* {
    font-family: 'Ubuntu';
    color:#232323;
    
}
.bg-app-light {
    background-color: #F8E5E5;
    /* background-color: radial-gradient(38.88% 38.88% at 13.43% 44.54%, #F8E5E5 0%, rgba(255, 255, 255, 0) 100%) */
}

.custom-rectangle {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #F7F7F7;
    box-shadow: 0px 2.813953399658203px 4.220930099487305px rgba(0, 0, 0, 0.25);
    border-radius: 5px
}

.rect-last {
    top: 5%;
    width: 90%;
    height: 100%;
    left: 5%;
    margin: auto;
}

.rect-middle {
    top: 2.5%;
    width: 94%;
    height: 100%;
    left: 3%;
    margin: auto;
}

.flex-full-heigh {
    height: -webkit-fill-available;
}

.rect-parent {
    width: 100%;
    height: 60vh;
    position: relative
}

.btn-custom-round {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.bg-card-app-dark {
    background: linear-gradient(200deg, #DA0F10 24%, rgba(255, 49, 0, 0.98) 92%);
    box-shadow: 0px 2.813953399658203px 4.220930099487305px rgba(0, 0, 0, 0.25)
}

.form-contol-custom {
    background-color: #f49187;
    color: white;
}

.float-open {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.gl-star-rating[data-star-rating] {
    position: relative;
    display: block;
}

    .gl-star-rating[data-star-rating] > select {
        overflow: hidden;
        visibility: visible !important;
        position: absolute !important;
        top: 0;
        width: 1px;
        height: 1px;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: circle(1px at 0 0);
        clip-path: circle(1px at 0 0);
        white-space: nowrap;
    }

        .gl-star-rating[data-star-rating] > select::before,
        .gl-star-rating[data-star-rating] > select::after {
            display: none !important;
        }

.gl-star-rating-ltr[data-star-rating] > select {
    left: 0;
}

.gl-star-rating-rtl[data-star-rating] > select {
    right: 0;
}

.gl-star-rating[data-star-rating] > select:focus + .gl-star-rating-stars::before {
    opacity: 0.5;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    outline: dotted 1px currentColor;
    pointer-events: none;
}

.gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    cursor: pointer;
}

    .gl-star-rating-stars > span {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-size: 24px;
        background-repeat: no-repeat;
        background-image: url(../StarRating/star-empty-review.svg);
        margin: 0 4px 0 0;
    }

        .gl-star-rating-stars > span:last-of-type {
            margin-right: 0;
        }

.gl-star-rating-rtl[data-star-rating] .gl-star-rating-stars > span {
    margin: 0 0 0 4px;
}

    .gl-star-rating-rtl[data-star-rating] .gl-star-rating-stars > span:last-of-type {
        margin-left: 0;
    }

.gl-star-rating-stars.s10 > span:nth-child(1),
.gl-star-rating-stars.s20 > span:nth-child(-1n+2),
.gl-star-rating-stars.s30 > span:nth-child(-1n+3),
.gl-star-rating-stars.s40 > span:nth-child(-1n+4),
.gl-star-rating-stars.s50 > span:nth-child(-1n+5),
.gl-star-rating-stars.s60 > span:nth-child(-1n+6),
.gl-star-rating-stars.s70 > span:nth-child(-1n+7),
.gl-star-rating-stars.s80 > span:nth-child(-1n+8),
.gl-star-rating-stars.s90 > span:nth-child(-1n+9),
.gl-star-rating-stars.s100 > span {
    background-image: url(../StarRating/star-full-review.svg);
}

.gl-star-rating-text {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #2196f3e0;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 12px 0 6px;
    margin: 0 0 0 12px;
}

    .gl-star-rating-text::before {
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        content: "";
        border-style: solid;
        border-width: 17px 12px 17px 0;
        border-color: transparent #2196f3e0 transparent transparent;
    }

.gl-star-rating-rtl[data-star-rating] .gl-star-rating-text {
    padding: 0 6px 0 12px;
    margin: 0 20px 0 0;
}

    .gl-star-rating-rtl[data-star-rating] .gl-star-rating-text::before {
        left: unset;
        right: -12px;
        border-width: 17px 0 17px 12px;
        border-color: transparent transparent transparent #212121;
    }



textarea::placeholder {
    color: #fff !important;
}

.iti {
    width: 100%;
}



.text-float {
    opacity: .65;
    transform: scale(.85) translateY(0.1rem) translateX(0.25rem);
}




#global-loader {
    position: fixed;
    z-index: 50000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffffad;
    cursor: progress;
    margin: 0 auto;
    text-align: center;
}

    #global-loader img {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 45%;
        margin: 0 auto;
    }



.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f49187;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(244 145 135 / 38%);
        border-color: #f49187;
    }

.phone {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    background-color: #f49187;
    background-clip: padding-box;
    border: 1px solid #f49187;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .phone:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(244 145 135 / 38%);
        border-color: #f49187;
    }

.phone-float {
    opacity: .65;
    transform: scale(.85) translateY(0.1rem) translateX(3.25rem);
}


.mediaUpload {
    border: 2px solid #aab7b8;
    border-style: dashed;
    background-color: #fafafa;
    flex: 0 0 auto;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    width: 92px;
    height: 92px;
    position: relative;
}

.media_container {
    padding: 0;
    position: relative;
}

.imagevedio {
    /*width: 92px;
    height: 92px;
    border: none;
    background: 0 0;
    padding: 0;*/
}

.hideupload {
    /*display: none;*/
    opacity: 0;
}

.image_preview {
    position: relative;
    margin-right: 10px;
    height: 90px;
    width: 90px;
    flex: auto 0;
    background-color: #000;
}

.media-upload__thumbnails-container {
    /*display: flex;*/
    /*flex-wrap: wrap;
            justify-content: flex-start;*/
    /*width: 100%;*/
}

.image_preview_thumnails {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #373d3e;
}

.img-thumbnail {
    height: 100% !important;
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #373d3e;
}

.multifile_preview {
    height: 92px;
    width: 92px;
    margin-left: 10px;
}


.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    /*height: 100%;*/
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    display: none;
}

.filename {
    display: none;
}

.multifile_container {
    display: flex;
    margin-left: 0px;
    text-align: left;
    flex-wrap: wrap;
}

p.uploaded_image {
    position: relative;
    display: inline-block;
}

.multifile_remove_input {
    color: white;
    position: absolute;
    background-color: #010101;
    /*border-radius: 9999px;*/
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 0 rgba(88,88,88,.75);
    z-index: 3;
    height: 25px;
    width: 25px;
    text-decoration:none;
}
a.multifile_remove_input:hover {
    color: whitesmoke;
}

video {
    border-style: none;
    vertical-align: middle;
}
.btn-active-platform {
    width: 80%;
}

a.outline {
    display: -webkit-inline-box;
    flex-direction: row;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #9a9a9a;
    border-radius: 30px;
    flex: none;
    width: 70%;
    flex-grow: 0;
    color: #474746;
    text-decoration: none;
    font-family: "system-ui";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    transition: all 0.5s ease;
}
    a.outline p {
        width: calc(100% - 66px);
        font-weight: 600;
    }
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

