.m-l-xs {
	margin-left: 5px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-n {
	margin: 0 !important;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b-md {
    margin-bottom: 15px;
}
.m-b-lg {
    margin-bottom: 20px;
}
.text-break {
    word-break: break-word;
    word-wrap: break-word;
}
.table-responsive-actions .show-total {
	text-align: right;
}
.table-responsive-actions .form-inline { 
	min-width: 240px;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
    color: #2e6da4;
}
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus{
    color: #fff;
}
.btn-danger.btn-outline {
    color: #ed5565;
}
.btn-primary.btn-outline:hover, 
.btn-success.btn-outline:hover, 
.btn-info.btn-outline:hover, 
.btn-warning.btn-outline:hover, 
.btn-danger.btn-outline:hover {
	color: #fff;
}
.btn:focus {
	outline: none !important;
}
.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}
#msg_iframe { 
 height: 600px;
}
.label-muted {
    background-color: gray;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-end {
    justify-content: flex-end;
}
.align-items-center {
    align-items: center;
}
.gap-xs {
    gap: 5px;
}
.gap-sm {
    gap: 10px;
}
.gap-md {
    gap: 15px;
}
.column-gap-xs {
    column-gap: 5px;
}
.column-gap-sm {
    column-gap: 10px;
}
.column-gap-md {
    column-gap: 15px;
}
.row-gap-xs {
    row-gap: 5px;
}
.row-gap-sm {
    row-gap: 10px;
}
.row-gap-md {
    row-gap: 15px;
}
.sk-wrap .sk-spinner {
    display: none;
}
.sk-wrap.sk-loading {
    position: relative;
}
.sk-wrap.sk-loading:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sk-wrap.sk-loading .sk-spinner {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2000;
}
.sk-spinner-double-bounce.sk-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #29b0e6;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (min-width: 992px) {
    .modal-full {
        width: 90%;
    }
}