@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('..//fonts/iran-sans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iran-sans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/iran-sans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iran-sans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iran-sans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
    font-display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.dir-ltr {
    direction: ltr !important;
}
.text-left {
    text-align: left !important;
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
    .main-container {
        max-width: 1400px;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    direction: rtl;
    background-color: #f5f8fa;
    min-height: 900px;
}

body {
    direction: rtl;
    background-color: #f5f8fa !important;
    min-height: 900px;
    font-family: "IRANSans" !important;
    font-size: 14px;
    text-align: right;
    overflow-x: hidden !important;
    height: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-wrapper {
    background: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    overflow: hidden;
    padding: 20px;
}
.auth-wrapper .section-title {
    padding: 0 15px;
    text-align: center;
}


.title-wide h2 {
    font-size: 20px;
    height: 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 5px;
    padding-left: 10px;
    top: 6px;
}
.form-ui {
    float: right;
}
.w-full {
    width: 100%;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.border-round-3xl {
    border-radius: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 2rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.pl-5 {
    padding-left: 2rem !important;
}
.pr-4 {
    padding-right: 1.5rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
}
.justify-content-center {
    justify-content: center !important;
}
.flex {
    display: flex !important;
}
.h-auto {
    height: auto !important;
}
.align-items-center {
    align-items: center !important;
}
.flex-row {
    flex-direction: row !important;
}
.border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
}
.border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
}
.font-bold {
    font-weight: 700 !important;
}
.text-black-alpha-90 {
    color: rgba(0, 0, 0, 0.9) !important;
}
.form-ui form {
    padding: 20px;
    margin: 0 auto;
}
.text-right {
    text-align: right !important;
}
.bg-cyan-50 {
    background-color: #f3fbfd !important;
}
.text-blue-600 {
    color: #326fd1 !important;
}
.font-bold {
    font-weight: 700 !important;
}
.form-ui .form-row.with-icon {
    position: relative;
}
.pt-10px {
    padding-top: 10px !important;
}
.p-input-icon-left, .p-input-icon-right {
    position: relative;
    display: inline-block;
}

.p-float-label {
    display: block;
    position: relative;
}
.text-xs {
    font-size: 0.75rem !important;
}
.text-white {
    color: #ffffff !important;
}
.p-input-icon-left, .p-input-icon-right {
    position: relative;
    display: inline-block;
}
.p-input-icon-left > .p-icon-wrapper.p-icon, .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #6c757d;
}
.p-input-icon-left > i, .p-input-icon-left > .p-icon-wrapper, .p-input-icon-right > i, .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
}
.p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, .p-float-label textarea:focus ~ label, .p-float-label textarea.p-filled ~ label, .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label {
    top: -.75rem;
    font-size: 12px;
}
.p-input-icon-left.p-float-label > label {
    left: 2.5rem;
}
.p-float-label > label {
    right: 0.5rem;
    left: unset !important;
}
.p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
}
.p-float-label > label {
    left: 0.75rem;
    color: #6c757d;
    transition-duration: 0.2s;
}
.f-button-sm span, label {
    font-size: 12px !important;
    white-space: nowrap;
}
.p-input-icon-left > .p-inputtext {
    padding-left: 2.5rem;
}
.p-inputtext {
    direction: rtl;
    font-family: "IRANSans" !important;
}
.p-inputtext {
    margin: 0;
}
.p-inputtext {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.75rem 0.75rem;
    border: 1px solid #ced4da;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 6px;
}
.btn-primary-cm.btn-with-icon.w-100 {
    padding-right: 0;
}
.btn-primary-cm.btn-with-icon {
    padding-right: 50px;
}
.btn-primary-cm:hover {
    color: #fff;
}
.btn-primary-cm {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border-radius: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #00a156;
    overflow: hidden;
}
.w-100 {
    width: 100% !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.btn-primary-cm.btn-with-icon::before {
    content: "";
    width: 44px;
    height: 140%;
    position: absolute;
    right: 0;
    top: -10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 60px 0 0 60px;
    transition: all 0.2s ease-in-out;
}
.btn-primary-cm {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border-radius: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #00a156;
    overflow: hidden;
}
    .btn-primary-cm.btn-with-icon i {
        position: absolute;
        right: 10px;
        font-size: 23px;
        top: 7px;
    }


    .btn-primary-cm:hover {
        color: #fff;
    }


    .btn-primary-cm.btn-with-icon:hover::before {
        width: 110%;
    }
    .btn-primary-cm.btn-with-icon::before {
        content: "";
        width: 44px;
        height: 140%;
        position: absolute;
        right: 0;
        top: -10px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 60px 0 0 60px;
        transition: all 0.2s ease-in-out;
    }

.text-green-700 {
    color: #188a42 !important;
}
.text-center {
    text-align: center !important;
}
.modal-header .btn-close {
    margin:0px !important;
}
.p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1.25rem;
}
.p-dialog-title {
    color: #0b7ad1;
    font-weight: 700;
    font-size: 1.25rem;
}
.p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #BFDBFE;
    border-color: #3B82F6;
}
.input-validation-error{
    border:1px solid red;
}
.flex-wrap{
    flex-wrap:wrap;
}

/* Field label styling for proper layout */
.field-label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0.5rem;
}

.field-label h3 {
    margin: 0;
    display: inline-block;
}

/* Fix for RTL layout - ensure proper alignment */
.field-label.rtl {
    flex-direction: row;
    justify-content: flex-start;
}