﻿body {
    font-family: 'Inter';
    /*font-weight: 100;*/
    font-size: 14px;
    /*background-color: #F1F5F9 !important;*/
    background-color: #eaf2f9 !important;
    /*max-width :1440px;*/
}

/* موبایل کوچک */
@media (max-width: 480px) {
    body {
        font-size: 14px;
        /*padding: 8px;*/
    }
}

/* موبایل و تبلت متوسط */
@media (max-width: 768px) {
    body {
        /*font-size: 15px;*/
        /*padding: 12px;*/
    }
}

/* لپ‌تاپ کوچک */
@media (max-width: 1200px) {
    body {
        /*font-size: 16px;*/
        /*padding: 20px;*/
    }
}

/* دسکتاپ معمولی */
@media (min-width: 1201px) and (max-width: 1920px) {
    body {
        /*font-size: 17px;*/
        /*padding: 40px;*/
    }
}

/* مانیتور خیلی بزرگ (QHD یا 4K) */
@media (min-width: 1921px) {
    body {
        /*font-size: 18px;*/
        /*padding: 60px;*/
        /*max-width: 2560px;*/
    }
}

.container {
    max-width: 98% !important;
}

.btn[disabled] {
    pointer-events: all;
}

.banner {
    background-color: #ffd700;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

#baner-beta .text-lg {
    font-size: 1.45rem;
}

* {
    font-family: 'Inter' !important;
}

.flexendmenu {
    display: flex;
    justify-content: flex-end;
}

.sidebar {
    width: auto !important;
}

    .sidebar .os-content {
        height: 100% !important;
    }

.sidebar-mini.sidebar-collapse .main-sidebar:hover .upgrade-btn > span { /* Main */
    /*display: block !important;*/
    opacity: 100;
    /* به سمت چپ جمع بشه */
    writing-mode: horizontal-tb;
    transform: rotate(0deg) scale(1) translateX(0);
    font-size: small !important;
    white-space: pre-line;
}

.sidebar-mini.sidebar-collapse .upgrade-btn > span {
    writing-mode: vertical-rl;
    /*transform-origin: right top;*/
    transform: rotate(180deg) translateX(0.4rem);
    font-size: x-small !important;
    /* overflow: hidden;*/ /*مخفی کردن اضافی */
    /*white-space: nowrap;*/ /*فقط یک خط */
    /*width: 100%;*/
    white-space: pre-line;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .upgrade-btn > .btn {
    display: block !important;
}

.sidebar-mini.sidebar-collapse .upgrade-btn > .btn {
    display: none !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .upgrade-btn {
    height: fit-content;
}

.sidebar-mini.sidebar-collapse .upgrade-btn {
    /*min-height: 50px;*/
    align-content: space-between;
}

div:has(.upgrade-btn) {
    /*background-color:red;*/
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
    display: none !important;
}

.hidden-v {
    visibility: hidden;
}

.border-1 {
    border: 1px solid #e7e7e7;
}

.border-none {
    border: none;
    outline: none;
}

.my-container {
    /*max-width: 1360px;*/
    width: 98%;
    margin: 0 auto;
    padding: 0 20px;
}

.multiline {
    white-space: pre-line;
}

.white-box {
    background-color: white;
    border-radius: 20px;
    margin-top: 20px !important;
    padding: 20px !important;
    /*margin-bottom:20px !important;*/
}
.white-box-no-margin {
    background-color: white;
    border-radius: 20px;    
    padding: 20px !important;
    /*margin-bottom:20px !important;*/
}
.dashed-box {
    border-radius: 20px;
    /*margin-top: 20px !important;*/
    border: 2px dashed #d1d1d1;
    /*margin-bottom:20px !important;*/
}

.color-lightgray {
    color: #94A3B8;
}

.myinput {
    padding: 5px;
    border: 1px solid #e0e2e4;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .myinput input {
        border: none;
        outline: none;
        width: 100%;
        height: 2.1rem;
        font-size: 0.9rem;
        background-color: white !important;
    }

        .myinput > * input:focus {
            border: none;
            outline: none;
        }

    .myinput input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; /* سفید یا رنگ فرم */
        -webkit-text-fill-color: #212529 !important; /* رنگ متن */
    }

    
.border-special {
    padding: 6px 12px;
    /* background-color: white; */
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.border-none {
    border: none;
    outline: none;
}

.box-radius {
    border: 1px solid #e0e2e4;
    border-radius: 10px;
    padding: 15px;
}

.bg-gradient {
    background: linear-gradient( 130deg, rgb(5 20 140 / 80%), rgb(178 169 255 / 50%), rgb(5 20 140 / 80%));
}

.bg-gradient-90 {
    background: linear-gradient( 90deg, rgb(5 20 140 / 0%), rgb(178 169 255 / 50%), rgb(5 20 140 / 0%));
}

.bg-special {
    background: #F1F5F9;
}

.bg-speciallight {
    background: #f6fafd;
}

.bg-lightred {
    background-color: #f8e6e6;
}

.bg-light-blue {
    background-color: #f8fafb;
}

.bg-dark-blue {
    background-color: #37437d;
}
.bg-heavy-dark{
    background-color: #101010
}
.border-special {
    padding: 6px 12px;
    /* background-color: white; */
    border: 1px solid #dee2e6;
    border-radius: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.font-smaller {
    font-size: smaller;
}
.modal-dialog.large-width {
    max-width: 95vw !important;
}

.modal-header {
    min-width: 24rem;
}

input, img {
    user-select: none !important; /* جلوگیری از انتخاب متن */
    -webkit-user-drag: none !important; /* غیرفعال کردن در WebKit (Chrome, Safari) */
}

.btn {
    border-radius: 7px !important;
}

.font-larg-heavy {
    font-size: 3.5rem !important;
}

.font-bolder {
    font-weight: 850 !important;
}

.circle {
    border-radius: 100% !important;
    align-self: center;
}
.radius-100 {
    border-radius: 100% !important;
}

.radius-15 {
    border-radius: 15px !important;
}

.radius-20 {
    border-radius: 20px !important;
}

.radius-10 {
    border-radius: 10px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

span[color="black"] {
    color: #343a40;
}

span[color="green"] {
    color: #28a745;
}

span[color="red"] {
    color: #dc3545;
}

span[color="darkyellow"] {
    color: #CA8A04;
}

span[color] {
    font-size: small;
}

.color-border:has(span[color]) {
    background: #f1f5f97a;
    border: 1px solid #E2E8F0;
}
/*.color-border:has(span[color="white"]) {*/
/*background: rgba(5, 150, 105, 0.1);*/
/*border: 2px solid gray;
}*/
.color-border:has(span[color="green"]) {
    background: rgba(5, 150, 105, 0.1);
    border: 1px #28a745 solid;
}

.color-border:has(span[color="red"]) {
    background: rgba(185, 28, 28, 0.1);
    border: 1px #dc3545 solid;
}


.color-border:has(span[color="darkyellow"]) {
    background: rgba(202, 138, 4, 0.10);
    border: 1px #CA8A04 solid;
}

.color-border:has(span[color="blue"]) {
    background: rgba(37, 99, 235, 0.1);
    border: 1px solid #2563EB;
}

div.color-border {
    justify-content: center;
    display: flex;
    border-radius: 8px;
}
/* bootstrap*/
.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
.pointer{
    cursor:pointer
}
/**/
.attach-box {
    background-color: #F1F5F9;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    color: #14172A;
    font-size: 12px;
    font-weight: 400;
}

.addformbtn { /* Updated class name */
    width: 100%; /* Adjust size as needed */
    height: 85px; /* Make it square */
    background-color: #14172A;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-direction: column; /* Align items vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 16px; /* Optional: For rounded corners */
    transition: background-color 0.3s ease; /* Optional: For hover effect */
    font-size: 14px;
    font-weight: 400;
}

    .addformbtn:hover {
        background-color: #1f2340; /* Optional: Change color on hover */
    }

.mymessage {
    float: right;
    border-top-left-radius: 20px;
    /*border-top-right-radius: 20px;*/
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #2563EB;
    background-color: #2563EB;
    padding: 10px;
    font-family: 'Inter';
    color: #FFFFFF;
    width: 70%;
    font-size: 14px;
    font-weight: 400;
}

.usermessage {
    float: left;
    /*border-top-left-radius: 20px;*/
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #F8FAFC;
    background-color: #F8FAFC;
    padding: 10px;
    font-family: 'Inter';
    color: #14172A;
    width: 70%;
    font-size: 14px;
    font-weight: 200;
}

.special-h1 {
    color: #494747;
    font-size: 32px;
    opacity: 0.3;
}

optgroup {
    font-family: 'Inter';
    font-weight: 100;
}

.breadcrumb-item {
    font-weight: 700;
    font-size: 14px;
}

.content-wrapper {
    /*background-color: #F1F5F9 !important;*/
    background-color: inherit !important;
}

.navbar-light {
    background-color: #F1F5F9 !important;
    border-bottom: none;
}

.main-header.navbar.overlapping {
    position: absolute; /* یا fixed اگر می‌خوای همیشه با اسکرول بالا بمونه */

    width: 94%;
    z-index: 1000; /* تا همیشه روی ویو باشه */
    pointer-events: none;
    background-color: inherit !important;
}

    .main-header.navbar.overlapping .profile {
        top: 0;
        right: 0;
        width: 100%;
        z-index: 1000; /* تا همیشه روی ویو باشه */
        background-color: inherit !important;
        pointer-events: auto;
    }

        .main-header.navbar.overlapping .profile img {
            padding: 3px !important;
            /*pointer-events: auto;*/
        }

select > option {
    font-family: 'Inter';
    font-weight: 100;
}

.btn-primary-custom {
    background-color: white;
    color: #007bff;
}

    .btn-primary-custom:hover {
        background-color: #007bff;
        color: white;
    }

.nav-sidebar > .nav-item {
    margin-bottom: 20px;
}

.white-svg {
    filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
}

.dropdown-menu-lg .dropdown-item {
    padding: 1rem 1rem;
}

.nav-item2:hover {
    background-color: rgba(20,23,42,1) !important;
    border-radius: 8px;
    color: #FFFFFF;
}

.nav-item2 .nav-link p {
    color: #475569;
}

.nav-item2:hover .nav-link p {
    color: #FFFFFF;
}

.nav-item2:hover .nav-link .nav-icon {
    filter: invert(100%) sepia(100%) saturate(0%) brightness(200%);
}

.my-icon23 {
    mask-image: url('/img/dash.svg');
    background-color: red;
}



.login-box, .register-box {
    width: 700px;
}

.login-page {
    background-color: #f1f5f9;
}

.register-page {
    background-color: #f1f5f9;
}

.card-special {
    background-color: #FFFFFF;
}
.card-special-header {
    align-items: baseline;
    font-size: 0.9rem;
    font-weight: 400;
    color: #14172A;
    border-bottom: 1px solid #E2E8F0;
    /*padding-bottom: 1rem;*/
    margin-bottom: 1rem;
    /*color: #495057 !important;*/
}
.card-special-header .card-titr{
    font-size: 0.9rem;
    font-weight: 400;
    /*color: #14172A;*/
    border-bottom: 1px solid #2563EB;
    padding-bottom: 1rem;
    /*margin-bottom: 1rem;*/
    /*color: #495057 !important;*/
}
b, label, a, p {
    color: #475569;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
}

.nav-sidebar .nav-link p {
    margin-left: 10px !important;
}

aside > a, p {
    font-family: 'Inter';
}

strong {
    color: #F2BF15;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: none !important;
}

.main-sidebar > span, a, i {
    /*color: #F6F9FF;*/
}

.brand-text, brand-link {
    color: #14172A !important;
}

.brand-text {
    font-weight: 700;
    font-size: 18px;
}

    .brand-text.beta {
        font-weight: 700;
        font-size: small;
    }

.brand-text-main {
    font-weight: 700;
    font-size: 25px;
    color:black;
    cursor:default;
}

    .brand-text-main.beta {
        font-weight: 700;
        font-size: medium;
    }

.scrollable-textarea {
    overflow: hidden; /* Hide any overflowing content */
}

.special-select2 {
    background-color: #FFFFFF !important;
    height: 54px !important;
    border-radius: 20px !important;
    color: #1E2026;
    appearance: none; /* Remove default arrow in some browsers */
    background: url('/img/selectarrow2.png') no-repeat right center; /* Adjust the image path and positioning */
    background-size: 36px 20px;
    background-position: 96% center;
    transition: background-color 0.3s ease;
    padding-left: 20px;
}

    .special-select2:focus, .special-select2:valid {
        color: #1E2026;
    }

.special-select {
    background-color: #FFFFFF !important;
    height: 54px !important;
    border: 1px solid #E2E8F0;
    border-radius: 10px !important;
    color: #14172A;
    appearance: none; /* Remove default arrow in some browsers */
    background: url('/img/selectarrow2.svg') no-repeat right center; /* Adjust the image path and positioning */
    background-size: 20px 20px;
    background-position: 96% center;
    transition: background-color 0.3s ease;
    padding-left: 20px;
    font-size: 14px;
}

    .special-select:focus, .special-select:valid {
        color: #14172A;
    }

    .special-select option {
        background-color: #FFFFFF !important;
        height: 54px !important;
        border: 1px solid #E2E8F0;
        border-radius: 10px !important;
        color: #14172A;
        appearance: none; /* Remove default arrow in some browsers */
        background: url('/img/selectarrow2.svg') no-repeat right center; /* Adjust the image path and positioning */
        background-size: 20px 20px;
        background-position: 96% center;
        transition: background-color 0.3s ease;
        padding-left: 20px;
        font-size: 14px;
    }

.special-check {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-top: 15px;
    margin-left: 30px;
    width: 25px;
    height: 25px;
}

    .special-check::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    .special-check:checked::before {
        transform: scale(1);
    }


/* Style for the label to make it look like a button */
.special-radio-label {
    display: inline-block;
    padding: 7px 55px;
    background-color: #ffffff; /* White */
    color: #14172A; /* Dark text color */
    cursor: pointer;
    border-radius: 10px; /* Increased border-radius for a softer appearance */
    /*margin-right: 10px;*/
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
    border: 2px solid #ffffff; /* Border color */
    font-weight: 200;
    position: relative;
    margin-bottom: 0px !important;
}

    /* Hover effect */
    .special-radio-label:hover {
        background-color: #f0f0f0; /* Light gray on hover */
        border-color: #f0f0f0; /* Dark border color on hover */
    }

/* Hide the actual radio buttons */
.special-radio {
    display: none;
}

    /* Style the radio buttons when selected */
    .special-radio:checked + .special-radio-label {
        background-color: #2563EB; /* Yellow */
        border-color: #2563EB; /* Dark border color when selected */
        color: #FFFFFF;
        z-index: 10;
    }
    /* Animation for selection */
    .special-radio:checked + .special-radio-label {
        animation: bounce 0.3s ease;
    }



/*Special Radio 2*/
.special-radio-label2 {
    display: inline-block;
    padding: 15px 25px;
    background-color: #F9B233; /* White */
    color: #1E2026; /* Dark text color */
    cursor: pointer;
    border-radius: 10px; /* Increased border-radius for a softer appearance */
    margin-right: 10px;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
}

    /* Hover effect */
    .special-radio-label2:hover {
        background-color: #f0f0f0; /* Light gray on hover */
        border-color: #1E2026; /* Dark border color on hover */
    }

/* Hide the actual radio buttons */
.special-radio2 {
    position: relative;
    left: 25px;
    top: -15px;
    color: black !important;
}

    /* Style the radio buttons when selected */
    .special-radio2:checked + .special-radio-label2 {
        background-color: #F9B233; /* Yellow */
        border-color: #1E2026; /* Dark border color when selected */
    }

    /* Animation for selection */
    .special-radio2:checked + .special-radio-label2 {
        animation: bounce 0.3s ease;
    }



@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-3px);
    }
}


.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

    .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
    }

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    color: #14172A;
    font-size: 14px;
}

.field span {
    color: #14172A;
    font-size: 14px;
    font-weight: 300;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .slider .progress {
        height: 100%;
        left: 25%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: #2563EB;
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #2563EB;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

    .b-btn.paypal i {
        color: blue;
    }

    .b-btn:hover {
        text-decoration: none;
        font-weight: bold;
    }

    .b-btn i {
        font-size: 20px;
        color: yellow;
        margin-top: 2rem;
    }

.btn-heavy {
    border-radius: 8px !important;
    padding: 15px 35px 15px 35px !important;
    font-family: 'Fredoka One';
}


.special-btn {
    background-color: #14172A;
    border-radius: 10px !important;
    color: #FFFFFF;
    padding: 10px 35px 10px 35px;
    font-size: 14px;
}

    .special-btn:hover {
        background-color: #363e57;
        color: #FFFFFF;
    }

.second-btn {
    background-color: #ffffff;
    border-radius: 10px !important;
    color: #212121;
    padding: 10px 35px 10px 35px;
    font-size: 14px;
}

.cancel-btn {
    border-radius: 10px;
    color: #212121;
    padding: 10px 35px 10px 35px;
    font-size: 14px;
}

.second-btn-border {
    background-color: #ffffff;
    border-radius: 10px;
    color: #212121;
    padding: 10px 35px 10px 35px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
}

.title-input {
    border: none;
    background-color: #FFFFFF;
    font-size: 14px;
}

.form-control:focus {
    background-color: #F4F6F9;
    border: 1px solid #ced4da;
    border-radius: 0.55rem !important
}

.desc-input {
    border: none;
    border: 1px solid #E2E8F0;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #94A3B8;
    font-family: 'Inter';
    user-select: none !important; /* جلوگیری از انتخاب متن */
    -webkit-user-drag: none !important;
}

.desc-lbl {
    border: none;
    background-color: #FFFFFF;
    font-size: 15px;
    color: #475569;
    font-family: 'Inter';
    font-weight: 300 !important;
}

.icon-img {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}




.switch-wrapper {
    height: 1.5rem;
    width: 4rem;
    border-radius: 2rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 0px 15px 8px rgba(black,0.2);
    background-color: #C8C8C8;
}


.switch-special {
    visibility: hidden;
    &:checked ~.left-switch transform: translateY(-50%) scale(0);
}

&:checked ~ .right-switch {
    transform: translateY(-50%) scale(1);
    z-index: 10;
}

}

.left-switch, .right-switch {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
}

.left-switch {
    background: #324047;
    left: 10%;
    z-index: 10;
    transform: translateY(-50%) scale(1);
    transition: all 200ms cubic-bezier(0.8,0.7,0.72,0.78);
}

.right-switch {
    background: #FCD783;
    right: 10%;
    transform: translateY(-50%) scale(0);
    transition: all 200ms cubic-bezier(0.8,0.7,0.72,0.78);
}

.registerlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -150px
}

.login-boxsize {
    width: 60%;
}

.flexspacebetween {
    display: flex;
    justify-content: space-between;
}

.full-width-line {
    border: none;
    border-top: 2px solid black; /* Change the color and style as needed */
    width: 100%;
    margin-top: 0px !important;
}

.shortanswercontentbox {
    background: #FFFFFF;
    padding: 15px 19px 15px 19px;
    margin-top: 12px;
    border-radius: 10px;
    font-family: 'Inter';
    font-size: 21px;
    word-wrap: break-word;
}

.shortanswrbox {
    text-align: center;
    padding: 10px 52px 10px 52px;
}

.special-h5 {
    color: #494747;
    font-size: 18px;
    margin-top: 10px;
}

.login-lable {
    color: #14172A;
    font-size: 14px;
    font-weight: 400;
}

.form-control::placeholder {
    font-size: 14px;
    color: #94A3B8;
    font-family: 'Inter';
}

@media only screen and (max-width: 768px) {
    .login-box, .register-box {
        width: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .login-box, .register-box {
        width: 320px;
    }

    h1 {
        font-size: 36px;
    }

    .special-h1 {
        text-align: center;
    }

    .flexendmenu {
        justify-content: center;
        margin-top: 15px;
    }

    .flexspacebetween {
        display: block;
    }

    .shortanswercontentbox {
        padding: 11px 5px 11px 5px;
        font-size: 15px;
    }

    .shortanswrbox {
        padding: 0;
    }
}

.keyword-special-input-container {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 5px;
    position: relative;
}

    .keyword-special-input-container input {
        border: none;
        outline: none;
        flex: 1;
        padding: 5px;
        background-color: #FFFFFF;
        color: #94A3B8;
        font-size: 14px;
    }

.keyword-special-keyword {
    background: #EFF6FF;
    color: #1e2026;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 3px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #14172A;
    font-weight: 400;
}

    .keyword-special-keyword span {
        margin-left: 5px;
        cursor: pointer;
    }

.keyword-special-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f4f6f9;
    border: 1px solid #E2E8F0;
    border-top: none;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
    opacity: 0;
}

.keyword-special-suggestion-item {
    padding: 10px;
    cursor: pointer;
    font-size: 12px;
    color: #94A3B8;
    font-weight: 400;
}

    .keyword-special-suggestion-item:hover {
        background-color: #ecebeb;
    }

#keyword-special-form .custom-switch {
    top: -0.15rem;
    align-items: center;
    display: grid;
}

.custom-switch label span {
    top: 0.25rem;
    position: relative;
}

.formbox-box {
    /*width: 90%;*/
    max-width: 400px;
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.formbox-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .formbox-box-header h2 {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        color: #14172A;
    }

    .formbox-box-header .formbox-icons {
        display: flex;
        gap: 8px;
    }

        .formbox-box-header .formbox-icons i {
            font-size: 1.2rem;
            cursor: pointer;
            color: #14172A;
        }

.formbox-divider {
    border-top: 1px solid #E2E8F0;
    margin: 16px 0;
}

.formbox-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .formbox-box-content .formbox-date {
        font-size: 12px;
        font-weight: 400;
        color: #475569;
        display: flex;
        align-items: center;
    }

        .formbox-box-content .formbox-date span {
            color: #14172A;
        }

    .formbox-box-content .formbox-text {
        font-size: 12px;
        color: #14172A;
        font-weight: 400;
    }

.formbox-box-footer {
    display: flex;
    justify-content: center;
    gap: 10px; /* فاصله بین دکمه‌ها */
    margin-top: 16px;
}

    .formbox-box-footer button {
        padding: 8px 32px; /* افزایش عرض دکمه‌ها */
        border: 1px solid #E2E8F0;
        border-radius: 10px;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        background-color: #FFFFFF;
        color: #14172A;
        transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    }

        .formbox-box-footer button:hover {
            background-color: #14172A;
            color: #FFFFFF;
            border-color: #14172A;
        }

@media (max-width: 1200px) {
    .formbox-box {
        padding: 12px;
    }

    .formbox-box-header h2 {
        font-size: 1rem;
    }

    .formbox-box-footer {
        flex-direction: column;
        gap: 12px; /* فاصله بین دکمه‌ها در حالت موبایل */
    }

        .formbox-box-footer button {
            width: 100%; /* دکمه‌ها در حالت موبایل */
        }
}

@media (max-width: 1000px) {
    .formbox-box-content {
        display: block;
    }
}

@media (max-width: 700px) {
    .formbox-box-content {
        display: flex;
    }
}

@media (max-width: 375px) {
    .formbox-box-content {
        display: block;
    }
}


.formsliderslider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.formsliderslider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.formsliderslide-wrapper {
    flex: 0 0 auto;
    margin-right: 5px; /* کاهش فاصله بین اسلایدها */
}

.formsliderslide {
    box-sizing: border-box;
    width: 100%;
    /* استایل های اضافه برای باکس اصلی شما */
}

.formslidernav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #FFFFFF; /* پس‌زمینه سفید */
    color: #14172A; /* رنگ متن */
    border: none;
    width: 30px; /* عرض کوچک‌تر دکمه‌ها */
    height: 30px; /* ارتفاع کوچک‌تر دکمه‌ها */
    padding: 5px; /* کاهش padding */
    cursor: pointer;
    border-radius: 50%; /* حاشیه گرد */
    font-size: 14px; /* اندازه فونت کوچک‌تر */
    transition: background 0.3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .09);
}

.formsliderprev {
    left: 0px;
}

.formslidernext {
    right: 10px;
}

.formslidernav-button:hover {
    background: #f0f0f0; /* رنگ پس‌زمینه هنگام hover */
}

.formmessagebox {
    background-color: #F8FAFC;
    padding: 5px 0px 5px 10px;
    border-radius: 10px;
}

section:has(.formtabledot-main-container) {
    position: relative;
    z-index: 1;
}

.formtabledot-main-container {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /*max-width: 600px;*/
    margin: 0 auto;
}

.formtabledot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: #E2E8F0 1px solid;
}

    .formtabledot-header h2 {
        margin: 0;
        font-size: 14px;
        color: #14172A;
        font-weight: 400;
    }

    .formtabledot-header h6 {
        margin: 0;
        font-size: 16px;
        color: #14172A;
        font-weight: 700;
    }

    .formtabledot-header a {
        color: #94A3B8;
        text-decoration: none;
        font-size: 12px;
    }

.formtabledot-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.formtabledot-thead tr {
    background-color: #F8FAFC;
    margin-bottom: 10px; /* فاصله بین هدر و آیتم‌های زیرین */
    border-radius: 20px;
    padding: 8px;
    justify-content: space-between;
}

    .formtabledot-thead tr th {
        font-size: 12px;
        font-weight: 400;
        color: #475569;
    }

.formtabledot-thead tr {
    display: flex;
    align-items: center;
}

.formtabledot-thead th {
    padding: 15px 10px;
    display: inline-block;
    width: 100px;
    text-align: left;
    border-bottom: 1px solid #F8FAFC; /* بوردر همرنگ با پس‌زمینه */
}

.btn-a {
    color: inherit; /* رنگ لینک را از والدین بگیرد */
    text-decoration: none; /* زیرخط لینک را حذف کند */
    border: none; /* حذف مرز (اگر وجود داشته باشد) */
    background: none; /* حذف پس‌زمینه لینک (اگر وجود داشته باشد) */
}

.formtabledot-tbody tr {
    display: flex;
    margin-bottom: 14px;
    margin-top: 10px;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 10px;
    /*padding-right: 82px;*/
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .formtabledot-tbody tr:hover {
        background-color: #f7f8f9;
    }

.formtabledot-td {
    padding: 10px;
    display: inline-block;
    /*width: 100px;*/
    color: #14172A;
    font-size: 12px;
    font-weight: 400;
    word-break: break-word;
    white-space: normal;
}
/*
    <colgroup>
        <col style="width: 30%;">
        <col style="width: 50%;">
        <col style="width: 20%;">
    </colgroup>
*/
.formtabdot-container {
    background-color: #FFFFFF;
    padding: 0px 10px;
    padding-bottom: 0; /* Remove bottom padding to align underline with the container's border */
    border-radius: 20px; /* Rounded corners for the container */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
}

.formtabdot-link {
    color: #94A3B8;
    text-decoration: none;
    display: inline-block;
    padding: 20px 10px;
    margin-right: 10px;
    border-bottom: 2px solid transparent; /* To adjust spacing */
    font-size: 14px;
    font-weight: 400;
}

    .formtabdot-link.active {
        font-weight: bold;
        border-bottom: 1px solid #2563EB; /* Blue underline */
        color: #14172A;
    }

.btn-Draftdot {
    background-color: #FEFCE8;
    color: #CA8A04;
    font-size: 10px;
    border: 1px solid #CA8A04;
    border-radius: 20px;
    padding: 5px;
}

.btn-Defaultdot {
    background-color: #FFFFFF;
    color: #14172A;
    font-size: 10px;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 5px;
}

.btn-Default2dot {
    background-color: #FFFFFF;
    color: #14172A;
    font-size: 14px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 5px 25px;
}

.btn-Default3dot {
    background-color: #FFFFFF;
    color: #14172A;
    font-size: 14px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 17px;
}

.btn-Successdot {
    background-color: #ECFDF5;
    color: #059669;
    font-size: 10px;
    border: 1px solid #059669;
    border-radius: 20px;
    padding: 5px;
}

.btn-Dangerdot {
    background-color: #FCF0F0;
    color: #BD2727;
    font-size: 10px;
    border: 1px solid #BD2727;
    border-radius: 20px;
    padding: 5px;
}

.FormQuestionGroupBox {
    background-color: #F8FAFC;
    padding: 12px;
    border-radius: 15px;
    cursor: pointer;
}

    .FormQuestionGroupBox a {
        background-color: #F8FAFC;
        color: #14172A;
        border-radius: 15px;
        cursor: pointer;
    }

.activeFormQBox {
    background-color: #EFF6FF;
    border: 1px solid #2563EB;
}

    .activeFormQBox a {
        background-color: #EFF6FF;
    }

.editquestionbox {
    background-color: #F8FAFC;
    padding: 8px;
    border-radius: 10px;
}

.undereditquestionbox {
    background-color: #FFFFFF;
    padding: 8px 10px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    color: #14172A;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.modal-content {
    border-radius: 20px;
}

.modal-title {
    font-size: 14px;
    color: #14172A;
}

.specialselect3 {
    font-size: 14px;
    color: #14172A;
}

    .specialselect3 option {
        font-size: 14px;
        color: #94A3B8;
        font-weight: 300;
    }

.nav-link.active {
    border-top-color: #FFFFFF !important;
    border-right-color: #FFFFFF !important;
    border-left-color: #FFFFFF !important;
    border-bottom: 1px solid #2563EB !important;
}

.alert {
    padding: 0.15rem 0.05rem !important;
    padding-top: 0.5rem !important;
}

.dv-recent-message {
    background-color: #FFFFFF;
    border-radius: 15px;
    width: 100%;
    padding: 1rem;
}

.container-questions {
    display: flex;
    flex-direction: column;
}

.mainqbox {
    border: 2px dotted #E2E8F0;
    padding: 10px;
    border-radius: 16px;
    margin-top: 30px;
    /*cursor: grab;*/
}

.content-startup {
    background-color: #F1F5F9 !important;
    height: 100vh;
}

.text-form-regular {
    font-size: 14px;
    color: #14172A;
    font-weight: 600;
}

.text-form-description {
    font-size: 12px;
    color: #94A3B8;
    font-weight: 400;
}

.form-gap-1 {
    gap: 4px !important
}

.form-gap-2 {
    gap: 8px !important
}

.form-gap-3 {
    gap: 12px !important
}

.form-gap-4 {
    gap: 16px !important
}


.file-upload {
    width: 138px;
    height: 48px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

    .file-upload label {
        margin: 0px !important;
        width: 138px;
        height: 48px;
        display: flex;
        gap: 4px;
        align-items: center;
        cursor: pointer;
        justify-content: center;
    }

.upload-icon {
    width: 138px;
    height: 48px;
    object-fit: cover;
}

.file-upload span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.file-input-form {
    display: none; /* پنهان کردن ورودی فایل */
}

.container-upload-file {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
}

    .container-upload-file div {
        color: #1e2026;
        font-size: 14px;
        font-weight: 500;
    }

.uploaded-file {
    display: flex;
    background-color: #F1F5F9;
    border-radius: 14px;
    padding: 12px;
    align-items: flex-start;
}

    .uploaded-file span {
        font-size: 12px;
        font-weight: 500;
        color: #212121;
        flex-grow: 1;
        margin-right: 10px;
    }

.remove-btn {
    border: none;
}

.form-normal {
    display: flex;
    padding-left: 0px !important;
    margin-top: 20px !important;
}

    .form-normal label {
        font-size: 14px;
        font-weight: 600;
        color: #475569 !important;
        padding-left: 4px;
    }

.input-form-startup {
    width: 20px;
    height: 20px;
    border: 1px solid #94A3B8;
    border-radius: 12px;
    margin-right: 4px;
}

.btn-with-icon {
    width: 152px;
    height: 48px;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    transition: background 0.3s;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .btn-with-icon:hover {
        background-color: #F8FAFC;
    }

    .btn-with-icon img {
        margin-right: 8px;
    }

.text-form-title {
    color: #14172A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

/*@media (min-width: 576px) {

    .modal-dialog {
        max-width: 600px !important;
        margin: 1.75rem auto;
    }
}
*/
.draggable-cursor {
    cursor: pointer
}

.remove-questions {
    background-color: #B91C1C !important;
    border-radius: 8px;
}

.btn-delete-dropdown {
    width: 38px;
    height: 38px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.container-add-drop-down {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/*
   formInvestor

*/
svg {
    transition: transform .6s;
}

.rotate-collapse-btn {
    transform: rotate(180deg);
    transition: transform .6s;
}

.span-danger {
    font-size: small;
    font-weight: 300;
    color: #f10078;
}
/*
    collapse
*/
.collapse {
}

/* One per page*/
:root {
    --BorderRadius8: 8px; /* شعاع گوشه‌ها */
    --Objects-Card: #FFFFFF; /* رنگ پیش‌فرض پس‌زمینه */
}

.one-per-page {
    /* one per page */
    /*transform: scale(0.85);*/
    position: relative;
    /*width: 1440px;*/
    height: 793px;
    background: #F1F5F9;
}

.bg-blur {
    /* bg_blur */
    /*transform: scale(0.8);*/
    position: absolute;
    /*width: 1440px;*/
    height: 800px;
    left: 0px;
    top: 0px;
    gap: 0px;
    /*z-index:-1;*/
}

.bg-blur-inner {
    /* bg_blur */
    /*transform: scale(0.8);*/
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    /*width: 1440px;*/
    height: 800px;
}

/*.ellipse.ellipse-2 {*/
/* Ellipse 2 */

/*position: absolute;
    width: 400px;
    height: 500px;
    left: -168px;
    top: 464px;
    background: #2563EB;
    opacity: 0.3;
    filter: blur(215px);
}*/
.ellipse.ellipse-2 {
    /* Ellipse 2 */

    position: absolute;
    width: 400px;
    height: 500px;
    left: -10vw;
    top: 50vh;
    background: #2563EB;
    opacity: 0.3;
    filter: blur(215px);
}

/*.ellipse.ellipse-3 {*/
/* Ellipse 3 */
/*position: absolute;
    width: 490px;
    height: 500px;
    left: 945px;
    top: 436px;
    background: #EF4444;
    opacity: 0.15;
    filter: blur(215px);
}*/
.ellipse.ellipse-3 {
    /* Ellipse 3 */
    position: fixed;
    width: 50vw;
    height: 500px;
    right: -20vw;
    top: 70vh;
    background: #EF4444;
    opacity: 0.15;
    filter: blur(215px);
}

.star-right {
    position: absolute;
    top: 38px;
    left: -55px;
    width: 40px;
    height: 40px;
}

.star-left {
    position: absolute;
    top: 240px;
    right: -15px;
    width: 35px;
    height: 35px;
}
/**/

.ellipse.ellipse-baner-1 {
    /* Ellipse 3 */
    position: absolute;
    width: 490px;
    height: 500px;
    left: 74vw;
    top: 50vh;
    background: #EF4444;
    opacity: 0.15;
    filter: blur(215px);
}

.ellipse.ellipse-baner-2 {
    /* Ellipse 3 */
    position: absolute;
    width: 490px;
    height: 500px;
    left: 74vw;
    top: 50vh;
    background: #EF4444;
    opacity: 0.15;
    filter: blur(215px);
}
/* استایل frame */
.frame {
    /*transform: scale(1.1);*/
    /* Frame 1261153149 */
    /* Auto layout */
    /*transform: scale(0.9);*/
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 100px;
    padding-left: 100px;
    gap: 24px;
    position: absolute;
    /*width: 100%;*/
    width: 100%;
    height: 673px;
    /*left: calc(50% - 1145px/2 + 0.5px);*/
    top: calc(50% - 673px/2);
    /*margin:auto;*/
}

.badge {
    /* Badge */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 4px;
    width: 155px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.archive-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Text-Button_text, #FFFFFF); /* حاشیه دور */
    border-radius: 50%; /* اگر دایره باشد */
    gap: 0px; /* فاصله داخلی */
    opacity: 1; /* برای نمایش */
}

.badge-text {
    /* Draft */

    width: 115px;
    height: 25px;
    /* body - 14 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    text-transform: capitalize;
    color: #14172A;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.frame30 {
    /* Frame 30 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px;
    gap: 30px;
    /*width: 1145px;*/
    height: 540px;
    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

text#answer-inp {
    min-height: 200px;
}

.frame67 {
    /* Frame 67 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    /*gap: 24px;*/
    /*width: 1145px;*/
    height: 40px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
}

    .frame67 > .pagenum {
        /* 1 / 20 */

        margin: 0 auto;
        /*width: 905px;*/
        height: 40px;
        /* body - 16 */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        /* or 156% */
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: capitalize;
        color: #14172A;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 1;
    }

    .frame67 > .button-back {
        /* Button */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 11.5px 16px;
        gap: 10px;
        margin: 0 auto;
        width: 120px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .frame67 > .button-next {
        /* Button */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 11.5px 16px;
        gap: 10px;
        margin: 0 auto;
        width: 120px;
        height: 40px;
        background: #14172A;
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 2;
        flex-grow: 0;
    }

.frame11 {
    /* Frame 1261153136 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    /*width: 965px;*/
    height: 295px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

#surveyForm {
    width: 100%;
}

.frame111 {
    /* Frame 1261153137 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    /*width: 965px;*/
    height: 70px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.answer-check-container {
    /* Frame 1261153140 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    min-width: 589px;
    /*height: 205px;*/
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.questionText {
    /* How did you find out about our site? */
    /*width: 965px;*/
    height: 25px;
    /* body - 20 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #14172A;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.questionText-2 {
    /* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua */
    /*width: 965px;*/
    height: 25px;
    /* body - 14 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #94A3B8;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.checkbox-container {
    /* Frame 1261153138 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 589px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.answer-check {
    /* Frame 1261153138 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 589px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

    .answer-check > .checkbox {
        /* Checkbox */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 16px;
        width: 20px;
        height: 20px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

        .answer-check > .checkbox > input {
            /* CheckBox */

            box-sizing: border-box;
            /* Auto layout */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0px;
            width: 20px;
            height: 20px;
            border: 1px solid #94A3B8;
            border-radius: 4px;
            /* Inside auto layout */
            flex: none;
            order: 1;
            flex-grow: 0;
        }

.answer-text {
    /* A friend recommended it to me! */

    width: 559px;
    height: 25px;
    /* body - 14 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #475569;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.arrow {
    /* Button */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11.5px 16px;
    gap: 10px;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.input-container {
    /* input */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    /*width: 965px;*/
    /*height: 48px;*/
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

    .input-container > .input-container-inner {
        /* Frame 56 */
        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 10px;
        /*width: 965px;*/
        /*height: 48px;*/
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

        .input-container > .input-container-inner > .field {
            /* feild */

            box-sizing: border-box;
            /* Auto layout */
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 20px 10px 20px 20px;
            gap: 10px;
            /*width: 965px;*/
            max-height: 50px;
            border: 1px solid #E2E8F0;
            border-radius: 10px;
            /* Inside auto layout */
            flex: none;
            order: 0;
            align-self: stretch;
            flex-grow: 0;
        }

        .input-container > .input-container-inner > textarea.field {
            max-height: 250px
        }

        .input-container > .input-container-inner > .field > input {
        }



/*
            yes no
        */
.yes-no-container {
    /* Frame 1261153140 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    width: 589px;
    height: 70px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.yes, .no {
    /* Frame 1261153138 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 58px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.radio-text {
    /* yes */

    width: 28px;
    height: 25px;
    /* body - 14 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* identical to box height, or 179% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #475569;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.radio {
    /* Radio */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 13.33px;
    width: 20px;
    height: 20px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .radio > input {
        /* CheckBox */

        box-sizing: border-box;
        /* Auto layout */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        width: 20px;
        height: 20px;
        border: 0.833333px solid #94A3B8;
        border-radius: 832.5px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }
/* dropdown*/
.dropdown-container {
    /* input */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 818px;
    height: 48px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

    .dropdown-container > .dropdown-box {
        /* dropdown */

        box-sizing: border-box;
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 20px;
        gap: 10px;
        width: 818px;
        height: 48px;
        border: 1px solid #E2E8F0;
        border-radius: 10px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }

.width-100 {
    width: 100%;
}

.upload-container {
    /* Frame 1261153140 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    /*width: 589px;*/
    /*height: 38px;*/
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

.upload-div {
    /* Frame 37710 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 137px;
    height: 38px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .upload-div > label {
        /* Button */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 11.5px 16px;
        gap: 6px;
        width: 137px;
        height: 38px;
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

        .upload-div > label > .upload-label {
            /* Label */

            width: 75px;
            height: 25px;
            /* body - 14 */
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 25px;
            /* identical to box height, or 179% */
            text-align: center;
            text-transform: capitalize;
            color: #14172A;
            /* Inside auto layout */
            flex: none;
            order: 1;
            flex-grow: 0;
        }

.showUploadedFile {
    /* Frame 1261153143 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    /*width: 818px;*/
    /*height: 76px;*/
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

    .showUploadedFile .attachment-cards, .attachment-cards {
        /* Attachment Cards */
        /* Auto layout */
        width:fit-content;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 12px;
        gap: 8px;
        min-width: 399px;
        height: 76px;
        background: #F1F5F9;
        border-radius: 12px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 1;
    }

.attachment-cards .file-type {
    /* PDF */
    /*width: 24px;*/
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /*opacity: 0;*/
}

.attachment-cards-detail {
    /* Frame 37684 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    /*width: 295px;*/
    /*height: 52px;*/
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 1;
}

    .attachment-cards-detail .file-name {
        /* Frame 37681 */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding: 0px;
        gap: 8px;
        /*width: 295px;*/
        height: 20px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

        .attachment-cards-detail .file-name span {
            /* business model file.pdf */
            display: block; /* تبدیل span به block باعث می‌شود متن به عرض div محدود شود */
            word-wrap: break-word;
            max-width: 100%;
            /*width: 295px;*/
            height: 20px;
            /* body - 12 */
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: x-small;
            line-height: 20px;
            /* identical to box height, or 167% */
            text-transform: capitalize;
            color: #14172A;
            /* Inside auto layout */
            flex: none;
            order: 0;
            flex-grow: 1;
        }

    .attachment-cards-detail .file-size {
        /* 324 KB */
        /*width: 35px;*/
        height: 20px;
        /* body - 10 */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 20px;
        /* identical to box height, or 200% */
        text-transform: capitalize;
        color: #475569;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }

.attachment-cards .attach-icon {
    /* Icons */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 40px;
    height: 16px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.attach-icon .trash {
    /* trash */
    display: flex;
    width: 16px;
    height: 16px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    cursor: pointer;
}

.attach {
    /* attach */

    width: 20px;
    height: 20px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

    .attach .vector {
        /* Vector */
        /*
        position: absolute;
        left: 25%;
        right: 25%;
        top: 8.33%;
        bottom: 8.33%;
        border: 1px solid #14172A;*/
    }

/* hidden default upload input*/
#fileUpload-inp {
    display: none;
    visibility: hidden;
}

input::placeholder, textarea::placeholder {
    color: #b6bbc7;
    font-weight: 300;
    font-size: 15px;
}

/*
  multiselect
*/

/* استایل‌دهی به select برای ظاهر زیبا */
select.multiple {
    height: 150px; /* تنظیم ارتفاع برای چند گزینه انتخابی */
    padding: 8px 12px; /* تنظیم فاصله داخلی */
    font-size: 14px; /* تنظیم اندازه فونت */
    border-radius: 5px; /* گوشه‌های گرد */
    border: 1px solid #ccc; /* رنگ مرز */
    background-color: #fff; /* رنگ پس‌زمینه سفید */
    width: 100%; /* تنظیم عرض به 100% */
    box-sizing: border-box; /* اطمینان از در نظر گرفتن padding و border در عرض */
}

    /* استایل دادن به گزینه‌ها */
    select.multiple option {
        padding: 8px; /* تنظیم فاصله داخلی برای هر گزینه */
        background-color: #ffffff; /* رنگ پس‌زمینه گزینه‌ها */
        color: #495057; /* رنگ متن گزینه‌ها */
    }

    select.multiple optgroup {
        padding: 8px; /* تنظیم فاصله داخلی برای هر گزینه */
        background-color: #f8f9fa; /* رنگ پس‌زمینه گزینه‌ها */
        color: #495057; /* رنگ متن گزینه‌ها */
        font-weight: 200;
    }

    select.multiple:hover {
        border-color: #007bff; /* تغییر رنگ مرز هنگام حرکت موس روی select */
    }

    select.multiple option:hover {
        background-color: #007bff; /* تغییر رنگ پس‌زمینه گزینه‌ها هنگام hover */
        color: white; /* تغییر رنگ متن گزینه‌ها هنگام hover */
    }


select[multiple] {
    height: 150px; /* تنظیم ارتفاع برای نمایش بهتر */
    padding: 10px;
    background-color: #fff; /* رنگ پس‌زمینه سفید */
    border-radius: 5px; /* گوشه‌های گرد */
    border: 1px solid #ccc; /* رنگ مرز */
}

    select[multiple] option {
        padding: 10px; /* فاصله داخلی برای هر گزینه */
    }

/*
        dropdown
    */
/* مخفی کردن Select اصلی */
#multiSelect {
    display: none;
}


/* جلوگیری از بسته شدن dropdown هنگام کلیک داخل آن */
#keyword-special-form .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
    /**/
    transform: translate3d(0px, 0px, 0px) !important;
    top: auto !important;
    /*left: 0px;*/
}

/* ظاهر input مشابه dropdown */
#keyword-special-form #dropdownInput {
    cursor: pointer;
    background-color: #fff;
}

#keyword-special-form .dropdown input.special-select:hover {
    cursor: default;
}

#keyword-special-form .dropdown-menu .form-check {
    /*display: block;*/
    padding-block-start: 0px;
    padding-block-end: 4px;
    min-block-size: 1.2em;
    white-space: nowrap;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 30px;
}



#keyword-special-form .dropdown-menu label {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    padding-left: 4px;
    padding-right: 4px;
    color: #798999;
    font-weight: 300;
}

    #keyword-special-form .dropdown-menu label:hover {
        background-color: #e4eaf9;
    }

#keyword-special-form .dropdown-menu .form-check-input {
    margin-top: .6rem;
}

#keyword-special-form .dropdown-header {
    color: #b4b6c7;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    /* padding: .5rem 1rem; */
    text-align: left;
    background-color: #f7f7f7;
    /*margin-top: 10px;*/
    padding-left: 5px;
}

.text-span-info {
    /* business model file.pdf */
    /*width: 295px;*/
    height: 20px;
    /* body - 12 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 167% */
    text-transform: capitalize;
    color: #14172A;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

/* register onperpage*/
.question_title {
    /* question_title */

    box-sizing: border-box;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 20px;
    gap: 10px;
    /*width: 559px;*/
    height: 50px;
    border-bottom: 1px solid #E2E8F0;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.register-oneperpage {
    /* Frame 30 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 24px 50px 20px;
    position: relative;
    /*width: 603px;*/
    /*height: 879px;*/
    /*left: 102px;*/
    top: 100px;
    margin-bottom: 200px;
    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.question_title .contact-info {
    /* Contact info */

    margin: 0 auto;
    width: 296px;
    height: 30px;
    /* H6 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 188% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #14172A;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 1;
}

.question_title .text {
    /* login, If you have a DotStart account */

    margin: 0 auto;
    width: 263px;
    /*height: 30px;*/
    /* body - 14 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    /* or 179% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #2563EB;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.type-icon {
    /* type icon */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px;
    gap: 10px;
    /*width: 32px;*/
    height: 32px;
    background: rgba(37, 99, 235, 0.1);
    border-radius: 8px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.field-contaner {
    /* Frame 1261153135 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 30px 0px;
    gap: 10px;
    width: 100%;
    /*height: 153px;*/
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

    .field-contaner .type-icon {
        /* type icon */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 6px;
        gap: 10px;
        /*width: 32px;*/
        height: 32px;
        background: rgba(37, 99, 235, 0.1);
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .field-contaner .field-inner {
        /* Frame 1261153136 */
        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 20px;
        width: 522px;
        /*height: 93px;*/
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }

        .field-contaner .field-inner .title {
            /* Frame 1261153137 */
            /* Auto layout */
            display: flex;
            /*flex-direction: column;*/
            align-items: flex-start;
            padding: 0px;
            gap: 10px;
            /*width: 522px;*/
            height: 25px;
            /* Inside auto layout */
            flex: none;
            order: 0;
            align-self: stretch;
            flex-grow: 0;
        }

            .field-contaner .field-inner .title span {
                /* E-Mail address * */
                /*width: 522px;*/
                height: 25px;
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 25px;
                /* identical to box height, or 179% */
                display: flex;
                align-items: center;
                text-transform: capitalize;
                color: #14172A;
                /* Inside auto layout */
                flex: none;
                order: 0;
                align-self: stretch;
                flex-grow: 0;
            }

        .field-contaner .field-inner .explain {
            /* Frame 1261153138 */
            /* Auto layout */
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0px;
            gap: 10px;
            width: 589px;
            height: 20px;
            /* Inside auto layout */
            flex: none;
            order: 1;
            flex-grow: 0;
        }

            .field-contaner .field-inner .explain p {
                /* Additional contact information would be helpful. (Optional) */

                width: 429px;
                height: 20px;
                /* body - 12 */
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                /* identical to box height, or 167% */
                display: flex;
                align-items: center;
                text-transform: capitalize;
                color: #94A3B8;
                /* Inside auto layout */
                flex: none;
                order: 0;
                flex-grow: 0;
            }

.span-star {
    color: red !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.field-contaner .field-inner .input-container {
    /* input */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 522px;
    height: 48px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.field-inner .content {
}

    .field-inner .content span {
        /* By submitting this form, a Dot Start account will be created for you. You will receive the form results and future communications through your Dot Start account. */

        width: 507px;
        height: 40px;
        /* body - 12 */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        /* or 167% */
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #14172A;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

.agree-container {
    /* Frame 1261153144 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 30px 0px 0px;
    gap: 10px;
    width: 457px;
    height: 67px;
    margin: auto;
    /* Inside auto layout */
    flex: none;
    order: 5;
    flex-grow: 0;
}

    .agree-container .type-icon {
        /* type icon */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 6px;
        gap: 10px;
        /*width: 32px;*/
        height: 32px;
        background: rgba(37, 99, 235, 0.1);
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

        .agree-container .type-icon input {
            display: none;
        }

        .agree-container .type-icon svg {
            margin-top: 7px;
            stroke: transparent;
            transition: stroke 0.2s ease-in-out;
        }

        .agree-container .type-icon input:checked + label svg .checkmark {
            stroke: #007AFF;
        }

    .agree-container .content span {
        /* I agree to dotstart Terms of Service and Privacy Policy * */
        /*width: 589px;*/
        height: 37px;
        /* body - 14 */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        /* or 179% */
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #14172A;
        margin-right: 10px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

.register-oneperpage .frame67 {
    /* Frame 67 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px;
    gap: 24px;
    width: 545px;
    height: 82px;
    /* Inside auto layout */
    flex: none;
    order: 6;
    flex-grow: 0;
}

    .register-oneperpage .frame67 .button-back {
        /* Button */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 11.5px 16px;
        gap: 10px;
        margin: 0 0;
        width: 120px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .register-oneperpage .frame67 .button-Submit {
        /* Button */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 11.5px 16px;
        gap: 10px;
        margin: 0 0;
        width: 120px;
        height: 40px;
        background: #14172A;
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }

/*
        Submit Done
    */
#submitDone-container {
    /* Frame 31 */
    /* Auto layout */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 81px 20px 50px;
    position: absolute;
    width: 603px;
    height: 350px;
    /*left: 753px;*/
    top: 100px;
    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

    #submitDone-container .group {
        /* Group */

        width: 80px;
        height: 80px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

.content-container {
    /* Frame 1261153148 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0px 30px;
    gap: 10px;
    width: 451px;
    height: 142px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

    .content-container .content {
        /* Frame 1261153137 */
        /* Auto layout */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        /*gap: 10px;*/
        width: 451px;
        height: 112px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

        .content-container .content span {
            /* All done! you will receive a response in your Dot Start account soon. */
            /*width: 451px;*/
            /* height: 112px;*/
            /* body - 14 */
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
            /* or 156% */
            align-items: center;
            text-align: center;
            text-transform: capitalize;
            color: #14172A;
            /* Inside auto layout */
            flex: none;
            order: 0;
            align-self: stretch;
            flex-grow: 0;
        }

            .content-container .content span.smaller {
                /* All done! you will receive a response in your Dot Start account soon. */
                /*width: 451px;*/
                /* height: 112px;*/
                /* body - 14 */
                font-family: 'Inter';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 28px;
                /* or 156% */
                align-items: center;
                text-align: center;
                text-transform: capitalize;
                color: #14172A;
                /* Inside auto layout */
                flex: none;
                order: 0;
                align-self: stretch;
                flex-grow: 0;
            }

.button-container {
    /* Frame 67 */
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 545px;
    height: 82px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

    .button-container a {
        /* Button */
        /* Auto layout */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 11.5px 16px;
        gap: 10px;
        margin: 0 auto;
        /*width: 120px;*/
        height: 40px;
        background: #14172A;
        border-radius: 8px;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }
/*
     new
 */

/* حذف ظاهر پیش‌فرض چک‌باکس */
#keyword-special-form .form-check {
    display: flex;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 5px;
}

    #keyword-special-form .form-check input[type="checkbox"] {
        appearance: none; /* حذف استایل پیش‌فرض */
        /*-webkit-appearance: none;*/
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: none;
        position: relative;
        margin-top: 3px;
    }

        #keyword-special-form .form-check input[type="checkbox"]:checked {
            /*   content: "✓";
        font-family: 'Segoe UI' !important;*/
            outline: none;
            background-color: white;
            /*appearance:auto;*/
            margin-left: 1px;
        }
            /* استایل تیک داخل چک‌باکس */
            #keyword-special-form .form-check input[type="checkbox"]:checked::before {
                /*content: "✔️"*/ /* کاراکتر تیک */
                content: "✓";
                /*font-family: 'Segoe UI' !important;*/ /* فونت ساده و بدون منحنای زیاد */
                font-weight: bold; /* فونت ساده‌تر */
                display: block;
                width: 100%;
                height: 100%;
                color: #1d59dd;
                /*background: transparent;*/
                border: none;
            }

            /* تغییر رنگ پس‌زمینه هنگام انتخاب */
            #keyword-special-form .form-check input[type="checkbox"]:checked + label {
                /*background-color: #007bff;*/
                /*border-color: #007bff;*/
                color: #1d59dd;
                font-weight: 600;
            }
/*
     tab active
 */
/* nav */
.nav-tabs .nav-link {
    color: gray;
}
    .nav-tabs .nav-link.active {
        color: black; 
        /*border-bottom: 3px solid;*/ 
    }

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        border-color: transparent; 
        outline: none; 
    }

/**/
#full-form ul[role="tablist"].nav-tabs {
    border: none;
}

#full-form ul[role="tablist"].nav-tabs .nav-link {
    /*color: #5f7ea0;*/
    color: #779be9;
    font-size: 13px !important;
    font-weight: bold;
    margin-bottom: -1px;
    border: none;
    padding: 5px;
    background-color: transparent;
    /* border-top-left-radius: .25rem; */
    /* border-top-right-radius: .25rem;*/
}


    #full-form ul[role="tablist"].nav-tabs .nav-link.active {
        /*background-color: #007bff;*/
        background-color: transparent;
        /*color: #6ea1d7;*/
        /*color: #007bff;*/
        color: #779be9;
        border: none !important;
    }

#full-form li.nav-item:has( .nav-link[role="tab"]) {
    margin: 2px;
    opacity: 40%;
    border-radius: 18px !important;
    /*background-color: #007bff;*/
    /*background-color: transparent;*/
    /*color: white;*/
    /*color: #007bff;*/
    /*border: none !important;*/
    /*padding:2px;*/
}

    #full-form li.nav-item:has( .nav-link[role="tab"]):hover {
        opacity: 100%
    }

#full-form li.nav-item:has( .nav-link.active[role="tab"]) {
    /*background-color: #007bff;*/
    /*background-color: transparent;*/
    /*color: white;*/
    color: #007bff;
    /*border: 1px solid #6ea1d7 !important;*/
    border: 1px solid #007bff !important;
    opacity: 100%
    /*padding:2px;*/
}
/*
    statrtup dashboard
*/
#statrup-dashborad-container .content {
    z-index: 1;
    position: relative;
}

.border-drag {
    box-shadow: 0px 0px 8px 3px #b1c9d5;
    background-color: #fbfbfd;
}

#show-countries-btn {
    width: 100%;
}

    #show-countries-btn:hover {
        background-color: #8ac3df;
        color: #fbfbfd;
    }

.custom-textarea {
    max-width: 500px;
    margin: 0px auto;
    padding: 18px;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    /*background-color: #f9fafb;*/
    font-family: 'Arial', sans-serif;
    color: #6c757d;
}

    .custom-textarea textarea {
        width: 100%;
        height: 100px;
        border: none;
        background: transparent;
        resize: none;
        outline: none;
        font-size: 14px;
        line-height: 1.6;
        color: #6c757d;
    }

        .custom-textarea textarea::placeholder {
            color: #94A3B8;
            font-size: 15px;
        }

/* Contact */
.contact-header {
    /* Frame 43 */
    /*box-sizing: border-box;*/
    /* Auto layout */
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 496px;
    height: 41px;
    border-bottom: 1px solid #E2E8F0;*/
    /* Inside auto layout */
    /*flex: none;
    order: 0;
    flex-grow: 0;*/
}

.contact-information span {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--Text-Gray_03, #475569);
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word
}

.text-dark-heavy {
    color: #14172A !important;
}
/**/
#EditProfile {
    font-size: 14px;
}

    #EditProfile .card-header li {
        font-size: 14px;
        font-weight: 400;
        color: #14172A;
        border-bottom: 1px solid #E2E8F0;
        padding-bottom: 10px;
        /*color: #495057 !important;*/
    }

    #EditProfile .input-container-inner label {
        font-size: 14px;
        margin: 0px;
        color: #14172A;
    }

    #EditProfile .card {
        border-radius: 15px 15px 0px 0px;
    }


.input-witem {
    width: 100%;
    border: 1px solid #E2E8F0;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 10px;
    /*margin-bottom: 20px;*/
    padding: 14px 10px 12px 16px;
}

    .input-witem input {
        border: 0px;
        width: 100%;
    }

        .input-witem input::placeholder {
            font-size: 14px;
        }

        .input-witem input:focus {
            outline: none;
            border: none !important;
        }

    .input-witem .wicon {
    }

    .input-witem .witem {
    }


#EditProfile select {
    width: 100%;
    border: 1px solid #E2E8F0;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 10px;
    /*margin-bottom: 20px;*/
    padding: 14px 10px 12px 16px;
}

#EditProfile .profile-image .btn {
    border-radius: 8px;
    padding: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 200;
    /*
    border-right-width:2px;
    border-left-width:1px;
    border-bottom-width:2px;
    border-top-width:1px;*/
}

    #EditProfile .profile-image .btn#profile-Remove-btn {
        box-shadow: 0px 0px 0px .03rem #d36060;
        color: #c12f2f;
        border-color: #d36060;
    }

    #EditProfile .profile-image .btn#profile-Update-btn {
        box-shadow: 0px 0px 0px .03rem #6b6767;
        color: #3b3939;
        border-color: #6b6767;
    }



.custom-modal-dialog {
    max-width: unset !important;
    width: auto !important;
    display: inline-block;
    margin: auto;
    /*max-height: 80vh;*/
    height: auto;
}

.custom-modal-content {
    padding: 24px;
    display: inline-block;
    width: auto;
    max-width: 95vw;
    /*max-height: 80vh;*/ /* محدود کردن ارتفاع مودال */
    overflow-y: auto; /* فعال کردن اسکرول عمودی اگر محتوا زیاد بود */
    box-sizing: border-box; /* در نظر گرفتن padding در اندازه */
    height: auto;
}

.modal.fade.show.custom {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*  truncate */
.text-truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* تعداد خطوط مورد نظر */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}
/* TogglePassword*/
.togglePassword {
    cursor: pointer;
}

.status-box {
    border: 2px solid #edede7;
    transition: all 0.2s ease;
    font-weight: normal;
}

    .status-box > * {
        font-weight: normal;
    }

    .status-box input:checked + span {
        font-weight: bold;
        /*color: #333;*/
    }

    .status-box input:checked ~ * {
        /*border-color: #007bff;*/ /* یا response.color */
        /*background-color: #f0f8ff;*/
        /*box-shadow: 0 0 5px rgba(0,123,255,0.5);*/
    }

.custom-control.custom-switch.custum {
    padding-left: 0;
}
    /*متن رو ببریم سمت چپ*/
    .custom-control.custom-switch.custum .custom-control-label {
        padding-left: 0;
        padding-right: 3rem; /*فاصله سمت راست برای کلید 
*/
    }

        .custom-control.custom-switch.custum .custom-control-label::before {
            left: auto;
            right: 0; /*کلید بیاد سمت راست */
        }


        .custom-control.custom-switch.custum .custom-control-label::after {
            left: auto;
            right: 14px; /*کلید بیاد سمت راست */
        }
