
body, .appointment-form {
    background: #fff !important;
    /*background: #830612d4!important;*/
    /*background-color: var(--color-floor);*/
    /*background: linear-gradient(9deg, #e8d9be 0%, #a95108 100%);*/
}

h4, .appointment-form label, .appointment-form .lable, .appointment-form h2 {
    color: #fff6ED;
}

::placeholder {
    color: #6D6D6D;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #6D6D6D;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #6D6D6D;
}

input, .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    background: #f7f7f7 !important;
    /*color: #6D6D6D;*/
    border-radius: 7px !important;
}

a.btn, button.btn {
    background: linear-gradient(to right, #bd7776, #f4caa8);
    color: #ffffff;
    font-size: larger;
    font-weight: bold;
}

.terms {
    color: #E9CDCC;
}
.title_item
{
    color: #bd7776;
}

.appointment-form {
    /*box-shadow: none !important;*/
    /*border: 1px solid #E9CDCC;*/
    border-radius: 7px;
    margin-bottom: 60px;
    padding: 15px;
    text-align: right;
    box-shadow: 0px 0px 8px 3px #959595 !important;


}
.form-control, select.form-control:not([size]):not([multiple])
{
    border: 1px solid #696969;
}

h4, .appointment-form label, .appointment-form .lable, .appointment-form h2
{
    color: #2c2c2c;
}

input, .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered
{
    background: #ffffff !important;
}
.calling {
    position: absolute;
    bottom: 5px;
    left: 6px;
    z-index: 9999999;
}

.whasAppIcon {
    position: absolute;
    bottom: 5px;
    left: 50px;
    right: auto;
}

