﻿:root {
    --wh: #fff;
    --bk: #000;
    --primaryColor: #00af48;
    --primaryColor2: #e5f7ed;
    --secondaryColor: #1c87ff;
    --secondaryColor2: rgba(0,120,255,0.1);
    --thirdColor: #2b9eba;
    --borderColor: #EAEAEA;
    --bodyColor: #F7F9FA;
}

.dashboardbodybackground {
    background: var(--bodyColor) !important;
}

.bg-notification {
    background: #FF5252 !important;
    padding: 5px 12px;
    color: #FFFFFF;
    height: 34px;
}

.bg-number {
    background: #F7F9FA !important;
    padding: 5px 12px;
    height: 34px;
}

.br-16 {
    border-radius: 16px;
}

.br-100 {
    border-radius: 100px;
}

.whitebox {
    background: #FFFFFF;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.09);
    border-radius: 16px;
    padding: 36px;
    position: relative;
    width: 90%;
}

.selling-img {
    object-fit: cover;
    width: 100%;
    height: 100px;
}
.selling-image-wdith-25 {
    width: 24%;
}

.selling-image-wdith-75 {
    width: 74%;
}
.btn-edit {
    background: #F7F8FA;
    border-radius: 8px;
}

.cardetail-header-background {
    background: #FFFFFF;
    box-shadow: 0px 10px 7px 0px rgb(20 20 20 / 8%);
}

.cardetail-body-background {
    /* background: #E5E5E5 !important;*/
}

.vertical-timeline {
    height: 100%;
    width: 50%;
    border-left: 2px solid #e5e9eb;
}

.btn-green-paynow {
    color: #fff;
    background: #00AF48;
    border-radius: 8px;
}

.btn-viewallinvoice {
    background: #F7F8FA;
    border-radius: 8px;
}

.btn-callmeback {
    background: #003B51;
    border-radius: 8px;
}

.color-warning {
    color: #ffb323;
}

.btn-view {
    background: #FFFFFF;
    border: 1px solid #E5E9EB;
    border-radius: 8px;
    padding: 10px 20px;
}

.btn-Remove {
    background: #FFFFFF;
    border: 1px solid #F2F4F5;
    border-radius: 8px;
}
.close-icon {
    width: 44px;
    height: 44px;
}

@media (max-width:499px) {
    .close-icon {
        width: 32px !important;
        height: 32px !important;
    }
    .selling-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .selling-image-wdith-25 {
        width: 25%;
    }

    .selling-image-wdith-75 {
        width: 75%;
    }
    .lead-info__side {
        justify-content: flex-start !important;
    }

        .lead-info__side .buttons-holder {
            flex-direction: row !important;
            width: auto !important;
        }

            .lead-info__side .buttons-holder .btn:first-of-type {
                margin-bottom: 0 !important;
                margin-right: 10px !important;
            }

    .question-box__border {
        border-top: 1px solid #E5E9EB;
        padding-top: 20px;
        border-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
}


#buyerleadtab a.active {
    color: #2B9EBA;
    border-bottom: 3px solid #2B9EBA;
    padding-bottom: 15px;
}


.lead-info__side {
    min-width: 360px;
    max-width: 360px;
    /*    display: flex;
    justify-content: space-between;
    padding: 0 25px;*/
}

    .lead-info__side .buttons-holder {
        flex-direction: column;
        width: 90px;
    }

        .lead-info__side .buttons-holder .btn {
            border: 1px solid var(--borderColor);
            height: 38px;
            width: 90px;
        }

            .lead-info__side .buttons-holder .btn:first-of-type {
                margin-bottom: 15px;
                margin-left: 0;
            }

            .lead-info__side .buttons-holder .btn:hover {
                box-shadow: none;
            }

.question-box__border {
    border-right: 1px solid #E5E9EB;
    padding-right: 20px;
}


.question-box__data {
    font-size: 12px;
    margin-right: 10px;
}

    .question-box__data p {
        font-weight: bold;
        margin-bottom: 3px;
    }

.info-box__data {
    font-size: 13px;
    margin-right: 10px;
}

    .info-box__data p {
        font-weight: bold;
        margin-bottom: 3px;
    }

    .info-box__data div span {
        border-bottom: 1px solid var(--bk);
    }


.btn-lead-click {
    border-radius: 8px;
    cursor: pointer;
    background: rgba(0, 175, 72, 0.1);
    padding: 10px;
    color: #00AF48 !important;
    min-width: 250px;
    width: 75%;
}

.color-orange {
    color: #FFB323;
}

.color-red {
    color: #FF453B;
}

.btn-lead-blue {
    border-radius: 8px;
    cursor: pointer;
    background: rgba(0, 120, 255, 0.1);
    padding: 10px;
    color: #0078FF !important;
    min-width: 250px;
    width: 100%;
}

.btn-lead-gray {
    border-radius: 8px;
    cursor: pointer;
    background: #F7F8FA;
    padding: 10px;
    color: #111111 !important;
    min-width: 250px;
    width: 100%;
}

.btn-lead-green {
    border-radius: 8px;
    cursor: pointer;
    background: #00AF48;
    padding: 10px;
    color: white !important;
    min-width: 250px;
    width: 100%;
}


.dash-card:hover {
    box-shadow: 0px 4px 10px #00000017;
}