
.card-stamp {
    --tblr-stamp-size: 7rem;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(var(--tblr-stamp-size) * 1);
    height: calc(var(--tblr-stamp-size) * 1);
    max-height: 100%;
    border-top-right-radius: 6px;
    opacity: 0.2;
    overflow: hidden;
    pointer-events: none;
}

.card-stamp-lg {
    --tblr-stamp-size: 13rem;
}

.card-stamp-icon {
    background: #6b7280;
    color: #fff7dd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    width: calc(7rem * 1);
    height: calc(7rem * 1);
    position: relative;
    top: calc(7rem * -0.25);
    right: calc(7rem * -0.25);
    font-size: calc(7rem * 0.75);
    transform: rotate(10deg);
}
.card-stamp-icon .icon {
    stroke-width: 2;
    width: calc(var(--tblr-stamp-size) * 0.75);
    height: calc(var(--tblr-stamp-size) * 0.75);
}

.app-header-dark {
    background: #1e3d73;
    background: linear-gradient(90deg, #2c5bab 0, #1e3d73 100%) !important;
}

.float-alert {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px;
    right: 20px;
}

.table .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}


/*alert*/
.alert {
    border: 0;
}

.alert .progress {
    background-color: transparent;
    box-shadow: none !important;
    height: 3px;
    border-radius: 0;
    margin: 19px 0px -15px -13px;
}

.alert .progress-bar {
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, 0.3);
}

.app-alert-message {
    display: inline-block;
    margin-right: 5px;
    max-width: 350px;
    min-width: 165px;
}

.app-alert.animate {
    bottom: 0;
    position: fixed;
    z-index: 100;
    border-radius: 2px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
    opacity: 0.25;
    right: -350px;
}

.app-alert.alert-info {
    background-color: #22B9FF;
    color: #fff;
}

.app-alert.alert-success {
    background-color: #00A28A;
    color: #fff;
}

.app-alert.alert-danger {
    background-color: #f5325c;
    color: #fff;
}

.app-alert.alert-warning {
    background-color: #ffb822;
    color: #fff;
}

.app-alert a {
    color: #444;
}

/*progress-bar*/
.progress.thin {
    height: 3px;
}

.alert-warning {
    background-color: #fff2cc;
}


.alert:not(.float-alert) span[data-notify="icon"] {
    float: left;
    font-size: 18px;
    margin-top: 0;
}

.float-alert.alert span[data-notify="icon"] {
    font-size: 20px;
    display: block;
    left: 13px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.alert.float-alert .alert-title {
    margin-left: 30px;
    font-weight: 500;
}

body.rtl .alert.float-alert .alert-title {
    float: left;
}

.alert:not(.float-alert) .alert-title {
    margin-left: 10px;
}

.alert.float-alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #FFFFFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 400;
}

.alert.float-alert button.close:hover {
    opacity: .55;
}

.alert.float-alert .close ~ span {
    display: block;
    max-width: 89%;
}

.alert.alert-dismissible button.close {
    right: -2px;
}

.label {
    align-items: center;
    border-radius: 0.5rem;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 0.25rem 0.625rem;
}

.waiting {
    color: #3b82f6;
    border: 1px solid #b1cdfb;
    background: #f7faff;
}

.complete {
    border: 1px solid #a7e8bf;
    color: #22c55e;
    background: #f6fdf9;
}

.failing {
    border: 1px solid #ffabb3;
    color: #ff2d42;
    background: #fff7f8;
}

.table {
    color: #383b3e;
}

.table th, .table td {
    padding: 6px;
}

.datatable td {
    overflow: hidden; /* this is what fixes the expansion */
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
    white-space: nowrap !important;
}

.btn-group {
    border-radius: 0.375rem;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-default {
    background-color: #fff;
    border: 1px solid #f2f4f6;
    color: #595959;
}

.card-outline {
    border-top: 3px solid #00a28a;
}

.card-outline-info {
    border-top: 3px solid #0179a8;
}

.card-outline-warning {
    border-top: 3px solid #f7c46c;
}

.card-outline-danger {
    border-top: 3px solid #ea6759;
}

.clickable {
    cursor: pointer;
}

#pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #e5e9ec;
    z-index: 10;
}

/*loader*/
.circle-loader {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px rgba(220, 230, 235, 0.5);
    border-top-color: #0179a8;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.app-loader {
    width: 90px;
    height: 90px;
    margin: 30px auto;
    position: absolute;
    bottom: 45px;
    right: 5px;
    padding: 10px;
    border-radius: 50%;
    background: transparent;
}

.app-loader .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #0179a8;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
}

.ani-width {
    transition: width 50ms;
}

.ani-rotate-180:hover {
    transform: rotate(180deg);
    transition: all 300ms ease-out 0ms;
}


@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}


.inline-loader {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #6690F4 !important;
    border-top-color: #fff !important;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
    padding: 0 !important;
    align-self: center;
}

.inline-loader:hover {
    background-color: #fff !important;
}

.loader-container.inline-loader {
    width: 20px !important;
    height: 20px !important;
    display: block;
    margin: 0 auto;
}

.loader-container.inline-loader:hover {
    background-color: #fff !important;
}


@media (max-width: 990px) {
    #pre-loader .app-loader {
        right: 44% !important;
    }
}

@media (max-width: 767px) {
    #pre-loader .app-loader {
        right: 38% !important;
    }
}

.table th, .table td {
    padding: 6px;
}

.datatable td {
    overflow: hidden; /* this is what fixes the expansion */
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
    white-space: nowrap !important;
}

table.dataTable thead > tr > th {
    background-color: rgb(248 250 252/1);
    color: rgb(71 85 105/1);
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
    height: 30px;
}

.w80 {
    width: 80px;
}

.dropdown-left {
    left: auto;
    right: 0 !important;
}

table.table-bordered.dataTable {
    border-right-width: 1px;
}


.select2-dropdown {
    z-index: 1051;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    background: linear-gradient(to bottom, #ffffff, #f6f7f9);
    transition: box-shadow 200ms ease-in-out, border-color 200ms ease-in-out;
}

@media (min-width: 768px) {
    .select2-container .select2-selection--single {
        height: 2.25rem;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    padding-right: 2rem;
    line-height: 2.25rem;
    color: #363642;
}

@media (min-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.25rem;
    }
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888c9b;
}

.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    color: #888c9b;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0px;
    height: 2.25rem;
    width: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(2.25rem - 2px);
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #888c9b;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #888c9b;
}

.select2-container .select2-selection--multiple {
    background-color: #ffffff;
    min-height: 2.25rem;
    box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}

@media (min-width: 768px) {
    .select2-container .select2-selection--multiple {
        min-height: 2.25rem;
    }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #c6c9d5;
}

.select2-container--default .select2-selection--single .user-avatar,
.select2-container--default .select2-selection--multiple .user-avatar {
    margin-top: -.25rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 2px 0.75rem;
}

.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--open .select2-selection--single {
    outline: 0;
    border-color: #346CB0;
    box-shadow: 0 0 0 1px #346CB0;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed;
    border-color: #c6c9d5;
    background-color: #f6f7f9;
    box-shadow: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-search__field,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
    cursor: not-allowed;
}

.select2-container--open .select2-dropdown--above {
    margin-top: 1px;
    box-shadow: -1px -1px 0px 0px #346CB0, 1px 0px 0px 0px #346CB0;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -1px;
    box-shadow: -1px 1px 0px 0px #346CB0, 1px 0px 0px 0px #346CB0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #888c9b;
    z-index: 2;
    font-size: 1rem;
}

.macos .select2-container--default .select2-selection--single .select2-selection__clear {
    top: -1px;
}

@media (min-width: 768px) {
    .macos .select2-container--default .select2-selection--single .select2-selection__clear {
        top: -2px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__clear:focus {
    color: #363642;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #363642;
}

.select2-dropdown {
    background-color: #ffffff;
    border-color: #346CB0;
    box-shadow: 0 0 0 1px #346CB0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0.375rem 0.75rem;
    color: #363642;
    background-color: #ffffff;
    border-color: #c6c9d5;
    box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 0 0 rgba(34, 34, 48, 0.05);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
    border-color: #c6c9d5;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e6e8ed;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #346CB0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .text-muted {
    color: inherit !important;
}

.select2-container--default .select2-results__group,
.select2-results__option {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.select2-container .select2-search--inline {
    margin-top: 2px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 3px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #888c9b;
}

.select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #888c9b;
}

.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #888c9b;
}

.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #888c9b;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: #888c9b;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #363642;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 3px 12px 3px -6px;
    background-color: #e6e8ed;
    border-color: #e6e8ed;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-search {
    margin-left: -6px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: auto;
    margin-left: .25rem;
    position: relative;
    top: 4px;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    float: right;
    color: #ffffff;
    background-color: #a6abbd;
    text-align: center;
    border-radius: .5rem;
}

.macos .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: .875rem;
}

@media (min-width: 768px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        top: 3px;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: #ffffff;
    background-color: #888c9b;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff;
    background-color: #888c9b;
}

.custom-select.is-invalid + .select2-container--default .select2-selection--single,
.custom-select.is-invalid + .select2-container--default .select2-selection--multiple,
.form-control.is-invalid + .select2-container--default .select2-selection--single,
.form-control.is-invalid + .select2-container--default .select2-selection--multiple,
.was-validated .custom-select:invalid + .select2-container--default .select2-selection--single,
.was-validated .custom-select:invalid + .select2-container--default .select2-selection--multiple,
.was-validated .form-control:invalid + .select2-container--default .select2-selection--single,
.was-validated .form-control:invalid + .select2-container--default .select2-selection--multiple {
    border-color: #B76BA3;
}

.custom-select.is-invalid + .select2-container--focus .select2-selection--single,
.custom-select.is-invalid + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control.is-invalid + .select2-container--focus .select2-selection--single,
.form-control.is-invalid + .select2-container--default.select2-container--focus .select2-selection--multiple,
.was-validated .custom-select:invalid + .select2-container--focus .select2-selection--single,
.was-validated .custom-select:invalid + .select2-container--default.select2-container--focus .select2-selection--multiple,
.was-validated .form-control:invalid + .select2-container--focus .select2-selection--single,
.was-validated .form-control:invalid + .select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border-color: #B76BA3;
    box-shadow: 0 0 0 1px #B76BA3;
}

.custom-select.is-invalid + .select2-container--default.select2-container--open .select2-selection--multiple,
.custom-select.is-invalid + .select2-container--open .select2-selection--single,
.form-control.is-invalid + .select2-container--default.select2-container--open .select2-selection--multiple,
.form-control.is-invalid + .select2-container--open .select2-selection--single,
.was-validated .custom-select:invalid + .select2-container--default.select2-container--open .select2-selection--multiple,
.was-validated .custom-select:invalid + .select2-container--open .select2-selection--single,
.was-validated .form-control:invalid + .select2-container--default.select2-container--open .select2-selection--multiple,
.was-validated .form-control:invalid + .select2-container--open .select2-selection--single {
    border-color: #346CB0;
}

.custom-select.is-valid + .select2-container--default .select2-selection--single,
.custom-select.is-valid + .select2-container--default .select2-selection--multiple,
.form-control.is-valid + .select2-container--default .select2-selection--single,
.form-control.is-valid + .select2-container--default .select2-selection--multiple,
.was-validated .custom-select:valid + .select2-container--default .select2-selection--single,
.was-validated .custom-select:valid + .select2-container--default .select2-selection--multiple,
.was-validated .form-control:valid + .select2-container--default .select2-selection--single,
.was-validated .form-control:valid + .select2-container--default .select2-selection--multiple {
    border-color: #00A28A;
}

.custom-select.is-valid + .select2-container--focus .select2-selection--single,
.custom-select.is-valid + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control.is-valid + .select2-container--focus .select2-selection--single,
.form-control.is-valid + .select2-container--default.select2-container--focus .select2-selection--multiple,
.was-validated .custom-select:valid + .select2-container--focus .select2-selection--single,
.was-validated .custom-select:valid + .select2-container--default.select2-container--focus .select2-selection--multiple,
.was-validated .form-control:valid + .select2-container--focus .select2-selection--single,
.was-validated .form-control:valid + .select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
    border-color: #00A28A;
    box-shadow: 0 0 0 1px #00A28A;
}

.custom-select.is-valid + .select2-container--default.select2-container--open .select2-selection--multiple,
.custom-select.is-valid + .select2-container--open .select2-selection--single,
.form-control.is-valid + .select2-container--default.select2-container--open .select2-selection--multiple,
.form-control.is-valid + .select2-container--open .select2-selection--single,
.was-validated .custom-select:valid + .select2-container--default.select2-container--open .select2-selection--multiple,
.was-validated .custom-select:valid + .select2-container--open .select2-selection--single,
.was-validated .form-control:valid + .select2-container--default.select2-container--open .select2-selection--multiple,
.was-validated .form-control:valid + .select2-container--open .select2-selection--single {
    border-color: #346CB0;
}

.form-label-group .select2-container .select2-selection--single {
    padding-top: calc(0.75rem + 0.75rem * (2 / 3));
    padding-bottom: calc(0.75rem / 3);
    height: auto;
}

.form-label-group .select2-container .select2-selection--multiple {
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
    height: auto;
}

.form-label-group .select2-container .select2-search--inline,
.form-label-group .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    padding: 0;
}

.form-label-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}

.form-label-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 0;
    height: auto;
}

.form-label-group .select2-container--default .select2-selection--single .select2-selection__clear {
    top: -.5rem;
}

.form-label-group .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 0;
    padding-bottom: 0;
}

.form-label-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    margin-bottom: 0;
}

.form-label-group > [data-toggle="select2"][multiple] ~ label {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-left: 0.75rem;
    background-color: #ffffff;
    transform: translate3d(0, -50%, 0);
}


.thead-dark {
    color: #ffffff;
    background-color: #222230;
}

.table th, .table td {
    vertical-align: baseline;
}

.w10 {
    width: 10px;
}
.w25 {
    width: 25px;
}

.w80 {
    width: 80px;
}

.w100 {
    width: 100px;
}

.w125 {
    width: 125px;
}

.w150 {
    width: 150px;
}

.w175 {
    width: 175px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.min-w150 {
    min-width: 150px;
}

.w5p {
    width: 5%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w20p {
    width: 20%;
}

.w25p {
    width: 25%;
}

.w30p {
    width: 30%;
}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}

.w90p {
    width: 90%;
}

.w100p {
    width: 100% !important;
}

.max-w500 {
    max-width: 500px;
}

.h100p {
    height: 100%;
}

.card-footer {
    padding: 15px;
}


.datatable-tools {
    margin-top: 10px !important;
}

.datatable-tools .dataTables_length {
    float: left;
}

.datatable-tools:last-child {
    margin: 10px 0 !important;
}

.datatable-tools input[type="radio"], .datatable-tools input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.datatable-export a {
    display: inline-block;
    box-shadow: none !important;
    border: 1px solid #e2e4e7;
    font-size: 14px;
    margin: 0 -2px;
    padding: 6px 10px;
    color: #4e5e6a;
}

.datatable-export a:hover {
    background: #f2f2f2;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px;
}

button.DTTT_button, div.DTTT_button {
    background: #fff;
    border-color: #e2e7f1 !important;
    text-decoration: none;
}

a.DTTT_button {
    background: #fff;
    border-color: #e2e7f1 !important;
    text-decoration: none;
}

a.DTTT_button:focus {
    background: #fff;
    border-color: #e2e7f1 !important;
    text-decoration: none;
}

a.DTTT_button:hover {
    background: #f2f2f2;
}

div.DTTT_container {
    margin-bottom: 10px;
    position: relative;
    float: right;
}

.DTTT_container .btn {
    height: 32px;
}

.DTTT_container .btn.active {
    border-color: #f2f4f6 !important;
}

.DTTT_container .btn:hover, .DTTT_container .btn:active, .DTTT_container .btn:focus {
    border-color: #f2f4f6 !important;
}
