﻿img {
    text-indent: -100vw;
    overflow: hidden;
}


/*------------- SearchAreas ---------*/
.state-label, .category-lable {
    font-weight: 700;
    font-size: larger;
}

.city-label, .subcategory-lable {
    font-weight: 700;
}

.search-select-state, .search-select-category {
    color: red;
}

.search-select-city, .search-select-subcategory {
    color: red;
}

.search-select-area, .search-select-service {
    background-color: yellow;
}


.small, small {
    font-size: .8em;
}


.profile-image {
    width: 118px;
    height: 118px;
    object-fit: cover;
}




#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.badge-large {
    font-size: 1em;
}

.star {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: dimgray;
}

.star-small {
    font-size: 15px !important;
}

.star:after {
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    color: gold;
}

.tag-simple {
    color: #4e4e4e;
    border: 1px solid #e7e4e4;
    border-radius: 8px;
    padding: 2px 4px;
    /* margin-left: 8px; */
    font-size: 0.75rem;
    margin-bottom: 8px;
}

.tag-simple-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
}


.progress-bar-expert {
    border: none !important;
    border-radius: none !important;
}

.progress-bar-good {
    background-color: #2bb0d4 !important;
}

.progress-bar-meduim {
    background-color: #ffc107 !important;
}

.progress-bar-bad {
    background-color: #ec651d !important;
}

.text-ec7c1d {
    color: #2bb0d4 !important;
}

.dt-list {
    font-weight: 200 !important;
    color: dimgrey;
}

.dd-list {
    font-weight: 500 !important;
    color: black;
}

.user-image-icon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5%;
}

.user-image-icon-state {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.money-align {
    text-align: end;
}

.h3subcategory {
    color: #9e9e9e;
    font-size: 0.85rem !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1;
}


input[type=tel] {
    direction: rtl !important;
}

.expert-admin-list-profile {
    height: 60px;
    width: 60px;
}





/* Switch lg */
.form-switch {
    width: 100%;
    padding: unset;
}

    .form-switch .switch-left {
        float: left !important;
    }

    .form-switch .switch-lg {
        width: 4em !important;
        height: 25px !important;
        margin-top: 2em;
        margin-left: unset !important;
    }

.switch-lg:checked {
    border: unset !important;
    box-shadow: unset !important;
}

.form-switch .switch-lg:focus {
    border: unset !important;
    box-shadow: unset !important;
}

.form-switch .switch-lg:hover {
    cursor: pointer;
}

.form-switch .switch-lg:checked, .form-switch .switch-lg:focus, .form-switch .switch-lg {
    background-image: url('/img/circleswich.svg') !important;
}

.form-switch .switch-lg {
    margin-top: -2px;
    margin-right: 1em;
}

/* Switch Button Green Red */

.form-switch .switch-green-red {
    background-color: #ff4500 !important;
}

.switch-green-red:checked {
    background-color: #00a049 !important;
}
/* Switch Button Green Red */


/* Switch Button Gray Green */
.form-switch .switch-green-gray {
    background-color: darkgray !important;
}

.switch-green-gray:checked {
    background-color: #00a049 !important;
}
/* Switch Button Gray Green */



.multi-line {
    white-space: pre-line;
}



/*------------------------Comment Service---------------------------*/
#Comment-card {
    border-radius: 10px;
}

    #Comment-card .Comment-card {
        padding: 5px;
    }

    #Comment-card .rank-comment {
        background-color: #00a049;
        width: 3em;
        max-width: 3em;
        min-width: 3em;
        padding-top: 4px;
        padding-right: 9px;
        height: 2em;
        min-height: 2em;
        max-height: 2em;
        border-radius: 5px;
        color: white !important;
        font-size: small;
    }

    #Comment-card .date-erea {
        margin-top: -3px;
    }

    #Comment-card .Comment-name strong, #Comment-card .Comment-name span {
        font-size: small !important;
    }

    #Comment-card .date-erea small, #Comment-card .Exper-section small {
        font-size: small !important;
        color: darkgray !important;
    }

    #Comment-card .Comment-content {
        padding: 0em 1em 1em 0em;
        word-wrap: break-word;
        margin-right: 3em;
        margin-top: -1em;
    }

        #Comment-card .Comment-content span {
            font-size: small !important;
        }

        #Comment-card .Comment-content strong {
            font-weight: 500;
            white-space: pre-line;
        }

    #Comment-card .Comment-name {
        border-bottom: 1px solid #f1f2f4;
        padding: 5px;
    }

    #Comment-card .Comment-card {
        border-bottom: 1px solid #e0e0e6;
        padding-bottom: 11px;
    }

    #Comment-card .Comment-title {
        padding: 10px;
    }

        #Comment-card .Comment-title h4 {
            font-weight: 800 !important;
        }

        #Comment-card .Comment-title span {
            font-size: x-small !important;
            color: darkgray;
            padding: 2px;
        }

    #Comment-card .Exper-card {
        /*background-color: #e0e0e670;*/
        border: 1px solid #e0e0e670;
        border-radius: 8px;
        align-items: center;
    }

    #Comment-card .Expert-img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

        #Comment-card .Expert-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 6px 6px 0;
        }

    #Comment-card .Expert-name {
        margin-top: 6px;
    }

        #Comment-card .Expert-name span {
            font-size: small;
            font-weight: 500;
            margin-right: 2px;
            margin-left: 8px;
            color: black;
        }

    #Comment-card .Exper-section {
        margin-right: 4em;
    }

.loadMore {
    padding: 5px;
    align-items: flex-start;
    text-align: center;
    border-radius: 10px;
}

    .loadMore a {
        color: #2bb0d4;
        /*font-size: small;*/
        /*float: left;*/
        cursor: pointer;
    }

    .loadMore i {
        margin-right: 6px;
        color: #2bb0d4;
    }
/*------------------------Comment Service---------------------------*/

