:root {
    --blue: #2A3D7B;
    --gray: #707670;
    --green: #207A11;
}

@font-face {
    font-family: IRANSans;
    src: url('../../lib/font/IRANSans.ttf');
}

* {
    direction: rtl;
    font-family: IRANSans;
}

.w-10 {
    width: 10%;
}

.border-radius-03rem {
    border-radius: 0.3rem;
}

.main-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 6rem;
}

.line-h-3rem {
    line-height: 3rem;
}

.header-div {
    background-color: var(--blue);
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 4rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.w-60 {
    width: 60%;
}

.blue-btn:hover {
    color: white;
}

.body-div {
    display: flex;
    flex-direction: row;
    height: fit-content;
    justify-content: center;
}

.table-responsive {
    display: flex;
    justify-content: center;
    /*min-height: 30rem;*/
}

.sidebar-div {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    background: #FFFFFF;
    box-shadow: -4px -3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px 0px 0px 0px;
    width: 20%;
}

.w-20 {
    width: 20%;
}

.pr-4 {
    padding-right: 3rem;
}

.b-t-b {
    border-bottom: 2px solid var(--blue);
    padding: 1.5rem;
    color: black;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.w-31 {
    width: 31% !important;
}

.b-t-b:hover {
    background-color: var(--blue);
    color: white;
}

.s-green-btn {
    background-color: #007200;
    color: white;
    padding: 0.6rem;
    border-radius: 1rem;
    text-decoration: none;
    width: 10rem;
    text-align: center;
}

.s-green-btn:hover {
    color: white;
}

.green-btn {
    background-color: #007200;
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    text-decoration: none;
    width: 10rem;
    text-align: center;
}

.max-w-60rem {
    max-width: 60rem;
}

.main {
    /* box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.25); */
    width: 80%;
    margin: 1rem;
    padding: 1rem;
    height: 100vh;
}

.max-w-40rem {
    max-width: 40rem !important;
}

.border-bottom-table {
    border-bottom: 1px solid white;
}

.border-left-table {
    border-left: 1px solid white;
}

.text-left {
    text-align: left;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.green-btn:hover {
    background-color: var(--green);
    padding: 0.6rem;
    border-radius: 1rem;
    color: white;
    text-decoration: none;
}

.overflow-x-auto {
    overflow-x: auto;
}

.d-ltr {
    direction: ltr;
}

.table-column-1 {
    width: 25%;
    border-left: 1px solid white;
}

.request-modal {
    background-color: #2A3D7B;
    color: white;
    padding: 2.5rem;
    line-height: 3rem;
}

.white-space-nowrap {
    white-space: nowrap;
}

.mt-6 {
    margin-top: 4rem;
}

.table-column-2 {
    width: 25%;
    border-left: 1px solid white;
}

.table-column-3 {
    width: 25%;
    border-left: 1px solid white;
}

.table-column-4 {
    width: 25%;
}

.h-80vh {
    height: 80vh;
}

.table-row {
    display: flex;
}

.table > :not(caption) > * > * {
    text-align: center !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap;
}

.div-table {
    background: rgba(42, 61, 123, 0.91);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    color: white;
    width: 80rem;
    height: fit-content;
}

@media (min-width: 320px) and (max-width: 480px) {

    .div-table {
        width: 23rem;
    }
    
    .status-box {
      
    }
  
}

.container-fluid {
    direction: rtl;
}

@media only screen and (max-width:450px) {
    .b-t-b {
        font-size: 10px !important;
        /*padding-bottom: 0.7rem !important;*/
        padding: 0.5rem !important;
    }

    .sidebar-div {
        gap: 0.4rem !important;
    }
}

@media only screen and (max-width:520px) {
    .main {
        width: 60% !important;
    }

    .s-fit-svg {
        height: fit-content;
    }
}

@media only screen and (max-width:700px) {
    .main {
        width: 70%;
    }
}

@media only screen and (max-width:690px) {
    .sidebar-div {
        width: 30% !important;
    }
}

@media only screen and (max-width:930px) {
    .sidebar-div {
        padding: 0.5rem !important;
    }

    .b-t-b {
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width:992px) {
    .container-fluid {
        direction: ltr;
    }

    .responsive-sidebar {
        flex-direction: column !important;
        text-align: center;
        width: 100%;
        gap: 1rem;
    }
}

.w-62 {
    width: 62% !important;
}

.gap-10 {
    gap: 10rem;
}

.h-4rem {
    height: 4rem;
}

.w-63 {
    width: 63% !important;
}

.w-30 {
    width: 30%;
}

.w-50 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

.title-input {
    font-weight: bolder;
    color: #2A3D7B;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 50rem !important;
    }
}

.input-text {
    border: none;
    box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.25);
    border-radius: 1rem;
    padding: 1rem;
}

.b-r-2 {
    border-radius: 2rem !important;
}

.w-70 {
    width: 70%;
}

.carousel-inner {
    max-height: 30rem;
}

a {
    cursor: pointer;
}

.w-13rem {
    width: 13rem !important;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.s-blue-btn:hover {
    background-color: #2A3D7B;
    color: white;
    padding: 0.6rem;
    border-radius: 1rem;
    text-decoration: none;
    width: 10rem;
    text-align: center;
}

.s-blue-btn {
    background-color: #2A3D7B;
    color: white;
    padding: 0.6rem;
    border-radius: 1rem;
    text-decoration: none;
    width: 10rem;
    text-align: center;
}

.w-64 {
    width: 64%;
}

.w-47 {
    width: 47%;
}

.div-obj {
    background-color: #7B2A73;
    border-radius: 2rem;
    position: relative;
    padding: 2rem;
    width: 17rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-input-file {
    width: 19rem;
}

.w-61 {
    width: 61%;
}

.div-obj-absolute {
    position: absolute;
}

.w-fit {
    width: fit-content;
}

.b-r-1 {
    border-radius: 1rem;
}

.w-34 {
    max-width: 34rem;
    width: 100%;
}

.shadow-div {
    box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.25);
}

.gray-btn:hover {
    background-color: #707670;
    color: white;
    padding: 0.6rem;
    border-radius: 1rem;
    text-decoration: none;
    width: 10rem;
    text-align: center;
}

.gray-btn {
    background-color: #707670;
    color: white;
    padding: 0.6rem;
    border-radius: 1rem;
    text-decoration: none;
    width: 10rem;
    text-align: center;
}

.display-none {
    display: none;
}

.activeSidebarItem {
    color: white !important;
    background-color: #2A3D7B !important;
}

.display-block {
    display: block;
}

.blue-btn {
    background-color: #2A3D7B;
    color: white;
    padding: 1rem;
    border-radius: 1rem;
    text-decoration: none;
    min-width: 18rem;
    text-align: center;
    white-space: nowrap;
}

.blue-btn:hover {
    cursor: pointer !important;
}


.blue-btn label:hover {
    cursor: pointer !important;
}

.text-red {
    color: red;
}

.w-66 {
    width: 66% !important;
}

.w-45 {
    width: 45% !important;
}

.red-btn {
    background-color: #CA3C55;
    color: white;
    padding: 1.45rem;
    border-radius: 1rem;
    text-decoration: none;
    min-width: 13rem;
    text-align: center;
}

.status-box:hover {
    color: white;
}

.status-box {
    width: 50%;
    height: 10rem;
    border-radius: 2rem;
    display: grid;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    min-width: 13rem !important;
    margin: 5% auto;
}

.b-r-1 {
    border-radius: 1rem !important;
}

.bg-paleGreen {
    background: #207A11;
}

.bg-darkGreen {
    background: #195010;
}

.bg-paleBlue {
    background: #3355C3;
}

.bg-darkBlue {
    background-color: #2A3D7B;
}

.bg-palePurple {
    background: #AB1C9D;
}

.bg-darkPurple {
    background: #7B2A73;
}

.bg-darkPink {
    background: #CA3C55;
}

.bg-palePink {
    background: #EC3556;
}

.border-top-none {
    border-top: none;
}

.border-bottom-none {
    border-bottom: none;
}

.border-left-none {
    border-left: none;
}

.border-right-none {
    border-right: none;
}

.hide {
    display: none;
}

.relative {
    position: relative;
}

.close-table-icon {
    position: absolute;
    z-index: 999;
    left: 0.5rem;
    top: 0.5rem;
}

.table-responsive .block {
    display: block;
}

.w-18rem {
    width: 18rem;
}

.relative {
    position: relative;
}

.opacity-0 {
    opacity: 0;
}

.z-index-max {
    z-index: 99999999;
}

.modal-body {
    white-space: normal;
}

.absolute {
    position: absolute;
}

.w-10rem {
    width: 10rem;
}

.document-des {
    color: #1da74e;
    font-weight: bold;
}

.display-none {
    display: none;
}

.w-18rem {
    width: 18rem;
}

.captcha-refresh {
    content: '&#x21bb;';
}

.blue-color {
    color: #2A3D7B !important;
}

.border-radius-form {
    border-radius: 0.4rem !important;
}

.div-request {
    background-color: #7B2A73;
    border-radius: 2rem;
    position: relative;
    padding: 0.5rem;
    width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem !important;
}

.line-h-2rem {
    line-height: 2rem;
}

.title-request {
    font-size: 18px;
    color: #002B64;
    text-align: center;
}

#carousel-parent {
    position: relative;
    bottom: 35px;
}

.m-h-8rem {
    max-height: 5rem !important;
}

.obj-lotus {
    height: 100%;
    /*min-width: 12rem;*/
}

.overflow-y-auto {
    overflow-y: auto;
}

.obj-lotus svg {
    height: 100%;
    min-width: 13rem
}

.requests-items-box {
    display: flex;
    justify-content: space-evenly;
}

.m-h-document-input {
    min-height: 3.5rem !important;
}

.gap-request-box {
    gap: 15rem;
}

.sm-item {
    display: none;
}

@media screen and (max-width: 530px) {
    .div-obj {
        width: 85% !important;
        padding: 1rem !important;
    }

    .obj-lotus svg {
        height: 100%;
        min-width: 100%;
    }

    .f1 div {
        /*margin: 0.5rem !important;*/
        /*padding: 2rem !important;*/
    }

    .change-step {
        width: 60% !important;
    }

    .sm-item {
        display: block !important;
    }


    .logout-btn, .login-btn {
        margin-top: 0.9rem;
    }

    .requiredFormBox div {
        padding: 1rem !important;
        width: 13rem !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .requiredFormBox {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
}

@media screen and (max-width: 720px) {
    .change-step-box {
        flex-direction: column !important;
        gap: 1rem !important;
    }

    
    .register-row {
        gap: 1rem;
    }

    .gap-request-box {
        gap: 5% !important;
    }

    #actualUserBox div {
        flex-direction: column !important;
    }

    #actualUserBox div div {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .contactUs-page, .aboutUs-page {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }

    .contactUs-box, .aboutUs-box {
        width: 100% !important;
        order: 2;
        padding-top: 0 !important;
    }

    .contactUs-icon, .aboutUs-icon {
        order: 1;
        width: 100% !important;
        /*display: none !important;*/
    }

    .sidebar-div {
        display: none !important;
    }

    .main {
        width: 100% !important;
    }
}

@media screen and (max-width: 1124px) {
    .request-document-boxitem p {
        margin-top: 0 !important;
    }

    .main {
        padding: 0 !important;
    }

    #legalUserBox div {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .request-document-box div {
        width: 90% !important;
    }

    .request-document-box {
        flex-direction: column !important;
        padding: 0.5rem;
        align-items: center !important;
        gap: 1rem !important;
    }

    .requests-items-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .w-input-file, .w-input-file a {
        width: 100% !important;
    }

    .gap-request-box a {
        text-align: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .UserRequestBox {
        padding: 0.5rem !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 1125px) {
    .table-responsive {
        min-height: 30rem !important;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .wrapper {
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
    }

    .header-rapper {
        display: inline-grid;
        grid-template-columns: 1fr;
    }
}
