this is the common css right now * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* design system visitor start */
dl,
ol,
ul {
    list-style: none;
}

a {
    /* color: aqua; */
    text-decoration: none;
}

h1 {
    color: red;
    margin-bottom: 0;
}

h2 {
    /* color: rgb(136, 255, 0); */
    margin-bottom: 0;
}

h3 {
    /* color: rgb(30, 170, 161); */
    margin-bottom: 0;
}

h4 {
    color: rgb(30, 93, 170);
    margin-bottom: 0;
}

h5 {
    /* color: rgb(30, 170, 165); */
    margin-bottom: 0;

}

h6 {
    color: rgb(84, 84, 84);
    margin-bottom: 0;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

span {
    margin-bottom: 0;
}

.form-header {
    width: 400px !important;
    padding: 12px !important;
    position: absolute;
    border-radius: 110px !important;
    border: none !important;
    background: #F4F4F4 !important;
}

.btn-header {
    position: relative;
    left: 153px;
    top: 0;
    background: #808edc;
    padding: 12px 30px;
    border-radius: 0 100px 110px 0 !important;
    border: none !important;
}

.list-height {
    height: 100vh;
    padding-right: 20px;
}

thead>tr {
    background: #808edc;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    position: sticky;
    top: 0;
}

td {
    vertical-align: middle;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 14px !important;
}

/* design system visitor end */

/* login css start */
.form-main {
    width: 40%;
    box-shadow: 0 2px 4.6px .4px #00000026;
    background: #2F63335C;
    margin-top: 100px;
    border-radius: 8px;
    border: 1px solid #d5d5d5;

}

/* login css end */

/* left bar css start */
.list-bar {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    background: #808edc;
    padding: 13px;
    margin-top: 20px;
    color: #fff;
    border-radius: 7px;
}

.list-bar:hover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    background: #8288a5;
    padding: 13px;
    margin-top: 20px;
    color: #fff;
    border-radius: 7px;
}

/* left bar css end */

/* dashboard design css start */
.dashoard-main {
    background: #ffffff;
    padding: 12px;
    background: var(--bg-color-white);
    box-shadow: 0 2px 4.6px .4px #00000026;
    border-radius: 4px;
}

.dashboard-child>p {
    color: #535353 !important;
    font-size: 16px;
}

.dashboard-child>h2 {
    color: #808EDC;
    font-size: 32px;
    font-weight: 600;
}

.table-main {
    height: 700px;
    overflow: auto;
    scroll-behavior: smooth;
}

.date-text {
    font-size: 14px;
    color: #8f8f8f;
}

.input-form {
    border: none !important;
    background: #F4F4F4 !important;
    padding: 14px !important;

}

form.form-set {
    font-weight: 600;
}

.btn-primary-set {
    background: #808edc !important;
    border-color: #808edc !important;
    border-radius: 100px !important;
    padding: 10px 30px 10px 30px !important;
    color: #fff !important;
}

/* .profile-cycle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #acacac;
    width: 72px;
    height: 72px;
    border-radius: 100%;
} */

.profile-cycle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #565656;
    color: #fff;
    width: 72px;
    height: 72px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    /* Ensures the container is circular */
    overflow: hidden;
    /* Prevents image from overflowing outside the circle */
}


.profile-cycle img {
    width: 76px !important;
    height: 76px !important;
    border-radius: 200px;
    object-fit: cover;
}

.profile-cycle h6 {
    color: #fff;
    font-weight: 700;
}

/* dashboard design css end */

/* email templete css start */
.emial-form {
    width: 70%;
    padding: 20px;
    background: var(--bg-color-white);
    box-shadow: 0 2px 4.6px .4px #00000026;
    border-radius: 4px;
    /* text-align: center; */
}

.text-email {
    font-size: 16px;
    color: #535353;
}

.card-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: row;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #b2b2b2;
}

.textsub-text {
    color: #8f8f8f;
}

.notic-text {
    font-size: 14px;
}

.btn-box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* email templete css end */
/* otp css star  */
.otp-w {
    width: 60px !important;
}

/* otp css end / */
.required-asterisk {
    color: red;
}

.toast-success,
.toast-error,
.toast-info,
.toast-warning {
    color: #ffffff !important;
    max-width: 400px;
    /* Increased max width for better readability */
    padding: 16px 24px;
    /* Increased padding for a more spacious design */
    border-radius: 10px;
    /* Slightly larger rounded corners for a softer look */
    text-align: left;
    border: none !important;
    font-size: 16px !important;
    /* Slightly larger font size */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow for better emphasis */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.5;
    /* Improved line height for readability */
    display: flex;
    align-items: center;
}

.toast-success {
    background-color: #28a745 !important;
    /* Success green */
}

.toast-error {
    background-color: #dc3545 !important;
    /* Error red */
}

.toast-info {
    background-color: #17a2b8 !important;
    /* Info blue */
}

.toast-warning {
    background-color: #eebf31 !important;
    /* Warning yellow */
}

.toast-message {
    font-weight: 500;
    margin-left: 12px;
    /* Slightly increased margin for better spacing */
}

.toast-icon {
    margin-right: 14px;
    /* Increased spacing between icon and message */
    font-size: 24px;
    /* Larger icon size for better visibility */
    color: #ffffff !important;
}

.toast-container {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
}

.toast-top-right {
    top: 16px !important;
    right: 16px !important;
}

.user-profile {
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    /* height: 200px; */
    /* Adjust height as needed */
    width: 100%;
    /* Ensure full width is taken */
}

.user-profile img {
    max-width: 100px;
    /* Restrict the size of the image */
    max-height: 100px;
    border-radius: 50%;
    /* Makes the image circular */
    object-fit: cover;
    /* Ensures the image fits well inside the container */
}

.visitor-initialssss {
    display: flex;
    justify-content: center;
    /* Center the initials horizontally */
    align-items: center;
    /* Center the initials vertically */
    width: 100px;
    height: 100px;
    background-color: #565656;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    /* Makes the initials container circular */
    text-align: center;
}