@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #384047;
}

form {
    margin: 10px auto 25px auto;
    padding: 10px 20px;
    direction: rtl;
    background: #f0ebff;
    border-radius: 8px;
}

h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    font-family: 'Cairo';
    font-weight: 700;
    margin: 0;
    height: 54px;
    outline: 0;
    padding: 8px 15px 8px 15px;
    width: 100%;
    border: 1px solid #f0ebff;
    background-color: #ffffff;
    color: #2d00ab;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

select {
    padding: 6px;
    height: 32px;
    height: 54px;
    padding: 8px 15px 8px 15px;
    border-radius: 2px;
}

.button {
    padding: 10px 39px 10px 39px;
    color: #FFF;
    background-color: #f3900f;
    font-size: 18px;
    font-family: 'Cairo';
    text-align: center;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #f3900f;
    /* border-width: 1px 1px 3px; */
    /* box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset; */
    margin-bottom: 10px;
}

fieldset {
    margin-bottom: 10px;
    border: none;
    padding: 0 0 0 0;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
    margin: -3px 0 -1px 0;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Cairo';
}

label.light {
    font-weight: 300;
    display: inline;
}

.number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.dimako {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    margin: 10px 0 20px 0;
    font-size: 13px;
    /* text-align: center; */
    line-height: 22px;
}

.clasi {
    width: 100%;
    border-radius: 12px;
    /* max-width: 394px; */
    display: block;
    margin: 0 auto -3px auto;
}

.clasi2 {
    width: 130px;
    margin: 5px 0 9px 0;
    float: right;
}

.titg {
    direction: rtl;
    font-family: 'Cairo';
    font-weight: 800;
    font-size: 16px;
    color: #2d00ab;
}

.titlign {
    width: 12%;
    height: 3px;
    border-radius: 55px;
    background-color: #f3900f;
    margin: -3px 0 0 0;
    float: right;
}

.formalio {
    margin: 10px auto;
    padding: 10px 0px;
    direction: rtl;
    max-width: 100%;
    background: #ffffff;
    border-radius: 8px;
}

.clr {
    clear: both;
}

.khl01 {
    width: 93%;
    font-family: 'Cairo';
    margin: 13px 0px 0 0px;
    line-height: 16px;
    font-size: 14px;
    color: #000;
}

.khl02 {
    float: right;
    width: 51px;
    margin: 3px 0 3px 20px;
}

.cimako {
    background-color: #695dbf;
    border-radius: 4px;
    margin: 0 auto;
    width: 49%;
    float: right;
    height: 59px;
    padding: 10px 0 10px 0;
}

.kimako {
    background-color: #7bcc93;
    border-radius: 4px;
    margin: 0 auto;
    width: 49%;
    float: left;
    height: 59px;
    padding: 10px 0 10px 0;
}

.cimako1 {
    color: #fff;
    font-family: 'Cairo';
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.cimako2 {
    color: #fff;
    text-align: right;
    font-size: 21px;
    margin: -4px 0 0 0;
    font-weight: 800;
}

.phonea {
    width: 31px;
    float: right;
    margin: 5px 20px 0 10px;
}

a {
    text-decoration: none !important;
}

a:link {
    color: #fff;
    border-bottom: 1px solid #5a2cd8 !important;
}

a:visited {
    color: #fff;
    border-bottom: 1px solid #5a2cd8 !important;
}

a:hover {
    color: #fff;
    border-bottom: 1px solid #5a2cd8 !important;
}

.clasi9 {
    margin: 25px auto 40px auto;
    width: 116px;
    opacity: 0.5;
    display: block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

@media screen and (min-width: 480px) {
    .formalio {
        max-width: 90%;
    }
}

.dokilo {
    background-color: #f7f5ff;
    padding: 17px;
    border-radius: 8px;
    margin: 10px 0 10px 0;
}

.trfg001 {
    font-size: 28px;
    line-height: 30px;
    margin: 19px 0 25px 0;
    font-family: 'Cairo';
    font-weight: 800;
    color: #403e45;
}

.dk01 {
    width: 50%;
    float: right;
}

.itslbn {
    text-align: center;
    font-size: 17px;
    margin: -8px 0 0 0;
    font-family: 'Cairo';
}

.dk02 {
    width: 25%;
    float: right;
}

.butdton {
    padding: 10px 39px 10px 39px;
    color: #FFF;
    background-color: #d2cde1;
    font-size: 18px;
    font-family: 'Cairo';
    text-align: center;
    font-weight: 700;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #f3900f00;
    /* border-width: 1px 1px 3px; */
    /* box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset; */
    margin-bottom: 11px;
    margin-top: -3px;
}

.win {
    width: 100%;
}

.textarsa {
    text-align: center;
    font-family: 'Cairo';
    margin: -40px 0 50px 0;
    font-weight: 800;
    font-size: 20px;
    margin: -39px auto 90px auto;
    line-height: 26px;
    color: #1f1e24;
    width: 280px;
}

.font_malin {
    position: absolute;
    bottom: 1%;
    width: 96%;
}