/*new page css*/
.checked {
    color: rgba(255, 198, 21, 1);
}

.tutoring_list_result_overflow {
    background: #FFF4EB;
    height: 100%;
    max-height: 100%;
    /* overflow-y: auto; */
}

.filter_instrutor_left {
    padding: 20px 20px;
}

.filter_instrutor_text {
    font-family: "Artico";
    font-size: 25px;
    color: #052633;
    margin-bottom: unset;
}

.tutore_profile_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 12px;
}

.tutroing_name {
    padding-top: 20px;
}

.tutroing_text,
.subject_text {
    font-family: 'Artico Bold';
    font-weight: 400;
    color: #052633;
    font-size: 13px;
    margin-bottom: unset;
}

.tutroing_name h1 {
    font-size: 22px;
}

.tutroing_name h3 {
    font-family: "Artico" !important;
    font-size: 17px;
    padding-top: 20px;
}

.tutroning_subject_text {
    color: #052633;
    font-size: 22px;
    font-family: Artico Medium;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.tut_review_color {
    color: #97BDE9 !important;
}

.tutroing_main_pt {
    padding-top: 18px;
}

.tutroing_main_pt h1 {
    font-size: 27px;
}

.tutroing_bio_p {
    font-family: "Artico";
    color: #052633;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19.48px;
    text-align: left;
    margin-bottom: unset;
}

.tutroing_hourly_pt {
    text-align: center;
    padding-top: 75px;
}

.tutroing_button_book {
    padding: 16px 0px;
    font-size: 14px !important;
    background: #FF8038;
    color: #052633;
    font-family: 'Artico Medium';
    border-radius: 0px 0px 7px 7px;
    cursor: pointer;

}

/* View Program Start S */
.program_profile {
    background: white;
    font-family: 'Artico Medium';
    border-radius: 36px;
    padding: 10px 0px;
    border: 1px solid black;
}

.program_profile:hover {
    background-color: #FF8038;
    border: none;
}

.program_profile:hover .href-view-link {
    color: white !important;
}

.list_view_program {
    height: auto !important;
}

/* View Program End S */

#profile-link a {
    color: #052633;
}

.public-url {
    padding: 16px 0px;
    font-size: 14px !important;
    background: rgba(241, 241, 241, 1);
    color: #052633;
    font-family: 'Artico Medium';
    border-radius: 0px 0px 7px 0px;
    cursor: pointer;
}

.tutoring_range_p {
    font-family: "Artico";
    color: #052633;
    font-size: 15px;
    font-weight: 600;
}

.profile-job-session {
    top: 50%;
    position: absolute;
    width: 100%;
}

.student-instructor-profile {
    position: absolute;
    font-family: Artico;
    font-weight: bolder;
    line-height: normal;
    top: 40%;
    font-size: 12px;
    padding-left: unset;
}

.job-session-div {
    font-weight: bold;
    color: #052633;
    font-family: 'Artico Medium';
    font-size: 16px;
}

.profile-job-session .text-muted {
    font-weight: 500;
    font-family: 'Artico';
    font-size: 14px;
}

.profile-schedule-session {
    position: absolute;
    top: 65%;
    width: 100%;
    /*padding: 5px;*/
    /* background: #FF8038; */

}

.job-profile-hourly-rate {
    text-align: center;
    font-weight: 600;
    color: #052633;
    font-family: 'Artico';
    font-size: 15px;
}

.job-profile-schedule-session,
.job-profile-schedule-session:hover {
    border: 2px #343a40 solid;
    padding: 10px 49px;
    border-radius: 32px;
    font-size: 15px;
    color: #052633;
    font-family: 'Artico';
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgb(237 230 230 / 20%), 0 6px 20px 0 rgb(243 237 237 / 19%);
    cursor: pointer;
}

.job-profile-schedule-session:hover {
    background-color: #ffead6;
    border: 2px #9f330f solid;
    color: #9f330f;
}

/*Range*/
.middle {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.slider {
    position: relative;
    z-index: 1;
    height: 5px;
    margin: 0 15px;
}

.slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: #CECCC5;
}

.slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #FFD5C6;
}

.slider>.thumb {
    position: absolute;
    z-index: 3;
    width: 21px;
    height: 21px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(98, 0, 238, .1);
    transition: box-shadow .3s ease-in-out;
    border: 1px solid #FF8038;
}

.slider>.thumb.left {
    left: 25%;
    transform: translate(-15px, -9px);
    cursor: pointer;
}

.slider>.thumb.right {
    right: 25%;
    transform: translate(15px, -9px);
    cursor: pointer;
}

input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}

/*end*/
@media (max-width: 1800px) {
    div .repo_tutroing_img {
        display: unset !important;
    }

    .rep-pl-star {
        padding-left: 15px;
    }
}

/* @media (max-width: 1024px) { */
@media (max-width: 575px) {
    .tutore_profile_img {
        margin: 0 auto;
        /* Center the container itself */
        display: flex;
        justify-content: center;
        /* Center the image horizontally */
        align-items: center;
        /* Center the image vertically */
        text-align: center;
        /* Center text within the container, if any */
    }

    .repo_tutroing_img {
        flex-direction: column;
        /* Stack elements vertically */
        align-items: center;
        /* Center items horizontally */
    }

    .tutroning_subject_text {
        text-align: center;
        width: unset !important;
    }

    .tutroing_hourly_pt {
        padding-top: unset !important;
        padding-bottom: 10px;
    }
}

.right-card {
    padding: 0px 53px;
}

.tutor_title {
    margin-bottom: unset;
    font-size: 24px;
    font-family: 'Artico Medium';
    color: #052633;
    font-weight: 500 !important;
}

.filter-page .tutor_title {
    margin-bottom: 10px !important;
}

.search-input {
    width: 100%;
    padding: 10px;
    border: 4px solid rgba(247, 245, 243, 1);
    border-radius: 5px 0 0 5px;
    border-right: none;
    outline: none;
    font-size: 20px;
    font-family: "Artico";
    background: rgba(247, 245, 243, 1);
    box-shadow: unset !important;
}

.tutoring_program::placeholder,
.open_program::placeholder,
.search_program::placeholder {
    color: rgba(5, 38, 51, 0.5);
    font-size: 15px;
    font-family: Artico;
}

.tutoring_program,
.open_program,
.search_program {
    color: #052633;
    font-size: 17px !important;
    font-family: Artico;
}

.right-card .card-body {
    padding: 13px 12px;
}

.search-box {
    height: 45px;
}

.filter-page .search-box {
    height: 50px !important;
}

.search-button {
    text-align: center;
    height: 46px;
    width: 60px;
    outline: none;
    cursor: pointer;
    border: 4px solid #FF8038;
    border-radius: 0 5px 5px 0;
    border-left: none;
    background: none;
    font-size: 20px;
    border-left: 4px solid #FF8038;
    background: #FF8038;
    box-shadow:unset!important;
}

.filter-page .search-button {
    height: 50px !important;
}

.tutor-card {
    margin-top: 24px;
}

.fa-star:before {
    font-size: 14px;
}

.mb-1 {
    margin-bottom: 3px !important;
}

.tutroing_text span {
    font-weight: bold;
    font-size: 18px;
}

.subject_text {
    cursor: pointer;
}

.subject_text span {
    font-size: 14px;
}

.card_tutor_profile {
    border-radius: 20px!important;
    border: 1px solid #ECECEC
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #052633;
    font-family: 'Artico';
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    font-family: 'Artico';
}

.main-sub-arrow:after {
    margin: -1px 11px !important;
    margin-left: 8px !important;
}

.subject_data {
    font-weight: 500 !important;
}

.profile-section {
    margin-top: 25px;
    overflow-y: scroll;
    height: 640px;
}

@media (max-width: 1093px) {
    .tutore_profile_img img {
        width: 90px !important;
        height: 90px !important;
    }
}

@media (max-width: 850px) {
    .tutore_profile_img img {
        width: 90px !important;
        height: 90px !important;
    }

    .main-filter,
    .right-card {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.with-login .main-filter {
    padding-left: 20.5px !important;
}

@media (min-width: 830px) and (max-width: 1320px) {
    .with-login .profile-section .profile-main-div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .with-login .main-filter {
        flex: 0 0 35%;
        max-width: 34%;
    }

    .with-login .right-card {
        max-width: 66%;
    }
}

.without-profile-section {
    height: 616px !important;
}

.right-card .web-view {
    padding-top: 13px !important;
    padding-bottom: 36px !important;
}

.right-card .web-view .left-div {
    padding-left: unset !important;
}

.list_show_page {
    margin-bottom: unset !important;
    margin-top: unset !important;
}

.subject_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*@media (min-width: 992px) and (max-width: 1545px) {*/
/*    .main-profile-section {*/
/*        flex: 0 0 33.333333%;*/
/*        max-width: 33%;*/
/*    }*/
/*}*/

.subject-cards {
    margin-top: 33px;
}

.tutor-filter {
    margin: 0px 14px
}

.flex-container {
    display: flex;
    flex-direction: column;
    height: 85vh;
    justify-content: space-between;
}

.flex-filter {
    height: 80vh !important;
}

@media(max-width: 767px) {
    .filter-page .search-box-main-div {
        text-align: center;
    }

    .res-hr {
        display: block !important;
    }

    .res-student {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }

    .res-label {
        width: 120%;
        margin-bottom: unset !important;
    }

    .flex-filter {
        height: unset !important;
    }
}

@media(min-width: 1200px) and (max-width: 1500px) {
    .custom-col {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.res-hr {
    display: none;
}

.bottom-hr {
    margin-left: -29px;
    margin-right: -27px;
    border-top: 1px solid rgba(5, 38, 51, 0.5);
    margin-top: 2rem;
    margin-bottom: 0rem !important;
}

.filter-icon img {
    width: 27px;
}

.filter-icon {
    float: right;
}

.filter-icon .active-view{
    fill:#FF8038 !important;
    stroke:#FF8038 !important
}
.middle-div {
    display: flex;
    justify-content: right;
}

.grey-color {
    color: #979899 !important;
}
.list_view_tutor_profile{
    padding: 30px;
}
@media (max-width: 1740px) {
    .home-tutor .container{
        max-width: 90%!important;
    }
}
.home-tutor .container{
    max-width: 75%;
}
.register-public-school, .request-program, .view-details{
    width: 100%;
    text-align: center;
    background-color: #FF8032;
    color: white;
    border: 2px #FF8032 solid;
    padding: 10px 49px;
    font-weight: 400;
}
.view-details{
    padding: 10px 10px;
    margin-top: 16px;
}
.view-details:hover{
    padding: 10px 10px;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    background-color: #FF8032;
    color: white;
    border: 2px #FF8032 solid;
    font-weight: 400;
}
.register-div, .request-div{
    display: flex;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    z-index: 11111;
}
.mainHomeProfile{
    border-radius: 35px;
}
.programsMenus a:hover{
    color: gray;
    text-decoration: unset!important;
}
.programsMenus .active{
    text-decoration: underline;
    border-bottom: 4px solid #FF8032;
    text-underline-offset: 14px;
    padding-bottom: 8px;
    color: #FF8032;
}
.program_information{
    max-height: 359px; /* Limit the height initially */
    overflow: hidden; /* Hide overflowed content */
    position: relative;
    transition: max-height 0.5s ease;
}
.see-more-link{
    color: #FF8038;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
.program_information.expanded {
    max-height: none; /* Remove the height restriction when expanded */
}
.login-find-tutor-card{
    margin-top:unset!important;
}
@media(min-width: 1383px) and (max-width: 1700px) {
    .with-login .main-profile-section {
        flex: 0 0 47%;
        max-width: 47%;
    }
}
@media(min-width: 1200px) and (max-width: 1495px) {
    .without-login {
        flex: 0 0 47%;
        max-width: 47%;
    }
}
@media(max-width: 991px){
    .list-view .card_tutor_profile {
        padding: 15px 0px!important;
    }
    .tutore_profile_img img {
        width: 70px !important;
        height: 70px !important;
    }
    .tutroning_subject_text{
        font-size: 19px;
    }
    .verify-account,.language-p, .subject_text span, .tutroing_bio_p, .list-view .view-profile{
        font-size: 12px!important;
    }
    .tutroing_text span{
        font-size: 14px;
    }
    .verify_account_check_tutor{
        margin-bottom: 8px;
    }
}
@media(max-width: 574px){
    .res-details .row{
        display: block;
    }
    .tutore_profile_img img {
        width: 95px !important;
        height: 95px !important;
    }
}
@media(max-width: 866px){
    .register-public-school, .request-program, .view-details  {
        padding: 10px 15px;
    }
}

#accordionExample{
    overflow-x: auto;
    max-height: 930px;
}
.tutroing_button_book.explore_program_btn {
    background: #FF8038;
    border: none;
}
.href-view-link.explore_btn {
    color: #FFFFFF !important;
}
.tutroing_button_book.explore_program_btn:hover {
    background: #f0610e;
}
.register-public-school-btn{
    gap: 8px;
    border: 1px solid #FF8038;
    border-radius: 8px;
    font-family: 'Artico';
    background-color: #FF8038;
    color: white;
    cursor: pointer;
    width: 100%;
}
.register-public-school-btn:hover{
    background-color: #ffead6;
    border: 2px #9f330f solid;
    color: #9f330f;
    border-radius: 8px;
}
.register_black_font{
    color: #052633F5;
    font-size: 16px;
    font-weight: 400;
}
