a.ins_logo_quiz {
    width: 7%;
}
ul.list_quiz li a i{
    border-bottom: 2px solid #146a4d;
    color: #146a4d;
    font-size: 25px;
}
section.quiz_hader_background {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
ul.list_quiz li a i small {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}
form.search_quiz input {
    padding: 5px 15px;
}
form.search_quiz button {
    padding: 5px 15px;
}
a.profile_icons_quiz {
    background: none;
    border: none;
    padding: 0;
}
a.profile_icons_quiz img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.post_quiz h6 {
    margin: 0;
}
a.profile_icons_quiz img:hover {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: none;
}
a.profile_icons_quiz:hover {
    background: none !important;
    border-color: none;
}
form.search_quiz input:focus {
    border: 1px solid #ced4da;
}
a.profile_icons_quiz:active {
    background: none !important;
    box-shadow: none !important;
}
a.profile_icons_quiz:focus {
    background: none !important;
    box-shadow: none !important;
}
img.profile_icons_quiz_on_img {
    width: 40px;
    margin-bottom: 12px;
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
}
.profile_nex_quiz_____ a {
    text-decoration: none;
    color: black;
}
.profile_nex_quiz_____:hover {
    opacity: 0.8;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    color: #fff;
    background-color: none !important;
    border-color: none !important;
}
.quis_list_boder {
    border-top: 1px solid lightgrey;
    padding: 6px;
}
.quis_list_boder h6 {
    margin: 0;
}
button.quiz_side_bar{
    border: none;
}
button.quiz_side_bar:focus{
    outline: none !important;
}
button.navbar-toggler:focus{
    outline: none;
}
.profile_nex_quiz_____ a h6 {
    line-height: 38px;
}

.ques_quiz_ans {
    border-top: 1px solid #e1e1e1;
    padding: 8px 15px;
    margin-top: 1rem;
}
.quiz_border_ll {
    border-left: 1px solid #c5c5c5;
}

.likes_dis_quiz span {
    font-weight: 600;
}
.ques_quiz_ans a {
    text-decoration: none;
    color: black;
}
.ans_quiz p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    margin: 0 0 5px 0px;
}
.nav_postion_quiz {
    position: sticky;
    top: 0;
}
.ass_ques_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button.ass_button_only_quiz {
    background: #146a4d;
    color: white;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 12px;
    border: navajowhite;
    cursor: pointer;
}

button.ass_button_only_quiz2 {
    background: #ffffff;
    color: #676767;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 12px;
    border: navajowhite;
    cursor: pointer;
}



button:focus{
    outline: none;
}
.tipes_add_q h6 {
    font-weight: 700;
}

.tipes_add_q ul {
    margin: 0;
}
.tipes_add_q {
    background: #ebf0ff;
    padding: 14px;
    color: #0000bb;
}
.prodile_public img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
}
.prodile_public {
    width: 5%;
}
.public_prodile_icons {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.public_private_hover {
    margin-left: 1rem;
    display: flex;
}
.public_private_hover select {
    width: 90px;
}
.public_private_hover small {
    margin-right: 9px;
}
.text_are_quiz textarea {
    width: 100%;
    margin-top: 2.5rem;
    border: 1px solid gray;
    /* border-bottom: 1px solid gray; */
    padding: 12px;
    border-radius: 6px;
    height: 91px;
}
.text_are_quiz textarea:focus-visible {
outline: none;
}


.pagenatin__ {
    border-top: 1px solid #c5c5c5;
    padding-top: 20px;
}
.post_quiz h6 small {
    color: black;
    font-weight: 700;
}

.profile_image img {
    width: 5%;
}
.image_side_bar img {
    width: 100%;
}
/* profle shpow on hover  */
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  

  .profile_image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.small_profile_name_ {
    margin: auto 0 auto 12px;
}
.profile_image {
    display: flex;
}
.bg_quiz_show_prodile {
    background: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    min-width: 350px;
}
.deatils_quiz_sepic p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.deatils_quiz_sepic i {
    padding-right: 10px;
}
.follow_buton_qize a:hover {
    color: #06066a;
}
.deatils_quiz_sepic a {
    display: flex;
    width: 41%;
    text-align: center;
    color: #0404cd;
}
.follow_buton_qize p {
    margin-top: 2px;
}
.follow_buton_qize {
    border-top: 1px solid #dfdfdf;
    margin-top: 11px;
   
}
.deatils_quiz_sepic {
    display: flex;
}
.profile_image img:hover {
    opacity: 0.8;
    cursor: pointer;
}
/* End $$$$$$$$$$$$$$$$$$$$$  */

/* login singup pop css  */

button.login_button_quiz:hover {
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}
button.login_button_quiz {
    background: white;
    border: 2px solid #146a4d;
    color: #146a4d;
    font-weight: 600;
    padding: 3px 11px;
    margin-left: 12px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.dont_have {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.dont_have span {
    color: #1717b1;
}
.dont_have a {
    text-decoration: none;
    color: black;
}
.submit_butn_quiz button:hover {
    opacity: 0.8;
    background: #146a4d;
}
.submit_butn_quiz button {
    background: #146a4d;
    border: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: none !important;
    outline: none !important;
}
.login_image_qize {
    text-align: center;
}

.login_image_qize img {
    width: 30%;
}
/* End ############################  */

/* footer  */
.____Only_mobile {
    line-height: 1.6;
    margin: 0.4rem;
    width: 40px!important;
    height: 40px!important;
    border-radius: 100%!important;
}
.facebook {
    background: #1778f2;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: 3s infinite facebook;
}
.facebook, .instagram, .linkedin, .twiiter, .whats, .youtube {
    font-size: 1rem;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-weight: 600;
    font-family: system-ui;
    cursor: pointer;
    text-align: center;
}
.instagram, .youtube {
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: 3s infinite instagram;
    color: #fff;
}
._insta, .instagram {
    
    background: radial-gradient(circle at 145% 87%,#fdf497 9%,#fdf497 28%,#ff1700 45%,#ea11a7 60%,#285aeb 100%);
}
.twiiter img {
    filter: invert(1);
    width: 78%;
}
.linkedin {
    color: #fff;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: 3s infinite linkedin;
}
._linkedin, .linkedin {
    background: #0a66c2;
}
.__bg__of__footer, .__dictionat_bg, ._twitter, .twiiter {
    background: #000;
}
.twiiter {
    color: #fff;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: 3s infinite twiiter;
}
.whats {
    color: #fff;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: 3s infinite whats;
}
.whats, .whats2 {
    background: #01ab45;
}
._youtube, .youtube {
    background: red;
}
.copyright_quiz {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer.quiz_booter_bg {
    background: black;
    padding: 11px 0px;
    margin-top: 3rem;
}
.copyrig_fo_imh.term p {
    margin: 0;
    color: white;
}
ul.list-unstyled.text-black.footer_contact {
    margin: 0;
}
/* End ##############  */

/* add comment css  */
.bg_coment_quiz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    padding: 7px;
    border-radius: 8px;
    margin-top: 4px;
}
.bg_coment_quiz textarea {
    width: 30rem;
    border-radius: 50px;
    padding: 7px;
    border: 1px solid #dfdfdf;
    align-items: center;
    display: flex;
}
.bg_coment_quiz button {
    background: #146a4d;
    border-radius: 50px;
    color: white;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
}
.bg_coment_quiz button:hover {
  opacity: 0.8;
}
.follow_button_quiz_more {
    display: flex;
    border-top: 1px solid #dbdbdb;
    padding-top: 8px;
}
.border_lef__quiz {
    border-left: 1px solid gray;
    margin: 0 2rem;
}
.comment {
    cursor: pointer;
}
.like {
    cursor: pointer;
}
.folow_quiz_p{
    color: blue;
    font-weight: 600;
    cursor: pointer;
}

span.border_under_span_quiz {
    border-left: 1px solid #cfcfcf;
    margin-left: 11px;
    margin-right: 11px;
}
.thumb:hover {
    opacity: 0.8;
}
.like:hover {
    opacity: 0.8;
}
/* End #################  */

@media only screen and (max-width: 768px) {
    
    a.ins_logo_quiz {
        width: 15% !important;
    }
    form.search_quiz input {
        padding: 5px 15px;
        width: 72%;
        margin-right: 10px;
    }
    ul.list_quiz li a i {
        display: none;
    }
    .image_side_bar img {
        display: none;
    }
    .copyright_quiz {
        flex-wrap: wrap;
    }
    .ans_quiz__ {
        text-align: justify;
    }
    .ass_ques_b {
        flex-wrap: wrap;
    }
    .bg_coment_quiz {
        flex-wrap: wrap;
    }
    .bg_coment_quiz textarea {
        width: auto !important;
    }
    .bg_coment_quiz span {
        margin: auto;
    }
    button.login_button_quiz {
        display: flex;
        margin: auto;
    }
  }

.hand-cursor{
    cursor: pointer;
  }

.ajs-header{
    display: none;
}


.likkebutt{
    border: none;
    background: no-repeat;
    }
.button-clicked {
  background: #c6edcf;
    border-radius: 3px;
    color: blueviolet;
}


.comm_scs{
    font-size: 13px;
    font-weight:500;
    color: rebeccapurple;

}

.commli_des{
    font-size: 13px;
    color: #0a0014;
}
.comment_name p {
    margin: 0;
}
.comment_name h6 {
    margin: 0;
}
.comment_name {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    margin-top: 1.5rem;
}
.comment_name h6 i {
    color: #146a4d;
}