/*
Theme Name: Yoones
Theme URI: http://www.Yoonesd.ir
Author: Yoones
Author URI: Yoonesd.ir
Description: Wordpress Template
Version: 1.0
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    font-family: irs, "yekan";
    box-sizing: border-box;

}

body {
    margin: 0px auto;
    padding: 0px;
    background: #fff;
}


#kol {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;

}


a,
li {
    transition: all 0.2s ease-out 0.15s;
    -webkit-transition: all 0.2s ease-out 0.15s;
    -moz-transition: all 0.2s ease-out 0.15s;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.main {
    width: 100%;
    float: right;
    position: relative;
}

.wrapper {
    display: table;
    max-width: 1240px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

label {
    text-align: right;
    display: block;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
}

input,
select {
    width: 100%;
    background: #fff;
    border: 1px solid #acacac;
    border-radius: 7px;
    font-family: irs;
    font-size: 15px;
    padding: 9px;
}

.hidden {
    display: none;
}

.hide-desktop {
    display: none;
}

.hide-mobile {
    display: block;
}

.hide-scroll {
    overflow: hidden;
}

.hidescrollbar::-webkit-scrollbar {
    display: none;
}

.hidescrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex.center {
    justify-content: center;
}

.flex.space-between {
    justify-content: space-between;
}

.flex.nowrap {
    flex-wrap: nowrap;
}

.flex.align-center {
    align-items: center;
}

.flex.end {
    justify-content: end;
}

.flex.column {
    flex-direction: column;
}

.row {
    position: relative;
}

.col {
    position: relative;
}


.col-10 {
    width: 10%;
}

.col-15 {
    width: 15%;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: 33.33333%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}

.col-80 {
    width: 80%;
}

.col-90 {
    width: 90%;
}

.col-100 {
    width: 100%;
}

.padding-7 {
    padding: 7px;
}

.padding-14 {
    padding: 14px;
}

.row {
    margin-bottom: 14px;
}

.choose-time>.col {
    border: 1px solid #ececec;
    border-radius: 21px;
    padding: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.choose-time>.col h4 {
    width: 100%;
    color: #1977c1;
}

.choose-time>.col .items {
    width: 100%;
}

.choose-time>.col .items .item {
    background: #ededed;
    text-align: center;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 7px;
    cursor: pointer;
}

.gform_required_legend,
.gform-theme--framework .gform_validation_errors {
    display: none !important;
}


#loginform {
    margin: 0 auto;
    max-width: 400px;
}

#loginform button {
    cursor: pointer;
}

.cleanlogin-form input[type="submit"] {
    background: #0693e3;
    border: 0 none;
    cursor: pointer;
    color: #fff;
}

.cleanlogin-field {
    position: relative;
}

.cleanlogin-field #togglePassword {
    position: absolute;
    left: 65px;
    bottom: 5px;
}

.cleanlogin-field.cleanlogin-field-remember {
    display: none;
}

.choose-time .col h4 {
    font-size: 17px;
    color: #df0000;
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0 10px;
}

.choose-time .col {
    border: 1px solid #313131;
    padding: 14px;
    border-radius: 14px;
    margin-top: 21px;
    position: relative;
}

.choose-time .col .items {
    width: 100%;
}

.choose-time .col .items .item {
    background: #ececec;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    margin: 7px 0;
    cursor: pointer;
}

.choose-time .col .items .item.active {
    background: #0693e3;
    color: #fff;
}

.blank-section {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #acacac;
    text-align: center;
    padding: 5px;
    font-size: 15px;
}

.quiz-lessons li {
    display: inline-block;
    margin: 10px;
    background: #7c7c7c;
    color: #fff;
    border-radius: 7px;
    padding: 4px 21px;
    cursor: pointer;
    font-weight: 700;
}

.quiz-lessons li.active {
    background: #0693e3;
}

#input_3_11 {
    direction: ltr;
}

.user-quizes-charts {
    width: 100%;
    height: auto;
    position: relative;
}

.percent-chart,
.score-chart {
    display: block;
    width: 100%;
    position: relative;
    min-height: 480px;
    margin-bottom: 40px;
}

.percent-chart .canvasjs-chart-container,
.score-chart .canvasjs-chart-container {
    width: 100% !important;
}


.courses-list {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.courses-list li {
    background: #8f5050;
    color: #fff;
    border-radius: 7px;
    padding: 0 20px;
    cursor: pointer;
}

.courses-list li:hover,
.courses-list li.active {
    background: #f00;
}

#field_1_11 {
    display: none;
}




#clear {
    clear: both
}