@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bakbak+One&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dela+Gothic+One&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Lao+Looped:wght@100..900&family=Noto+Sans+Lao:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&family=The+Nautigal:wght@400;700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bakbak+One&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dela+Gothic+One&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Lao+Looped:wght@100..900&family=Noto+Sans+Lao:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Mono+One&family=Rubik:ital,wght@0,300..900;1,300..900&family=The+Nautigal:wght@400;700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --colorWhite: #fff;
    --text-black: #11101d;
    --gray-white: #f5f5f5;
    --lite-white: #fbfbfb;
    --text-black2: #17181a;
    --brand-red: #aa1a21;
    --danger-red: #dc2626;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100vh;
    background-color: var(--lite-white);
    font-family: "Poppins", sans-serif;
}
.dFlex {
    display: flex;
}
.d-none {
    display: none;
}
.noScroll {
    overflow: hidden;
}
.mainContainer {
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.mainContainer > section {
    padding: 40px;
    width: calc(100% - 240px);
    height: 100%;
    margin: auto 0 auto auto;
}
.mainContainer > section > article {
    margin: 36px 0;
}
.mainSectionHeader {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.mainSectionHeader img {
    width: 100%;
    height: auto;
}
.mainSectionHeader h2 {
    gap: 8px;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}
.mainSectionHeader h2 img {
    width: 16px;
}
.userProfileImag {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.approveBtn {
    background-color: #349a39;
    color: var(--colorWhite);
}
.userProfileImag img {
    width: 100%;
    height: auto;
}
.cmnPage_text {
    font-size: 18px;
    color: var(--text-black);
}
.text_cent {
    text-align: center;
}
.moreDets {
    margin-left: 4px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #8a8f98;
    font-size: 11px;
    color: #8a8f98;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rupeeIcon {
    font-family: "Inter", sans-serif;
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}
.p-40 {
    padding: 20px 40px;
}
.sectionCont {
    margin-top: 16px;
    background-color: var(--colorWhite);
    border-radius: 8px;
}
.seletClm {
    position: relative;
}
.profilePopup {
    max-width: 330px;
    width: 100%;
    box-shadow: 0px 2px 4px 0px #0000001c;
    background: var(--colorWhite);
    border-radius: 8px;
    padding: 20px 16px;
    position: absolute;
    top: 100%;
    right: 20px;
    z-index: 5;
    display: none;
}
.profileName > span {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
}
.profileName {
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.profileName_role h3 {
    font-size: 16px;
    color: var(--text-black);
    font-weight: 500;
    line-height: 20px;
}
.profileName_role_text {
    font-size: 14px;
    line-height: 20px;
    color: #6a6a6a;
}
.profOptions {
    padding-top: 8px;
}
.profOptions_sec {
    text-decoration: none;
    width: 100%;
    align-items: center;
    gap: 10px;
    color: var(--text-black);
    font-size: 14px;
    padding: 0 10px;
    height: 42px;
    cursor: pointer;
}
.profOptions_sec:hover {
    background-color: #f7f7f7;
}
.profOptions_sec img {
    width: 20px;
    height: auto;
}
.profOptions_line {
    margin: 16px auto;
    width: 90%;
    border-color: rgba(113, 113, 113, 0.04);
}
.noAccessPage {
    height: calc(100% - 50px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.mandIcon {
    color: var(--danger-red);
    font-size: 20px;
}
.noAccessPage img {
    width: 100%;
    height: auto;
}
.noAccessPage h3 {
    font-size: 24px;
    font-weight: 500;
    color: #11101d;
    line-height: 30px;
}
.noAccessPage p {
    padding-top: 8px;
    font-size: 18px;
    color: #11101d;
}
.noAccessPage p a {
    color: #aa1a21;
    text-decoration: underline;
}
.flatpickr-calendar {
    display: none;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: rgba(247, 225, 225, 0.98) !important;
    border-color: rgb(247, 225, 225, 0.98%) !important;
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(247, 225, 225, 0.98) !important;
}
