.f-bg-black-banner{
    background-color: rgb(20 20 20 / 58%);
}
.f-button-banner{
    border-color: #ddd;
    color: #eee;
}
.f-banner-h{
    color: #ededed;
}
.f-banner-text{
    color: #ddd;
}
.f-banner-rank{
    display: inline;
}

.f-rank-order{
    order: -1;
}
.f-w-full{
    width: 100%;
}

.f-h-64 {
    height: 16rem;
}
.f-work-time{
    justify-content: space-between;
    flex: auto;
}
.f-work-time > div{
    background: #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
}
.f-work-time-end{
    width: 100%;
    justify-content: space-between;
    flex: auto;
    background: #eee;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
}
.f-w-m-content{
    width:max-content;
}
.f-text-gold{
    color: #c78a00;
}
.f-logo-footer{
    width: 120px;
    margin: auto;
    display:inline-block;
}

jdp-container .jdp-year select, jdp-container .jdp-month select {
    padding: inherit !important;
}

.jdp-years > .jdp-icon-plus{
    visibility: hidden;
    width: 0;
}

.jdp-years > .jdp-icon-minus{
    display: none;
}
.overflow-auto{
    overflow: auto;
}

#search--modal ,#map--modal, #share--modal{
    z-index: 1000;
}

.f-ltr{
    direction: ltr;
}

.time_pick input.timepicki-input {
    padding: 0 !important;
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCCCCC !important;
    border-radius: 5px 5px 5px 5px !important;
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
    direction: ltr !important;
    width: 70% !important;
    /*pointer-events: none !important;*/
    cursor: default !important;
    user-select: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
}
@media (min-width: 502px) {
    .f-rank-order{
        order: inherit;
    }

    .f-w-full{
        width: auto;
    }
}
@media (max-width: 674px) {
    .f-finder-placeholder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 0.6rem;
    }
    .f-finder-placeholder::-moz-placeholder { /* Firefox 19+ */
        font-size: 0.6rem;
    }
    .f-finder-placeholder:-ms-input-placeholder { /* IE 10+ */
        font-size: 0.6rem;
    }
    .f-finder-placeholder:-moz-placeholder { /* Firefox 18- */
        font-size: 0.6rem;
    }
}

:root {
    --star-size: 28px;
    --star-color: transparent;
    --star-background: #fc0;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(-90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.StarsLTR {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.StarsLTR::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.slider-wrapper-flex{
    display: flex;
    flex-wrap: wrap;
}
.d-block-mobile-work-time{
    display: inherit;
}

.w-full-mobile{
    width: max-content;
}
.work-time-def{
    display: flex;
    flex-wrap: unset;
}
.comment-rating-star{
    margin-top: 12px;
}

.comment-replay-button-parent{
    flex-direction: row-reverse;
}

.main-comment-replay-star{
    display: flex;
    flex-direction: row-reverse;
}

.avatar-name{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: auto;
}
.start-main-cm-rep{
    /*margin-left: 1.5rem;*/
}

.comment-details{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.comment-time{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #dddddd;
}

.footer-contact-icons{
    align-items: start;
}

@media (max-width: 1289px) {
    .work-time-def {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .work-time-def-item {
        padding: 5px;
        margin: 0 auto;
    }

}

@media (max-width: 1024px) {
    .slider-wrapper-flex{
        display: initial;
        flex-wrap: initial;
    }

    .w-full-mobile{
        width: 100%;
    }


}

@media (max-width: 835px) {
    .footer-contact-icons{
        flex-direction: column;
    }

    .address_footer{
        align-items: start;
        flex-direction: column;
    }

    .icon-footer-res{
        direction: ltr;
    }
    .icon-footer-res i{
        margin-right: 0;
        margin-left: 0.5rem;
    }

}

@media (max-width: 768px) {
    .comment-details{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .comment-time{
        padding-right: 0;
        margin-right: 0;
        border-right: 0;
    }
}

@media (max-width: 600px) {
    .comment-replay-button-parent{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }
    .main-comment-replay-star{
        flex-direction: column-reverse;
        justify-content: center;
    }

    .avatar-name{
        margin-left: auto;
        margin-right: auto;
    }
    .start-main-cm-rep{
        margin-left: 0;
    }

    .replays-child{
        margin-right: 5px !important;
    }
}
@media (max-width: 510px) {

    .d-block-mobile-work-time{
        display: block;
        text-align: center;
    }
    .d-block-mobile-work-time > .time_pick input[type=text]:first-child{
        margin: 8px auto;
        width: 100%;
    }
    .time_cleaner {
        top: 10px;
        left: 0px !important;
        font-size: 1.5rem;
        right: auto !important;
    }
    #work-times > div {
        padding-right: 0;
        padding-left: 0;
        text-align:right;
    }
    #work-times label.w-1\/5 {
        display:inline-block;
        width:25%;
    }
}



.d-none{
    display: none !important;
}
.f-pr-0{
    padding-right: 0 !important;
}

.last-time-work-odd{
    margin:  0 auto;
}
.time_cleaner{
    position: absolute;
    right: 15%;
    z-index: 10;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.f-text-red{
    color: #d4000f !important;
}

.am--btn-md {
    display: inline-flex;
    align-items: center;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: transparent;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    padding-top: 0.725rem;
    padding-bottom: 0.725rem;
    font-size: 0.82rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.07);
    --tw-shadow-colored: 0 0 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.f-upload-plus,.f-upload-plus_m-t{
    position: absolute;
    font-style: normal;
    font-size: 3rem;
    opacity: 0.8;
    top: -8px;
    left: 0;
}
.f-upload-plus_m-t{
    top: -15px;
}
.text-sm{
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
}

.text-right{
    text-align: right;
}

#search--modal, #map--modal{
    position: fixed;
    height: 100%;
}
#_map{
    max-height: 450px !important;
}

#search--modal .modal-container, #map--modal .modal-container{
    /*height: auto;*/
    /*overflow: auto;*/
}

.map-search-input{
    position: absolute;
    z-index: 10001;
    width: 320px;
    border: 0;
    margin-top: 10px;
    margin-right: 8px;
    padding: 8px;
    height: 48px;
    font-size: 16px;
}
.map-search-icon{
    z-index: 10002;
    margin-top: 22px;
    position: absolute;
    margin-right: 280px;
    width: 40px;
    height: 40px;
}

.get-current-location,.get-current-location-2{
    position: absolute;
    margin-right: 4px;
    text-align: center;
    width: 50px;
    z-index: 99999999999999;
    bottom: 4px;
    height: 50px;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-user-select: none;
    -mos-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #888;
    cursor: pointer;
}
.get-current-location i, .get-current-location-2 i{
    margin-top: 8px;
}

.p-4{padding:1.5rem!important}


.comment-replay-button-parent > button{
    min-width: max-content !important;
}

.comment-replay-button > button{
    min-width: max-content !important;
}

.replay-box{
    width: 100%;
    min-height: 100px;
    height: auto;
    display: block;
    background-color: #ffffff;
    border-radius: 0.75rem;
    text-align: right;
    direction: rtl;
    padding: 15px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    color: #666;
}

.flex-row-reverse{
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
}

.ml-auto{
    margin-left: auto;
}

.avatar-name{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: auto;
}
.goToReplay{
    cursor: pointer;
}
.goToReplay:hover{
    opacity: 0.85;
}
.replay-rating *{
    cursor: default !important;
}
.is-replay{
    border-right: 2px solid #ccc;
}
.replays-child{
    margin: 0  34px 10px 34px;
    border: 1px solid #e1e1e1;
    border-radius: 0.75rem;
    /*background-color: #f8f8f8;*/
}
.f_border-bottom{
    border-bottom: 1px solid #e1e1e1;
}
.f_border-top{
    border-top: 1px solid #e1e1e1;
}

.rounded-top-xl{
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
}
.replay-button{
    color: #a2a2a2;
}
.f_category-title{
    font-size: 1rem;
}
.text--accept{
    font-size: 0.8rem;
}
.info-box-danger li p{
    font-size: 17px;
    line-height: 40px;
}
.footer-contact-icons a{
    align-items: end;
}
.iwpc{
    color: #26D366;
}
.iwpc:hover{
    opacity: 0.85;
}
.iinsc{
    color: #C4377A;
}
.iinsc:hover{
    opacity: 0.85;
}

.ilnkc{
    color: #0E76A8;
}
.ilnkc:hover{
    opacity: 0.85;
}

.time-input{
    text-align: center !important;
    direction: ltr;
    padding-right: 0 !important;
    padding-left: 0 !important;
    letter-spacing: 3px !important;
    display:inline !important;
}

.ltr{
    direction: ltr !important;
}
.rtl{
    direction: rtl !important;
}

@media (max-width: 500px) {
    .map-search-input {
        width: 250px;
    }
    .map-search-icon{
        margin-right: 210px;
    }
}

@media (max-width: 422px) {
    .map-search-input {
        width: 200px;
    }
    .map-search-icon{
        margin-right: 160px;
    }
}

.flex-column{
    flex-direction: column !important;
}

.icon-md{
    font-size: 1.5rem !important;
}
.f_login-text-dropdown{
    display: inline-block;
    font-size: 1.1rem;
}
.z-9{
    z-index: 9 !important;
}

.z-11{
    z-index: 11 !important;
}

.f_mobile-menu-phone{
    margin-top: 20px !important;
}
.f-logo-footer{
    /*width: 120px;*/
    /*height: 120px;*/
    vertical-align: baseline;
}


.f_hidden {
    display: none !important;
}

.f-logo-all-fix,.f-logo-parent > a {
    cursor: pointer;
    width: 120px;
    height: 120px;
    display: inline-block !important;
    text-align: center;
    margin: 0 auto;
    vertical-align: baseline !important;
}
.f-logo-all-fix img,.f-logo-parent > a > img{
    margin: 0 auto;
}

.f-cursor-default{
    cursor: default !important;
}

.f-cursor-pointer{
    cursor: pointer !important;
}

.f-logo-defer a img{
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
}

.f-top-bar-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    text-align: right;
    padding: 10px 20px 10px 20px;
    font-size: 26px;
    background: #26D366;
    display: flex;
    flex-direction: row;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.f-top-bar-box .text{
    color: #fff;
    font-size: 14px;
}
.f-top-bar-box .close{
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    line-height: 52px;
    color: #666;
    border-radius: 0.4rem;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin-right: auto;
}

#installContainer {
    position: fixed;
    z-index: 999;
    bottom: 1em;
    display: flex;
    justify-content: center;
    width: 100%;
}

#installContainer button {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;

}
#installContainer button:hover{
    opacity: 0.98;
}
#installContainer span{
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 23px;
}

.f-share-text{
    display: none;
}

.f-share-parent{
    direction: ltr;
    text-align: left;
    position: absolute;
    left: 0;
    margin-top: -10px;
}

#shareDropdown{
    margin-right: -133px;
}
@media only screen and (min-width: 1024px) {
    .f-share-text{
        display: inherit;
    }
    .f-share-parent{
        position: inherit;
    }
    .dropbtn{
        width: 190px !important;
        margin-top: 20px !important;
    }
    .f-share-parent{
        direction: ltr;
        margin-top: inherit;
        left: inherit;
    }
    #shareDropdown{
        margin-right: 2px;
    }

}

@media only screen and (min-width: 768px) {
    #installContainer {
        display: none;
    }
}




.dropbtn {
    width: 55px;
    background-color: rgb(55 48 163 / var(--tw-bg-opacity));
    border-radius: 6px;
    color: white;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    z-index: 100;
    margin-top: -20px;
    margin-left: 20px;
    text-align: right;
    direction: rtl;
}

.dropbtn:hover{
    opacity: 0.85;
}

.f-dropdown {
    position: relative;
    display: inline-block;
}

.f-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 187px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    text-align: right;
    direction: rtl;
    font-size: 14px;
}

.f-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.f-dropdown a:hover {
    background-color: #ddd;
}

.f-show {
    display: block;
}

.f-fz-14 {
    margin-left: 10px;
    font-size: 22px;
    display: inline-block;
}
.dir-ltr{
    direction: ltr !important;
}
.btn-password{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    background-color: #00aa88;
    border-radius: 5px;
    color: white;
}
.btn-password i{
    margin-left: 8px;
}
.gap-2{
    gap: 5px;
}
.btn-info-show{
    padding: 6px 20px;
    border-radius: 8px;
    border: 1px solid #3730a3;
    color: #3730a3;
    transition: all 200ms;
}
.btn-info-show:hover{
    background-color: #3730a3;
    border: 1px solid #fff;
    color: #fff;
}
.web-notify{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    padding: 0px 20px;
    align-items: center;
}
    .web-notify a {
        font-size: 14px;
        color: white;
        display: inline-block;
        padding: 10px 12px;
        flex: 0 0 20px;
        border-radius: 5px;
    }

@media (max-width: 640px) {

    .sm\:h-64 {
        height: 16rem;
    }

    .f-share-parent {
        margin-top: 30px;
    }
}