/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

li {
    list-style: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.4px !important;
}

a {
    text-decoration: none;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */


@font-face {
    font-family: 'Iranyekan';
    src: url('../fonts/iranyekanwebregularfanum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Iranyekan';
    src: url('../fonts/iranyekanwebboldfanum.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.h-100 {
    height: 100%;
}

.mt-100 {
    margin-top: 100px;
}

.f-bold {
    font-weight: bold;
}

.fs-24 {
    font-size: 24px;
}

.fs-22 {
    font-size: 22px;
}

.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.alm_txt-center {
    text-align: center;
}

.text-onback-medium {
    color: #4C4E51 !important;
}

#bg-gray {
    background-color: rgb(255, 255, 255);
!important;
    min-width: 550px;
    border: 1px solid #cccccc;
    overflow: auto;
}

/* برای Chrome, Safari */
#bg-gray::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#bg-gray::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

#bg-gray::-webkit-scrollbar-track {
    background-color: transparent;
}

/* برای Firefox */
#bg-gray {
    scrollbar-width: thin;
    scrollbar-color: rgba(49, 90, 115, 0.3) transparent;
}

#bg-gray::-webkit-scrollbar-button {
    display: none;
}

.bg-gray {
    background-color: rgb(242 243 246);
!important;
}

body * {
    font-family: 'Iranyekan';
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
}

.alm_center-box {
    background-color: rgb(242 243 246);;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container {
    width: 100%;
    max-width: 550px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.01);
    background: white;
}

.form-container a {
    font-size: 0.9rem;
}

.wrapper_input {
    width: 100%;
    height: 56px;
    border: 1px solid #C9CBCF;
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.wrapper_input.active {
    border: 1px solid #86aaf1;
    background-color: #ebf4ff;
}

.lbl_input {
    position: absolute;
    top: 22px;
    right: 10px;
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 1;
    transition: all .3s;
    z-index: 1;
}

/* حالت فعال لیبل */
.wrapper_input.active .lbl_input {
    top: 6px;
    font-size: 10px;
    color: #555;
}

.wrapper_input input {
    border: none;
    height: 100%;
    width: 100%;
    padding: 20px 12px 0 12px; /* بالا رو بیشتر کردیم که جا برای لیبل باز بشه */
    background: transparent;
    font-size: 14px;
    box-sizing: border-box;
}

.alm_button {
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    height: 56px;
    min-width: 140px;
}

.alm_dark {
    background: #000431;
    color: white;
}

.alm_msg {
    padding: 5px 18px;
    font-size: 12px;
    position: absolute;
    right: 0;
    background: #fff9f9;
    color: #bb1d1d;
    border-radius: 8px;
    margin: 6px 0;
}

#almMsgWrapper {
    display: none;
}

.dsl-field {
    text-align: right;
    margin: 45px 0;
}

.dsl-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.dsl-cols {
    display: grid;
    grid-template-columns: auto 40px 42px;
    margin-bottom: 20px;
    align-items: center;
}

.mx-550 {
    max-width: 550px !important;
}

.dsl-cols span {
    direction: ltr;
    font-weight: bold;
    text-align: center;
}

.dsl-cols input {
    border-radius: 8px !important;
    border: 1px solid #B4B4B4 !important;
    width: 100%;
    height: initial !important;
    padding: 10px 10px !important;
    background: #F6F6F6;
    box-sizing: border-box;
    direction: ltr;
}


.alm_center-box form button {
    border: none;
    background: #000431;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    color: #FFF;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.3s;
}

.alm_center-box form button[disabled] {
    filter: grayscale(1);
    opacity: .4;
}

.alm_center-box form button svg path, .dsl-modal form button svg rect {
    fill: #FFF;
}

.alm_center-box form button svg {
    width: 20px;
    display: none;
    height: 20px;
}

.alm_center-box form.loading button svg {
    display: inline;
}

p.dsl-message {
    text-align: right;
    border: 1px solid #FFF7CB;
    padding: 5px;
    border-radius: 5px;
    color: #be6619;
    background: rgba(255, 250, 235, 0.1);
    opacity: 0;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    position: relative;
    top: -6px;
    transition: 0.4s;
}

p.dsl-message.success-msg {
    text-align: right;
    border: 1px solid #5b79d3 !important;
    padding: 5px;
    border-radius: 5px;
    color: #315eca !important;
    background: rgb(240, 244, 255) !important;
    opacity: 0;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    position: relative;
    top: -6px;
    transition: 0.4s;
}

p.dsl-message.active {
    opacity: 1;
}

.dsl-success {
    background: #f6fff6;
    color: #179b17;
    border: 1px solid #21bb21;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
}


.dsl-codes {
    display: flex;
    gap: 5px;
    margin: 25px 0px;
    direction: ltr;
    justify-content: space-evenly;
}

#dsl-verify .dsl-codes input {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #f3f8ff;
    border: 1px solid #FFF;
    text-align: center;
    color: #000431;
    font-size: 36px;
    font-weight: bold;
    direction: ltr;
}

.dsl-no-receive {
    border-radius: 8px;
    text-align: center;
    background: #dedeea;
    justify-content: center;
    align-content: center;
}

a.dsl-resend, a.dsl-resend:hover {
    color: #000431;
    font-weight: 500;
    opacity: .4;
    text-decoration: none;
}

a.dsl-resend.active {
    opacity: 1;
    font-weight: bold;;
}

span.dsl-countdown {
    color: #7177b9;
    font-weight: 500;
    font-size: 16px;
}

.dsl-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 60px;
}

form#dsl-verify {
    margin-bottom: 0;
}

button.dsl-btn.dsl-btn-secondary {
    border: 1px solid #000431;
    background: none;
    color: #000431;
}

.alm_center-box form#dsl-verify {
    display: none;
}

.alm_center-box.verify form#dsl-verify {
    display: block;
}

.alm_center-box.verify form#dsl-login {
    display: none;
}

#dsl-edit-number {
    cursor: pointer;
}

.sub-cont {
    padding: 12px 24px;
    border-radius: 12px;
    height: 40px;
    min-width: 140px;
    font-size: 14px;
}

.wrapperSelect {
    background: #fff;
}

.arrow_section {
    top: 8px;
    right: 16px;
}

@media screen and (max-width: 600px) {
    button.dsl-close {
        right: 5px;
    }
}

.wrapper_dp .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 15%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: #6386bc;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}

.wrapper_dp .carousel-control-next-icon, .wrapper_dp .carousel-control-prev-icon {
    width: 68%;
}

.installment_count {
    padding-top: 12px;
    border-top: 1px solid #efefef;
}

.installment_count span {
    padding: 8px 12px;
    color: #1159fc;
    border: 1px solid #1159fc;
    border-radius: 20px;
    background-color: #f2f5ff;
}

.alm-single-card {
    padding: 12px;
    border-radius: 18px;
    background-color: #f2f3f6;
}

.alm-single-card span {
    font-size: 12px;
}

.mr-12 {
    margin-right: 12px;
}

.plan_select button.selectPlan {
    font-size: 11px;
    border-radius: 18px;
    padding: 6px 12px;
    background-color: #213e69;
    color: white;
    text-decoration: none;
    border: none;
}
#DashboardDP #wallet_amount bdi {
    direction: ltr !important;
}
#DashboardDP .woocommerce-Price-currencySymbol {
    display: none;
}

.bank-cards .header {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.bank-cards .footer {
    background-color: #e9e9e9;
    padding: 12px 8px;
    border-radius: 18px;
}

.alm-single-card .modal-dialog .line {
    width: 40px;
    height: 4px;
    background-color: #e3e3e3;

}

.alm-single-card .modal-body ul li {
    position: relative;
}

.alm-single-card .modal-body ul li:before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 8px;
    margin-top: 8px;
    background-color: #3a73f6;

}

.alm-single-card .modal-footer {
    border-top: none !important;
}

.text-semi-muted {
    color: rgb(29 32 35 / 75%);
}

.dsl_main_btn {
    padding: 12px 24px;
    border-radius: 12px;
    height: 46px;
    min-width: 140px;
    transition: 0.3s;
    background-color: #000431;
    color: white;
    border: none;
}

.dsl_main_btn:hover {

    background-color: #1d2250;
    color: white;
}

.dsl_main_btn.ajax {
    opacity: 0.5;
}

.wrapperDP {
    display: none;
}

.guarantee-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-family: "IRANSans", sans-serif;
    direction: rtl;
    margin-top: 52px;
}

.guarantee-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}

.guarantee-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.guarantee-amount {
    text-align: left;
}

.guarantee-amount span {
    font-size: 12px;
    color: #666;
    display: block;
}

.guarantee-amount strong {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.guarantee-steps {
    background: #f6f6f6;
    border-radius: 12px;
    padding: 15px;
}

.steps-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.guarantee-steps ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;

}

.guarantee-steps ul::before {
    content: '';
    position: absolute;
    top: 4px;
    bottom: 5px;
    right: -2px;
    width: 2px;
    background-image: repeating-linear-gradient(to bottom, #dbdbdb 0, #dbdbdb 3px, transparent 8px, transparent 9px);
}

.guarantee-steps li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 11px;
    color: #444;
    position: relative;
    right: -5px;
}

.dot {
    width: 8px;
    height: 8px;
    background-color: #007aff;
    border-radius: 50%;
    margin-left: 8px;
    margin-top: 3px;
    flex-shrink: 0;
}

.dsl_hidden {
    display: none;
}

#verifyModal img {
    max-width: 70%;
}

/* Customize the label (the container) */
.container_checkbox {
    display: flex;
    align-items: start;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_checkbox strong {
    position: relative;
    right: 31px;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    width: 21px;
    background-color: #d0d0d0;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hasOpacity {
    opacity: 0.4;
    cursor: default;
}

.container_subscription {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.container_subscription .icon {
    margin-top: 40px;
    z-index: 2;
    position: relative;
}

.container_subscription .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102.715px;
    height: 103.501px;
    flex-shrink: 0;
    opacity: .52;
    border-radius: 103.501px;
    filter: blur(36px);
    z-index: 0 !important;
    background: #91fbed;
}

.container_subscription .icon img {
    width: 100px;
}

.container_subscription h2 {
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}

.container_subscription .price-box {
    background-color: #121c30;
    color: white;
    border: 1px solid #00f0ff;
    border-radius: 12px;
    padding: 15px 20px;
    margin: 25px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container_subscription .price-box span {
    font-weight: bold;
}

.container_subscription .section-title {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.container_subscription .payment-box {
    background-color: #101623;
    padding: 20px;
    border-radius: 12px;
    align-items: center;
    margin-bottom: 40px;
}

.container_subscription .payment-box img {
    width: 24px;
    margin-left: 10px;
}

.container_subscription .payment-box div {
    text-align: right;
    font-size: 14px;
    color: #ccc;
}

.container_subscription .button {
    background-color: #edf3ff;
    color: #000040;
    border: none;
    border-radius: 24px;
    padding: 15px 40px;
    font-size: 14px;
    margin-top: 40px;
    cursor: pointer;
}

.container_subscription .button:hover {
    background-color: #dbe6ff;
}

#subscriptionDP {
    background: #121212;
    background: linear-gradient(0deg, rgba(18, 18, 18, 1) 0%, rgba(8, 64, 56, 1) 100%);
    min-width: 480px;
}

.container_subscription h3 {
    text-align: center;
    margin-top: 31px;
    font-size: 13px;
    color: white;
    font-weight: bold;
}

.container_subscription .price_membership {
    font-size: 15px;
    font-weight: bolder;
}
#priceDetailDP {
  width: 480px;
}

#priceDetailDP .header {
    padding: 8px 12px;
    border-radius: 8px;
}

#priceDetailDP .header {
    padding: 9px 13px;
    border-radius: 12px;
    background: #FB2965;
    background: linear-gradient(90deg, rgba(251, 41, 101, 1) 0%, rgba(206, 34, 83, 1) 51%, rgba(170, 28, 69, 1) 100%);
    width: 100%;
    color: white;
    font-size: 13px;
  margin-bottom: 16px;
}
#priceDetailDP .body {
  background: #F2F3F6;
  margin-top: 17px;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: 13px;
}
.extra-info {
    background: #f2f6ff;
    color: #344753;
    border-radius: 12px;
    padding: 8px 12px;
    margin-bottom: 12px;
}
.readonly-box {
    background-color: #f5f6f9;
    border: 1px solid #d9dbe1;
    border-radius: 12px;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.readonly-box label {
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

.readonly-box span {
    font-size: 14px;
    color: #555;
}
#resultReqDP {
    width: 480px;
}
.dashed-border {
    padding-top: 16px;
    border-top: 1px dashed #d7d7d7;
}
#resultReqDP input {
    width: 100%;
    border: none;
    background: #f5f6f9;
    color: #474960;
    text-align: left;
}
#resultReqDP input::placeholder {
    color: #dcdcdc;
}
#resultReqDP input:focus-visible {
    outline: none;
    border: none;
}
.textright {
    text-align: right !important;
}
.fs-14 {
    font-size: 14px !important;
}
.alm_user_details {
    background: #f4f4f4;
    padding: 16px 16px;
    border-radius: 16px;
    font-size: 15px;
}
.mr-auto {
    margin-right: auto;
}
.mr-12 {
    margin-right: 12px;
}
.alm_link {
    color: #0174e6;
    text-decoration: none;
}
.text_muted {
    color: #74777C;
}
.c-2 {
    font-size: 12px !important;
    font-weight: 450 !important;
    line-height: 166% !important;
    font-variation-settings: "DOTS" 1 !important;
}
.gap-small {
    gap: 8px !important;
}
.fs-10 {
    font-size: 10px;
}
.user-info-detail-titlebox-hr {
    flex-grow: 1;
}
.border-color-light {
    border-color: #74777C !important;
    height: 1px;
    background: #74777C;
}
.input-style {
    border: 1px solid #74777C;
    width: 100%;
    border-radius: 8px;
    padding: 8px 6px;
    font-size: 12px;
    color: #464646;
    transition: 0.3s;
}
.input-style:focus-visible {
    border: 1px solid #1b50a8;
    width: 100%;
    border-radius: 5px;
    padding: 8px 6px;
    font-size: 12px;
    color: #4452a4;
    outline: none;
}
.input-style::placeholder {
    color: #afb2b4;
}
.top-3 {
    top: 3px;
}
.alm_user_details ul li a{
    padding: 12px;
    border-bottom: 1px solid #dadada;
    text-decoration: none;
    color: #424242;
    display: flex;
    gap: 10px;
}
.alm_user_details ul li:last-child a{
    padding: 12px;
    border-bottom: 1px solid rgba(185, 185, 185, 0);
    text-decoration: none;
    color: #424242;
}
/*.text-gold {*/
/*    color: #c9a313 !important;*/
/*}*/

.has_bg {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23dee3b3' fill-opacity='0.24'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

}
.has_bg_gray {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='charlie-brown' fill='%23aeb0a3' fill-opacity='0.1'%3E%3Cpath d='M9.8 12L0 2.2V.8l10 10 10-10v1.4L10.2 12h-.4zm-4 0L0 6.2V4.8L7.2 12H5.8zm8.4 0L20 6.2V4.8L12.8 12h1.4zM9.8 0l.2.2.2-.2h-.4zm-4 0L10 4.2 14.2 0h-1.4L10 2.8 7.2 0H5.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.wrapper_info {
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-color: rgba(167, 189, 255, 0.41);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrapper_info:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #3565ea;
    border-radius: 50%;
    margin: 6px;
}
.wrapper_img {
    padding: 5px;
    background: #dfded4;
    border-radius: 5px;
}
.smooth-text {
    font-size: 14px;
    color: #494949;
}
.box-upload {
    padding: 9px 14px;
    background: #f5f5f5;
    border-radius: 8px;
    color: #313131;
}
.mr-2 {
    margin-right: 12px;
}
.f-bold {
    font-weight: bold;
}
.upload-wrapper {
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Vazirmatn', sans-serif;
}


.upload-button {
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #4b4b4b;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.text-green {
    color: #6bbd1b;
}
.ml-2{
    margin-left: 12px;
}
.btn-upload {
    font-size: 14px;
    outline: none;
    border: none;
    background: white;
    color: #3f3f3f;
    padding: 6px 10px;
    border-radius: 8px;
}
a.link {
    margin-right: 12px;
    padding: 0 3px !important;
    border-radius: 3px;
    background: #2b79ee;
    color: #ffffff !important;
}

.file-name {
    font-size: 0.9em;
    opacity: 0.9;
}

.progress-container {
    margin-top: 15px;
    background: #dadada;
    border-radius: 5px;
    overflow: hidden;
    height: 8px;
}
.font-blue {
    color: #4766e9;
    font-size: 14px;
    font-weight: bold;
}
.font-red {
    color: #e95a47;
    font-size: 14px;
    font-weight: bold;
}
.box-meta {
    padding: 3px 6px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #4a98a8;
}
.loader {
    border: 4px solid #f3f3f3; /* رنگ پس‌زمینه */
    border-top: 4px solid #68b6ea; /* رنگ قسمت متحرک */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.progress-bar {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #4caf50, #81c784);
    transition: width 0.3s ease;
}

.status-message, .status-message-receipt , .status-message-verify {
    text-align: center;
    margin-top: 10px;
    padding: 6px 12px;
    background: #2b79ee;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    display: inline-flex;
    opacity: 0;
    transition: 0.2s;
}

.status-message.success, .status-message-receipt.success, .status-message-verify.success {
    color: #4caf50;
    background: white;
}

.status-message.error, .status-message-receipt.error , .status-message-verify.error{
    color: #f44336;
    background: white;
}

.box-upload  input[type="file"] {
    display: none;
}
.wrapperChecks, .wrapperDocs {
    display: none;
}
/*slider*/


#loanCarousel {
    position: relative;
    width: 100%;
    max-width: 600px; /* Adjust as needed */
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.carouselInner {
    position: relative;
    width: 100%;
    min-height: 200px; /* Adjust based on minimum content height */
}

.carouselItem {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.carouselItem.active {
    z-index: 1;
}

.carouselControlPrev,
.carouselControlNext {
    position: absolute !important;
    top: 123px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
    padding: 4px !important;
    cursor: pointer !important;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.carouselControlPrev {
    left: 0px;
}

.carouselControlNext {
    right: 0px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

#loanCarousel .carouselControlPrev:hover,
#loanCarousel .carouselControlNext:hover {
    background: rgba(0, 0, 0, 0.7);
}

.carouselItem > * {
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    #loanCarousel {
        max-width: 81%;
        padding: 0 10px;
    }

    .carouselControlPrev,
    .carouselControlNext {
        width: 30px;
        height: 30px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 15px;
        height: 15px;
    }

    .carouselItem {
        padding: 10px;
    }
}
.contractItems {
    line-height: 40px;
    font-size: 14px;
    text-align: justify;
    padding: 50px;
}
#staticBackdrop .btn-close {
    margin-right: auto;
    margin-left: unset;
}
#staticBackdrop .modal-footer {
    justify-content: flex-start !important;
}
.zlm_topHeader {
    position: relative;
}
.zlmHomeLink {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 25px;
    display: inline-block;
    padding: 1px 4px;
    border-radius: 5px;
    background: #4b82ec;
    color: white;
}
.zlmHomeLink i{
    position: relative;
    top: 3px;
}
#subscriptionDP .zlmHomeLink {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 25px;
    display: inline-block;
    padding: 1px 4px;
    border-radius: 5px;
    background: #dafff8;
    color: #1f5b53;
}
#priceDetailDP .zlmHomeLink {
    position: absolute;
    top: 15px;
    left: 18px;
    font-size: 25px;
    display: inline-block;
    padding: 1px 4px;
    border-radius: 5px;
    background: #ffe4eb;
    color: #c4204f;
}