@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* --- Brows tutor ---*/
.checked {
    color: orange;
}
.location_btn {
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
}
.hire_btn {
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 34px;
}
.hire_btn:hover {
    background-color: #5a9120;
    border-color: #5a9120;
    color: #fff;
}
.course i{
    padding: 0;
}
.course span{
    /* margin-left: 10px; */
    float: left;
}
.course{
    width: 100%;
}
.tutor_detail i {
    padding: 5px;
    font-size: 16px;
    margin-right:5px;
}
.rating_block {
    margin-right: 8px;
    padding: 0 5px;
    font-size: 11px;
    color: #fff;
    background: #C4C4C4;
}
.tutor_detail small{
    color: #495057;
    font-size: 11px;
}
.bg-green {
    background: #6fb327;
}
.input-group-append .btn {
    border-radius: 0 2px 2px 0;
    color: #fff;
    padding: 5px 13px;
    font-size: 16px;
}
.pagination .page-item a {
    background: #fff;
    border-radius: 0 !important;
    border: 1px solid #f4f0f0;
}
.page-item {
    padding: 4px;
}
.search_result h4 {
    /*margin-top: 15px;*/
    color: #6fb327;
    font-size: 22px;
    /* text-decoration: underline; */
}
.tutors_list .minimize a{
    color: #5cb85c !important;
    text-decoration: underline;
}
.minimize a {
    color: #5cb85c !important;
    text-decoration: underline;
}
.minimize p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.star_rating .checked {
    color: #ADB5BD !important;
}
.star_rating .fa-star {
    color: #081F44;
}
/* --- End Brows Tutor --- */

/* --- student header --- */
.custom-switch.custom-switch-primary-inverse .custom-switch-input + .custom-switch-btn {
    border: 1px solid #d7d7d7 !important;
    background: #d7d7d7 !important;
}
.custom-switch .custom-switch-input+.custom-switch-btn:after {
    background: #fff !important;
}
.logo_text {
    font-size: 20px;
    font-weight: 900;
    margin-left: 35px;
}
.navbar .search{
    width: 325px;
}
.navbar .navbar-left {
    flex-basis: 25%;
}
/* --- End student header --- */
.btn{
    border-radius: 4px;
}
/* --- INPUTS --- */

.section_fluid{
    margin-top: 110px;
}


/* ------- Ajax loading spinner start ------- */

#overlay {
    position: fixed;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    /*display: none;*/
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 3px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

/* ------- Ajax loading spinner end ------- */


/*tutors search_filters*/
/* .search_filters {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
} */
.page-item.disabled .page-link {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.page-item:last-child .page-link {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-left: 20px;
}
.page-item:first-child .page-link {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-right: 20px;
}

.btn_transparent {
    border: 1px solid #6fb327;
    color: #6fb327;
}
.btn_transparent:hover {
    background-color: #6fb327;
    border: 1px solid #6fb327;
    color: #fff;
}

.guest_header_search_icon {
    background-color: #f8f8f8;
}


.clear_filter {
    font-size: 13px;
    color: #6fb327;
    font-weight: 600;
}

.navbar .user img {
    border: 2px solid #cacaca;
}


/*Rating section*/
fieldset, label { margin: 0; padding: 0; }
/* body{ margin: 20px; } */
h1 { font-size: 1.5em; margin: 10px; }

/****** Style Star Rating Widget *****/

.rating {
  border: none;
  float: left;
}

.rating > input { display: none; }
.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > label {
  color: #ddd;
 float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  }



/*tutors pages*/
.languages ul li {
  border: 1px solid #dbdbdb;
    padding: 4px 8px;
    margin: 2px;
    border-radius: 4px;
}
.languages_tag {
  margin: 6px 0 0 6px;
}
.teacher_skills {
  border: 1px solid #dbdbdb;
    padding: 4px 8px;
    margin: 2px;
    border-radius: 4px;
}
.horizontal_line {
  margin-top: 0.5rem;
    margin-bottom: 0.8rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/*Tutors detail page*/
.live_classes .card-description{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card_style a:hover {
    color: #3a3a3a;
}

.tutors_list a {
    color: #3a3a3a !important;
}


.btn_link:hover {
    color: #7acd26;
    text-decoration: initial!important;
}
.btn_link {
    color: #6fb327;
    text-decoration: initial!important;
}
.f_16{
    font-size: 16px;
}


.navbar-collapse {
    background: #fff;
    margin-top:15px;
    padding: 5px;
}
.mr_1 {
    margin-right: 0.25rem;
}
.mr_3{
    margin-right: 1rem;
}
.dropdown-menu {
    border-radius: 0.75rem;
}


.d_grid {
    display: grid;
}
.txt_green{
    color: #6fb327 !important;
}
.navbar .navbar-right{
    display: flex;
    justify-content: end;
}

/*  Reviews Star Rating */
*{
    margin: 0;
    padding: 0;
}
.rate {
    float: left;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */


#AddReviewModal label {
    font-size: 16px;
    font-weight: 600;
    /*margin-bottom: auto;*/
    /*margin-top: auto;*/
}
#AddReviewModal .rate{
    float: right;
    padding: 0;
}





.review .cards{
    margin-top:2.5rem;
}
.review .cards .card{
    width:100%;
    margin-bottom:.7rem;
    background:rgb(45, 43, 64);
    border-radius:5px;
}
.review .card > *{
    padding:1rem 1.2rem;
}
.review .card-top{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}
.review .img{
    width:50px;
    height:50px;
    background:purple;
    border-radius:50%;
    outline:none;
}
.review .name .one{
    background:orange;
}
.review .name,.name .img{
    display:flex;
    align-items:center;
    gap:10px;
}
.review .name .img{
    justify-content:center;
}
.review .rate i{
    color:yellow;
}
.review .card-content{
    margin:0;
    padding-top:0;
}
.review .card-content p{
    font-size:.8rem;
    color:rgb(152, 152, 165);
}
.review .card-action{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.review .card-action span{
    font-size:.8rem;
    color:RGB(101, 101, 114);
}
.review .card-action .btn{
    padding: .3rem .7rem;
    background:transparent;
    border: 1px solid #000;
    border-radius:2px;
    color:#8C8C9F;
    cursor:pointer;
    transition:.2s ease-in-out;
}
.review .btn:hover{
    background:#000;
    color:#fff;
}
.pl_0{
     padding-left: 0 !important;
}
.live_classes {
    padding: 1rem !important;
}
