@font-face {
    font-family: 'Avenir LT Std';
    src: url('path-to-your-font-folder/avenir-lt-std.woff2') format('woff2'),
        url('path-to-your-font-folder/avenir-lt-std.woff') format('woff'),
        url('path-to-your-font-folder/avenir-lt-std.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Avenir LT Std', sans-serif;
    font-weight: normal;
    background: #F0F2F5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a {
    font-weight: normal;
}
.dropdown-toggle::after {
    display: none !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.eneuiries-card {
    box-shadow: 0px 2.39px 7.18px 0px #00000040;
    background: #FFFFFF;
    max-width: 276px;
    width: 100%;
    border-radius: 14.37px;
}

.border-line {
    border: 1.2px solid #F0F2F5 !important;
}

.icon-bg1 {
    width: 52px;
    height: 52px;

    border-radius: 12.37px;
    background: linear-gradient(180deg, #3E3D45 0%, #202020 100%);

}

.enquiries-num {
    color: #6E727A;

    font-family: "Avenir LT Std";
    font-size: 18.5px;
    /* font-weight: 600; */
    line-height: 39.2px;

}

.enq-txt {
    color: #6E727A;
    font-family: "Avenir LT Std";
    font-size: 13.5px;
    /* font-weight: 600; */
    line-height: 24px;
    letter-spacing: 0.01em;

}

.search-container {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #00000040;


    padding-block: 12px;
        border-radius: 14px;

}

.filter-bg {
    background: #FF00001A;
    width: 29px;
    height: 29px;
    /* padding: 6px 8px 6px 8px;
            gap: 10px; */
    border-radius: 5px;

}


.custom-search-container {
    width: 300px;
    position: relative;
}

.custom-search-input {
    border: 1px solid #E53935 !important;
    background: #FFFFFF;
    padding: 4.3px 16.61px 4px 11.61px;
    gap: 0px;
    border-radius: 10px;
    width: 100%;
}

@media (min-width:320px) and (max-width:767px) {
    .custom-search-input{
        border: 2px solid red !important;
        width: 90%;
    }
    .custom-search-icon{
        position: absolute;
        right: 42px !important;
        top: 50%;
        /* transform: translateY(-50%); */
        color: #757575;
        pointer-events: none;
    }
    
}

.custom-search-input::placeholder {
    color: #6E727A;
    font-family: 'Avenir LT Std', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 17.04px;
}

.custom-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    pointer-events: none;
}

.table-custom th {
    background-color: #1a1a1a;
    color: white;
    font-family: "Avenir LT Std";
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    line-height: 9.45px;
    letter-spacing: 0.7876167297363281px;
    padding-block: 13px;

}

.table-custom tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa;
}

.red-notif-group{
    width: 50px;
    border-radius: 50%;
}

.prof-img{
    position: absolute;
    left: 34px;
    width: 25px;
    bottom: 223px;
    top: 191px;
}
.notif-box{
    width: 500px;
}
::-webkit-scrollbar{
    display: none;
}

.tick-img{
    position: absolute;
    left: 32px;
    width: 30px;
    bottom: 300px;
    top: 112px;
}


.notif-center{
    margin-bottom: 30px;
    height: 100%;
}

.notify-text{
    margin-left: 15px;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.status-accept {
    background-color: #28a745;
}

.status-decline {
    background-color: #dc3545;
}

.enquiry-table-bg {

    border-radius: 10px;
    background: #FFFFFF;

}

.enquiry-table-h {
    color: #353439;
    font-family: "Avenir LT Std";
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    line-height: 25.2px;

}

.table-custom tbody td {
    font-family: "Avenir LT Std";
    font-size: 11px;
    font-weight: 600;
    line-height: 19.2px;
    color: #0E0D0C;

}

.custom-table-dd {
    border: 1px solid #D9D9D9;
    /* width: 112.55px; */

    padding: 7px 19.64px 7.57px 19.64px;
    border-radius: 5px;
    background-color: transparent;

}

.complete-dot {
    width: 6.5px;
    height: 6.5px;
    background: #42F18B;
    border-radius: 50px;

}

.decline-dot {
    background: #E53935;
    width: 6.5px;
    height: 6.5px;
    border-radius: 50px;
}


.tb-nm {
    color: #6E727A;
    font-family: "Avenir LT Std";
    font-size: 15px;
    font-weight: 400;
    line-height: 23.88px;


}

.tb-nm-bg {
    width: 30px;
    height: 25px;
    /* padding: 2.34px 9.36px 2.34px 9.36px; */
    border-radius: 2.34px;
    background: #E53935;

}

.right-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 30px;
    height: 25px;
    /* padding: 8.55px 12.83px 8.55px 12.83px; */
    border-radius: 2.14px;

}

.accept-txt {
    color: #0E0D0C;
    font-family: "Avenir LT Std";
    font-size: 10px;
    font-weight: 600;
    line-height: 14.4px;
    text-align: center;

}
.extra-img{
    width: 50px;
}

@media (min-width:320px) and (max-width:768px){
    .red-notif-group{
        width: 25px;
    }
    .notify-text{
        margin-left: 0px;
        font-size: 8px;
    }
    .notif-time{
        font-size: 8px;
    }
    .extra-img{
        width: 25px;
    }
    .tick-img{
        position: absolute;
        left: 27px;
        width: 15px;
        /* bottom: 255px; */
        top: 80px;
    }
    .prof-img {
        position: absolute;
        left: 27px;
        width: 15px;
        bottom: 166px;
        top: 153px;
    }
}