@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');



html{
    font-size: 16px;
}
* {
    font-family: Poppins !important;
}
.hide{
    display: none !important;
}
.left-padding-unset{
    padding-left: unset !important;
}

/* common style for no data found message */
.no-data-found{
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    color:  #616161;
    text-align: center;
}

.cursor-pointer{
    cursor: pointer;
}

.navbar_main_container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;

}
.navbar{
    background-color: black;
    display: flex;
    justify-content: space-between;
}
.navbar_brand_container{
    width: 30% !important;
}
.navbar-brand img{ 
    width: 15rem !important; 
    height: 6rem;
} 
.navbar-nav{
    gap: 1rem;
}
.navbar_items_container{
    width:80% !important;
    
}
.user_profile_icon{
    padding: 0.5rem 0.1px;
    border-radius: 50%;
}

#nav-items{
    gap: 2rem;
}
.custom-nav-item {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}
 
.nav_bar_icon{
    width:30px;
    height:30px;
}
.nav-item{
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
.nav-item svg {
    margin-right: 0rem !important;
}

.nav-item.gbottom{
    border-bottom: 2px solid green;
}
.nav-item.gbottom .nav-icon{
    fill: #FB3F1E;
    stroke: #FB3F1E;
}
.nav-item.gbottom .nav-icon path,
.nav-item.gbottom .nav-icon circle {
    stroke: #FB3F1E;
    fill: #FB3F1E;
}


.user_profile_icon img{
    width: 3rem;
    height: auto;

}


.nav-item.selected .nav-icon path,
.nav-item.selected .nav-icon circle {
    fill: #F24E1E;
    stroke:#F24E1E;
}

.navbardd{
    width: 70% !important;
    display: flex;
    justify-content: space-between;
}

#navbar_containers{
    width: 100% !important;
    height: 5rem;
}

/* ************************************** */

.user_profile_icon {
    position: relative;
    display: inline-block;
}

.profile-settings {
    display: none; 
    position: absolute;
    top: 5rem; 
    right: -10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 50;
    width: 15rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.profile_settings_first_section{
    display: flex;
    justify-content: center;
}

.profile_popup_card{
    padding: 1.5rem 1rem;
}

.popup_img_container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_img_container img{
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}

.popup_img_nav_container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_img_nav_container img{
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.profiles_details_section{
    justify-content: center;
}
.profiles_details_section span{
    display: block;
    text-align: center;
    margin-top: 0.2rem;

}
.profile_name{
    color: #2E2E2E;
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;

}
.profile_id{
    color: #616161;
    font-family: Poppins;
    font-size: 0.687rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.plan_upgrade_button{
    color: var(--reply-bg, #FFF);
    font-family: Poppins;
    font-size: 0.687rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 27px;
    background: #009B47;
    padding: 0.3rem 1rem;
    border: transparent;
}

.profiles_section_options_container{
    display: flex;
    justify-content: start;
}
.profiles_section_options_container{
    padding-left: 1rem;
}
.my_options_box a,
.my_options_box span{
    text-decoration: none;
    color: var(--text1, #616161);
    font-family: Poppins;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.my_options_box a svg,
.my_options_box span svg{
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
}
select{
    font-family: Poppins !important;
}
.notification-count{
    display: flex;
    border-radius: 50%;
    width: fit-content;
    height: 0.8rem;
    line-height: 0.8rem;
    max-width: 2rem;
    max-height: 2rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    white-space: nowrap;
    background-color: #FB3F1E;
    color: #FFF;
    font-family: Poppins;
    font-size: 0.5em;
    /* font-size: clamp(0.4rem, 2vw, 0.6rem);  */
    /* font-size: clamp(0.5rem, 2vw, 0.8rem); */
    font-style: normal;
    font-weight: 400;
    padding: 0.05rem;
    position: absolute;
    left: 0.5rem;
    bottom: 0.9rem;
    align-items: center;
    justify-content: center;

}
.chat-notification-count{
    left: 0.8rem;
}



@media screen and (max-width: 1600px) and (min-width: 1400px) {

    .navbar{
        width:auto;
        display: flex;
    }
    #navbar_containers{
        display: flex !important;
        width: 100% !important;
        height: 5rem;
        gap: 1rem;

    }
    .navbar_brand_container{
        width: auto !important;

    }
    .navbar-brand img{ 
        width: 12rem !important; 
        height: 6rem;
    } 
    .navbar_items_container{
        width:auto !important;
    }
    .navbar-nav{
        gap: 1rem;
    }
    .navbardd{
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }
    .nav-item a {
        font-size: 0.8rem;
    }
    .nav-item svg {
        margin-right: 0rem !important;
    }

    .user_profile_icon{
        padding: 0.5rem 0.1px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-left: 1rem;
    }
    
    .user_profile_icon img{
        width: 3rem;
        height: auto;
    }

}

@media screen and (max-width: 1400px) and (min-width: 1200px) {

    .navbar{
        width:auto;
        display: flex;


    }
    #navbar_containers{
        display: flex !important;
        width: 100% !important;
        height: 5rem;
        gap: 1rem;


    }
    .navbar_brand_container{
        width: auto !important;


    }
    .navbar-brand img{ 
        width: 11rem !important; 
        height: 6rem;
    } 
    .navbar_items_container{
        width:auto !important;

    }
    .navbar-nav{
        display: flex;
        gap: 1rem;
        margin-top: 1rem;
    }
    .navbardd{
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }
    .nav-item{
        display: flex;
        /* gap: 0.2rem !important; */
        margin-left: 0rem !important;
        /* border: 1px solid red; */
    }
    .nav-item svg {
        margin-right: 0rem !important;
        
    }
    .nav-item a {
        font-size: 0.8rem !important;
        justify-self: start;
    }

    .user_profile_icon{
        padding: 0.5rem 0.1px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-left: 1rem;
        /* border: 1px solid red; */
    }
    
    .user_profile_icon img{
        width: 2.9rem;
        height: auto;
        border-radius: 50%;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar_main_container{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar{
        width: auto;
        display: flex;
        justify-content: center;

    }
    #navbar_containers{
        display: flex !important;
        width: 100% !important;
        height: 4rem;
        gap: 1rem;


    }
    .navbar_brand_container{
        width: auto !important;


    }
    .navbar-brand img{ 
        width: 11rem !important; 
        height: 6rem;
    } 
    .navbar_items_container{
        width:auto !important;

    }
    .navbar-nav{
        display: flex;
        gap: 1rem;
        margin-top: 0.7rem;
    }
    .navbardd{
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }
    .nav-item{
        display: flex;
        margin-left: 0rem !important;
        /* border: 1px solid red; */
    }
    .nav-item svg {
        margin-right: 0rem !important;
        
    }
    .nav-item a {
        font-size: 0.8rem !important;
        justify-self: start;
    }

    .user_profile_icon{
        width: 30% !important;
        padding: 0.5rem 0.1px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-left: 1rem;
        /* border: 1px solid red; */
    }
    
    .user_profile_icon img{
        width: 2.9rem;
        height: auto;
        border-radius: 50%;
    }

}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .navbar_main_container{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar{
        width: auto;
        display: flex;
        justify-content: center;

    }
    #navbar_containers{
        display: flex !important;
        width: 100% !important;
        height: 4rem;
        gap: 0.4rem;
    }
    .navbar_brand_container{
        width: auto !important;
    }
    .navbar-brand img{ 
        width: 10rem !important; 
        height: 5rem;
    } 
    .navbar_items_container{
        width:auto !important;

    }
    .navbar-nav{
        display: flex;
        gap: 0.5rem;
        margin-top: 0.7rem;
    }
    .navbardd{
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }
    .nav-item{
        display: flex;
        margin-left: 0rem !important;
        /* border: 1px solid red; */
    }
    .nav-item svg {
        margin-right: 0rem !important;
        
    }
    .nav-item a {
        font-size: 0.7rem !important;
        /* justify-self: start; */
    }

    .user_profile_icon{
        width: auto !important;
        padding: 0.5rem 0.1px;
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-left: 0rem;
        /* border: 1px solid red; */
    }
    
    .user_profile_icon img{
        width: 2.6rem;
        height: auto;
        border-radius: 50%;
    }

}

@media only screen and (max-width: 768px) and (min-width: 576px) {
    .navbar_main_container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar{
        width: auto;
        display: flex;
        justify-content: center;

    }

    #navbar_containers{
        display: flex !important;
        width: 100% !important;
        height: 4rem;
        gap: 0.4rem;
    }
    .navbar_brand_container{
        width: auto !important;
    }
    .navbar-collapse{
        background-color: black;
        z-index: 500;
    }
    .navbar-brand img{ 
        width: 9.5rem !important;      
        height: 4.5rem;
    } 
    .navbar_items_container{
        width:auto !important;
        padding-left: 0.5rem;
    }
    .navbar-nav{
        display: flex;
        gap: 0.2rem;
        margin-top: 0.7rem;
    }
    .navbardd{
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }
    .nav-item{
        display: flex;
        gap: 0.4rem !important;
        margin-left: 0rem !important;
    }
    .nav-item svg {
        margin-right: 0rem !important;
        
    }
    .nav-item a {
        font-size: 0.7rem !important;
    }

    .user_profile_icon{
        width: 100% !important;
        padding: 0.5rem 0.1px;
        border-radius:none;
        position: relative;
        display: inline-block;
        margin-right: 1rem;
    }
    .profile-settings {
        display: none; 
        position: absolute;
        top: 5rem; 
        right: 0px;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 50;
        width: 14rem;
    }
    
    .user_profile_icon img{
        width: 2.8rem;
        height: auto;
        border-radius: 50%;
    } 
}


@media only screen and (max-width: 576px) {
    .navbar_main_container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar{
        width: auto;
        display: flex;
        justify-content: center;

    }

    #navbar_containers{
        display: flex !important;
        width: 100% !important;
        height: 4rem;
        gap: 0.4rem;
    }
    .navbar_brand_container{
        width: auto !important;
    }
    .navbar-collapse{
        background-color: black;
        z-index: 500;
    }
    .navbar-brand img{ 
        width: 10rem !important; 
        height: auto;
    } 
    .navbar_items_container{
        width:auto !important;
        padding-left: 1.5rem;

    }
    .navbar-nav{
        display: flex;
        gap: 0.5rem;
        margin-top: 0.7rem;
    }
    .navbardd{
        width: auto !important;
        display: flex;
        justify-content: space-between;
    }
    .nav-item{
        display: flex;
        gap: 1.5rem !important;
        margin-left: 0rem !important;
    }
    .nav-item svg {
        margin-right: 0rem !important;
        
    }
    .nav-item a {
        font-size: 0.8rem !important;
    }

    .user_profile_icon{
        width: 100% !important;
        padding: 0.5rem 0.1px;
        border-radius:none;
        position: relative;
        display: inline-block;
        margin-right: 1rem;
    }
    .profile-settings {
        display: none; 
        position: absolute;
        top: 5rem; 
        right: 0px;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 50;
        width: 14rem;
    }
    
    .user_profile_icon img{
        width: 2.5rem;
        height: auto;
        border-radius: 50%;
    } 

}

/* @media only screen and (max-width: 768px) {
    .navbar-collapse {
      display: none;
    }
  
    .navbar-toggler {
      display: block;
    }
  } */
/* @media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
} */
