* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, sans-serif;
}

li {
    list-style: none;
}

.layout {
    display: flex;
}

aside {
    /* align-items: center; */
    width: 263px;
    /* height: 1024px; */
    padding: 60px 32px;
    background: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease-in-out;
}

aside .hide {
    transform: translateX(-100%);
}

.ven {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ven ul {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ven li {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 1px 12px;
    gap: 6px;

}

.switch {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    justify-content: space-between;
    border: 1px solid #BADEFB;
    cursor: pointer;
}

.switch-dropdown {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    background: #fff;
    border: 1px solid #BADEFB;
    border-radius: 8px;
    padding: 12px 6px;
    box-shadow: #10182814;
}

.switch-dropdown .buildrop {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}

.ven1 {
    display: flex;
    flex-direction: column;
    gap: 72px;
    width: 199px;
}

aside .ven a {
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #374151;
}

aside .active {
    background-color: #E9F5FE;
    font-weight: bold;
}

aside .ven li:hover {
    background: #E9F5FE;
    font-weight: bold;
}

aside .signout {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    padding: 1px 12px;
    /* height: 44px; */
}

aside .signout a {
    text-decoration: none;
    color: #FF5722;
    font-weight: bold;

}

#signOutModal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#signOutModal.active {
    display: flex;
}

#signOutModal .modal-content{
    background: #fff;
    border-radius: 12px;
    max-width: 360px;
    width: 90%;
    text-align: center;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-header {
    display: flex;
    justify-content: flex-end;
}
.modal-body img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.modal-body p{
    font-size: 12px;
    font-weight: 400;
}

.close-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 10px 0;
}

.modal-buttons {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.logout-btn {
    background: #FF5722;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: #1018280A;
    transition: 0.3s;
}

.cancel-btn {
    background: #FFFFFF;
    color: #374151;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #CFDCE6;
    box-shadow: #1018280A;
}

.main {
    flex: 1;
    padding: 60px 32px 2px;
    background: #E9F5FE;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    min-height: 100vh;
}

header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.hero-logo {
    display: none;
}

.hero3 {
    display: flex;
    flex: 1;
    justify-content: center;
}

.hero3 input {
    font-size: 15px;
    padding: 12px 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 427px;
    height: 40px;
    background: url('https://res.cloudinary.com/db9nz57u6/image/upload/v1759241461/search_kcely6.svg') 12px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.pic {
    display: flex;
    justify-content: space-around;
    width: 92px;
    height: 40px;
    align-items: center;
}

.icon {
    width: 24px;
    height: 24px;
}

.user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.welcome {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.welcome h2 {
    font-size: 29px;
    line-height: 40px;
}

.welcome p {
    font-size: 19px;
    font-weight: 400px;
    line-height: 24px;
}

.bpro {
    display: flex;
    justify-content: center;
}

.profile {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 20px;
    gap: 20px;
    border: 1px solid #CFDCE6;
    max-width: 665px;
    justify-content: space-between;
    width: 100%;
}

.profile1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile1 img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.profile1 button {
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid #BADEFB;
    background: #BADEFB;
    box-shadow: #1018280A;
    color: #2196F3;
    font-size: 16px;
    font-weight: 500;
    width: 160px;
    cursor: pointer;
}

.details {
    display: flex;
    gap: 36px;
    justify-content: space-between;
}

.details1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1.5;
}

.detbox {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.sub {
    font-weight: 600;
    font-size: 15px;
}

.detbtn {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.detbut1{
    margin-top: 20px;
}

.detbut2 {
    display: none;
}

.detbtn1 {
    border-radius: 8px;
    border: 1px solid #CFDCE6;
    box-shadow: #1018280A;
    padding: 10px 16px;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
    width: 100%;
    cursor: pointer;
}

.detbtn2 {
    border-radius: 8px;
    border: 1px solid #FF5722;
    box-shadow: #1018280A;
    padding: 10px 16px;
    background: #FF5722;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    cursor: pointer;
}

.details2 {
    border-radius: 12px;
    border: 1px solid #CFDCE6;
    box-shadow: #0000001A;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #051525;
    flex: 1;
}

.det1 {
    font-size: 23px;
    font-weight: 600;
}

.num {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.num1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.verify {
    font-size: 19px;
    font-weight: 600;
    display: flex;
    gap: 4px;
    align-items: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    width: 90%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: #10182814;
    margin: auto;
}

.input-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-group input {
    width: 100%;
    padding: 10px 36px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
}

.toggle-eye {
    position: absolute;
    right: 10px;
    top: 35px;
    cursor: pointer;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.modal-buttons {
    display: flex;
    justify-content: space-between;
}

#deleteBtn {
    background: #FF8E6B;
    color: #E0E7FF;
    border: 1px solid #FFB299;
    padding: 10px 16px;
    border-radius: 8px;
    opacity: 0.6;
    box-shadow: #1018280F;
    cursor: not-allowed;
}

#deleteBtn.active {
    opacity: 1;
    cursor: pointer;
}

.cancel-btn,
#cancelBtn {
    background: #FFFFFF;
    border: 1px solid #CFDCE6;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: #1018280F;
}

.modal-det {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.modal-det img {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
}

.submit-btn {
    background: #6AB9F7;
    color: #BADEFB;
    border: 1px solid #99CFF9;
    padding: 10px 16px;
    border-radius: 8px;
    opacity: 0.6;
    box-shadow: #1018280F;
}

@media (max-width: 820px) {
    aside {
        transform: translateX(-100%);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1000;
    }

    aside.show {
        transform: translateX(0);
    }

    header {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .hero-logo {
        display: block;
    }

    .hero3 input {
        width: 100%;
    }

    .details {
        flex-direction: column;
        gap: 20px;
    }

    .detbut1 {
        display: none;
    }

    .detbut2 {
        display: flex;
    }
}