@charset "UTF-8";

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 300;
    src: url("../font/iranyekan/IRANYekan-Light.woff2") format("woff2"),
    url("../font/iranyekan/IRANYekan-Light.woff") format("woff");
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 400;
    src: url("../font/iranyekan/IRANYekan-Regular.woff2") format("woff2"),
    url("../font/iranyekan/IRANYekan-Regular.woff") format("woff");
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 500;
    src: url("../font/iranyekan/IRANYekan-Medium.woff2") format("woff2"),
    url("../font/iranyekan/IRANYekan-Medium.woff") format("woff");
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 700;
    src: url("../font/iranyekan/IRANYekan-Bold.woff2") format("woff2"),
    url("../font/iranyekan/IRANYekan-Bold.woff") format("woff");
}

@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 900;
    src: url("../font/iranyekan/IRANYekan-ExtraBold.woff2") format("woff2"),
    url("../font/iranyekan/IRANYekan-ExtraBold.woff") format("woff");
}

:root,
[data-bs-theme=light] {
    --bs-btn-hover-color: #fff;
    --bs-blue: #63B3ED;
    --bs-indigo: #596CFF;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #F56565;
    --bs-orange: #fd7e14;
    --bs-yellow: #FBD38D;
    --bs-green: #81E6D9;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #525252;
    --bs-gray-dark: #262626;
    --bs-gray-100: #f5f5f5;
    --bs-gray-200: #e5e5e5;
    --bs-gray-300: #d4d4d4;
    --bs-gray-400: #a3a3a3;
    --bs-gray-500: #737373;
    --bs-gray-600: #525252;
    --bs-gray-700: #404040;
    --bs-gray-800: #262626;
    --bs-gray-900: #171717;
    --bs-primary: #e91e63;
    --bs-secondary: #737373;
    --bs-success: #4CAF50;
    --bs-info: #1A73E8;
    --bs-warning: #fb8c00;
    --bs-danger: #F44335;
    --bs-light: #e5e5e5;
    --bs-dark: #262626;
    --bs-dark-gold: #1A237E;
    --bs-primary-rgb: 19, 47, 83;
    --bs-secondary-rgb: 115, 115, 115;
    --bs-success-rgb: 76, 175, 80;
    --bs-info-rgb: 26, 115, 232;
    --bs-warning-rgb: 251, 140, 0;
    --bs-danger-rgb: 244, 67, 53;
    --bs-light-rgb: 229, 229, 229;
    --bs-dark-rgb: 38, 38, 38;
    --bs-white-rgb: 255, 255, 255;
    --bs-dark-gold-rgb: 26, 35, 126;
    --bs-primary-text-emphasis: rgb(93.2, 12, 39.6);
    --bs-secondary-text-emphasis: #2e2e2e;
    --bs-success-text-emphasis: rgb(30.4, 70, 32);
    --bs-info-text-emphasis: rgb(10.4, 46, 92.8);
    --bs-warning-text-emphasis: rgb(100.4, 56, 0);
    --bs-danger-text-emphasis: rgb(97.6, 26.8, 21.2);
    --bs-light-text-emphasis: #404040;
    --bs-dark-text-emphasis: #404040;
    --bs-primary-bg-subtle: rgb(250.6, 210, 223.8);
    --bs-secondary-bg-subtle: #e3e3e3;
    --bs-success-bg-subtle: rgb(219.2, 239, 220);
    --bs-info-bg-subtle: rgb(209.2, 227, 250.4);
    --bs-warning-bg-subtle: rgb(254.2, 232, 204);
    --bs-danger-bg-subtle: rgb(252.8, 217.4, 214.6);
    --bs-light-bg-subtle: #fafafa;
    --bs-dark-bg-subtle: #a3a3a3;
    --bs-primary-border-subtle: rgb(246.2, 165, 192.6);
    --bs-secondary-border-subtle: #c7c7c7;
    --bs-success-border-subtle: rgb(183.4, 223, 185);
    --bs-info-border-subtle: rgb(163.4, 199, 245.8);
    --bs-warning-border-subtle: rgb(253.4, 209, 153);
    --bs-danger-border-subtle: rgb(250.6, 179.8, 174.2);
    --bs-light-border-subtle: #e5e5e5;
    --bs-dark-border-subtle: #737373;
    --bs-black-rgb: 10, 10, 10;
    --bs-font-sans-serif: Inter, Helvetica, Arial, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #737373;
    --bs-body-color-rgb: 115, 115, 115;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #0a0a0a;
    --bs-emphasis-color-rgb: 10, 10, 10;
    --bs-secondary-color: rgba(115, 115, 115, 0.75);
    --bs-secondary-color-rgb: 115, 115, 115;
    --bs-secondary-bg: #e5e5e5;
    --bs-secondary-bg-rgb: 229, 229, 229;
    --bs-tertiary-color: rgba(115, 115, 115, 0.5);
    --bs-tertiary-color-rgb: 115, 115, 115;
    --bs-tertiary-bg: #f5f5f5;
    --bs-tertiary-bg-rgb: 245, 245, 245;
    --bs-heading-color: #262626;
    --bs-link-color: #e91e63;
    --bs-link-color-rgb: 233, 30, 99;
    --bs-link-decoration: none;
    --bs-link-hover-color: #e91e63;
    --bs-link-hover-color-rgb: 233, 30, 99;
    --bs-link-hover-decoration: none;
    --bs-code-color: #d63384;
    --bs-highlight-color: #737373;
    --bs-highlight-bg: #fcf8e3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #d4d4d4;
    --bs-border-color-translucent: rgba(10, 10, 10, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.125rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 0.75rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --bs-box-shadow-sm: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.12);
    --bs-box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(10, 10, 10, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(233, 30, 99, 0.25);
    --bs-form-valid-color: #66d432;
    --bs-form-valid-border-color: #66d432;
    --bs-form-invalid-color: #fd5c70;
    --bs-form-invalid-border-color: #fd5c70;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #d4d4d4;
    --bs-body-color-rgb: 212, 212, 212;
    --bs-body-bg: #171717;
    --bs-body-bg-rgb: 23, 23, 23;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(212, 212, 212, 0.75);
    --bs-secondary-color-rgb: 212, 212, 212;
    --bs-secondary-bg: #262626;
    --bs-secondary-bg-rgb: 38, 38, 38;
    --bs-tertiary-color: rgba(212, 212, 212, 0.5);
    --bs-tertiary-color-rgb: 212, 212, 212;
    --bs-tertiary-bg: rgb(30.5, 30.5, 30.5);
    --bs-tertiary-bg-rgb: 31, 31, 31;
    --bs-primary-text-emphasis: rgb(241.8, 120, 161.4);
    --bs-secondary-text-emphasis: #ababab;
    --bs-success-text-emphasis: rgb(147.6, 207, 150);
    --bs-info-text-emphasis: rgb(117.6, 171, 241.2);
    --bs-warning-text-emphasis: rgb(252.6, 186, 102);
    --bs-danger-text-emphasis: rgb(248.4, 142.2, 133.8);
    --bs-light-text-emphasis: #f5f5f5;
    --bs-dark-text-emphasis: #d4d4d4;
    --bs-primary-bg-subtle: rgb(46.6, 6, 19.8);
    --bs-secondary-bg-subtle: #171717;
    --bs-success-bg-subtle: rgb(15.2, 35, 16);
    --bs-info-bg-subtle: rgb(5.2, 23, 46.4);
    --bs-warning-bg-subtle: rgb(50.2, 28, 0);
    --bs-danger-bg-subtle: rgb(48.8, 13.4, 10.6);
    --bs-light-bg-subtle: #262626;
    --bs-dark-bg-subtle: #181818;
    --bs-primary-border-subtle: rgb(139.8, 18, 59.4);
    --bs-secondary-border-subtle: #454545;
    --bs-success-border-subtle: rgb(45.6, 105, 48);
    --bs-info-border-subtle: rgb(15.6, 69, 139.2);
    --bs-warning-border-subtle: rgb(150.6, 84, 0);
    --bs-danger-border-subtle: rgb(146.4, 40.2, 31.8);
    --bs-light-border-subtle: #404040;
    --bs-dark-border-subtle: #262626;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(241.8, 120, 161.4);
    --bs-link-hover-color: rgb(244.44, 147, 180.12);
    --bs-link-color-rgb: 242, 120, 161;
    --bs-link-hover-color-rgb: 244, 147, 180;
    --bs-code-color: rgb(230.4, 132.6, 181.2);
    --bs-highlight-color: #d4d4d4;
    --bs-highlight-bg: rgb(235.94, 198.34, 132.54);
    --bs-border-color: #404040;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: rgb(134.04, 231, 218.52);
    --bs-form-valid-border-color: rgb(134.04, 231, 218.52);
    --bs-form-invalid-color: rgb(245.4, 107.16, 107.16);
    --bs-form-invalid-border-color: rgb(245.4, 107.16, 107.16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: "IRANYekan";
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: justify;
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(10, 10, 10, 0);
}

header {
    height: 56px;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 4px;
}

.contentpane {
    overflow: hidden;
}

.mainmenu-area {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 56px;
}

.navbar {
    height: 56px;
}

.nav-pills {
    --bs-nav-pills-border-radius: 0.75rem;
    --bs-nav-pills-link-active-color: #262626;
    --bs-nav-pills-link-active-bg: #fff;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

.nav.nav-pills .nav-link .material-symbols-rounded {
    top: 3px;
}

.nav.nav-pills, .bg-myself {
    background: #f5f5f5;
    border-radius: 0.75rem;
    position: relative;
}

.nav.nav-pills.nav-pills-vertical {
    border-radius: 1.1875rem;
}

.nav.nav-pills.nav-pills-vertical .nav-link.active {
    border-radius: 0.875rem;
}

.nav.nav-pills .nav-link {
    z-index: 3;
    color: #262626;
    border-radius: 0.5rem;
    background-color: inherit;
}

.nav.nav-pills .nav-link.active {
    animation: 0.2s ease;
}

.nav.nav-pills .nav-link:hover:not(.active) {
    color: #262626;
}

.nav.nav-pills.nav-pills-primary {
    background: #fff;
    color: #fff;
}

.nav.nav-pills.nav-pills-primary .nav-link.active {
    color: #fff;
}

.nav.nav-pills.nav-pills-primary .moving-tab .nav-link.active {
    background: #EC407A;
    color: #EC407A;
}

.nav.nav-pills.nav-pills-info {
    background: #fff;
    color: #fff;
}

.nav.nav-pills.nav-pills-info .nav-link.active {
    color: #fff;
}

.nav.nav-pills.nav-pills-info .moving-tab .nav-link.active {
    background: #49a3f1;
    color: #49a3f1;
}

.nav.nav-pills.nav-pills-success {
    background: #fff;
    color: #fff;
}

.nav.nav-pills.nav-pills-success .nav-link.active {
    color: #fff;
}

.nav.nav-pills.nav-pills-success .moving-tab .nav-link.active {
    background: #66BB6A;
    color: #66BB6A;
}

.nav.nav-pills.nav-pills-warning {
    background: #fff;
    color: #fff;
}

.nav.nav-pills.nav-pills-warning .nav-link.active {
    color: #fff;
}

.nav.nav-pills.nav-pills-warning .moving-tab .nav-link.active {
    background: #FFA726;
    color: #FFA726;
}

.nav.nav-pills.nav-pills-danger {
    background: #fff;
    color: #fff;
}

.nav.nav-pills.nav-pills-danger .nav-link.active {
    color: #fff;
}

.nav.nav-pills.nav-pills-danger .moving-tab .nav-link.active {
    background: #EF5350;
    color: #EF5350;
}

.nav.nav-pills .nav-item {
    z-index: 3;
}

.nav-pills .nav-item.active {
    padding: 0 4px;
}

.nav-pills .nav-item.active .nav-link {
    color: #fff !important;
    background-color: #0d6efd;
}

.nav.nav-pills .nav-link {

}

aside {
    transition: all 0.5s ease;
    min-width: 300px;
}

.rtl aside {
    margin-right: -315px;
}

.ltr aside {
    margin-left: -315px;
}

aside.collapsed {
    margin-right: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 86%;
    margin: 3px;
    margin-bottom: 5px;
    position: relative;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.2em;
}

.navbar-toggler.collapsed span:nth-child(1) {
    transform: translate(6px, -3px) rotate(45deg);
}

.navbar-toggler.collapsed span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.collapsed span:nth-child(3) {
    transform: translate(5px, 4px) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.footer-mobile {
    display: none;
}

.width-height-25px {
    width: 25px;
    height: 25px;
}

.width-height-40px {
    width: 40px;
    height: 40px;
}

.width-height-45px {
    width: 45px;
    height: 45px;
    line-height: 38px;
    text-align: center;
}

.height-40px {
    height: 40px;
    max-height: 40px;
    line-height: 35px;
    text-align: center;
}

.height-45px {
    height: 45px;
    max-height: 45px;
    line-height: 38px;
    text-align: center;
}

.dropdown-toggle::after {
    position: absolute;
    left: 0;
    top: 0;
}

.pagelogin #system-message-container {
    position: absolute;
    top: 50px;
}

@media (max-width: 500px) {
    header {
        top: 0;
        z-index: 1000000;
    }

    aside {
        position: absolute;
        z-index: 10000;
        width: 90%;
        background-color: #0f0c0c87;
        top: 65px;
    }

    .mainmenu-area {
    }

    .rtl aside {
        right: 0;
    }

    .ltr aside {
        left: 0;
    }

    .rtl aside.hide {
        margin-right: -415px;
    }

    .ltr aside.hide {
        margin-left: -415px;
    }

    .footer-mobile {
        display: block !important;
        position: sticky !important;
        bottom: 0 !important;
        z-index: 999999 !important;
    }

    .footer-mobile .flex-column {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1px;
        column-gap: 1px;
        flex-direction: row !important;
        border-radius: 0 !important;
    }

    .footer-mobile .flex-column li {
        flex: 1 1 auto;
        padding: 5px;
        border: 1px solid rgb(96 139 168);
        border-radius: 5px;
        background-color: rgb(96 139 168 / 0.2);
        text-align: center;
    }

    .navbar-toggler {
        margin-top: 0;
    }
}

.width-3r {
    width: 3rem;
}

.dropdown-menu {
    min-width: 300px !important;
}

.rtl .dropdown-menu {
    left: 0;
    right: auto !important;
    top: 42px;
}

img {
    max-width: 100%;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #6a85b6;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(106, 133, 182, 0.5), rgba(186, 200, 224, 0.5));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(4, 57, 152, 0.5), rgba(189, 131, 9, 0.87))
}

.content-page .dahboard-box {
    border-radius: 20px;
    background: #002349;
    position: relative;
}

.content-page .dahboard-box-inner {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.content-page .dahboard-box::after, .content-page .dahboard-box::before {
    content: "";
    background: #284486;
    filter: blur(30px);
    position: absolute;
    right: 29px;
    bottom: 14px;
    width: 92px;
    height: 90px;
}

.content-page .dahboard-box::before {
    right: unset;
    bottom: unset;
    top: 9px;
    left: 0;
    width: 122px;
    height: 119px;
}

.content-page .dahboard-box .box-num {
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Anjoman-SemiBold";
}

.content-page .dahboard-box .box-title {
    font-size: 16px;
    color: #CCCCCC;
    font-family: "Anjoman-Regular";
}

.content-page .dahboard-box .box-link {
    font-size: 14px;
    color: #FFFFFF;
    font-family: "Anjoman-Regular";
    border-radius: 8px;
    border: 1px solid #2D4786;
    padding: 8px 16px 10px 16px;
    flex-grow: 1;
    transition: all 0.2s linear;
}

.content-page .dahboard-box .box-link:hover {
    background: #2D4786;
    color: #fff;
}

.content-page .dahboard-box .box-icon span {
    font-size: 42px;
    color: #fff;
}

.content-page .dahboard-box.Geram18, .bg-Geram18 {
    background: #DDAA2D;
}

.content-page .dahboard-box.Geram18::after, .content-page .dahboard-box.Geram18::before {
    background: #F8D57F;
    filter: blur(40px);
}

.content-page .dahboard-box.Geram18 .box-link, .border-Geram18 {
    border: 1px solid #F8D57F;
}

.content-page .dahboard-box.Geram18 .box-link:hover {
    background: #F8D57F;
    color: #fff;
}

.content-page .dahboard-box.Geram18 .box-title {
    color: #EBF4FF;
}

.content-page .dahboard-box.SLV999, .SLV999 {
    background: #8E8E8E;
}

.content-page .dahboard-box.SLV999::after, .content-page .dahboard-box.SLV999::before {
    background: #CDCDCD;
    filter: blur(40px);
}

.content-page .dahboard-box.SLV999 .box-link, .border-SLV999 {
    border: 1px solid #CDCDCD;
}

.content-page .dahboard-box.SLV999 .box-link:hover {
    background: #CDCDCD;
    color: #fff;
}

.content-page .dahboard-box.SLV999 .box-title {
    color: #EBF4FF;
}


.AZ-img-container {
    position: relative;
    overflow: hidden;
    display: block;
}

.AZ-img-container::after {
    content: "";
    display: block;
}

.AZ-img-container .AZ-img-container-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AZ-img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.AZ-styled-select {
    width: 100%;
    min-height: 48px;
    border-radius: 10px;
    border: 1px solid #E3E1E1;
    background: #FFF;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.AZ-styled-select::before {
    content: "\e91b";
    font-family: "icomoon";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    color: #C4CDD5;
}

.AZ-styled-select select {
    font-size: 14px;
    padding: 0 10px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    font-family: "Anjoman-Regular";
    height: 100%;
    width: 100%;
    color: #BBBBBB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.AZ-Base-btn {
    font-size: 16px;
    font-family: "Anjoman-Regular";
    cursor: pointer;
    height: 45px;
    padding: 8px 16px 10px 16px;
    border: 0;
    transition: all 0.2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .7), 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.AZ-bg-blue {
    background-color: rgb(89, 191, 252);
    background-image: linear-gradient(90deg, rgb(89, 130, 252) 0%, rgb(25, 45, 123) 0%, rgb(89, 153, 252) 50%, rgb(11, 39, 150) 100%);
}

.AZ-bg-blue:hover {
    background: linear-gradient(90deg, #94ccf4 0%, #3785df 100%);
}

.AZ-bg-warning {
    background-color: rgb(252, 138, 89);
    background-image: linear-gradient(90deg, rgb(252, 176, 89) 0%, rgb(123, 69, 25) 0%, rgb(252, 146, 89) 50%, rgb(150, 64, 11) 100%);
}

.AZ-bg-warning:hover {
    background: linear-gradient(90deg, #f4b694 0%, #df6937 100%);
}

.AZ-bg-primary {
    background-color: #DFAF37;
    background-image: linear-gradient(90deg, rgba(252, 218, 89, 1) 0%, rgba(123, 93, 25, 1) 0%, rgba(255, 176, 9, 1) 50%, rgba(150, 120, 11, 1) 100%);
}

.AZ-bg-success {
    background-color: #22874a;
    background-image: linear-gradient(90deg, rgb(82, 186, 66) 0%, rgb(25, 150, 11) 0%, rgb(82, 186, 66) 50%, rgb(25, 150, 11) 100%);
}

.AZ-bg-danger {
    background-color: rgba(252, 89, 92, 1);
    background-image: linear-gradient(90deg, rgba(252, 89, 92, 1) 0%, rgba(123, 25, 27, 1) 0%, rgba(252, 89, 92, 1) 50%, rgba(150, 11, 13, 1) 100%);
}

.AZ-bg-secondary {
    background: linear-gradient(90deg, #d1cec8 0%, #676561 100%);
}

.AZ-bg-success:hover {
    background: linear-gradient(90deg, rgba(3, 145, 41, 0.55) 10%, #024e16 100%);
}

.AZ-bg-primary:hover {
    background-image: linear-gradient(90deg, rgba(252, 218, 89, 1) 0%, rgb(110, 88, 8) 0%, rgba(252, 206, 89, 1) 50%, rgb(110, 88, 8) 100%);
}

.AZ-bg-danger:hover {
    background: linear-gradient(90deg, #f494a2 0%, #df3737 100%);
}

.AZ-bg-secondary:hover {
    background: linear-gradient(90deg, #d1cec8 0%, #393732 100%);
    color: #FFF;
}

.AZ-Base-btn span {
    margin-left: 10px;
    font-size: 20px;
}

.AZ-Base-btn.disabled {
    background: linear-gradient(90deg, #F87F7F 0%, #BD0E0E 100%);
    color: white !important;
}

.AZ-field-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.AZ-field-group label {
    font-size: 14px;
    color: #808080;
    font-family: "Anjoman-Regular";
    margin-bottom: 5px;
    position: relative;
    width: fit-content;
}

.AZ-field-group input {
    height: 48px;
}

.AZ-field-group input,
.AZ-field-group .input,
.AZ-field-group textarea {
    font-size: 14px;
    min-height: 48px;
    color: #020A1D;
    font-family: "Anjoman-Regular";
    border: 0;
    padding: 10px 17px;
    flex-grow: 1;
    background: transparent;
    min-width: 50px;
}

.AZ-field-group fieldset {
    padding: 4px 8px;
}

.AZ-field-group input:disabled,
.AZ-field-group textarea:disabled {
    background: #cfcece;
    cursor: no-drop;
}

.AZ-field-group input::-webkit-outer-spin-button,
.AZ-field-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.AZ-field-group input[type=number] {
    -moz-appearance: textfield;
}

.AZ-field-group .input-inner {
    border-radius: 10px;
    border: 1px solid #E3E1E1;
    background: transparent;
    display: flex;
    align-items: center;
}

.AZ-field-group .input-inner:focus-within {
    border: 1px solid #DFAF37;
}

.AZ-field-group .input-inner span {
    font-size: 14px;
    color: #AFAFAF;
    font-family: "Anjoman-Regular";
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.userimagetiny {
    height: 38px !important;
    margin: 0 3px !important;
}
