@import "../fonts/BHoma.css";

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


html {
    font-size: 62.5%;
}

body {
    font-family: "Myriad Pro Light";
    margin: 0;
    font-size: 1.6rem; /* 16px */
    direction: ltr !important;
}

/*body{*/
   /**/
    /*font-size:12px;*/

/*}*/
header {
    height: 14rem;
}

header .caption{
    color: #9dbec3 !important;
    bottom: 0;
    right: 10.5%;
}
.w-60{
    width: 60%!important;
}

.text-10{
    font-size: 1rem !important;
}
.text-12{
    font-size: 1.2rem !important;
}
.text-14{
    font-size: 1.4rem !important;
}
.text-16{
    font-size: 1.6rem !important;
}
.text-17{
    font-size: 1.7rem !important;
}
.text-18{
    font-size: 1.8rem !important;
}
.text-21{
    font-size: 2.1rem !important;
}
.text-20{
    font-size: 2rem !important;
}
.text-23{
    font-size: 2.3rem !important;
}
.text-25{
    font-size: 2.5rem !important;
}
.text-28{
    font-size: 2.8rem !important;
}
.text-28{
    font-size: 2.8rem !important;
}
.text-28{
    font-size: 2.8rem !important;
}
.text-30{
    font-size: 3rem !important;
}
.text-32{
    font-size: 3.2rem !important;
}
.main-section{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}
#header h4 {
    margin-bottom: -3rem;
}

#base-menu ul{
    padding: 0px;
}

#base-menu li {
    border: 1px solid #9dbec3;
    font-size: 1.8rem;
    padding: 0.8rem  0.4rem 0.8rem  0.4rem;
    border-radius: 10px;
}

.menu-hover{
    cursor: pointer;
    background-color: #28215A !important;
    color: #FFFFFF !important;
}

#base-menu li:hover {
    cursor: pointer;
    background-color: #28215A;
}

#base-menu li:hover a, #base-menu li:hover a i {
    color: #FFFFFF !important;
}


#base-menu li a {
    text-decoration: none;
    color: #23A492;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5em 0 0.5em;
}

#profile p {
    margin-bottom: 0;
    color: #23A492;
}

/*
.searchformfld{
    position: relative;
    margin: 5px 0px;
}
.searchformfld label{
    position: absolute;
    padding-left: 10px;
    top:15px;
    cursor: text;

}
.searchformfld input:focus + label,.searchformfld input:not(:placeholder-shown) + label{
    opacity:1;
    transform: scale(.9) translateY(-100%) translateX(-10px);
    color:#000;
}
.searchformfld input:focus{
    border:1px solid #000;
    outline-color: #000;
}
.searchformfld{
    padding: 15px;
    margin:15px 0px;
}
.searchformfld input{
    width:100%;
    padding-left: 10px;
}
.searchformfld label,.searchformfld input{
    transition: all 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
} */

#register-form label {
    order: -1;
    padding-right: 8px;
    transition: all 0.3s ease-in;
    pointer-events: none;
    text-align: right;
    font-size: 1.5rem;
}

#login-form{
    font-size: 0.9rem;
}

#login-form label{
    order: -1;
    padding-right: 20px;
    transition: all 0.3s ease-in;
    pointer-events: none;
    text-align: right;
    font-size: 1.6rem;
}

#login-form span{
    position: absolute;
    top: 5.5rem !important;
    left: 1.5rem;
}
#register-form input,  #register-form select{
    direction: rtl;
    border-radius: 10px;
    border: 0.3rem solid #9dbec3;
    height: 4.5rem;
    font-size: 1.6rem;
    padding-right: 0.8rem;
}

#register-form input[type="checkbox"]{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    /* -webkit-transform: scale(2); */
    -o-transform: scale(2);
    transform: scale(2);
    padding: 10px;
}

#register-form input:valid + label {
    _transform: translateY(5px);
}
#register-form input:focus + label {
    _transform: translateY(5px);
}

#register-form .submit-btn {

    background-color: #23A492 !important;
    width: 30%;
    font-size: 1.1rem;
    padding: 0rem;
    vertical-align: middle;
    line-height: 2.1rem;
}
#login-form .login-btn {

    background-color: #23A492 !important;
    width: 30%;
    font-size: 1.1rem;
    padding: 0rem;
    vertical-align: middle;
    line-height: 2.1rem;
   
}

#register-form .field {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

#register-form button, #login-form button{
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

#register-form .login-link, #register-form .forgot-link, #register-form .register-link {
    text-decoration: none;
      color:   #23A492 !important;
}

#register-form span {
    position: absolute;
    top: 4.5rem;
    left: 1.5rem;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=text]{
    font-size: 1.6rem !important;
    padding-right: 1.6rem !important;
}

#login-form{
    margin-top: 2rem;
}

.nobat-section{
    font-size: 1.6rem;
}
.nobat-section .table thead th {
    border-top: none !important;
    border-bottom: none !important;
}
.nobat-section .table tbody td {
    border-top: 1px solid #DFBD80 !important;
    vertical-align: middle;
}
.nobat-section .table tbody td  a{
    background-color: #23A492;
    vertical-align: middle;
    color:white;
}

.first-visit h5{
    font-size: 0.8rem !important;
    font-weight: lighter;
}

.first-visit .btn{
    border: 1px solid #23A492 !important;
    font-size: 0.7rem !important;
    padding: 8px 3px 8px 3px !important;
    border-radius: 10px !important;
    width:12rem;

    color:#23A492 !important;
}


.main-btn{
    background-color: #23A492;
    vertical-align: middle;
    color:white;
    font-size: 0.8em !important;
}

.logout-section{
    z-index: 1000000000 !important;
    width: 12rem;
}

.logout-section .btn{
    background-color: #23A492 !important;
    width: 35%;
    font-size: 0.8rem;
    padding: 0rem;
    vertical-align: middle;
    line-height: 2.1rem;
    margin-right: 0.9rem;
}

.prev-reserve-section .prev-reserve-section-head{
    display: flex;
    justify-content: space-between;
}

.prev-reserve-section-items{
    display: flex;
    flex-direction: column;
}

.prev-reserve-section-item .reserve-action{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prev-reserve-section-item p{
    margin: 0;
    font-size: 0.9em;
}
.line-divider{

    width: 97%;
    background: #9dbec3 ;
    height: 1px;
}
.divider{
    width: 2px;
    background: #9dbec3 ;
}
.prev-reserve-section-item:nth-child(n+1){
    margin-top: 0.7em;
}
.prev-reserve-section-item, .search-section-item, .reserve-info-section-items{
    display: flex;
    justify-content: space-between;
    border: 1px solid #9dbec3 ;
    padding: 1em;
    border-radius: 1em;
}
.prev-reserve-section-items .rate{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.prev-reserve-section-items .fa-star{
    color: gold;
}

.reserve-info-section-item{
    display: flex;
    flex-direction: column;
}

.reserve-info-section-item .top-section{
    display: flex;
    justify-content: space-around;
    font-size: 0.7em;
}

.row, .reserve-info-section-item{
    width: 100%;
}

.reserve-info-section-item .top-section .profile-image img{
    width: 65%;
}
.reserve-info-section-item .top-section .profile-image{
    flex:1;
}
.reserve-info-section-item .top-section .user_info{
    flex:3;
}
.reserve-info-section-item .top-section .special-info{
    flex:4;
}


.reserve-payment{
    border: 1px solid #DFBD80;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 1rem;
    padding: 35px;
    margin: auto;
}

.reserve-payment-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.reserve-payment .reserve-payment-info ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.reserve-payment .reserve-payment-info ul li{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #DFBD80;
    padding-bottom: 5px;
}

.reserve-payment .reserve-payment-info .btn{
        width: 10rem;
    margin: 15px auto 0px auto;

}

.my-task{
    width: 100%;
}

.my-task .table{
    margin: 0px auto 0px auto;
    border: none;
    font-size: 0.7em;
}

.my-task .table th, .my-task .table tr{
    border: none !important;
}

.my-task .table thead{
    border-radius: 15px 15px 0px 0px;

}
.my-task .table thead tr th{
    _color: #DFBD80;
    /*font-size: 0.8em;*/
    /*font-weight: normal;*/
    text-align: center;

}
.my-task .table tr td{
    /*border-bottom: 1px solid #DFBD80 !important;*/
}

.my-task .table a{
    color: #23A492;
    text-decoration: none;
}

.my-task-detail{
    border: 1px solid #707070;
    width: 85%;
    margin: auto;
    font-size: 0.8em;
    border-radius: 9px;
    text-align: justify;
}
.my-task-detail .task-files{

    display: flex;
}

.my-task-detail .task-files ul , .task-detail-answers ul{
    list-style: none;
    width: 40%;
}
.my-task-detail .task-files ul li , .task-detail-answers ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 1em;
}

.my-task-detail .task-files ul li a , .task-detail-answers a{
    color: #23A492;
}

.task-detail-answers{
    width: 85%;
    margin:auto;
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.task-detail-answers .file-show{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.test-info{
    margin: auto;
    text-align: justify;
    line-height: 2em;

}

.test-info p:nth-child(1){
    font-size: 1.2em !important;
}

.test-list{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    margin:auto;
}

.test-list div{
    width: 125px;
    height: 125px;
    display: flex;
    flex-direction: column;
    border: 0.5px double #9dbec3;
    outline: 1px solid #9dbec3;
    justify-content: center;
    outline-offset: -7px;
    margin: 0.5em;

    text-align: center;

}

.test-list div a{
    text-decoration: none;
    color:  #9dbec3;
    font-size: 0.8em;
}


.test-description{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: auto;
    font-size: 0.8em;
}

.test-description div{

    border: 1px solid #707070;
    border-radius: 9px;
}


.test-start .progress{
    flex-direction: row-reverse;
}

.test-body ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.test-body ul li{
    float: right;
    margin-left: 2em;
}

.progress{
    border-radius: 0;
}

.progress .progress-bar{
        background-color: #28215A;
}

h3.text-main{
    font-size: 28px;
}

p.text-secondary{
    font-size: 1.8rem !important;
}
h4.text-secondary-2{
    font-size: 3.2rem !important;
}

.main-selection a{
    color: white !important;
    border-radius: 5px;
    background: #caa978 !important;
    padding: 0.8rem !important;

}
.main-selection a:hover{
    background: #2c2f44 !important;
}

.q-section a{
    _font-size: 28px !important;
    border-radius: 8px;
    background: white !important;
    padding: 1rem;
    border: 1px solid #9dbec3 !important;
    color: #9dbec3;
}

.text-main-2{
    color: #caa978;
}

.box{


    border-radius: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #9dbec3 !important;

}

.bg-main{
    background: #22444c;
}
.bg-secondary_2{
    background: #9dbec3 !important;
}

.h-600{

    min-height: 600px !important;

}
.text-main{
    color: #9dbec3 !important;
}
.text-secondary{
    color: #808285 !important;
}

.text-secondary-2{
    color: #22444c !important;
}

.bg-secondary{
 background: #22444c !important;
}

.text-option{
    color: #d1c4ab;
}

nav .menu-divider{

    height: 15px;
    width: 2px;
    background: #9dbec3 !important;
}

nav a{
    text-decoration: none;
    color: #808285;
}
nav a:hover{
    text-decoration: none;
    font-weight: bolder;
    color: #808285;
}

.nav-user-action a{
    border: 1px solid black !important;

}

.dir-ltr{
    direction: ltr !important;
}

.carousel-indicators li {
    background: #9dbec3;
    width: 15px;
    border-radius: 79%;
    height: 15px;
    border: 0px !important;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}




.menu_container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}

.header .bottom-nav {
    display: flex;
    position: fixed;
    flex-direction: row;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    right: 0;
    padding:1.5rem 0.8rem  1.5rem 0.8rem;
    z-index: 99;
    background: white;
    will-change: transform;
    transform: translateZ(0);
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
}
.header .bottom-nav-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    color: #9ebfbe;
}
.header .bottom-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header .bottom-nav .active {
    font-weight: bolder;
}
.header .bottom-nav img {
    margin-bottom: 0.3rem;
}

.head-title{
    color: #9dbec3 !important;
}


.week {
    display: flex;
}

.day {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.week:first-of-type .day:first-of-type {
    _margin-left: 42.85714%;
}

.week:last-of-type .day:last-of-type {
    _margin-right: 14.285%;
}


.month {
    margin: 25px auto;
}

.week {
    height: 5.5rem;
}

.day {
    color: #9dbec3;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    /* box-shadow: -1px -1px #f9a440, inset -1px -1px 0 0 #f9a440; */
    text-align: center;
    border-radius: 5px;
    border: 1px solid #9dbec3;
    margin: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 1.6em;
}
.day:hover{
    box-shadow: 1px 1px 1px 1px;
}
.banned_day{

    background: #9dbec3;
    color: white;

}

.already_reserve{

    background: #22444c;
    color: white;

}

.btn-main{
    font-size: 1.6rem !important;
    color: white !important;
    width: 12rem;
    height: 4rem;
    border-radius: 5px;
    background: #9dbec3 !important;
}

.bx-none{
    border: none;
}


.calendar-body{

    min-height: 80rem;
}

.calendar-header .btn{

    border-radius: 5px !important;
    width: 9rem !important;
}

.time{
    border: 1px solid #9dbec3 !important;
    padding: 0 0.3rem;
    border-radius: 3px;
    color: #9dbec3 !important;
    font-size: 1.6rem;
    cursor: pointer;
}

.position-relative{

    position: relative !important;
}

.calendar-day-head{
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    /* box-shadow: -1px -1px #f9a440, inset -1px -1px 0 0 #f9a440; */
    text-align: center;
    margin: 2px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
}

.empty-day{
    border: 0;
    color: #9dbec3;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    /* box-shadow: -1px -1px #f9a440, inset -1px -1px 0 0 #f9a440; */
    text-align: center;
    border-radius: 5px;
    margin: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.selected_day, .selected-time{

    background: #22444c !important;
    color: white !important;
}

.can_selected_day{

    box-shadow: -1px -1px #22444c, inset -4px -2px 0 0 #22444c !important;
    font-weight: bolder;
}

p.mine{

    text-align: right;
    width: 300px;
    background: #dfedee;
    border-radius: 5px;
    float: right;
    padding: 12px;
    display: block;

}

p.not_mine{
    border-color: #e8e8e8;
    background-color: rgb(220,231,233);
    text-align: right;
    color: rgb(128,128,128);
}


.nav-button {
    text-transform: uppercase;
}

.nav-wrapper {
    z-index: 100;
    box-shadow: -1px 0px 3px 0px rgb(0 0 0 / 75%);
    height: 100%;
    perspective: 1000px;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.6s, visibility 0.6s;
    visibility: hidden;
    width: 30rem;
    background: #ffffff;
}
.nav-visible .nav-wrapper {
    transform: translateX(0);
    visibility: visible;
}

.nav {
    position: relative;
    transform-origin: left center;
    transition: transform 0.6s;
}
.nav-visible .nav {
    transform: rotateY(0deg);
}
.nav li.active a {
    background-color: #212635;
}
.nav a {
    display: block;
    line-height: 1.4;
    padding: 0.7em 0.5em 0.7em 0.5em;
    text-transform: uppercase;
}

.nav a svg{
    float: right !important;
    margin-left: 1rem;
}
.nav a:focus, .nav a:hover {
    /*background-color: #2b3145;*/
    /*text-decoration: none;*/
}

.nav-marker {
    background-color: currentColor;
    height: 2.8rem;
    position: absolute;
    right: 0;
    top: 80px;
    width: 3px;
}
.nav-marker:before {
    border: 5px solid transparent;
    border-right-color: inherit;
    content: "";
    height: 0;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.color-1 {
    color: deeppink;
}

.button-lines {
    background: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lines {
    background: #fff;
    border-radius: 0.2rem;
    display: inline-block;
    height: 0.2rem;
    width: 2rem;
    position: relative;
}
.lines:hover {
    background: #000;
}
.lines:after, .lines:before {
    background: #fff;
    border-radius: 0.2rem;
    display: inline-block;
    height: 0.2rem;
    width: 2rem;
    content: "";
    left: 0;
    position: absolute;
}
.lines:after:hover, .lines:before:hover {
    background: #000;
}
.lines:after {
    top: 0.5rem;
}
.lines:before {
    top: -0.5rem;
}

.button-lines-x .lines {
    transition: background 0.3s ease;
}
.button-lines-x .lines:after, .button-lines-x .lines:before {
    transform-origin: 50% 50% 0;
    transition: top 0.3s 0.4s ease, transform 0.3s ease;
}
.nav-visible .button-lines-x .lines {
    background: transparent;
}
.nav-visible .button-lines-x .lines:after, .nav-visible .button-lines-x .lines:before {
    top: 0;
    transition: top 0.3s ease, transform 0.3s 0.3s ease;
}
.nav-visible .button-lines-x .lines:after {
    transform: rotate3d(0, 0, 1, 45deg);
}
.nav-visible .button-lines-x .lines:before {
    transform: rotate3d(0, 0, 1, -45deg);
}

button.close{
    padding: 0;
    background-color: #9dbec3;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3rem;
    height: 3rem;
    margin-top: 4rem;
    margin-left: 3rem;
}

.box-border{
    border-radius: 10px;
    border: 0.3rem solid #9dbec3;
}

.border-radius{
    border-radius: 5px;
}

.v-align-middle{
    vertical-align: middle !important;;
}