@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
        /* IE6-8 */
        url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum).woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}

* {
    font-family: IRANSans, Inter;
}

.toggle-checkbox:checked {
    @apply: right-0 border-green-400;
    right: 0;
    border-color: #68D391;
}

.toggle-checkbox:checked+.toggle-label {
    @apply: bg-green-400;
    background-color: #68D391;
}

.shadow-cus {
    /* box-shadow: -10px 2px 20px rgba(0, 0, 0, 0.5); */
    box-shadow: -10px 5px 15px -10px rgb(28 28 28 / 0.3), 10px 0px 15px -4px rgba(28, 28, 28, 0.1);
}


.mobile-menu {
    display: none;
    position: fixed;
    right: 0;
    top: 60px;
    width: 250px;
    height: calc(100% - 60px);
    background: #353BCF;
    color: white;
    z-index: 5000;
    padding: 15px;
    border-radius: 0 0 0 10px;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

    .mobile-menu.active {
        display: block;
        transform: translateX(0);
    }

    .mobile-menu ul {
        list-style: none;
        padding: 0;
    }

    .mobile-menu li {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

        .mobile-menu li svg {
            margin-left: 10px;
        }

.menu-icon {
    cursor: pointer;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.user-circle {
    width: 60px;
    height: 60px;
    border: 5px solid #ecf5fb;
    border-radius: 50%;
    background: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.user-name {
    text-align: center;
    color: #44cba5;
    font-size: 14px;
    font-weight: bold;
}

.user-phone {
    color: #ffffff;
    font-size: 12px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 4999;
}

    .overlay.active {
        display: block;
    }

.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.mobile-title {
    flex-grow: 1;
    text-align: center;
    color: #353BCF;
    font-size: 18px;
    font-weight: bold;
}

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

@media (min-width: 768px) {
    .mobile-header {
        display: none;
    }
}
@media (max-width: 768px) {
    .space-header {
        margin-top:55px;
    }
    .dismob {
        display: none;
    }
}

.mobile-menu li svg {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    margin-left: 50px;
}

.dataTableForList a {
    cursor: pointer;
}
.dataTableForList table {
    border-collapse: collapse;
    width: 100%;
}
.dataTableForList th, td {
    text-align: center;
    padding: 8px;
    font-size: 13px !important;
}
.dataTableForList a {
    font-size: 13px !important;
    cursor: pointer;
}

.currentStep {
    border-color: #353bcf !important;
}
    .currentStep span {
        color: #353bcf !important;
    }
.currentStep-title{
    font-weight:bold !important;
}