/*#content {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/* ========== Fonts ========== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ========== Colors ========== */
:root {
    --color-primary: #42a5f5;
    --color-primary-dark: #1074c5;
    --color-primary-opacity: #3b82f61c;
    --color-secondary: #455a64;
    --color-secondary-opacity: #455a640d;
    --color-third: #ab47bc;
    --color-third-opacity: #ab47bc0c;
    --color-info: #00c3ff;
    --color-info-opacity: #00c3ff2b;
    --color-success: #22c55e;
    --color-success-opacity: #22c55e29;
    --color-danger: #fe5c5c;
    --color-danger-opacity: #fe5c5c26;
    --color-warning: #ffa726;
    --color-warning-opacity: #ffa72629;
    --color-notice: #3c3c3c;
    --color-notice-opacity: #3c3c3c0a;

    --color-success-dark: #26a69a;
    --color-success-dark-opacity: #26a69a28;

    --color-light: #fff;
    --color-dark: #1a1b1e;

    --font-title: "Red Hat Display", sans-serif;
    --font-description: "Roboto", sans-serif;
}

* {
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin-bottom: 5px !important;
}


img.emoji {
    width: 20px !important;
}

.table-of-service table {
    max-width: 100%;
    overflow-x: scroll !important;
}

.elementor-text-editor p a {
    color: #0000ff !important;
}

.table-of-service td img.emoji {
    height: 15px;
    margin-right: 5px;
}

.disabled,
*:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #767676;
}

*::-webkit-scrollbar-track {
    border-radius: 1px;
    background: #f1f1f1;
    /*box-shadow: 0 0 0 4px #f1f1f1;*/
}

/**::-webkit-resizer {*/
/*    border-radius: 20px;*/
/*}*/

/* ========== Reset elementor ========== */
h6.box-title {
    font-size: 13px !important;
}

.icon-box {
    padding: 5px !important;
}


/* ٍElementor Button */


/*.elementor-button-link.active,*/
/*.elementor-button-link:hover,*/
/*.elementor-button.active,*/
/*.elementor-button:hover {*/
/*    background: var(--color-secondary);*/
/*}*/

/*.elementor-button-info {*/
/*    width: auto !important;*/
/*    background: var(--color-info-opacity) !important;*/
/*}*/

/*.elementor-button-info * {*/
/*    color: var(--color-info) !important;*/
/*    fill: var(--color-info) !important;*/
/*}*/

/*.elementor-button-info:hover,*/
/*.elementor-button-info.active {*/
/*    background: var(--color-info) !important;*/
/*}*/

/*.elementor-button-success {*/
/*    width: auto !important;*/
/*    background: var(--color-success-opacity) !important;*/
/*}*/

/*.elementor-button-success * {*/
/*    color: var(--color-success) !important;*/
/*    fill: var(--color-success) !important;*/
/*}*/

/*.elementor-button-success:hover,*/
/*.elementor-button-success.active {*/
/*    background: var(--color-success) !important;*/
/*}*/

/*.elementor-button-warning {*/
/*    width: auto !important;*/
/*    background: var(--color-warning-opacity) !important;*/
/*}*/

/*.elementor-button-warning * {*/
/*    color: var(--color-warning) !important;*/
/*    fill: var(--color-warning) !important;*/
/*}*/

/*.elementor-button-warning:hover,*/
/*.elementor-button-warning.active {*/
/*    background: var(--color-warning) !important;*/
/*}*/

/*.elementor-button-danger {*/
/*    width: auto !important;*/
/*    background: var(--color-danger-opacity) !important;*/
/*}*/

/*.elementor-button-danger * {*/
/*    color: var(--color-danger) !important;*/
/*    fill: var(--color-danger) !important;*/
/*}*/

/*.elementor-button-danger:hover,*/
/*.elementor-button-danger.active {*/
/*    background: var(--color-danger) !important;*/
/*}*/

/*.elementor-widget-button:hover *,*/
/*.elementor-widget-button.active * {*/
/*    color: var(--color-light) !important;*/
/*    fill: var(--color-light) !important;*/
/*}*/


/* ===== Icon box ===== */
.icon-box.s2:hover {
    box-shadow: none !important;
}

/* ===== Button ===== */
.octf-btn-primary {
    background: var(--color-primary) !important;
}

.octf-btn-primary i {
    background: var(--color-light) !important;
    color: var(--color-primary) !important;
}

/* ===== Tab ===== */
/* ul.tabs-heading, ul.tabs-heading .tab-link {
    border-radius: 5px !important;
} */

.ot-tabs .tabs-heading {
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    border: none !important;
}

.ot-tabs .tab-link {
    font-size: 14px !important;
    padding: 12px 15px !important;
    border-radius: 5px !important;
    color: var(--color-primary) !important;
    background: var(--color-primary-opacity) !important;
    white-space: pre-wrap !important;
    line-height: 22px !important;
}

.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
    background: var(--color-primary) !important;
    color: var(--color-light) !important;
    font-weight: 700 !important;
}

/* ===== Accordions ===== */
.ot-accordions .acc-item {
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}

.ot-accordions .acc-item .acc-content {
    padding-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
}

.ot-accordions .acc-toggle {
    position: relative;
    padding-right: 40px !important;
}

.ot-accordions .acc-toggle .down, .ot-accordions .acc-toggle .up {
    position: absolute;
    right: 10px;
    top: 12px;
}

/* ===== Input and textarea ===== */
input, textarea {
    border-radius: 5px !important;
}

/* ===== One line form ===== */
.one-line-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9 !important;
    gap: 5px 0;
}

.one-line-form .one-line-form-inputs {
    width: calc(100% - 160px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
}

.one-line-form input {
    background: transparent !important;
    padding: 10px !important;
}

/* ===== Contact form ===== */
form.submitting .wpcf7-spinner {
    display: block;
    margin: 10px auto;
}

/* ===== Header menu ===== */
.menu-item:hover, .menu-item.active {
    color: var(--color-primary) !important;
    font-weight: normal !important;
    transform: scale(1) !important;
}

.main-navigation > ul > li:after, .main-navigation > ul > li:before,
.main-navigation > ul > li:after, .main-navigation > ul > li:before {
    background: var(--color-primary) !important;
}

/* ===== Footer menu ===== */
.footer-menu #primary-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.footer-menu li {
    margin: 0 !important;
    padding: 5px !important;
}

.footer-menu .main-navigation ul > li > a {
    padding: 0 !important;
    line-height: 20px !important;
}


/* ========== Animations ========== */
.animate-swl2-show {
    -webkit-animation: swal2-show .5s;
    animation: swal2-show .5s;
}


/* ========== Typography ========== */
h1 {
    font-size: 34px !important;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 26px !important;
}

h4 {
    font-size: 22px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 14px !important;
}

/* ========== Utilities ========== */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

/* ========== Content limit ========== */
.content-scroll .elementor-text-editor,
.content-scroll .elementor-tab-content {
    max-height: 400px;
    overflow-y: scroll;
    font-family: var(--font-title) !important;
    text-align: justify;
    padding: 0 10px;
}

/* Content Area */
.content-limit #expander {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.blur-effect {
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    height: 200px;
}

.content-limit p {
    font-weight: 400 !important;
}

.content-limit .elementor-tab-content,
.content-limit .elementor-text-editor {
    height: 400px;
}

.content-limit .content-hide {
    height: 200px !important;
    overflow-y: hidden !important;
}

.content-limit img,
.content-scroll img {
    max-width: 35%;
    object-fit: cover;
    border-radius: 10px;
}

/* ========== Table ========== */
table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 5px !important;
    width: 100% !important;
    margin: 20px auto !important;
}

.table-content-left td {
    text-align: left !important;
}

.table-content-right td {
    text-align: right !important;
}

.table-content-center td {
    text-align: center !important;
}

table tr:nth-child(odd) {
    background-color: #f3f4f5;
}

table tr:nth-child(even) {
    background-color: #fdfdfd;
}

table tr th, table tr td {
    border-radius: 5px;
    border: 0;
    text-align: center;
    padding: 5px;
    /*white-space: nowrap;*/
}

table tr th {
    font-size: 15px;
    background-color: var(--color-secondary) !important;
    color: #fff;
    font-family: var(--font-title);
    font-weight: 600 !important;
}

table tr td {
    font-weight: 300 !important;
    font-family: var(--font-description);
    font-size: 14px !important;
}


table td .cell-centered span {
    text-align: center !important;
    width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table td .cell-centered button.copyToClipboard {
    margin-right: auto !important;
}


/* ========== button ========== */
.btn {
    border: 0;
    border-radius: 5px;
    padding: 6px 8px;
    font-size: 14px;
    font-family: var(--font-title);
    font-weight: 600;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    cursor: pointer;
}

.btn i:before {
    font-size: 16px !important;
}

.btn-sm {
    padding: 4px 8px !important;
    font-size: 12px !important;
}

.btn-sm .btn i:before {
    font-size: 12px !important;
}

.btn-lg {
    padding: 10px 14px !important;
    font-size: 15px !important;
}

.btn-lg .btn i:before {
    font-size: 16px !important;
}

.btn-wide {
    display: flex !important;
    width: 100% !important;
}

.btn-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
}

.btn-center {
    justify-content: center !important;
    margin: 0 auto !important;
}

.btn-left {
    justify-content: flex-start !important;
}

.btn-right {
    justify-content: flex-end !important;
}

.btn.active {
    color: #fff !important;
    box-shadow: -3px 3px 10px rgb(0 0 0 / 15%) !important;
    transition: all 300ms ease-in-out !important;
}

.btn:hover {
    color: #fff !important;
    /*box-shadow: inset -4px 4px 15px rgb(0 0 0 / 35%) !important;*/
    /*transform: scale(1.02) !important;*/
    transform: translateY(-2px) !important;
    transition: all 300ms ease-in-out !important;
}

/* ===== button outline primary ===== */
.btn-outline-primary {
    color: var(--color-primary) !important;
    background: var(--color-primary-opacity) !important;
}

.btn-outline-primary i {
    color: var(--color-primary) !important;
}

.btn-outline-primary.active,
.btn-outline-primary:hover {
    background: var(--color-primary) !important;
}

.btn-outline-primary.active i,
.btn-outline-primary:hover i {
    color: #fff !important;
}

/* ===== button outline secondary ===== */
.btn-outline-secondary {
    color: var(--color-secondary) !important;
    background: var(--color-secondary-opacity) !important;
}

.btn-outline-secondary i {
    color: var(--color-secondary) !important;
}

.btn-outline-secondary.active,
.btn-outline-secondary:hover {
    background: var(--color-secondary) !important;
}

.btn-outline-secondary.active i,
.btn-outline-secondary:hover i {
    color: #fff !important;
}

/* ===== button outline info ===== */
.btn-outline-info {
    color: var(--color-info) !important;
    background: var(--color-info-opacity) !important;
}

.btn-outline-info i {
    color: var(--color-info) !important;
}

.btn-outline-info.active,
.btn-outline-info:hover {
    background: var(--color-info) !important;
}

.btn-outline-info.active i,
.btn-outline-info:hover i {
    color: #fff !important;
}

/* ===== button outline success ===== */
.btn-outline-success {
    color: var(--color-success) !important;
    background: var(--color-success-opacity) !important;
}

.btn-outline-success i {
    color: var(--color-success) !important;
}

.btn-outline-success.active,
.btn-outline-success:hover {
    background: var(--color-success) !important;
}

.btn-outline-success.active i,
.btn-outline-success:hover i {
    color: #fff !important;
}

/* ===== button outline success dark ===== */
.btn-outline-success-dark {
    color: var(--color-success-dark) !important;
    background: var(--color-success-dark-opacity) !important;
}

.btn-outline-success-dark i {
    color: var(--color-success-dark) !important;
}

.btn-outline-success-dark.active,
.btn-outline-success-dark:hover {
    background: var(--color-success-dark) !important;
}

.btn-outline-success-dark.active i,
.btn-outline-success-dark:hover i {
    color: #fff !important;
}

/* ===== button outline danger ===== */
.btn-outline-danger {
    color: var(--color-danger) !important;
    background: var(--color-danger-opacity) !important;
}

.btn-outline-danger i {
    color: var(--color-danger) !important;
}

.btn-outline-danger.active,
.btn-outline-danger:hover {
    background: var(--color-danger) !important;
}

.btn-outline-danger.active i,
.btn-outline-danger:hover i {
    color: #fff !important;
}


/* Button loading */
.btn-loading {
    position: relative;
    opacity: 0.5;
}

.btn-loading::before {
    content: "";
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    display: inline-block;
    border: 3px solid;
    margin-right: 5px;
    border-radius: 50%;
    border-color: #999 #eee #eee #eee;
    background: transparent;
    pointer-events: none;
    animation: spinner 1.2s infinite ease;
}


/* ========== Form ========== */
.box-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.box-form p {
    font-size: 12px !important;
    color: #666 !important;
    margin-bottom: 0 !important;
}

.box-form input,
.box-form textarea,
.box-form select {
    /*font-family: var(--font-description)*/
}

.box-form .form-field {
    text-align: left;
    font-size: 13px;
    box-sizing: border-box;
    padding: 5px 10px;
    vertical-align: middle;
    border-radius: 5px !important;
    border: 1px solid #eee;
    /*background: #f7f7f7;*/
    background: var(--color-secondary-opacity);
}

.box-form .form-field.form-field-light {
    background: var(--color-light) !important;
}

.box-form .form-control.form-control-icon .box-icon {
    border: 1px solid #e6e9ec;
    background: #e6e9ec;
    color: #5b6f78;
    width: 35px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
}


.box-form .form-field:focus {
    outline: 2px solid #e6e9ec;
}

.box-form .form-field-lg {
    width: 200px !important;
    height: 50px !important;
    font-size: 15px !important;
}

.box-form .form-field-lg + .box-icon {
    width: 45px;
    padding: 14px;
    font-size: 20px;
}

.box-form .form-field.form-textarea {
    resize: none;
}

.box-form .form-group-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-form .form-group-row .form-control {
    width: 50%;
}

.box-form .form-control {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between;
    flex-grow: 1;
    flex-basis: 0;
}

.box-form .form-control.form-control-icon {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
}

.box-form .form-control.form-control-icon .form-field {
    border-radius: 0 6px 6px 0 !important;
}

.form-control input::placeholder {
    font-size: 14px !important;
}

.box-form .form-control label {
    color: #2b2f3e;
    font-family: var(--font-title);
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.box-form .form-control label i {
    color: var(--color-danger);
}

/* ===== File upload ===== */
.file-upload {
    display: block;
    text-align: left;
    font-family: var(--font-title);
    font-size: 14px;
    width: 100%;
    margin: 30px auto;
}

.file-upload label {
    font-family: var(--font-title);
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.file-upload .file-select {
    border: 1px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: right;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

.file-select.form-field {
    padding: 0 !important;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #34495e;
    transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: var(--color-success);
    transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: var(--color-success);
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: not-allowed;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: right;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}


/* ========== Alert ========== */
.alert {
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4 !important;
    font-size: 12px !important;
    font-family: var(--font-title);
    font-weight: 500;
}

.alert * {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.alert a {
    font-family: var(--font-title);
}

.alert ul {
    margin: 0;
    padding: 0 20px 0 0 !important;
}

.collapse-alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background: none;
    color: inherit;
    width: 100%;
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    font-family: var(--font-title);
}

.collapse-alert-content li {
    margin-left: 30px;
}

.collapse-alert-content * {
    text-align: left;
    font-size: 13px !important;
    font-family: var(--font-description);
    line-height: 25px !important;
    font-weight: 300;
}

.collapse-alert-content {
    display: none;
}

.alert.alert-success {
    color: #044c09 !important;
    background: #d0fcd2 !important;
    /*color: var(--color-success) !important;*/
    /*background: var(--color-success-opacity) !important;*/
}

.alert.alert-danger {
    color: #770000 !important;
    background: #ffdcdc !important;
    /*color: var(--color-danger) !important;*/
    /*background: var(--color-danger-opacity) !important;*/
}

.alert.alert-info {
    color: #002f79 !important;
    background: #c7e6ff !important;
    /*color: var(--color-info) !important;*/
    /*background: var(--color-info-opacity) !important;*/
}

.alert.alert-warning {
    color: #5e5200 !important;
    background: #ffecd1 !important;
    /*color: var(--color-warning) !important;*/
    /*background: var(--color-warning-opacity) !important;*/
}

.alert.alert-notice {
    color: #3c3c3c !important;
    background: #f7f7f7 !important;
    /*color: var(--color-notice) !important;*/
    /*background: var(--color-notice-opacity) !important;*/
}


/* ========== Badge ========== */
.badge {
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
}

.badge.badge-success,
.badge.badge-complete {
    color: var(--color-success) !important;
    background: var(--color-success-opacity) !important;
}

.badge.badge-danger,
.badge.badge-canceled {
    color: var(--color-danger) !important;
    background: var(--color-danger-opacity) !important;
}

.badge.badge-info,
.badge.badge-pending {
    color: var(--color-info) !important;
    background: var(--color-info-opacity) !important;
}

.badge.badge-warning,
.badge.badge-incomplete {
    color: var(--color-warning) !important;
    background: var(--color-warning-opacity) !important;
}

.badge.badge-notice {
    color: var(--color-notice) !important;
    background: var(--color-notice-opacity) !important;
}

.badge.badge-progress {
    color: var(--color-third) !important;
    background: var(--color-third-opacity) !important;
}


/* ========== Toast ========== */
.jq-toast-wrap, .jq-toast-wrap * {
    z-index: 999999 !important;
}

.jq-toast-single {
    font-family: var(--font-description) !important;
    overflow: hidden;
    font-weight: 400 !important;
}

.jq-toast-single h2 {
    font-size: 14px !important;
    line-height: unset !important;
}

.jq-toast-loader {
    top: unset !important;
    bottom: 0 !important;
    height: 3px !important;
}

.close-jq-toast-single {
    font-size: 18px !important;
}

.jq-toast-wrap.bottom-left {
    bottom: 100px !important;
    left: 10px !important;
}

.jq-toast-wrap.bottom-right {
    bottom: 100px !important;
    left: 10px !important;
}

.jq-toast-wrap.top-left {
    top: 20px !important;
    left: 10px !important;
}

.jq-toast-wrap.top-right {
    top: 20px !important;
    right: 10px !important;
}


/* ========== Nav tab handler ========== */
.nav-tab-container ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    border-bottom: 2px solid #eee;
    margin: 0 auto;
    padding: 0;
    font-family: var(--font-description);
}

.nav-tab-container ul .tab-item {
    position: relative;
    flex: 1 1 auto;
    justify-content: center;
    text-align: center !important;
    padding: 8px 15px;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: border, color .4s linear;
}

.nav-tab-container ul .tab-item:hover {
    color: var(--color-primary);
}

.nav-tab-container ul .tab-item.active {
    color: var(--color-primary);
    font-weight: bold;
}

.nav-tab-container ul .tab-item.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--color-primary);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.tab-content-container {
    font-family: var(--font-description);
}

.tab-content-container .tab-content {
    padding: 15px 0;
    display: none;
}

.tab-content-container .tab-content.active {
    display: block;
}


/* ========== Sticky menu bottom ========== */
.sticky-menu {
    direction: rtl;
    width: 600px;
    height: 60px;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    z-index: 999999;
}

.sticky-menu .menu-item {
    position: relative;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    font-size: 12px;
    padding: 2px 5px;
    font-family: var(--font-title);
    font-weight: 500;
    color: #737373;
    transition: transform .4s;
    cursor: pointer;
    user-select: none;
    border-bottom: 3px solid transparent;
}

.divider {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 10px auto;
}

.sticky-menu .menu-item span {
    white-space: nowrap;
}

.sticky-menu .menu-item svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
}

.sticky-menu .menu-item svg.fill-icon {
    display: none;
}

.menu-item:hover,
.menu-item.active {
    color: #2196f3 !important;
    font-weight: 600 !important;
    transform: scale(1.05);
}

.menu-item.active {
    border-bottom-color: #2196f3;
    margin: 0 5px;
}

.menu-item-middle {
    margin-top: -5px;
    transform: scale(1.2);
}

.menu-item-middle:before {
    content: "";
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    position: absolute;
    transform: rotate(45deg);
    top: -10px;
    z-index: -1;
    box-shadow: -10px -10px 10px rgb(0 0 0 / 3%);
}

.menu-item-middle .img-box {
    text-align: center;
}

.menu-item-middle .img-box img {
    border-radius: 10px;
}

.menu-item .charge-wallet-now > small {
    font-size: 12px;
    font-weight: bold;
}

.charge-wallet-now {
    white-space: nowrap;
}

.menu-item .badge-box {
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 100;
    padding: 4px;
    position: absolute;
    top: 5px;
    right: 10px;
    left: unset !important;
    border-radius: 15px;
    background: #00b38f;
    color: #fff;
}

.menu-item.menu-item-side .badge-box {
    height: 15px;
    font-size: 12px !important;
    padding: 6px;
    top: 12px;
}


/* Side menu */
#menu-side-sticky * {
    user-select: none;
    font-family: var(--font-title);
    font-size: 13px;
}

#menu-side-sticky {
    width: 320px;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 0 10px 10px 0;
    transition: all .4s linear;
    transform: translateX(-100%);
    z-index: 99999;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.show-menu-side-sticky {
    transform: translateX(0) !important;
}

#side-menu-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px 20px 80px;
}

.menu-side-overlay {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

#side-menu-items .menu-item-side {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s linear;
}

#side-menu-items .menu-item-side:hover,
#side-menu-items .menu-item-side.active {
    color: #2196f3;
    font-weight: 600 !important;
}

#side-menu-items .menu-item-side svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: transform 0.2s linear;
}

#side-menu-items .menu-item-side:hover svg,
#side-menu-items .menu-item-side.active svg {
    transform: scale(1.25);
}

#side-menu-items .menu-item-side svg.fill-icon {
    display: none;
}

#side-menu-top {
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

#side-menu-top #user_area_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

#side-menu-top #user_area_right #user_profile img {
    border-radius: 50%;
}

#user_details {
    display: flex;
    flex-direction: column;
    color: #55595c;
}

#side-menu-top #user_area_right #user_name {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

#side-menu-top #user_area_right #user_phone {
    font-size: 13px;
    font-weight: 100;
}

#side-menu-top #user_area_left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* ========== Auth ========== */
.auth-wrapper {
    min-width: 320px;
    background: #ffffff !important;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.auth-wrapper .page-title {
    text-align: center;
    font-family: var(--font-title) !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    font-size: 18px !important;
    color: #1a1b1e !important;
    border-bottom: 1px solid #e6e9ec;
    margin: 0 15px;
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.auth-wrapper .box-form {
    padding: 10px !important;
}

.auth-wrapper .box-form form #btn-forgot-password {
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
    transition: all .3s linear;
}

.auth-wrapper a,
.auth-wrapper .box-form form #btn-forgot-password:hover {
    color: var(--color-primary);
}

.auth-wrapper .btn-group {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.auth-wrapper #btn-submit-login,
.auth-wrapper #btn-register-send-otp,
.auth-wrapper #btn-forgot-password-send-otp,
.auth-wrapper #btn-reset-password,
.auth-wrapper #btn-verify-register {
    flex-grow: 1;
}

.auth-wrapper .btn-back i.fa.fa-angle-left {
    transform: scale(1.5);
}

.auth-wrapper .otp-timer {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.auth-wrapper .otp-timer .otp-timer-number {
    font-size: 12px !important;
    color: #000 !important;
}


#tracking_code_field_block.w-50 .form-control {
    width: 100% !important;
}

#tracking_code_field_block.w-50 .form-control {
    width: 100% !important;
}
.elementor-text-editor img{
    display: flex;
    align-self: center;
    justify-self: center;
    margin: 20px 0;
    border-radius: 10px;
}

.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
    border: none !important;
    background: transparent !important;
}

/* Divider */
.centered-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #4b5563;
    text-transform: uppercase;
}

.centered-divider::before,
.centered-divider::after {
    content: "";
    flex: 1 1 0%;
    border-top: 1px solid #e5e7eb;
}

.centered-divider::before {
    margin-right: 15px;
}

.centered-divider::after {
    margin-left: 15px;
}
.box-panel {
    align-items: end;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.btn-panel {
    height: 60px !important;
    padding: 0 15px !important;
    background: #2196f3 !important;
    border: 2px solid #2196f3 !important;
}
.btn-panel * {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #fff !important;
}
.btn-panel:focus,
.btn-panel:hover {
    background: #fff !important;
    border: 2px solid #2196f3 !important;
    box-shadow: none !important;
}
.btn-panel:focus *,
.btn-panel:hover * {
    color: #2196f3 !important;
}

.box-panel.box-panel-dialog * {
    color: #fff !important;
    margin: 0;
}
.box-panel.box-panel-dialog {
    background: #009688;
    border: 2px solid #009688 !important;
    width: 100%;
    min-height: 180px;
    height: -webkit-fill-available;
}

.box-panel.box-panel-dialog:focus,
.box-panel.box-panel-dialog:hover {
    background: #fff !important;
    border: 2px solid #009688 !important;
    box-shadow: none !important;
}
.box-panel.box-panel-dialog:focus *,
.box-panel.box-panel-dialog:hover * {
    color: #009688 !important;
}

.box-panel.box-panel-dialog .elementor-icon-box-title {
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
}
#modal{
    display: none;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    max-height: 600px;
    margin: 0 auto;
    padding: 0;
    z-index: 999999 !important;
    display: none;
    background: none !important;
}

.modal * {
    user-select: none;
}

.overlay-modal {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    display: none;
    /* backdrop-filter: blur(5px); */
    cursor: pointer;
    background-color: #0000009e;
}

.modal .modal-content {
    max-width: 600px;
    margin: 0;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    animation: grow 0.3s;
}
.modal-body svg , .modal-body svg path{
    fill:#ffffff;
}
.modal-body .box-panel:hover svg , .modal-body .box-panel:hover svg path{
    fill: #009688;
}

.modal .modal-content *:not(.fa,.fas,.fab) {
    font-family: Vazirmatn, sans-serif !important;
}
.block-service-title{
    color: #1A1B1E;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 38px;
}
.block-service-subtitle{
    margin: 0 100px;
}
.btn-more-service{
    display: flex;
    justify-self: center;
    border-radius: 10px;
    color: #fff !important;
    background-color: #009688;
    border: 1px solid #009688;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 7px 25px;
    margin-top: 20px;
}
.btn-more-service:hover{
    color: #009688 !important;
    background-color:transparent;
}
@media screen and (max-width: 610px) {
    .modal .modal-content {
        width: 98% !important;
    }
}

@media screen and (max-width: 650px) {
    .modal {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        justify-content: center;
    }
}

.modal .modal-content .modal-header {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-bottom: 2px solid #f4f4f4;
    border-radius: 5px 5px 0 0;
    z-index: 999;
}

.modal .modal-content .modal-header button.go-back,
.modal .modal-content .modal-header button.close {
    border: 0;
    background-color: transparent;
    margin-right: auto;
    font-size: 26px;
    cursor: pointer;
    color: #2b2f3e;
    padding: 0;
    border-radius: 15px 0 0 0;
    transition: all 300ms linear;
    position: absolute;
    left: 0;
    animation: grow 0.3s;
}

.modal .modal-content .modal-header button.close {
    /*font-size: 43px;
    width: 48px;
    height: 48px;
    line-height: 50px;*/
}

.modal .modal-content .modal-header button.go-back {
    right: 0 !important;
    border-radius: 0 15px 0 0;
    left: auto;
}

.modal .modal-content .modal-header button.go-back::before {
    content: "❮";
    font-size: 22px;
}

.modal .modal-content .modal-header button.close:hover,
.modal .modal-content .modal-header button.go-back:hover,
.modal .modal-content .modal-header button.close:focus,
.modal .modal-content .modal-header button.go-back:focus,
.modal .modal-content .modal-header button.go-back:active,
.modal .modal-content .modal-header button.close:active {
    background-color: rgba(255, 255, 255, 0.1);
}

.modal .modal-content .modal-header .modal-title {
    color: #2b2f3e;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    line-height: 2.4;
    font-family: "IRANYekanXVF", IRANYekanX, sans-serif;
    font-weight: 500;
}

.modal .modal-content .modal-body {
    max-height: calc(600px - 70px);
    overflow-y: scroll;
    direction: ltr;
    margin: 10px 0;
    padding: 0 10px;
}

.modal .modal-content .modal-body * {
    direction: rtl;
    line-height: 20px !important;
}

.modal .modal-content .modal-body .block-tracking-data,
.modal .modal-content .modal-body .block-tracking-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px 15px 15px;
    direction: rtl !important;
}

.btn-more-service{
    display: none;
}
/* ========== Responsive ========== */
@media screen and (max-width: 992px) {
    .content-limit img,
    .content-scroll img {
        max-width: 100%;
    }

    .file-upload {
        width: 100% !important;
    }
    .block-service-subtitle{
        margin:0;
    }
}

@media screen and (max-width: 768px) {
    .one-line-form {
        flex-direction: column;
        border-radius: 5px !important;
    }

    .one-line-form .one-line-form-inputs {
        width: 100% !important;
    }

    .one-line-form input {
        padding: 5px !important;
        text-align: center !important;
        border-radius: 5px !important;
    }
}

@media screen and (max-width: 600px) {
    .sticky-menu {
        width: 100%;
        bottom: 0;
        border-radius: 0;
    }

    .menu-item .badge-box {
        font-size: 8px !important;
        top: 5px !important;
        /*left: 5px;*/
        right: 0 !important;
        height: 10px !important;
        line-height: 10px;
    }

    .sticky-menu .menu-item {
        font-size: 11px;
    }

    .sticky-menu .menu-item svg {
        width: 18px !important;
        height: 18px !important;
    }

    .sticky-menu .menu-item .img-box img {
        width: 20px !important;
        margin-bottom: 0;
    }

    .menu-item .charge-wallet-now > small {
        font-size: 10px;
        margin-right: 0;
    }

    #menu-side-sticky {
        width: 100%;
        border-radius: 0;
    }
}

@media screen and (max-width: 500px) {
    .nav-tab-container ul .tab-item {
        /*padding: 10px 0 !important;*/
    }
}

@media screen and (max-width: 400px) {
    .auth-wrapper {
        min-width: 100%;
    }

    /*.auth-wrapper .btn-group {*/
    /*    flex-wrap: wrap;*/
    /*    justify-content: center !important;*/
    /*}*/
    .auth-wrapper [id$=edit-mobile],
    .auth-wrapper #btn-register,
    .auth-wrapper #btn-back-to-login,
    .auth-wrapper #btn-close-modal {
        width: 100%;
    }

    .nav-tab-container ul .tab-item {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}


@media screen and (max-width: 375px) {
    .sticky-menu .menu-item {
        font-size: 10px !important;
    }

    .sticky-menu .menu-item-middle.menu-item {
        font-size: 9px !important;
    }

    .tab-item {
        padding: 3px !important;
        font-size: 11px;
    }
}


/*
@media screen and (max-width: 610px) {
    .modal .modal-content {
        width: 98% !important;
    }
}

@media screen and (max-width: 650px) {
    .modal {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        justify-content: center;
    }
}*/

/* ========== Keyframes ========== */
@keyframes swal2-show {
    0% {
        transform: scale(.96);
    }
    45% {
        transform: scale(1.02);
    }
    80% {
        transform: scale(.98);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes spinner {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

@keyframes slide-left {
    0%, 100% {
        left: 1rem;
    }
    50% {
        left: 1.5rem;
    }
}

@keyframes slide-right {
    0%, 100% {
        right: 1rem;
    }
    50% {
        right: 1.5rem;
    }
}

@keyframes pulse-in {
    0%, 100% {
        top: 0;
        height: 30px;
        width: 30px;
    }
    50% {
        top: 6px;
        height: 18px;
        width: 42px;
    }
}

@keyframes pulse-out {
    0%, 100% {
        top: 0;
        height: 30px;
        width: 30px;
    }
    50% {
        top: 6px;
        height: 18px;
        width: 42px;
    }
}

@keyframes circle-progressbar {
    0% {
        --progressbar-percentage: 0;
    }
    100% {
        --progressbar-percentage: var(--value);
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
