@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

a, a:hover, a:active, a:focus {
    text-decoration: none
}

html, body {
    background-color: #f5f5f5 !important;
    font-family: 'Vazirmatn UI FD' !important;
    font-feature-settings: "ss01";
    direction: rtl;
   /* overflow: hidden;*/
    overscroll-behavior: none;
    text-align: right;
    color: #040036;
    font-size: 14px;
    min-height: 100vh;
}

a, .btn-link {
    color: #0366d6;
}

.btn-success {
    background-color: #009106;
}

    .btn-success:hover {
        background-color: #38913c;
    }

.content {
    padding-top: 1.1rem;
}

.validation-message {
    color: #ff2a2a;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.logo {
    margin: 0px auto;
    display: block;
    width: fit-content;
}


img.logo {
    max-height: 100px;
}

div.logo {
    color: #2ec4b6;
    font-size: 30px;
    font-weight: 400;
}

.intro1, .intro2, .bgblack {
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 15px;
}

.intro1 {
    background-color: #fff;
    border: 1px solid #d6d2dd;
    border-radius: 20px;
}

.intro2 {
    background: url('../img/back1.jpg') center center;
    color: #fff;
    line-height: 1.9;
    border-radius: 20px;
}

.bgblack {
    background: url('../img/back1.jpg') center center;
    background-color: #242424;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (min-width: 576px) {
    .intro1 {
        border-radius: 20px;
    }
}

@media (min-width: 769px) {

    img.logo {
        max-height: 130px;
    }

    div.logo {
        font-size: 40px;
        font-weight: 500;
    }
}

.showDate {
    direction: ltr;
    text-align: center;
}

.ltr-input {
    direction: ltr;
    text-align: left;
}

.spinner-border {
    width: 1.4rem !important;
    height: 1.4rem !important;
}

.FullBigbtn {
    width: 85%;
    height: 34px;
    line-height: 29px;
}

.bigbtn {
    max-width: 220px;
}

footer {
    display: none;
    position: fixed;
    bottom: 0px;
    background-color: #626262;
    padding: 3px 10px;
    text-align: center;
    width: 100%;
}

@media (min-width: 769px) {
    footer {
        display: block;
    }
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #ffeb00;
    }

.validation-errors {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #d7191952;
    border-radius: 10px;
    box-shadow: 4px 6px 3px #ccc;
}

    .validation-errors li {
        list-style: none;
    }

    .validation-errors .validation-message {
        color: #721c24;
    }

.inputshadow {
    box-shadow: 3px 3px 3px #ccc;
    margin-bottom: 10px;
    transition: box-shadow 0.5s;
}

    .inputshadow:has( .form-control:focus), .inputshadow:has( .form-control:active) {
        box-shadow: 4px 4px 8px #363535;
    }

    .inputshadow:has( .invalid) {
        box-shadow: 3px 3px 2px #ed2033;
    }

.btn {
    transition: all 1s;
    padding: 0.3rem 15px !important;
}

.left {
    float: left;
}

.btn:hover {
    box-shadow: 3px 3px 3px #817e7e;
}


.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none;
}

.form-check-label {
    margin-right: 10px;
    margin-left: 10px;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label,
.form-floating.MultiSelectDiv label {
    transform: scale(.80) translateY(-1rem) translateX(-0.15rem) !important;
    background-color: #fff6;
    width: fit-content;
    padding: 0px 10px !important;
    height: unset;
}

.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1rem !important;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.5rem + 12px) !important;
}

.form-control.invalid {
    border-color: #ef7b72;
}

.form-floating > label {
    padding: 1rem 0.75rem !important;
}

.top-row {
    background-color: #092d45;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: #fff;
}

    .top-row h5 {
        color: #0eca6d;
    }

.btn .oi {
    top: 5px;
    font-size: 18px
}

.categorybox {
    border: 1px solid #ccc;
    border-radius: 8px;
    display: block;
    height: 100%;
    line-height: 25px;
    text-align: center;
    align-items: center;
    transition-duration: 0.4s;
}

    .categorybox.singleLine {
        font-weight: 600;
        font-size: 16px;
        line-height: 50px;
    }

    .categorybox:hover {
        border: 1px solid #555;
        box-shadow: 2px 2px 4px #333;
        cursor: pointer;
    }

    .categorybox img {
        width: 95%;
        margin: 0px auto;
        display: block;
    }

    .categorybox.followed {
        border: 1px solid #009718;
        box-shadow: 4px 4px 4px #22cb26;
    }

.addbtn {
    background-color: #2ec4b6;
    border: 2px solid #81D4FA;
    color: #fff;
    box-shadow: 3px 3px 8px #007166;
    height: 57px;
    display: flex;
    font-size: 16px;
    padding: 15px;
    border-radius: 28px;
    position: fixed;
    bottom: 15px;
    left: 15px;
}

.addbtn1 {
    bottom: 80px;
}

.addbtn2 {
    bottom: 130px;
}

.alert-info {
    border: solid 1px #4b59ff;
    font-weight: 300;
    line-height: 35px;
    text-align: justify;
    color: rgb(59, 64, 69);
    background-color: #c7daf1;
}


    .alert-info b {
        font-weight: 500;
        font-size: larger;
    }

    .alert-info a {
        color: #fff;
        padding: 7px 31px !important;
    }

.datatable {
    width: 100%;
}

    .datatable h3 {
        margin: 15px 15px 0px 0px;
    }

    .datatable tfoot, .datatable thead {
        background-color: #f0f0f0;
        border-radius: 5px;
    }

    .datatable tr {
        border-bottom: 1px solid #ccc;
    }

    .datatable thead tr, .datatable tfoot tr {
        border-bottom: none;
    }

    .datatable td {
        padding: 3px 5px;
        line-height: 36px;
    }

        .datatable td > .checkbox {
            display: block;
        }

    .datatable tr:has( td:hover) {
        box-shadow: 1px 1px 1px #626262;
    }

    .datatable thead tr:has( td:hover), .datatable tfoot tr:has( td:hover) {
        box-shadow: none;
    }

    .datatable tr:has(.checkbox:checked) {
        background-color: #deecf9;
    }



.datatablefoot ul {
    list-style: none;
    margin-bottom: 0px;
    padding-right: 0px;
}

    .datatablefoot ul li {
        display: inline-block;
        width: 28px;
        font-weight: 500;
        margin: 5px 2px;
        cursor: pointer;
        border: 1px solid #626262;
        border-radius: 6px;
        text-align: center;
        line-height: 33px;
    }

        .datatablefoot ul li.active {
            background-color: #ffffff;
            color: #000;
            font-weight: 600;
        }

tfoot ul {
    display: contents !important;
}

td {
    vertical-align: top
}

.searchBtn {
    border: none;
    background-color: transparent;
    padding-top: 5px;
    height: 31px;
}

.filteringrow td {
    padding-top: 8px;
}

header div .bx {
    font-size: 24px;
}

td.hand {
    color: #0366d6;
}

    td.hand:hover {
        text-decoration: underline
    }


.flashing {
    -webkit-animation: flashing 6s infinite linear;
    animation: flashing 6s infinite linear;
}

@keyframes flashing {
    0% {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}


div.autocomplete > div > button {
    width: 0px !important;
    display: none;
}

.autocomplete > .input-group > input {
    padding-right: 10px !important;
    max-width: 100% !important;
    height: calc(2.5rem + 10px) !important;
    border-radius: 0.375rem !important;
}

.autocomplete .input-group {
    margin-top: 3px;
}

.MultiSelectDiv input,
.MultiSelectDiv select {
    border: none !important;
}

.MultiSelectDiv {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

    .MultiSelectDiv:has(input:focus), .MultiSelectDiv:has(select:focus) {
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    }

    .MultiSelectDiv .form-control:focus {
        box-shadow: none !important;
    }

.floating-update-button {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein 2s ease-out;
    z-index: 100;
}

@keyframes fadein {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}

.accordion {
    width: 99%;
    margin-right: 1%;
}

    .accordion.navacc {
        max-width: 196px;
    }

.accordion-button {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    font-weight: 500;
    font-size: calc(0.9rem + 0.5vw);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 10px;
    background-color: #eee;
}

.accordion.navacc .accordion-button {
    color: #afa5d9 !important;
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    font-weight: 400;
    font-size: 14px;
}

.accordion-item {
    background-color: transparent !important;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
    color: #000;
    background-color: #eee;
}

.accordion-button:focus {
    border-color: #d3d3d3 !important;
    box-shadow: unset !important;
}

.accordion-body {
    padding: 8px !important;
    background-color: #ffffff !important;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.navacc .accordion-body {
    padding: 4px 25px !important;
    background-color: #092d45ed !important;
    color: #fff !important;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}

.accordion-body .nav_logo, .accordion-body .nav_link {
    column-gap: 2.5rem !important;
    padding: 0.5rem 1.97rem 0.5rem 0 !important;
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
    width: 10px !important;
    height: 10px !important;
    background-size: contain !important;
}

.hand {
    cursor: pointer
}

.tagchips {
    padding: 4px 7px;
    width: fit-content;
    background-color: #f1f1f1;
    color: #000;
    margin: 0px 2px 15px 2px;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #bfb1b1;
}

    .tagchips i {
        color: red;
    }

.selectedImage {
    border: 1px solid #8BC34A;
    border-radius: 5px;
    padding: 3px;
    background-color: #d6ffa6;
}

div.datatable > div.roow {
    background-color: #fff;
    border: 1px solid #bbc9cf;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.datatablefoot {
    border-top: 1px solid #060606;
    padding: 5px;
}
/*div.datatable div.row {
    margin: 0px 2px 5px -2px !important;
}*/
div.datatable > div.success {
    background-color: #eaffe1;
    border: 1px solid #89ff00;
    border-right: 5px solid #4CAF50;
}

div.datatable > div.roow.fail {
    background-color: #ffeef1;
    border: 1px solid #E91E63;
    border-right: 5px solid #F44336;
}

div.datatable > div.roow.disable {
    color: #b5b3b3;
    background-color: #e9e9e9;
}

div .datatable > div.row.warning {
    background-color: #fff;
    border: 1px solid #FFC107;
    border-right: 5px solid #FFC107;
}

div .leftAction {
    text-align: left;
}

    div.leftAction > a, div.leftAction > i {
        margin-right: 7px;
    }

div.datatable img {
    width: 100%;
    border-radius: 10px;
}

h1, h2, h3, h4 {
    display: contents;
}

alert {
    line-height: 35px;
}

.NoImageBox {
    border-radius: 10px;
    background-color: #dfdfdf;
    width: 65px;
    float: right !important;
    display: block;
    text-align: center;
    padding: 8px 0px;
}

.MobileTab {
    border-bottom: 1px solid #797373;
}

    .MobileTab > button {
        border: 1px solid #797373;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: 1px solid #f5f5f5;
    }

.activeTab {
    border: 1px solid #797373 !important;
    background-color: #797373;
    color: #fff;
}

input:read-only, textarea:read-only {
    background-color: #eee !important;
}

input.text-danger, textarea.text-danger {
    background-color: #ffcbcb !important;
    font-size: large;
}

input.text-success, textarea.text-success {
    background-color: #9bff97 !important;
    font-size: large;
}

.form-check-input:checked {
    background-color: #13fd0d !important;
    border-color: #40bb40 !important;
}

.Dashboard .head {
    margin: 20px 10px 10px 0px;
    border-right: 3px solid #3949AB;
}

.Dashboard .box {
    border: 1px solid rgb(173 206 255);
    margin: 2% 1%;
    border-radius: 15px;
    height: 72px;
    text-align: center;
    font-size: 16px;
    padding: 5px 0px;
    background-color: #f0f8ff;
    color: #040048;
    font-weight: 700;
}

.Dashboard .wind {
    background-color: #fff;
    border-radius: 10px;
}

    .Dashboard .wind > * {
        padding: 5px !important;
    }

.Dashboard .box.danger {
    background-color: #ff9aa3 !important;
}

.Dashboard div.Big {
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 35px 5px;
    border-bottom: 5px solid #a19494;
}

.Dashboard div a {
    color: #000
}

.Dashboard div.Big .comment {
    color: #797373;
    float: left;
}

.Dashboard div.Small {
    border: 1px solid rgba(13,110,253,.25);
    margin: 1%;
    width: 48%;
    float: right;
    border-radius: 15px;
    text-align: center;
    padding: 10px 5px;
    border-bottom: 2px solid rgba(13,110,253,.25);
}

@media (max-width: 575.98px) {
    .Dashboard div.Small {
        width: 31%;
    }
}

.main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 99%;
}

.AddFirst {
    display: block;
    padding: 8px;
    border-radius: 5px;
    background-color: #1b75d0;
    line-height: 40px;
    color: #fff;
    max-width: 300px;
    margin: 5px auto 0px;
}

    .AddFirst .text-info {
        color: #000 !important;
    }

    .AddFirst:hover .text-info {
        color: #130583 !important;
    }

.ant-menu-item:active, .ant-menu-submenu-title:active {
    background: unset !important;
}

.accordion .nav-link {
    margin-top: 4px;
    padding-right: 5px !important;
}

    .sidebar a:hover, .accordion .nav-link:hover {
        color: #1890ff !important;
    }

    .accordion .nav-link:hover {
        border-right: 2px solid #0eca6d;
    }

.filterrow {
    border: 1px solid #a3cfbb;
    background-color: #d1e7dd;
    padding: 6px 0px 2px 0px;
    border-radius: 5px;
}

    .filterrow div {
        padding: 5px !important;
    }

.searchresault {
    z-index: 99999;
    /*top: 100px;*/
    background-color: #E1F5FE;
    margin: 0px 2%;
    width: 95%;
    max-width: 450px;
    position: absolute;
    border-radius: 6px;
    border: 1px solid #3F51B5;
    padding: 3px 5px;
    box-shadow: 3px 3px 13px 0px #000000;
}

textarea {
    height: unset !important
}

.ProductBox {
    border-bottom: 1px solid #959090;
    font-size: 13px;
    color: #817d7d;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.4s;
}

    .ProductBox strong {
        color: #000;
        font-size: 14px;
    }

    .ProductBox > div {
        display: flow-root;
    }

    .ProductBox span {
        float: left;
        color: #000;
    }

    .ProductBox img {
        border-radius: 33px;
        border: 1px solid #ada4a4;
        width: 65px;
        height: 65px;
        float: right;
        margin: 0px 2px 2px 6px;
    }

.smallBtn {
    width: fit-content;
    min-width: unset;
    padding-top: 10px;
}

.EndBtn, .EndBtn2 {
    justify-content: flex-end !important;
    padding: 10px;
    display: flow-root;
}

.EndBtn {
    height: 80px;
}

.EndBtn2 {
    display: flex !important;
}

.EndBtn .btn {
    margin: 2px 5px;
    float: left;
}

.ant-collapse-item:has(input.invalid) > .ant-collapse-header {
    color: red !important;
}

.loading1, .loading {
    width: 100%;
    margin: -1vh -1%;
    padding: 26vh 2%;
    height: 91vh;
    position: absolute;
    color: #000;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    background-color: #f5f5f5;
    text-align: center;
}

.loading1 {
    width: 101%;
    margin: -1vh -1%;
    padding: 26vh 2%;
    height: 101vh;
}

@media (max-width: 769px) {
    .loading {
        height: 93vh;
    }
}

.loading1 span, .loading span {
    background-color: #00fff329;
    border: 3px solid #ffffff;
    box-shadow: 5px 4px 20px #000000;
    border-radius: 9px;
    display: flow;
    padding: 10px 3px;
    width: 85%;
    margin: 0px auto;
    max-width: 500px;
}

.stronger {
    color: #8bc34a !important;
    font-weight: 700
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    white-space: nowrap;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #092d45;
    border-right: 1px solid #000;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    font-size: 18px;
}


    .sidebar a, .ant-menu {
        text-decoration: none;
        color: #fff !important;
    }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        margin-left: 50px;
        cursor: pointer;
        user-select: none;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
    border: none;
    z-index: 999999;
    opacity: 1;
    user-select: none;
}

    .openbtn:hover {
        background-color: transparent;
    }

button:focus {
    outline: none;
}


@media only screen and (max-width:1536px) {
    .sidebar {
        font-size: .85rem;
    }
}

@media only screen and (max-width: 1366px) {
    .sidebar {
        font-size: .85rem;
    }
}


button > span {
    padding: 0 6px 0 0px !important;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1) !important;
}




.nav-item {
    font-size: 0.9rem !important;
}

    .nav-item ::deep a {
        color: #d7d7d7 !important;
        border-radius: 4px !important;
        height: 3rem !important;
        display: flex !important;
        align-items: center !important;
        line-height: 3rem !important;
    }



        .nav-item ::deep a.active {
            background-color: rgba(255,255,255,0.25) !important;
            color: white !important;
        }

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1) !important;
            color: white !important;
        }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        display: block;
    }
}

.accordion-item:has(input.invalid) .accordion-button, .accordion-item:has(div.validation-message) .accordion-button {
    -webkit-animation: BlinkBackground 3s infinite; /* Safari 4+ */
    -moz-animation: BlinkBackground 3s infinite; /* Fx 5+ */
    -o-animation: BlinkBackground 3s infinite; /* Opera 12+ */
    animation: BlinkBackground 3s infinite; /* IE 10+, Fx 29+ */
}



@keyframes BlinkBackground {
    0%, 49% {
        background-color: #f8d7da;
    }

    50%, 100% {
        background-color: #eee;
    }
}

.input-group-text a, .input-group-text div {
    width: 26px;
    padding: 6px 0px;
    color: #198754;
    font-size: 17px;
}

.NotFound {
    position: absolute;
    z-index: 9;
    padding: 1.5rem;
    text-align: center;
    -moz-animation: hideAnimation 0s ease-in 5s forwards;
    -webkit-animation: hideAnimation 0s ease-in 5s forwards;
    -o-animation: hideAnimation 0s ease-in 5s forwards;
    animation: hideAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes hideAnimation {
    to {
        width: 0;
        height: 0;
        padding: 0;
        border-width: 0px;
        overflow: hidden;
    }
}

@-webkit-keyframes hideAnimation {
    to {
        width: 0;
        height: 0;
        padding: 0;
        border-width: 0px;
        visibility: hidden;
    }
}

.alert-warning {
    border-color: #d7c100;
    background-color: #fff9c2;
    color: #470000;
    font-size: 14px;
    line-height: 32px;
}

    .alert-warning::before {
        content: "\f334";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: normal !important;
        font-variant: normal;
        font-size: 25px;
        color: #670000;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

label > em {
    color: red;
    font-size: 18px;
}

.pageTitle {
    color: #ffffff;
    line-height: 45px;
    position: fixed;
    top: 0px;
    z-index: 1021;
    font-size: 16px;
}

@media (min-width: 992px) {
    .pageTitle {
        right: 5%;
    }
}

@media (min-width: 768px) {
    .pageTitle {
        right: 6%;
    }
}

@media (max-width: 767.98px) {

    .pageTitle {
        right: 8%;
    }
}

@media (max-width: 575.98px) {
    .pageTitle {
        right: 10%;
    }
}

.comLogo {
    color: #000;
    background-color: #fff;
    min-height: 150px
}

    .comLogo a {
        text-align: center;
        color: #000 !important;
    }

    .comLogo img {
        margin: 0px auto;
        display: block;
        border-radius: 20px;
    }

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection--single {
    padding: 1rem .5rem 1rem 2.25rem !important;
}

.select2-container .select2-selection--single {
    height: 51px !important;
}

.form-select-sm ~ .select2-container--bootstrap-5 .select2-selection,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,
.form-select-sm ~ .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: 14px !important;
}

.ant-menu-submenu-selected {
    color: #577896 !important;
}

.ant-menu {
    background: #092d45 !important;
    text-align: right;
    color: #fff;
}

    .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
        background-color: #0d5586 !important;
    }

.red {
    color: red;
}

.green {
    color: green;
}

.black {
    color: black;
}

.bi {
    font-size: 24px;
}

@media (max-width: 575.98px) {

    .bi {
        font-size: 26px;
    }

    .addbtn .bi {
        font-size: 31px;
        margin-top: -3px;
        padding: 0px;
        display: inline-flex;
        color: #ffffff !important;
    }

        .addbtn .bi.hasText {
            padding: 0px 0px 0px 7px !important;
        }
}

.ant-menu-item {
    padding-right: 30px !important;
}

.ant-input-number {
    width: 100% !important
}

.select > label {
    transform: scale(.80) translateY(-1rem) translateX(-0.15rem) !important;
    background-color: #fff6 !important;
    width: fit-content !important;
    padding: 0px 10px !important;
    height: unset !important;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 40px !important
}

.ant-select-selector {
    height: 40px;
}

.ant-message .anticon {
    font-size: 24px !important;
}

.ant-message {
    font-size: 16px !important;
    z-index: 9999 !important;
    top: 45px !important
}

.ant-message-notice-content:has(.ant-message-success) {
    background-color: green !important;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    direction: rtl;
}

.ant-message-notice-content:has(.ant-message-error) {
    background-color: #d70000 !important;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    direction: rtl;
}

.ant-message-notice-content:has(.ant-message-warning) {
    background-color: #FFEE58 !important;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    direction: rtl;
}

.ant-message-warning .anticon {
    color: #ff002d !important;
}

.ant-message-success .anticon {
    color: #fff !important;
}

.ant-message-error .anticon {
    color: #fff !important
}

.ant-menu-sub.ant-menu-inline {
    background: #2a2f33 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400 !important;
    color: unset !important;
}

.ant-switch-inner {
    font-size: 14px !important;
}

.plate-Show {
    padding-right: 1px !important;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/plate.png");
    background-color: #f7d600;
}

    .plate-Show > div {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-top: 5px;
    }

.plate-form {
    background-image: url("../img/plate.png");
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin: auto;
    display: block;
    border-radius: 5px;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    .plate-form > * {
        top: 50%;
        height: 80%;
        border: none;
        color: inherit;
        outline: none;
        border-radius: 5px;
        position: absolute;
        text-align: center;
        background: transparent;
        border: 1px solid #f0f0f0;
        transform: translateY(-50%);
    }

.segment1 {
    left: 11%;
    width: 17%;
    direction: ltr;
}

.char {
    left: 29%;
    width: 26%;
    padding-right: 15px;
}

.segment2 {
    left: 56%;
    width: 20%;
    direction: ltr;
}

.iran {
    top: 60%;
    right: 2%;
    width: 18%;
    height: 55% !important;
    direction: ltr;
}

.ant-input-number-rtl .ant-input-number-input {
    text-align: left !important;
}

form > div.card {
    margin-bottom: 10px;
}

    form > div.card:first-of-type {
        margin-top: 5px;
    }

form > div:nth-last-of-type(2) {
    margin-bottom: 5px;
}

@media (max-width: 575.98px) {

    form > div:nth-last-of-type(2), form div.ant-collapse-item:nth-last-of-type(1) {
        margin-bottom: 50px;
    }

    .lastDivOnPage150 {
        margin-bottom: 150px !important;
    }

    .lastDivOnPage100 {
        margin-bottom: 100px !important;
    }

    .lastDivOnPage50 {
        margin-bottom: 50px !important;
    }

    .EndBtn {
        position: fixed;
        left: 0;
        bottom: 0;
        height: unset;
        right: 0;
        z-index: 1030;
    }
}

.notLoad {
    background-color: #ddd !important;
}

.canload {
    background-color: #bcffb2 !important;
}
.greencard {
    border-color: #9CCC65 !important;
    background-color: #e5ffc7 !important;
}

    .greencard .card-header {
        background-color: #9CCC65 !important;
    }