@font-face{
    font-family: IRANSansWeb_Medium;
    font-style:normal;
    font-weight:normal;
    src:url('//soodino.ai/fonts/IRANSansWeb_Medium.eot');
    src:url('//soodino.ai/fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('//soodino.ai/fonts/IRANSansWeb_Medium.woff2') format('woff2'),
    url('//soodino.ai/fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('//soodino.ai/fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

a, h1, h2, h3, h4, h5, h6, p, ul, li, span, div, input, button {font-family: "IRANSansWeb_Medium" !important;}

   * {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    overflow-y: auto;
}

/* استایل‌های معادل Tailwind */
.body {

    direction: rtl;
    display: flex;
    justify-content: center;
    position: relative;
    height: 97vh;
    background-image: url(https://soodino.ai/images/bg-login1-min.jpg);
    background-position: center center;
    background-size: cover;
    align-items: center;
}

a#dem {
    color: #FFF;
    text-decoration: none;
}

li#txtw1 {
    font-size: 16px !important;
}

button#backspaces {
    float: left;
    margin-right: 50%;
    margin-left: -50%;
    margin-top: -10%;
    margin-bottom: -50px;
    background: none !important;
    border: none !important;
    font-size: 36px;
    color: #7660f7;
    transform: scaleX(-1);
}

.w-full {
    
    height: 70% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding:2% !important;
    width:90% !important;
   
}


#tabsimg{
    border:none;
    border-radius:50%;
}

.max-w-md {
    max-width: 22rem !important;
    max-height: 24rem !important;
}

.max-w-md1 {
    max-width: 22rem !important;
    max-height: 28rem !important;
}

input#phone {
    text-align: center;
    font-size: 12px;
    border-radius: 15px;
    width: 100% !important;
    height: 30px !important;
    border: 1px solid #6D53EE   !important; 
    box-shadow: 0px 0px 8px 3px #0000000f;
}

form.forms {
    width: 100%;
    margin-left: -3%;
}

input#phone:focus {
  border: 1px solid #e3e3e3 !important;   /* در حالت فوکوس قرمز */
}

#phone::placeholder {
  color: #686868;             /* رنگ placeholder صورتی */
  opacity: 0.8;              /* برای اینکه رنگ درست دیده بشه */
}

div#phone-section {
    width: 100%;
}


h1.font-bold {
    text-align: right !important;
    width: 100%;
    font-size: 15px !important;
    margin-top: 15% !important;
    font-weight: 500 !important;
    color: #686868 !important;
    margin-bottom: 8% !important;
    padding:5px !important;
}
a#link {
    color: #6D53EE;
    text-decoration: none;
}

button.btnotp {
    width: 100% !important;
    background-color: #6D53EE !important;
    border: none !important;
    border-radius: 10px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-top: 5% !important;
}

button.btnotp1 {
    width: 95% !important;
    background-color: #6D53EE !important;
    border: none !important;
    border-radius: 10px !important;
    height: 50px !important;
    font-size: 20px !important;
    margin-top: 5% !important;
}

p.dsotp {
    font-size: 12px;
    padding: 5px;
    color: #686868;
}

.bg-gray-100 {
    background-color: #f3f4f6;
}

.bg-white {
    background-color: #ffffff;
}

.p-6 {
    padding: 1.5rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.shadow-lg {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.text-2xl {
    font-size: 1.5rem;
}

.font-bold {
    font-weight: 700;
}

.mb-4 {
    margin-bottom: 1rem;
}

.text-center {
    text-align: center;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

button#resend-otp {
    width: 100%;
    background-color: #fff;
    color: #6D53EE;
    font-size: 18px;
    border: none;
}

.gap-4 {
    gap: 1rem;
}

.bg-blue-500 {
    background-color: #3b82f6;
}

.text-white {
    color: #ffffff;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.rounded {
    border-radius: 0.25rem;
}

.hover\:bg-blue-600:hover {
    background-color: #2563eb;
}

.w-full {
    width: 100%;
}

.max-w-md {
    max-width: 28rem;
}

.border {
    border: 1px solid #d1d5db;
}

.text-red-500 {
    color: #ef4444;
}

.mt-4 {
    margin-top: 1rem;
}

.hidden {
    display: none;
}

.bg-green-500 {
    background-color: #22c55e;
}

.hover\:bg-green-600:hover {
    background-color: #16a34a;
}

.bg-red-500 {
    background-color: #ef4444;
}

.hover\:bg-red-600:hover {
    background-color: #dc2626;
}

.container {
    width: 100%;
    /*max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}

.min-h-screen {
    min-height: 100vh;
}

.p-4 {
    padding: 1rem;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.text-xl {
    font-size: 1.25rem;
}

.bg-gray-500 {
    background-color: #6b7280;
}

.hover\:bg-gray-600:hover {
    background-color: #4b5563;
}

.mt-2 {
    margin-top: 0.5rem;
}

p#message {
    color: #8d8d8d !important;
}

        .otp-container {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1rem;
            direction: ltr; /* برای چپ به راست کردن فیلدها */
            gap:15px;
        }
        .otp-input {
            width: 40px;
            height: 40px;
            text-align: center;
            font-size: 1.2rem;
            border: 1px solid #6D53EE;
            border-radius: 8px;
            box-shadow: 0px 0px 8px 3px #0000000f;
        }
        .otp-input:focus {
            outline: none;
            border-color: #3b82f6;
        }
        
        
        
        
        

table {
    text-align: center !important;
}




.requests-table-container {
    max-height: 90%;
    overflow-y: auto;
}



/* استایل پیش‌فرض جدول برای دسکتاپ */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

    .nav-tabs {
        flex-wrap: wrap;
        overflow-x: hidden;
    }

.nav-tabs {
    border-bottom: 1px solid #6D53EE !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2%;
    margin-top: 50px;
}

.nav-tabs .nav-item {
    flex: 0 0 auto;
}

.nav-tabs .nav-link {
    background-color: #6D53EE !important;
    color: #fff !important;
    border: 1px solid #6D53EE !important;
    margin: 0 2px;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.nav-tabs .nav-link img {
    margin-left: 10px;
}

.nav-tabs .nav-link.active {
    background-color: #fff !important;
    color: #6D53EE !important;
    border-bottom: none !important;
}


#acb0 {
    text-align: justify !important;
    line-height: 1.9 important;
}

span#rotp {
    font-size: 28px;
    margin-left: 5px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }
    #acb0 {
    text-align: justify !important;
    line-height: 1.9 important;
}

button#backspaces {
    float: left;
    margin-right: 40%;
    margin-left: -40%;
    margin-top: -5%;
    margin-bottom: -50px;
    background: none !important;
    border: none !important;
    font-size: 36px;
    color: #7660f7;
    transform: scaleX(-1);
}
    
    .nav-tabs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* مخفی کردن اسکرول‌بار در فایرفاکس */
        padding-right:98%;
        
    }
    .nav-tabs::-webkit-scrollbar {
        display: none; /* مخفی کردن اسکرول‌بار در کروم و سافاری */
    }
    .nav-tabs .nav-link {
        min-width: 120px; /* حداقل عرض برای خوانایی */
    }

    .responsive-table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 15px;
        background-color: #f9fafb;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: right;
}

    .responsive-table td {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: none;
        padding: 8px 0;
        font-size: 14px;
        text-align: right;
    }

    .responsive-table td::before {
        content: attr(data-label) ": ";
        font-weight: bold;
        color: #1f2937;
        margin-left: 5px;
    }

    .responsive-table td:not(:last-child) {
        border-bottom: 1px solid #e5e7eb;
    }

    .responsive-table td[data-label="اقدام"] {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
    }

    .responsive-table td[data-label="وضعیت"] {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    
    button#resend-otp {
    width: 85%;
    margin-right: 25px;
    background-color: #fff;
    color: #6D53EE;
    font-size: 18px;
    border: none;
}
    
}