.radio-input {
    display: flex;
    height: 80px;
    align-items: center;
}

.glass {
    margin-top: 7px;
    z-index: 2;
    height: 72%;
    width: 15px;
    margin-inline-end: 11px;
    padding: 11px;
    background-color: rgba(190, 189, 189, 0.5);
    border-radius: 35px;
    box-shadow: rgba(50, 50, 93, 0.2) 0px 25px 50px -10px, rgba(0, 0, 0, 0.25) 0px 10px 30px -15px, rgba(10, 37, 64, 0.26) 0px -2px 6px 0px inset;
    backdrop-filter: blur(8px);
}

/* .glass-inner {
    width: 100%;
    height: 100%;
    border-color: rgba(245, 245, 245, 0.45);
    border-width: 9px;
    border-style: solid;
    border-radius: 30px;
} */

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

.choice {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.choice>div {
    position: relative;
    width: 15px;
    height: 15px;
    margin-inline-end: 5px;
    z-index: 0;
}

.choice-circle {
    appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(245, 245, 245, 0.45);
    cursor: pointer;
    box-shadow: 0px 0px 20px -13px gray, 0px 0px 20px -14px gray inset;
}

.ball {
    z-index: 1;
    position: absolute;
    inset: 0px;
    transform: translateX(-29px);
    box-shadow: rgba(0, 0, 0, 0.17) 0px -10px 10px 0px inset, rgba(0, 0, 0, 0.15) 0px -15px 15px 0px inset, rgba(0, 0, 0, 0.1) 0px -40px 20px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px, 0px -1px 15px -8px rgba(0, 0, 0, 0.09);
    border-radius: 100%;
    transition: transform 800ms cubic-bezier(1, -0.4, 0, 1.4);
    background-color: rgb(232, 232, 232, 1);
}

/* RTL-specific transform for .ball */
:dir(rtl) .ball {
    transform: translateX(29px);
}

.choice-circle:checked+.ball {
    transform: translateX(0px) translateY(2px);
}

.choice-name {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    /* font-family: monospace; */
    cursor: pointer;
}

/* OTP MODAL */
.otp-field {
    flex-direction: row;
    column-gap: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr
}

.otp-field input {
    height: 43px !important;
    width: 40px !important;
    margin: 0 5px !important;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.resend {
    font-size: 12px;

}

.resend a {
    color: #2ba7d1
}

.footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: black;
    font-size: 12px;
    text-align: right;
    font-family: monospace;
}

.footer a {
    color: black;
    text-decoration: none;
}

/* OTP MODAL END */

.avatar-upload {
    position: relative;
    max-width: 120px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Loader */

.pencil {
    display: block;
    width: 10em;
    height: 10em;
}

.pencil__body1,
.pencil__body2,
.pencil__body3,
.pencil__eraser,
.pencil__eraser-skew,
.pencil__point,
.pencil__rotate,
.pencil__stroke {
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.pencil__body1,
.pencil__body2,
.pencil__body3 {
    transform: rotate(-90deg);
}

.pencil__body1 {
    animation-name: pencilBody1;
}

.pencil__body2 {
    animation-name: pencilBody2;
}

.pencil__body3 {
    animation-name: pencilBody3;
}

.pencil__eraser {
    animation-name: pencilEraser;
    transform: rotate(-90deg) translate(49px, 0);
}

.pencil__eraser-skew {
    animation-name: pencilEraserSkew;
    animation-timing-function: ease-in-out;
}

.pencil__point {
    animation-name: pencilPoint;
    transform: rotate(-90deg) translate(49px, -30px);
}

.pencil__rotate {
    animation-name: pencilRotate;
}

.pencil__stroke {
    animation-name: pencilStroke;
    transform: translate(100px, 100px) rotate(-113deg);
}

/* Animations */
@keyframes pencilBody1 {

    from,
    to {
        stroke-dashoffset: 351.86;
        transform: rotate(-90deg);
    }

    50% {
        stroke-dashoffset: 150.8;
        /* 3/8 of diameter */
        transform: rotate(-225deg);
    }
}

@keyframes pencilBody2 {

    from,
    to {
        stroke-dashoffset: 406.84;
        transform: rotate(-90deg);
    }

    50% {
        stroke-dashoffset: 174.36;
        transform: rotate(-225deg);
    }
}

@keyframes pencilBody3 {

    from,
    to {
        stroke-dashoffset: 296.88;
        transform: rotate(-90deg);
    }

    50% {
        stroke-dashoffset: 127.23;
        transform: rotate(-225deg);
    }
}

@keyframes pencilEraser {

    from,
    to {
        transform: rotate(-45deg) translate(49px, 0);
    }

    50% {
        transform: rotate(0deg) translate(49px, 0);
    }
}

@keyframes pencilEraserSkew {

    from,
    32.5%,
    67.5%,
    to {
        transform: skewX(0);
    }

    35%,
    65% {
        transform: skewX(-4deg);
    }

    37.5%,
    62.5% {
        transform: skewX(8deg);
    }

    40%,
    45%,
    50%,
    55%,
    60% {
        transform: skewX(-15deg);
    }

    42.5%,
    47.5%,
    52.5%,
    57.5% {
        transform: skewX(15deg);
    }
}

@keyframes pencilPoint {

    from,
    to {
        transform: rotate(-90deg) translate(49px, -30px);
    }

    50% {
        transform: rotate(-225deg) translate(49px, -30px);
    }
}

@keyframes pencilRotate {
    from {
        transform: translate(100px, 100px) rotate(0);
    }

    to {
        transform: translate(100px, 100px) rotate(720deg);
    }
}

@keyframes pencilStroke {
    from {
        stroke-dashoffset: 439.82;
        transform: translate(100px, 100px) rotate(-113deg);
    }

    50% {
        stroke-dashoffset: 164.93;
        transform: translate(100px, 100px) rotate(-113deg);
    }

    75%,
    to {
        stroke-dashoffset: 439.82;
        transform: translate(100px, 100px) rotate(112deg);
    }
}

/* Loader End */

/* noData found */
.empty-state {
    width: 100%;
    margin: 40px auto;
}

.empty-state__content {
    padding: 32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.empty-state__icon {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* Circular shape */
    background-color: #f7fafc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.empty-state__icon img {
    width: 170px;
    height: auto;
}

.empty-state__message {
    color: #f05b8c;
    font-size: 1.45rem;
    font-weight: 600;
    margin-top: 1rem;
}

.empty-state__help {
    color: #fff;
    font-size: 0.975rem;
    margin-top: 0.5rem;
}

.credit {
    color: #fff;
    font-size: 0.75rem;
    margin-top: 1.5rem;
}

.credit a {
    color: #444;
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .empty-state {
        max-width: 90%;
        /* Adjust width for smaller screens */
    }

    .empty-state__icon {
        width: 150px;
        height: 150px;
    }

    .empty-state__icon img {
        width: 125px;
    }

    .empty-state__message {
        font-size: 1rem;
    }

    .empty-state__help {
        font-size: 0.75rem;
    }

    .credit {
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .empty-state__content {
        padding: 16px;
        /* Reduce padding for very small screens */
    }

    .empty-state__icon {
        width: 120px;
        height: 120px;
    }

    .empty-state__icon img {
        width: 100px;
    }

    .empty-state__message {
        font-size: 0.875rem;
    }

    .empty-state__help {
        font-size: 0.7rem;
    }

    .credit {
        font-size: 0.6rem;
    }
}

.offcanvas-wrapper {
    position: absolute;
    z-index: 1111;
    display: flex;
    width: 100%;
    bottom: 0;
}

.offcanvas-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 10px 10px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.offcanvas-ins-header {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.install-img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
}

.offcanvas-ins-body {
    display: flex;
    direction: ltr;
    gap: 10px;
    align-items: center;
}

.offcanvas-ins-footer {
    padding: 20px;
    display: flex;
    gap: 20px;
}

.offcanvas-ins-footer img {
    /* width: 300px; */
    height: 400px;
}

.offcanvas-ins-description {
    text-align: start;
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .offcanvas-ins-header {
        padding: 15px;
        font-size: 14px;
    }

    .install-img {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .offcanvas-ins-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .offcanvas-ins-footer {
        gap: 15px;
    }

    .offcanvas-ins-footer img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .offcanvas-ins-description {
        padding: 0 15px;
        font-size: 13px;
    }
}


/* .noData found end */