.text-white { color: white !important;}
.text-black { color: black !important;}
.text-orange { color: #F49C51 !important;}
.text-light-orange { color: #f19a50 !important;}
.ptb-20 { padding: 20px 0; }
.black-bold { color:black ; font-weight:bold; }

.w-100 { width: 100% !important; }
.w70 { width:70px !important; }

.fw600 { font-weight: 600 !important;}
.fw800 { font-weight: 800 !important;}

.mt15 { margin-top: 15px !important; }
.mt30 { margin-top: 30px !important; }
.mb10 { margin-bottom: 10px !important; }

.p10 { padding: 10px !important; }

.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }

.cursor-pointer { cursor: pointer !important; }

.pt0 { padding-top:0 !important; }
.mt0 { margin-top:0 !important; }

.br-2rem { border-radius: 2rem; }
.br-unset { border-radius: unset !important; }

.no-select select {
    visibility: hidden !important;
}

.bg-white { background: white !important; }
.bg-orange { background: #F19A50 !important; }
.bg-light-grey { background: #97A5BF !important; }
.bg-md-blue { background: #389DD3 !important; }
.bg-dark-blue { background: #6E728F !important; }
.bg-lighter-grey { background: #e6e8eb !important; }

.wp5 { width: 5% !important; }
.wp8 { width: 8% !important; }
.wp10 { width: 10% !important; }
.wp12 { width: 12% !important; }
.wp13 { width: 13% !important; }
.wp15 { width: 15% !important; }
.wp20 { width: 20% !important; }
.wp30 { width: 30% !important; }
.wp40 { width: 40% !important; }
.wp50 { width: 50% !important; }
.wp60 { width: 60% !important; }
.wp70 { width: 70% !important; }
.wp80 { width: 80% !important; }
.wp90 { width: 90% !important; }
.wp100 { width: 100% !important; }

.wpm5 { max-width: 5% !important; }
.wpm8 { max-width: 8% !important; }
.wpm10 { max-width: 10% !important; }
.wpm12 { max-width: 12% !important; }
.wpm13 { max-width: 13% !important; }
.wpm15 { max-width: 15% !important; }
.wpm20 { max-width: 20% !important; }
.wpm30 { max-width: 30% !important; }
.wpm40 { max-width: 40% !important; }
.wpm50 { max-width: 50% !important; }
.wpm60 { max-width: 60% !important; }
.wpm70 { max-width: 70% !important; }
.wpm80 { max-width: 80% !important; }
.wpm90 { max-width: 90% !important; }
.wpm100 { max-width: 100% !important; }
.ml-7 { margin-left: -7px !important; }

.mwp100 { max-width: 100% !important; }
.mwp70 { max-width: 70% !important; }


.td-none { text-decoration: none !important; }

.text-magenta { color: magenta !important; }

.no-select select { visibility: hidden !important; }
#datatable_length {
    display: inline-block;
    float: left;
}
#datatable_length label { margin-top: 6px;}
.btn-secondary {
    background-color: #6e728d !important;
}

.btn-secondary-light {
    background-color: #96A5BD !important;
}

.buttons-excel,.buttons-pdf{
    background-color:#6e728d   !important;
    border:#6e728d   !important;
    margin:1px !important;
    border-radius: 4px !important;
}
.dropdown-item.active, .dropdown-item:active,.dropdown-menu {
    background-color: #6e728d   !important;
    color:white !important;
    font-size:11px !important;
}
.buttons-colvis {
    margin:1px !important;
    border-radius: 4px !important;
}


.select2-search__field { width: 100% !important; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
input[type="password"],
input[type="currency"],
input[type="currency2"],
textarea {
    /*min-height: inherit !important;*/
    /*padding: 4px 18px;*/
}


.fixedHeader-floating th{
    text-align: center;
}

@media (min-width: 992px) {
    /* 5-up bootstrap-like column */
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*swal alert*/
.swal2-title { font-size: 1.5em !important;}
.swal2-popup .swal2-styled {
    padding: 0.3125em 1.25em !important;
}

.theme-btn {
    background-color: #6E728D;
    color: #fff;
}

.theme-btn3 {
    background: #BE6983 !important;
}
.theme-btn:hover {
    background-color: #F19A50 !important;
    color: #fff !important;
}


.select2CheckboxContainer .select2-container .select2-selection--multiple .select2-selection__choice {
    border: none !important;
    font-size: 14px !important;
    margin-top: calc(0.4rem) !important;
}

.select2CheckboxContainer .select2-search__field {
    box-shadow: none !important;
    font-size: 14px !important;
}


@media (min-width: 768px) {
    .modal-80 {
        max-width: 80% !important;
    }
}

@media (min-width: 768px) {
    .modal-70 {
        max-width: 70% !important;
    }
}

@media (min-width: 768px) {
    .modal-60 {
        max-width: 60% !important;
    }
}


.increaseimg {
    width: 30px !important;
     margin: 1px !important;
    vertical-align: middle !important;
}

/*--------------------------------------
-------- Pre Loader Style START --------
---------------------------------------*/
.st-preloader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url("../images/loader.gif") no-repeat center center;
}

.box-info {
    padding: 0 25px 55px;
    transition: 0.4s;
}

.box-info:hover {
    padding: 0 10px 25px;
    transition: 0.4s;
}

.st-modal-header {
    background: #6E728D;
    color: #fff;
    border-bottom: 5px solid #F19A50;
    border-radius: 0;
}

.st-modal-content {
    border: 2px solid black;
}

.st-close {
    position: absolute;
    color: #fff !important;
    z-index: 9;
    top: 12px;
    right: 12px;
    font-size: 30px;
    margin: -9px !important;
}

.drop-zone {
    border: 2px dashed #6E728D;
    background: #F2F2F2;
    margin: 30px 0 15px;
    width: 100%;
    color: #999;
    height: 270px;
    padding-top: 60px;
    cursor: pointer;
}

.drop-zone input {
    font-size: 12px !important;
    display: block;
    width: 100%;
    padding-left: 40px;
}

/* Modal Box*/

.st-modal {
    font-size: 14px !important;
}

.st-modal .form-group {
    margin-bottom: 1px !important;
}

.st-modal  .theme-btn {
    margin-top: 4px !important;
}
.st-modal  .theme-btn3  {
    margin-top: 4px !important;
}

.st-modal.active {
    opacity: 1;
    z-index: 9;
    transition: opacity 0.1s;
}

.st-modal form {
    padding-bottom: 15px;
}

.st-modal form h5 {
    text-align: left;
    margin-top: 12px;
}

.st-modal form h5 a {
    float: right;
    text-decoration: underline;
    color: #0062fe;
    font-size: 8pt;
}

.st-modal form input::-webkit-input-placeholder ,
.st-modal form input ,
.st-modal form select {
    text-align: center;
    text-align-last: center;
}

.st-modal form select option {
    text-align: left;
}


.st-modal form select,
.st-modal form input{
    border-color: #6E728D;
    box-shadow: none;
    margin-top: 4px;
}

.datepicker.dropdown-menu {
    font-size: 10pt;
}

.st-modal form select:focus {
    border: 1px solid #6E728D;
}

.st-modal .drop-zone {
    border: 2px dashed #6E728D;
    background: #F2F2F2;
    margin: 30px 0 15px;
    width: 100%;
    color: #999;
    height: 270px;
    padding-top: 60px;
    cursor: pointer;
}

.st-modal .drop-zone input {
    font-size: 12px !important;
    display: block;
    width: 100%;
    padding-left: 40px;
}


.st-modal .select2-selection__rendered {
    text-align: center;
}

.dataTables_processing {
    background-color: #f2f2f2 !important;
    font-weight: 800 !important;
}

.field-required:after {
    content: '*';
    color: red;
    font-weight: 800;
}

.modal-dialog-fullscreen {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    margin: 0;
}

.modal-dialog-fullscreen .modal-content {
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
    border: 0;
}

.card-header-no-toggle::before {
    content: none !important;
    display: none !important;
}

/* Modernize the dashboard stat tiles without touching global theme CSS. */
.dash-admin-stats.home-content-box {
    width: 100% !important;
    margin: 0;
    padding: 4px 2px;
}
.dash-admin-stats .row {
    margin-left: -10px;
    margin-right: -10px;
    /* vertical spacing between wrapped columns */
    row-gap: 16px;
}
.dash-admin-stats .row > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 16px; /* fallback if row-gap isn't supported */
}
.dash-admin-stats a {
    text-decoration: none;
}
.dash-admin-stats .home-content-bottom {
    margin: 0 !important;
    min-height: 0 !important;
    height: 180px;
    border-radius: 18px;
    padding: 16px 16px 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.14);
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}
.dash-admin-stats .home-content-bottom:hover {
    margin: 0 !important;
    min-height: 0 !important;
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.18);
    filter: saturate(1.04);
}
.dash-admin-stats .home-content-bottom img {
    position: absolute !important;
    left: 14px !important;
    top: 14px !important;
    width: 40px;
    height: 40px;
    max-width: none !important;
    opacity: 0.95;
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.10));
}
.dash-admin-stats .home-content-bottom span {
    position: static !important;
    align-self: flex-end;
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 10px 18px rgba(0,0,0,0.18);
    margin-top: 18px; /* keeps space from the icon */
    line-height: 1;
}
.dash-admin-stats .home-content-bottom h4 {
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255,255,255,0.92) !important;
    font-weight: 700;
    text-align: left !important;
    line-height: 1.15;
    text-shadow: 0 10px 18px rgba(0,0,0,0.16);
}
/* subtle diagonal highlight */
.dash-admin-stats .home-content-bottom::before {
    content: '';
    position: absolute;
    inset: -40% -30% auto auto;
    width: 160px;
    height: 160px;
    transform: rotate(18deg);
    background: rgba(255,255,255,0.14);
    border-radius: 28px;
}
@media (max-width: 575.98px) {
    .dash-admin-stats .home-content-bottom {
        height: 180px;
        border-radius: 16px;
    }
}
