.i-main {
    color: rgb(0 0 0 / 50%);
}

.sidebar-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 50%);
    width: calc(100% - 30px);
}

.modal-dialog-big {
    max-width: 100% !important;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.modal-dialog-setup-days-agent {
    max-width: 100% !important;
}

.modal-sm {
    width: 450px;
    margin: auto;
}

.fa {
    font-size: 0.9em !important;
}
.fab {
    font-size: 0.9em !important;
}

.fab-2 {
    font-size: 1.8em !important;
}

.fa-2 {
    font-size: 1.8em !important;
}


.filter-div {
    margin-left: 1em;
}

body {
    background-color: #4882ebcf;
}

.card label {
    font-size: 0.9em;
    margin-bottom: 5px;
    color: #262626;
}

.form-check input[type="checkbox"]:not(:checked)+.form-check-sign::before {
    opacity: 1;
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid rgb(156, 156, 156);
}

.form-check input[type="checkbox"]:checked+.form-check-sign::after {
    opacity: 1;
    background-color: #f96332;
    color: #ffffff;
    border: 1px solid rgb(156, 156, 156);
}


/* .form-check input[type="checkbox"]:not(:checked) + .form-check-sign::before { */

.radio-form-check-input input[type="radio"]:not(:checked) {
    opacity: 1;
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid rgb(156, 156, 156);
}

input[type="checkbox"]:checked:before {
    color: black !important;
}

.form-control {
    font-size: 0.8rem;
}

.tooltip {
    z-index: 9999;
}

.whatsapp {
    color: #ffffff !important;
}

.card-collapse .card .card-header a[data-toggle="collapse"] i {
    float: none;
    position: relative;
    color: #f96332;
    top: 1px;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.filters-link {
    text-decoration: none;
}

.t-icon {
    margin-right: 0.5em;
}

.t-icon-green {
    margin-right: 0.5em;
    color: #6fbc88;
}

.icon-red {
    background-color: #d55e5e;
}

.t-icon-red {
    margin-right: 0.5em;
    color: #d55e5e;
}

.gray-icon {
    color: #4e4e4e;
}

.sales-person {
    margin-top: 0.5em;
}

.link-white {
    color: #ffffff !important;
}

.link-warning {
    color: #2c2424 !important;
}

.link-warning:hover {
    text-decoration: none;
}

.show-label {
    margin-right: 1em;
}

.sidebar-blue {
    background-color: #1e65be;
}

.sidebar[data-color="darkblue"]:after,
.off-canvas-sidebar[data-color="darkblue"]:after {
    background: #1e65be;
}

.sidebar[data-color="darkblue"] .nav li.active>a:not([data-toggle="collapse"]),
.off-canvas-sidebar[data-color="darkblue"] .nav li.active>a:not([data-toggle="collapse"]) {
    color: #1e65be;
}

.sidebar[data-color="darkblue"] .nav li.active>a:not([data-toggle="collapse"]) i,
.off-canvas-sidebar[data-color="darkblue"] .nav li.active>a:not([data-toggle="collapse"]) i {
    color: #1e65be;
}

a {
    color: #1e64be;
}

.blue-text {
    color: #1e64be;
}

.form-check .form-check-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 0;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

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

.p-big {
    font-size: 1.2em;
    color: #888888;
}

.cony-info {
    background-color: #888888;
}

.btn,
.badge-default {
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 25%);
}

.badge-user-collab {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.95em;
    background-color: #888;
    border-color: #888;
    border-radius: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 0.5em;
}

.x-icon {
    margin-left: 0.5em;
}

.btn {
    font-size: 1em;
}

textarea.form-control {
    max-width: 100%;
    max-height: 260px;
    padding: 10px 10px 0px 0px;
    resize: none;
    border: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 11px !important;
    line-height: 2;
}

.form-control {
    border-color: #d7d7d7 !important;
}

.info-cony {
    padding: 1em;
}

.divider-hr {
    width: 90%;
    margin: 0 auto;
}

.slanted {
    font-style: italic;
}

.notif-btn {
    padding-left: 1em !important;
}

.time-picker-row {
    padding: 5em;
    width: 80%;
    margin: 0 auto;
}

.time-input {
    font-size: 1.3em;
    padding-left: 1.5em !important;
    border: 1px solid !important;
    border-color: #e7987d !important;
}

.form-buttons {
    margin: 0 auto;
}

.status-icon {
    padding: 0.4em;
    border-radius: 16%;
}

.prospect-assign-button-div {
    margin-top: 1em;
}

.p-report {
    font-size: 1.2em;
}

.prospect-field {
    margin-left: 5%;
    max-width: 40%;
    margin-bottom: 6px;
}

.fa-star {
    color: #4f4f4f;
    padding: 0.1em;
}

.fa-star-o {
    color: #b9b9b9;
    padding: 0.1em;
}

.arrow-space {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.email-text-full-area {
    padding: 3em;
}

.strong {
    font-weight: 500;
}

.textarea-big {
    max-height: 280px !important;
}

.divider {
    margin-top: 2em;
    margin-bottom: 3em;
}
.nav-link {
    letter-spacing: 0.02em;
}

.prospect-modal-audit-warning {
    margin-left: 1em;
}

.error {
    color: #d55e5e;
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.audit-state-text {
    display: inline-block;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.audit-id-table {
    margin-left: 1em;
}

.APROBADO {
    color: #19a948;
}

.RECHAZADO {
    color: #d55e5e;
}

.COMPLETADO {
    color: #1e64be;
}

.txt-red {
    /* bold font */
    font-weight: bold;
    color: #d55e5e;
}

.form-horizontal .col-form-label, .form-horizontal .label-on-right {
    padding: 10px 0px 0 9px;
    text-align: right;
    max-width: 240px;
}

.confirm-btn-group {
    padding: 1em;
}

.form-group input[type=file] {
    
    border-width: 1px;
    border-radius: 30px;
    padding-right: 23px;
    padding-left: 23px;
      
}

select {
    font: inherit;
}

p {
    margin-bottom: 0.4em !important;
}
.form-pad {
    padding: 1em;
}

.sm-pad {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 1em;
}

.text-sm {
    font-size: 0.9em;
}

.meeting-details-expandable {
    background-color: #f7f7f7;
    padding: 0.5em;
    border-radius: 5px;

}

/* Ensure the loading GIF overlays the image correctly */
.loading-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7); /* Optional: Add a semi-transparent background */
    width: 100%;
    height: 100%;
    border-radius: 50%; /* Keep the circle shape */
    z-index: 10; /* Make sure it appears on top */
}

/* Hide the overlay initially */
.loading-overlay img {
    display: block;
}

.small-table-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 2.2em;
}

.employee-table-first {
    margin-top: 0.5em;
}

.alert.alert-success {
    background-color: #2ebf27;
}

.modal-spacer {
    margin-top: 2em;
    margin-bottom: 2em;
}

.badge-email-address {
    text-transform:lowercase;
    font-weight: 500;
    font-size: 0.95em;
    background-color: #2ca8ff;
    border-color: #2ca8ff;
    border-radius: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: inline-block;
    
}

.dropdown-item-email {
    font-size: 0.9em !important;
}

.modal-emails {
    max-height: 100vh;
}

.modal-email-content {
    height: auto;
    max-height: 100vh;
    overflow: hidden;
}

.modal-email-body {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}

.modal-lg-1200 {
    max-width: 1200px !important;
    margin: auto;
}

.session-info-div {
    margin-top: 1em;
    margin-bottom: 2em;
}

.session-info-div .ui-1_simple-remove {
    color: white;
}

.hidden {
    display: none;
    visibility: hidden;
}

.darker-background {
    background-color: #f7f7f7;
    padding: 0.5em;
}

.document-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background-color: #f7f7f7;
    font-size: 0.9em;
}