@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: opensans-regular;
    src: url(../fonts/opensans-regular.ttf);
}

@font-face {
    font-family: opensans-bold;
    src: url(../fonts/opensans-bold.ttf);
}

html {
    background: #F4F6F9;
}

body {
    font-family: opensans-regular;
}

.font-title {
    font-family: opensans-bold;
}

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;
}

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{
    text-transform: lowercase;
    font-size: 14px;
    display: block;
}

.nav-sidebar .nav-item > .nav-link p:first-letter{
    text-transform: uppercase;
}

.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-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-100 {
    height: 100% !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-20pt {
    font-size: 20px !important;
}

.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;
}

.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;
}

.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::placeholder{
    color: #27B700;
}
.form-login-index form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #27B700;
    background-color: white;
    width: 250px;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 auto 10px auto;
    display: block;
    text-align: left;
    font-size: 18px;
    color: #27B700;
    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: #27B700;
}

.form-login-index form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: #27B700;
    border: 0;
    padding: 10px 15px;
    color: white;
    font-weight: bold;
    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: .2rem;
    border-radius: .2rem;
    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: unset !important;
}

.sticky-top {
    z-index: 999;
}

.table .thead-cs,
.thead-cs {
    color: #fff;
    background-color: #B42021;
}

.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;
}

.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;
}

.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: 20px;
}

.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;
}

.modal-body {
    overflow: auto;
    position: relative;
    display: block;
    width: 100%;
    max-height: 450px;
}

.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%);
}

.loading-bg .load-content img {
    display: block;
    margin: 0 auto;
}

.download-app a img {
    display: inline-block;
    max-width: 47%;
}

.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;
}

.new-login-wrap {
    height: 100vh;
    overflow: hidden;
}

.side-login-container {
    height: 85vh;
    width: 85%;
    margin: 0 auto;
}

.form-input-login .form-control,
.form-input-login .btn {
    border-radius: 25px;
}

.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;
    height: 65px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px auto;
    font-size: 21px;
    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%;
    `: 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;
}*/

.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: 16px;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
    width: 1rem;
    font-size: 10px;
    position: relative;
    top: -1.6px;
    margin-right: 0;
}

.nav-sidebar > .nav-item .nav-icon{
    font-size: 1rem;
}

.table thead th {
    white-space: nowrap;
}

.table-full-scroll {
    overflow-x: auto;
    width: 100%;
}

.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;

}

.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 .nav-link {
    color: #495057;
}

.custom-nav-tab.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #495057;
}

.custom-nav-tab.nav-tabs .nav-link.active,
.custom-nav-tab.nav-tabs .nav-item.show .nav-link {
    border: none;
    border-bottom: 3px solid #495057;
}

.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 {
    position: fixed;
    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;
}

@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;
    }

}

@media (min-width: 1400px) {
    .new-img-login img {
        max-width: 125%;
        margin: 0 auto;
        margin-left: -15%;
    }

    .modal-lg {
        max-width: 900px;
    }
}


@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;
    }

}

@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%;
    }
}

@media (max-width: 575.98px) {
    .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;
    }

    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 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .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%;
    }
}

@media (max-width: 375px) {
    .company-text {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }

    .side-login-container {
        height: 63.5vh;
    }
}

@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;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown-thaoluan {
  position: relative;
  display: inline-block;
}

.dropdown-content-thaoluan {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow-y: scroll;
  height: 200px;
}

.dropdown-content-thaoluan a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content-thaoluan a:hover {background-color: #ddd;}

.dropdown-thaoluan:hover .dropdown-content-thaoluan {display: block;}

.dropdown-thaoluan:hover .dropbtn-thaoluan {background-color: transparent;}

.underline-single, u {
    border-bottom: 1px solid; 
    text-decoration: none;
}