.subject_text_tutor{
    font-family: "Artico";
    font-weight: 500;
    font-size: 14px;
    color: #052633;
}

.subject_data:hover{
    cursor: pointer;
    text-decoration: underline;
}

.drop-box {
    position: relative;
    display: inline-block;
}

.drop-button {
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}

.drop-button:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #052633;
    box-sizing: border-box;
    display: inline-block;
    margin: 0px 11px;
    transform: rotate(-90deg);
    margin-left: 17px;
}

.drop-box.active .drop-button:after,
.link.active:before {
    transform: rotate(0deg);
}

.drop-menu {
    display: none;
}

.drop-box.active .drop-menu {
    display: block;
}

.drop-menu .link {
    padding: 0px 20px;
}

.drop-menu .box {
    display: none;
    padding-left: 40px;
}

.drop-menu .link.active+.box {
    display: block;
}

.drop-menu .box label {
    display: block;
}
.custom_subject_bubble{
    border: 1px solid #F4F6F9 !important;
    border-radius: 15px;
}

/*custom dropdown*/
.dropdownSubject {
    position: relative;
    display: inline-block;
    width: 205px;
}

.dropdownSubject-toggle {
    position: relative;
    padding: 7px 15px;
    padding-right: 30px;
    background-color: #FF8038;
    border: 1px solid #FF8038;
    cursor: pointer;
    border-radius: 9px;
    width: 100%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Artico';
    font-size: 15px;
    color: #052633;
}

.dropdownSubject-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.dropdownSubject-toggle.active .dropdownSubject-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.dropdownSubject-menu {
    display: none;
    position: absolute;
    bottom: 100%; /* Position the menu above the toggle button */
    left: 0;
    background-color: #fff;
    width: 100%;
    max-height: 264px; /* Set a maximum height for the menu */
    overflow-y: auto; /* Add vertical scrollbar if needed */
    border: 1px solid #ced4da !important;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0 0 5px 0; /* Add some margin to the bottom */
    border-radius: 10px;

}

.dropdownSubject-menu li {
    padding: 6px 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Artico';
    font-size: 14px;
}

.dropdownSubject-menu li:hover {
    color: #fff;
    background-color: #FF8038;
}
.show {
    display: block;
}
.dropdownSubject{
    width: 100%;
}
.custom-col{
    margin-bottom: 18px !important;
}
#profileImage {
    border-radius: 50%;
    background: #FF8038;
    font-family: "Artico";
    color: #052633;
    text-align: center;
    line-height: 50px;
    padding: 0px 23px;
}

.find-tutor-card{
    margin-top: 3rem;
    border-radius: 25px;
    margin-bottom: 3rem;
}
.find-tutor-card .card-body{
    padding: 41px;
}
.find-tutor-card .tutor_title{
    font-size: 32px;
    font-family: 'Artico';
    color: #050505;
    font-weight: 600 !important;
}
.find-tutor-card .search-input {
    width: 100%;
    padding: 22px;
    border: 4px solid #F2F6F9;
    border-radius: 12px;
    border-right: none;
    outline: none;
    font-size: 20px;
    font-family: "Artico";
    background: #F2F6F9;
    box-shadow: unset !important;
}
.find-tutor-card .final-search-tutoring{
    position: absolute;
    right: 0px;
    height: 35px;
    margin-top: 7px;
    margin-right: 10px;
}
.find-tutor-card  .tutoring_program::placeholder{
    color: #667085;
}
.find-tutor-title-div{
    margin-bottom: 9px;
}
.find-tutor-filter .grade-slider{
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 22px;
}
.find-tutor-filter .hourly-slider{
      padding-left: 9px;
      padding-right: 9px;
      margin-bottom: 40px;
  }
.subject-filter hr{
    margin-top: 11px;
    margin-bottom: 11px;
}
.main-subject-filter{
    padding-right: 20px;
}
.link-box{
    cursor: pointer;
}
.search-box .search-icon{
    position: absolute;
    right: 0px;
    margin-top: 8px;
    margin-right: 25px;
}
.search-box-filter::placeholder{
    font-size: 15px;
    font-family: "Artico";
    color: #667085;
}
.search-box-filter{
    font-size: 15px;
    font-family: "Artico";
    color: #667085;
    padding: 7px 17px;
    height: 44px;
    border-radius: 9px;
}
.tutoring_filter_label{
    font-family: "Artico"!important;
    color: #052633!important;
    font-size: 15px!important;
    font-weight: 600!important;
}
.availabilities-day{
    font-family: 'Artico';
    color: #052633;
    font-size: 14px;
    padding: 2px 0px;
}
.availabilities-day input[type="checkbox"] {
    appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    border: 1px solid #D0D5DD;
    border-radius: 6px;
    background: white;
    cursor: pointer;
}
.availabilities-day input[type="checkbox"]:checked {
    background-color: white;
    border-color: #FA7B4D;
}
.availabilities-day input[type="checkbox"]:checked::before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #FA7B4D;
    border-width: 0 2px 2px 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 8px;
}
.availabilities-day label{
    color: #052633!important;
    font-family: 'Artico'!important;
    font-size: 14px!important;
    font-weight: 200!important;
}
.language-item.selected{
    background: #FF8038;
    color: white;
    border: 1px solid #FF8038;
}
.filter-row{
    margin-bottom: 35px !important;
}
.filter-row .grey-color{
    font-family: 'Artico';
    font-size: 15px;
}
.tutoring_text_grid {
    font-size: 19px;
}
/*.view-details-text{*/
/*    color: #FA7B4D!important;*/
/*    font-family: 'Artico Medium';*/
/*    font-size: 15px;*/
/*    cursor: pointer;*/
/*}*/
.verify-account{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: unset;
    white-space: nowrap;
    font-family: 'Artico Medium';
    font-weight: 400;
    color: #052633;
    font-size: 14px;
}



/* start pagination css */
.list_show_page .space_1{
    color: #667085;
    font-family: 'Artico';
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #667085;
    background-color: unset;
    border: unset;
}
.page-item.disabled .page-link {
    color: #667085;
    pointer-events: none;
    cursor: auto;
    background-color: unset;
    border-color: unset;
    text-decoration: none;
    margin-bottom: -15px;
    padding: 10px 17px;
    font-size: 17px;
    font-family: 'Artico';
}
.page-link:hover {
    z-index: 2;
    color: #FF8038;
    text-decoration: none;
    background-color: unset;
    border-color: unset;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow:unset!important;
}
/* end pagination css */

.program-tutor-footertext-content h3 .highlight {
    background: #FFFFFFB0!important;
    padding: 6px 16px;
    border-radius: 40px;
}
.middle-div .select2-container--default .select2-selection--single{
    background: #F2F6F9!important;
}
.middle-div .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #979899 !important;
    font-family: 'Artico';
}
.middle-div .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
}
.list-view .language-p{
    margin-top: 2px;
    margin-bottom: 9px;
}
.list-view .tutor_profile .info-div {
    padding-left: 1%!important;
}
.list-view .card_tutor_profile{
    padding: 23px 22px;
}
.list-view  .tutroing_bio_p{
    margin-top: 8px;
}
.tutore_profile_img img {
    margin-bottom: unset;
}
.list-view .view-profile{
    border-radius: 51px;
    padding: 9px 0px;
    font-size: 13px !important;
    background: white;
    font-family: 'Artico Medium';
    cursor: pointer;
    border: 1px solid #E1E1E9;
    color: #FA7B4D;
}
.list-view .book-lesson{
    border-radius: 51px;
    padding: 9px 0px;
    font-size: 14px !important;
    background: #FF8038;
    color: white;
    font-family: 'Artico Medium';
    cursor: pointer;
    font-weight: 100;
    margin-bottom: 8px;
}
