
body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
    /* overflow: hidden; */
}
hr{
    border-radius: 10px;
    margin:0 auto;
    padding:0;
    background:#18818C; 
}
h1, h2, h3, h4, h5, a, span, p, i{
    color:rgb(5, 36, 65);
}

footer{
    background: #18818C;
    color:white;
    /* position: absolute;
    bottom:0;
    left:0;
    right:0; */
    /* display: none; */
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    color:white;    
}
footer h2, footer p, footer i{
    color: white;
}
footer a{
    text-decoration: none;
    color: white;
}

.footer_social_icons a{
    width:auto;
}

.footer_contact_form{
    margin: 40px 0;
}

.footer_contact_form input, .footer_contact_form textarea{
    margin:10px 0;
}

.copyright{
    text-align: center;
    padding-bottom:10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.legal_pages ul{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.legal_pages ul li{
    list-style: none;
    margin:0    10px;
}

.login_btn{
    background: #18818C;
    color:white;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 30px;
    padding:10px 15px;
    border: 1px solid #18818C;
    border-radius: 20px;
    color:white;
    padding:8px 10px;
    margin:10px;
    transition: 0.5s all ease-in-out;

}

.login_btn a{
    color:white;
}
.login_btn:hover{
    background: white;
}
.login_btn:hover a{
    color:#18818C;
}
@media only screen and (max-width: 992px){
    .login_btn{
        margin:10px;
        width: 130px;
    }
}

.main_body{
    min-height: 50vh;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d5e8eb; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2a919c; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #06818f; 
  }

.tc_input{
    width:100%;
    padding:10px 20px;
    outline: none !important;
    border:1px solid transparent;
    background: #e3edee;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;
}
.tc_input:focus{
    opacity: 1;
    border: 1px solid #137e8a;
}
.tc_title{
    font-size: 22px;
    padding-left:5px;

}

.tc_btn{
    background: #18818C;
    border: 1px solid #18818C;
    width: fit-content;
    border-radius: 20px;
    color:white;
    padding:5px 10px;
    margin:10px;
    transition: 0.5s all ease-in-out;
    margin: auto;
}
.tc_btn:hover{
    background: white;
    color:#18818C;
}

.tc_cancel_btn{
    background:#d36666; 
    border:1px solid #d36666;
    text-align: center;
    text-decoration: none;
}
.tc_cancel_btn:hover{
    text-decoration: none;
    color:#d36666;
    background: white;
}


/* Main page CSS */

.forum_main_page{
    position: relative;
}
.sidebar{
    position: fixed;
    background: white;
    min-height: 100vh;
    overflow: hidden;
    left:0;
    width:15%;
    padding:15px 28px;
    transition: 0.3s all ease-in-out;
}
.rightsidebar{
    position: fixed;
    background: white;
    overflow: hidden;
    min-height: 100vh;
    right:0;
    width:18%;
    padding:15px 28px;
    padding-top:60px;
    transition: 0.3s all ease-in-out;
    z-index: 96;
}
.main_block{
    min-height: 100vh;
    display: flex;
    width: 67%;
    flex-direction: row;
    margin-left: 15%;
    padding:30px;
    /* background: rgb(240, 238, 238); */
    /* overflow-y: scroll; */
    position: relative;
    /* min-height: 1500px; */
}
.forum_content{
    width: 100%;
    position: relative;
    padding:10px;
    transition: 0.3s all ease-in-out;
    
}
.send_message{
    position: fixed;
    bottom: 0;
    width: 66%;
    left:15%;
    background: white;
    transition: 0.3s all ease-in-out;
}
.send_message .tc_input{
    /* position: relative; */
    height: 39px;
    padding: 5px 15px;
}

.threads{
    right:330px;
    position: fixed;
    height: 80vh;
    width:0%;
    top:65px;
    background: white;
    overflow-y: hidden;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}

.thread_content{
    height: 100%;
    /* position: relative; */
    margin:10px 15px;
    padding-top: 20px;
}
.thread_question_main{
    height: 50px;
    overflow: hidden;
}
.thread_question{
    background: white;
    height: 50px;
    overflow-y: hidden;
    transition: 0.3s all ease-in-out;
}
.thread_question img{
    width: 100%;
}
.openfullquestion{
    /* position: absolute; */
    /* right: 0; */
    /* z-index: 95; */
    overflow-y: scroll;
    height: 440px;
    border-bottom: 1px solid #8080806b;
}

.fullqanswerdiv{
    margin-top: 60px;
    z-index: 90;
}
.fullqarrowi{
    position: absolute;
    right: 90px;
    bottom:0;
    transition: 0.3s all ease-in-out;
}
.fullqarrowirotate{
    transform: rotate(180deg);

}
.answers_div{
    height: 55vh;
    overflow-y: scroll;
    transition: 0.3s all ease-in-out;
}
.send_answer{
    position: fixed;
    opacity: 0;
    /* bottom: 80px; */
    width: 0;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    background: transparent;
}
.send_answer .tc_input{
    /* position: relative; */
    height: 39px;
    padding: 5px 15px;
}
.send_answer button{
    margin: 0 17px;
    background: transparent;
    border: none;
}
.send_message button{
    background: transparent;
    border: none;
}

.answers_content .content .tc_input{
    padding:10px;
}
.update_ans_btn, .cancel_ans_btn{
    font-size: 11px;
padding: 2px 13px;
}
.open_thread{
    cursor: pointer;
}
.profile_pic{
    width: 100px;
    height:100px;
    border-radius: 17%;
    overflow: hidden;
}
.profile .profile_pic img{
    width:100px;
}
.profile h3{
    font-size: 15px;
}
.sidebar .categories{
    position: relative;
}
.sidebar .categories .open_cat_drop{
    position: absolute;
    z-index: 99;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 10px;
    min-width: 150px;
    align-items: center;
    left: 30px;
    top: 73px;
    display: none;
}

.sidebar .categories .open_cat_drop .unselected_cat{
    background: white;
    margin: 5px;
    width: 76%;
    border: 1px solid #18818C;
    border-radius: 20px;
    color: #18818C;
    padding: 5px 10px;
    transition: 0.5s all ease-in-out;
}
.sidebar .categories .open_cat_drop .unselected_cat:hover{
    background: #18818C;
    color:white;
}
.sidebar .categories .open_cat_btn{
    font-size:17px;
    transition: 0.3s all ease-in-out;
}
.sidebar .categories .open_cat_btn:hover, .gobackarrow:hover{
    cursor: pointer;
}
.category_list{
    /* background: rgb(236, 234, 234); */
    /* padding:20px 5px; */
    /* border-radius: 10px; */
    /* height: 200px; */
    /* overflow-y: hidden; */
}
.category_list button{
    background: white;
    color:#18818C;
    margin:3px 0;
    font-size: 12px;
    padding: 2px;
    width: 100px;
}
.category_list .active{
    background: #18818C;
    color:white;
}

.sidebar_title{
    font-size: 15px;
}
.rightsidebar .menu ul li{
    list-style: none;
    font-size: 14px;
}
.rightsidebar .menu ul{
    padding:0;
}

.questions{
    padding-top:20px;
    padding-bottom:50px;
    overflow-y: scroll;
    height: 85vh;
}
.questions .message {
    background: transparent;
    border-radius: 10px;
    margin:10px 0;
}
.questions .message .profile_pic{
    width:35px;
    height:35px;
    border-radius: 18%;
}
.questions .message .profile_pic img{
    width: 35px;
}
.questions .message p{
    font-size: 15px;
    line-height: 16px;
    margin:6px 0;
}
.questions .message .question_box img{
    /* width: 25%; */
    margin:10px 0;
}
.searchbox{
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    /* left:18%; */
    background: white;
    transition: 0.3s all ease-in-out;
}
.questions .user_name{
    font-size: 13px;
    color:black;
    font-weight: 600;
    /* margin:8px 0; */
}
.questions .posted_date{
    font-size: 11px;
    color: grey;
    margin: 0 10px;
    padding: 0;
}
.questions .main_content .user{
    width: 7%;
    margin: 0 9px 0 5px;
}
.questions .main_content .question_box{
    width: 90%;
}

.questions .other_content .card{
    width:100px;
    /* margin:10px; */
    font-size: 13px;
    color: #666262;
    padding:8px;
    text-align: center;
    cursor: pointer;
}
.questions .other_content span{
    font-size: 12px;
    margin:0 15px;
}
.thread_content p{
    font-size: 15px;
}
.thread_content h4{
    font-size: 14px;
}
.answers_content .profile_pic{
    width: 30px;
    height: 30px;
    border-radius: 17%;
    overflow: hidden;
}
.answers_content .profile_pic img{
    width: 30px;
}
.answers_content .helpful{
    padding: 6px 10px;
    /* color: grey; */
}
.answers_content .helpful i{
    transition: 0.3s all ease-in-out;
}
.answers_content .helpful .active{
    color:#18818C;
    font-weight: 900;
}
.answers_content .user_content{
    width: 10%;
    margin: 0 9px 0 5px;
}
.answers_content .answer_box{
    width: 85%;
}
.answers_content .username{
    /* text-align: center; */
    font-size: 12px;
    color:black;
    font-weight: 600;
}
.answers_content .posted_date{
    font-size: 11px;
    color: grey;
    margin: 0 10px;
    padding: 0;
}

.about_me{
    background: white;
    position: relative;
    /* top:30px; */
    display: flex;
    flex-direction: row;
    /* z-index: 80; */
}
.about_me:after {
    content:"";
    position:absolute;
    width:99%;
    bottom:1px;
    z-index:-1;
    /* transform:scale(.9); */
    box-shadow: 0px 0px 13px 1px #000000;
}
.about_me h3{
    font-size: 14px;
}

.chatbox{
    padding: 8px 10px;
    opacity: 0;
    width: 0;
    height: 0;
    position: fixed;
    z-index: 99;
    right: 25px;
    overflow: hidden;
    border-radius: 10px;
    bottom: 66px;
    background: white;
    transition: 0.3s all ease-in-out;
}
.chat_icon{
    cursor: pointer;
    position: fixed;
    padding: 10px;
    z-index: 99;
    right: 22px;
    border-radius: 50%;
    background: white;
    bottom:16px;
    font-size: 21px;
    /* transition: 0.3s all ease-in-out; */
}

.single_chat_div{
    bottom:63px;
}
.chat_icon{
    bottom:70px;
}
.single_chat_div{
    padding-top: 20px;
    position: fixed;
    bottom: 63px;
    width: 60%;
    overflow-x: scroll;
    left: 15%;
    transition: 0.3s all ease-in-out;
}
.single_chat_div .single_chat{
    background: white;
    min-width: 180px;
    border-radius: 6px 6px 0 0;
    padding: 4px 10px;
    height: 35px;
    box-shadow: 0 -3.3px 1rem rgb(0 0 0 / 15%);
    transition: 0.3s all ease-in-out;
}
.single_chat_div .active_chat{
    width: 220px;
    height: 300px;
}


.chatbox .chat_title h2{
    font-size: 16px;
    position: relative;
}
.chatbox .chat_title h2:after{
    position: absolute;
    content: '';
    margin: 3px 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: green;
}
.chatbox .member .member_name h4{
    font-size: 18px;
    padding: 5px 10px;
}
.jobs_menu ul li{
    list-style: none;
}
.jobs_menu ul {
    padding:0;
}

.basic_info h3{
    font-size: 18px;
}
.profile_navigation_btn button{
    margin:0;
}
.all_experience h3{
    font-size: 16px;
}
.all_experience .experience{
    background: white;
    border-radius: 10px;
    padding:15px 0;
}
.basic_info .social_profile{
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.basic_info .social_profile i:hover{
    color:#18818C;
}
.alljobs .job{
    background: white;
    /* height: 130px; */
    border-radius: 10px;
}

.alljobs .job .job_com_logo img{
    width: 100px;
}

.allcompanies .company{
    background: white;
    /* minheight: 200px; */
    border-radius: 10px;
}
.allcompanies .company .com_logo{
    min-height: 130px;
}
.allcompanies .company .com_logo img{
    width: 120px;
    height: 120px;
}
.allcompanies .company h3{
    font-size: 18px;
}
.members{
    overflow-y: scroll;
    height: 63vh;
    padding-bottom: 30px;
    padding: 0 10px;
}
.member_chat{
    /* overflow-y: scroll; */
    height: 80vh;
    padding-bottom: 30px;
    /* padding: 0 10px; */
}
.members::-webkit-scrollbar {
    display: none;
    transition: 0.3s all ease-in-out;
  }
  .chatbox:hover .members::-webkit-scrollbar{
      display: block;
  }
   
  /* .members::-webkit-scrollbar-track {
    display: none;
  }
   
  .members::-webkit-scrollbar-thumb {
    display: none;

  } */
  
.members .member{
    padding:10px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.members .member:hover{
    background: rgb(226, 224, 224);
}
.members .member .member_image img{
    width: 40px;
    height: 40px;
}
.online_status{
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.online{
    background: green;
}
.offline{
    background: grey;
}
.chatbox .members{
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.member_chat{
    display: none;
    width: 0;
    transition: 0.3s all ease-in-out;
    /* display: none; */
}
.member_chat .chat_messages .messages img{
    width: 30px;
    height: 30px;
}
.member_chat .chat_messages{
    padding-right:10px;
    padding-left:6px;
    background: rgb(235, 233, 233);
    padding-top: 10px;
    height: 72vh;
    border-radius: 10px;
    overflow-y: scroll;
}
.member_chat .chat_messages::-webkit-scrollbar {
    display: none;
    transition: 0.3s all ease-in-out;
  }
  .chatbox:hover .member_chat .chat_messages::-webkit-scrollbar{
      display: block;
  }
.member_chat .chat_messages .messages .message_content{
    background: white;
    border-radius: 10px;
    padding: 5px;
}
.member_chat .chat_messages .messages .message_content p{
    font-size: 14px;
}
.member_chat .chat_messages .messages .chat_message_profile_pic{
    margin: 0 5px;
}
.member_chat .go_back{
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}
.member_chat .go_back:hover{
    opacity:  1;
}

.edit_answer{
    position: absolute;
    display: none;
    width: 84%;
    top:110px
}
.edit_answer textarea{
    margin:15px 5px;
}
.edit_answer button{
    margin:0;
}
.all_q_answers{
    display: flex;
    flex-direction: column-reverse;
}
.qedit_answer{
    margin-top: 174px;
    display: block;
    padding: 0 26px;
    display: none;
    width: 100%;
}
.qedit_answer textarea{
    margin:15px 5px;
    width: 95%;
    min-height: 300px;
}
.qedit_answer button{
    margin:0;
}

.send_answer_q{
    position: fixed;
    bottom: 0;
    width: 64%;
    background: white;
    left: 15%;
}

.send_answer_q button{
    background: transparent;
    border:none;
    margin:0 5px;
}


/* Activity page */

.page_title{
    font-size: 18px;
}
.page_top_div{
    margin: 35px 20px;
    margin-bottom: 10px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row;
    justify-content: space-between;
}
.content_div{
    overflow-y: scroll;
    height: 79vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* New login Pgae */

.login_page{
    min-height:100vh;
    width:100%;
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    color:white;
    flex-wrap: wrap;
}
.login_form{
    /* background: rgb(225, 234, 241); */
    /* color:rgb(5, 36, 65); */
    /* border-radius: 10px; */
    padding:20px;
}
.login_f_div{
    padding-top: 35px;
}
.login_s_div{
    padding-top: 110px;
}
.login_form input{
    width: 70%;
    background: white;
    border: 1px solid #18818C;
    /* border: 1px solid rgb(25, 101, 172); */
    transition: 0.5s all ease-in-out;
    /* border-radius: 20px; */
}
.login_form input:focus{
    box-shadow: 0 0 9px 0px #18818C;
    background: white;
}
.login_form button{
    font-size: 20px;
    padding: 6px 15px;
}
.login_form i{
    font-size: 23px;
}

.user_register_form{
    display: none;
}
.register_now:hover a, .login_now:hover a{
    color:rgb(33, 83, 131);
    
}
.register_now, .login_now{
    cursor: pointer;
    color:black;
}
.logo_text{
    color:#18818C;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: 900;
    font-size: 55px;
}
.page_features{
    color:black;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 17px;
}
.page_features i{
    color:#18818C;
}
.page_features ul{
    padding:0;
}
.page_features ul li{
    list-style: none;
}
/* Right sidebar */
.rightsidebar button.accordion-button{
    padding:0;
    font-size: 14px;
}
.rightsidebar .accordion-body{
    padding: 5px 7px;
    border: 1px solid #e0dcdc;
    margin: 8px 0px;
    border-radius: 3px;
}

/* vue text editor css */

.send_message .quillWrapper{
    width: 100%;
}
.send_message .quillWrapper .ql-toolbar{
    display: none;
    border-radius: 20px;
    /* position: absolute; */
    bottom: 57px;
    background: white;
    /* width: 90%;     */
    margin-bottom:10px;
    transition: 0.3s all ease-in-out;
}

/* .send_message .ql-editor:focus */
.send_message .quillWrapper .ql-snow+.ql-container.ql-snow{
    border:none;
}
.send_message .ql-snow .ql-picker.ql-expanded .ql-picker-options{
    margin-top:-301px;
}
.send_message .ql-editor{
    min-height: 50px;
    max-height: 70vh;
    width:100%;
    padding:10px 20px;
    outline: none !important;
    border:1px solid transparent;
    background: #e3edee;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;   
    font-size: 14px; 
}

.send_message .ql-snow .ql-editor img{
    width: 50%;
}

.send_message .ql-editor:focus{
    opacity: 1;
    border: 1px solid #137e8a;
}


#updatequestion .quillWrapper{
    width: 100%;
}
#updatequestion .quillWrapper .ql-toolbar{
    /* display: none; */
    border:none;
}
#updatequestion .quillWrapper .ql-snow+.ql-container.ql-snow{
    border:none;
}
#updatequestion .ql-editor{
    min-height: 200px;
    max-height: 60vh;
    overflow: scroll;
    width:100%;
    padding:10px 20px;
    outline: none !important;
    border:1px solid transparent;
    background: #e3edee;
    border-radius: 10px;
    transition: 0.5s all ease-in-out;   
    font-size: 14px; 
}

#updatequestion .ql-editor:focus{
    opacity: 1;
    border: 1px solid #137e8a;
}

/* Single question */

.single_question{
    border-bottom: 1px solid rgb(219 215 215); 
    position: fixed; 
    width: 67%; 
    z-index: 96; 
    background: white;
    transition: 0.3s all ease-in-out;

}
.squestion{
    width: 96%;
    transition: 0.3s all ease-in-out;
    height: 30px;
    overflow: hidden;
}

.opensquestion{
    height: 60vh;
    overflow: scroll;
}

.opensquestion .openqi{
    transition: 0.3s all ease-in-out;
}
/* uploading */
.uploadingimg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #ffffffcf;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 99;   
}
.uploadingimg p{
    font-size: 20px;
}
.scaling-squares-spinner, .scaling-squares-spinner * {
    box-sizing: border-box;
  }

  .scaling-squares-spinner {
    height: 65px;
    width: 65px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    animation: scaling-squares-animation 1250ms;
    animation-iteration-count: infinite;
    transform: rotate(0deg);
  }

  .scaling-squares-spinner .square {
    height: calc(65px * 0.25 / 1.3);
    width: calc(65px * 0.25 / 1.3);
    margin-right: auto;
    margin-left: auto;
    border: calc(65px * 0.04 / 1.3) solid #18818C;
    position: absolute;
    animation-duration: 1250ms;
    animation-iteration-count: infinite;
  }

  .scaling-squares-spinner .square:nth-child(1) {
    animation-name: scaling-squares-spinner-animation-child-1;
  }

  .scaling-squares-spinner .square:nth-child(2) {
    animation-name: scaling-squares-spinner-animation-child-2;
  }

  .scaling-squares-spinner .square:nth-child(3) {
    animation-name: scaling-squares-spinner-animation-child-3;
  }

  .scaling-squares-spinner .square:nth-child(4) {
    animation-name: scaling-squares-spinner-animation-child-4;
  }


  @keyframes scaling-squares-animation {

    50% {
      transform: rotate(90deg);
    }

    100% {
      transform: rotate(180deg);
    }
  }

  @keyframes scaling-squares-spinner-animation-child-1 {
    50% {
      transform: translate(150%,150%) scale(2,2);
    }
  }

  @keyframes scaling-squares-spinner-animation-child-2 {
    50% {
      transform: translate(-150%,150%) scale(2,2);
    }
  }

  @keyframes scaling-squares-spinner-animation-child-3 {
    50% {
      transform: translate(-150%,-150%) scale(2,2);
    }
  }

  @keyframes scaling-squares-spinner-animation-child-4 {
    50% {
      transform: translate(150%,-150%) scale(2,2);
    }
  }


  /* profile */

  /* Job page */

  .post_job_form .ql-container{
    height:75%;
}

/* Responsive Desgin */
.close_left_menu{
    display: none;
}
.close_right_menu{
    display: none;
}
.fixed_top_menu{
    display: none;
    position: fixed;
    background: transparent;
    width: 84%;    
    z-index: 98;
}
.leftsidebarcontrol, .rightsidebarcontrol{
    display: none;
}
.singleqanser{
    width: 67%;
}

@media only screen and (max-width: 1250px){
    .about_me{
        top:30px;
    }
    .main_block{
        overflow: hidden;
    }
    .fixed_top_menu{
        display: flex;

    }
    .rightsidebarcontrol{
        display: block;
    }
    .main_block {
        width: 100%;
    }
    .rightsidebar{
        /* position: absolute; */
        opacity: 0;
        width: 0;
        /* display: none; */
    } 
    .single_question{
        width: 85%;
    }   
    .singleqanser{
        width: 85%;
    }
}

@media only screen and (max-width: 1000px){
    .leftsidebarcontrol{
        display: block;
    }
    .sidebar{
        width: 0;
        opacity: 0;
        z-index: 98;
        padding-top: 50px;
        /* display: none; */
    }
    .main_block{
        margin-left: 0;
    }
    .fixed_top_menu{
        width: 100%;
    }
    .single_question{
        width: 100%;
    }   
    .singleqanser{
        width: 100%;
        left:0;
    }    
}
@media only screen and (max-width: 900px){
    .page_top_div{
        /* flex-direction: column; */
    }
    .page_top_div .page_title{
        text-align: center;
    }
}

@media only screen and (max-width: 780px){
    .alljobs .job{
        padding: 0 20px;
    }
}

.sidebaractive{
    width: 25%;
    opacity: 1;
}
.rightsidebaractive{
    width: 25%;
    opacity: 1;
}

@media only screen and (max-width: 780px){
    .sidebaractive{
        width: 40%;
    }
    .rightsidebaractive{
        width: 40%;
    }
}
@media only screen and (max-width: 480px){
    .sidebaractive{
        width: 45%;
    }
    .rightsidebaractive{
        width: 45%;
    }
}
@media only screen and (max-width: 400px){
    .sidebaractive{
        width: 70%;
    }
    .rightsidebaractive{
        width: 70%;
    }
}
.open_filters{
    display: none;
}
.datafilters{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-around;
    transition: 0.3s all ease-in-out;    
}

@media only screen and (max-width: 790px){
    .page_top_div{
        flex-direction: row;
    }
    .datafilters{
        position: absolute;
        background: white;
        z-index: 10;
        left: 0;
        top: 13%;
        text-align: center;  
        opacity: 0;
        height: 0;
        overflow: hidden;  
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
        width: 100%;
        flex-wrap: wrap;
    }
    .open_filters{
        display: flex;
        justify-content: end;
    }
}

.openfilters{
    transition: 0.3s all ease-in-out;
    height: auto;
    opacity: 1;
}


/* .open_threadq{
    width:35%;
} */

.qhtml img{
    width: 70%;
}

#searchp{
    opacity: 1;
    transition: 0.3s all ease-in-out;
}
#requestp, #allfriends{
    display: none;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.post_feed img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.post_feed .shareondiv{
    height: 60px;
    cursor: pointer;
    color:grey;
}
.postfeedmodal{
    overflow-y: scroll;
    height: 45vh;
    outline: none !important;
    border:1px solid transparent;
    background: #e3edee;
    border-radius: 10px;
}

.postfeedmodal .quillWrapper .ql-snow.ql-toolbar{
    display: none;
}
.postfeedmodal .quillWrapper .ql-snow+.ql-container.ql-snow{
    border:none;
}
.postfeedmodal .ql-snow .ql-picker.ql-expanded .ql-picker-options{
    margin-top:-301px;
}
.postfeedmodal .ql-editor{
    min-height: 25vh;
    width:99%;
    padding:10px 20px;
    transition: 0.5s all ease-in-out;   
    font-size: 14px; 
    outline: none !important;
}

.postfeedmodal .ql-snow .ql-editor img{
    width: 50%;
}


.resources{
    width: 100%;
}
.resources .item{
    position: relative;
    border: 1px solid #8080808a;
    min-height: 100px;
    border-radius: 10px;
    margin: 10px 3px;
    padding: 10px;
}
.resources .removeresource{
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 18px;
}
.resources .item video{
    width: 70%;
    border-radius: 10px;
}
.resources .item img{
    width: 40%;
}
.allfeeds .userinfo img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.allfeeds .feed{
    border-radius: 10px;
    position: relative;
}
.allfeeds .feed .readmorecontent{

}
.allfeeds .feed .content{
    height: auto;
    /* overflow: hidden; */
    margin: 10px 0;
    margin-bottom: 25px;
    transition: 0.3s all ease-in-out;
}
.fullcontent{
    height: auto;
}
.allfeeds .userinfo h4{
    font-size: 18px;
    margin:0;
}
.allfeeds .userinfo span{
    font-size: 12px;
}
.allfeeds .feed .resources{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.allfeeds .feed .resources .fresource{
    width: 70%;
}
.allfeeds .feed .resources .sresource{
    width: 30%;
}
.allfeeds .feed .resources .fresource video, .allfeeds .feed .resources .sresource video{
    width: 100%;
}
.allfeeds .feed .resources .fresource img{
    width: 100%;
}
 .allfeeds .feed .resources .sresource img{
    width: 100%;
}
.resources .sresource .items{
    padding: 5px;
}
.showmorelayer{
    position: relative;
}
.showmorelayer:after{
    content:'';
    position: absolute;
    background: #0000004f;
    height: 87%;
    width: 96%;
    left:4px;
    z-index: 80;
}
.showmorelayer .showmoreitems{
    position: absolute;
    color:white;
    z-index: 81;
    left:40%;
    top:36%;
}
.feed .activity .showshare{
    display: flex;
}
.feed .activity .allshareoption{
    position: absolute;
    background: white;
    z-index: 95;
    display: flex;
    flex-direction: column;
    height: 200px;
    width: 190px;
    overflow: scroll;
    right:29%;
    transition: 0.3s all ease-in-out;
    padding: 10px 0;
    display: none;
}


.feed .activity .allshareoption a{
    padding: 8px;
    border-radius: 4px;
    margin: 3px 35px;
}
.feed .activity .allshareoption a span, .feed .activity .allshareoption a i{
    color:white;
}
.activelike{
    color:#2a919c;
  }

  .menu .submenu{
    width: 100px;
    border-radius: 10px;
    position: absolute;
    z-index: 95;
    /* left: 0; */
    right: 0;
    top: 20px;
    transition: 0.3s all ease-in-out;
    padding:10px 0;
    display: none;
    background: white;
  }
  .menu .submenu .openmenubtn{
      cursor: pointer;
  }

  .menu .submenu ul li{
      list-style: none;
      cursor: pointer;
  }
  .menu .submenu ul li:hover{
      text-decoration: underline;
  }
  .requestntyfy{
    background: red;
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    position: absolute;
    top: -4px;
    right: -3px
  }
  .sidefnotify{
    background: red;
    width: 15px;
    height: 15px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    position: absolute;
    top: 2px;
    left:45px;
    /* right: -3px */
  }
  .recruitersidebar{
      /* z-index: 95; */
  }
  .recruitermainblock{
      /* z-index: 80; */
  }
  .recruitercontent_div{
      height: 85vh;
  }
  .recruiterdatafilter{
      top:9%;
      padding:10px;
  }
#sharepost .quillWrapper{
    height: 100px;
}
#sharepost .quillWrapper .ql-editor{
    min-height: 100px;
}
#sharepost .quillWrapper .ql-snow.ql-toolbar{
    display: none;
}
#sharepost .ql-toolbar.ql-snow+.ql-container.ql-snow{
    border:none;
}
.sharepost .resources img, .sharepost .resources img{
    width: 80%;
    border-radius: 10px;
}
.sharepost .profile_img{
    width: 40px;
    border-radius: 50%;
}
.jobapply button{
    width: 140px;
    background: white;
    color:#18818C;
}
.jobapply button:hover{
    color:white;
    background:#18818C;
}
.jobapplyf button:hover{
    color:white;
    background:#18818C;
}
