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

body {
    background-color: #FDFDFD;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


.v-hidden-checkbox {
    display: none;
}

.v-light-color,
.v-gray-text {
    color: rgba(20, 20, 20, 0.6) !important;
}

.v-dark-color {
    color: rgba(20, 20, 20, 1) !important;
}

.v-fontsize-14 {
    font-size: 14px;
}

.v-fontsize-18 {
    font-size: 18px;
}
.v-fontsize-50 {
    font-size: 50px;
}

.v-fontsize-20 {
    font-size: 20px;
}
.v-fontsize-30 {
    font-size: 30px;
}
.v-fontsize-26 {
    font-size: 26px;
}
.v-fontsize-28 {
    font-size: 28px;
}

.ls {
    letter-spacing: 1px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.v-commun-btn {
    background-color: rgba(20, 20, 20, 1);
    border: 0;
    outline: none;
    color: #fff;
    border-radius: 4px;
    padding: 12px 26px;
}

.v-commun-input {
    background-color: rgba(20, 20, 20, 0.06);
    border: 0;
    outline: none;
    padding: 11px;
    border-radius: 4px;
    color: rgba(20, 20, 20, 1);
}

.v-commun-label {
    color: rgba(20, 20, 20, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.v-navbar-left {
    box-shadow: -4px 4px 14px 0px rgba(0, 0, 0, 0.08);
    max-height: 670px;
    flex-direction: column;
}

.v-profile-image {
    width: 120px;
    height: 120px;
    padding: 10px;
    box-shadow: -4px 4px 14px 0px rgba(0, 0, 0, 0.08);

}

.v-profile-name-title {
    font-size: 18px;
    color: rgba(20, 20, 20, 1);
    font-weight: 500;
}

.v-profile-email-title {
    font-size: 14px;
    color: rgba(20, 20, 20, 0.6);
    font-weight: 400;
}

.v-profile-info ul li {
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.v-profile-info ul li  {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: rgba(20, 20, 20, 0.6);
    font-weight: 500;
}

.v-profile-info ul li.active {
    color: rgba(20, 20, 20, 1) !important;
}

.v-profile-info ul li.active i {
    color: rgba(20, 20, 20, 1) !important;
}

.v-profile-info ul li.active {
    background-color: rgba(20, 20, 20, 0.08);
    border-left: 4px solid rgba(20, 20, 20, 1);
}

.v-profile-info ul li:has(.active) {
    background-color: rgba(20, 20, 20, 0.08);
    border-left: 4px solid rgba(20, 20, 20, 1);
}

.v-data-header-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.v-content-wrapper {
    max-width: 900px;
}

.v-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    z-index: 1060;
    display: none;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
}

.v-content-data {
    width: 100%;
    box-shadow: -4px 4px 14px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.v-w-200 {
    width: 200px;
}

.canvas-width {
    width: 300px !important;
}

@media (min-width: 1200px) {
    .v-navbar-left {
        display: flex;
        position: static;
        width: 25%;
        max-width: 300px;
        box-shadow: -4px 4px 14px 0px rgba(0, 0, 0, 0.08);
    }

    .v-menu-btn {
        display: none !important;
    }

    .v-close-btn {
        display: none !important;
    }

    .v-model-index .modal-backdrop  {
        z-index: -1 !important;
    }

}

@media (max-width: 1199px) {
    .v-navbar-left {
         max-height: 100vh;
    }
    .v-saveCard-main {
        flex-direction: column;
        gap: 20px;
    }

    .v-navbar-left {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100%;
        background-color: #FDFDFD;
        z-index: 1050;
        transition: left 0.3s ease-in-out;
        box-shadow: 4px 0 14px rgba(0, 0, 0, 0.1);
        padding: 0;
        overflow-y: auto;
        display: flex;
    }

    .v-navbar-left .v-profile-nav {
        display: block;
        gap: 20px;
        box-shadow: none;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
    }

    .v-menu-btn {
        display: block;
        padding: 8px 15px;
        font-size: 1rem;
        cursor: pointer;
    }

    .v-close-btn {
        display: block;
    }

    #menu-toggle:checked+.v-navbar-left {
        left: 0;
    }

    #menu-toggle:checked~.v-content-wrapper::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }

    .v-content-wrapper {
        position: relative;
        z-index: 1;
    }
}


@media (max-width: 991px) {

    .v-navbar-left .v-profile-nav {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        display: flex;
        align-items: center;
    }

    .v-gap {
        --bs-gutter-y: 25px;
    }
}

@media (max-width: 767px) {

    .v-profile-info ul li a {
        font-size: 14px;
    }

    .v-data-header-title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 575px) {

    .v-saveCard-main {
        padding: 15px !important;
    }

    .v-profile-info ul li {
        padding: 12px 15px;
    }

    .row.v-gap>div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .v-data-header-title {
        font-size: 20px;
    }

    .v-font-18 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .v-w0 {
        width: 75% !important;
    }
}


.form-control:focus {
    box-shadow: none;
    border: 1px solid black !important;
}
.form-select:focus {
    box-shadow: none;
    border: 1px solid black !important;
}

.form-check-input:focus {
    box-shadow: none;
}

.v-back-button-container {
    padding: 0 0.5rem;
}

.fontz{
    font-size: 18px;
    font-weight: 500;
}