.Roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.MuiTablePagination-selectLabel,
.MuiTablePagination-displayedRows {
    margin-bottom: 0;
}

.megamenu .col {
    border-left: 1px solid #E0E0E0;
    padding: 0;
}

.megamenu .col:last-child {
    border-left: none;
}

.texap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a img {
    margin-left: 10px;
    width: 24px;
    margin-bottom: 5px;
}

.texap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    padding: 8px;
    margin-top: 0;
}

.texap-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover {
    background-color: #F1ECFE;
}

.texap-nav .navbar ul {
    padding-right: 0;
}

.others-options {
    display: flex;
    min-width: 160px;
    justify-content: space-between;
    align-items: center;
}

.link {
    color: #6f6095;
    font-weight: 600;
}

aside {
    border-radius: 20px;
    margin: 10px;
    overflow: hidden;
}

.logged {
    background-color: #EFE9FF;
    padding: 10px 16px 10px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.primary-btn {
    z-index: 1;
    border: none;
    position: relative;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #6f6095;
    display: inline-block;
    color: var(--whiteColor) !important;
    font-size: var(--fontSize);
}

.content-holder {
    -webkit-box-shadow: 0px 6px 25px 2px rgba(5, 84, 242, 0.04);
    box-shadow: 0px 6px 25px 2px rgba(5, 84, 242, 0.04);
    border-radius: 30px;
    padding: 40px;
}

.content-holder h1 {
    font-size: 26px;
    padding: 20px 10px;
}

.content-holder h2 {
    font-weight: 700;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.content-holder h3 {
    font-weight: 700;
    color: #6f6095;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.content-holder h4 {
    font-weight: 700;
    color: #6f6095;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.accardion {
    box-shadow: 0px 6px 25px 2px rgba(5, 84, 242, 0.04) !important;
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #E0E0E0 !important;
}

.fl-column {
    display: flex;
    flex-direction: column;
}

.loader-holder {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(32, 31, 32, 0.295);
    top: 0;
    display: flex;
    border-radius: 18px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #6f6095;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.login-body {
    display: flex;
    flex-direction: column;
}

.dash-body {
    width: 100%;
}

.dash-title {
    background: #F8F6FF;
    border-radius: 20px 20px 0px 0px;
    padding: 16px 44px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.dash-title .breadcum {
    margin-bottom: 4px;
}

.dash-states .single-features-item {
    background-color: #F9F9F9;
}

.dash-title h3 {
    font-size: 16px;
}

.dash-body .spacer {
    justify-content: flex-start;
}

.dash-body h4 {
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px #f9f9f9 solid;
    padding-bottom: 13px;
}

.dash-box {
    padding: 15px;
}

.btn-block {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.login-box .button-style-link {
    padding: 10px 0;
}

.bg-semi-gray {
    background-color: #FDFDFD;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.team-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-box h3 {
    margin-bottom: 20px;
}

.filter-item .price .team {
    color: #6f6095;
    font-size: 12px;
}

.filter-item .right {
    flex: 1;
}

.filter-item .left {
    background: #F8F6FF;
    /* accent */
    border: 1px solid #6f6095;
    border-radius: 20px 0px 0px 20px;
    flex: 0.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #6f6095;
    margin: -15px 15px -6px -15px;
    text-align: center;
    gap: 10px;
}

.filter-item .left h3 {
    color: #6f6095;
    font-size: 14px;
}

.filter-item .left h4 {
    color: #6f6095;
    font-size: 18px;
}

.ulist ul {
    margin: 0;
    padding: 0;
}

.ulist ul li {
    background: url(/images/icons/check.png) no-repeat right top;
    padding: 3px 30px 3px 10px;
    list-style: none;
    margin: 0;
    margin-bottom: 5px;
}

.blub-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    padding: 24px;
}

.blub {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.10);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 300px;
    justify-content: center;
    padding: 25px;
}

.services-area .row {}

.single-service-item {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.10);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    cursor: pointer;
}

.single-service-item h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.single-service-item .titlebar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-service-item .titlebar2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20;
}

.single-service-item:hover {
    border: 2px solid #34CC33;
    box-shadow: 0px 6px 25px 2px rgba(52, 204, 51, 0.25);
    border-radius: 30px
}

.single-service-item.type2 {
    flex-direction: row !important;
    padding: 20px 30px;
}

.single-service-item .icon {
    margin-left: 10px;
}

.app-progress-area p {
    font-size: 22px;
    color: #333333;
    margin-top: 50px;
}

.app-progress-area p li {
    font-size: 20px;
}

.app-progress-area p li span {
    color: #6f6095;
}

.single-comment-box {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.03);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: right;
    direction: rtl;
    gap: 20px;
}

.outline-btn {
    padding: 8px 20px;
    border: 1px solid #6f6095;
    border-radius: 30px;
}

.items-left {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

.tx-bold {
    font-weight: bold !important;
}

.color-1 {
    color: #6f6095;
}

.items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-box {
    border: 2px solid #34CC33;
    box-shadow: 0px 6px 25px 2px rgba(5, 84, 242, 0.04);
    border-radius: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 40px 20px;
    width: 60%;
}

.step-box h3 {
    color: #34CC33;
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
}

.step-box p {
    text-align: center;
}

.marked {
    position: absolute;
    bottom: -16px;
    left: 15%;
}

.small span {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    font-size: 15px;
}

.smaller span {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 12px;
}

.check-list li {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 20px 5px;
}

.step-ready {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    margin-bottom: 30px;
}

.img-holder {
    display: flex;
    position: relative;
    align-items: center;
}

.img-holder img {
    max-width: 100%;
}

.step-details {
    background: #FFFFFF;
    box-shadow: 0px 6px 25px 2px rgba(5, 84, 242, 0.04);
    border-radius: 30px;
}

.plak {
    display: flex;
    flex-direction: column;
}

.plak-number {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 18px;
    direction: ltr;
    min-width: 238px;
    margin-bottom: 10px;
    margin-right: 20px;
    border-left: 20px solid #002F9C;
    padding-left: 5px;
    cursor: pointer;
}

.plak-number span {
    background-color: #fff;
    padding: 9px;
    border-radius: 3px;
    margin: 3px 2px;
    text-align: center;
}

.plak-number .part1 {
    flex: 0.7;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 3px;
    border-right: 1px solid #E0E0E0;
}

.plak-number .part2 {
    flex: 0.3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plak-number .part2 img {
    margin-top: 10px;
}

.plak-number .part2 span {
    background-color: #fff;
    padding: 5px 9px;
    border-radius: 3px;
    margin: 3px 2px;
}

.disabled {
    background-color: gray;
    cursor: not-allowed;
    color: #E0E0E0 !important;
    pointer-events: none;
}

.d-flex {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.ai-center {
    align-items: center !important;
}

.ai-end {
    align-items: flex-end;
}

.mt-10 {
    margin-top: 15px;
}

.spacer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    position: relative;
}

.j-start {
    justify-content: flex-start;
}

.j-center {
    justify-content: center !important;
}

.j-end {
    justify-content: flex-end;
}

.j-between {
    justify-content: space-between;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.note {
    color: #34CC33;
}

.tx-bold {
    font-weight: bold;
}

.tx-primary {
    color: #6f6095;
}

.tx-big {
    font-size: 16px;
    font-weight: bold;
}

.tx-center {
    text-align: center;
}

.fs-22 {
    font-size: 18px;
}

.bg-white {
    background-color: #fff;
}

.w-100 {
    width: 100%;
}

.progress {
    margin: 10px 0px;
}

.progress .bar {
    background: #0BB363;
}


/* -------------------------------  Radio Button ------------------------------------------------ */

.radio-row {
    font-size: 17px;
    margin-bottom: 20px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.radio-row span {
    margin-right: 10px;
}

.radio-row.active span {
    color: #6f6095;
    font-weight: bold;
}

.radio-row input {
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    color: #ccc;
    width: 24px;
    height: 24px;
    border: 0.15em solid #6f6095;
    border-radius: 50%;
    transform: translateY(0.07em);
    display: grid;
    place-content: center;
    margin-left: 20px;
    cursor: pointer;
}

.radio-row.active input::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #6f6095;
    background-color: CanvasText;
}

.radio-row.active.radio-small input::before {
    width: 8px;
    height: 8px;
}

.radio-row input:checked::before {
    transform: scale(1);
}

.radio-button input,
.radio-button-2 input {
    display: none !important;
}

.radio-button {
    display: block;
    background: #FFFFFF;
    border: 2px solid #8A8A8A;
    border-radius: 15px;
    padding: 13px 40px;
    font-size: 14px;
}

.small .radio-button {
    padding: 4px 19px !important;
}

.radio-button.active {
    border: 2px solid #0BB363;
}

.radio-button.active span {
    color: #0BB363;
}

.radio-button-2 {
    display: block;
    background: transparent;
    padding: 13px 40px;
    font-size: 14px;
}

.radio-button-2.active {
    border: none;
}

.radio-button-2.active span {
    color: #6f6095;
}

.radio-small input {
    width: 16px;
    height: 16px;
}

.radio-small span {
    font-size: 16px;
    margin-right: 4px;
}


/* -------------------------------  Title Box ------------------------------------------------ */

.title-box {
    border: 2px solid #E0E0E0;
    border-radius: 20px;
    padding: 24px;
    position: relative;
}

.title-box .title-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -33px;
    background-color: #fff;
    width: max-content;
    margin-right: 20px;
    padding: 0px 10px;
}

.title-box .title-area h4 {
    font-size: 16px;
}

.title-box .title-area h5 {
    font-size: 14px;
    color: #34CC33;
}


/* -------------------------------  Text Input ------------------------------------------------ */

.text-input {
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 7px 20px;
    width: 100%;
}

.select-input-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
    min-height: 45px;
}

.select-input-row label {
    margin-bottom: 0;
}

.break {
    flex-basis: 100%;
}

.select-input-row h4 {
    font-size: 14px;
    color: #828282;
    margin-bottom: 0;
    font-weight: 500;
}

.f-wrap {
    flex-wrap: wrap;
}

.error {
    color: red;
    font-weight: 400;
    font-size: 12px;
}


/* -------------------------------  upload ------------------------------------------------ */

.relation {
    border: 1px dashed #6f6095;
    border-radius: 20px;
    padding: 20px;
}

.upload-input {
    border: 1px dashed #6f6095;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 24px 33px;
}

.upload-input .holder {
    background: #F9F9F9;
    /* Gray 4 */
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    min-height: 180px;
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.upload-input .holder i {
    color: #0554F2;
    font-size: 20px;
}

.upload-input .inputs {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.upload-item {
    max-width: 300px;
}

.upload-item input {
    position: absolute;
    left: 5000px;
    z-index: -1;
}

.upload-input .holder img {
    width: 100%;
}


/* -------------------------------  day-hour ------------------------------------------------ */

.day-hour {
    width: 100%;
    background: #F8F6FF;
    border-radius: 20px 20px 0px 0px;
}


/* -------------------------------  invoice ------------------------------------------------ */

.invoice-title {
    background: #6f6095;
    /* 12 */
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.03);
    border-radius: 20px 20px 0px 0px;
    color: #fff;
    font-size: 16px;
    padding: 22px 30px 30px;
    font-weight: 500;
}

.login-box .action {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.signin-form {
    position: relative;
    background: #FEFEFE;
    border-radius: 20px;
    padding-top: 60px;
}

.signin-form .close {
    position: absolute;
    background: transparent;
    border: none;
    top: 10px;
    right: 10px;
}


/* -------------------------------  plak ------------------------------------------------ */

select {
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    padding: 7px 20px;
}

.plak-input {
    width: 288px;
}

.plak-input .select-input {
    padding: 0px;
}

.plak-input .part1 {
    flex: 0.8;
}

.plak-input .part2 {
    flex: 0.2;
}

.plak-input input,
.plak-input select {
    padding: 0;
    text-align: center;
    width: 100%;
}

.plak-input span,
.plak-input .part2 span {
    position: relative;
    padding: 2px;
    overflow: hidden;
}

.plak-input .part2 img {
    margin-top: -8px;
}

.reload {
    position: absolute;
    right: 10px;
    cursor: pointer;
    border: 1px #ccc solid;
    border-radius: 50%;
    padding: 3px;
}

.reload:hover {
    color: #6f6095;
}

.cehckbox-input label {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    cursor: pointer;
}

.checkbox-input span {
    margin-right: 10px;
}

.modify-box {
    z-index: 1;
    position: relative;
}

.errory {
    position: absolute;
    color: red;
    font-size: 11px;
    bottom: 15px;
    left: 18px;
    pointer-events: none;
}


/* The .image-container class needs to be applied to a div wrapped around the image you want to apply this filter to */

*:has(>.errory) .inputy {
    position: relative;
    line-height: 0;
    background: #ffffff;
    gap: 10px;
}

*:has(>.errory) .inputy::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
    background: #ff0000;
    pointer-events: none;
}

*:has(>.errory) .inputy {
    -webkit-filter: brightness(105%) contrast(106%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(90%) sepia(0%);
    filter: brightness(105%) contrast(106%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(90%) sepia(0%);
    mix-blend-mode: none;
}

.inputy textarea {
    min-height: 80px;
    line-height: 26px;
}

.ns-container:has(.ep-arrow),
.ns-container:has(>#react-select-12-listbox) {
    overflow: visible !important;
    max-height: 550px !important;
}

.ns-container:has(.ep-arrow) .modal-body {
    max-height: 550px !important;
    z-index: -1;
}

.action {
    position: relative;
}

.action .profile {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.action .profile img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.action .menu {
    position: absolute;
    top: 120px;
    right: -10px;
    padding: 10px 20px;
    background: #fff;
    width: 200px;
    box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.10);
}

.action .menu.active {
    top: 45px;
    visibility: visible;
    opacity: 1;
}

.action .menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 28px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
}

.action .menu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 500;
    color: #555;
    line-height: 1.5em;
}

.action .menu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300;
}

.action .menu ul li {
    list-style: none;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}

.action .menu ul li:first-child {
    border-top: none;
}

.action .menu ul li i {
    max-width: 20px;
    margin-left: 10px;
    opacity: 0.5;
    transition: 0.5s;
    font-size: 16px;
}

.action .menu ul li:hover i {
    opacity: 1;
}

.action .menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: 0.5s;
}

.action .menu ul li:hover a {
    color: #ff5d94;
}

.check-row {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F8F6FF;
    border-radius: 5px;
    padding: 10px;
    justify-content: space-between;
}

.check-row.active {
    background: rgba(52, 204, 51, 0.05);
    border: 1px solid #34CC33;
    border-radius: 5px;
    font-weight: 700;
}

.check-row img {
    margin-left: 10px;
}

.check-row label {
    flex: 1;
    cursor: pointer;
}

.check-row.active label {
    color: #34CC33;
}

.check-row input {
    position: absolute;
    left: 9999px;
}

.squar-check .options {
    padding: 10px;
    margin-top: 10px;
    border: 1px #f1f1f1 solid;
    box-shadow: 0px 6px 25px 2px rgba(5, 84, 242, 0.04);
}

.squar-check .options div {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.squar-check .options div button {
    flex: 1;
}

.squar-check .options div .btn-primary {
    min-height: 37px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    color: #002F9C
}

.squar-check .options div .btn-danger {
    min-height: 37px;
    border-radius: 4px;
    font-size: 16px;
    background: transparent;
    color: #dc3545
}

.noty {
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
    padding: 10px;
    border: 1px #ccc dashed;
    border-radius: 8px;
}

.toggle-input {
    position: relative;
    width: 70px;
}

.toggle-input label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-input input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-input span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c3e50;
    transition: 0.3s;
    border-radius: 30px;
    height: 30px;
    width: 60px;
}

.toggle-input strong {
    position: absolute;
    right: 100%;
    width: max-content;
    line-height: 30px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}

.toggle-input span:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 3px;
    bottom: 2.6px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-input input:checked+span {
    background-color: #00c853;
}

.toggle-input input:checked+span:before {
    transform: translateX(29px);
}

.hint {
    font-size: 10px;
    color: #666;
    margin-top: 4px;
    padding-right: 10px;
}

.not-allowed {
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #dc3545;
    border-radius: 10px;
}

.sort-order {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 767px) {
    .step-details {
        background: transparent !important;
        margin-top: 55px !important;
    }
    .wizard-title,
    .title-box .title-area {
        width: auto !important;
        padding: 5px;
        font-size: 16px;
        flex-direction: column;
    }
    .spacer {
        flex-direction: column;
    }
    .select-input {
        width: 100%;
    }
    .button-style-1 {
        padding: 6px 20px;
        white-space: nowrap;
    }
    .wizard-content .mt-10 {
        margin-top: 0;
    }
    .sort-order {
        flex-wrap: wrap;
        zoom: 0.8;
        gap: 10px;
    }
    .ReactModal__Content {
        min-width: auto !important;
        width: 100% !important;
    }
    .w-650 {
        width: 100%;
        overflow: auto !important;
    }
    .select-input-row {
        flex-wrap: wrap;
    }
    .break {
        flex-basis: auto;
        width: 100%;
    }
    .d-flex {
        gap: 15px !important;
        align-items: start;
        margin-right: 10px;
        margin-top: 10px;
    }
    .wizard-head .icon,
    .filter-head .icon {
        display: none;
    }
    .col-md-1 {
        text-align: center;
    }
    .upload-item {
        margin-bottom: 20px;
    }
    .select-input-row {
        flex-direction: column;
        width: 100%;
        gap: 5px !important;
        align-items: start;
    }
    .radio-row span {
        font-size: 14px;
        ;
    }
    .dayHour label {
        padding: 13px 15px;
    }
    .dayHour div {
        min-width: 49%;
        text-align: center;
        border: 1px #ccc solid;
        margin: 1px;
    }
    .pb {
        flex-direction: column;
    }
    .pb h4 {
        display: none;
    }
    .pb .bar {
        zoom: 0.8
    }
    .progress {
        margin: 0 10px;
    }
    .select-input {
        z-index: 1;
    }
    .img-holder {
        display: none;
    }
    .step-ready {
        margin-top: 20px;
    }
    .modify-box {
        width: 100%;
        min-width: auto !important;
    }
    .filter-body {
        padding: 0;
        flex-direction: column;
        border-radius: 0;
    }
    .filter-body .title {
        border-radius: 0;
        display: none;
    }
    .property {
        zoom: 0.9;
        justify-content: center;
    }
    .pt-100 {
        padding-top: 17px !important;
    }
    .filter-box {
        padding: 0;
        border: none;
    }
    .sticky {
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 0;
        height: max-content;
    }
    .filter-box h4 {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0;
    }
    .filter-box h5 {
        display: none;
    }
    .sort-desktop {
        display: none;
    }
    .sort-mobile {
        display: block !important;
    }
    .filter-item .bottom-title {
        display: none;
    }
    .filter-item .price {
        gap: 4px;
    }
    .rate span {
        display: none;
    }
    .filter-item .title h4 {
        padding-top: 5px;
        margin-bottom: -5px;
    }
    .topper {
        display: none;
    }
    .item-info .radif {
        margin-bottom: 4px;
    }
}

.squar-check .options {
    background: #fff;
}

.mobile-box {
    display: flex;
    flex-wrap: wrap;
}

.mobile .squar-check {
    width: 100%;
    padding: 3px;
}

.mobile .check-row {
    font-size: 12px;
    padding: 2px 10px;
}

.mobile .check-row label {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 50px;
    overflow: hidden;
}

.mobile .check-row img {
    width: 18px;
}

.top-info {
    background: #F8F6FF;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.top-info ul {
    list-style: none;
    margin: 0;
    padding: 5px 25px;
}

.sticky-lg {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 80px;
    height: max-content;
}

.dayHour {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select-input-row {
    justify-content: start;
    gap: 20px;
}

.MuiBottomNavigationAction-label {
    font-family: "IRANSans" !important;
    margin-top: 5px;
}

.MuiBottomNavigationAction-root.Mui-selected {
    background: #6f6095 !important;
    color: #fff !important;
}

.date-input * {
    z-index: 99999 !important;
}

.inputy {
    width: 100%;
}

#customized-dialog-title h2 {
    width: 100%;
}

#customized-dialog-title button {
    left: 0;
    right: auto;
}

.thumb {
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.thumb img {
    width: 64px;
    margin-bottom: 10px;
}

.thumb span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.card {
    background: #FFFFFF;
    /* Gray 5 */
    border: 1px solid #E0E0E0;
    /* 12 */
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.03);
    border-radius: 20px;

}

.card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card ul li {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
}

.card ul li::before {
    content: "\2022";
    color: #6f6095;
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    width: 6px;
    margin-left: 10px;
    height: 26px;
}

.dot-7 {
    background: #6f6095;
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 7px;
}

.dot-10 {
    background: #6f6095;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 10px;
}

.company-arm {
    display: flex;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
}

.info-card {
    display: flex;
    padding: 40px 20px;
    align-items: center;
    justify-content: center;
}

.company-arm h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.company-arm span {
    margin-right: 20px;
    flex: 0.7;
}

.company-insurance {
    padding: 20px;
}

.company-insurance a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-insurance a img {
    width: 24px;
}

.single-blog-post {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.single-blog-post .image {
    width: 90%;
    z-index: 1;
}

.single-blog-post img {
    border-radius: 15px;
}

.post-meta {
    padding-top: 50px;
    margin-top: -50px;
    background: #FFFFFF;
    box-shadow: 0px 6px 25px 2px rgba(104, 50, 255, 0.03);
    border-radius: 30px;
    padding: 65px 20px 20px;
}

.post-meta h2 {
    font-size: 18px;
}

.MuiFormHelperText-root {
    font-size: 12px !important;
}

.acc-box {
    padding: 15px;
    background-color: #fff;
    border: 0.7px solid #e0e0e0;
    border-radius: 4px;
}

.MuiList-root {
    padding-top: 0 !important;
}

.MuiListItemIcon-root {
    min-width: 32px !important;
}

.mailbox {
    border-left: 1px solid rgb(234, 236, 239);
}

.currency {
    width: 100%;
}

.selector fieldset {
    border: none !important
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.captcha {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.Roboto input {
    font-family: Roboto;
}