@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;
}

.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;
}

.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;
}
*/
.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;
}

.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;
}

.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: 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: 375px) {
    .company-text {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }

    .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;
}

.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;
}

.opacity-06 {
    opacity: 0.6;
}

.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-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: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px) !important;
        flex-basis: calc(50% - 30px) !important;
    }

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

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

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 100%;
    }

}

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

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;

        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

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

.form-message {
    font-size: 14px;
    color: red;
}

.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;
}