﻿
/*----------------- referralboarding plugin css  ----------------------  */

.tc__454545-- {
    color: #454545;
}

.bg__FFFCF8-- {
    background-color: #FFFCF8;
}

.border__CFD3D4--d {
    border: 1px dashed #CFD3D4;
}

.bb__B2B2B2-- {
    border-bottom: 1px solid #B2B2B2;
}

.h__130-- {
    height: 130px;
}

.pb__20-- {
    padding-bottom: 20px;
}

.fs__30-- {
    font-size: 30px;
}

.referralbtn__006080-- {
    padding: 16px;
    border-radius:6px;
    font-size:16px;
    font-weight: 400;
    background-color: #006080;
    color: #fff;
    border: none;
}

.referralbtn__006080--o {
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    background-color: #FFF;
    color: #006080;
    border: 1px solid #006080;
    width: 100%;
}

.referral__group {
    position: relative;
    display: block;
}

/*--------------   referral group  ----------------*/

    .referral__group > label{
        color: #2a2a2a;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 17px;
        padding: 0px 4px;
        margin-bottom: 4px;
    }

    .referral__group > div{
        display: flex;
        align-items: stretch;
        width: 100%;
        border-radius: 4px;
    }

    .referral__group > input,
    .referral__group > textarea,
    .referral__group > select,
    .referral__control,
    .referral__multiselect > .dropdown > .btn,
    .referral__uiselect > .ui-select-match > .btn,
    .referral__uiselect > input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 8px;
        border: 1px solid #CFD3D4;
        background-color: #ffffff;
        color: #000000;
        padding: 12px 16px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        height: auto;
        outline: none;
    }

    .referral__group > textarea {
        background-color: #fafafa !important;
    }

    .switch {
        display: inline-block;
        width: 32px;
        height: 18px;
        position: relative;
        cursor: pointer;
        user-select: none;
    }

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    inset: 0;
    background-color: #ccc;
    border-radius: 50px;
    transition: background-color 0.2s ease;
}

    .slider:before {
        content: "";
        position: absolute;
        height: 14px;
        width: 14px;
        left: 3px;
        top: 2px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform 0.2s ease;
    }

input:checked + .slider {
    background-color: #24C36A;
}

    input:checked + .slider:before {
        transform: translateX(11px);
    }

.switch input:focus + .slider {
    box-shadow: 0 0 1px #24C36A;
}


ul.btn-toggle-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

li.btn-pill {
    display: block;
    text-align: center;
    padding: 0px 30px;
    border-radius: 4px;
    line-height: 50px;
    border: 1px solid #B1B1B1;
    background-color: #fff;
    box-shadow: 1px 2px 4.4px 0px #0000002B;
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

    li.btn-pill:hover {
        background-color: #f5f5f5;
    }

    li.btn-pill.active {
        background-color: #1d1d1d;
        color: #fff;
        border-color: rgba(0, 0, 0, 0.6);
    }

ul.btn-group-clicked li.btn-pill:not(.active) {
    background-color: #f5f5f5;
}


.appoinmentdropdown ul li,
.appoinmentdropdown > ul > li {
    padding: 13px 8px 13px 16px;
    font-size: 18px;
    font-weight: 500;
    color: #1d1d1d;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    border-radius: 4px;
}

    .appoinmentdropdown ul li:last-child {
        border-bottom: none;
    }

    .appoinmentdropdown ul li:hover {
        background-color: #00608026;
        color: #006080;
    }

        .appoinmentdropdown ul li:hover a, .appoinmentdropdown ul li label:hover {
            font-weight: 600 !important;
            color: #006080 !important;
        }
