body {
    background: #626f80;
    font-size: 13px;
    color: #323a45;
}
body.rtl {
    direction: rtl;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h4 {
    font-size: 18px;
}
a {
    color: #008ece;
    text-decoration: none;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    -ms-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
}
a:hover {
    text-decoration: none;
}
pre {
    direction: ltr;
    text-align: left;
}
.hidden {
    display: none;
}


/* login */
div#login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
div#login-wrapper section.login {
    margin-bottom: 10%;
}
div#login-wrapper .login-form {
    margin-bottom: 10%;
    width: 360px;
    padding: 2em;
    border-radius: 2px;
    border: 1px solid #e4e5e7;
    background: #fff;
}
div#login-wrapper .logo {
    text-align: center;
    margin-bottom: 1em;
}
div#login-wrapper h1 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 22px;
}
div#login-wrapper .login-form label {
    display: block;
}
div#login-wrapper .login-form input[type="text"], div#login-wrapper .login-form input[type="password"] {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    border-radius: 4px;
    outline: none;
    height: 36px;
    width: 100%;
    padding: 3px 5px;
}
div#login-wrapper .login-submit button {
    width: 100%;
}
div#login-wrapper .login-submit button i {
    margin: 0 5px;
    display: none;
}




/* general */
header#header {
    background: #415165;
    background: -webkit-gradient(linear, left top, right top, from(#415165), color-stop(26%, #51647c), color-stop(73%, #51647c), to(#4f5d7a));
    background: linear-gradient(to right, #415165 0%, #51647c 26%, #51647c 73%, #4f5d7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415165', endColorstr='#4f5d7a', GradientType=1);
    display: block;
    height: 63px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}
.hide-menu {
    padding: 18px 14px 18px 14px;
    font-size: 14px;
    float: right;
    border-left: 1px solid #5E646D;
    color: #D0D0D0;
    cursor: pointer;
    line-height: 27px;
}
#logo {
    float: right;
    padding: 7px 15px;
    height: 63px;
    text-align: center;
}
#logo img {
    width: auto;
    height: 48px;
}
#logo span {
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    vertical-align: middle;
}
#header form input {
    border-radius: 0;
    background: transparent;
    height: 63px;
    border: 0;
    color: #fff;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    outline: 0 !important;
}
#header form input::placeholder {
    color: #a1b4cc;
}
.header-actions {
    float: left;
    padding: 0 15px;
    display: flex;
    align-items: center;
}
#header form button {
    border-radius: 0;
    height: 63px;
    width: 60px;
    padding: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    font-weight: 500;
    border: 0;
}
#header .user-image-wrap {
    position: relative;
}
#header .user-image {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
#header .user-image-wrap:hover ul {
    display: block;
    left: 0;
    right: auto;
}
#menu {
    width: 210px;
    bottom: 0;
    float: right;
    right: 0;
    position: absolute;
    top: 63px;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1) 0s;
    background: #626f80;
}
body.hide-sidebar aside#menu {
    right: -210px;
}
aside#menu ul > li {
    margin: 0;
}
aside#menu ul > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px 11px 16px;
    font-size: 13px;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
aside#menu > ul > li > a:hover,
aside#menu > ul > li.current-menu-item > a,
aside#menu > ul > li.current-menu-parent > a {
    background: #e9ebef;
    color: #323a45;
}
.single-client aside#menu > ul > li.menu-item-object-client a,
.single-seller aside#menu > ul > li.menu-item-object-seller a{
    background: #e9ebef;
    color: #323a45;
}
aside#menu ul > li > a > i {
    display: block;
    float: right;
    width: 18px;
    font-size: 17px;
    margin-left: 16px;
}
aside#menu .user-note {
    padding: 11px 20px 11px 16px;
    color: #fff;
}
aside#menu .user-note a {
    color: #fff;
    float: left;
}
aside#menu a.collapse-toggle i.fa-caret-down {
    float: left;
    font-size: 14px;
    margin: 3px;
    width: auto;
}
aside#menu ul > li > ul {
    list-style: none;
    padding: 0;
    background: #fff;
}
aside#menu ul > li > ul > li > a {
    color: #323a45;
    padding: 10px 20px;
}
aside#menu ul > li.current-menu-parent > a + ul {
    display: block;
}
aside#menu ul > li.current-menu-parent > ul > li.current-menu-item > a {
    color: #007bff;
}



#wrapper {
    margin: 0 210px 0 0;
    padding: 0;
    background: #e9ebef;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    min-height: calc(100vh - 63px);
}
body.hide-sidebar #wrapper {
    margin-right: 0;
}
#content {
    padding: 10px 25px 5em 25px;
    min-width: 320px;
}
.card {
    border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.08);
    margin-bottom: 25px;
    border-radius: 4px;
}
.card-header {
    font-size: 18px;
    font-weight: 500;
    color: #656565;
    border-bottom: 1px solid #e4e5e7;
    padding: .75rem;
}
.card .buttons {
    margin-bottom: 15px;
}
.hr-panel-heading {
    margin: 17px -20px 25px;
}
.modal-open {
    overflow: auto;
    padding: 0 !important;
}
.modal-dialog.modal-xl {
    max-width: 1170px;
}
.modal-header {
    background: #226faa;
    background: -webkit-gradient(linear, left top, right top, from(#226faa), color-stop(37%, #2989d8), to(#72c0d3));
    background: linear-gradient(to right, #226faa 0%, #2989d8 37%, #72c0d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#226faa', endColorstr='#72c0d3', GradientType=1);
    color: #fff;
    border-color: transparent;
    border-radius: 0;
}
.modal-header .close {
    color: #fff;
    text-shadow: none;
}
#content .row .nav.flex-column li a {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    padding: 10px 17px 10px 17px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 0;
    color: #333;
}
#content .row .nav.flex-column li a.active {
    color: #008ece;
}
#content .row .nav.flex-column li a i {
    width: 17px;
    margin-left: 7px;
    font-size: 15px;
    vertical-align: text-bottom;
    text-align: center;
}
div#client-subscriptions h4 {
    margin-bottom: 25px;
}
div#subscription-edit .modal-body {
    padding-top: 10px;
}
#content div#subscription-edit .acf-field.active-button {
    top: -62px;
}



/* tables */
body:not(.print) table.table {
    display: none;
    width: 100% !important;
}
table.dataTable thead>tr>th {
    color: #4e75ad;
    background: #f6f8fa;
    vertical-align: middle;
    border-bottom: 1px solid;
    border-color: #ebf5ff !important;
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 8px;
}
table .row-options {
    position: relative;
    right: -9999em;
    font-size: 10px;
    color: #323a45;
    line-height: 2;
    vertical-align: middle;
}
table tr:hover td .row-options, .mobile table tr td .row-options {
    position: static;
}
table .row-options a {
    font-size: 11px;
}
table .btn {
    padding: 3px 0px;
    width: 32px;
}
.table ul {
    padding: 0 15px 0 0;
}




/* acf */
#content .acf-fields.-sidebar,
html[dir="rtl"] #content .acf-fields.-sidebar {
    padding: 0 !important;
}
#content .acf-fields.-sidebar:before {
    display: none !important;
}
#content .acf-fields>.acf-tab-wrap {
    background: none;
    border-bottom: 1px solid #f0f0f0;
    margin: -20px -20px 1.5em;
}
#content .acf-tab-wrap.-left .acf-tab-group {
    position: static;
    width: 100%;
    display: flex;
}
#content .acf-tab-wrap.-left .acf-tab-group li {
    margin-bottom: -1px;
}
#content .acf-tab-wrap.-left .acf-tab-group li a {
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #333;
    padding: 12px 13px 12px 13px;
    font-weight: 400;
}
#content .acf-tab-wrap.-left .acf-tab-group li.active a {
    background: none;
    border-bottom: 1px solid #02a9f4;
    font-weight: 500;
}
#content .acf-field .acf-label {
    margin: 7px 0;
}
#content .acf-fields:not(.-left):not(.-top)>.acf-field {
    border: 0;
    padding: 0 12px;
    margin-bottom: 1em;
}
#content .acf-fields.-left>.acf-field {
    padding: 15px 0;
}
#content .acf-field .acf-label label {
    font-weight: normal;
}
#content .acf-field.acf-field-group > .acf-label label {
    font-weight: 600;
}
#content .acf-fields.-left .acf-field-group>.acf-label label {
    font-weight: bold;
    font-size: 110%;
}
#content .acf-fields.-border {
    border: 0;
    margin: 0 -15px;
}
#content .acf-fields.-border>.acf-field {
    border: 0;
    padding: 7px 15px;
}
#content .acf-fields.acf-form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#content .acf-fields>.acf-field {
    flex-grow: 1;
    border: 0;
    padding: 8px 12px;
}
#content .acf-table .acf-fields.-border {
    border: 0;
}
#content .acf-fields>.acf-field.acf-field-group {
    padding: 12px 12px;
}
#content .acf-table>thead>tr>th {
    background: #f9f9f9;
    font-size: 105%;
}
#content .acf-table>thead>tr>th label {
    margin: 0;
}
#content .acf-input input, #content .acf-input textarea, #content .acf-input select,
#content .select2-container--default .select2-selection--single {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    border-radius: 4px;
    outline: none;
}
#content .acf-input input:focus, #content .acf-input textarea:focus, #content .acf-input select:focus, #content .select2-container--default .select2-selection--single:focus {
    border-color: #03a9f4;
}
#content .acf-input input, #content .select2-container--default .select2-selection--single, #content .acf-input select {
    height: 36px;
}
#content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
#content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
#content .acf-input input::placeholder {
    color: #c3c3c3;
    opacity: 1;
    font-style: italic;
}
#content .acf-input input:-ms-input-placeholder {
    color: #b7b7b7;
}
#content .acf-input input::-ms-input-placeholder {
    color: #b7b7b7;
}
#content .acf-form-submit {
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 -4px 1px -4px rgba(0, 0, 0, .1);
    background: #fff;
    width: calc(100% - 210px);
    padding: 15px 15px 15px 25px;
    z-index: 5;
    border-top: 1px solid #ededed;
    text-align: left;
}
#content .modal .acf-form-submit {
    position: static;
    width: auto;
    box-shadow: none;
    margin: 0 -15px 0;
    padding: 15px 20px 0;
}
#content .acf-input-prepend, #content .acf-input-append {
    font-size: 16px;
    line-height: 24px;
    height: 36px;
    padding: 3px 11px;
}
#content .acf-field.acf-field-message .acf-label label {
    font-weight: bold;
    font-size: 105%;
}
#content .acf-field.acf-field-message:not(:first-child) {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #efefef;
}
#content .acf-field.active-button {
    position: absolute;
    top: -69px;
    left: -20px;
    border: 0;
}
#content .modal .acf-field.active-button {
    color: #fff;
}
#content .acf-field.active-button>div {
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}
#content .acf-field.acf-field-true-false {
    border: 0;
}
#content .acf-switch span.acf-switch-off {
    color: #2270ab;
}
#content .acf-field-file .acf-label label {
    font-weight: bold;
}
#content .acf-form-submit .actions {
    float: right;
}
#content .acf-repeater .acf-field-group .acf-fields.-border {
    margin: 0 -10px !important;
}
#content .acf-error .acf-input {
    display: flex;
    flex-direction: column-reverse;
}
#content .acf-notice.-dismiss {
    display: none;
}
#content .acf-field[data-name="seller_id"] {
    width: 100%;
}
#content .acf-fields>.acf-field.acf-field-message {
    width: 100%;
}



/* Toastr */
.toastr {
    display: none;
}
#toast-container>.toast {
    opacity: 1;
    padding: 10px 15px !important;
    font-size: 14px;
    background-image: none !important;
}
#toast-container>.toast-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#toast-container>.toast:before {
    content: "\f0f3";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 20px;
    float: right;
    margin-left: 10px;
    line-height: normal;
}
.toast-message {
    font-weight: 500;
}
button.toast-close-button {
    color: inherit;
    top: -1px;
    outline: 0;
}
#toast-container>div:hover {
    box-shadow: none;
}


/* print */
body.print {
    background: #fff;
}
div#print-wrapper {
    min-height: 100vh;
}
div#print-wrapper table {
    width: 80%;
    margin: 0 auto;
}
div#print-wrapper.print-voucher table {
    margin: 4em auto 13em;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
div#print-wrapper.print-voucher table:last-child {
    margin-bottom: 0;
}
div#print-wrapper .print-logo {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}
div#print-wrapper.print-voucher .print-logo {
    display: none;
}


/* options page */
a.acf-tab-button[data-key="field_5c5452db81324"],
a.acf-tab-button[data-key="field_5c55d080d224b"] {
    display: none;
}
.acf-field[data-name="group"],
.acf-field[data-name="insurance"],
.acf-field[data-name="age"] {
    display: none;
}
.acf-field-group[data-name="payment_gateway"] {
    display: none;
}



/* subscription page */
#subscription-actions .row {
    margin-bottom: 7px;
}
#subscription-actions a.btn {
    width: 100%;
    line-height: 35px;
    margin-bottom: 1em;
}
#content div#edit-subscription .acf-field.active-button {
    top: -205px;
}
#subscription-info .col-inner {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    height: 100%;
}
#subscription-info .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    text-align: center;
}
#subscription-info .fields p {
    margin: 0 0 15px;
    line-height: normal;
}
#subscription-info .fields label {
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}
div#change-vehicle-modal .acf-field {
    width: 100% !important;
}
div#change-vehicle-modal .acf-field-group,
div#update-subscription-modal .acf-field-group {
    padding: 0 !important;
}
div#change-vehicle-modal .acf-field-group > .acf-label,
div#update-subscription-modal .acf-field-group > .acf-label {
    display: none;
}
div#change-vehicle-modal .acf-form-submit,
div#update-subscription-modal .acf-form-submit {
    margin-top: 15px !important;
}



/* invoices */
div#invoice-edit table#payments-table th[data-name="subscription"],
div#invoice-edit table#payments-table th[data-name="invoice"],
div#invoice-edit table#payments-table td:nth-child(2),
div#invoice-edit table#payments-table td:nth-child(3) {
    display: none;
}
.invoice-details > div > div {
    font-size: 18px;
}
.invoice-details > div {
    position: relative;
}
.invoice-details > div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    width: 1px;
    background: #e5e5e5;
}
.invoice-details > div:last-child:after {
    display: none;
}
div#invoice-edit div#payments-table_wrapper>.row:last-child {
    display: none;
}


/* sms */
table#sms-table th:first-child,
table#sms-table th:last-child {
    width: 115px !important;
}


/* pay page */
body.pay {
    background: rgb(241, 241, 241);
}
body.pay div#pay-wrapper {
    background: #fff;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 50px auto 2em;
    padding: 1em 2em;
    max-width: 700px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
}
#payment-iframe {
    width: 100%;
    height: 600px;
    border: 0;
}




li#menu-item-5555 {
    display: none;
}