@font-face {
    font-family: proxima-nova-reg;
    src: url(../fonts/proxima-nova-regular.otf);
}

@font-face {
    font-family: lato-regular;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: lato-bold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: arimo-regular;
    src: url(../fonts/Arimo-Regular.ttf);
}

@font-face {
    font-family: arimo-bold;
    src: url(../fonts/Arimo-Bold.ttf);
}

@font-face {
    font-family: OpenSans-Medium;
    src: url(../fonts/static/OpenSans-Medium.ttf);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/static/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSans_SemiCondensed-Light;
    src: url(../fonts/static/OpenSans_SemiCondensed-Light.ttf);
}

@font-face {
    font-family: OpenSans_SemiCondensed-Regular;
    src: url(../fonts/static/OpenSans_SemiCondensed-Regular.ttf);
}

@font-face {
    font-family: opensans;
    src: url(../fonts/static/opensans.woff);
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/static/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans-VariableFont_wdth\,wght;
    src: url(../fonts/static/OpenSans-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: OpenSans-Italic;
    src: url(../fonts/open-sans-cufonfonts-webfont/OpenSans-Italic.woff);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/open-sans-cufonfonts-webfont/OpenSans-Light.woff);
}

@font-face {
    font-family: OpenSans-Regulart;
    src: url(../fonts/open-sans-cufonfonts-webfont/OpenSans-Regular.woff);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/open-sans-cufonfonts-webfont/OpenSans-Bold.woff);
}

html {
    background: #F4F6F9;
}

body {
    font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    background: rgb(211, 211, 211);
    border-radius: 20px;
}

.font-title {
    opacity: 0.8;
    font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
}

h3 {
    text-transform: uppercase;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.company-text {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8) !important;
}

.control-sidebar {
    display: none !important;
}

.navbar-expand .navbar-nav .dropdown:last-child .dropdown-menu {
    min-width: 13rem;
}

li.tree-opened>.toggler:before,
li.tree-closed>.toggler:before {
    color: #fff;
}

.form-floating>.form-control:focus {
    box-shadow: none !important;
    border-color: none;
}


li.tree-closed>.toggler:before {
    font-family: FontAwesome;
    content: "\f07b";
    margin-right: 10px;
    color: #fff;
}

li.tree-opened>.toggler:before {
    font-family: FontAwesome;
    content: "\f07b";
    margin-right: 10px;
    color: #fff;
}

li.tree-empty>.toggler {
    opacity: 1;
}

li.tree-empty>.toggler:before {
    font-family: FontAwesome;
    content: "\f07b";
    margin-right: 10px;
    color: #fff;
}

.nav-sidebar .nav-item>.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-sidebar .nav-item>.nav-link {
    text-transform: lowercase;
    font-size: 14px;
}

.nav-sidebar .nav-item>.nav-link p:first-letter {
    text-transform: uppercase;
}

.sidebar .nav-link p {
    width: 10rem !important;
    margin-left: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown .btn-secondary {
    background-color: #6c757dbd !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33.333% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

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

.w-75 {
    width: 75% !important;
}

.w-85 {
    width: 85% !important;
}

.w-95 {
    width: 95% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

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

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

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

.h-10 {
    height: 10%;
}

.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}

.h-80 {
    height: 80%;
}

.h-90 {
    height: 90%;
}

.h-100 {
    height: 100% !important;
}

.position-absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}

.gap-2 {
    gap: 0.5rem !important;
    ;
}

.custom-h {
    height: 50.4rem;
}

.custom-input-checkbox {
    border: 1px solid #f2f4f6;
    border-radius: 0.25rem;
}

.shadown-card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
}

.font-9pt {
    font-size: 9px !important;
}

.font-11pt {
    font-size: 11px !important;
}

.font-12pt {
    font-size: 12px !important;
}

.font-13pt {
    font-size: 13px !important;
}

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

.font-15pt {
    font-size: 15px !important;
}

.font-16pt {
    font-size: 16px !important;
}

.font-17pt {
    font-size: 17px !important;
}

.font-18pt {
    font-size: 18px !important;
}

.font-19pt {
    font-size: 19px !important;
}

.font-20pt {
    font-size: 20px !important;
}

.radius-xs {
    border-radius: 0.3rem !important;
}

.radius-sm {
    border-radius: 0.5rem !important;
}

.radius-md {
    border-radius: 1rem !important;
}

.radius-lg {
    border-radius: 1.5rem !important;
}

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

.bg-light-primary {
    color: #3699FF !important;
    background-color: #E1F0FF !important;
}

.bg-light-warning {
    color: #FFA800 !important;
    background-color: #FFF4DE !important;
}

.pd-r-1rem {
    padding-right: 1rem !important;
}

.bg-light-success {
    background-color: #C9F7F5 !important;
    color: #1BC5BD !important;
}

/*.bg-light-success {
    color: #1BC5BD !important;
    background-color: #C9F7F5 !important;
}
*/

.bg-light-danger {
    color: #F64E60 !important;
    background-color: #FFE2E5 !important;
}

.bg-light-warning {
    color: #FFA800 !important;
    background-color: #FFF4DE !important;
}

.bg-light-info {
    color: #8950FC !important;
    background-color: #EEE5FF !important;
}

.custom-mr-button {
    margin-right: 10px;
}

.mr-custom {
    margin-right: 8px;
}

.custom-folder {
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    background: rgba(0, 0, 0, 0.05);
}

.ct-border {
    border: 1px solid #0000 !important;
}

.border-top-custom {
    border-top: 2px solid #000 !important;
}

.body-scroll-modal {
    overflow-y: scroll;
    height: 80vh;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.overflow-hidden {
    overflow: hidden;
}

.custom-w-btn {
    width: 55px;
}

.mw-310 {
    min-width: 310px;
}

.btn-default {
    background-color: #f0f0f0;
    color: #444;
    border-color: #ddd;
}

.mytree {
    margin-top: 15px;
    padding: 0px 5px;
    background: #59698d;
    border-radius: 5px;
    overflow-x: auto;
}

.mytree::-webkit-scrollbar {
    height: 5px;
}

.mytree::-webkit-scrollbar-track {
    background: #1C2331;
}

.mytree::-webkit-scrollbar-thumb {
    background: #888;
}

.mytree::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mytree a {
    color: #fff;
}

.mytree .tree-opened {
    color: #fff;
    padding-right: 0px;
}

.mytree .tree-opened a {
    white-space: nowrap;
    color: #fff;
}

.mytree>li>ul>li>ul>li>.toggler:before {
    content: none;
}

.mytree>li>ul>li>ul>li>a:before {
    font-family: FontAwesome;
    content: "\f07b";
    margin-right: 10px;
    color: #fff;
}

.sidebar-mini.sidebar-collapse .group-menu-title {
    /* display: none; */
}

.sidebar-mini.sidebar-open .group-menu-title {
    display: block;
}

.nav-link.sub-nav-link-active {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
}

.call-in-panel.call-panel-container {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    bottom: 0;
    width: 30%;
    margin: 6% auto 0 auto;
    padding: 15px 0px;
}

.pd-r-0 {
    padding-right: 0;
}

.pd-l-0 {
    padding-left: 0;
}

.call-in-panel.call-panel-container .call-show-number .form-control {
    min-height: 100px;
}

.tree-empty {
    margin-top: 5px;
}

.tree-opened ul,
.tree-closed ul {
    padding-left: 20px;
    border-radius: 5px;
}

.tree-opened ul li:last-child,
.tree-closed ul li:last-child {
    border: none;
    margin-bottom: -10px;
    margin-top: 0px;
}

.treemenu>li {
    border-radius: 5px;
    padding: 10px 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-table;
    width: 100%;
}

.tree-opened li,
.tree-closed li {
    padding-left: 0px;
    padding-right: 0px;
}

.sub-two {
    margin: 0px 0px 0px 10px;
}

.sub-ul {
    margin: 0px 37px;
}

.nav-link {
    display: block;
    padding: 0.5rem 5px;
    /*text-transform: capitalize;*/
}

.nav-sidebar .nav-link>p>.right {
    right: 0.5rem;
}

.dataTables_wrapper {
    width: 100%;
}

.brand-image {
    margin-left: 0px;
}

.content-wrapper>.content {
    padding: 10px;
}

tbody {
    background-color: #fff;
}

.dropdown-menu-lg .dropdown-item:after,
.dropdown-item:after {
    content: "";
    display: block;
    clear: both;
}

.dropdown-menu-lg .dropdown-item,
.dropdown-item {
    white-space: inherit;
}

.form-login-index ::-webkit-input-placeholder {
    color: white;
    font-weight: 300;
}

.form-login-index :-moz-placeholder {
    color: white;
    opacity: 1;
    font-weight: 300;
}

.form-login-index ::-moz-placeholder {
    color: white;
    opacity: 1;
    font-weight: 300;
}

.form-login-index :-ms-input-placeholder {
    color: white;
    font-weight: 300;
}

.form-login-index .wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #45cafc;
    background: linear-gradient(to bottom right, #45cafc 0%, #303f9f 200%);
    overflow: hidden;
}

.form-login-index .wrapper.form-success .container h1 {
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
}

.form-login-index .container {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.form-login-index .container h1 {
    font-size: 40px;
    transition-duration: 1s;
    transition-timing-function: ease-in-put;
    font-weight: 200;
}

.form-login-index form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.form-login-index form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    width: 250px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: left;
    font-size: 18px;
    color: white;
    transition-duration: 0.25s;
    font-weight: 300;
}

.form-login-index form input:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.form-login-index form input:focus {
    background-color: white;
    width: 300px;
    color: #53e3a6;
}

.form-login-index form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: white;
    border: 0;
    padding: 10px 15px;
    color: #45cafc;
    border-radius: 3px;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    transition-duration: 0.25s;
}

input[type=number].show-arrow-number::-webkit-inner-spin-button,
input[type=number].show-arrow-number::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;

}

.form-login-index form button:hover {
    background-color: #f5f7f9;
}

.form-login-index .bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.form-login-index .bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    transition-timing-function: linear;
}

.form-login-index .bg-bubbles li:nth-child(1) {
    left: 10%;
}

.form-login-index .bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.form-login-index .bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.form-login-index .bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.form-login-index .bg-bubbles li:nth-child(5) {
    left: 70%;
}

.form-login-index .bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.form-login-index .bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.form-login-index .bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.form-login-index .bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.form-login-index .bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

.btn {
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 0;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
}

.btn-deep-purple {
    background-color: #9B6EF3 !important;
    color: #fff !important;
}

.text-deep-purple {
    color: #977FD7 !important;
}

.btn-deep-orange {
    background-color: #ff7043 !important;
    color: #fff !important;
}

.text-deep-orange {
    color: #ff7043 !important;
}

.btn-mdb-color {
    background-color: #59698d !important;
    color: #fff !important;
}

.text--mdb-color {
    color: #59698d !important;
}

.btn-light-blue {
    background-color: #82b1ff !important;
    color: #fff !important;
}

.text-light-blue {
    color: #82b1ff !important;
}

.btn-blue-grey {
    background-color: #78909c !important;
    color: #fff !important;
}

.text-blue-grey {
    color: #78909c !important;
}

.btn-light-green {
    background-color: #8bc34a !important;
    color: #fff !important;
}

.text-light-green {
    color: #8bc34a !important;
}

.btn-primary {
    background-color: #4285f4 !important;
    color: #fff !important;
}

.btn-primary-50 {
    background-color: rgba(0, 123, 255, 0.5);
    color: #fff !important;
}

.text-primary {
    color: #4285f4 !important;
}

.btn-danger {
    background-color: #ff3547 !important;
    color: #fff !important;
}

.text-danger {
    color: #ff3547 !important;
}

.btn-success {
    background-color: #00c851 !important;
    color: #fff !important;
}

.btn-info {
    background-color: #33b5e5 !important;
    color: #fff !important;
}

.text-info {
    color: #33b5e5 !important;
}

.btn-warning {
    background-color: #f80 !important;
    color: #fff !important;
}

.text-warning {
    color: #f80 !important;
}

.text-unsetcase {
    text-transform: lowercase !important;
}

.text-unsetcase:first-letter,
.text-unsetcase::first-letter {
    text-transform: uppercase !important;
}

.sticky-top {
    z-index: 999;
}

.table .thead-cs,
.thead-cs {
    color: #fff;
    background-color: #007bff;
}

.table.table-border-white thead th {
    border: 1px solid #fff !important;
}

.right-panel-content .card-header {
    text-transform: uppercase;
    margin-top: -20px;
    font-size: 22px;
}

.card-header-bg {
    background: rgba(0, 0, 0, 0.03);
}

.table .thead-cs th {
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.table .thead-cs th {
    text-align: center;
    border: none;
}

.info-table td {
    background-color: #fff;
    text-align: center;
}

.img-custom-ns {
    text-align: center;
    width: 100%;
    object-fit: contain;
    height: 400px !important;
}

.check-wrap {
    text-align: center;
    position: relative;
}

.check-wrap .custom-control {
    cursor: pointer;
    position: absolute;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    top: 0%;
    bottom: 0;
    left: 10%;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}

.absolute-left-0 {
    left: 0;
}


.absolute-left-15 {
    left: 0;
}

.check-wrap .custom-control input,
.check-wrap .custom-control label {
    cursor: pointer;
}

.btn:active,
.btn:focus,
.check-wrap .custom-control input:active,
.check-wrap .custom-control input:focus,
.check-wrap .custom-control label:active,
.check-wrap .custom-control label:focus {
    box-shadow: none !important;
    outline: none !important;
}

.reset-password,
.edit-info {
    cursor: pointer;
}

.chart-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.fn-wrap {
    padding: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.fn-wrap:hover {
    -ms-transform: translateY(-10px);
    /* IE 9 */
    -webkit-transform: translateY(-10px);
    /* Safari */
    transform: translateY(-10px);
}

.fn-wrap .fa {
    display: block;
    width: 100%;
    font-size: 50px;
    text-align: center;
    margin-bottom: 17px;
}

.fn-wrap span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
    height: 12px;
    line-height: 12px;
}

.right-panel-content h3,
.left-panel-content h3 {
    font-size: 20px;
}

.list-document-folder .list-group-item {
    border-radius: 0px;
    padding: 10px;
}

.list-document-folder .list-group-item:before {
    font-family: FontAwesome;
    content: "\f07c";
    margin-right: 5px;
}

.list-document-folder a:first-child .list-group-item {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-document-folder a:last-child .list-group-item {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-document-folder .card .list-group-item {
    border-radius: 0px;
    border: none;
}

.list-document-folder .card .list-group-item:before {
    font-family: FontAwesome;
    content: "\f0f6";
    margin-right: 5px;
}

.list-document-folder .card {
    border-radius: 0px;
    border: none;
    margin-bottom: 0px !important;
    box-shadow: none;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-top: none;
}

.right-panel-content>.sticky-top>.custom-select {
    margin-top: 2.5px !important;
    margin-bottom: 15px !important;
}

.right-panel-content>.sticky-top>a>.btn {
    margin-top: 17px !important;
    margin-bottom: 15px !important;
    height: 35px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
    float: right;
    overflow: auto;
    padding-top: 0.5em;
}

div.dataTables_wrapper div.dataTables_info {
    display: inline-block;
    float: left;
    overflow: auto;
}

.ncr-td-first {
    width: 25%;
}

.ncr-td-second {
    width: 80%;
}

/*.table-responsive {
    display: table !important;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
*/
.select2-selection__choice {
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.table-scroll {
    display: table;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-scroll-x {
    display: table;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-open .modal {
    overflow: hidden;
    z-index: 9999;
}

.modal-open {
    padding-right: 0px !important;
}

.dc-container .col-sm-4 {
    margin-bottom: 15px;
    position: relative;
}

.dc-wrap {
    padding: 10px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    min-height: 70px;
}

.dc-wrap a {
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dc-wrap a:before {
    font-family: FontAwesome;
    content: "\f022";
    margin-right: 5px;
}

.bd-circle {
    width: 20px;
    height: 20px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 0;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}

.dc-new {
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.dc-new .dc-new-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    display: inline-block;
    float: left;
}

.dc-new .dc-new-date {
    float: right;
}

.dc-new::after {
    content: "";
    clear: both;
    display: table;
}

.update {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active {
    color: #979ba3;
    background-color: transparent;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active:hover {
    color: #979ba3;
    background-color: rgba(0, 0, 0, 0.1);
}

.img-download {
    position: relative;
    z-index: 9999;
}

.img-download a {
    display: inline-block;
    /* width: 49%; */
}

.img-download a:first-child {
    text-align: right;
}

.text-white.font-title.px-2.my-2.mobile-group-menu-title {
    text-transform: uppercase !important;
}

.img-download a:last-child {
    text-align: left;
}

.img-download a img {
    height: 41px;
}

.loading-bg {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.loading-bg .load-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.call-show-number .form-group .form-control {
    font-size: 28px !important;
}

.loading-bg .load-content img {
    display: block;
    margin: 0 auto;
}

.download-app a img {
    display: inline-block;
    max-width: 47%;
}

.scroll-history {
    overflow-y: scroll;
    height: 53vh;
}

.scroll-history::-webkit-scrollbar {
    width: 7px;
}

.scroll-history::-webkit-scrollbar-thumb {
    background: rgb(227, 223, 223);
    border-radius: 15px;
}

.card-header.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.input-group>.select2-container--bootstrap4,
.select2-container--bootstrap4 {
    width: 100% !important;
}

.sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-item .nav-link p {
    display: none;
}

.sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-item .nav-link {
    width: 100%;
    text-align: center;
    margin-right: 0px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item .nav-link p {
    display: inline-block;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item .nav-link {
    text-align: left;
    margin-right: 5px;
}

.custom-card-header {
    position: relative;
    background-color: transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.custom-mt-5 {
    margin-top: 2.5rem !important;
}

.bg-color {
    vertical-align: middle;
    width: 100%;
    background-color: #fff;
}

.custom-d-none {
    display: none !important;
}

.custom-title {
    padding-bottom: 10px;
}

.custom-mb {
    margin-bottom: 2.5rem !important;
}

.custom-pd {
    padding: 0 !important;
}

.custom-input-search {
    width: 90%;
    height: 100%;
}

.custom-color {
    background-color: #e9ecef !important;
}

.new-login-wrap {
    height: 100vh;
    overflow: hidden;
}

.pd-0 {
    padding: 0;
}

.mr-bt {
    margin-bottom: 0.2rem !important;
}

.custom-bg-white {
    background-color: #e9ecef !important;
}

.mt-50 {
    margin-top: 50px;
}

.side-login-container {
    height: 85vh;
    width: 85%;
    margin: 0 auto;
}

.custom-mt-28 {
    margin-top: 28px;
}

.form-input-login .form-control,
.form-input-login .btn {
    border-radius: 25px;
}

.custom-form-service-list {
    padding-top: 0.925rem !IMPORTANT;
    padding-bottom: 0.625rem !important;
    border: 1px solid #ced4da;
    padding-left: 15px;
    border-radius: 0.25rem;
}

.mr-10 {
    margin-right: 10px;
}

.custom-pd {
    /* padding-left: 25px !important;
    padding-top: 23px !important;
    padding-bottom: 23px !important; */
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.new-img-login {
    background: #eef8fe;
    overflow: hidden;
}

.new-img-login img {
    padding: 20px;
}

.side-login {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

img.img-login {
    height: 80px;
}

.alert-text-login {
    background: rgba(255, 53, 71, 0.2);
    padding: 10px;
    border-radius: 25px;
}

.no-active-focus:active,
.no-active-focus:focus,
.no-active-focus *:active,
.no-active-focus *:focus {
    box-shadow: none !important;
    outline: none !important;
}

.content>.container-fluid>.container {
    max-width: unset;
}

.max-width-content .left-panel-content {
    flex: 0 0 79%;
    max-width: 79%;
}

.max-width-content .right-panel-content {
    flex: 0 0 21%;
    max-width: 21%;
}

.table th,
.table td {
    padding: 10px 7px;
    font-size: 14px;
}

.showCallScreen {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.call-panel-container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.call-panel .modal-dialog {
    max-width: 320px;
    height: 85%;
}

.call-panel .modal-dialog .modal-content,
.call-now .modal-dialog .modal-content {
    height: 100%;
    border-radius: 5px;
}

.call-now .modal-dialog .modal-content:first-child {
    background: #00c6ff;
    background: -webkit-linear-gradient(to top, #0072ff, #00c6ff);
    background: linear-gradient(to top, #0072ff, #00c6ff);

}

.call-panel .modal-dialog .modal-content .modal-body,
.call-now .modal-dialog .modal-content .modal-body {
    max-height: unset;
}

.call-number-item,
.call-panel-action .call-action-item {
    width: 32%;
}

.call-number-item span,
.call-panel-action .call-action-item span {
    /* width: 65px; */
    width: 100%;
    height: 65px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px auto;
    font-size: 26px;
    cursor: pointer;
}

.call-action-item img {
    height: 27px;
}

.call-number-item span:active {
    background: rgba(0, 0, 0, 0.05);
}

.nowrap-text {
    white-space: nowrap;
}

.call-history-table {
    font-size: 13.5px;
}

.call-history-table.table-scroll {
    display: block;
}

.call-history-table tbody tr:hover {
    background: #fff;
}

.call-history-table .btn-history-action {
    padding: 0px;
    width: 30px;
    height: 30px;
}

.icon-customer-call {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.img-call-now {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.table th,
.table td {
    padding: 10px 7px;
    font-size: 14px;
}

.showInfoCallUser {
    overflow: auto;
    display: none;
}

.customer-call-container {
    border-radius: 10px;
    padding: 20px;
}

.customer-call-item>.customer-call-content {
    font-size: 14px;
    margin-top: 35px;
    width: 84%;
}

#callNowModal,
#callNowModalTo {
    z-index: 9999;
}

#callNowModal .modal-dialog,
#callNowModalTo .modal-dialog {
    max-width: unset;
    height: 90%;
}

.call-now-status {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-call-status {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-action-mess {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
}

.letter-first-uppercase::first-letter {
    text-transform: uppercase;
}

#callNowModal .modal-dialog .modal-content:first-child,
#callNowModalTo .modal-dialog .modal-content:first-child {
    width: 25%;
}

#callNowModal .modal-dialog .modal-content:last-child,
#callNowModalTo .modal-dialog .modal-content:last-child {
    width: 55%;
}

.call-now-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    /* Firefox */
}

.call-now-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

.call-now-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255, 255, 255, 0.6);
}

.multiselect-container>li>a>label {
    padding: 5px 10px !important;
    width: 100%;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-native-select .multiselect.dropdown-toggle {
    width: 100%;
    display: block;
}

.close-call-mobile {
    display: none;
}

.close-callInput,
.close-calling {
    width: 40px;
    height: 40px;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link {
    text-transform: capitalize;
}

/*.nav-sidebar {
    overflow-x: hidden;
}

.nav-item.has-treeview ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item.has-treeview ul li a p {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/
.modal-scroll {
    height: 50rem;
    overflow-y: scroll;
}

.nav-sidebar>.nav-item {
    width: 100%;
}

.nav-sidebar .nav-item.has-treeview ul.nav-treeview .nav-item p {
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 17px;
    font-size: 15px;
    position: relative;
}

.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    width: 1rem;
    font-size: 7px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.nav-sidebar>.nav-item .nav-icon {
    font-size: 1rem;
}

.table thead th {
    white-space: nowrap;
}

.table-full-scroll {
    overflow-x: auto;
    width: 100%;
}

.table-full-scroll th,
.table-full-scroll td,
.table-full-scroll td a {
    font-size: 16px !important;
}

.table-full-scroll::-webkit-scrollbar {
    width: 5px;
}

.table-full-scroll::-webkit-scrollbar-thumb {
    background-color: #e0d9d9;
    border-radius: 10px;
}

.main-sidebar {
    overflow-x: hidden;
}

.right-panel-content .card .card-header.btn {
    cursor: context-menu !important;
    height: 36px;
    line-height: 30px;
}

.right-panel-content .card,
.right-panel-content .select2-container--bootstrap4 {
    top: 1px;
}

.right-panel-content .select2-container--bootstrap4 .select2-selection--single {
    height: 37px;
    border-radius: 3px !important;
}

.main-header.navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.cs-db-2 .form-control {
    height: 37px;
}

.icon-status-btn {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-no-pointer {
    cursor: context-menu !important;
}

.line-span-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    bottom: 5px;
}

.position-search-right {
    position: absolute;
    right: 10px;
}

.loading-progress {
    z-index: 9;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.loading-progress .loading-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .group-menu-title {
    display: block;
}

.tooltip {
    z-index: 9999;
}

@-webkit-keyframes btnReportPulse {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(66, 133, 244, 0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(66, 133, 244, 0);
    }
}

@-webkit-keyframes pulseCall {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*.btn-wrap-call{
    display: none;
}*/

.btn-call-purple {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 40px;
    cursor: pointer;
    z-index: 9999;
}

.smooth-transition {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.pulse-call {
    box-shadow: 0 0 0 0 rgb(255, 255, 255, 0.5);
    -webkit-animation: pulseCall 1.5s infinite;
}

.btnToggleReport {
    box-shadow: 0 0 0 0 rgb(66, 133, 244, 0.5);
    -webkit-animation: btnReportPulse 1.5s infinite;
}

.hideInputFilter input {
    display: none;
}

label,
label.col-form-label,
.form-control,
.custom-select {
    font-size: 14px;
}

input.form-control,
.custom-select {
    height: calc(2rem + 2px);
}

.card-header {
    font-size: 17px;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.1rem + 2px) !important;
    font-size: 14.5px !important;
    line-height: 21px !important;
    padding: .5rem 1.125rem .5rem .5rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px;
}

.custom-nav-tab.nav-tabs {
    padding: 5px;
    border: none;
    border-radius: 0.25rem;
    background-color: #EEF0F8;
}

.custom-nav-tab.nav-tabs .nav-link {
    color: #495057;
    border: none;
    border-radius: 0.25rem;
}

.custom-nav-tab.nav-tabs .nav-link.active,
.custom-nav-tab.nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
}

.bootstrap-duallistbox-container select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootstrap-duallistbox-container .btn-group {
    margin-bottom: 5px;
}

.bootstrap-duallistbox-container .btn-group .btn {
    background-color: #f4f4f4;
    color: #444;
    border: 1px solid #dee2e6;
}

.bootstrap-duallistbox-container .clear2 {
    display: none;
}

.hidden-opacity {
    opacity: 0;
    visibility: hidden;
}

.node {
    height: auto;
    margin: 7px 0px;
    min-height: 24px;
}

.linkMeetingNoti,
.linkWorkNoti,
.linkNCRNoti {
    background: #f8f9fa;
}

.linkMeetingTitle,
.linkWorkTitle,
.linkNCRTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.custom-form-control,
input.custom-form-control.form-control {
    height: calc(1.7rem + 2px);
}

table.table-colored tbody tr:nth-child(5n - 1) {
    background: #f5f5f5;
}

table.table-colored tbody tr:nth-child(5n - 2) {
    background: #fcf8e3;
}

table.table-colored tbody tr:nth-child(5n - 3) {
    background: #f2dede;
}

table.table-colored tbody tr:nth-child(5n - 4) {
    background: #d9edf7;
}

table.table-colored tbody tr:nth-child(5n - 5) {
    background: #dff0d8;
}

footer.main-footer {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

footer.main-footer h6 {
    margin-bottom: 0px;
}

.table-colored tbody tr:nth-child(5n - 1) {
    background: #f5f5f5;
}

.table-colored tbody tr:nth-child(5n - 2) {
    background: #fcf8e3;
}

.table-colored tbody tr:nth-child(5n - 3) {
    background: #f2dede;
}

.table-colored tbody tr:nth-child(5n - 4) {
    background: #d9edf7;
}

.table-colored tbody tr:nth-child(5n - 5) {
    background: #dff0d8;
}

.sub-notification {
    max-height: 30rem;
    overflow-y: auto;
}

.sub-notification-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.dataTables_wrapper div.dataTables_length label {
    display: flex;
    align-items: center;
}

div.dataTables_wrapper div.dataTables_length label select {
    margin: 0px 5px;
}

.z-index-9999 {
    z-index: 9999 !important;
}

/* 2021 style */
.wrapper {
    position: relative;
    background: #EEF0F8;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.w-edit {
    width: 11rem !important;
}

.bg-disabled {
    background-color: #e9ecef !important;
}

.scroll-over-flow {
    max-height: 64vh !important;
    overflow-y: scroll;
}

.modal-body-scroll {
    max-height: 64vh;
    overflow-y: scroll;
}

.content-wrapper {
    background: #EEF0F8;
}

/*.table-full-scroll table,
.table-full-scroll table.dataTable {
    margin-top: 10px !important;
}*/

.thead-new-bg {
    background-color: #F3F6F9;
}

.thead-new-bg th,
.thead-new-bg thead,
.table-bordered thead.thead-new-bg th,
.table-bordered thead.thead-new-bg td,
.table thead.thead-new-bg td,
.table thead.thead-new-bg th {
    border: none;
}

.square-btn {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.dropdown-new-style {
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    z-index: 99;
}

.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
}

.md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.25em;
    vertical-align: top;
    clear: both;
    padding-left: 1px;
}

.md-checkbox label:not(:empty) {
    padding-left: 0.75em;
}

.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 1.25em;
    height: 1.25em;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 0.125em;
    cursor: pointer;
    transition: background 0.3s;
}

.md-checkbox input[type=checkbox] {
    outline: 0;
    visibility: hidden;
    width: 1.25em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}

.md-checkbox input[type=checkbox]:checked+label:before {
    background: #007bff;
    border: none;
}

.md-checkbox input[type=checkbox]:checked+label:after {
    transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
    width: 0.75em;
    height: 0.375em;
    border: 0.125em solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.md-checkbox input[type=checkbox]:disabled+label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type=checkbox]:disabled:checked+label:before {
    background: rgba(0, 0, 0, 0.26);
}

.form-floating {
    position: relative;
}

.md-checkbox.form-floating-checkbox-radio,
.form-floating-outline {
    padding: 1.219rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-clip: padding-box;
    margin-top: 0;
}

.md-checkbox.form-floating-checkbox-radio label {
    margin-left: 0;
    padding-left: 0;
    order: 1;
}

.md-checkbox.form-floating-checkbox-radio label:before,
.md-checkbox.form-floating-checkbox-radio label:after {
    right: 15px;
    top: unset;
    left: unset;
}

.md-checkbox.form-floating-checkbox-radio label:after {
    right: 22px;
}

.md-checkbox.form-floating-checkbox-radio input {
    order: 2;
}

.form-floating>.form-control,
.form-floating>.form-select {
    border-radius: 0.5rem;
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    font-weight: normal !important;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    border-radius: 0.5rem !important;
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating.form-item>label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.floating-select-two {
    padding: 1.625rem 0.75rem 0.56rem 0.75rem;
    border: 1px solid #f2f4f6;
    border-radius: 0.5rem;
}

.floating-select-two.form-view-file {
    padding: 1.625rem 0.75rem 0.33rem 0.75rem;
}

.floating-select-two.disabled,
.floating-select-two.disabled .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    background-color: #e9ecef;
}

.floating-select-two label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    z-index: 999;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single,
.floating-select-two select {
    border: none;
    padding: 0 !important;
    height: auto !important;
    box-shadow: none;
}

.select2-dropdown,
.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #E1F0FF !important;
    color: #3699FF !important;
}

.select2-container--bootstrap4 .select2-results__option {
    font-size: 14px !important;
}

.select2-search--dropdown {
    padding: 0.5rem;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 7px;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

.select2-container--bootstrap4 .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dataTables_paginate .page-link {
    border: none;
    background-color: #f0f2f5;
    color: #333;
    margin-left: 0.3rem;
    border-radius: 0.3rem;
}

.border-right-product {
    margin-right: 0.5rem !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.form-floating-empty {
    min-height: 58px;
    border: 1px solid #f2f4f6;
    border-radius: 0.25rem;
    background-clip: padding-box;
    padding: 0 0.75rem 0 0.75rem;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single * {
    font-size: 14px;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single:after {
    content: "\f078";
    display: inline-block;
    opacity: 0.8;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 0;
}

.floating-select-two .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.floating-input {
    width: 3.5rem;
    font-size: 20px;
}

.floating-form-group .form-floating {
    width: calc(100% - 3.5rem);
}


.modal-dialog .select2-container--bootstrap4,
.modal-dialog .select2-container--bootstrap4 .select2-dropdown {
    z-index: 9999 !important;
}

.jconfirm-content {
    font-size: 15px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font-family: arimo-bold;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-family: arimo-bold !important;
    font-size: 18px !important;
}

.jconfirm .jconfirm-box.jconfirm-type-red {
    border-top: solid 7px #ff3547 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-blue {
    border-top: solid 7px #3699FF !important;
}

.jconfirm .jconfirm-box.jconfirm-type-orange {
    border-top: solid 7px #f80 !important;
}

.ui-widget.ui-widget-content {
    max-height: 15rem;
    overflow-y: auto;
}

.ui-slider.ui-widget.ui-widget-content {
    overflow-y: unset !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0.5rem 1rem !important;
    font-size: 15px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #E1F0FF !important;
    border-color: transparent !important;
    color: #3699FF !important;
}

.input-custom-bg::-webkit-file-upload-button,
.form-floating input[type="file"]::-webkit-file-upload-button {
    background-color: #E1F0FF;
    color: #3699FF;
    font-family: arimo-bold;
    font-size: 13px;
    height: 24px;
    padding: 0 10px;
    border: 0;
}

.bg-light a {
    color: unset !important;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 5px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: rgb(128, 127, 127);
    border-radius: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
    background: #d0d0d0;
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.custom-scroll-bar::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.custom-scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*.dataTables_scrollHeadInner {
    width: 100% !important;
}*/

.pure-material-radio {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
    font-size: 13px;
}

/* Input */
.pure-material-radio>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -7px;
    top: -5px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.pure-material-radio>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Circle */
.pure-material-radio>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 2px 5px 2px 0;
    border: solid 2px;
    /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    vertical-align: top;
    transition: border-color 0.2s;
}

/* Check */
.pure-material-radio>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transform: translate(5px, 5px) scale(0);
    transition: transform 0.2s;
}

/* Checked */
.pure-material-radio>input:checked {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio>input:checked+span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-radio>input:checked+span::after {
    transform: translate(5px, 5px) scale(1);
}

/* Hover, Focus */
.pure-material-radio:hover>input {
    opacity: 0.04;
}

.pure-material-radio>input:focus {
    opacity: 0.12;
}

.pure-material-radio:hover>input:focus {
    opacity: 0.16;
}

/* Active */
.pure-material-radio>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.pure-material-radio>input:active+span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

/* Disabled */
.pure-material-radio>input:disabled {
    opacity: 0;
}

.pure-material-radio>input:disabled+span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.pure-material-radio>input:disabled+span::before {
    border-color: currentColor;
}

.pure-material-radio>input:disabled+span::after {
    background-color: currentColor;
}

.loader-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.table-no-search-pagination .dataTables_info,
.table-no-search-pagination .dataTables_paginate,
.table-no-search-pagination .dataTables_length {
    display: none !important;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
    color: #3699FF !important;
    font-family: 'arimo-bold';
    font-size: 15px;
}

/* End 2021 style */

@media (min-width: 1200px) {
    .form-login-home {
        margin-top: -10%;
    }
}


@media (min-width: 1400px) {
    .new-img-login img {
        max-width: 125%;
        margin: 0 auto;
        margin-left: -15%;
    }

    .modal-lg {
        max-width: 900px;
    }
}

@media (min-width: 1600px) {
    .left-panel-content {
        flex: 0 0 78%;
        max-width: 78%;
    }

    .right-panel-content {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .max-width-content .left-panel-content {
        flex: 0 0 81%;
        max-width: 81%;
    }

    .max-width-content .right-panel-content {
        flex: 0 0 19%;
        max-width: 19%;
    }

    .call-in-panel.call-panel-container {
        width: 25%;
        margin: 13% auto 0 auto;
    }

}

@media (min-width: 1920px) {
    .new-login-wrap .col-sm-12.col-md-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .new-login-wrap .col-sm-12.col-md-9 {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .left-panel-content {
        flex: 0 0 81%;
        max-width: 81%;
    }

    .right-panel-content {
        flex: 0 0 19%;
        max-width: 19%;
    }

    .max-width-content .left-panel-content {
        flex: 0 0 83%;
        max-width: 83%;
    }

    .max-width-content .right-panel-content {
        flex: 0 0 17%;
        max-width: 17%;
    }

    .call-in-panel.call-panel-container {
        width: 22%;
        margin: 16% auto 0 auto;
    }

    .call-in-panel.call-panel-container .call-show-number .form-control {
        min-height: 140px;
    }

    .form-login-home {
        margin-top: 0%;
    }

}


@media (max-width: 1280px) {
    .content>.container-fluid>.container {
        max-width: unset;
    }

    .new-img-login img {
        max-width: 125%;
        margin: 0 auto;
        margin-left: -15%;
    }

    .fn-wrap span {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .function-home .col-sm-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    table {
        display: table;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .dc-new .dc-new-name {
        width: 84%;
    }

    .right-panel-content h3,
    .left-panel-content h3 {
        font-size: 19px;
    }

    .new-img-login {
        height: 100vh;
    }

    .call-panel .modal-dialog,
    #callNowModal .modal-dialog,
    #callNowModalTo .modal-dialog {
        height: 80%;
        top: 5%;
    }

    #callNowModal .modal-dialog .modal-content:first-child,
    #callNowModalTo .modal-dialog .modal-content:first-child {
        width: 31%;
    }

    .fn-wrap span {
        font-size: 18px;
    }

    .right-panel-content>.sticky-top>a>.btn,
    .right-panel-content>.sticky-top>a.btn {
        font-size: 13px;
        padding: 5px;
    }

    .right-panel-content .card-header.btn {
        font-size: 14px !important;
    }

    .call-in-panel.call-panel-container {
        width: 45%;
        margin: 14% auto 0 auto;
    }

    .dashboard-educate-title {
        font-size: 9px;
        padding: 5px 10px !important;
    }

    .col-md-6 .dashboard-number {
        font-size: 15px;
    }

    .login-home-container form .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 992px) {

    .btn-save-bottom,
    .video-call-nav {
        margin-left: 250px;
    }
}

/* @media (min-width: 768px) {

    .btn-save-bottom,
    .video-call-nav {
        margin-left: 250px;
    }
} */

@media (min-width: 768px) and (max-width: 991.98px) {
    .chart-container {
        padding: 5px;
    }

    .function-home .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .left-panel-content,
    .right-panel-content,
    .max-width-content .left-panel-content,
    .max-width-content .right-panel-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    table.dataTable {
        margin-top: 20px;
    }

    table {
        display: inline-table;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .new-login-wrap .col-sm-12.col-md-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .new-login-wrap .col-sm-12.col-md-9 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .side-login-container {
        height: 85vh;
    }

    .new-img-login {
        height: 100vh;
    }

    .new-img-login img {
        margin-top: 63%;
    }

    .call-panel .modal-dialog,
    #callNowModal .modal-dialog,
    #callNowModalTo .modal-dialog {
        height: 60%;
        top: 10%;
    }

    #callNowModal .modal-dialog .modal-content:first-child,
    #callNowModalTo .modal-dialog .modal-content:first-child {
        width: 44%;
    }

    .scroll-to-info {
        display: none !important;
    }

    .call-in-panel.call-panel-container {
        width: 45%;
        margin: 30% auto 0 auto;
    }

    .reportSidebar {
        width: 60%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .left-panel-content,
    .right-panel-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dc-new .dc-new-name {
        width: 83%;
    }

    .function-home .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    table {
        display: table;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    div.dataTables_wrapper div.dataTables_length label {
        float: left;
    }

    table.dataTable {
        margin-top: 20px;
    }

    .table-responsive {
        display: table !important;
    }

    .max-width-content .left-panel-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .max-width-content .right-panel-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .call-panel .modal-dialog {
        max-width: 320px;
        height: 94%;
        top: -5%;
    }

    #callNowModal .modal-dialog,
    #callNowModalTo .modal-dialog {
        height: 94%;
        top: -5%;
    }

    .call-number-item span {
        border: none;
        height: 25px;
        border-radius: 5px;
    }

    .call-panel-action .call-action-item span {
        border: none;
        border-radius: 50%;
        height: 30px;
        width: 30px;
    }

    .call-panel-action .call-action-item:nth-child(2) span {
        width: 40px;
        height: 40px;
    }

    .scroll-to-info {
        display: none !important;
    }

    .close-callInput,
    .close-calling {
        width: 30px;
        height: 30px;
    }

    .img-call-now {
        height: 70px;
        width: 70px;
        border-radius: 50%;
    }

    #callNowModal .modal-dialog .modal-content:first-child,
    #callNowModalTo .modal-dialog .modal-content:first-child {
        width: 48%;
    }

    .call-now-container textarea.form-control {
        height: 70px;
    }

    .call-now-status {
        position: relative;
    }

    .call-now-customer-info {
        font-size: 14px;
    }

    .btnShowInfoCall {
        font-size: 13px;
    }

    .close-callInput,
    .close-calling {
        width: 30px;
        height: 30px;
    }

    .call-in-panel.call-panel-container .call-show-number .form-control {
        min-height: 35px;
    }

    .call-in-panel.call-panel-container {
        width: 35%;
        margin: 9% auto 0 auto;
        padding: 5px 0px;
    }

    .reportSidebar {
        width: 70%;
    }

    .login-home-container {
        border-radius: 0.5rem !important;
    }

    .login-home-container .col-sm-12.col-lg-7,
    .bg-deco-bottom {
        display: none;
    }

    .login-home,
    .login-home>.row {
        min-height: calc(100vh - 2rem) !important;
    }
}

@media (max-width: 575.98px) {
    .rps-font-header {
        font-size: 12px !important;
    }

    .side-login-container {
        height: 63.5vh;
    }

    .rps-header-mb {
        margin-bottom: 0.5rem !important;
    }

    .rps-qlns {
        display: block !important;
    }

    .left-panel-content h5 {
        text-align: center !important;
    }

    .dc-new .dc-new-date {
        float: none;
    }

    .dc-new .dc-new-name,
    .reportSidebar {
        width: 100%;
    }

    .table-responsive {
        display: table !important;
    }

    div.dataTables_wrapper div.dataTables_length label {
        display: inline-block;
    }

    table {
        display: table !important;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch !important;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .cs-db-2 {
        /* width: 100%; */
        margin-bottom: 15px;
    }

    .left-panel-content .spanColor {
        width: 49%;
        display: inline-block;
        text-align: left;
        margin-right: 0px !important;
    }

    .left-panel-content>.spanColor:last-child:after {
        content: '';
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }

    table.dataTable thead>tr>th.sorting {
        white-space: nowrap;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_info {
        width: 100%;
    }

    .ncr-td-first,
    .ncr-td-second {
        width: 50%;
    }

    table.dataTable {
        margin-top: 20px;
    }

    .side-login-container {
        width: 80%;
        height: 57.5vh;
    }

    .new-img-login {
        background: transparent;
    }

    .max-width-content .left-panel-content,
    .max-width-content .right-panel-content {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .close-call-mobile {
        display: block;
    }

    .call-panel .modal-dialog,
    #callNowModal .modal-dialog,
    #callNowModalTo .modal-dialog {
        max-width: 100%;
        height: 97%;
    }

    #callNowModal .modal-dialog .modal-content:first-child,
    #callNowModalTo .modal-dialog .modal-content:first-child {
        width: 100%;
        height: 100%;
        margin-right: 0px !important;
    }

    #callNowModal .modal-dialog,
    #callNowModalTo .modal-dialog {
        display: block !important;
        overflow-y: auto;
        pointer-events: auto;
    }

    #callNowModal .modal-dialog .modal-content:last-child,
    #callNowModalTo .modal-dialog .modal-content:last-child {
        width: 100%;
    }

    .col-sm-9.left-panel-content h3,
    .col-sm-3.right-panel-content h3 {
        font-size: 20px;
    }

    .call-in-panel.call-panel-container {
        width: 100%;
        margin-top: 18%;
    }

    .mb-xs-2 {
        margin-bottom: 0.8rem !important;
    }

    .login-home-container {
        border-radius: 0.5rem !important;
    }

    .login-home-container .col-md-6.col-lg-7 {
        display: none;
    }

    .login-home,
    .login-home>.row {
        min-height: calc(100vh - 2rem) !important;
    }

    .login-home-container .col-sm-12.col-lg-7 {
        display: none;
    }
}

@media (max-width: 376px) {
    .company-text {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }

    .ag-courses-item_link {
        padding: 20px 30px !important;
    }

    .rps-font-header {
        font-size: 12px !important;
    }

    .side-login-container {
        height: 63.5vh;
    }

    .rps-header-mb {
        margin-bottom: 0.5rem !important;
    }

    .rps-qlns {
        display: block !important;
    }
}

@media (max-width: 360px) {
    .company-text {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .company-text {
        display: none;
    }

    .side-login-container {
        width: 85%;
        height: 64vh;
    }

    .close-callInput,
    .close-calling {
        width: 30px;
        height: 30px;
    }

    .img-call-now {
        height: 75px;
        width: 75px;
        border-radius: 50%;
    }

    .call-now-container textarea.form-control {
        height: 70px;
    }

    .call-in-panel.call-panel-container .call-show-number .form-control {
        min-height: 70px;
    }

    .call-number-item span,
    .call-panel-action .call-action-item span {
        margin: 3px auto;
        width: 60px;
        height: 60px;
    }
}

.dataTable {
    width: 100% !important;
    display: table !important;
}

/* Chỉnh sửa sidebar */

.main-sidebar {
    background-color: #fff !important;
}

.elevation-4 {
    box-shadow: unset !important;
}

.brand-link {
    padding: 0.9rem 0.5rem !important;
}

.navbar {
    padding: 0.93rem 0.5rem !important;
}

.nav-sidebar .nav-item>.nav-link {
    font-size: 16px !important;
}

.nav-sidebar .nav-item>.nav-link {
    color: #7b8190 !important;
}

.nav-pills .nav-item .text-white {
    color: #a1a1a1 !important;
}

.nav-sidebar .nav-item>.nav-link .right {
    transform: rotate(87deg);
}

.nav-sidebar .menu-open>.nav-link .right {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg) !important;
}

.nav-sidebar>.nav-item:hover {
    border-radius: 0.25rem;
    color: #383c40 !important;
    background-color: #F4F6F8 !important;
}

.sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link:active,
.sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link:focus {
    background: linear-gradient(118deg, #0c7daf, #00ade6);
    color: #ffffff !important;
}

.nav-link {
    padding: 0.6rem 10px !important;
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: -4px !important;
}

.sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(118deg, #0c7daf, #00ade6);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 123, 255, .4) !important;
}

/* .sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(118deg, #0c7daf, #00ade6);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(0, 123, 255, .4) !important;
} */

.brand-image {
    max-height: 40px !important;
    float: unset !important;
    margin-top: -7px !important;
}

.elevation-3 {
    box-shadow: unset !important;
}

.brand-text {
    color: #00ade6 !important;
}

.brand-link .font-weight-light {
    font-size: 26px !important;
    font-weight: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: OpenSans-Regular, Helvetica, Arial, sans-serif;
}

.sidebar-action .fa-bars {
    font-size: 20px;
    color: #a1a1a1 !important;
}

.box-shadow-header {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.main-header.navbar {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 0 !important;
}

.avatar-blab {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.opacity-05 {
    opacity: 0.5;
}

.custom-modal-search .select2-container--bootstrap4 .select2-selection {
    border: unset !important;
}

.sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link.active img {
    filter: invert(1);
    opacity: unset !important;
}

.w-22-custom {
    width: 22px;
}

.w-custom-logo-messenge {
    width: 13rem;
}

.h-22-custom {
    height: 22px;
}

.color-dark-custom {
    color: #000 !important;
}

.custom-light {
    height: 3rem;
    object-fit: cover;
}

.template-card {
    border-radius: 5px;
    border: 1px solid #efefef;
}

.upload-icon {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #cbc3c3;
    line-height: 30px;
}

.gap-8px {
    gap: 8px;
}

.gap-6 {
    gap: 2rem;
}

.custom-max-width-700 {
    max-width: 700px !important;
}

.opacity-1 {
    opacity: 1;
}

.custom-modal-logo {
    padding: 2rem !important;
}

.w-design {
    width: 24rem;
}

.font-22pt {
    font-size: 24px !important;
}

.padding-ul-modal {
    padding-left: 16px !important;
}

.fw-send {
    font-weight: 100 !important;
}

.border-radius-225rem {
    border-radius: 2.25rem !important;
}

#search-header .form-control:focus {
    box-shadow: unset !important;
}

.nav-sidebar>.nav-item .nav-icon {
    opacity: 0.6;
}

.sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link:active img,
.sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link:focus img {
    filter: invert(1);
    opacity: unset !important;
}

.navbar-badge {
    border-radius: 0.3rem !important;
    position: absolute;
    top: 2px !important;
    right: 26px !important;
    font-size: .6rem;
    font-weight: 300;
    padding: 3px 5px !important;
}

.wh-icon {
    width: 20px !important;
    height: 20px !important;
}

.feather-10 {
    width: 10px;
    height: 10px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-48 {
    width: 48px;
    height: 48px;
}

.mr-6 {
    margin-right: 4rem;
}

.lh-36 {
    line-height: 36px;
}

.w-20-custom {
    width: 20px;
}

.border-radius-0537 {
    border-radius: .537rem !important;
}

h4 {
    opacity: 0.9;
}

.h-11rem {
    height: 11rem !important;
}

.custom-width-icon-home {
    width: 50px;
    filter: invert(1);
}

.object-fit-cover {
    object-fit: cover;
}

label {
    opacity: 0.8;
}

.font-small {
    font-size: small;
}

.color-text {
    color: #4e5e6a;
}

.object-fit-fill {
    object-fit: fill;
}

.h-5rem {
    height: 5rem !important;
}

.border-dashed {
    border: 3px dashed #005c9e;
}

.lh-5rem {
    line-height: 5rem;
}

.fs-22pt {
    font-size: 22px !important;
}

.border-bottom-unset {
    border-bottom: unset !important;
}

.border-dashed {
    border: 3px dashed #005c9e;
}

.border-radius-0537 {
    border-radius: .537rem !important;
}

.h-avt {
    height: 8.3rem;
}

.input-file-container {
    border: 1px solid #80808063;
    border-radius: 0.5rem;
}

#show-token {
    display: none;
}

.label-custom-click {
    width: 100%;
    padding-bottom: 0.5rem !important;
    height: 1rem !important;
    margin-bottom: 0 !important;
    top: 7.6px !important;
    background: #ffff;
    opacity: 1 !important;
}

.border-dashed {
    border: 3px dashed #0c7daf;
}

.position-i-details {
    font-size: 21px;
    position: relative;
    bottom: 56px;
    right: 5px;
}

.custom-file-details-ticket {
    padding-top: 2.1rem;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #efefef;
    padding-bottom: 2.1rem;
}

.ui-datepicker {
    z-index: 9999999 !important;
}

.input-custom-wh {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid rgba(166, 166, 166, 0.2) !important;
}

.choose-file {
    padding: 10px;
    border-radius: 0.5rem;
    background-color: #fff;
}

.voucher-icon {
    filter: invert(0.6);
    width: 30px;
}

.border-2dashed {
    border-bottom: 2px dashed #e1e1e1;
}

.coupon {
    cursor: pointer;
}

.w-93px {
    width: 93px;
}

.coupon .kanan {
    border-left: 1px dashed #ddd;
    width: 40% !important;
    position: relative;
}

.border-custom-voucher {
    border-bottom: 2px dashed #ffffff;
    margin-bottom: 1rem !important;
}

.coupon .kanan .info::after,
.coupon .kanan .info::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #dedede;
    border-radius: 100%;
}

.coupon .kanan .info::before {
    top: -10px;
    left: -10px;
}

.custom-mw-voucher {
    max-width: 36rem;
}

.bg-voucher-body {
    background-color: #dedede;
}

.coupon .kanan .info::after {
    bottom: -10px;
    left: -10px;
}

.coupon .time {
    font-size: 1.6rem;
}

.avatar-phancong {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.bg-voucher {
    background-color: #f1f0f0;
}

.form-control:not(textarea) {
    height: inherit !important;
}

.h-74 {
    height: 74%;
}

.scroll-voucher {
    overflow-y: auto;
    max-height: 56vh;
}

.w-20px {
    width: 20px;
    height: 20px;
}

@media (max-width: 901px) {
    .bd-bottom {
        height: auto !important;
    }
}

.dropdown-menu {
    margin: 0.5rem 0 0 !important;
}

.select2-dropdown {
    z-index: 999999 !important;
}

#cke_1_toolbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#element {
    display: none;
}

.font-medium {
    font-weight: 500 !important;
}

.position-i-details-ticket {
    position: absolute;
    right: -5px;
    top: -8px;
}

.w-3rem {
    width: 3rem !important;
}

.wh-80pt {
    width: 100% !important;
    height: 80px !important;
}

.objectfit-cover {
    object-fit: cover;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(174, 174, 174, 0.2) !important;
}

.cursor-zoom {
    cursor: zoom-in;
}

.form-control {
    border: 1px solid #f2f4f6;
}

.floating-input-cb {
    border: 1px solid #f2f4f6 !important;
    border-radius: 0.5rem !important;
}

[class*="sidebar-dark"] .brand-link {
    text-align: center !important;
    font-weight: 600 !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    opacity: 0.8 !important;
}

[class*="sidebar-dark"] .brand-link {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.plr-75-font {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.ag-courses_item {
    margin: 0.4%;
    -ms-flex-preferred-size: 23.7%;
    flex-basis: 23.7%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    border-radius: 28px;
}

.ag-courses-item_link {
    display: block;
    padding: 20px 20px;
    background: linear-gradient(349deg, #0c7daf, #00ade6);
    overflow: hidden;
    position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}

.ag-courses-item_title {
    min-height: 63px;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_date-box {
    font-size: 17px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_date {
    font-weight: bold;
    color: #ffffff;

    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.ag-courses-item_bg {
    height: 130px;
    width: 130px;
    background-color: #f9b234;
    z-index: 1;
    position: absolute;
    top: -90px;
    right: -90px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #3ecd5e;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #e44002;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #952aff;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #cd3e94;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea;
}

.ag-courses_item:nth-child(7n) .ag-courses-item_bg {
    background-color: #5a5aeb;
}

.ag-courses_item:nth-child(8n) .ag-courses-item_bg {
    background-color: #2216c0;
}

.ag-courses_item:nth-child(9n) .ag-courses-item_bg {
    background-color: #505088;
}

.ag-courses_item:nth-child(10n) .ag-courses-item_bg {
    background-color: #37874c;
}

.ag-courses_item:nth-child(11n) .ag-courses-item_bg {
    background-color: #f95454;
}

.ag-courses_item:nth-child(12n) .ag-courses-item_bg {
    background-color: #04ec23;
}

.ag-courses_item:nth-child(13n) .ag-courses-item_bg {
    background-color: #b3b306;
}

@media only screen and (max-width: 2668px) {
    .ag-courses_item {
        flex-basis: 24.2% !important;
    }
}

@media only screen and (max-width: 1484px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(33.333% - 30px);
    }

    .ag-courses-item_date-box {
        font-size: 13px;
    }

    .ag-courses_box {
        justify-content: center;
    }
}

@media only screen and (max-width: 1341px) {
    .ag-courses-item_date-box {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1191px) {
    .ag-courses-item_date-box {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 992px) {
    .dataTables_length label {
        font-size: 13px !important;
    }

    .pd-l-20pt {
        padding-left: 20px !important;
    }

    .rps-check-online {
        padding: 0.5rem !important;
    }

    .rps-check-online .row {
        flex-wrap: unset !important;
    }

    .rps-mb-input {
        margin-bottom: 1rem !important;
    }

    .rps-center {
        text-align: center;
    }

    .rps-w-100 {
        width: 100% !important;
    }

    .card-header:first-child {
        font-size: 14px !important;
    }

    .cs-db-2.position-search-right input {
        width: 9rem !important;
        font-size: 12px;
    }

    .rps-header-mt {
        margin-top: 0.5rem !important;
    }

    .dataTables_length {
        text-align: left !important;
    }

    .dataTables_info {
        text-align: center;
    }

    .dataTables_length label .custom-select-sm {
        font-size: 12px !important;
    }

    #personTable_filter input {
        font-size: 13px !important;
        width: 9rem !important;
    }

    .table-full-scroll th,
    .table-full-scroll td,
    .table-full-scroll td a {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px) !important;
        flex-basis: calc(50% - 30px) !important;
    }

    #tableApprentice_filter label {
        font-size: 13px !important;
    }

    .ag-courses_box {
        justify-content: center;
        gap: 12px;
    }

    .ag-courses-item_title {
        font-size: 24px;
    }
}


@media (max-width: 768px) {
    .rps-mr-2 {
        margin-right: 0.5rem !important;
    }

    .rps-w-checkbox-date {
        width: 23px !important;
    }

    .rps-flex-unset {
        flex-wrap: unset !important;
    }

    .rps-mb-3 {
        margin-bottom: 1rem;
    }

    .rps-input-image input[name="image_diploma"] {
        width: 100% !important;
    }

    .scroll-height-bill-left {
        margin-bottom: 1rem;
    }

    .rps-margin-0 {
        margin: 0 !important;
    }

    .rps-p-0 {
        padding: 0 !important;
    }

    .ag-format-container {
        width: 100%;
    }

    .custom-nav-tab.nav-tabs .nav-link {
        font-size: 13px !important;
        justify-content: center;
    }

    .rps-w-name {
        width: 75% !important;
    }

    #customerListProduct {
        padding-top: 0 !important;
    }

    .custom-h {
        max-height: 23.4rem !important;
        overflow-y: auto;
    }

    .rps-mt-0 {
        margin-top: 0 !important;
    }

    #myForm .row.rps-gap-2 .col-md-6 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #myForm .row.rps-gap-2 .rps-px-tienno {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .card.mb-0.h-100 .rps-px {
        padding: 0 !important;
    }

    .form-control.border-right-0.search-product {
        font-size: 13px !important;
    }

    .rps-flex-wrap .font-18pt {
        font-size: 14px !important;
    }

    #product-detail {
        padding-top: 2.625rem !important;
    }

    .rps-flex-wrap {
        flex-wrap: wrap;
    }

    .dataTables_filter label {
        font-size: 13px !important;
    }

    .dataTables_filter label input {
        font-size: 13px !important;
    }

    .border-right-product {
        margin-right: unset !important;
        border-right: unset !important;
    }

    #table-sale-datatable-huewaco_wrapper {
        position: relative;
    }

    #table-sale-datatable-huewaco_length {
        position: absolute;
    }

    #table-sale-datatable-huewaco_filter {
        text-align: right !important;
    }

    #table-sale-datatable-huewaco_filter label input {
        width: 6rem !important;
    }

    .rps-gap-2 {
        gap: 0.5rem !important;
    }

    .row.px-5 .p-3.radius-sm-custom.posistion-custom {
        padding: 0.5rem !important;
    }

    .row.px-5 .col-sm-3 .posistion-custom {
        bottom: 7px !important;
    }

    .rps-w48 {
        width: 48% !important;
    }

    .rps-mb-0 {
        margin-bottom: 0 !important;
    }

    .rps-mb-add {
        margin-bottom: 20px;
    }

    .rps-w-avt {
        width: 100% !important;
        height: 100% !important;
    }

    .rps-unset-mb {
        margin-bottom: 0 !important;
    }

    .form-floating input[name="image_diploma"] {
        width: 100% !important;
        padding-top: 3rem !important;
    }

    #datatableIRateByUser_filter label input {
        width: 7rem !important;
    }

    #datatableIRateByUser_wrapper {
        position: relative;
    }

    #datatableIRateByUser_length {
        position: absolute;
    }

    .rps-fs {
        font-size: 13px;
    }

    .btn-swap-value {
        margin-top: 20px !important;
    }

    .select2-selection__choice {
        font-size: 13px !important;
    }

    .form-floating-empty {
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }

    #worktable_filter input {
        width: 7rem !important;
    }

    .rps-input-image input {
        padding-top: 3rem !important;
    }

    .form-floating-empty .md-checkbox {
        margin: 0 !important;
    }

    .ml-unset {
        margin-left: unset !important;
    }

    .rps-uploadfile input {
        padding-top: 4rem !important;
    }

    .btn {
        font-size: 13px !important;
    }

    .cs-db-2 input {
        width: 6.2rem;
        font-size: 12px;
    }

    .rps-padding-card {
        padding: 0.5rem !important;
    }

    .text-muted.text-sm.color-text.font-16pt {
        font-size: 13px !important;
    }

    .w-20-custom {
        width: 15px !important;
    }

    .dataTables_info {
        font-size: 12px !important;
    }

    .btn-action-card-group .btn {
        font-size: 12px !important;
    }

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

    .body-show-img {
        width: 95vw !important;
        max-width: 95vw !important;
    }

    .search-input {
        float: right;
        position: absolute;
        right: 14px;
    }

    #customFileUpload1 {
        padding-top: 2.625rem !important;
    }

    .rps-padding-0 {
        padding: 0 !important;
    }

    .rps-mb-3 {
        margin-bottom: 1rem;
    }

    .tab-content .nav-link {
        font-size: 14px !important;
    }

    .rps-fs-14 {
        font-size: 14px !important;
    }

    #datatableIRateByUser_filter {
        text-align: right !important;
    }

    .filter-datatable-form .p-3 {
        padding: 0.5rem !important;
    }

    .filter-datatable-form .px-3 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .filter-datatable-form .py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .table-scroll {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .filter-datatable-form.mt-4 {
        margin-top: 0.5rem !important;
    }

    .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        font-size: 13px !important;
    }

    .rps-w-checkbox {
        margin-bottom: 0 !important;
        max-width: 33.333333% !important;
    }

    .rps-w-50 {
        margin-bottom: 0 !important;
        max-width: 50% !important;
    }

    h4.font-title {
        font-size: 14px !important;
    }

    .font-title {
        font-size: 13px !important;
    }

    .floating-input-cb .row>div {
        margin-bottom: 8px;
    }

    .rps-flex-wrap {
        flex-wrap: wrap;
    }

    .rps-flex-wrap .date-start-rp,
    .rps-flex-wrap .date-end-rp {
        width: 100% !important;
    }
}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }

    .rps-flex {
        flex-wrap: wrap !important;
    }

    .rps-choose-file .form-control {
        padding-top: 2.8rem !important;
    }

    .rps-w100 {
        width: 100% !important;
    }

    .rps-w-deal-bill {
        width: 90% !important;
    }

    .navbar-nav.ml-auto.d-flex.align-items-center .rps-search {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .ag-courses-item_title {
        min-height: 18px;
        line-height: 1;
        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

    .ag-courses-item_date-box {
        font-size: 16px;
    }
}

@media only screen and (max-width: 430px) {
    .dataTables_length label {
        font-size: 12px !important;
    }

    .dataTables_length label .custom-select-sm {
        font-size: 11px !important;
        padding: 0.375rem 1.3rem 0.375rem 0.75rem !important;
    }

    #personTable_filter input {
        font-size: 13px !important;
        width: 7rem !important;
    }
}

@media only screen and (max-width: 390px) {
    .cs-db-2.position-search-right input {
        width: 7rem !important;
        font-size: 12px;
    }

    .dataTables_length {
        margin-bottom: 5px !important;
    }

    .dataTables_length label {
        margin-bottom: 0 !important;
    }

    .position-search-right {
        width: 36% !important;
    }

    .position-search-right input {
        width: 7rem !important;
        font-size: 13px;
    }

    .custom-nav-tab.nav-tabs .nav-link {
        font-size: 12px !important;
        justify-content: center;
    }

    .navbar-nav.ml-auto.d-flex.align-items-center .rps-search {
        margin-left: 0.5rem !important;
    }
}

.form-message {
    font-size: 14px;
    color: red;
}


#mobile-header {
    display: none;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-06:hover {
    opacity: 1 !important;
}

.bg-light-custom {
    background-color: #f1f1f1;
}

.body-modal-info-employee {
    height: 80vh;
    overflow-y: auto;
}

.custom-mobile-icon-sidebar {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
}

@media (min-width: 991.98px) {
    #mobile-nav-inclue {
        display: none !important;
    }
}

/* responsive mobile  */
@media (max-width: 991.98px) {

    #mobile-nav-inclue .h-20-custom {
        width: 26px !important;
    }

    #d-custom-header {
        display: none !important;
    }

    #mobile-all .card.radius-sm.border-0,
    #mobile-all .card.radius-sm.border-0.mt-4 {
        margin-top: 2.9rem;
        box-shadow: unset !important;
    }

    #mobile-nav-inclue .w-20-custom-mobile {
        width: 22px !important;
    }

    #mobile-nav-inclue {
        justify-content: space-between;
    }

    body.sidebar-open {
        overflow: hidden;
    }

    #mobile-header .header .title {
        text-transform: uppercase;
    }

    .main-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        padding: 10px 15px;
    }

    .navbar-brand {
        margin: 0 auto;
        padding: 0;
    }

    .mobile-pb-3 {
        padding-bottom: 3rem;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1020;
        display: none;
    }

    .overlay.show {
        display: block;
    }

    .main-sidebar-custom {
        position: fixed;
        top: 0;
        left: -280px;
        height: 100%;
        z-index: 1040;
        transition: left 0.3s ease;
        width: 280px;
    }

    .main-sidebar-custom.open {
        left: 0;
    }

    .navbar-toggler.open .navbar-toggler-icon {
        background-image: url('../img/feather/x.svg');
    }

    .avatar-blab {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .avatar-blab-small {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

    .mobile-space-between {
        justify-content: space-between;
    }

    .content-wrapper {
        padding-top: 56px;
    }

    .mobile-actions {
        display: flex;
        align-items: center;
    }

    .mobile-actions a {
        padding: 8px;
        margin-left: 5px;
    }

    .nav-sidebar .nav-item .nav-link {
        padding: 12px 15px;
    }

    .menu-item-group {
        padding-bottom: 10px;
    }

    .group-menu-title {
        margin-top: 10px;
    }

    .badge-pill {
        font-size: 9px;
        padding: 2px 4px;
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .mobile-quick-access {
        display: flex;
        flex-wrap: wrap;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .quick-access-item {
        width: 25%;
        text-align: center;
        padding: 10px 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .quick-access-item img {
        opacity: 0.8;
        width: 24px;
        height: 24px;
        margin-bottom: 5px;
    }

    .quick-access-item span {
        color: #fff;
        font-size: 12px;
    }

    .w-back {
        width: 19px;
    }

    .mobile-justify-center {
        justify-content: center !important;
    }

    .mobile-pb-0 {
        padding-bottom: 0 !important;
    }

    .mobile-px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .function-home .mt-4 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shadow {
        box-shadow: unset !important;
    }

    .card-header.d-flex.align-items-center {
        border-bottom: unset !important;
    }

    .dataTables_wrapper {
        position: relative;
    }

    .dataTables_length {
        position: absolute;
    }

    .snowflake:nth-child(1) {
        left: 5%;
        animation-duration: 3s;
        animation-delay: 0s;
    }

    .snowflake:nth-child(2) {
        left: 15%;
        animation-duration: 4s;
        animation-delay: 0.5s;
    }

    .snowflake:nth-child(3) {
        left: 25%;
        animation-duration: 3.5s;
        animation-delay: 1s;
    }

    .snowflake:nth-child(4) {
        left: 35%;
        animation-duration: 4.5s;
        animation-delay: 1.5s;
    }

    .snowflake:nth-child(5) {
        left: 45%;
        animation-duration: 3s;
        animation-delay: 2s;
    }

    .snowflake:nth-child(6) {
        left: 55%;
        animation-duration: 4s;
        animation-delay: 2.5s;
    }

    .snowflake:nth-child(7) {
        left: 65%;
        animation-duration: 3.5s;
        animation-delay: 3s;
    }

    .snowflake:nth-child(8) {
        left: 75%;
        animation-duration: 4.5s;
        animation-delay: 3.5s;
    }

    .snowflake:nth-child(9) {
        left: 85%;
        animation-duration: 3s;
        animation-delay: 4s;
    }

    .snowflake:nth-child(10) {
        left: 95%;
        animation-duration: 4s;
        animation-delay: 4.5s;
    }

    .dataTables_filter {
        text-align: right !important;
    }

    #sidebar-overlay {
        z-index: 10990 !important;
    }

    #mobile-header {
        display: block;
    }

    #mobile-nav {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 58px;
        background-color: white;
        z-index: 1020;
        overflow-y: auto;
        padding-bottom: 20px;
        transition: all 0.0s ease;
    }

    #mobile-all .wrapper .content-wrapper {
        background-color: #fff !important;
    }

    .notification-container {
        position: relative;
        display: inline-block;
    }

    .notification-toggle {
        display: block;
        cursor: pointer;
        outline: none;
    }

    .notification-popup {
        border-radius: 14px;
        display: none;
        position: absolute;
        bottom: 70px;
        right: -60px;
        background-color: #ffffff;
        color: #333;
        width: 320px;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        border: 1px solid #e0e0e0;
        z-index: 10011;
    }

    .notification-popup.active::before {
        background-color: #0000006a;
        min-width: 100vh;
        min-height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    /* Hiển thị popup khi có lớp active */
    .notification-popup.active {
        display: block;
        animation: fadeIn 0.3s ease-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .notification-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background: linear-gradient(135deg, #65c4ee, #4ba8d5);
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        color: white;
    }

    .notification-header h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .clear-all {
        color: white;
        cursor: pointer;
        transition: color 0.3s ease;
        display: inline-block;
    }

    .clear-all:hover {
        color: #f0f0f0;
    }

    .notification-list {
        max-height: 300px;
        overflow-y: auto;
    }

    .mobile-check-bell {
        width: 20px;
        opacity: 0.5;
    }

    .notification-item {
        gap: 10px;
        display: flex;
        align-items: flex-start;
        padding: 12px 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    .notification-item.new {
        background-color: #e6f3ff;
    }

    .empty-message {
        display: none;
        padding: 20px;
        text-align: center;
        color: #888;
    }

    .notification-list.empty .empty-message {
        display: block;
    }

    .notification-list.empty .notification-item {
        display: none;
    }

    .notification-icon {
        color: #65c4ee;
        margin-right: 10px;
        font-size: 16px;
    }

    .notification-content {
        flex: 1;
    }

    .notification-time {
        font-size: 12px;
        color: #888;
        margin-top: 4px;
    }

    .rps-fs-16pt {
        font-size: 16px !important;
    }

    .ag-courses-item_bg {
        top: -95px !important;
        right: -95px !important;
    }

    .rps-fs-15pt {
        font-size: 15px !important;
    }

    .ag-courses-item_link {
        padding: 25px 30px;
    }

    .ag-courses-item_title {
        width: 40px;
        min-height: 40px;
        padding: 10px;
        border-radius: 50%;
        background: linear-gradient(118deg, #58e0ef, #8783f1);
        line-height: 18px !important;
    }

    .text-transform-unset {
        text-transform: unset !important;
    }

    .custom-width-icon-home {
        filter: invert(1);
        width: 20px !important;
    }

    .ag-courses-item_link {
        display: flex !important;
        gap: 15px;
        background: #fff !important;
        align-items: center;
    }

    .ag-courses-item_date {
        color: #1e3a8a !important;
        font-size: 15px;
        font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
    }

    .ag-courses-item_link:hover .ag-courses-item_date {
        color: #fff !important;
    }

    .ag-courses-item_link:hover .custom-width-icon-home {
        filter: invert(1) !important;
    }

    .main-header {
        padding: 10px 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .avatar-blab {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .avatar-blab-small {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }

    .mobile-quick-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 25%;
        padding: 15px 5px;
        color: #333;
        text-decoration: none;
    }

    .mobile-quick-item span {
        margin-top: 8px;
        font-size: 12px;
    }

    .mobile-quick-item:hover {
        background-color: rgba(0, 0, 0, 0.03);
        color: #0056b3;
        text-decoration: none;
    }

    .nav-link {
        padding: 15px;
    }

    .position-relative .badge {
        font-size: 9px;
        padding: 2px 4px;
    }

    .nav-link.active {
        background-color: rgba(0, 0, 0, 0.05);
        border-left: 3px solid #0056b3;
    }

    .navbar-collapse.collapsing {
        height: auto;
        transition: left 0.0 ease;
        left: -100%;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 0.0 ease;
    }

    .custom-report {
        width: 93% !important;
    }

    .custom-report i {
        font-weight: 800 !important;
        color: #7b8190 !important;
    }

    .content-wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .main-header.navbar {
        top: unset !important;
        bottom: 0 !important;
    }

    .fs-15-custom {
        font-size: 15px !important;
    }

    .rps-d-none {
        display: none !important;
    }

    .card.radius-sm.shadow.border-0.mt-4 {
        margin-top: 0;
    }

    section.content {
        padding: 0 !important;
    }

    .custom-img-profile {
        width: 18px;
    }

    .main-footer {
        border-top: 1px solid #ffffff !important;
    }

    .card-custom {
        border-radius: 0.75rem !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .fixed-bottom {
        position: unset !important;
        z-index: 0 !important;
    }

    .custom-card-middle {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        padding: 12px;
    }

    .fw-600 {
        font-weight: 600;
    }

    .justify-unset {
        justify-content: unset !important;
    }

    .sidebar-open #mobile-sidebar {
        border: 2px solid #0098cc17;
        border-radius: 1rem;
        height: 95vh !important;
        margin: 15px !important;
    }

    .sidebar-open #mobile-sidebar .sidebar {
        padding-left: 0 !important;
    }

    .sidebar-open #mobile-sidebar .sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link:active,
    .sidebar-open #mobile-sidebar .sidebar-dark-primary .nav-sidebar>.menu-item-group>.nav-item>.nav-link:focus {
        background: linear-gradient(118deg, #0c7daf, #00ade68c) !important;
        color: #ffffff !important;
    }

    .sidebar-open #mobile-sidebar .nav-pills .nav-link {
        border-top-right-radius: 1.5rem !important;
        border-bottom-right-radius: 1.5rem !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .sidebar-open #mobile-sidebar .mobile-img-sidebar {
        filter: invert(1);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        padding: 0.3em;
        /* background-color: #b37400c9; */
        background: linear-gradient(118deg, #cb4023, #e69500);
        border-radius: 0.5rem;
        width: 28px !important;
        height: 28px !important;
    }

    .sidebar-open #mobile-sidebar .nav-sidebar .nav-link>p>.right {
        top: 14px !important;
        right: 1.5rem !important;
        font-weight: 800;
    }

    .sidebar-open #mobile-sidebar .has-treeview .mobile-group-menu-title {
        padding: 0 18px !important;
    }

    .sidebar-open #mobile-sidebar .nav-link {
        padding: 0.5rem 18px !important;
    }

    .sidebar-open #mobile-sidebar .mobile-nav-treeview .nav-item .nav-link {
        padding: 0.5rem 18px 0.5rem 26px !important;
    }

    #sidebar-overlay {
        background-color: rgb(0 0 0 / 58%) !important;
    }

    .sidebar-open #mobile-sidebar .sidebar .nav-link p {
        width: 75% !important;
    }

    #mobile-nav-inclue {
        padding: 0.93rem 0.5rem !important;
    }

    .home-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #0598ce, #80d0f5, #0598ce);
        background-size: 200% 200%;
        animation: gradientFlow 4s ease-in-out infinite;
        border-radius: 50%;
        padding: 10px;
        transition: all 0.4s ease-in-out;
        box-shadow: 0 10px 30px rgba(5, 152, 206, 0.6), inset 0 0 14px rgba(255, 255, 255, 0.3);
        position: relative;
        overflow: hidden;
        border: 3px solid rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        z-index: 9999;
        transform: translateY(-8px);
    }

    .home-button::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 5%, transparent 50%);
        transition: all 0.6s ease;
        opacity: 0;
    }

    .home-button:hover::before {
        opacity: 1;
        transform: scale(1.6) rotate(25deg);
    }

    .home-button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
        transition: all 0.6s ease;
        opacity: 0;
    }

    .home-button:hover::after {
        opacity: 1;
        transform: translateX(200%);
    }

    .home-button:hover {
        background: linear-gradient(135deg, #025f8a, #4cc9f0, #025f8a);
        background-size: 200% 200%;
        animation: gradientFlow 3s ease-in-out infinite;
        transform: scale(1.3) translateY(-10px) rotateX(5deg);
        box-shadow: 0 15px 35px rgba(5, 152, 206, 0.8), inset 0 0 16px rgba(255, 255, 255, 0.4);
        border-color: #b3e5fc;
    }

    .home-button:active {
        transform: scale(0.8) translateY(-2px) rotateX(0deg);
        box-shadow: 0 5px 15px rgba(5, 152, 206, 0.4), inset 0 0 8px rgba(255, 255, 255, 0.2);
    }

    .home-button img {
        height: 3rem;
        /* filter: brightness(1.8) contrast(1.5); */
        object-fit: contain;
    }

    .home-button {
        position: absolute;
        bottom: -9px;
        right: -39px;
    }

    .home-button:hover img {
        filter: brightness(2) contrast(1.6);
    }

    .home-button:active img {
        filter: brightness(1.5) contrast(1.2);
    }

    .ripple {
        position: absolute;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.7);
        transform: scale(0);
        animation: ripple 0.5s linear;
        pointer-events: none;
    }

    .ripple-delay {
        animation-delay: 0.1s;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .main-sidebar {
        z-index: 99999 !important;
    }

    .header {
        padding: 25px 5%;
        background: linear-gradient(90deg, #005c9d, #00ace5, #0b7daf);
        background-size: 300%;
        color: white;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
        animation: auroraGlow 6s infinite ease-in-out;
    }

    @keyframes auroraGlow {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    .header .logo {
        font-size: 32px;
        animation: rotate3D 6s infinite linear;
        filter: drop-shadow(0 0 10px rgba(59, 130, 246, 0.5));
    }

    @keyframes rotate3D {
        0% {
            transform: rotateY(0deg);
        }

        100% {
            transform: rotateY(360deg);
        }
    }

    .w-title {
        text-transform: uppercase;
        width: 80%;
    }

    .header .title {
        display: flex;
        align-items: center;
        color: #fff;
        text-align: center;
        font-size: 18px !important;
        font-family: OpenSans-Bold, Helvetica, Arial, sans-serif;
        background: linear-gradient(90deg, #FFFFFF, #D1D5DB);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
        animation: pulseGlow 3s infinite ease-in-out;
    }

    @keyframes pulseGlow {

        0%,
        100% {
            text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
        }

        50% {
            text-shadow: 0 0 25px rgba(255, 255, 255, 1);
        }
    }

    .theme-toggle {
        background: none;
        border: none;
        color: white;
        font-size: 28px;
        cursor: pointer;
        position: relative;
    }

    .theme-toggle .material-icons {
        transition: transform 0.5s;
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    }

    body.dark-mode .theme-toggle .material-icons {
        transform: rotate(180deg);
    }

    .theme-toggle:active .material-icons {
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
    }

    .snowfall {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        pointer-events: none;
    }

    .snowflake {
        position: absolute;
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
        animation: fall linear infinite;
    }

    @keyframes fall {
        0% {
            transform: translateY(0) translateX(0);
            opacity: 1;
        }

        100% {
            transform: translateY(60px) translateX(10px);
            opacity: 0;
        }
    }

    .menu {
        flex-grow: 1;
        overflow-y: auto;
        padding: 20px 5%;
        padding-bottom: 80px;
        /* Giảm padding-bottom cho gọn gàng */
        perspective: 1000px;
    }

    .menu-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(8px);
        padding: 20px;
        margin-bottom: 15px;
        border-radius: 24px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05), -3px -3px 10px rgba(255, 255, 255, 0.5);
        position: relative;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
        animation: stagger 0.5s ease forwards;
        transform-style: preserve-3d;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 248, 255, 0.98));
    }

    body.dark-mode .menu-item {
        background: linear-gradient(135deg, rgba(30, 64, 175, 0.9), rgba(45, 16, 101, 0.9));
        border: 1px solid rgba(167, 139, 250, 0.2);
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2), -3px -3px 10px rgba(30, 64, 175, 0.3);
        color: #F9FAFB;
    }

    .menu-item:nth-child(1) {
        animation-delay: 0.1s;
    }

    .menu-item:nth-child(2) {
        animation-delay: 0.15s;
    }

    .menu-item:nth-child(3) {
        animation-delay: 0.2s;
    }

    .menu-item:nth-child(4) {
        animation-delay: 0.25s;
    }

    .menu-item:nth-child(5) {
        animation-delay: 0.3s;
    }

    .menu-item:nth-child(6) {
        animation-delay: 0.35s;
    }

    @keyframes stagger {
        from {
            transform: translateX(-30px) translateZ(0);
            opacity: 0;
        }

        to {
            transform: translateX(0) translateZ(5px);
            opacity: 1;
        }
    }

    .menu-item:hover {
        transform: translateZ(10px) scale(1.01);
        box-shadow: 5px 5px 15px rgba(59, 130, 246, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.6);
        border: 1px solid transparent;
        border-image: linear-gradient(45deg, #1E40AF, #A78BFA) 1;
    }

    .menu-item:active {
        transform: scale(0.98) translateZ(0);
    }

    .menu-item .ripple {
        position: absolute;
        border-radius: 50%;
        background: linear-gradient(45deg, rgba(30, 64, 175, 0.3), rgba(167, 139, 250, 0.3));
        transform: scale(0);
        animation: ripple 0.8s linear;
        pointer-events: none;
    }

    @keyframes ripple {
        to {
            transform: scale(6);
            opacity: 0;
        }
    }

    .menu-item .icon {
        font-size: 32px;
        margin-right: 15px;
        color: #1E40AF;
        transition: transform 0.4s;
        filter: drop-shadow(0 0 3px rgba(30, 64, 175, 0.2));
    }

    .menu-item:hover .icon {
        transform: scale(1.1);
    }

    .menu-item .text {
        flex-grow: 1;
        font-size: 16px;
        font-weight: 500;
    }

    .menu-item .badge {
        background: #EF4444;
        color: white;
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 20px;
        margin-right: 10px;
        animation: pulse 2s infinite ease-in-out;
        filter: drop-shadow(0 0 5px rgba(239, 68, 68, 0.5));
    }

    @keyframes pulse {

        0%,
        100% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }
    }

    .menu-item .arrow {
        font-size: 22px;
        color: #9CA3AF;
    }

    .bottom-nav {
        display: flex;
        justify-content: space-around;
        padding: 15px 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }

    .bottom-nav a {
        text-decoration: none;
        color: #6B7280;
        text-align: center;
        font-size: 12px;
        position: relative;
        transition: color 0.3s;
    }

    .bottom-nav a.active {
        color: #1E40AF;
        background: linear-gradient(90deg, #1E40AF, #A78BFA);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    body.dark-mode .bottom-nav a.active {
        color: #A78BFA;
    }

    .bottom-nav a.active .material-icons {
        transform: scale(1.1);
        animation: pulseGlow 2s infinite;
    }

    .bottom-nav .material-icons {
        font-size: 28px;
        margin-bottom: 4px;
    }

    .bottom-nav .badge {
        position: absolute;
        top: -5px;
        right: 15px;
        background: #EF4444;
        color: white;
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 16px;
        box-shadow: 0 0 10px rgba(239, 68, 68, 0.6);
        animation: pulse 2s infinite;
    }

    .app-container {
        max-width: 420px;
        width: 100%;
        background: #ffffff;
        border-radius: 25px;
        overflow: hidden;
        animation: fadeInUp 0.9s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .menu-item-home {
        display: flex;
        align-items: center;
        padding: 25px 30px;
        margin: 18px 0;
        background: linear-gradient(135deg, #ffffff, #f9fcff);
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 102, 204, 0.1), inset 0 0 8px rgba(255, 255, 255, 0.6), 0 0 10px rgba(0, 102, 204, 0.05);
        transition: all 0.6s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        color: #1e3a8a;
        border-left: 10px solid transparent;
    }

    .menu-item-home:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 15px 40px rgba(0, 102, 204, 0.2), inset 0 0 12px rgba(255, 255, 255, 0.8), 0 0 15px rgba(0, 102, 204, 0.1);
        background: linear-gradient(135deg, #e6f0fa, #d1e7ff);
    }

    .menu-item-home::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 10px;
        background: linear-gradient(180deg, #005bb5, #4dabf7);
        opacity: 0;
        transition: opacity 0.6s ease;
    }

    .menu-item-home:hover::before {
        opacity: 1;
    }

    .menu-item-home::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: linear-gradient(45deg, #005bb5, #4dabf7);
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .menu-item-home:hover::after {
        opacity: 1;
        transform: translateY(-50%) scale(1.2);
    }

    .menu-item-home .icon {
        font-size: 28px;
        margin-right: 22px;
        color: #005bb5;
        transition: transform 0.6s ease, color 0.6s ease;
    }

    .menu-item-home:hover .icon {
        transform: translateX(10px) rotate(15deg);
        color: #4dabf7;
    }

    .menu-item-home span {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        transition: color 0.6s ease, text-shadow 0.6s ease;
    }

    .menu-item-home:hover span {
        color: #003d7a;
        text-shadow: 0 2px 6px rgba(0, 102, 204, 0.3);
    }

    .floating-button {
        position: fixed;
        bottom: 40px;
        right: 40px;
        width: 65px;
        height: 65px;
        background: linear-gradient(45deg, #005bb5, #4dabf7);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 12px 35px rgba(0, 102, 204, 0.4), 0 0 20px rgba(0, 102, 204, 0.2);
        cursor: pointer;
        transition: all 0.6s ease;
        z-index: 10;
    }

    .floating-button:hover {
        transform: scale(1.2) rotate(360deg);
        box-shadow: 0 18px 50px rgba(0, 102, 204, 0.6), 0 0 25px rgba(0, 102, 204, 0.3);
        background: linear-gradient(45deg, #4dabf7, #005bb5);
    }

    .profile-section {
        background: #f8faff;
        padding: 30px 20px;
        text-align: center;
        border-bottom: 2px solid #e0f0ff;
        position: relative;
        overflow: hidden;
    }

    .profile-section::before {
        content: '';
        position: absolute;
        top: -35%;
        left: -17%;
        width: 140%;
        height: 140%;
        background: linear-gradient(45deg, rgba(0, 120, 200, 0.1), transparent, rgba(0, 120, 200, 0.1));
        animation: gradientMove 8s infinite linear;
        pointer-events: none;
    }

    @keyframes gradientMove {
        0% {
            transform: rotate(0deg);
        }

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

    .profile-img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        border: 5px solid #ffffff;
        box-shadow: 0 0 20px rgba(0, 120, 200, 0.4);
        margin-bottom: 15px;
        object-fit: cover;
        transition: transform 0.5s ease, box-shadow 0.5s ease, filter 0.5s ease;
        position: relative;
        z-index: 2;
    }

    .profile-img:hover {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 0 30px rgba(0, 120, 200, 0.6);
        filter: brightness(1.1) drop-shadow(0 0 15px #00aaff);
    }

    .card-header.d-flex.align-items-center.p-3 {
        border-bottom: unset !important;

    }

    .title {
        font-size: 26px;
        font-weight: 700;
        color: #0078c8;
        margin-bottom: 0;
        letter-spacing: 0.5px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .page-item.active .page-link {
        color: #fff !important;
    }

    .card-header.d-flex.align-items-center.justify-content-between.p-3.flex-wrap {
        border-bottom: unset !important;
        justify-content: center !important;
        padding-bottom: 0 !important;
    }

    .subtitle {
        font-size: 14px;
        color: #666;
        margin-bottom: 0;
        font-style: italic;
        letter-spacing: 0.3px;
    }

    .info-section,
    .settings-section {
        padding: 25px 20px;
        background: #ffffff;
    }

    .info-section h3,
    .settings-section h3 {
        font-size: 18px;
        color: #0078c8;
        margin: 0 0 15px 0;
        padding-bottom: 8px;
        display: inline-block;
        font-weight: 600;
        border-bottom: 3px solid #e0f0ff;
        transition: color 0.3s ease;
        position: relative;
    }

    .info-section h3::after,
    .settings-section h3::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, transparent, #00aaff, transparent);
        /* animation: glow 2s infinite ease-in-out; */
    }

    .info-item,
    .settings-item {
        display: flex;
        align-items: center;
        padding: 15px;
        font-size: 15px;
        color: #333;
        background: #f8faff;
        border-radius: 12px;
        margin-bottom: 10px;
        transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        position: relative;
        overflow: hidden;
    }

    .info-item::before,
    .settings-item::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: radial-gradient(circle, rgba(0, 170, 255, 0.2), transparent);
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
        opacity: 0;
    }

    .info-item:hover::before,
    .settings-item:hover::before {
        width: 300%;
        height: 300%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .info-item img,
    .settings-item img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        filter: opacity(0.7);
        transition: filter 0.3s ease, transform 0.3s ease;
        position: relative;
        z-index: 2;
    }

    .info-item:hover,
    .settings-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 120, 200, 0.2);
        background: #e6f0fa;
    }

    .info-item:hover img,
    .settings-item:hover img {
        filter: opacity(1);
        transform: scale(1.2) rotate(10deg);
    }

    .settings-item {
        cursor: pointer;
    }

    .settings-item:last-child {
        color: #e63946;
        background: #fff5f5;
    }

    .settings-item:last-child:hover {
        background: #ffe6e6;
        box-shadow: 0 5px 15px rgba(230, 57, 70, 0.2);
    }

    .settings-item:last-child::before {
        background: radial-gradient(circle, rgba(230, 57, 70, 0.2), transparent);
    }

    .particles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 0;
    }

    .particle {
        position: absolute;
        width: 4px;
        height: 4px;
        background: #00aaff;
        border-radius: 50%;
        opacity: 0.5;
        animation: float 10s infinite ease-in-out;
    }

    @keyframes float {
        0% {
            transform: translateY(100vh) scale(0.5);
            opacity: 0.5;
        }

        50% {
            opacity: 0.8;
        }

        100% {
            transform: translateY(-20vh) scale(1);
            opacity: 0;
        }
    }

    .floating-button .icon {
        font-size: 30px;
        color: #ffffff;
        animation: pulseGlow 2.5s infinite;
    }

    @keyframes pulseGlow {
        0% {
            transform: scale(1);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
        }

        50% {
            transform: scale(1.15);
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
        }

        100% {
            transform: scale(1);
            box-shadow: 0 0 0 rgba(255, 255, 255, 0.3);
        }
    }

    @keyframes gradientFlow {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes ripple {
        to {
            transform: scale(5);
            opacity: 0;
        }
    }

    @keyframes pulseGlow {

        0%,
        100% {
            filter: drop-shadow(0 0 5px rgba(59, 130, 246, 0.5));
        }

        50% {
            filter: drop-shadow(0 0 15px rgba(59, 130, 246, 1));
        }
    }
}

@media (max-width: 500px) {
    .app-container {
        padding: 15px;
    }

    .menu-item {
        padding: 18px 20px;
        margin: 12px 0;
    }

    .menu-item .icon {
        font-size: 24px;
        margin-right: 15px;
    }

    .menu-item span {
        font-size: 14px;
    }

    .floating-button {
        width: 55px;
        height: 55px;
        bottom: 25px;
        right: 25px;
    }

    .floating-button .icon {
        font-size: 26px;
    }
}

@media (max-width: 500px) {

    .menu-item {
        padding: 18px 20px;
        margin: 12px 0;
    }

    .menu-item .icon {
        font-size: 24px;
        margin-right: 15px;
    }

    .menu-item span {
        font-size: 14px;
    }

    .floating-button {
        width: 55px;
        height: 55px;
        bottom: 25px;
        right: 25px;
    }

    .floating-button .icon {
        font-size: 26px;
    }
}