﻿:root {
}

::marker {
    color: black;
    font-weight: bold;
}

::-webkit-scrollbar, ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    font-weight: 600;
}

.no-white-space {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .qa-navbar  {
        border-radius: 0.375rem !important;
        padding: 1rem !important;
        margin-right: .5rem !important;
        margin-top: 3rem !important;
        width: 50% !important;
        right: 0 !important;
        top: 0 !important;
        position: absolute !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

}



.action a, .action button {
    text-decoration: none;
    /*padding: 2px 5px;*/
    color: #a1a1a1;
    font-weight:500;
}

.likes-btn a {
    display: flex;
    text-decoration: none;
        color: #6a737c;
}

.btn-comment {
    font-size: 1rem;
    /*padding: 0px 3px;*/
    color: #6a737c;
    text-decoration: none;
    cursor: pointer;
}
    .btn-comment:hover {
        color: #00bbf3;
    }

.btn-answer {
    text-decoration: none;
    color: #6a737c;
    cursor: pointer;
    padding: 0px 3px;
}
    .btn-answer:hover {
        color: #d3d3d3;
    }

.btn-delete {
    text-decoration: none;
    color: #6a737c;
    padding: 0px 3px;
    cursor: pointer;
}
    .btn-delete:hover {
        color: #ff0000;
    }

.btn-warning {
    text-decoration: none;
    color: #a1a1a1;
    padding: 0px 3px;
    cursor: pointer;
}
    .btn-warning:hover {
        color: #ff0000;
    }
        .btn-warning:hover > i {
            color: #ff0000;
        }

.field-validation-error {
    font-size: .9em;
    color: #dc3545;
}

.comment-data {
    color: #000000;
}

.deletedPost {
    background-color: pink;
    padding: 10px;
}

.question-tags-list {
	display: flex;
	flex-wrap: wrap;
    padding: 0px;
    margin:0px;
}



    .question-tags-list .question-tags-list-item{
        list-style: none;
	    margin-bottom: 5px;
	    margin-right: 5px;
	    padding: 2px 7px;
        font-size: 14px;
        border-color: #F79407;
        border-radius: 5px;
        text-decoration: none;
        border: 1px solid #e1ecf4;
        background-color: #f8fbfc;
        color: #4E565A;
        text-transform: lowercase;
        cursor: pointer;
    }

        .question-tags-list .question-tags-list-item:hover {
            background-color: #b8d8ea;
        }
        .question-tags-list .question-tags-list-item a {
            text-decoration:none;
            color: #2A506F;
        }
          
    .profile-tag{
	    margin-bottom: 5px;
	    margin-right: 5px;
	    padding: 2px 7px;
        font-size: 13px;
        border-color: #F79407;
        border-radius: 5px;
        text-decoration: none;
        border: 1px solid #e1ecf4;
        background-color: #e1ecf4;
        color: #6c757d;
        text-transform: lowercase;
    }
        .profile-tag a {
            text-decoration:none;
            color: #39739d;
        }
            .profile-tag a span {
                font-weight: 500;
            }

.qa-tags-link {
    color: #2c5877;
    background-color: #d0e3f1;
    padding: 2px 5px;
    border-radius: 2px;
    text-decoration: none;
}

    .qa-tags-link:hover {
        color: #d0e3f1;
        background-color: #2c5877;
    }


.question-item-title a{
    text-decoration:none;
    font-size: 18px;
    color:#0074cc
}
    .question-item-title a:hover{
        color:#0a95ff;
    }

.question-list-item-stats.text-black-50 {
    font-size:14px;
    color: #000000!important;
}

@media (max-width:425px) {
    .question-item-title a{
        font-size: 16px;
    }
    .question-list-item-stats {
        font-size:14px;
    }
}




.icon-fb:hover{
	background-color: #1877f2!important;
}
.icon-fb i{
	padding: 2px 3px;
}
.icon-fb:hover > i{
	color: #fff;
}
.icon-tw:hover{
	background-color: #aadafa;
}
.icon-tw:hover > i{
	color: #1d9bf0!important;
}
.icon-ln:hover{
	background-color: #0E76A8!important;
}
.icon-ln:hover > i{
	color: #fff;
}


/* Like user */
.likeduser i {
    color:#fd7979;
}

/*for voting button */
.inbtn{
    /*width: 45px;
    height: 45px;*/
    width: auto;
    height: auto;    
}
.inbtn-active {
    color:#ff5e00!important;
    /*border: 1px solid orange!important;
    background-color: rgba(255,165,0,0.13)!important;*/
    border: 0px solid orange!important;
    background-color: transparent!important;
}

.qa-vote-buttons .fa-caret-down, .qa-vote-buttons .fa-caret-up {
    font-size: 55px!important;
}
.qa-vote-buttons .fa-check {
    font-size: 35px!important;
}

.error-template {
    padding: 30px 10px;
    text-align: center;
}
 
/* Input type search */
    input[type="search"] {
      padding-left : 40px;
      background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
    }

/*for siide bar css*/
.side-bar-link a{
    color: #337ab7;
    text-decoration: none;
}
    .side-bar-link a:hover{
        color: #0087ff;
    }

.side-bar-image {
    /* width: 22%!important; */
}

.answer-votes {
    padding: 3px 0px;
    width: 15%;
    box-sizing: border-box;
    float: none;
    border-radius: 2px;
    font-size: 85%;
    transform: translateY(-1px);
    color: #fff;
    text-align: center;
}
.headerTitle {
    font-size: 21px;
}

@media (max-width: 2560px) {
    .answer-votes{
        width: 15%;
    }
    .views-meta .answer-votes {
        width: 7%;
    }
}
@media (max-width: 1024px) {
    .answer-votes{
        width: 20%;
    }
    .views-meta .answer-votes {
        width: 10%;
    }
}
@media (max-width: 768px) {
    .answer-votes{
        width: 10%;
    }
    .views-meta .answer-votes {
        width: 13%;
    }
    .qa-vote-buttons .fa-caret-down, .qa-vote-buttons .fa-caret-up{
        font-size: 50px!important;
    }
    .qa-vote-buttons .fa-check {
        font-size: 30px!important;
    }
}
@media (max-width: 425px) {
    .answer-votes{
        width: 14%;
    }
    .views-meta .answer-votes {
        width: 17%;
    }
    .qa-vote-buttons .fa-caret-down, .qa-vote-buttons .fa-caret-up{
        font-size: 40px!important;
    }
    .qa-vote-buttons .fa-check {
        font-size: 25px!important;
    }
}
@media (max-width:375px) {
    .answer-votes{
        width: 20%;
    }
    .views-meta .answer-votes {
        width: 22%;
    }
    .headerTitle {
        font-size: 20px;
    }
    .side-bar-link a{
        font-size: 90%;
    }
    .qa-vote-buttons .fa-caret-down, .qa-vote-buttons .fa-caret-up{
        font-size: 35px!important;
    }
    .qa-vote-buttons .fa-check {
        font-size: 20px!important;
    }
}
    
    
    

.side-bar-links-area {
        width: 85%!important;
}
    .side-bar-links-area a{
        width: 100%!important;
    }
    .side-bar-links {
        display: inline-block;
        padding: 0rem 0.25rem;
        width: calc(100% - 48px);
        margin-bottom: 0;
        text-decoration: none;
        line-height: 1.25!important;
        text-decoration:none;
    }

/*for highlight */
.highlight, .mark, mark {
    padding:0px;
    background-color: yellow;
}

/*for voting button */
.btn-fav i {
    font-size: 22px;
}
@media (max-width:425px) {
    .btn-fav i {
        font-size: 20px!important;
    }
}
@media (max-width:375px) {
    .btn-fav i {
        font-size: 18px!important;
    }
}
.qa-favorite-button {
    color: #000;
}
.qa-unfavorite-button {
    color: #ffa500;
}

/*content data */

.answers-data-right .content {
    text-align: justify;
}
.answers-data-right .content img {
 
    display: block;
    margin: 15px auto;
    max-width: -webkit-fill-available;
}
.answers-data-right .content img:hover {
    cursor: zoom-in;
    max-width: -webkit-fill-available;
}

/*Content style area*/

.ck .ck-editor__main{
	overflow: auto!important;
	max-height: 500px;
}

.copy-code-button:focus{
	outline: 0;
	box-shadow: unset;
}

.content {
    text-align: justify; 
} 
    .content blockquote{
	    overflow: hidden;
        padding-right: 1.5em;
        padding-left: 1.5em;
        margin-left: 0;
        margin-right: 0;
        font-style: italic;
        background-color: #f5f5f5;
        text-align: left;
        position: relative;
    }
    .content blockquote:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 6px;
        border-radius: 5px;
        background: #ccc;
    }
    .content blockquote p{
	    padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        margin: 2px 0px;
    }
    .content s {
        color: #ff8282;
    }
    .content img{
        
        display: block;
        margin: 15px auto;
        max-width: -webkit-fill-available;
    }
    .content div {
        margin-bottom: 1rem!important;
    }
    .content a{
	    color:  #337ab7;
	    /*text-decoration: none;*/
	    font-weight: 400;
    }
    .content a:hover{
	    color:  #f7b33e;
	    font-weight: 400;
    }

    .content table{
	    border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #b3b3b3;
    }
        .content thead{
	        background: #0000000d;
        }
        th{
	        font-weight: 700;
 	        border: 1px solid #b3b3b3;
 	        min-width: 2em;
            padding: 0.4em;
 	        background: #0000000d;
         }
        td{
 	        border: 1px solid #b3b3b3;
 	        min-width: 2em;
            padding: 0.4em;
        }

     .content pre{
        padding: 1em;
        color: #353535;
        background-color: #efefef;
        border-radius: 5px;
        text-align: left;
        direction: ltr;
        tab-size: 4;
        white-space: pre-wrap;
        font-style: normal;
        max-height: 500px;
        overflow: auto;
        background-color: #f6f6f6!important;
     }
        .content pre code{
            word-wrap: break-word;
            color: #232629;
            border-radius: 3px;
            /*background-color: #efefef;*/
         }

        /* width */
         .content pre::-webkit-scrollbar {
              width: 10px;
              height: 10px;
            }

            /* Track */
         .content pre::-webkit-scrollbar-track {

            }
 
            /* Handle */
         .content pre::-webkit-scrollbar-thumb {
              background: gray; 
              border-radius: 5px;
            }

            /* Handle on hover */
         .content pre::-webkit-scrollbar-thumb:hover {
              background: gray; 
            }

     .content code {
        word-wrap: break-word;
        color: #232629;
        background-color: #e3e6e8;
        border-radius: 3px;
        padding: 2px 4px;
     }
@media (max-width:425px) {
    .content pre{
        padding: 0.5em;
     }
}

/*notifications */
.notification-pane {

}
.notification {
    width: 100%;
}

@media (min-width : 1024px) {
    .notification {
        min-width: 200px; width: 300px;
    }
    
}


/*verification area */
.verification {
    background-color: lightpink;
    font-size: large;
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    background-color: lightpink;
    font-size: large;
    padding: 10px;
}

/*user image */
.user-details img {
    height: 82px;
}

/*Preloader*/
#preloader {
    background: #000 url(.\loader.gif) no-repeat center center;
    background-size: 10%;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}
@media (max-width: 768px) {
    #preloader {
        background-size: 15%;
    }
}
@media (max-width: 425px) {
    #preloader {
        background-size: 45%;
    }
}
@media (max-width: 320px) {
    #preloader {
        background-size: 25%;
    }
}

/*social media buttons */
.icon-share {
    cursor: pointer;
}
.dropdown-menu-views {
    font-size: 14px;
    min-width: fit-content;
}
.btn-facebook a i{
	color: #3b5998!important;
}
.btn-facebook:hover > a{
	color: #3b5998!important;
}

.btn-twitter a i{
	color: #00acee!important;
}
.btn-twitter:hover > a{
	color: #00acee!important;
}

.btn-linkedin a i{
	color: #0e76a8!important;
}
.btn-linkedin:hover > a
{
	color: #0e76a8!important;
}

.btn-instagram a i
{
	color: #bc2a8d!important;
}
.btn-instagram:hover > a
{
	color: #bc2a8d!important;
}

.btn-whatsapp a i {
    color: #25D366!important;
}
.btn-whatsapp:hover > a
{
	color: #25D366!important;
}

.blur {
    filter: blur(15px);
}
 .blur-box {
    filter: blur(15px);
}

 /*Add by ravi*/
 .clamp {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
}
 .clamp.clamp-l1 {
  -webkit-line-clamp: 1;
  line-height: 30px;
}
 .clamp.clamp-l2 {
  -webkit-line-clamp: 2;
  line-height: 30px;
}
.clamp.clamp-l3 {
  -webkit-line-clamp: 3;
  line-height: 30px;
}
.clamp.clamp-l4 {
  -webkit-line-clamp: 4;
  line-height: 30px;
}
 

label.star:after, label.star-required:after {
    content: '*';
    color: red;
    margin-left: 0.25rem;
}

.footer-area,
.footer-area a {
    background-color: #232629; 
    color: #bfbfbf!important;
}

    .footer-area a:hover {
        color: #c5e1ec!important;
    }

.footer-area .header {
    color: #ffffff!important;
}

/* Cookie CSS*/

.cookie-consent {
    width: 100%;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #0e0e12;
    background-color: #fff;
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.14);
    padding: 9px 1.8em;
    z-index: 9999;
    display: none;
}


.show-consent {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.cookie-text {
    font-size: 15px;
    line-height: 1.5em;
    flex: 99 1 500px;
    text-align: center;
    margin: 6px 30px 5px 0px;
}
 
/* End */

/* Business Page */

#resourse .card img {
    height:200px!important;
}
.card-image img {
    height: 70px;
    width: 70px;
    border-radius: 15px;
    border-radius: 0.375rem !important;
}

/* End businee page */


a {
    text-decoration: none!important ;
}
    a:hover, a.action, a:active, a:focus {
        text-decoration: underline !important;
    }

.ms-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.ms-title-l1 {
    -webkit-line-clamp: 1;
}

.ms-title-l2 {
    -webkit-line-clamp: 3;
}

.ms-title-l3 {
    -webkit-line-clamp: 3;
}

.ms-title-l4 {
    -webkit-line-clamp: 4;
}