.iq-sidebar-logo {
    padding: 0;
}

.iq-sidebar-menu .iq-menu li a {
    padding: 10px 30px;
}

.iq-sidebar-menu .iq-menu li a i {
    margin-right: 10px;
}

.content-header {
    padding: 15px 0.5rem;
}

.content-page {
    padding: 70px 0px 0px
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.dataTable {
    border-radius: unset;
    border: unset;
}

.content-header .breadcrumb {
    background-color: transparent;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.iq-top-navbar {
    background-color: #fff;
}

.iq-top-navbar .navbar-expand-lg {
    justify-content: end !important;
    margin-top: 20px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    position: relative;
    margin: auto;
}

.circle.large {
    width: 80px;
    height: 80px;
}

.circle.large h6 {
    font-size: 18px;

}

.circle h6,
.navbar-list li .caption h6 {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.iq-sidebar-menu .iq-menu {
    min-height: 100vh;
    padding-bottom: 100px;
}

.sidebar-title {
    margin-top: 10px;
}

.iq-sidebar-logo a {
    margin-bottom: -30px;
}

.banner-applications {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.banner-applications .inner {
    padding: 10px;
}

.banner-applications .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
    font-size: 70px;
    top: 20px;
    position: absolute;
    right: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear,
        -webkit-transform 0.3s linear;
}

.banner-applications .small-box-footer {
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.iq-sidebar-logo {
    padding: 0;
}

.iq-sidebar-menu .iq-menu li a {
    padding: 10px 30px;
}

.iq-sidebar-menu .iq-menu li a i {
    margin-right: 10px;
}

.content-header {
    padding: 15px 0.5rem;
}

.content-page {
    padding: 70px 0px 0px
}

.iq-top-navbar {
    background-color: #fff;
}

.iq-top-navbar .navbar-expand-lg {
    justify-content: end !important;
    margin-top: 20px;
}

.navbar-list .caption-content .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    position: relative;
}

.navbar-list .caption-content .circle h6 {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.avatar-provider {
    width: 200px;
    height: 100px;
}

.crm-p-image {
    position: absolute;
    top: auto;
    left: unset;
    right: 0;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
    border: 5px solid #fff;
}

.form-control {
    height: 50px;
    line-height: 40px;
    background: #FCFCFC !important;
    border: 1px solid #E0E2DB;
    font-size: 14px;
    color: #605C8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f6f6 !important;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn i {
    margin: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #000;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
    background-color: #F8F7F7;
}

.bootstrap-select .dropdown-toggle {
    height: auto;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #F8F7F7;

}

.dataTable {
    overflow-x: scroll;
    width: 100%;
    display: inline-table;
}

.breadcrumb {
    border-radius: 0;
}

.nav-tabs .nav-link {
    border-radius: unset;
}

table.dataTable {
    width: 100%;
    min-width: 100%;
}

.operator-list {
    display: grid;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-auto-flow: row;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
}

.operator-list .operator-list-item {
    width: inherit;
    height: 100%;
    position: relative;
    display: inline-block;
}

.operator-list .operator-list-item input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.operator-list .operator-list-item input[type="radio"]:checked+label {
    border-color: #007bff;
}

.operator-list .operator-list-item input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.operator-list .operator-list-item input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.operator-list .operator-list-item label {
    padding-left: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 90;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}

.operator-list .operator-list-item input[type="radio"]:checked+label::after {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    top: -5px;
    right: 0;
    transform: translateX(-50%);
    line-height: 50px;
    color: #007bff;
}

.operator-list .operator-list-item img {
    width: 130px;
    height: calc(100% - 4px);
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    border-right: 1px solid #ccc;
    z-index: 90;
}

.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}

.timeline::before {
    border-radius: 0.25rem;
    background-color: #dee2e6;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.timeline>div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}

.timeline>div::before,
.timeline>div::after {
    content: "";
    display: table;
}

.timeline>div>.fa,
.timeline>div>.fas,
.timeline>div>.far,
.timeline>div>.fab,
.timeline>div>.fal,
.timeline>div>.fad,
.timeline>div>.svg-inline--fa,
.timeline>div>.ion {
    background-color: #adb5bd;
    border-radius: 50%;
    font-size: 16px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.timeline>div>.timeline-item {
    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: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.timeline>div>.timeline-item>.time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}

.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.timeline>div>.timeline-item>.timeline-body,
.timeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}

.banner-applications {
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.banner-applications .inner {
    padding: 10px;
}

.banner-applications .icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
    font-size: 70px;
    top: 20px;
    position: absolute;
    right: 15px;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear,
        -webkit-transform 0.3s linear;
}

.banner-applications .small-box-footer {
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

/** Tree **/

.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none
}

.tree li.parent_li>span {
    cursor: pointer
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

.tree li:last-child::before {
    height: 30px
}

.tree span:hover {
    transition: background-color .15s, box-shadow .15s;
    color: #fff;
    background-color: #007bff;
    cursor: pointer;
}

.tree a {
    color: #000;
}

.badge-pink {
    background-color: #e83e8c;
    color: #fff;
}

.badge-teal {
    background-color: #008080;
    color: #fff;
}

.bg-teal-custom {
    background-color: #008080 !important;
    color: #fff;
}

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

.disable-click {
    pointer-events: none !important;
}

.application.active {
    background-color: transparent !important;
}

.nav-link.inactive {
    color: #c1c1c1 !important;
}

#importantnotices-table td,
#salesmaterials-table td {
    padding: 4px !important;
    border: 0;
}

#importantnotices-table,
#salesmaterials-table {
    display: inline-table !important;
}

#chatContainer {
    min-height: 500px;
    max-height: 500px;
    overflow-y: auto;
}

.chat-bubble {
    border-radius: 10px;
    padding: 8px;
    display: inline-block;
    position: relative;
}

.chat-bubble-admin {
    background-color: #CCE8FB;
    border: 1px solid #ABD2EB;
}

.chat-bubble-superadmin {
    background-color: #E2E7FF;
    border: 1px solid #CCE8FB;
}

.chat-bubble-agent {
    background-color: #DEF4E2;
    border: 1px solid #AAE9CD;
}

.chat-bubble span {
    white-space: pre-line;
}

.chat-bubble:before {
    content: '';
    position: absolute;
    right: 0;
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.time {
    display: block;
    color: #777;
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.navbar-list li>a {
    line-height: 30px !important;
    font-size: 1rem;
    padding: 0 14px !important;
}

.notification-menu {
    width: 450px;
    max-height: 500px;
    overflow-y: auto;
}

.notification-menu ul {
    display: grid;
    padding-inline-start: 0;
}

.notification-menu .notification a {
    line-height: 30px;
    font-size: 1rem;
}

.notification-icon {
    position: relative;
}

.disabled-clickable {
    pointer-events: none;
    color: #868e96;
    background-color: #f8f9fa;
    cursor: not-allowed;
}

.notification-badge {
    position: absolute;
    top: -6px;
    right: -23px;
    width: 23px;
    height: 23px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 10.5px;
}

.notification-unread-badge {
    position: absolute;
    top: 33%;
    right: 25px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: salmon;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.notification-time {
    margin-left: auto;
    margin-right: 25px;
    margin-left: 10px;
    color: #999;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.carousel-indicators li {
    background-color: #007bff;
    border-top: inherit;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    box-sizing: inherit;
    background-clip: inherit;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: transparent;
    width: 5%;
    border: inherit;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

.dashboard-notice-content {
    padding: 0 35px;
}

.popup-content {
    white-space: pre-line;
}

.popup-content img {
    max-width: 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.bootstrap-datetimepicker-widget .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 575.98px) {
    .max-height-xs {
        max-height: 100px;
    }

    .dataTable {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .max-height-sm {
        max-height: 150px;
    }

    .dataTable {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .max-height-md {
        max-height: 200px;
    }

    .dataTable {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .max-height-lg {
        max-height: 250px;
    }

    .dataTable {
        display: block;
    }
}

@media (min-width: 1200px) {
    .max-height-xl {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
  .operator-list {
    grid-template-columns: 1fr;
  }
}