html {
    font-size: 62.5%;
}

*, html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Proxima Nova';
    font-weight: normal;
    font-size: 1.8rem;
    font-weight: normal;
    color: #000000;
    overflow-x: hidden;
    box-sizing: border-box;
    background-color: #E9EFF3;
}

a, a:hover, a:focus {
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
}

ul {
    list-style-type: none;
    margin: 0;
}

img {
    max-width: 100%;
}

::-moz-selection {
    color: #ffffff;
    background: #1a5eb4
}

::selection {
    color: #ffffff;
    background: #1a5eb4
}

header, aside, main, section, form {
    width: 100%;
}

.main-body, .main-body .content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body-inner .main-body .content {
    padding: 2rem 4rem 4rem
}

.body-inner {
    padding-left: 23rem
}

.box {
    width: 100%;
    border-radius: .8rem;
    background-color: #ffffff;
    padding: 2.5rem 3rem
}

.bg-1 {
    background-color: #1A5EB4
}

.container-small {
    max-width: 100rem;
    margin: 0 auto;
    width: 100%;
    padding: 0 1.5rem
}

.s-icon {
    width: 9.6rem
}

h1 {
    font-weight: 300;
    font-size: 2.4rem;
    margin: 0;
}

    h1 strong {
        font-size: 3.6rem;
        display: block;
        font-weight: 600;
        margin: 1rem 0 4rem;
    }

    h1 b {
        font-weight: normal;
        font-size: 2.7rem;
        color: #000000;
        margin-bottom: 1.7rem;
        display: block;
    }

p {
    margin-bottom: 3rem
}

h2 {
    font-size: 2.6rem
}

    h2 + p {
        margin-top: 2.6rem
    }

p + h2 {
    margin-top: 5rem
}

div[class*="toast-"] {
    font-size: 1.7rem
}

.c-pointer {
    cursor: pointer;
}


.btn, button {
    padding: 1.4rem 2.5rem;
    background-color: #1A5EB4;
    border-radius: .5rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
}

    .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
        background-color: #0b4da0;
        color: #ffffff;
        outline: none;
        box-shadow: none;
    }

    .btn.action-btn, .btn.action-btn:hover, .btn.action-btn:focus, .btn.action-btn:active {
            height: 3.2rem;
    width: 3.2rem;
    display: inline-block;
    padding: 0;
    background-color: #BDF1B0;
    background-size: 1.4rem auto;
    background-repeat: no-repeat;
    background-position: center;
    }

        .btn.action-btn.edit, .btn.action-btn.edit:hover, .btn.action-btn.edit:focus, .btn.action-btn.edit:active {
            background-image: url('../images/edit-icon.svg');
        }

        .btn.action-btn.delete, .btn.action-btn.delete:hover, .btn.action-btn.delete:focus, .btn.action-btn.delete:active {
            background-image: url('../images/delete-icon.svg');
            background-color: #F6C4C4;
        }

        .btn.action-btn.active {
            background-color: #B91727;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 1.867rem 1.867rem;
            background-image: url('../images/active.svg');
        }

        .btn.action-btn.deactive {
            background-color: #30BB27;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 1.867rem 1.867rem;
            background-image: url('../images/deactive.svg');
        }

        .btn.action-btn.add {
            background-color: #1A5EB4;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 1.867rem 1.867rem;
            background-image: url('../images/add.svg');
        }

        .btn.action-btn.eye {
            background-color: #7397B7;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 2rem 1.192rem;
            background-image: url('../images/eye.svg');
        }

    .btn.btn-danger, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active {
        background-color: #b91727;
        color: #ffffff;
        border-color: #b91727;
    }

form {
    width: 100%
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/drop-down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
    background-position: right 1.0rem center;
}
select.form-control{ padding-right: 26px;text-overflow: ellipsis; }

    select::-ms-expand {
        display: none;
    }

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
}

.form-1 {
    width: 100%;
    max-width: 44rem;
    padding: 0 2rem
}

    .form-1 a {
        font-weight: 300;
        color: #000000
    }

.form-control{
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    height: 4.5rem;
    border-radius: .5rem;
    background-repeat: #ffffff;
    border: 0;
    outline: none;
    color: #000000;
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
    border: 1px solid #ced4da;
}

    /*.form-control::placeholder, select.form-control, .form-control:not(:focus) {
        color: rgba(0,0,0,.5);
        font-weight: 300
    }*/

.form-group {
    margin-bottom: 2.5rem;
    width: 100%
}

.custom-control-label {
    font-size: 1.8rem;
    font-weight: 300;
    cursor: pointer;
}

.custom-checkbox .custom-control-label:before {
    border-radius: .5rem;
    height: 2.5rem;
    width: 2.5rem;
    background: #ffffff;
    border: 1px solid #D1D1D1;
    left: -3.7rem;
    right: auto;
    top: -.05rem;
}

.custom-control {
    padding-left: 3.7rem;
    cursor: pointer;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0;
    z-index: 1
}

    .custom-control-input:checked ~ .custom-control-label:before {
        color: #fff;
        border-color: #1a5eb4;
        background-color: #1a5eb4;
    }

    .custom-control-input:focus ~ .custom-control-label:before {
        box-shadow: none;
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
        border-color: #1a5eb4;
    }

.custom-control-label:after {
    top: -.1rem;
    left: -3.7rem;
    width: 2.5rem;
    height: 2.5rem;
}

.inner-form .form-control {
    border: 1px solid #D2D2D2;
    box-shadow: none;
}

.inner-form {
    padding: 2rem 0;
    width: 100%;
    max-width: 90rem
}

    .inner-form .form-group {
        margin-bottom: 1.8rem
    }

.form-label {
    font-weight: normal;
    font-size: 1.6rem
}

    .form-label span {
        color: #9C9C9C
    }

.custom-control.button-check {
    padding-left: 0
}

    .custom-control.button-check .custom-control-label {
        border: 1px solid #E4E4E4;
        border-radius: 5rem;
        padding: .7rem 1.5rem;
        padding-right: 4.3rem;
        position: relative;
        font-size: 1.6rem
    }

        .custom-control.button-check .custom-control-label:before {
            border-radius: .5rem;
            height: 2rem;
            width: 2rem;
            background: #ffffff;
            border: 1px solid #D1D1D1;
            left: auto;
            right: 1.5rem;
            top: .9rem;
        }

    .custom-control.button-check .custom-control-input:checked ~ .custom-control-label:before, .custom-control.button-check .custom-control-input:checked ~ .custom-control-label {
        border-color: #1a5eb4;
        color: #1a5eb4
    }

    .custom-control.button-check .custom-control-label:after {
        border-radius: .5rem;
        height: 2rem;
        width: 2rem;
        left: auto;
        right: 1.5rem;
        top: .9rem;
    }

.custom-checkbox.button-check .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('../images/check-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: .8rem auto
}

.custom-checkbox.button-check {
    display: inline-block;
}

    .custom-checkbox.button-check .custom-control-input {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
    }

.header {
    background-color: #ffffff;
    padding: 1.5rem 4rem
}

.dropdown .nav-link {
    font-size: 1.5rem;
    color: #000000;
    font-weight: normal;
    padding: 0;
}

    .dropdown .nav-link.dropdown-toggle .p-img {
        margin-right: .7rem;
        display: inline-block;
        height: 3rem;
        width: 3rem;
        border: .2rem solid #ffffff;
        border-radius: 100%;
        box-shadow: 0 0 10px rgba(0,0,0,0.1)
    }

        .dropdown .nav-link.dropdown-toggle .p-img img {
            height: 100%;
            width: 100%;
            border-radius: 100%;
            display: block;
            border: 0;
            object-fit: cover;
        }

/* .dropdown .nav-link.dropdown-toggle:after {
        display: none;
    }*/

.dropdown .dropdown-item {
    font-size: 1.6rem;
    color: #707070;
    padding: .8rem 2rem;
}

.header .dropdown-menu {
    top: 100% !important;
    left: auto !important;
    right: -2rem !important;
    transform: none !important;
    margin-top: 1.5rem;
    border: 1px solid rgba(112,112,112,.2);
    border-radius: .8rem;
}

.dropdown .dropdown-item .icon-1 {
    width: 2.2rem;
    margin-right: 1.5rem
}

    .dropdown .dropdown-item .icon-1 img {
        height: 2.2rem;
        width: 2.2rem
    }

.dropdown .dropdown-item .icon-1 {
    background-repeat: no-repeat;
    background-size: 2.2rem 2.2rem;
    background-position: left center;
}

.dropdown .dropdown-item:not(:hover):not(:focus):not(:active):not(.active) .icon-1 {
    background-image: none !important;
}

.dropdown .dropdown-item:hover, .dropdown .dropdown-item:focus, .dropdown .dropdown-item:active, .dropdown .dropdown-item.active {
    color: #1a5eb4;
    background-color: #f8f9fa;
}

    .dropdown .dropdown-item:hover .icon-1 img, .dropdown .dropdown-item:focus .icon-1 img, .dropdown .dropdown-item:active .icon-1 img, .dropdown .dropdown-item.active .icon-1 img {
        /*opacity: 0;*/
    }

/* 05-04-02023
header .dropdown.show .dropdown-toggle:before {
    border: 1px solid rgba(112,112,112,.3);
    content: '';
    height: 1.2rem;
    width: 1.2rem;
    background: white;
    display: block;
    position: absolute;
    bottom: -2.2rem;
    border-radius: .3rem;
    z-index: 9999;
    transform: translateX(-50%)rotate(45deg);
    -ms-transform: translateX(-50%)rotate(45deg);
    -moz-transform: translateX(-50%)rotate(45deg);
    -webkit-transform: translateX(-50%)rotate(45deg);
    left: 65%;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
        */

.sidebar {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 23rem;
    background-color: #1a5eb4;
    color: #ffffff;
    padding: 4.5rem 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.logo img {
    width: 12rem;
    display: block;
}

.sidebar .logo {
    margin-bottom: 5rem;
    display: block;
    padding: 0 2rem
}

.sidebar ul li a {
    display: block;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    position: relative;
}

.sidebar ul li.active a {
    background: rgba(255,255,255,.15);
}

.sidebar ul li:not(.active):hover a {
    background: rgba(255,255,255,.08);
}

.sidebar ul li.active a:after {
    content: '';
    z-index: 9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-right: 1rem solid #E9EFF3;
    border-left: 1rem solid transparent;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent
}

.user-box {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .user-box > .row {
        width: 100%;
        margin: 0;
    }

        .user-box > .row > div {
            padding: 10rem 4rem;
            display: -ms-flexbox;
            display: flex;
        }

    .user-box .logo {
        max-width: 24rem;
        width: 100%;
        display: block;
    }

        .user-box .logo img {
            width: 100%
        }

    .user-box .right-sec .logo {
        max-width: 17rem;
        margin: auto;
    }

    .user-box .right-sec form .logo {
        margin-bottom: 6rem;
    }

.modal {
    background: rgba(0,0,0,0.7);
}

.modal-dialog {
    max-width: 52rem;
}

.modal-content {
    box-shadow: none;
    border-radius: 2rem;
    padding: 5rem 3rem;
}

    .modal-content p {
        font-weight: 300
    }

    .modal-content h2 {
        font-size: 2.4rem;
        font-weight: normal;
        display: block;
        width: 100%
    }

    .modal-content .modal-footer {
        border: 0;
        padding: 2rem 0
    }

    .modal-content .modal-bodym, .modal-content .modal-header {
        padding: 1rem 0;
        border: 0;
    }


table {
    word-wrap: break-word;
}

.table-bordered {
    border: 0;
}

    .table-bordered td, .table-bordered th {
        vertical-align: middle;
        border: 0;
        padding: 1rem 1rem;
        font-weight: normal;
        color: #6E6E6E;
        font-size: 1.5rem;word-break: break-word;
    }

.fixed-table-loading {
    display: none;
}

.pagination-info {
    display: none;
}

.float-left.pagination-detail {
    display: none;
}

.fixed-table-pagination .btn {
    background: #E5DCCE;
    border: 0;
    font-size: 1.7rem;
    color: #000000
}

.fixed-table-pagination .dropdown-item {
    font-size: 1.6rem
}

    .fixed-table-pagination .dropdown-item.active, .dropdown-item:active {
        color: #000;
        text-decoration: none;
        background-color: #e5dcce;
    }

.fixed-table-pagination .show > .btn-secondary.dropdown-toggle, .fixed-table-pagination .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #988668;
    border-color: #988668;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

table {
    border-collapse: separate;
    border-spacing: 0 .5rem;
}

.table .thead-dark th {
    color: #fff;
    background-color: #1a5eb4;
    border-color: #1a5eb4;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem 1rem;
    white-space: nowrap
}

.no-wrap {
    white-space: nowrap
}

.table-hover tbody tr:hover {
    background-color: transparent;
}

.pagination .page-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #E9E9E9;
    border-radius: .6rem !important;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    margin: .25rem;
    padding: 1rem 1.5rem;
    box-shadow: none !important;
}

    .pagination .page-link:hover {
        opacity: 0.8
    }

.page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #1a5eb4;
    border-color: #1a5eb4;
}

.page-item:first-child .page-link[aria-label="Previous"], .page-item:last-child .page-link[aria-label="Previous"] {
    font-size: 0;
    background: transparent;
}

    .page-item:first-child .page-link[aria-label="Previous"]:after {
        content: 'Previous';
        font-size: 1.8rem;
        font-weight: 500
    }

.page-item:last-child .page-link[aria-label="Next"]:after {
    content: 'Next';
    font-size: 1.5rem;
    font-weight: 500;
}

.page-item:last-child .page-link[aria-label="Next"] {
    background-color: #D2E1F5;
    border-color: #D2E1F5;
    color: #1A5EB4
}

.pagination {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 1rem
}


nav[aria-label="Page navigation example"] {
    margin-left: 0 !important;
    font-size: 1.5rem
}

.page-item:last-child .page-link > span {
    display: none
}

.fixed-table-footer {
    display: none;
}

.no-records-found {
    text-align: center;
}

table .dropdown-toggle:after {
    display: none;
}

table .nav-link {
    padding: 0;
}

.search-inputtop-sec {
    padding-right: 27rem;
    margin-bottom: -4.5rem
}

.table-responsive {
   /* padding-bottom: 2.5rem*/
    padding-bottom: 0rem
}

table tbody tr {
    background-color: #ffffff
}

table tbody tr, table thead tr {
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
}

    table thead tr th:first-child {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    table thead tr th:last-child {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

.form-control[type="search"] {
    box-shadow: none;
    height: 4.5rem;
    border: 1px solid #CDD9D7;
    width: 25rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background-image: url('../images/search-icon.svg');
    background-position: left 1.5rem center;
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    padding-left: 4.5rem;
    color: #000000;
    font-size: 1.5rem;
}

    .form-control[type="search"]:placeholder {
        color: #000000
    }

.search-form-1 .form-control.search-input {
    box-shadow: none;
    height: 4.5rem;
    border: 1px solid #CDD9D7;
    width: 25rem;
    padding: 1rem 1.5rem;
    position: relative;
    color: #000000;
    font-size: 1.6rem;
    padding-right: 4.5rem;
}

.search-form-1 {
    position: relative
}

    .search-form-1 .form-control.search-input:placeholder {
        color: #000000
    }

    .search-form-1 .search-input-btn {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        height: 100%;
        width: 2.5rem;
        border: 0;
        outline: 0;
        font-size: 0;
        background-color: transparent;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkkit-transform: translateY(-50%);
        background-image: url('../images/search-icon.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1.8rem auto;
    }

.form-control[type="date"] {
    /*    box-shadow: none;
        height: 4.5rem;
        border: 1px solid #CDD9D7;
        width: 25rem;*/
    padding: 1rem 1.5rem 0 3rem;
    /*color: #000000;
        font-size: 1.5rem;*/
}

.reg-box h4 {
    font-weight: 600;
    font-size: 5.4rem;
    width: 100%;
    color: #1a5eb4;
}

.reg-box h3 {
    font-weight: normal;
    font-size: 2rem;
    width: 100%
}

.reg-box .box-inner {
    border-radius: .6rem;
    background: #fbfbfb;
    padding: 3rem;
    width: 100%;
}

    .reg-box .box-inner.bgc-1 {
        background: #fffbdf;
    }

        .reg-box .box-inner.bgc-1 h4 {
            color: #a69d5a
        }

    .reg-box .box-inner.bgc-2 {
        background: #dfffe0;
    }

        .reg-box .box-inner.bgc-2 h4 {
            color: #66a65a
        }

    .reg-box .box-inner.bgc-3 {
        background: #dfecff;
    }

        .reg-box .box-inner.bgc-3 h4 {
            color: #5a8aa6
        }

    .reg-box .box-inner.bgc-4 {
        background: #ffdfe9;
    }

        .reg-box .box-inner.bgc-4 h4 {
            color: #a65a7a
        }

.clsAutoScroll {
    max-height: 200px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important
}

.bg-blue {
    background-color: #0073b7 !important
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important
}

.small-box > .inner {
    padding: 10px;
    color: #fff;
    text-align: center;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

    .small-box > .small-box-footer:hover {
        color: #fff;
        background: rgba(0,0,0,0.15);
    }

.small-box h3 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 .8rem 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 1.7rem;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 2.6rem;
    color: #00c0ef;
    background: #fff;
    width: 6rem;
    height: 6rem;
    line-height: 60px;
    display: flex;
    text-align: center;
    border-radius: 100%;
    margin: 1rem auto 1rem auto;
    align-items: center;
    justify-content: center;
}

.small-box p {
    margin-bottom: 1rem
}

.bg-green .icon .fa {
    color: #00a65a !important;
}

.bg-yellow .icon .fa {
    color: #f39c12 !important;
}

.bg-red .icon .fa {
    color: #dd4b39 !important;
}

.sidebar ul li a {
    position: relative;
    padding-left: 5rem
}

    .sidebar ul li a .icon-box {
        display: inline-block;
        position: absolute;
        left: 2rem;
        width: 2rem;
        text-align: center;
    }

        .sidebar ul li a .icon-box img {
            max-width: 1.9rem
        }

textarea {
    resize: none;
}

.btn.btn-sm {
    padding: .25rem 1rem !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
}
/*.sortable{ background: url(../images/sorting.svg) right center no-repeat; padding-right: 16px;}
.sortable.asc{ background: url(../images/s_asc.svg) right center no-repeat; }
.sortable.desc{ background: url(../images/s_desc.svg) right center no-repeat; }*/



.loaderBox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}

.loaderss {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .loaderss span {
        border: 4px solid #fff;
        border-radius: 50%;
        border-top-color: #1A5EB4;
        width: 50px;
        height: 50px;
        -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}


#TrainingList table tbody tr td:nth-of-type(4) {
    word-break: break-word;
    min-width: 130px;
}

/* /START/ form re-activate button image command and css //*/

.btn.action-btn.reactivate {
    background-color: #D58E00;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.867rem 1.867rem;
    background-image: url('../images/reactivate.svg');
}

/* /END/ form re-activate button image command and css //*/

/* /START/ <form> image upload functionality use model and tags //*/
.upload-btn {
    height: 9.375rem;
    width: 9.375rem;
    background-color: var(--primary-color);
    position: relative;
    border-radius: 0.313rem;
}

.upload-btnPopup {
    height: 6.375rem !important;
    width: 6.375rem !important;
}

.upload-btn .upload-input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.upload-btn .uploaded-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0.313rem;
}

.upload-btn .remove-img {
    position: absolute;
    top: -.7rem;
    right: -.4rem;
    display: block;
    cursor: pointer;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    .upload-btn .remove-img img {
        width: 1.313rem
    }

/* /END/ <form> image upload functionality use model and tags //*/

/* /START/ For break the table body column text. Applied in all tables in whole application. As per Anil sir suggested on dated 2021-09-10 updated by [RK]// */
tbody {
    word-break: break-word;
}
/* /END/ For break the table body column text. As per Anil sir suggested on dated 2021-09-10 updated by [RK]// */



.content .box .table-responsive>.d-flex.align-items-center [class*=col]{ padding-left: 5px; padding-right: 5px; }
.btn.btn_cancel {
    background: #c6ddf9;
    color: #1a5eb4
}




.importfileOuter {
    display: block;
    position: relative;
    width:100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #e9eff3;
    padding-bottom: 20px;
}
    .importfileOuter h3{ font-weight:600; font-size:14px; }

    .importfilebox {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .importfilebox label{ white-space:nowrap}
    input[type=file].form-control {
        padding-top: 7px;
    }
.importfilebox *{ flex-grow:1;}
.importfilebox input[type=file].form-control{ width:100%;}
.importfile-choose{ padding-left:15px; padding-right:15px; flex-grow:1; position:relative;}
.downloadsample_link{ font-size:14px; float:right; font-weight:500; position:absolute; right:15px; opacity:0.8; }
.downloadsample_link img{ height:12px; display:inline-block; margin-right:5px; vertical-align:middle; position:relative; top:-1px; }

