
@font-face {
    font-family: 'Montserrat';
    src: url('../montserrat/Montserrat-Light.eot');
    src: url('../montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg'),
        url('../montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../oswald/Oswald-Light.woff2') format('woff2'),
         url('../oswald/Oswald-Light.woff') format('woff'),
         url('../oswald/Oswald-Light.ttf') format('truetype'),
         url('../oswald/Oswald-Light.svg#Oswald-Light') format('svg'),
         url('../oswald/Oswald-Light.eot?#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* From CSP Update Configs  */
.img-contain-ads {
    position: relative;
}

.cancel-like-modal {
    margin-top: 10px;
}

#qm-feature-card_5{
    background-image: url("../images/african-business-male-people-shaking-hands.jpg") ;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}

#qm-feature-card_4{
    background-image: url("../images/corporate_images_a_sales_representative.jpg") ;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}

#qm-feature-card_3{
    background-image: url("../images/store-4156934_1280.png") ;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}

#qm-feature-card_2{
    background-image: url("../images/tallest-3093955_1280.jpg") ;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}

#qm-feature-card_1{
    background-image: url("../images/email-4284157_1280.png") ;
    background-position: center ;
    background-repeat: no-repeat;
    background-size: cover;
}

.qm-feature-card{
    position: relative;
    overflow: hidden;
    /* z-index: 0; */
}

.feature-overlay{
    position: absolute;
    top:0;
    bottom:0;
    right:-10px;
    left:-10px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
    z-index: 0 !important;
}

/* General Reset */
body, h1, p, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --theme-color: #EF4036;
    --ribbon-color: #ffcece;
    --background-color: #d3d2d2;
    --el-background-color: #e4e4e4;
    --my-blue:#3667ef;
}

#active-tab-desc{
    font-family: Montserrat,'Times New Roman', Times, serif;
    color:var(--theme-color);
    font-weight: 700;
    font-size: 25px;
}

.form-account-container{
    backdrop-filter: blur(5px);
    border-radius: 15px;
    border: 1px solid #ffd3d3;
    position: relative;
}

.form-account-container h3{
    color: var(--theme-color);
}

.form-account-container h3 span div{
    font-family: Montserrat,Oswald, 'Times New Roman', Times, serif;
}

body {
    font-family: 'Oswald',"Franklin Gothic Medium Cond","Gill Sans MT Condensed","Microsoft Yi Baiti" !important;
    background-color: #a8a8a8;
    font-weight:400;
  }

  #open-reply-unit:hover{
    cursor: pointer;
    /* background-color: #fcf4ed; */
    transform: scale(0.95);
  }
   #open-reply-unit{
    /* background-color: #edfcfb; */
    /* border-radius: 15px; */
  }

/* html{box-sizing:border-box}*;*:before;*:after{//box-sizing:inherit} */

.login-modal-bg{
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: rgba(95, 95, 95, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1000;
    display: none;
}
.flash-messages {
    margin: 0 auto;
    
}

/* .img-cont{
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
} */

.flash-messages .alert-warning{
    color:#630f0f;
    background-color: rgb(255, 241, 236);
    border:2px solid #630f0f;
    border-radius: 15px;
    padding:7px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
}

.flash-messages .alert-success{
    color:#24a363;
    background-color: rgb(229, 253, 240);
    border:2px solid #24a363;
    border-radius: 15px;
    padding:7px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
}

.login-modal{
    width:300px;
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}

#user-name{
    color:var(--theme-color);
    font-weight:600;
    font-family: "Montserrat", "Arial", "Helvetica Neue", Helvetica, sans-serif;
}

.saving{
    display: none;
    transition: all 0.6s ease;
}

.link-title img{
    height:50px;
}

.link-title{
    gap:0;
    align-items: flex-start;
}

.message-text{
    font-family: "Montserrat", "Arial", "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 13px;
    width: 100%;
}

.nav-message-text{
    font-family: "Montserrat", "Arial", "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 13px !important;
    width: 100%;
}

.turn-off-saving{
    animation:turnOff 1.2s ease;
}

@keyframes turnOff{
    0%{
        opacity:1;
    }
    100%{
        opacity:0; 
    }
}

.top-bar-left .logo{
    height:80px;
}

/* .logo{
   box-shadow: 2px 2px 10px 1px rgba(26, 26, 26, 0.16); 
} */

.messages-count{
    position:absolute;
    top:25px;
    right:30px;
    height:30px;
    width:30px;
    border-radius: 50%;
    background-color: var(--theme-color);
    color:white;
}

.sender-profile-details{
    background-color:#cfcfcf;
    border-top-right-radius: 30px;
    border-radius: 30px;
    padding:15px;
    padding-left: 40px;
    /* margin-left: -37px; */
    width: 100%;
    /* ba */
}

.contacts-field,.email-field{
    color: #272727;
}

/* .email-field{

} */

.min-max-btn{
    padding:6px;
    border-radius: 15px;
    border:2px solid #616161;
    color:#616161;
    position:absolute;
    top:10px;
    right:15px;
    font-size: 12px;
    font-weight:500;
}

.min-max-btn:hover{
    cursor: pointer;
    opacity: 0.8;
}

.min-max-btn2{
    padding:6px;
    border-radius: 15px;
    border:2px solid #616161;
    color:#616161;
    position:absolute;
    top:10px;
    right:15px;
    font-size: 12px;
    font-weight:500;
}



.min-max-btn2:hover{
    cursor: pointer;
    opacity: 0.8;
}

.hide-header-footer{
    display: none !important;
}

.letterhead-container{
    /* margin: 0 auto; */
    margin-bottom: 20px;
    padding:25px !important;
    font-family: Montserrat;
    position: relative;
    /* box-sizing: border-box; */
}

.left{
    float:left;
}

.right{
    float:right;
}

.sender-name{
    color:var(--theme-color);
}

.position-field{
    color:#00A79D;
}

.compose-message-icon{
    height:50px;
    width:50px;
    border-radius:50%;
    color:white;
    padding:5px
}

/* .letterhead-header img{
    height:100px
} */

.letterhead-header{
    /* min-height:230px; */
    height:max-content;
    padding:20px;
    padding-bottom:30px;
    background-color: rgb(212, 212, 212);
}

.letterhead-container{
    width:100%;
    max-width: 700px;
    height:max-content;
    background-color: rgb(212, 212, 212);
    padding:10px;
    border-radius: 10px;
}

.letterhead-footer{
    /* min-height:230px; */
    height:max-content;
}

.social-media img{
    height:35px
}

.reply{
    width:max-content;
    height:50px;
    padding: 7px;
    transition: all;
}

.username-icon{
    height:inherit;
    /* border-radius:50%; */
    padding:5px
}

.username-icon-cont{
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #b8b8b8;
    width:50px;
    height:50px
}

.reply:hover{
    cursor:pointer;
    border-radius: 10px;
    border: 1px solid rgb(233, 233, 233);
    background: linear-gradient(to top, #f8f8f8, rgba(255, 255, 255, 0));
}

.reply-icon{
    height:40px;
    width:40px;
    border-radius:50%;
    padding:5px
}

.reply-text{
    font-size:16px;
    color:#333;
}

.compose-message{
    height:70px;
    border-bottom: 1px solid #7c7b7b;
    width:100%;
}


.left-side-section-container{
    width: 300px;
    min-width: 300px;
    padding:10px;
    height:100vh;
    background-color: #c7c7c7;
    border-top-left-radius: 15px;
}

.scorllable-messages::-webkit-scrollbar-thumb {
    background-color: rgb(128, 128, 128);
    border-radius: 10px;
    height: 20px !important;
    
}

.form-container{
    width:100%;
    max-width: 400px !important;
    height:max-content;
    margin: 0 auto !important;
    align-items: flex-start;
    padding:15px
}

.comp-details input{
    background: none;
    border: none;
    width:max-content !important;
    min-width: none !important;
    margin:0;
}

.comp-details span{
    color:#6b6b6b
}

.feature-icon{
    height:40px
}

.btns{
    width:max-content !important;
    min-width:100px;
    border-radius: 15px;
    transition: all 0.2s ease;
}

html, body {
    overflow: hidden;
    height: 100%;
    min-width: 1000px;
}

.app-install-prmpt{
    background-color: var(--theme-color);
    color:white;
    margin: 0 auto;
    height:120px;
}

.no-bg-btn:hover{
    cursor: pointer;
}

.index-footer{
    background-color: #202020;
    width: 100%;

}

.no-bg-btn{
    background: none;
    border: none;
}

.app-download-icon2{
    height: 80px;
}

.app-install-prmpt span{
    font-size:25px;
    color:white;
}

.features-title{
    font-size:30px;
    color:rgb(59, 59, 59);
    margin: 25px auto;
    width:max-content

}

.view-container{
    /* margin-top: 250px; */
    padding-top:200px;
}

.advert-btn{
    border-radius: 10px;
    background-color: #3667ef ;
    border: none;
    padding: 7px;
    color: white;
    font-size: 25px;
    transition:all 0.3s ease;
    transform: scale(0.8);
}

.advert-btn:hover{
    cursor: pointer;
    border-radius: 15px;
    box-shadow: 2px 2px 10px 1px rgba(224, 252, 249, 0.16);
}

.advert-welcome-elab{
    color:#272727;
    font-family: "Montserrat", "Helvetica Neue", "Arial", Helvetica, sans-serif;
    /* max-width: 1224px; */
    margin: 0 auto;
    padding-bottom: 15px;
    /* border-bottom:2px solid #6b6b6b; */
}

.community-logo img{
    height: inherit;
    border-radius: 15px;

}

.community-logo{
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.12), 0 1.5px 6px 0 rgba(239,64,54,0.10);
}

.advertise-here{
    max-width: 1000px;
    width:90%;
    margin: 10px auto;
    position:absolute;
    z-index: 1500;
    top:85px;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.12), 0 1.5px 6px 0 rgba(239,64,54,0.10);
    backdrop-filter: blur(5px);
    border: 1px solid #e9e9e9;
    /* transform: scale(0.8); */
}

.close-btn{
    top:-30px !important;
    right:-4px !important;
    height:35px;
    transform: rotate(45deg);
    position: absolute;
}

.close-btn:hover{
    cursor: pointer;
    opacity: 0.7;
}

.qm-icon-adverts{
    position: relative !important;
    height: 55px;
    width: max-content;
    background-color: #630f0f;
    margin: 0 auto;
}

.side-nav-item{
    transition: all 0.2s ease !important;
    background-color: #f6fcff !important;
}

.side-nav-item:hover{
    cursor: pointer;
    border-left: 2px solid var(--my-blue) ;
    /* box-shadow: 0 2px 10px 0 rgba(250, 96, 7, 0.6), 0 1.5px 6px 0 rgba(54, 171, 239, 0.6); */
}

#company-title{
    cursor: pointer;
}

.footer-sender-profile{
    height:inherit !important;
    /* width:inherit; */
}

.advert-welcome{
    width: 100%;
    font-weight:800;
    font-size: 20px;
    margin:20px auto !important;
    color:var(--theme-color);
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    /* max-width: 1224px; */
}

.sender-profile-details .editable-field-user{
    padding-left: 7px;
    padding-right: 7px ;
}

.sender-profile-details .comp-details{
    width:100%;
    overflow: hidden;
}

.footer-sender-profile-cont{
    height: 90px;
    width:90px;
    border-radius: 50%;
    z-index:100;
    position: relative;
    border: 15px solid var(--background-color);
    overflow: hidden;
    align-items: flex-start;
}

.footer-sender-profile::before{
    content: "";
    position: absolute;
    top:0;
    left: 27px;
    color:var(--theme-color)

}

.displaying-section {
    overflow-y: auto !important;
    height: 100%;
    background-image: url("../images/logo-icon-white.png");
    background-position:right;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f3f3f3;
}

.scorllable-messages::-webkit-scrollbar {
    /* margin-top:20px; */
    width: 3px;
    background: none;
    border-radius: 10px;
    height: 20px !important;
 }

 .displaying-section{
    width:100%;
    height:max-content;
 }

.message-item{
    border-bottom:1px solid #333;
    width:100%;
    padding:5px;
    padding-bottom: 8px;
    align-items: flex-start;
    min-height:80px;
}

#messages-inbox-cont{
    position: relative;
}

.message-item:last-child{
    border:none
}

.message-item-body{
    color:#272727;
    font-family: 'Arial,Franklin Gothic Medium', 'Arial Narrow',  sans-serif;
}

.scorllable-messages{
    height:max-content;
    width:100%;
    overflow-y: scroll;
    padding:2px
}

.app-download-icon button{
    background: none;
    border: none;
    /* height: 100%;
    width: 100%; */
    border-radius: 15px;
    transition: all 0.3s ease;
}

.app-download-icon button:hover{
    cursor: pointer;
}


.messages-container{
    background-color: whitesmoke;
    width:100%;
    border-radius: 10px;
    height:max-content;
    display: none;
}

.change-height{
    height: max-content !important;
}

.display-messages{
    display: block;
}

.max-content-height{
    height:max-content !important;
}

.max-height-60vh{
    max-height:60vh !important;
}

.nav-link-title{
    gap:0;
    align-items: flex-start;
}

.side-nav-item{
    
    border-radius: 10px;
    min-height:80px;
    height:80px;
    max-height:60vh;
    width:100%;
    position:relative;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
}

.side-nav-item-rpu{
    background-color: var(--el-background-color);
    border-radius: 10px;
    min-height:80px;
    height:100%;
    max-height:60vh;
    width:100%;
    position:relative;
    cursor: pointer;
    justify-content: flex-start;
    overflow: hidden;
}

.reply-unit{
    min-height: 150px;
    height: 100% !important;
    max-height:100vh;
}

.story-cap-title{
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #3667ef;
    font-family: "Oswald";
}

/* .side-nav-item::after{
    content:"";
    transform: translate(-50%,-50%) scale(0);
    width:110%;
    height:90px;
    background-color:var(--ribbon-color);
    position:absolute;
    border-radius: 15px;
    top:50%;
    left:50%;
    transition: all 0.5s ease;
    z-index:0;
} */

.link-title{
    z-index: 1;
}

.link-title:hover{
    /* color:white !important; */
    transition: all 0.3s ease;
}

/* .side-nav-item:hover{
    transform: scale(0.9);
} */

.side-nav-item:hover .link-title span {
    cursor: pointer;
    border:none;
    /* color:white !important; */
    background:none;
    /* z-index: 1; */
}

.side-nav-item:hover .link-title small {
    cursor: pointer;
    border:none;
    /* color:white !important; */
    background:none;
    /* z-index: 1; */
}

.side-nav-item small {
   font-weight: 900 !important;
    /* z-index: 1; */
}

.side-nav-item:hover:hover::after{
    transform: translate(-50%,-50%) scale(1);
}

.img-contain{
    height:max-content;
}

.border-deco{
    border: 1px solid #b92d1f !important;
}


.side-nav-item img{
    height:50px;
}

.sub-titles{
    border-bottom: 1px solid #bbbbbb;
    width:100%;
    height:70px;
    color:#333;
}
.cont-title{
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    min-height:40px;
    border-bottom:1px solid var(--theme-color);
    font-size: 18px !important;
    font-weight: 600 !important;
    padding-bottom:10px ;

}

.news-comp-qm{
    position: absolute;
    bottom: 15px;
    right: 15px
}

.min-preview{
    position: relative;
}

.news-comp-logo{
    height:60px;
    position: absolute;
    top:10px;
    right:10px;
    border-radius: 15px;
    box-shadow:  0px 1px 7px rgba(26, 15, 10, 0.3);
    background: rgba(250, 250, 250,0.5) !important;
}

.category-cont{
    justify-content: flex-start;
    width:100%;
    border-bottom:1px solid #c7c7c7 ;
}

.cat-icon{
    height:45px;
}

.other-cat-info{
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color:var(--my-blue)
}

.category-title{
    font-weight: 600 !important;
    font-size: 18px !important;
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    color:#333
}

.content-viewer{
    position: relative;
    overflow: hidden;
}

.image-viewer img{
transition: all 0.3s ease-out;
}
.image-viewer img:hover{
    transform: scale(1.05);
    cursor: pointer;
}
.views-count{
    position: absolute;
    right:15px;
    bottom:15px;
    width:max-content;
    height: max-content;
    gap:0;
    color:#333
}

.views-no{
    font-size: 12px;
}

.hashtags{
    position: absolute;
    bottom: 0;
    width:100%;
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    padding:15px;
    font-size: 14px;
    font-weight: 500;
}

.content-body{
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    padding: 10px;
    color: #272727;
}

.story-cap{
    color:#272727;
    font-size: 12px;
}


.comp-logo-cont{
    position: absolute;
    top:7px;
    right:7px;
    height:40px;
    width: 40px;
    border-radius: 50%;
    /* border:2px solid var(--theme-color); */
    box-shadow:  0px 1px 7px rgba(26, 15, 10, 0.1);
    overflow: hidden;
}

.status-item{
    position: relative;
    overflow: hidden;
    box-shadow:  0px 1px 7px rgba(26, 15, 10, 0.4);
}

.story-caption{
    gap:2px;
    align-items: flex-start;
    padding:6px;
    font-family: "Montserrat",  "Helvetica Neue", "Arial", Helvetica, sans-serif;
    backdrop-filter: blur(3px);
    background: rgba(250, 250, 250,0.8);
    position: absolute;
    bottom: 0;
    height: 50px;
    width:100%;
}

/* Notification */
.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse; /* Newest at the bottom */
    align-items: flex-end;
    gap: 12px;
    max-width: 350px;
    pointer-events: none; /* Let clicks pass through except on notifications */
}

.lead-gen-icons{
    height: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
    /* margin: 0 auto; */
    text-align: center;
    transition: all 0.3s ease   ;
    margin-top: 5px;
}

.notification {
    background: #fff;
    color: #222;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    padding: 18px 20px 14px 20px;
    min-width: 260px;
    max-width: 350px;
    margin-bottom: 0;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: slideIn 0.4s;
    position: relative;
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to   { transform: translateX(0); opacity: 1; }
}

.notification .notif-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.notification .notif-btn {
    background: #ef4036;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px 14px;
    cursor: pointer;
    font-size: 0.95em;
    transition: background 0.2s;
}
.notification .notif-btn:hover {
    background: #b92d1f;
}
.notification .notif-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    color: #888;
    font-size: 1.2em;
    cursor: pointer;
}



.ad-comp-details{
    transition: all 0.3s ease-out;
    opacity: 0;
}

.reveal-side-icons{
    opacity: 1 !important;
}

.sub-titles h2,small,label{
    color:#333;
}

.ad-comp-details{
    position:absolute;
    width:70px;
    right: 0;
    bottom: 0;
    top:0;
    /* background-color: #3667ef !important; */
    backdrop-filter: blur(5px);
    border-left: 1px solid #e6e6e6;
    height:100%;
}

.ads-icons{
    height:40px;
    transition: all 0.3s ease;
    border-radius: 13px;
    filter: invert(1);
}

.ads-icons:hover{
    transform: scale(0.9);
}

.sub-title-logo{
    height:50px;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(26, 26, 26, 0.16); 
}

.message-item-icon{
    height:30px !important;
    /* width:30px; */
    border-radius:50%;
    background-color: var(--el-background-color);
}

.message-item-name{
    font-size:15px;
    font-weight: 600;
    color: #272727;
}

.side-navbar-nav .side-nav-item{
    padding:10px;
    width:100% !important; 
}

.side-navbar-nav{
    width:100%;
}


.top-bar-left{
    /* background-color: violet; */
}

.right-side-section-container{
    width: 100%;
    padding:10px;
    height:100vh;
    background-color: #f1f1f1;
    /* border-radius: 15px; */
}

.left-main{
    width: 100%;
    height:100vh;
    background-color:var(--theme-color);
    /* overflow: hidden; */
}

.app-download-icon-img{
    height: 50px;
}

.app-dowload-container:hover{
    cursor: pointer;
    opacity: 0.8;
}

.top-bar-right{
    align-self: flex-end;
    margin-right: 20px;
    /* background-color: violet; */
    font-family: 'Montserrat', sans-serif;
    display: flex;
    color:white !important;
    font-weight:600 ;
    margin-top: auto;
    margin-bottom: auto;
    
}
.top-bar-link{
    color:white !important;
}
.topbar{
    display:flex;
    justify-content:flex-start;
    align-items:center !important;
    gap:5%;
    font-weight:500;
    color:rgb(110, 110, 110);
    background-color:var(--theme-color);
    width:100%;
    font-size:12px;
    height:80px;
    overflow: hidden;
}

.app-nav-bar-left{
    width:60px;
    min-width: 50px;
    background-color: var(--theme-color);
    height:100vh;
    position:relative;
    transition: width 0.2s ease;
    padding-left: 10px;
    border-bottom-right-radius: 15px;
}

.open{
    width:220px;
    /* padding-left: 10px; */
}

.app-nav-icon{
    height:30px
}

.side-navbar-nav .nav-link{
    font-size:16px;
    color:#202020;
}

.side-navbar-nav small{
    font-size:10px !important;
    color:#3f3f3f;
    font-weight: 600 !important;
    font-family: "Montserrat", "Arial", "Helvetica Neue", Helvetica, sans-serif;

}

.app-nav-icons{
    justify-content:flex-start !important;
}

.nav-label{
    display: none;
    color:white;
    font-size: 16px;
}

.nav-label-display{
    display: block;
}

.nav-link-title{
    width:100%;
    transition:all 0.3s ease;
}

.nav-link-title:hover{
    cursor:pointer;
}


.message-item-header{
    width:100%;
}

.message-item:hover{
    cursor: pointer;
    background-color: #e2e2e2;
}

.bus-title{
    justify-items: flex-start !important;
}

.sub-layout-1{
    width:100%;
}

.inbox-icon{
    height: max-content;
    width: 50px;
    border-radius: 15px;
    padding: 3px;
    background-color:var(--theme-color);
    color: #fff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 7px;
}

#sent-icon{
    background-color: #00A79D;
}

.message-item-time{
    color:#999;
    font-family: 'Montserrat';
    font-size: small;
    position: absolute;
    right:5px;
    bottom:8px;
}

a {
    text-decoration: none;
    color:#272727;
}

.social-media-cont img{
    height:35px;
}

.all-chats-cont{
    
}

#reply-form{
    width:70%;
    margin: 0 auto;
    /* max-width: 900px; */
    padding: 10px;
    background-color: rgba(241, 241, 241,0.3);
    backdrop-filter: blur(5px);
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    position: fixed;
    bottom: 0;
    /* transform: translateY(-50%); */
    /* left: 0; */
    /* background-color: var(--ribbon-color); */
    z-index: 2000; 
}

.reply-form .submit-reply{
    height:45px !important;

}

.form-control{
    font-family: Montserrat,Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

.form-check-label{
    font-family: Montserrat,Arial, Helvetica, sans-serif;
    font-weight: 600 !important;
    color:#3f3f3f;
}

#real-hashtags-2{
    font-family: Montserrat,Arial, Helvetica, sans-serif;
    color:#616161;
    font-style: italic;
    padding: 12px 7px;
    font-size: 13px;
    /* background-color: #f0f0f0; */
    border-radius: 15px;
}

#user-button{
    position: relative;
}

.username-icon-in-modal{
    height: 100px;
    width: 100px;
    border-radius: 12px;
    border: 1px solid #b8b8b8;
}

.user-modal{
    position: absolute;
    bottom: -270px;
    right: 0;
    background-color: rgba(250, 250, 250,0.85);
    z-index: 1000;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    border-radius: 15px;
    padding: 10px;
    width: 200px;
    display: none;
}

.user-modal-mobile{
    position: absolute;
    bottom: -270px;
    right: 0;
    background-color: rgba(250, 250, 250,0.85);
    z-index: 1000;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    border-radius: 15px;
    padding: 10px;
    width: 200px;
    display: none;
}

.user-cont-mobile{
    position: relative;
}

.show-user-modal{
    display: flex !important;
}

/* .pinned-btn{
    background-color: #00A79D;
    color: white;
    border: none;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
} */

.user-links{
    background: none;
    border: 1px solid #e9e9e9;
    color:#333
}

.left-side-icons{
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.real-hashtags{
    font-family: Montserrat,Arial, Helvetica, sans-serif;
    color:#616161;
    font-style: italic;
    padding: 12px 7px;
    font-size: 13px;
    /* background-color: #f0f0f0; */
    border-radius: 15px;
}


.reply-form{
    width:100%;
    margin: 0 auto;
    /* max-width: 900px; */
    padding: 10px;
    background-color: rgba(241, 241, 241,0.3);
    backdrop-filter: blur(5px);
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    /* position: fixed; */
    bottom: 0;
    /* transform: translateY(-50%); */
    /* left: 0; */
    /* background-color: var(--ribbon-color); */
    z-index: 2000; 
}

#subject-field{
    background: none;
    border: none;
}

#reply-icon{
    position:absolute;
    right: 78px;
    bottom: 5px;
    height: 30px; 
}

#reply-icon:hover{
    cursor: pointer;
   
}

#reply-message{
    width: 95%;
    align-self: flex-start;
}

#reply-icon button{
    background: none;
    border: none;
    height: 47px; 
    border-radius: 50% !important;
    transition: all 0.3s ease;
}

#reply-icon img{
    height: inherit;
}

#reply-icon img:hover{
    height: inherit;
    opacity: .8;

}

.bscomm-card-header{
    height:max-content;
    width:100%
}

.message-body{
    overflow: hidden;
    min-height: max-content !important;
}

.comm-icons-cont img{
    height:25px;
}

.message-cont{
    background-color: #ebebeb;
    padding:15px;
    border-radius: 15px;
    position: relative;
    
}

.msg-timestamp{
    position: absolute;
    color:#555555;
    font-weight: 500;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
}

.category{
    font-weight: 500;
    font-size:16px;
    color:var(--theme-color);
    text-align: left;
    /* margin: 0; */
}

.company-name{
    margin:0 !important
}

#mobile-nav-bar{

}

#login-mobile{
    /* position: absolute; */
    /* top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
    background-color: rgba(250, 250, 250,0);
    z-index: 1000;
    color:#202020;
}

#user-modal-mobile{
    display: none;
}

#login-moble{
    /* position: absolute; */
    /* top: 0;
    left: 0;
    bottom: 0;
    right: 0; */
    background-color: rgba(250, 250, 250,0);
    z-index: 1000;
    color:#202020;
}

.overlay{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: rgba(250, 250, 250,0.85);
    z-index: 0;
}

.category-char{
    width:max-content;
}

.overlay{
    backdrop-filter: blur(5px);
}

.sponsor-ads-frame{
    height:250px;
    width:250px;
    background-color: #630f0f;
    margin-top:20px;
    border-radius:10px
}

.sticky-category {
    position: sticky;
    top: 0px;
    z-index: 10;
    background: rgba(222, 231, 255, 0.5); /* or your preferred background */
    border-bottom: 1px solid #c7c7c7;
    /* Optional: add shadow for effect */
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    transition: box-shadow 0.2s;
    padding: 5px;
    backdrop-filter: blur(5px);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.side-menu-icon{
        display:flex !important;
        height:30px;
        width: 30px;
        /* width:40px; */
        /* position:relative !important  ; */
        flex-direction:column;
        background: var(--theme-color);
        /* border:2px solid var(--main-color); */
        border:2px solid white;
        justify-content:center;
        align-items:center;
        padding:7px;
        border-radius:10px;
        gap:5px;
        transition:all 0.3s ease;
        /* margin-left: 5px; */
    }
.side-menu-stroke{
    height: 3px;
    width:100%;
    background-color: white;
    border-radius: 3px;
}

.letterhead-body{
    position: relative;
}

.btn-primary{
    position:absolute;
    bottom:10px;
    left:10px
}

.business-card{
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    /* border:1px solid #fa7406; */
    border-radius: 7px;
    transition: all 0.6s ease-in 0.2s;
    min-height: 300px;
    transform: scale(0.9);
    max-width: 500px;
    min-width: 350px;
    width:max-content;
    opacity: 1;
    /* width:100%; */
}

.show-card{
   opacity:1 !important;
   /* animation: show-card-anim 102s ease forwards  !important;
   animation-delay: 150ms; */
}

@keyframes show-card-anim{
     0%{
        opacity: 0;
    }100%{
        opacity:1;
    }
}

.company_name{
    font-size:18px;
}

.details-cont .chat-fields{
    font-size:12px !important;
    font-weight: 500;
    color:#202020
}

.chat-fields{
    font-size:14px;
}

.letterhead-logo{
    border-radius: 25px;
    height: 65px;
}

.prf-image{
    border-radius: 15px;
    height:200px;
    box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.16);
}

.form-account-container{
    width:100%;
    max-width:700px;
    margin: 0 auto;
}

.upload-logo{
    height: max-content;
    min-height: 150px;
    min-width: 150px;
    max-width: 250px;
    width:max-content;
    background: none;
    /* background-image: url("../comp-images/logo.jpg");
    background-position: center;
    background-size: cover; */
    border-radius: 15px;
    position: relative;
    /* overflow: hidden; */
}

.upload-logo form{
    background: none !important;
}





.upload-logo2{
    height: 150px;
    min-width: 150px;
    max-width: 250px;
    width:max-content;
    background-image: url("../comp-images/logo.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.upload-label{
    font-size: 25px;
}

.upload-logo-input{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-logo-input:hover{
    background-color: rgba(119, 123, 143,0.5);
    border-radius: 15px;
}

.form-image{
    position: absolute;
    bottom:15px;
    right:15px;
    background-color: rgba(165, 165, 165, 0.5);
    height:35px;
    width: 35px;
    padding: 3px;
    border-radius: 15px;
}


.tag-in-card{
    font-size: medium;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.qm-icon-adverts{
    position: none !important;
    bottom:none !important;
    right:none !important;
    background: none !important;
}

.qm-icon-adverts img{
    height:65px;
    box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color:#fde7e6;
    transition: all 0.3s ease;
}

.imbc-icon{
    /* position: absolute;
    bottom:10px;
    right:10px; */
}


#main-logo{
    cursor: pointer;
}

.imbc-icon img{
    height:65px;
    box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    background-color:#fde7e6;
    transition: all 0.3s ease;
}

.imbc-icon img:hover{
    box-shadow:  0px 1px 3px rgba(224, 252, 249, 0.16);
    border-radius: 15px;
    background-color:#75ffda;
    cursor: pointer;
}

.message{
    background:#ebebeb;
    border: none;
    padding: 0;
    padding-top: 5px;
}

.tagline{
    border-top: 1px solid #a3a3a3;
    padding: 22px;
    position: relative;
    max-width: 90% !important;
}

.subject-field{
    font-weight: 600;
}
.rights{
    font-size:11px;
    font-weight: 600;
    color:rgb(107, 107, 107)
}

.company-address-field{
    font-weight: 400;
    font-family: Montserrat !important;
}

#handshake-icon{
    position: absolute;
    top:-18px;
    left:50%;
    transform: translateX(-50%);
    z-index: 1500;
    border-radius: 50%;
    background-color: var(--background-color);
    padding: 5px;
}


/* Container */
.container {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    /* margin-right: 0; */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.move-left{
    margin-left: 0 !important;
    margin-right: auto !important;
}

.nav-link{
    color:#333 ;
    font-size:22px;
}

/* Header */
.header {
    background-image: url('header-artwork.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-color:rgb(1, 90, 223);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.side-section{
    width:100%
}

.header h1 {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Body */
.body {
    padding: 20px;
    flex: 1;
}

.body .sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.body .message-form {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    min-height: 300px;
}

/* Footer */
.footer {
    background-image: url('footer-artwork.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-color:rgb(65, 71, 80);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.footer p {
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


/* Responsive Design */
/* @media (max-width: 700px) {
    .header h1 {
        font-size: 20px;
    }

    .body .sub-title {
        font-size: 16px;
    }

    .footer p {
        font-size: 12px;
    }
} */
#min-preview-skel{
        display: block;
    }

.password-wrapper {position: relative;}

.password-wrapper input {
    padding-right: 40px; /* Space for the icon */
}

#toggle-password{
    position: absolute; right: 10px; top: 30px; cursor: pointer;
}
.user-modal{
    z-index: 1601;
}

.alert-error{
    color: red !important;
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat,Arial, Helvetica, sans-serif !important;
    background: rgba(233, 0, 0, 0.16);
    border:1px solid #e90000;
    padding: 10px;
    border-radius: 10px;
}

.span-error{
    color: red !important;
    font-size: 12px ;
    font-weight: 600;
    font-family: Montserrat,Arial, Helvetica, sans-serif !important;;
}
    
/* Responsive Design */
@media (max-width: 700px) {
    #user-modal-mobile{
        z-index:1600;
    }
    .imbc-icon-mobile{
        /* position: absolute;
        bottom:10px;
        right:10px; */
    }

    .imbc-icon-mobile img{
        height:65px;
        box-shadow:  0px 1px 3px rgba(0, 0, 0, 0.16);
        border-radius: 15px;
        background-color:#fde7e6;
        transition: all 0.3s ease;
    }

    .imbc-icon-mobile img:hover{
        box-shadow:  0px 1px 3px rgba(224, 252, 249, 0.16);
        border-radius: 15px;
        background-color:#75ffda;
        cursor: pointer;
    }
    #msg-icon-mobile{
        display:  block !important;
        position: relative !important;
        top:none;
    }
    #msg-icon{
        display:  none !important;
    }
    #message-form-mobile{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        background: white !important;
        border-radius: 15px;
    }
    .message-company-modal{
        /* position: fixed;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index: 1000;
        background-color: rgba(59, 35, 35, 0.5);
        backdrop-filter: blur(5px); */
        padding: 15px;
    }
    .topbar{
        gap:0px !important
    }
    .swipe-for-mobile{
        width:100% !important;
        height: max-content !important;
        overflow-x: auto !important;
    }
    .cards-container{
        width:max-content !important;
        flex-wrap: nowrap !important;

    }
    .news-status-cont{
        width:100% !important;
        height: max-content !important;
        overflow-x: auto !important;
    }
    .scrolling-statuses{
        width:max-content !important;
        flex-wrap: nowrap !important;

    }
    .menu-icon-mobile{
        display:flex !important;
        height:30px;
        width: 30px;
        /* width:40px; */
        /* position:relative !important  ; */
        flex-direction:column;
        background: var(--theme-color);
        /* border:2px solid var(--main-color); */
        border:1px solid white;
        justify-content:center;
        align-items:center;
        padding:7px;
        border-radius:10px;
        gap:5px;
        transition:all 0.3s ease;
        margin-left: 5px;
    }

    .mobile-nav-bar{
        display: flex !important;
    }
    .mobile-menu{
        position: absolute;
        display: flex !important;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index: 1000;
        background-color: rgba(59, 35, 35, 0.5);
        backdrop-filter: blur(5px);
        display: flex;
        transform: translateX(-100%);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width:45%;
        height:100vh;
        padding:10px;
        overflow-y: auto;
        transition: transform 0.3s ease;
    }
    .mobile-menu-links a{
        color: white;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .mobile-menu.open{
        transform: translateX(0);
    }
    .mobile-menu-logo{
        height:90px
    }

    .mobile-menu-header{
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .mobile-menu-close{
        position: absolute;
        top: 10px;
        right: 10px;
        height: 40px;
        font-size: 24px;
        color: #333;
        cursor: pointer;
        transform: rotate(45deg);
    }

    .stroke-mobile{
        border-radius:10px;
        height:3px !important;
        width:100%;
        background-color:white;
    }
    .header h1 {
        font-size: 20px;
    }

    .body .sub-title {
        font-size: 16px;
    }
    .off-on{
        opacity: 1 !important;
    }
    .footer p {
        font-size: 12px;
    }
    .msg-reply-unit{
        height: 100vh;
        background: var(--theme-color);
    }
    html,body{
        width:100% !important;
        min-width: 100px !important;
        overflow: auto;
        /* height: max-content; */
        background-color: rgb(214, 214, 214);
    }
    .logo{
        height:50px !important
    }
    /* News View News.html  */
    .content-viewer-mobile{
        display: none !important;
        background: rgba(255, 255, 255, 0.7) !important;;
        backdrop-filter: blur(3px);
        overflow-y: auto;
    }
    .scroll-content{
        height: max-content;
        width: 100%;
    }
    .thumbnails-mobile{
        /* bottom: 10px !important; */
        position: relative !important;

    }
    .welcome-ad-mobile{
        display: flex !important;
    }
    .content-body-caption{
        position: absolute;
        bottom: 12px;
        left:10px;
        display: block !important;
        /* margin:  0 auto; */
        background: rgba(250, 250, 250,0.4);
        backdrop-filter:blur(3px);
        height:50px;
        width:220px;
        padding: 7px;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 14px;
        border-radius: 7px;
    }
    .mobile-page-welcome-tags{
        display: flex !important;
        font-family: Montserrat, "Arial","Helvetica";
    }
    .mobile-page-welcome-tags h1{
        font-family: Montserrat, "Arial","Helvetica";
        color: #cf7002;
        text-align: center;
        padding-bottom: 20px;
        font-weight: 600;
    }
    .display-status-content{
        display: flex !important;
    }
    .turn-off-caption{
        display: none !important;
    }
    .margin-spacer{
        display: none;
    }
    #min-preview-skel{
        display: none;
    }
    .min-preview-skel{
        display: block !important;
    }

    .news-status-cont{
        height:220px !important
    }
    #min-preview-1{
        display: none;
    }
    .mobile-swipe-cont{
        width:100%;
        overflow: auto;
        height: 110px !important;
        justify-content: flex-start;
        padding-top:30px ;
        display: flex !important;
    }
    .thumbnails-desktop{
        display: none !important;
    }
    .scroll-btn{
        display: none;
    }
    .min-preview{
        /* background-color: red; */
        height: max-content !important;
        flex-direction: column !important;
    }
    .image-viewer{
        /* display: flex !important; */
        height: max-content !important;
    }
    .content-viewer-desktop{
        display: none !important;;
    }
    .content-viewer{
        position: absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }

    .spacer-mobile{
        display:block !important;
    }

    /* Quick Menu  */
    #quick-menu-btn{
        position: fixed;
        bottom:10px;
        right: 10px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 12px;
        border:1px solid white;
        height:40px;
        background: var(--theme-color);
        display: flex !important; 
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color:white;
        box-shadow: 0px 0px 4px rgba(36, 36, 36, 0.4);
    }
     #download-icon-{
        
        position: sticky;
        top:0px;
        right:10px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 12px;
        border:1px solid white;
        height:40px;
        background: var(--theme-color);
        display: flex !important; 
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color:var(--main-color);
        box-shadow: 0px 0px 4px rgba(36, 36, 36, 0.4);
    }
    .quick-esw-logo{
        height:45px !important
    }
    .mobile-quick-menu{
        backdrop-filter: blur(5px);
        width: 100%;
        height:90vh;
        position: absolute;
        left:0;
        top:0;
        z-index: 2000;
        transform: translateY(-900px);
        display: flex !important;
    }
    .drop-menu {
        animation: drop_in 0.6s ease-out forwards;
    }
    @keyframes drop_in {
        0%{
            opacity:0;
            transform: translateY(-500px);
        }100%{
            opacity:1;
            transform: translateY(0px);
        }
    }
    .mobile-quick-menu img{
        height:85px;
    }
    .quick-me-logo{
        height:160px !important;
        border-radius: 15px;
        background-color: var(--theme-color);
    }
    .mobile-quick-menu .nav-link{
        width: 100%;
        text-align: center;
    }
    .mobile-quick-menu .side-nav-item{
        height:140px;
        width:140px;
        flex-direction: column;
        box-shadow: 0px 0px 4px rgba(36, 36, 36, 0.4);
    }
    .mobile-quick-menu .side-nav-item span{
        font-family: 'Arial', Times, serif;
        font-size: 15px;
        font-weight: 600;
    }
    .qm-exit{
        background: none;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 12px;
        border:1px solid #6b6b6b;
    }

    /* Adverts.html */
    .view-container{
        padding-top: 0px;
    }
    #ads-mobile{
        display: flex !important;
    }
    #ads-desktop{
        display: none;
    }
    .reveal-side-icons-m{
        opacity: 1 !important;
    }

    /* No displays base.html  */
    .advertise-here{
        display: none;
    }
    .sub-titles{
        display: none;
    }
    .left-side-section-container{
        display: none;
    }
    .top-bar-right{
        display: none !important;
    }
    .app-nav-bar-left{
        background: none !important;
        display: none;
    }
}