body, html {
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #1c424d;
    background:#FFFFFF;
    direction:rtl;
}
@font-face {
    font-family: 'BornAddict';
    src: url('../fonts/fonts/BornAddict.ttf');
    src: url('../fonts/fonts/BornAddict.ttf?#iefix') format('embedded-opentype'), url('../fonts/fonts/BornAddict.ttf') format('woff'), url('../fonts/fonts/BornAddict.ttf') format('truetype'), url('../fonts/fonts/BornAddict.ttf#Awesome Free Font') format('ttf');
}
@font-face {
    font-family: 'Quenda';
    src: url('../fonts/fonts/Quenda-Medium.otf');
    src: url('../fonts/fonts/Quenda-Medium.otf?#iefix') format('embedded-opentype'), url('../fonts/fonts/Quenda-Medium.otf') format('woff'), url('../fonts/fonts/Quenda-Medium.otf') format('truetype'), url('../fonts/fonts/Quenda-Medium.otf#Awesome Free Font') format('otf');
}
@font-face{
    font-family:GEDinarOne;font-style:normal;font-weight:400;src:url(../fonts/GEDinarOne-Regular.otf) format("opentype")
}
@font-face{
    font-family:GEDinarOne;font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/GEDinarOne-Medium.otf) format("opentype")
}
@font-face{
    font-family:GEDinarOne;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/GEDinarOne-Bold.otf) format("opentype")
}

h1 {
    font-weight: 700;
}
h1 strong {
    font-weight: 900;
}
h2 {
    font-size: 36px;
    margin: 0;
    font-family:'JF Flat Regular',Sans-Serif;
}
h3 {
    font-size: 16px;
    font-weight: 700;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-family: 'JF Flat Regular',Sans-Serif;
    font-size: 13px;
}
a {
    color: #5b777f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
    transition: all 0.5s;
}
a:hover, a:focus {
    text-decoration: none;
    color: #293b8f;
}
.img-centered {
    margin: 0 auto;
}
img {max-width: 100%;}
ul, ol {
    list-style: none;
    margin:0;
    padding:0;
}
.clr {clear:both;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.input_form {
    font-size: 14px;
    color: #30302d;
    border: 0;
    -webkit-appearance: none;
    padding: 0 15px 0;
    cursor: text;
    border-radius: 8px;
}
.dropdown-menu {
    display: block;
    width: auto;
    min-width: 160px;
    height: auto;
    position: absolute;
    top: 45px;
    left: 0;
    right: auto;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 998;
    padding: 0px;
    margin: 0px;
    transition: all .35s cubic-bezier(.2,1,.3,1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    border-radius: 4px;
    border: 0px none;
    overflow: hidden;
}
.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.dropdown-menu > li > a {padding: 5px 15px; font-size: 14px; color: #000;}
.dropdown-menu > li > a:hover {}
.btn-border {
    background-color: #fff;
    border-width: 4px;
    border-style: solid;
    border-radius: 8px;
    padding: 4px 12px;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
    -webkit-transition: -webkit-box-shadow .3s ease-out,-webkit-transform .3s ease-out;
    transition: -webkit-box-shadow .3s ease-out,-webkit-transform .3s ease-out;
    transition: box-shadow .3s ease-out,transform .3s ease-out;
    transition: box-shadow .3s ease-out,transform .3s ease-out,-webkit-box-shadow .3s ease-out,-webkit-transform .3s ease-out;
}
.btn-border:hover {
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
}
.form-control {
    background-color: #fff;
    border-width: 4px;
    border-style: solid;
    border-color: #EBEBEB;
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 500;
    color: #000;
    height: auto;
    box-shadow: initial !important;
}
.form-control:focus {
    border-color: #293b8f;
}
.form-control.error {border-color: #d83322;}
label.error {
    line-height: 1.1;
    color: #ff5f4f;
    z-index: 3;
    padding: 5px 18px;
    font-size: 11px;
    background-image: url(../image/ic-error.svg);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}
body.sticky {padding-top: 80px;}
header {background: #FFF; padding: 15px 0; border-bottom: 1px solid #F6F6F6; transition: all .35s cubic-bezier(.2,1,.3,1);}
header.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 5px 0px;
    width: 100%;
    box-shadow: 0 1px 10px 2px rgba(0,0,0,.05);
    z-index: 999;
}
header .logo img {max-height: 70px;}
header .link-top {float: left; margin-top: 15px;}
header .link-top .btn-border {
    border-color: #293b8f;
    margin-top: 0;
    margin-right: 8px;
    color: #293b8f;
    vertical-align: middle;
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    font-size: 18px;
    font-weight: 500;
}
header .link-top .dropdown-menu {
    display: block;
    width: auto;
    min-width: 160px;
    height: auto;
    position: absolute;
    top: 45px;
    left: 0;
    right: auto;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    background-color: #fff;
    z-index: 998;
    padding: 0px;
    margin: 0px;
    transition: all .35s cubic-bezier(.2,1,.3,1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    border-radius: 4px;
    border: 0px none;
    overflow: hidden;
}
header .link-top.open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.slider-top {width: 100%; background: #000; position: relative; padding-top: 135px; padding-bottom: 170px; color: #FFF;}
.slider-top .slider-image {overflow: hidden; position: absolute; top: 0; bottom: 0; left: 0; right: 0px;}
.slider-top .slider-image > img {opacity: 0.5; position: absolute; width: 100%; top: 0; right: 0;}
.slider-top .slider-about {float: right; max-width: 610px; position: relative; z-index: 99;}
.slider-top .slider-about p {font-size: 18px; line-height: 40px;}
.slider-top .slider-about .icons-apps > img {max-width: 100px;display: inline-block;vertical-align: middle;}
.slider-top .slider-about .icons-apps .download-apps {display: inline-block;vertical-align: middle;}
.slider-top .slider-about .icons-apps .download-apps a {display: block;max-width: 140px; margin: 5px}
.slider-top .top-phone {position: absolute; left: 0px; bottom: 0px; max-width: calc(100% - 800px);}

@media (max-width: 991px) {
    .slider-top .slider-about {max-width: 410px;}
}
@media (max-width: 767px) {
    .slider-top .top-phone {display: none;}
    .slider-top .slider-image > img {width: auto; bottom: 0; height: 100%; max-width: initial;}
}
.banner-top {position: relative;}
.banner-top img {width: 100%;}
#content {margin-top: 50px;}
.page-box {margin-top: 50px;}
.page-box .page-heading h6 {
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    font-size: 22px !important;
    color: #000;
    padding: 0 0 15px 0;
    width: 100%;
    border: 0;
    margin: 0px;
    font-weight: 500;
}
.page-box .box-more {
    padding: 25px;
    border-radius: 10px;
    background-color: #FBFBFB;
    color: #333;
}


.bg-white {background: #FFF; padding-top: 130px; min-height: 500px;}
.bg-white .sec-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.bg-white .sec-title span {position: relative;}
.bg-white .sec-title span:after {
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #293b8f;
    margin: 0 auto;
    bottom: 100%;
    position: absolute;
    left: calc(50% - 50px);
}
.bg-off-white {background: #FBFBFB; padding-top: 130px; min-height: 500px;}
.bg-off-white .sec-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}
.bg-off-white .sec-title span {position: relative;}
.bg-off-white .sec-title span:after {
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #293b8f;
    margin: 0 auto;
    bottom: 100%;
    position: absolute;
    left: calc(50% - 50px);
}
.bg-blue {background: #293b8f; padding-top: 130px; min-height: 500px;}
.bg-blue .sec-title {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 30px;
}
.bg-blue .sec-title span {position: relative;}
.bg-blue .sec-title span:after {
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #FBFBFB;
    margin: 0 auto;
    bottom: 100%;
    position: absolute;
    left: calc(50% - 50px);
}
.features {position: relative; padding-bottom: 70px;}
.features:before {
    content: "";
    background: url("../image/amir-b-w.png") no-repeat 0 0 transparent;
    position: absolute;
    height: 110px;
    width: 82px;
    bottom: -55px;
    left: calc(50% - 41px);
    z-index: 1;
    display: block;
    background-size: cover;
}

.features-box {}
.features-box .image {margin-bottom: 40px;}
.features-box h3 {font-size: 24px; font-weight: 500; margin-bottom: 8px;}
.features-box p {font-size: 16px;}

.features-block {margin: 30px 0;}
.features-block .icon {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-bottom: 40px;
}
.features-block .icon img {width: 70px;}
.features-block h4 {margin: 15px 0; color: #FFF; font-size: 24px; font-weight: 500;}
.features-block p {line-height: 21px; color: #FBFBFB;}
.svg-180 {
    margin-top: -1px;
    margin-bottom: 80px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #293b8f;
}
.svg-180 .wave-1hkxOo {display: block;}
.bg-dots {
    background: url("../image/top_left.svg") 0 0 no-repeat,url(../image/top_right.svg) 100% 0 no-repeat,url(../image/bottom_right.svg) bottom right 220px no-repeat,url(../image/bottom_left.svg) 0 100% no-repeat;
}
.details {
    box-sizing: border-box;
    padding: 56px 48px;
    height: 300px;
    border-radius: 8px;
    display: flex;
}
.details-right {background-color: rgba(230, 249, 249, 0.72);}
.details-left {background-color: rgb(249, 249, 249);}
.details .ico-box {
    display: block;
    padding: 15px;
    border-radius: 8px;
    margin-left: 48px;
}
.details-right .ico-box {background-image: linear-gradient(to top, rgba(232, 250, 242, 0), rgb(204, 243, 225));}
.details-left .ico-box {background-image: linear-gradient(to top, rgba(247, 247, 247, 0), rgb(236, 236, 236));}
.details .ico-box .image {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 15;
    cursor: inherit;
    top: 0px;
}
.details .ico-box .image img {
    width: 25px;
    height: 25px;
    z-index: 10;
}
.details .details-content {position: relative;}
.details .details-content .content-top {
    width: 100%;
    z-index: 100;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
}
.details .details-content .content-top h3 {
    font-size: 25px;
    letter-spacing: 0.56px;
    color: rgb(67, 67, 64);
    margin: 0px;
    line-height: 1.2em;
}
.details .details-content .content-top p {
    color: rgb(67, 67, 64);
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 16px 0px 0px;
    line-height: 18px;
}
.details .details-content .content-bottom {
    min-width: 144px;
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.details .details-content .content-bottom a {}
.sectionTitle {
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    font-size: 44px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.client-boxs {padding: 50px 0;}
.client-boxs .client-box {
    text-align: center;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px, rgba(0, 0, 0, 0.12) 0px 3px 1px -2px;
    background-color: rgb(255, 255, 255);
    position: relative;
    min-height: 580px;
    margin-bottom: 30px;
}
.client-boxs .client-box .image {}
.client-boxs .client-box .image img {display: inline-block; margin-bottom: 40px; width: auto; max-height: 240px;}
.client-boxs .client-box .content {}
.client-boxs .client-box .content h3 {font-size: 28px; font-weight: 500; margin: 0 0 24px; padding: 0px 36px;}
.client-boxs .client-box .content p {font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif; font-size: 22px; line-height: 1.64; padding: 0px 36px 40px;}
.client-boxs .client-box:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0px;
    height: 8px;
    border-radius: 8px;
    background-color: #293b8f;
}

.client-boxs .client-bottom-box {display: flex; -moz-box-pack: justify; justify-content: space-between; margin-top: 50px; margin-bottom: 50px;}
.client-boxs .client-bottom-box img {width: 45%;}
.client-boxs .client-bottom-box p {
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    font-size: 48px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    padding-inline-start: 10%;
    padding-top: 45px;
}
@media (max-width: 767px) {
    .client-boxs .client-bottom-box {display: block;}
    .client-boxs .client-bottom-box img {width: 100%;}
    .client-boxs .client-bottom-box p {padding: 0px !important;}
}

.working_mechanism {margin-bottom: 50px;}
.working_mechanism-boxs {display: flex; -moz-box-pack: justify; justify-content: space-between;}
.working_mechanism-boxs .working_mechanism-box {text-align: center; position: relative; width: 33%;}
.working_mechanism-boxs .working_mechanism-box img {width: auto; height: 161px; display: block; margin: 0px auto 36px;}
.working_mechanism-boxs .working_mechanism-box p {font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif; font-size: 24px; font-weight: 500;}
.working_mechanism-boxs .working_mechanism-box:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 24px;
    bottom: 50%;
    background-image: url("../image/arrow_forward.svg");
    transform: translateX(-50%) rotate(180deg);
    right: unset;
    left: 0px;
}
.working_mechanism-boxs .working_mechanism-box:last-child:after {display: none;}
@media (max-width: 767px) {
    .working_mechanism-boxs {display: block; text-align: center;}
    .working_mechanism-boxs .working_mechanism-box {margin-bottom: 116px; width: 100%;}
    .working_mechanism-boxs .working_mechanism-box:after {bottom: -65px; right: 50%; transform: translateX(50%) rotate(90deg);}
}



.driver-boxs {}
.driver-boxs .driver-box {
    margin: 0 0 20px;
    padding: 24px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid rgba(6,6,7,.08);
    border-radius: 8px;
    color: #2e3338;
}
.driver-boxs .driver-box .ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 16px;
    background: #293b8f;
    padding: 8px;
}
.driver-boxs .driver-box .ico img {}
.driver-boxs .driver-box h3 {margin-top: 0px; margin-bottom: 16px; display: flex; -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;}
.driver-boxs .driver-box p {}
.driver-boxs .driver-box-l {}
.driver-boxs .image-phone { border: 1px solid rgba(6,6,7,.08);  border-radius: 8px; overflow: hidden;}
.driver-boxs .image-phone img {width: 100%;}
.driver-login {text-align: center; padding: 30px 0; line-height: 40px;}
.driver-login p {display: inline-block; vertical-align: middle; margin: 0px; font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif; font-size: 16px; font-weight: 500;}
.driver-login .btn-border {border-color: #293b8f; margin-top: 0; margin-right: 8px; vertical-align: middle; font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif; font-size: 18px; font-weight: 500;}

.footer-top {background: #FBFBFB; padding: 20px 0px; margin-top: 50px; line-height: 40px;}
.footer-top .title-bg {
    display: inline-block;
    color: #000;
    position: relative;
    margin: 0px;
    vertical-align: middle;
    z-index: 9;
    padding-left: 20px;
    font-size: 26px;
}
.footer-top .title-bg:before {
    border-top: 9px solid #293b8f;
    content: "";
    position: absolute;
    width: 80%;
    z-index: -1;
    inset: 50% 0px 0px;
    opacity: 0.8;
}
.footer-top p {margin: 0px; display: inline-block; vertical-align: middle; color: #000; font-size: 15px;}
.footer-top .apps {float: left;}
.footer-top .apps a img {max-height: 40px; margin-right: 20px;}

footer {background: #FFF; padding: 30px 0px; position: relative;}
footer > img {position: absolute; right: 0px; bottom: 0px; opacity: 0.1;}
footer .links {}
footer .links h3 {}
footer .links ul {padding-right: 16px;}
footer .links ul li {padding: 5px 0;}
footer .links ul li a {
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
    display: list-item;
    list-style-type: square;
    word-break: break-word;
    color: #333333;
}
footer .links ul li a:hover {}
footer .footer-logo {display: block; text-align: center;}
footer .footer-logo img {max-height: 130px;}
footer .social {display: block; text-align: center;}
footer .social a {margin: 5px; color: #FFF; height: 30px; width: 30px; padding: 5px; border-radius: 3px; display: inline-block;}
footer .social a .fa {font-size: 18px;}
footer .social a.link-facebook {background: #336699;}
footer .social a.link-twitter {background: #00ccff;}
footer .social a.link-instagram {background: #996633;}

@media (max-width: 767px) {
    .footer-top .title-bg {display: block; text-align: center; padding: 0px;}
    .footer-top .title-bg::before {display: none;}
    .footer-top p {text-align: center;}
    .footer-top .apps {float: none; text-align: center;}
    .footer-top .apps a img {margin: 0px 5px;}
    footer .links {display: none;}
}


/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.user-header {background: #FFF;}
.user-header .cover {
    position: relative;
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    background-size: cover;
    background-position: center center;
    height: 310px;
}
.user-header .cover > img {display:none;}
.user-header .cover .user-head {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: calc(61px);
}
.user-header .cover .user-head .user-about {
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border-top-right-radius: 8px;
    position: relative;
    background-color: white;
    display: flex;
}
.user-header .cover .user-head .user-about .user-profile {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    height: 160px;
    width: 140px;
    position: relative;
    background-color: rgb(234, 234, 234);
    border-top-right-radius: 8px;
}

 .user-about .user-profile img {
    width: 56px;
    height: 56px;
    padding: 5px;
    border-radius: 50%;
    background-color: white;
    margin-right: 0px;
    box-shadow: rgba(59, 59, 59, 0.13) 1px 5px 27px -3px;
    flex-shrink: 0;
}
.user-about .user-profile .edit-profile {position: absolute; left: 8px; top: 8px;}
.user-about .user-profile .edit-profile label {
    margin: 0;
    font-size: 10px;
    opacity: 0.5;
    background: #FFF;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.user-about .user-profile:hover .edit-profile label {opacity: 1;}
.user-about .user-profile .edit-profile input {height: 0px; width: 0px; overflow: hidden; opacity: 0;}
.user-about .user-profile .edit-profile #label-buttonpro {opacity: 1; color: #1abc9c;}
.user-about .user-profile .edit-profile #label-removepro {opacity: 1; color: #e74c3c;}
.user-about .user-profile .edit-profile #button-savepro {
    position: absolute;
    height: 0px;
    width: 0px;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: -6;
}



.user-header .cover .user-head .user-about .about {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: start;
    justify-content: flex-start;
    width: 100%;
}
@media (min-width:1223px){
    .cover .user-head .user-about .about{height:160px;padding:20px 30px 20px 40px;box-shadow:8px 7px 23px 0 rgba(59,59,59,0.07);}
}
@media (max-width:1224px){
    .cover .user-head .user-about .about{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0;}
}
.user-header .cover .user-head .user-about .about .content {
    display: flex;
    align-items: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-direction: column;
}
@media (min-width:1223px){
    .user-header .cover .user-head .user-about .about .content{height:100%;max-width:calc(70% - 70px);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}
} 
@media (max-width:1224px){
    .user-header .cover .user-head .user-about .about .content{width:100%;}
}
.user-header .cover .user-head .user-about .edit-cover {position: absolute; left: 10px; top: -40px;}
.user-header .cover .user-head .user-about .edit-cover label {
    margin: 0;
    font-size: 12px;
    opacity: 0.5;
    background: #FFF;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.user-header .cover:hover .user-head .user-about .edit-cover label {opacity: 1;}
.user-header .cover .user-head .user-about .edit-cover #label-button {opacity: 1; color: #1abc9c;}
.user-header .cover .user-head .user-about .edit-cover #label-remove {opacity: 1; color: #e74c3c;}
.user-header .cover .user-head .user-about .edit-cover #button-save {
    position: absolute;
    height: 0px;
    width: 0px;
    padding: 0;
    margin: 0;
    opacity: 0;
    z-index: -6;
}
.user-header .cover .user-head .user-about .edit-cover input {height: 0px; width: 0px; overflow: hidden; opacity: 0;}
.user-about .about .content .name {
    font-size: 30px;
    position: relative;
    margin-bottom: 6px;
    padding-top: 0px;
    line-height: 1;
}
.user-about .about .content .name .rating {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    color: rgb(67, 67, 64);
    font-size: 13px;
    position: absolute;
    top: 12px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width:1223px){
    .user-about .about .content .name .rating{right: calc(100% + 12px);}
} 
@media (max-width:1224px){
    .user-about .about .content .name .rating{top: 10px; left: 8px;}
}

.user-about .about .content .name .rating .ico-star {
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 15;
    cursor: inherit;
    top: 0px;
    width: 10px;
    margin-left: 5px;
}
.user-about .about .content .name .rating .ico-star img {width: 10px; height: 10px; z-index: 10;}
.user-about .about .content .name .rating .reviews {
    color: rgb(67, 67, 64);
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: underline;
}
.user-about .about .content .name .rating .reviewscount {color: rgb(159, 159, 159);}

.user-about .about .content .cat-group {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
}
.user-about .about .content .cat-group .restaurant-cuisines {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-left: 20px;
    margin-bottom: 7px;
}
.user-about .about .content .cat-group .restaurant-cuisines img {height: 14px;}
.user-about .about .content .cat-group .restaurant-cuisines p {font-size: 10px; color: #9F9F9F; margin-top: 5px; margin-right: 7px;}
.user-about .about .content .deliveryinfo {margin: auto 0 0;}
.user-about .about .content .deliveryinfo > div {display: inline-block; vertical-align: middle;}
.user-about .about .content .deliveryinfo > div img {display: inline-block; vertical-align: middle;}
.user-about .about .content .deliveryinfo > div p {display: inline-block; vertical-align: middle; color: #9F9F9F; margin: 0 3px 0 10px;}
.sidbar-content {
    box-shadow: 8px 7px 23px 0 rgba(59,59,59,0.07);
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.sidbar-content .google-map iframe {width: 100%; height: 150px;}
.edit-details {padding: 10px;}
.edit-details .service-edit {border-bottom: 1px solid #DFDFDF; margin-bottom: 5px; padding: 5px 0;}
.edit-details.edit-active .service-edit {border-color: #16a085;}
.edit-details .service-edit .service-name {float: right; background: #FFF;}
.edit-details .service-edit .service-name label {margin: 0px; color: #9F9F9F; font-weight: 100;}
.edit-details .service-edit .service-price {text-align: left;}
.edit-details .service-edit .service-price b {font-weight: 100;}
.edit-details .service-edit .service-price .input_form {
    text-align: left;
    padding: 0 !important;
    font-weight: 600;
    margin: 0 !important;
    max-width: 100px;
    display: none;
}
.edit-details.edit-active .service-edit .service-price b {display: none;}
.edit-details.edit-active .service-edit .service-price .input_form {display: inline-block;}
.edit-details .btn-primary {
    border-color: #293b8f;
    color: #293b8f;
    font-size: 18px;
    background: #FFF !important;
}
.edit-details #button-edit {}
.edit-details #button-done {background: #16a085; display: none;}
.edit-details.edit-active #button-edit {display: none;}
.edit-details.edit-active #button-done {display: block;}
.sidbar-content .time {}
.sidbar-content .time > p {margin: 0px;}
/* 
.sidbar-content .time .service-edit {width: calc(50% - 10px); float: right;}
.sidbar-content .time .service-edit:first-of-type {margin-left: 20px;}
input[type="time"]::-webkit-clear-button {
    display: none;
}
input[type="time"]::-ms-clear {
    display: none;
}
*/
.products-container {margin-top: 30px;}
.products-container:before, .products-container:after {content: ""; display: table; clear: both;}
.products-container .products-menu {
    background: #FFF;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    z-index: 9;
}
.products-container .products-menu.scrolling {position: fixed; top: 10px;}
.products-container .products-menu a {
    display: block;
    background: #FFF;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 2px solid #FFF;
}
.products-container .products-menu a.active {background-color: #293b8f; color: #FFF;}
.products-container .products-menu a.add-menu {}
.products-container .products-menu a.add-menu.close {display: none;}
.products-container .products-menu a.add-menu img {}
.products-container .products-menu #add-more {display: none;}
.products-container .products-menu #add-more.open {display: block;}
.products-container .products-menu #add-more .input-add {
    background: #FFF;
    padding: 5px;
    width: 100%;
    margin: 10px 0;
}
.products-container .products-menu #add-more button {
    background: #ffd700;
    padding: 5px;
    border: 0px;
    display: block;
    width: 100%;
    border-radius: 5px;
}
.products-container .products-products {width: calc(100% - 230px); display: none; float: left;}
.products-container .products-products h3.title {margin-top: 0px; font-size: 30px;}
.products-container .products-products h3.title .add-product {float: left; font-size: 14px; font-weight: 100;}
.products-container .products-products h3.title .add-product img {width: 20px;}
.products-container .products-products h3.title .del-menu {float: left; font-size: 14px; font-weight: 100; margin-right: 10px;}
.products-container .products-products h3.title .del-menu:hover {color:#e74c3c;}
.products-container .products-products h3.title .del-menu img {width: 20px; transform: rotate(45deg);}
.products-container .products-products .products-box {padding: 15px 0;}
.products-container .products-products .products-box + .products-box {border-top: 1px solid #DDDDDD;}
.products-container .products-products .products-box .image {float: right; margin-left: 15px;}
.products-container .products-products .products-box .image img {height: 120px; width: 120px; border-radius: 10px; box-shadow: rgba(59, 59, 59, 0.13) 8px 12px 23px -3px;}
.products-container .products-products .products-box .content {min-height: 120px; position: relative; width: 100%; padding-right: 130px;}
.products-container .products-products .products-box .content .product-name {font-size: 17px; display: block; padding-bottom: 10px; padding-left: 90px;}
.products-container .products-products .products-box .content .product-des {color: rgb(159, 159, 159);}
.products-container .products-products .products-box .content .product-price {color: #00C269; position: absolute; top: 0; left: 0;}
.products-container .products-products .products-box .content .edit {
    font-size: 12px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.products-container .products-products .products-box .content .edit a {color: #e74c3c; font-size: 12px;}

@media (max-width:1224px){
    .user-header .cover {border-top-left-radius: 0; margin-bottom: 80px;}
    .user-header .cover .user-head {left: 0; right: 0; bottom: -40px;}
    .user-header .cover .user-head .user-about {box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04); border-radius: 0px;}
    .user-header .cover .user-head .user-about .user-profile {height: auto; width: auto; background: transparent; margin: 5px;}
    .user-about .user-profile .edit-profile {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .user-about .user-profile .edit-profile label {
        margin: 0;
        opacity: 0;
        padding: 0;
        cursor: pointer;
        font-size: 0;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        line-height: 65px;
        color: #FFF;
        transition: opacity .3s linear 0s;
    }
    .user-about .user-profile .edit-profile label:hover {opacity: 0.7;}
    .user-about .user-profile .edit-profile label i {font-size: 16px;}
    .user-about .about .content .name {width: 100%;}
    .products-container .products-menu {
        background: #FFF;
        width: 100%;
        position: relative;
        top: 0px !important;
        z-index: 999;
    }
    .products-container .products-menu .fixmob {
        display: flex;
        vertical-align: top;
        flex-direction: row;
        overflow-x: scroll;
        padding: 5px 0 5px 0;
    }
    .products-container .products-menu a {display: flex; overflow: initial; margin-left: 10px; margin-bottom: 5px;}
    .products-container .products-menu a.add-menu {
        position: relative;
        background: #FFF;
        border-radius: 0px;
        top: 0;
        z-index: 9999;
        margin: 0;
        left: 0;
        display: inline-block;
    }
    .products-container .products-menu.scrolling {top: 0; z-index: 99; left: 0; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);}
    .products-container .products-menu #add-more {position: relative;}
    .products-container .products-menu #add-more .input-add {
        background: #FFF;
        padding: 5px;
        width: 100%;
        border: 4px solid #DDD;
        margin: 10px 0;
        border-radius: 8px;
    }
    .products-container .products-menu #add-more button {
        background: #293b8f;
        color: #FFF;
        padding: 5px;
        border: 0px;
        display: block;
        width: 100%;
        border-radius: 5px;
        float: none;
        margin-top: 10px;
        margin-left: 0;
    }
    .products-container .products-products {width: 100%;}
}

.form_topic {
    font-size: 14px;
    font-weight: 300;
    color: #30302d;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.flex-sm-column {
    flex-direction: column !important;
}
.flex-md-row {
    flex-direction: row !important;
}
.progress_steps {
    margin-bottom: 50px;
}
.step_info {
    font-weight: 500;
    font-size: 20px;
    align-self: center;
}
.step_num_large {
    width: 24px;
    height: 24px;
    background-color: #30302d;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
}
.steps {
    display: flex;
}
.msf-header {
    padding-top: 10px;
    margin-bottom: 40px;
    color: #777;
}
.step_group {
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.msf-header .msf-step {
    font-size: 20px;
}
.step_num_small {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #9f9f9f;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    opacity: .5;
}
.step {
    width: 70.3px;
    height: 4px;
    background-color: #9f9f9f;
    border: none;
    border-radius: 12px;
    display: inline-block;
    opacity: 0.5;
}
.step_text {
    font-size: 11px;
    font-weight: 300;
    color: #30302d;
    margin: 6px 0;
}
.msf-step-complete .step, .msf-step-complete .step_num_small {
    background-color: #293b8f;
    opacity: 1;
}
.msf-step-active .step, .msf-step-active .step_num_small {
    opacity: 1;
}
.step.active, .step_num_small.active {
    opacity: 1;
}
.tab {
    display: none;
    overflow: visible;
    margin-top: 10px;
}
.type-btn, .active-type-btn {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    padding: 12px 0;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
}
#register .form_container {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.store-types-container {
    margin-right: -7px;
    margin-left: -7px;
}
.form_container .field {margin-bottom: 15px;}
.form_container .field label {}
.phone-select {position: relative;}
.phone-select .dropdown_phone_number {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 37px !important;
    width: 65px;
    color: #30302d;
    box-shadow: none !important;
    border: none !important;
    line-height: normal;
    font-size: 14px !important;
    -webkit-appearance: none;
    border-radius: 5px;
}
.phone-select .dropdown_phone_number:focus + .input_form {border-color: #293b8f;}
.phone-select .input_form {padding-right: 65px;}
.form-step-text {
    font-size: 14px;
    font-weight: 300;
}
.store-component {
    padding: 0 7px;
}
.store-component > input[type="radio"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    z-index: -1;
}
.store-component > .type-btn {
    text-align: center;
    color: #212529;
    cursor: pointer;
    background: #FFF;
}
.type-btn img, .active-type-btn img {
    margin-bottom: 9px;
}
.store-component > .type-btn .ic-checked {
    display: none;
}
.store-component > input[type="radio"]:checked + .type-btn {
    border-color: #293b8f !important;
    background-color: rgba(41,59,143,0.12) !important;
}
.store-component > input[type="radio"]:checked + .type-btn .ic-checked {
    display: inline-block;
}
.store-component > input[type="radio"]:checked + .type-btn .ic-image {
    display: none;
}
.radio_form {
    align-items: center;
    border: solid 1px #e5e5e5;
    border-radius: 8px;
    margin: 15px 0;
    padding: 8px 0;
}
.select_label {
    font-size: 14px;
    margin: 0;
}
.border-bottom-small .select_label {
    font-size: 18px;
    margin: 0;
    font-weight: 100;
    line-height: 28px;
}
.custom-radio-label {
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    font-size: 14px;
    padding: 8px 35px 0 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-label::before {
    width: 19px;
    height: 19px;
    top: 0.6rem !important;
    left: 0.5rem !important;
    right: 7px !important;
    background-color: transparent;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}
.custom-control-label::after {
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 50% 50%;
    top: 9px !important;
    left: 7px !important;
    right: 6px !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    width: 18px;
    height: 18px;
    color: #ffffff;
    border: transparent;
    background-color: transparent;
    background-image: url(../image/ic-checked.svg);
}
.add-more-forms {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}
.add-more-forms img {
    margin-right: 14px;
}
.delete-btn {
    position: absolute;
    background-color: transparent;
    border: none;
    right: 0;
    top: 0;
    margin-top: -3px;
    margin-right: -5px;
    display: none;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.modal-title {
    font-size: 24px;
    font-weight: 500;
    color: #30302d;
    margin-bottom: 8px;
    margin-top: 50px;
    line-height: 1.5;
}
.modal-description {
    font-size: 14px;
    font-weight: 300;
    color: #30302d;
    margin-bottom: 24px;
}
.underline-text {
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
    color: #30302d;
    margin-bottom: 40px;
    background-color: transparent;
    border: none;
}
.underline-text span {
    margin-left: 5px;
}
.justify-content-center {
    justify-content: center !important;
    text-align: center;
}
.otp-input {
    width: 20%;
    background-color: #f9f9f9;
    border-radius: 8px;
    color: #30302d;
    margin: 0 8px;
    text-align: center;
    padding: 10px;
    border: none;
}
.resend-otp-container {
    margin-top: 26px;
}
.code-not-send {
    font-size: 11px;
    font-weight: 300;
    color: #30302d;
    margin-right: 18px;
    margin-left: 18px;
}
.show_timer {
    margin: 0 5px;
}

.yellow-btn, .active_send_feedback_btn, .send_feedback_btn, .disabled-btn, .apply-partner, .apply-bottom {
    height: 48px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    background-color: #ffd700;
    margin: 55px 0;
    box-shadow: 0 4px 8px 0 rgba(255,95,79,0.16);
    cursor: pointer;
    line-height: 48px;
}

.big-btn .btn-border {border-color: #293b8f; color: #293b8f;
    height: 48px;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    margin: 55px 0;
    cursor: pointer;
    line-height: 33px;
}
.navigation-buttons .btn-border.prev_btn {float: right;}
.navigation-buttons .btn-border.active_next_btn {border-color: #293b8f; color: #293b8f;}
.congratulations {
    background-image: url(../image/confetti.svg);
    height: 530px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 90px;
}
.congratulations-title {
    font-size: 32px;
    font-weight: 500;
    color: #30302d;
    margin-top: 56px;
    margin-bottom: 20px;
}
.congratulations-text {
    font-size: 16px;
    font-weight: normal;
    color: #30302d;
    margin-bottom: 50px;
}
.congratulations .btn-border {
    border-color: #293b8f;
    margin-top: 0;
    margin-right: 8px;
    color: #293b8f;
    vertical-align: middle;
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    font-size: 18px;
    font-weight: 500;
}
.confirmation_page hr {
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
    margin-bottom: 60px;
    margin-top: 40px;
}
.feedback_icon_text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #30302d;
}
body .feedback_icons_container {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 32px auto;
    padding: 10px;
    width: 343px;
}



.feedback_icon {
    font-size: 11px;
    font-weight: 300;
    color: #30302d;
    background-color: #f9f9f9;
    border: solid 0.5px #cccccc;
    border-radius: 8px;
    width: 30%;
    cursor: pointer;
    padding: 40px 10px 10px;
    background-size: 25px 25px;
}
.hard_icon {
    background-image: url(../image/ic-hardinactive.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
}
.normal_icon {
    background-image: url(../image/ic-normalinactive.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
}
.easy_icon {
    background-image: url(../image/ic-easyinactive.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
}
.feedback_icon:hover {
    background-color: #ffffff;
    border: none;
    font-weight: bold;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);
}
.hard_icon:hover {
    background-image: url(../image/ic-hardactive.svg);
}
.normal_icon:hover {
    background-image: url(../image/ic-normalactive.svg);
}
.easy_icon:hover {
    background-image: url(../image/ic-easyactive.svg);
}
.field_img {display: block; box-shadow: inherit; background: transparent;}
.field_img:before, .field_img:after {content: ""; display: table; clear: both;}
.field_img > input {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);
    width: 100%;
    padding: 15px 5px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: none;
}

.field_img label {position: relative; text-align: center;}
.field_img label .img-hover {
    position: absolute;
    left: 0;
    right: 0;
    line-height: 120px;
    top: 0;
    font-size: 33px;
    background: rgba(41, 59, 143, 0.7);
    border-radius: 10px;
    opacity: 0;
    transition: opacity .3s linear 0s;
    cursor: pointer;
}
.field_img img {max-width: 120px; height: 120px; border-radius: 10px;}
.field_img label:hover .img-hover {opacity: 0.7;}
.form-group.form-buttons {text-align: center; margin-top: 30px;}
.form-buttons .btn-border {
    border-color: #293b8f;
    color: #293b8f;
    vertical-align: middle;
    font-family: 'GEDinarOne','JF Flat Regular',Sans-Serif;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
}

.id_management > a {float: left;color: #000;font-weight: bold;}


#add-product {}
#add-product h3.title {margin-top: 0px; font-size: 30px;}
#add-product .form_container {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 2rem;
}
#add-product .form_container .form-step-text {
    font-size: 14px;
    font-weight: 300;
}




.field_additions .additions_name {width: calc(100% - 140px); overflow: hidden;}
.field_additions .additions_price {position: absolute; top: 0; left: 0; max-width: 140px;}
.field_additions .delete-btn {
    background: transparent;
    border: 0px none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9;
    left: -3px;
    top: -3px;
}
.field_additions .delete-btn img {width: 15px;}
.add-additions {margin: 10px 0; display: inline-block; cursor: pointer;}
.form-buttons {margin: 15px; display: block; text-align: center;}
.form-buttons .btn-primary {
    color: #000;
    background-color: #ffd700;
    border-color: #ffd700;
    font-size: 16px;
    padding: 8px 15px;
    margin: 5px;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number][type=number] {
  -moz-appearance:textfield;
}


.flex-ul {display: flex;}
.flex-li {
  justify-content: center;
  /* align-self: center; */
  align-items: center;
  width: 100%;
}
#myorder .nav-tabs {border: 0px none;}
#myorder .nav-tabs > li {float: right; margin-bottom: 0;}
#myorder .nav-tabs > li > a {border: 0px none !important; background: transparent !important;}
#myorder .form_container {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 15px;
}
#myorder .order-box {
    padding: 0;
    display: flex;
    color: #000;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
#myorder .order-box:before, #myorder .order-box:after {content: ""; display: table; clear: both;}
#myorder .order-box .fa {color: #5c6e80}
#myorder .order-box .order_id {
    width: 100px;
    background: #ffd700;
    text-align: center;
    position: relative;
    margin-left: 10px;
}
#myorder .order-box .order_id h3 {
    margin: 0;
    color: #FFF;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#myorder .order-box .name h3 {margin: 0 0 10px 0;}
#myorder .order-box .name .additions {max-width: 290px;}
#myorder .order-box .name .additions span {}
#myorder .order-box .data {padding: 10px;width: 100%;}
#myorder .order-box .data .status {margin: 0 0 10px 0;}
#myorder .order-box .data .time {}
#myorder .order-box .mony-clock {padding: 10px;width: 50%;}
#myorder .order-box .mony-clock .clock {margin: 0 0 10px 0;}
#myorder .order-box .mony-clock .money {color: #e74c3c;}


#order-page .form_container {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 15px;
}
#order-page .order-box {
    padding: 15px;
    color: #000;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #DDD;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
#order-page .order-box:before, #order-page .order-box:after {content: ""; display: table; clear: both;}
#order-page .order-box .images {max-width: 100px; margin-left: 10px; border-radius: 5px; overflow: hidden; float: right;}
#order-page .order-box .name {float: right; width: calc(100% - 110px);}
#order-page .order-box .name h3 {margin-top: 0px;}
#order-page .order-box .name .price {float: left;}
#sidbar-order {margin-top: 15px;}
#sidbar-order .edit-details .service-edit.order-status {}
#sidbar-order .edit-details .service-edit.order-status .service-name {float: none}
#sidbar-order .edit-details .service-edit.order-status .service-price {text-align: right; position: relative;}
#sidbar-order .edit-details .service-edit.order-status input[type="radio"] {opacity: 0; position: absolute; z-index: -1;}
#sidbar-order .edit-details .service-edit.order-status .service-price label {display: inline-block; margin:5px 3px; cursor: pointer; opacity: 0.5; background: #F5F5F5;
margin: 5px;
padding: 10px;
min-width: 200px;
border-radius: 3px;
border: 1px solid #D6D6D6;}
#sidbar-order .edit-details .service-edit.order-status input[type="radio"]:checked + label,
#sidbar-order .edit-details .service-edit.order-status .service-price label:hover {opacity: 1}
#sidbar-order .edit-details .service-edit .order-total {color: #980002; font-weight: 800;}
#sidbar-order .edit-details .service-edit.order-notes .service-name {float: none; margin-bottom: 5px;}
#sidbar-order .edit-details .service-edit.order-notes .service-price {text-align: right; position: relative;}


.sub-nav .sub-nav-content {
    padding: 0 0 2rem 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    max-width: 350px;
    text-align: right;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.sub-nav .sub-nav-content.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -4px 0 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -4px 0 7px 0 rgba(0, 0, 0, 0.15);
}
.sub-nav__close {
    position: absolute;
    display: block;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 20;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    display: block;
}
.sub-nav__close svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}
.sub-nav .sub-nav-header {
    padding: 30px 0 !important;
    background: #293b8f;
    display: block;
    text-align: center;
}
.sub-nav-header img {
    display: block;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.sub-nav-header p {color: #FFF; margin: 5px 0 0 0;}
.sub-nav .sub-nav-header a {
    margin: 15px 1px 0;
    font-size: 12px;
    display: inline-block;
    padding: 0 15px 3px;
    background: #fff;
    border-radius: 99px;
    line-height: 1.8;
    color: #5A5A5A !important;
    max-height: 36px;
}
.sub-nav .sub-nav-header a.logout-btn {background: #f55157; color: #FFF !important;}
.content-menu #menu .category-title {
    font-size: 13px;
    padding: 10px;
    background: #f8f8f8;
    color: #888;
    text-shadow: initial;
    line-height: 25px;
    font-weight: 100;
    width: 100%;
    display: block;
}
.content-menu #menu ul > li {
    float: none;
    display: block;
    text-align: right;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}
.content-menu #menu ul > li a {
    font-size: 15px !important;
    color: #636362;
    min-height: auto;
    line-height: 1.8;
    padding: 10px 15px 10px 15px;
    background: #FFF;
    display: block;
    transition: all .35s cubic-bezier(.2,1,.3,1);
}
.nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    visibility: hidden;
}
.nav-overlay.is-active {
    visibility: visible;
}
.danger-error{
    border: solid 2px red;
    border-radius: 9px;
}