﻿:root {
    --withback: #484848;
}

.form-loading {
    background: url(/images/loading.gif) no-repeat center 100px;
    min-height: 700px;
}

.mbd-submit-default {
    display: block;
    position: relative;
    padding: 15px;
    margin: 0;
    font-size: 14px;
}

.mbd-submit-default .sd-fields {
    padding: 2rem 1rem;
}

.mbd-submit-default .sd-fields .sd-field {
    margin-bottom: 25px;
    /* min-height: 60px; */
}

.mbd-submit-default .sd-fields .sd-field .sd-field-text {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: right;
    padding-right: 8px;
}

.mbd-submit-default .sd-fields .sd-field .sd-field-required span {
    font-weight: 700;
    display: block;
    color: #ecbc4b;
    padding: 1em;
    background-color: #fff6de;
    margin-top: 10px;
}


.steps .disabled {
    opacity: 0.5
}

.madeorder {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.submitbtn button {
    width: 100%;
}

.submitbtn {
    display: flex;
    align-items: flex-end;
}

.exercise-request {

    background: url('/portals/0/images/bg-Forms.jpg') right top no-repeat #000;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 8rem !important;
}

.diet-request {
    background: url('/portals/0/images/FoodProgram/bg-forms-food.jpg') right top no-repeat #000;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 8rem !important;
}

.Analiz-request {

    background: url('/portals/0/images/Analiz.jpg') right top no-repeat #000;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 8rem !important;
}

.supplement-request {

    background: url('/portals/0/images/Mokamel-BackGround.jpg') right top no-repeat #000;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 8rem !important;
}

.exercise-request>div {
    /* height: calc(100vh - 100px); */
    display: flex;
    align-items: center;
    justify-content: end;
}

@media screen and (min-width:920px) {
    .col-lg-25 {
        flex: 0 0 auto !important;
        width: 20% !important;
    }
}

.fields-section {
    color: #fff;
    padding: 30px 0;
}

/* .excercisestart.withback {
    background: var(--withback);
    border-radius: var(--radius10);
} */

.exercise-request input,
.exercise-request textarea {
    border-radius: var(--radius10) !important;
}

.inline-radioft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inline-radioft label {
    flex: 0 0 40%;
    justify-content: start;
    display: flex !important;
}

.mbd-field-radiobutton {
    display: flex;
    flex: 0 0 60%;
    align-items: baseline;
    gap: 2rem;
    line-height: 1;
}

.textinline {
    display: flex;
}

.textinline label {
    flex: 0 0 40%
}

.textinline .ui,
.textinline .mbd-field-persian-date {
    flex: 0 0 60%
}

.ft-btn button,
.ft-btn button:hover {
    background: var(--accent-color) !important;
}

.ft-btn.startbtn button {
    width: 240px !important
}



.btnsgroupclass .sd-field {
    min-height: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    max-width: 240px !important;
    overflow-x: hidden;
}

.btnsgroupclass .sd-field button {
    width: 100% !important;
}

.btnsgroupclass .sd-field button {
    margin: 0 !important;
}


.ftselectlist .mbd-field-list-selective .list-selective__items {
    width: 100%;
    margin: 1rem 0;
    padding: 0.8rem 0;
    cursor: pointer;
    background: rgba(54, 54, 54, 0.5);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: calc(var(--b-radius)*1.1);
    -webkit-border-radius: calc(var(--b-radius)*1.1);
    -moz-border-radius: calc(var(--b-radius)*1.1);
    -ms-border-radius: calc(var(--b-radius)*1.1);
    -o-border-radius: calc(var(--b-radius)*1.1);
}

.ftselectlist .mbd-field-list-selective .list-selective__items span {
    position: relative;
    padding-right: 3rem;
}

.ftselectlist .mbd-field-list-selective .list-selective__items span::before,
.ftselectlist .mbd-field-list-selective .list-selective__items:hover span::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    background: #FFFFFF;
    position: absolute;
    border: 0.05em solid #AFAFAF;
    border-radius: 50%;
    right: 1rem;
    top: 0.3rem;
    transition: all 0.3s ease-in-out;
}

.ftselectlist .mbd-field-list-selective .list-selective__items.is-selected span::before,
.ftselectlist .mbd-field-list-selective .list-selective__items:hover span::before {
    content: "";
    background: #FF9900;
    box-shadow: 0 0 6px #363636;
}


.ftselectlist .mbd-field-list-selective .list-selective__items {
    position: relative;
}

.TolTipContainer svg {
    max-width: 1.4rem;
    max-height: 1.4rem;
}

.toltipMessage {
    background-color: #00000073;
    bottom: 0;
    font-size: 0.9rem;
    width: 21rem;
    left: 2rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all ease-in-out .3s;
    z-index: auto;
}

.TolTipContainer:hover .toltipMessage {
    opacity: 1;
    transform: translateY(0%)
}

.is-required:after {
    content: ' *';
    color: red;
}

.hoToolTip {
    background: url('../_images/Help.png') no-repeat center center;
    content: "";
    height: 18px;
    position: absolute;
    padding: 12px 9px 2px;
    width: 18px;
    cursor: pointer;
    top: 5px;
    right: 0;
}

.hoToolTip span {
    display: none;
}

.hoToolTip:hover span {
    display: block;
}

.hoToolTip span {
    background: #006599;
    color: #F8F8F8;
    /*font-size: 12px;*/
    line-height: 21px;
    right: 35px;
    top: 11px;
    position: absolute;
    padding: 8px;
    text-align: right;
    width: 300px;
    z-index: 3;
    white-space: normal;
    border-radius: 3px;
}

.hoToolTip span:after {
    border-top: 0 solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #006599;
    content: "";
    top: 0;
    right: -10px;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 3;
}

.hoToolTip span .new {
    color: yellow;
    font-size: 1.1em;
}

.hoToolTip p {
    margin: 0 0 10px 0;
}

.btnsgroupclass>div {
    display: flex !important;
    justify-content: space-between;
}

.mbd-field-textarea {
    width: 100%;
}

textarea.form-control.text-input.theme-default {
    width: 100% !important;
}

.pwt-btn .fa-angle-left:after {
    content: '<';
    font-style: normal;
}

.pwt-btn .fa-angle-right:after {
    content: '>';
    font-style: normal;
}

.mbd-submit-default>div {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.infotab .info-tel svg {
    fill: #000 !important;
}

.infotab .info-whatsapp svg {
    fill: var(--custom-color7);
}

.infotab svg {
    max-width: 0.9em
}

/******************************* RequestTP *********************************/
.RequestTP .mbd-submit-default .sd-fields {
    display: block
}

.RequestTP {
    margin: 4em 0;
}


.RequestTP .mbd-field-uploadphoto {
    float: none !important;
    width: 100%;
    display: flex;
    position: relative;
}


.RequestTP textarea,
.RequestTP input[type="file"] {
    height: 100% !important;
    width: 100% !important;
}

.RequestTP .mbd-field-dropdownlist,
.RequestTP .mbd-field-uploadphoto,
.RequestTP .ui input,
.RequestTP .text-input.theme-default {
    /* background-color: #fafafa !important; */
    font-family: inherit !important;
    margin: 0;
    z-index: 3;
    color: #fff;
    cursor: pointer;
}

.RequestTP .text-input.theme-default:focus {
    border: 0.1em
}

.ui.input,
.mbd-field-number,
.mbd-field-textarea,
.selectize-input,
.mbd-field-uploadphoto {
    border-radius: 0 !important;
    /* height: 100%; */
}



.mbd-field-uploadphoto>span {
    font-size: 0.9em !important;
    text-align: right !important;
    padding: 0 1em;
    line-height: 3.4em;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 0.9em;
    color: var(--accent-color4);
    cursor: pointer;
    z-index: 3;
    pointer-events: none;
}

.mbd-field-uploadphoto .Uploadtext {
    left: 0;
    right: unset !important;
    width: auto !important;
    border: 0.1em solid var(--accent-color);
    background: var(--Silver-Bg);
    color: var(--accent-color) !important;
    border-radius: 0.5em;
    line-height: 2.3;
    bottom: unset !important;
    align-self: center;
    height: 2rem;
    margin: 0.7em;
}

.RequestTP input[type="file"]::file-selector-button {
    display: none;
}



.RequestTP .mbd-field-uploadphoto {
    background: rgba(0, 0, 0, 2%) !important;
    position: relative;
    height: 3.4rem;
    border: 0.1em solid var(--Silver-Primary-Color);
}


.textUploadComplete {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 0.9em;
    color: var(--Silver-Secondary-Color);
    cursor: pointer;
    z-index: 5 !important;
}

.RequestTP label {
    padding: 0.5em 0;
    font-weight: 300;
}

.text-input.theme-default:focus,
.ui.fluid.input>input:focus {
    box-shadow: none;
    border: 0.1em solid var(--accent-color) !important;
    border-radius: 0;
}

/**********************Diet Form******************************/
.AshnayiList .mbd-field-list-selective .list-selective__items {
    width: 100%;
    margin: 1rem 0;
    padding: 0.8rem 0;
    cursor: pointer;
    background: rgba(54, 54, 54, 0.5);
    backdrop-filter: blur(6px);
    color: #fff;
    border-radius: calc(var(--b-radius)*1.1);
    -webkit-border-radius: calc(var(--b-radius)*1.1);
    -moz-border-radius: calc(var(--b-radius)*1.1);
    -ms-border-radius: calc(var(--b-radius)*1.1);
    -o-border-radius: calc(var(--b-radius)*1.1);
}

.AshnayiList .mbd-field-list-selective .list-selective__items span {
    position: relative;
    padding-right: 3rem;
}

.AshnayiList .mbd-field-list-selective .list-selective__items span::before,
.AshnayiList .mbd-field-list-selective .list-selective__items:hover span::before {
    content: "";
    width: 0.9rem;
    height: 0.9rem;
    background: #FFFFFF;
    position: absolute;
    border: 0.05em solid #AFAFAF;
    border-radius: 50%;
    right: 1rem;
    top: 0.3rem;
    transition: all 0.3s ease-in-out;
}

.AshnayiList .mbd-field-list-selective .list-selective__items.is-selected span::before,
.AshnayiList .mbd-field-list-selective .list-selective__items:hover span::before {
    content: "";
    background: #FF9900;
    box-shadow: 0 0 6px #363636;
}


.AshnayiList .mbd-field-list-selective .list-selective__items {
    position: relative;
}

.AshnayiList .mbd-field-list-selective .list-selective__items:nth-child(1)::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/portals/0/images/FoodProgram/FreendsIcone.svg) no-repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.AshnayiList .mbd-field-list-selective .list-selective__items:nth-child(2)::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/portals/0/images/FoodProgram/SocialIcone.svg) no-repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.AshnayiList .mbd-field-list-selective .list-selective__items:nth-child(3)::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/portals/0/images/FoodProgram/InternetIcone.svg) no-repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.AshnayiList .mbd-field-list-selective .list-selective__items:nth-child(4)::after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/portals/0/images/FoodProgram/AdsIcone.svg) no-repeat;
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.mbd-field-dropdownlist .selectize-input {
    border-radius: calc(var(--b-radius)*1.1) !important;
}

@media screen and (max-width:480px) {

    .Date-Input .selectize-control:nth-of-type(1) .selectize-input,
    .Date-Input .selectize-control:nth-of-type(2) .selectize-input,
    .Date-Input .selectize-control:nth-of-type(3) .selectize-input {
        width: 18rem !important;
        text-align: center;
    }

}



.Date-Input .selectize-control:nth-of-type(1) .selectize-input,
.Date-Input .selectize-control:nth-of-type(3) .selectize-input {
    width: 3.57rem;
    text-align: center;
}

.Date-Input .selectize-control:nth-of-type(2) .selectize-input {
    width: 13.57rem;
    text-align: center;
}

.mbd-field-dropdownlist {
    gap: 0.3rem;
}

.mbd-field-dropdownlist .selectize-input:after {
    font-size: 0 !important;
}

.Choise-Input .selectize-input {
    width: 100% !important;
    text-align: start !important;
    background: #b1b1b133 !important;
}

.Choise-Input .selectize-input input {
    color: var(--accent-color) !important;
}

.bg-input input::placeholder {
    color: var(--accent-color) !important;
}

.bg-input .input {
    width: 100% !important;
}

.bg-input .input input {
    background: #b1b1b133 !important;
    color: var(--accent-color) !important;
}

.job-btn .button {
    background: transparent !important;
    border: 0.1em solid var(--accent-color2);
    border-radius: calc(var(--b-radius)*3.6);
    padding: 0.8rem 2rem;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.job-btn .button:hover {
    background: var(--accent-color2) !important;
    border-color: transparent !important;
    color: var(--Black) !important;
}

.treinerInput input {
    width: 100%;
    height: 7rem !important;
    cursor: pointer;
}

.treinerInput .mbd-field-uploadfile {
    position: relative;
}

.treinerInput span {
    position: absolute;
    top: 50%;
    left: 50%
}