.guru-search{
    position: relative;
}
.search-guru-list {
    max-height: 280px;
    overflow: auto;
}
.guru-search input[type="search"]{
    padding: 8px 10px;
}
.guru-dropdwon{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 3px 14px #00000014;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}
.guru-dropdwon.active{
    opacity: 1;
    visibility: visible;
}
.guru-list-item{
    padding: 10px 12px;
    margin-bottom: 6px;
    background-color: #F6F6F6;
}
.gurus-data-table{
    margin-top: -73px;
}
.gurus-data-table .dataTables_wrapper{
    overflow-x: auto;
}
.gurus-data-table .dataTables_wrapper .dataTables_filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.gurus-data-table .dataTables_wrapper .dataTables_filter label input[type="search"]{
    width: 250px;
    background-image: url(../../../../../images/magnifier.png);
    background-repeat: no-repeat;
    background-position: center left 15px;
    padding-left: 42px;
}
.gurus-data-table .dataTables_wrapper table{
    margin-bottom: 15px;
}
.gurus-data-table .dataTables_wrapper .dataTables_info{
    float: left;
}
.gurus-data-table .dataTables_wrapper .dataTables_paginate{
    float: right;
    display: inline-flex;
    align-items: center;
}
.gurus-data-table .dataTables_wrapper .dataTables_paginate a{
    margin: 0 5px;
    color: #080811;
    cursor: pointer;
}
.gurus-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #5680e9;
    cursor: default;
}
.gurus-data-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #5680e9;
}
.gurus-data-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    cursor: default;
    opacity: 0.6;
    color: #080811;
}

.custom-guru-popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, .2);
}
.guru-modal-dialog{
    position: relative;
    width: 100%;
    margin: 1.75rem auto;
    min-height: calc(100% - 3.5rem);
    z-index: 1001;
    max-width: 1000px;
}
.guru-popup-header{
    padding: 15px 25px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;

}
.guru-popup-header .guru-heading{
    white-space: nowrap;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 21px;
    font-family: proxima_nova_semibold;
}
.guru-modal-close {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
.guru-popup-details{
    padding: 20px 25px;
    background-color: #fff;
}
.guru_subcategory option:first-child{
    display: block !important;
}
.guru-tag{
    list-style: none;
    white-space: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -3px;
}
.guru-tag .guru-tag-choice{
    padding: 3px 5px;
    background-color: #5680e9;
    color: #fff;
    line-height: 1;
    border-radius: 2px;
    cursor: default;
    margin-right: 3px;
    margin-top: 3px;
}
.query_circle {
    list-style-type: none;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    position: relative;
  
}
.guru-filters .query_circle.active {
    box-shadow: 0 18px 30px rgb(0 0 0 / 10%);
}
.query_circle a {
    color: #000;
}
.query_circle i {
  position: absolute;
  top: 1px;
  right: -7px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center; 
  background-color: white;
  color: black;
  font-weight: bold;
}
.guru-filters .query_circle.active:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 100%;
    border-radius: 0 6px 6px 0;
    background-color: #5680E9;
}

.gurus-table a.active {
    color: #5680e9;
}

.guru-filters .query_circle:not(:last-of-type) {
    margin-bottom: 20px;
}

.query_circle-add {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 3px solid #5680e9;
}

.query_circle-add::before, .query_circle-add::after {
    background-color: #5680e9;
}

.guru_search {
    width: 100%;
    background-image: url('../../../../../images/magnifier.png');
    background-repeat: no-repeat;
    background-position: center left 15px;
    padding-left: 42px !important;
}

.form-outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.form-outer .form-inner {
    width: 50%;
    padding: 0 20px 15px;
}

.form-inner input, .form-inner select{
    width: 100%;
}

.form-inner .error {
    margin: 0;
}

.button-combo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.button-combo input {
    min-width: 140px;
    min-height: 45px;
}

.button-combo .clear-all{
    display: flex;
    min-width: 140px;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    color: #f5f5f5;
    background: #5680e9;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem 0.6875rem 1.25rem;
    border: 1px solid transparent;
    letter-spacing: 0.13em;
    vertical-align: top;
    line-height: 17px;
    transition: all 0.4s;
    font-weight: 500;
}
.gurus-table{
    width: 100%;
    height: calc(95vh - 45px);
    max-height: 100%;
    overflow: auto;
    background: #fff;
}
.guru_show .guru-content-details {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 0 0 25px;
}
.green-check {
    width: 24px;
    height: 24px;
}
.guru-title-box {
    width: calc(100% - 186px);
}
.guru_show .guru-popup-header {
    box-shadow: 0 18px 30px rgb(0 0 0 / 10%);
    border: 0;
    display: block;
    padding-bottom: 0;
}
.gurus .tab-content {
    overflow: hidden
}
.guru-tag .guru-tag-choice.text-ellipse {
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (min-width:1200px){
    .flexnowrap {
        flex-wrap: nowrap;
    }
}
@media (max-width:1199px){
    .gurus-table {
        height: 74vh;
    }
    .guru_show {
        display: block;
    }
}
@media (max-width:991px) {
    .gurus-table {
        height: 74vh;
    }
    .guru-filters .query_circle.active:before{
        left: -15px;
    }
}
.guru_show .guru-popup-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
}

.guru_show .guru-popup-header .guru-heading {
    max-width: 340px;
}

@media (min-width:768px) and (max-width:1024px){
    .all_gurus_filter .w-35 {
        width: calc(100% - 55px);
    }
    .guru_show .guru-popup-header .d-flex{
        flex-wrap: wrap;
    }
    .guru_show .guru-popup-header div {
        width: 100%;
    }
    .guru_show .guru-popup-header .d-flex .d-flex,
    .guru_show .guru-popup-header>div:last-of-type {
        margin-top: 10px;
    }
    .guru-popup-details .item-third {
        width: 50%;
    }
}

.all-gurus-list {
    width: 100%;
    max-width: 340px;
    flex: 0 0 340px;
    border-right: 1px solid #f1f1f1;
}

.guru_show {
    flex: 1 1 auto;
}

.guru_search_box {
    width: 100%;
    max-width: 340px;
}

.guru-border{
    border-color: #d8d8d9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.guru-comment-box {
    position: relative;
}

.all-gurus-tab .mention-wrapper {
    transform: translateY(20px);
}