.min-w-100 th {
    white-space: nowrap;
}

.min-w-100 {
    min-width: 100%;
}

input.search-icon:read-only {
    background-image: url(../imgs/search.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    padding-right: 28px;
}

.file-item {
    background: url(../imgs/arrow-return-right.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2rem;
}

.dropzone {
    border: 2px dashed #004d88;
}

.dropzone.dz-drag-hover {
    border: 2px dashed #9a9a9a;
}

.border-3 {
    border-width: 3px !important;
}

.h-100-int {
    min-height: calc(100vh - 11rem);
}

.h-50-int {
    min-height: calc(50% - 1rem);
    height: calc(49.2vh - 5.5rem);
}
.bt-int {
    border-top: 3px solid var(--blue);
}

.overflow-y-s {
    overflow-y: scroll;
}

.btn-special-primary {
    color: var(--blue);
    margin: 0.5rem auto;
    display: block;
}

.btn-special-primary:hover {
    color: #fff;
    background-color: var(--blue);
}

.col.col-special-lead-main {
    flex: 0 0 calc(100% - 4rem);
    max-width: calc(100% - 4rem);
}

.tooltip .tooltip-inner {
    background-color: var(--blue);
    color: white;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: var(--blue) !important;
}

.ql-container {
    height: 160px !important;
}

.icheck-secondary {
    user-select: none;
}

.circle-initials {
    font-size: 3rem;
    color: #fff;
    background: #858585;
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 5px;
}
.content-header h1 {
    color: var(--blue);
}

.dependent-item {
    background: #eff1f2;
    border-radius: 15px;
    padding: 20px 10px;
    margin-bottom: 15px;
}

.dependent-item label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

h5.dependent-title {
    font-weight: 600;
    margin-bottom: 35px;
    color: #718096;
}

.remove-dependent {
    margin-bottom: 25px;
}

.rows-uploaded {
    color: var(--blue);
}

.info-square {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#commision-rates-table td {
    min-width: 120px;
}
#commision-rates-table td input,
#commision-rates-table td select {
    width: 100%;
}

.selected-agent-item span {
    display: inline-block;
    width: 70%;
}

.row.selected-agents {
    border-radius: 15px;
    border: 2px dashed #7eaada;
    padding: 20px 10px;
}

.selected-agent-item {
    display: list-item;
    list-style-position: inside;
}

/*Menu*/
[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-treeview {
    background: var(--blue);
    border-radius: 6px;
    padding: 10px 0;
    width: 90%;
    margin-left: 10%;
    overflow: hidden;
    margin-bottom: 10px;
}

li.nav-item .fa-circle {
    display: none;
}

[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover {
    color: #fff;
    background: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    font-weight: bold;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-treeview .nav-link p {
    color: #fff;
    opacity: 0.7;
    font-size: 0.9rem;
    /* padding-left: 24px; */
}

[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active p,
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover p {
    opacity: 1;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 5px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: rgb(0 123 255 / 25%);
    color: var(--blue);
    font-weight: normal;
}

.nav-sidebar > .nav-item {
    padding-left: 10px;
}

.nav-sidebar li {
    width: 100%;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active:before {
    content: "";
    background: var(--blue);
    position: absolute;
    width: 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 100%;
    top: 0;
    left: -20px;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link {
    width: 100%;
}

[class*="sidebar-light-"] .nav-header {
    color: #fff;
    text-decoration: underline;
}
/* .select2-results__option--selectable:empty {
  display: none;
} */
.select2-container .select2-selection--single .select2-selection__clear {
    margin-right: 15px !important;
    color: #000;
    margin-top: 9px;
}

.card.card-home i {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

.card.card-home {
    text-align: center;
    min-height: 240px;
}

.card.card-home .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card.card-home span {
    font-size: 2rem;
    color: #000;
}
