
/*# sourceMappingURL=custom.min.css.map */

label.error {
    font-size: 12px !important;
    top: 31px !important;
    color: #f15950;
}
.hide{
    display: none;
}

button.swal2-confirm {
    color: #fff;
    background-color: #405189;
    border-color: #405189;
    margin-top: .5rem !important;
    border: 1px solid transparent;
    padding: .5rem .9rem;
    font-size: .8125rem;
    border-radius: .25rem;
    margin-right: .5rem !important;
}

button.swal2-cancel {
    color: #fff;
    background-color: #f06548;
    border-color: #405189;
    margin-top: .5rem !important;
    border: 1px solid transparent;
    padding: .5rem .9rem;
    font-size: .8125rem;
    border-radius: .25rem;
    margin-right: .5rem !important;
}

button.btn.dropdown-toggle.bs-placeholder.btn-light {
    border: 1px solid #d0d6db;
    background: no-repeat;
    color: black;
}


.alert.alert-info.border-0.material-shadow.mb-0 {
    padding: 2px 17px;
}

.alert.alert-danger.border-0.material-shadow.mb-0 {
    padding: 2px 17px;
}

button.btn.dropdown-toggle.btn-light {
    border: 1px solid #cbd3d7;
    background: white;
}

 #documents_ui .table>:not(caption)>*>*{
    padding-left: 0px;
    padding-top: 0px;
    border: 0px;
}

.lead_activity .avatar-group .avatar-group-item {
    margin-left: 0px !important;
}

@media (min-width: 992px) {
    #Followupapplication .modal-lg, .modal-xl {
        --vz-modal-width: 1050px;
    }
}

.mce-panel {
    border: 0 solid #cacaca;
    border: 0 solid rgba(0, 0, 0, 0.2);
    background-color: #eaeaf9 !important;
}

.mce-btn {
    
    background-color: #eaeaf9 !important;
}
cite {
    font-size: 11px;
}

#back-to-top{
    bottom: 50px !important;
}

/* Start Lead Tag only use */

.tag-badge-application {
    position: relative;
    align-items: center;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;

    /* Badge Variables */
    --vz-badge-padding-x: 0.65em;
    --vz-badge-padding-y: 0.35em;
    --vz-badge-font-size: 0.75em;
    --vz-badge-font-weight: var(--vz-font-weight-semibold);
    --vz-badge-color: #fff;
    --vz-badge-border-radius: 0.25rem;

    /* Applied from variables */
    padding: var(--vz-badge-padding-y) var(--vz-badge-padding-x);
    font-size: var(--vz-badge-font-size);
    font-weight: var(--vz-badge-font-weight);
    color: var(--vz-badge-color);
    border-radius: var(--vz-badge-border-radius);
        margin-right: 3px;
}

.tag-badge {
    position: relative;
    align-items: center;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;

    /* Badge Variables */
    --vz-badge-padding-x: 0.65em;
    --vz-badge-padding-y: 0.35em;
    --vz-badge-font-size: 0.75em;
    --vz-badge-font-weight: var(--vz-font-weight-semibold);
    --vz-badge-color: #fff;
    --vz-badge-border-radius: 0.25rem;

    /* Applied from variables */
    padding: var(--vz-badge-padding-y) var(--vz-badge-padding-x);
    font-size: var(--vz-badge-font-size);
    font-weight: var(--vz-badge-font-weight);
    color: var(--vz-badge-color);
    border-radius: var(--vz-badge-border-radius);
        margin-right: 3px;
}

.tag-arrow {
    position: relative;
    padding-left: 12px;
}

.tag-arrow-left {
   position: absolute;
   left: -5px;
   width: 0;
   height: 0;
   border-top: 7px solid transparent;
   border-bottom: 7px solid transparent;
   top: 1px;
}
/* End Lead Tag only use */



/* Slider Application Start */
/* Container */
.stage-slider-container {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
    padding: 7px;
}

/* Slider Arrows */
.stage-arrow {
    border: none;
    background: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.stage-arrow:hover {
    background: #f1f1f1;
}

/* Hide bottom scrollbar */
.stage-slider-wrapper::-webkit-scrollbar {
    display: none;
}
.stage-slider-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    flex: 1;
    padding: 5px 0;
}

/* Slider */
.stage-slider {
    display: inline-flex;
}

/* Stage Item (small neat look) */
.stage-item {
    position: relative;
    padding: 6px 18px;
    background: #f1f1f1;
    color: #444;
    font-size: 13px;
    /*border: 1px solid #d5d5d5;*/
    font-weight: 500;
    margin-right: 28px;
    line-height: 18px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
}

/* Arrow shape */
.stage-item::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 28px solid #f1f1f1;
}

/* Active */
.stage-item.active {
    background: #405189;
    border-color: #405189;
    color: white !important;
    font-weight: 600;
}
.stage-item.active::after {
    border-left-color: #405189;
}

/* Slider Application Start */