* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: 'Comfortaa', 'Inter', sans-serif;*/
}

:root {
    --primary-dark-blue: #0c1e42;
    --primary-white: #ffffff;
    --primary-red: #f62938;
    --primary-orange: #f7a132;
    --primary-plaster: #eaeaea;
    --primary-black: #0c0c0c;
    --primary-light-blue: #cddbf6;
    --primary-light-grey: #ededed;
    --primary-dark-grey: #9f9f9f;
    --secondary-blue: #376edb;
    --system-blue: #0065ff;
    --system-green: #36b37e;
    --system-yellow: #ffab00;
    --system-red: #ff5630;
    --system-neautral: #ebecf0;


				--white: #FFFFFF;
				--black: #000000;
				--success: #069569;
				--warning: #FFEDD1;
				--warning-dark: #5c3d0d;
				--danger: #D90000;
				--off-black: #353434;
				--grey-dark: #535353;
				--grey: #B5B5B5;
				--grey-light: #E3E3E3;
				--grey-off-white: #F2F2F2;
}

body {
    align-content: center;
    height: 100vh;
    width: 100vw;
    display: flex;
    position: relative;
    overflow-x: hidden;
}

.ContentArea{
    padding: 24px 80px 24px 24px;
}

.MainContainer{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.MainWrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

/*Multi Select Dropdown Input ------------------------------------------------------------------------------------*/
.MultiSelectContainer {
    position: relative;
    width: 400px;
    overflow-y: visible;
}

.MultiSelectContainer .MultiSelectInput {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 10px 24px 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    flex-wrap: wrap;
    max-height: 200px;
    position: relative;
}

.MultiSelectContainer .PlaceholderText {
    color: #DADADA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.MultiSelectContainer .SelectedOptions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.MultiSelectContainer .SelectedTag {
    border-radius: 4px;
    background: #E9E9E9;
    display: flex;
    height: 30px;
    padding: 10px;
    align-items: center;
    gap: 6px;
    color: #092854;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.MultiSelectContainer .RemoveBtn {
    cursor: pointer;
    font-weight: bold;
}

.MultiSelectContainer .ArrowIconWrapper {
    display: flex;
    align-items: center;
}

.MultiSelectContainer .ArrowIcon {
    width: 16px;
    height: 16px;
}

.MultiSelectContainer .MultiSelectDropdown {
    position: absolute;
    margin-top: 5px;
    margin-bottom: 24px;
    bottom: 20px;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 10;
    display: none;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
}

.MultiSelectContainer .DropdownItem {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    color: #092854;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
}

.MultiSelectContainer .DropdownItem:last-child {
    margin-bottom: 0;
}

.MultiSelectContainer .DropdownItem.Selected {
    background: #CDDBF6;
}

.MultiSelectContainer .CheckIcon {
    width: 16px;
    height: 16px;
}
/*Multi Select Dropdown Input End ----------------------------------------------------------------------------------*/

/*Input Styling with Icon Right and Left ---------------------------------------------------------------------------*/
.InputWrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 330px;
    height: 48px;
    padding: 16px;
    border-radius: 4px;
    background: #FFF;
    outline: none; /* removes the browser’s default glow */
    transition: border-color 0.2s;
    border: 1.5px solid #DADADA;
}



.InputIcon {
    width: 20px;
    height: 20px;
}

.StyledInput {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #092854;
}

.StyledInput::placeholder {
    color: #DADADA;
}

.InputWrapper .IconRight {
    justify-content: space-between;
}

.InputWrapper .IconLeft {

}
/*Input Styling with Icon Right and Left End -----------------------------------------------------------------------*/

/*CheckBox -------------------------------------------------------------------------------------------------------*/
.ContainerCheckboxes {
    width: 200px;
    height: auto;
    padding: 8px;
    background-color: transparent;
    border-radius: 16px;
}

.ContainerCheckboxes.White{
    border: 1px solid var(--White, #FFF);
    background: var(--White, #FFF);
    box-shadow: 0px 32px 32px -24px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(4px);
}

.CheckboxContainer {
    padding: 8px;
    border-radius: 8px;
    background: transparent;
}

.CheckboxWrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.CheckboxInput {
    display: none;
}

.IconBox {
    border-radius: 6px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.2s ease;
}

.CheckIcon {
    display: none;
    width: 14px;
    height: 14px;
    pointer-events: none;
}

/* Show check icon and change background on checked */
.CheckboxInput:checked + .IconBox .CheckIcon {
    display: block;
}

.CheckboxInput:checked + .IconBox {
    background-color: #000; /* Default fallback */
}

/* Color variants */
.CheckboxBlack .CheckboxInput:checked + .IconBox {
    background-color: #000;
    border: none;
}

.CheckboxBlue .CheckboxInput:checked + .IconBox {
    background-color: #092854;
    border: none;
}

.CheckboxGrey .CheckboxInput:checked + .IconBox {
    background-color: #616161;
    border: none;
}

.CheckboxLabel {
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.CheckboxLabel.Black {
    color: black;
}

.CheckboxLabel.Blue {
    color: #092854;
}

.CheckboxLabel.Grey {
    color: #616161;
}
/*CheckBox End -------------------------------------------------------------------------------------------------------*/

/*Basic Dropdown Menu -------------------------------------------------------------------------------------------------------*/
.DropdownWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 330px;
    font-family: Inter, sans-serif;
}

.DropdownInputWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 8px;
    border-radius: 4px;
    border: 1.3px solid #DADADA;
    background: var(--White, #FFF);
    cursor: pointer;
    user-select: none;
    z-index: 11;
}

.DropdownInputWrapper.active{
    border-radius: 4px 4px 0px 0px;
    border: 1.3px solid #376EDB;
    background: var(--White, #FFF);
}

.DropdownPlaceholder {
    color: #092854;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
}

.DropdownArrow {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.DropdownArrow.rotated {
    transform: rotate(180deg);
}

.DropdownMenu {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    padding-top: 9px;
    /*display: none;*/
    flex-direction: column;
    border-radius: 0px 0px 4px 4px;
    background: var(--White, #FFF);
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    z-index: 10;
}

.DropdownItem:hover {
    background: #CDDBF6;
}

.DropdownItem:active {
    background: #B8BBC2;
}

.DropdownItem {
    color: #092854;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.48px;
    padding: 11px 24px;
    cursor: pointer;
    transition: background 0.2s;
}
/*Basic Dropdown Menu End -------------------------------------------------------------------------------------------------------*/

/*Tooltips -------------------------------------------------------------------------------------------------*/
.TooltipContainer{
    width: auto;
    height: auto;
    background: none;
    padding: 20px;
    border: none;
}

.Tooltip{
    position: relative;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 16px;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
    color: black;
    font-size: 14px;
    width: 231px;
    height: auto;
}

.Tooltip.White{
    background: var(--light-background, #FFF);
}

.Tooltip.Black{
    background: var(--dark-background, #181818);
}

.TooltipTitle{
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.TooltipTitle.White{
    color: var(--light-heading, #484848);
}

.TooltipTitle.Black{
    color: var(--dark-heading, #F5F5F5);
}

.TooltipText{
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.TooltipText.White {
    color: var(--light-paragraph, #333);
}

.TooltipText.Black{
    color: var(--dark-paragraph, #FFF);
}

.TooltipArrow{
    position: absolute;
}

.TooltipArrow.BottomCenter{
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.TooltipArrow.TopCenter{
    top: -16px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.TooltipArrow.LeftCenter{
    left: -16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.TooltipArrow.RightCenter{
    right: -16px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
}

.TooltipArrow.BottomLeft{
    bottom: -16px;
    left: 10%;
}

.TooltipArrow.BottomRight{
    bottom: -16px;
    right: 10%;
}

.TooltipArrow.TopLeft{
    top: -16px;
    left: 10%;
    transform: rotate(180deg);
}

.TooltipArrow.TopRight{
    top: -16px;
    right: 10%;
    transform: rotate(180deg);
}
/*Tooltips End -------------------------------------------------------------------------------------------------*/

/*Toggle Container ------------------------------------------------------------------------------------------------*/
.ToggleContainer {
    display: flex;
    width: auto;
    height: 48px;
    padding: 4px;
    gap: 4px;
    border-radius: 12px;
    background: var(--White-whiteblue-100, #F2F4F5);
    cursor: pointer;
}

.ToggleOption {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.ActiveToggle {
    color: #092854;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.InactiveToggle {
    background: none;
    color: #DADADA;
}

.ToggleLabel {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    pointer-events: none; /* Prevent text div from capturing clicks */
}
/*Toggle Container End------------------------------------------------------------------------------------------------*/

/*Select Day------------------------------------------------------------------------------------------------*/
.SelectDayContainer {
    display: flex;
    gap: 14px;
    padding: 20px;
}

.DayItem {
    color: #DADADA;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
    cursor: pointer;
}

.DayItem.SelectedDay {
    color: #F62938;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}
/*Select Day End-----------------------------------------------------------------------------------------------*/

/*Progress Container Type 1-----------------------------------------------------------------------------------------------*/
.ProgressContainer.Type1{
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 8px;
    width: fit-content;
    gap: 8px;
    background: var(--Neutral-White, #FFF);
}

.Type1 .IconCircle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid transparent;
    background-color: transparent;
}

.Type1 .IconCircle.Pending {
    border: 2px solid #092854;
    background-color: transparent;
}

.Type1 .IconCircle.Warning {
    background-color: #F7A132;
}

.Type1 .IconCircle.Error {
    background-color: #F62938;
}

.Type1 .IconCircle.Success {
    background-color: #198038;
}

.Type1 .IconCircle img {
    width: 36px;
    height: 36px;
}

.Type1 .ProgressContent {
    display: flex;
    flex-direction: column;
}

.Type1 .ProgressInfo {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    color: var(--Neutral-Gray-60, #6F6F6F);
    text-align: center;
    font-family: Lato;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
}

.Type1 .ProgressPercent {
    color: var(--Neutral-Gray-90, #262626);
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.Type1 .ProgressBarBackground {
    width: 232px;
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.Type1 .ProgressBarFill25 {
    width: 25%;
    height: 100%;
    transition: width 0.3s ease;
}

.Type1 .ProgressBarFill50 {
    width: 50%;
    height: 100%;
    transition: width 0.3s ease;
}

.Type1 .ProgressBarFill75 {
    width: 75%;
    height: 100%;
    transition: width 0.3s ease;
}

.Type1 .ProgressBarFill100 {
    width: 100%;
    height: 100%;
    transition: width 0.3s ease;
}

.Type1 .ProgressBarFill25.Pending {
    background-color: #0043CE;
}

.Type1 .ProgressBarFill50.Warning {
    background-color: #F1C21B;
}

.Type1 .ProgressBarFill75.Error {
    background-color: #DA1E28;
}

.Type1 .ProgressBarFill100.Success {
    background-color: #198038;
}

/*Progress Container Type 1 End-----------------------------------------------------------------------------------------------*/

/*Progress Container Type 2 -----------------------------------------------------------------------------------------------*/
:root {
    --InactiveBorder: #DADADA;
    --InactiveLine: #C6C6C6;
}


.ProgressContainer.Type2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: auto;
    position: relative;
    gap: 10px;
    border-radius: 8px;
    background: var(--Neutral-White, #FFF);
    padding: 16px 24px;
}

.Type2 .StepItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.Type2 .StepCircle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #fff;
    border: 1.5px solid var(--InactiveBorder);
    color: #bbb;
}

.Type2 .StepCircle.Success{
    border: none;
    background: #4CAF50;
}

.Type2 .StepCircle.Error{
    border: none;
    background: #F62938;
}

.Type2 .StepCircle.Warning{
    border: none;
    background: #F7A132;
}

.Type2 .StepCircle.Cleared{
    border: none;
    background: #092854;
}

.Type2 .StepCircle.Pending{
    border: 1.5px solid #092854;
    background: #fff;
}

.Type2 .StepCircle img {
    width: 16px;
    height: 16px;
}

.Type2 .StepLabel {
    margin-top: 8px;
    color: var(--Neutral-Gray-60, #6F6F6F);
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.Type2 .StepLine {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: 1.5px;
    background: var(--InactiveLine);
    z-index: 1;
    margin-left: 10px;
}

.Type2 .StepLine.Success{
    background: #4CAF50;
}

.Type2 .StepLine.Cleared{
    background: #092854;
}

.Type2 .StepLine.Warning{
    background: #F7A132;
}

.Type2 .StepLine.Error{
    background: #F62938;
}
/*Progress Container Type 2 End-----------------------------------------------------------------------------------------------*/

/*Progress Container Type 3 -----------------------------------------------------------------------------------------------*/
.ProgressContainer.Type3{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 8px;
    width: auto;
    background: var(--Neutral-White, #FFF);
}

.Type3 .ProgressContent{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.Type3 .CheckoutContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
}

.Type3 .ShippingContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 134px;
}

.Type3 .PaymentContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
}

.Type3 .ConfirmContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 32px;
}

.Type3 .Text{
    color: var(--Neutral-Gray-60, #6F6F6F);
    text-align: center;
    font-family: Lato;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    line-height: 16px;
}

.Type3 .Dot {
    width: 3px;
    height: 3px;
    border-radius: 64px;
    background-color: #D0E2FF;
    margin-bottom: 8px;
}

.Type3 .Dot.Pending {
    background-color: #D0E2FF;
}

.Type3 .Dot.Cleared {
    background-color: #0043CE;
}

.Type3 .Dot.Warning {
    background-color: #F9E59E;
}

.Type3 .Dot.Error {
    background-color: #FFD7D9;
}

.Type3 .Dot.Disabled {
    background-color: #E0E0E0;
}

.Type3 .ProgressBarBackground {
    width: 100%;
    height: 8px;
    border-radius: 64px;
    background: var(--Blue-Blue-20, #D0E2FF);
    overflow: hidden;
}

.Type3 .ProgressBarBackground.Warning {
    background-color: #F9E59E;
}

.Type3 .ProgressBarBackground.Error {
    background-color: #FFD7D9;
}

.Type3 .ProgressBarBackground.Disabled {
    background-color: #E0E0E0;
}

.Type3 .ProgressBarFill {
    height: 8px;
    border-radius: 64px;
    transition: width 0.3s ease;
}

.Type3 .ProgressBarFill.Cleared {
    background-color: #0043CE;
    width: 100%;
}

.Type3 .ProgressBarFill.Pending {
    background-color: #0043CE;
    width: 60%;
}

.Type3 .ProgressBarFill.Warning {
    background-color: #F1C21B;
    width: 60%;
}

.Type3 .ProgressBarFill.Error {
    background-color: #DA1E28;
    width: 60%;
}
/*Progress Container Type 3 End-----------------------------------------------------------------------------------------------*/

/*Progress Container Type 4 -----------------------------------------------------------------------------------------------*/
.ProgressContainer.Type4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px 10px 16px;
    border-radius: 8px;
    width: auto;
    background: var(--Neutral-White, #FFF);
}

.Type4 .ProgressContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.Type4 .InfoText {
    color: var(--Neutral-Gray-50, #8D8D8D);
    text-align: center;
    font-family: Lato;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 200% */
    letter-spacing: 0.5px;
}

.Type4 .HeadingContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
}

.Type4 .HeadingText {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.Type4 .HeadingText.Cleared{
    color: var(--Cyan-Cyan-60, #0072C3);
}

.Type4 .HeadingText.Warning {
    color: #F1A81B;
}

.Type4 .HeadingText.Error {
    color: #DA1E28;
}

.Type4 .TimeContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
}

.Type4 .TimeContainer img {
    height: 8px;
    width: 8px;
}

.Type4 .TimeContainer .Time {
    color: var(--Neutral-Gray-50, #8D8D8D);
    text-align: center;
    font-family: Lato;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.5px;
}

.Type4 .ProgressBarContainer {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
}

.Type4 .ProgressBarBackground {
    background-color: #E0E0E0;
    width: 296px;
    height: 12px;
    border-radius: 64px;
}

.Type4 .ProgressBarFill{
    height: 12px;
    border-radius: 64px;
}

.Type4 .ProgressBarFill.Step1 {
    width: 52px;
}

.Type4 .ProgressBarFill.Step2 {
    width: 95px;
}

.Type4 .ProgressBarFill.Step3 {
    width: 166px;
}

.Type4 .ProgressBarFill.Step4 {
    width: 258px;
}

.Type4 .ProgressBarFill.Complete {
    width: 100%;
}

.Type4 .ProgressBarFill.Cleared {
    background-color: #0043CE;
}

.Type4 .ProgressBarFill.Warning{
    background-color: #F1C21B;
}

.Type4 .ProgressBarFill.Error {
    background-color: #DA1E28;
}

.Type4 .DotContainer1{
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 37px;
    top: 0;
}

.Type4 .DotContainer2 {
    position: absolute;
    left: 80px;
    top: 0;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Type4 .DotContainer3 {
    position: absolute;
    right: 132px;
    top: 0;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Type4 .DotContainer4 {
    position: absolute;
    right: 42px;
    top: 0;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Type4 .Dot {
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #0043CE;
}

.Type4 .Dot.Cleared {
    background-color: #EDF5FF;
}

.Type4 .Dot.Disabled {
    background-color: #A8A8A8;
}

.Type4 .Dot.Error {
    background-color: #EDF5FF;
}

.Type4 .Dot.Warning {
    background-color: #EDF5FF;
}
/*Progress Container Type 4 End-----------------------------------------------------------------------------------------------*/

/*Page Index ----------------------------------------------------------*/
.PageIndexContainer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
}

.IndexText{
    color: var(--Neutral-400, #888);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.IndexText:hover{
    color: #1A71F6;
    transform: translateY(-3px);
}

.IndexText.Active{
    color: #1A71F6;
}

.IndexIcon{
    height: 16px;
    width: 16px;
}
/*Page Index End ----------------------------------------------------------*/

/* Search Bar-----------------------------------------------------------------------*/
.SearchBarContainer{
    display: flex;
    justify-content: flex-start;
}

.SearchWrapper {
    position: relative;
    width: 100%;
}

.SearchWrapper .SearchInput {
    width: 100%;
    border-radius: 8px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
    outline: none;
    box-sizing: border-box;
    max-height: 40px;
    transition: border 0.3s;
}

.SearchInput.Content {
    padding: 10px 12px;
    background: #fff;
    color: #666;
    line-height: 20px;
    border: 1px solid #ccc;
}

.SearchInput.Header{
    padding: 8px 16px;
    background: rgb(245, 246, 247);
    color: rgb(102, 102, 102);
    border: 1px solid rgb(245, 246, 247)
}


.SearchInput:focus {
    border: 1px solid #3885FD ;
}

.SearchIcon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
/* Search Bar End-----------------------------------------------------------------------*/

/* Filter Button-----------------------------------------------------------------------*/
.Filter_Btn{
    width: auto;
    border-radius: 8px;
    border: 1.5px solid #E7E7E7;
    align-items: center;
    gap: 6px;
    display: flex;
    padding: 8px;
    background: none;
    max-height: 40px;
}

.Filter_Btn span{
    color: var(--root-faint---on-light, #666);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.Filter_Icon{
    height: 24px;
    width: 24px;
}
/* Filter Button End-----------------------------------------------------------------------*/

/*//////////////////////////*/
/*New Bootstrap--------------------------------------------------------------------------------------------------------*/

/*Colors -----------------------------------------------------------------------------------------==----*/
    /*Text Color-------------------*/
    .Txt_LightBlue{color: #1A71F6;}
    .Txt_DarkGrey{color: #454545;}
    /*Text Color ENd--------------*/
/*Colors End----------------------------------------------------------------------------------------==-*/

/*Font -------------------------------------------------------------------------------------------------*/
    /*Font Size ------------------*/
    .FS_12P{font-size: 12px}
    .FS_13P{font-size: 13px}
    .FS_14P{font-size: 14px}
    .FS_15P{font-size: 15px}
    .FS_16P{font-size: 16px}
    .FS_18P{font-size: 18px}
    .FS_20P{font-size: 20px}
    .FS_22P{font-size: 22px}
    .FS_24P{font-size: 24px}
    .FS_26P{font-size: 26px}
    .FS_28P{font-size: 28px}
    .FS_30P{font-size: 30px}
    .FS_32P{font-size: 32px}
    .FS_34P{font-size: 34px}
    .FS_36P{font-size: 36px}
    /*Font Size End---------------*/
    
    /*Font Weight ----------------*/
    .FW_300{font-weight: 300}
    .FW_400{font-weight: 400}
    .FW_500{font-weight: 500}
    .FW_600{font-weight: 600}
    /*Font Weight ENd-------------*/
/*Font End-----------------------------------------------------------------------------------------------*/

/*Width----------------------------------------------------------------------------------------------------*/
    .W5 {width: 5%}
    .W10 {width: 10%}
    .W15 {width: 15%}
    .W20 {width: 20%}
    .W25 {width: 25%}
    .W30 {width: 30%}
    .W35 {width: 35%}
    .W40 {width: 40%}
    .W45 {width: 45%}
    .W50 {width: 50%}
    .W55 {width: 55%}
    .W60 {width: 60%}
    .W65 {width: 65%}
    .W70 {width: 70%}
    .W75 {width: 75%}
    .W80 {width: 80%}
    .W85 {width: 85%}
    .W90 {width: 90%}
    .W95 {width: 95%}
    .W100 {width: 100%}
    .WAuto {width: auto}
    /* ===== Percentage width helpers ===== */
    .w_5p   { flex: 0 0 5%;    width: 5%; }
    .w_10p  { flex: 0 0 10%;   width: 10%; }
    .w_12p  { flex: 0 0 12.5%;   width: 12.5%; }
    .w_15p  { flex: 0 0 15%;   width: 15%; }
    .w_17p  { flex: 0 0 17.5%;   width: 17.5%; }
    .w_20p  { flex: 0 0 20%;   width: 20%; }
    .w_25p  { flex: 0 0 25%;   width: 25%; }
    .w_30p  { flex: 0 0 30%;   width: 30%; }
    .w_33p  { flex: 0 0 33.33%; width: 33.33%; }
    .w_35p  { flex: 0 0 35%;   width: 35%; }
    .w_40p  { flex: 0 0 40%;   width: 40%; }
    .w_45p  { flex: 0 0 45%;   width: 45%; }
    .w_50p  { flex: 0 0 50%;   width: 50%; }
    .w_55p  { flex: 0 0 55%;   width: 55%; }
    .w_60p  { flex: 0 0 60%;   width: 60%; }
    .w_65p  { flex: 0 0 65%;   width: 65%; }
    .w_66p  { flex: 0 0 66.66%; width: 66.66%; }
    .w_70p  { flex: 0 0 70%;   width: 70%; }
    .w_75p  { flex: 0 0 75%;   width: 75%; }
    .w_80p  { flex: 0 0 80%;   width: 80%; }
    .w_85p  { flex: 0 0 85%;   width: 85%; }
    .w_90p  { flex: 0 0 90%;   width: 90%; }
    .w_95p  { flex: 0 0 95%;   width: 95%; }
    .w_100p { flex: 0 0 100%;  width: 100%; }
/*Width End---------------------------------------------------------------------------------------------------*/

/*Padding ----------------------------------------------------------------------------------------------------*/
    .P_6{padding: 6px;}
    .P_8{padding: 8px;}
    .P_10{padding: 10px;}
    .P_12{padding: 12px;}
    .P_14{padding: 14px;}
    .P_16{padding: 16px;}
    .P_18{padding: 18px;}
    .P_20{padding: 20px;}
    .P_22{padding: 22px;}
    .P_24{padding: 24px;}
    .P_26{padding: 26px;}
    .P_28{padding: 28px;}
    .P_30{padding: 30px;}
    .P_32{padding: 32px;}
    /*Padding Left --------------------------*/
        .PL_6 { padding: 0 0 0 6px; }
        .PL_8 { padding: 0 0 0 8px; }
        .PL_10 { padding: 0 0 0 10px; }
        .PL_12 { padding: 0 0 0 12px; }
        .PL_14 { padding: 0 0 0 14px; }
        .PL_16 { padding: 0 0 0 16px; }
        .PL_18 { padding: 0 0 0 18px; }
        .PL_20 { padding: 0 0 0 20px; }
        .PL_22 { padding: 0 0 0 22px; }
        .PL_24 { padding: 0 0 0 24px; }
        .PL_26 { padding: 0 0 0 26px; }
        .PL_28 { padding: 0 0 0 28px; }
        .PL_30 { padding: 0 0 0 30px; }
        .PL_32 { padding: 0 0 0 32px; }
    /*Padding Left End--------------------------*/
    /*Padding Right --------------------------*/
        .PR_6 { padding: 0 6px 0 0 ; }
        .PR_8 { padding: 0 8px 0 0 ; }
        .PR_10 { padding: 0 10px 0 0 ; }
        .PR_12 { padding: 0 12px 0 0 ; }
        .PR_14 { padding: 0 14px 0 0 ; }
        .PR_16 { padding: 0 16px 0 0 ; }
        .PR_18 { padding: 0 18px 0 0 ; }
        .PR_20 { padding: 0 20px 0 0 ; }
        .PR_22 { padding: 0 22px 0 0 ; }
        .PR_24 { padding: 0 24px 0 0 ; }
        .PR_26 { padding: 0 26px 0 0; }
        .PR_28 { padding: 0 28px 0 0 ; }
        .PR_30 { padding: 0 30px 0 0 ; }
        .PR_32 { padding: 0 32px 0 0 ; }
    /*Padding Right End--------------------------*/
    /*Padding Top --------------------------*/
        .PT_6 { padding: 6px 0  0 0 ; }
        .PT_8 { padding: 8px 0  0 0 ; }
        .PT_10 { padding: 10px 0  0 0 ; }
        .PT_12 { padding: 12px  0 0 0 ; }
        .PT_14 { padding: 14px 0  0 0 ; }
        .PT_16 { padding: 16px 0  0 0 ; }
        .PT_18 { padding: 18px 0  0 0 ; }
        .PT_20 { padding: 20px 0  0 0 ; }
        .PT_22 { padding: 22px 0  0 0 ; }
        .PT_24 { padding: 24px 0  0 0 ; }
        .PT_26 { padding: 26px 0  0 0; }
        .PT_28 { padding: 28px 0  0 0 ; }
        .PT_30 { padding: 30px 0  0 0 ; }
        .PT_32 { padding: 32px 0  0 0 ; }
    /*Padding Top End--------------------------*/
    /*Padding Bottom --------------------------*/
        .PB_6 { padding: 0 0 6px 0 ; }
        .PB_8 { padding: 0 0 8px 0 ; }
        .PB_10 { padding: 0 0 10px 0 ; }
        .PB_12 { padding: 0 0 12px 0 ; }
        .PB_14 { padding: 0 0 14px 0 ; }
        .PB_16 { padding: 0 0 16px 0 ; }
        .PB_18 { padding: 0 0 18px 0 ; }
        .PB_20 { padding: 0 0 20px 0 ; }
        .PB_22 { padding: 0 0 22px 0 ; }
        .PB_24 { padding: 0 0 24px 0 ; }
        .PB_26 { padding: 0 0 26px 0; }
        .PB_28 { padding: 0 0 28px 0 ; }
        .PB_30 { padding: 0 0 30px 0 ; }
        .PB_32 { padding: 0 0 32px 0 ; }
    /*Padding Bottom End--------------------------*/
/*Padding End----------------------------------------------------------------------------------------*/

/*Scrollbar -----------------------------------------------------------------------------------------*/
    ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        border-radius: 5px;
    }
    
    select:hover {
        cursor: pointer;
    }
    
    ::-webkit-scrollbar-track {
        background: var(--grey-light) !important;
        border-radius: 5px;
        overflow: hidden;
    }
    
    ::-webkit-scrollbar-thumb {
        background: var(--grey) !important;
        border-radius: 5px;
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background: var(--grey-dark) !important;
        cursor: pointer;
    }
/*Scrollbar End---------------------------------------------------------------------------------------*/

/*Buttons --------------------------------------------------------------------------------------------*/
    .Btn{
        width: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        background: none;
        border: none;
        gap: 6px;
    }
    .Btn span{
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        /*line-height: 140%;*/
        color: var(--root-faint---on-light, #666);
    }
    
    .Btn:active {
        transform: scale(0.98);
    }
    
    .Btn_Scale {
        transition: transform 0.2s ease;
    }
    .Btn_Scale:hover{
        transform: scale(1.01);
    }
    .Btn_Scale:hover span{
        transform: scale(1.03);
    }
    
    .Btn_Border_None{
        border: none;
    }

    /*Button size ----------------------------*/
        /*Small*/
            .Btn_Small{
                max-height: 40px;
                padding: 8px;
                border-radius: 8px;
            }
            .Btn_Small_Wide{
                max-height: 40px;
                padding: 10px;
                border-radius: 8px;
                min-width: 100px;
                
            }
            .Btn_Small span{
                font-weight: 500;
                font-size: 12px;
            }
        /*Small End*/
    /*Button size End----------------------------*/

    /*Button Spam ----------------------------*/
            .Btn_Span{
                border: none;
            }
        /*Light Grey*/
            .Btn_Span_Grey span{
                color: var(--root-faint---on-light, #666);
            }
            .Btn_Span_Grey:hover span{
                text-decoration: underline;
            }
            .Btn_Span_Grey_Blue span{
                color: var(--root-faint---on-light, #666)
            }
            .Btn_Span_Grey_Blue:Hover span{
                color: var(--root-faint---on-light, #1A71F6);
                                text-decoration: underline;
            }
        /*Light Grey End*/
    /*Button Spam End ----------------------------*/

    /*Button Border ----------------------------*/
        /*Light Grey*/
            .Btn_Border_LightGrey{
                border: 1.5px solid #E7E7E7;
            }
            .Btn_Border_LightGrey span{
                color: var(--root-faint---on-light, #666);
            }
            .Btn_Border_LightGrey:hover{
                transition: box-shadow 0.25s ease;
                box-shadow: 0 0 5px rgba(231, 231, 231, 0.3);
            }
            .Btn_Border_LightGrey:hover span{
            }
            .Btn_Border_LightGrey_Blue {
                border: 1.5px solid #E7E7E7;
            }
            .Btn_Border_LightGrey_Blue span{
                color: var(--root-faint---on-light, #666);
            }
            .Btn_Border_LightGrey_Blue:hover{
                transition: box-shadow 0.25s ease;
                box-shadow: 0 0 5px rgba(231, 231, 231, 0.3);
            }
            .Btn_Border_LightGrey_Blue:hover span{
                color: #1A71F6;
            }
            /*.Btn_Border_LightGrey_Blue:active {*/
            /*    border: 1.5px solid #E7E7E7;*/
            /*    transform: scale(0.98);*/
            /*    color: #1A71F6;*/
            /*}*/
            /*.Btn_Border_LightGrey_Hover_Blue{*/
            /*    border: 1.5px solid #E7E7E7;*/
            /*}*/
            /*.Btn_Border_LightGrey_Hover_Blue span{*/
            /*    color: var(--root-faint---on-light, #666);*/
            /*}*/
            /*.Btn_Border_LightGrey_Hover_Blue:hover{*/
            /*    transition: box-shadow 0.25s ease;*/
            /*    box-shadow: 0 0 5px rgba(26, 113, 246, 0.3);*/
            /*}*/
            /*.Btn_Border_LightGrey_Hover_Bluer:hover span{*/
            /*    color: #1A71F6;*/
            /*}*/
        /*Light Grey End*/

        /*Dark Blue*/
            .Btn_border_DarkBlue{
                color: #092854;
                border: 1.5px solid #092854;
            }
            .Btn_Border_DarkBlue:hover{
                border: none;
                color: #FFF;
                background-color: #376EDB;
            }
            .Btn_Border_DarkBlue:active{
                border: none;
                color: #FFF;
                background-color: #0C0C0C;
                /*transform: scale(0.98);*/
            }
        /*Dark Blue End*/
    /*Button Border End----------------------------*/

    /*Button Colors -------------------------------*/
        /*Light Blue*/
        .Btn_Solid_LightBlue {
            background: #1A71F6;
            border: 1.5px solid #1A71F6;
        }
            .Btn_Solid_LightBlue:hover {
                transition: box-shadow 0.25s ease;
                box-shadow: 0 0 4px rgba(26, 113, 246, 0.3);
            }
            .Btn_Solid_LightBlue span {
                color: #FFF;
            }
            .Btn_Solid_LightBlue:active {
                background: #1A71F6;
                border: 1.5px solid #1A71F6;
            }
        /*Light Blue End*/
        /*Dark Blue*/
        .Btn_Solid_DarkBlue{
            color: #FFF;
            background-color:  #092854;
        }
            .Btn_Solid_DarkBlue:hover{
                background-color: #376EDB;
            }
            .Btn_Solid_DarkBlue:active{
                background-color: #0C0C0C;
                transform: scale(0.98);
            }
        /*Dark Blue End*/
    /*Button Colors End ----------------------------*/

    /*Button Extras --------------------------------*/
        .Icon_Btn_Small{
            height: 24px;
            width: 24px;
        }
        
        .Btn_Hover:hover{
            transform: translateY(-2px);
        }
    /*Button Extras End ----------------------------*/
    .Btn.SolidBlue{
        color: #FFF;
        background-color:  #092854;
    }
    
    .Btn.SolidBlue:hover{
        background-color: #376EDB;
    }
    
    .Btn.SolidBlue:active{
        background-color: #0C0C0C;
        transform: scale(0.98);
    }
    
    .Btn.OutlineBlue{
        color: #092854;
        border: 1.5px solid #092854;
    }
    
    .Btn.OutlineBlue:hover{
        border: none;
        color: #FFF;
        background-color: #376EDB;
    }
    
    .Btn.OutlineBlue:active{
        border: none;
        color: #FFF;
        background-color: #0C0C0C;
        transform: scale(0.98);
    }


.Btn_Delete{
    border: 1.5px solid #E7E7E7;
    background-color: none;
    color: #fff;
    width: 20%;
    justify-content: center;
    text-align: center;
}
.Btn_Delete span{
    color: var(--root-faint---on-light, #666);
}
.Btn_Delete:hover span{
    color: #FFFFFF;
}
.Btn_Delete:hover{
    border: 1px solid #f62938;
    color: #fff;
    background-color: #f62938;
                        transition: box-shadow 0.25s ease;
                box-shadow: 0 0 5px rgba(246, 41, 56, 0.3);
}

.DeleteFormBtnContainer{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/*Buttons End ---------------------------------------------------------------------------------------*/

/* Search Bar-----------------------------------------------------------------------------------------*/
    .Search_Container{
        display: flex;
        justify-content: flex-start;
    }
    
    .Search_Wrapper {
        position: relative;
        width: 100%;
    }
    
    .Search_Wrapper .Search_Input {
        width: 100%;
        border-radius: 8px;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        outline: none;
        box-sizing: border-box;
        max-height: 40px;
        transition: border 0.3s;
        border: 1px solid #ccc;
        padding: 8px 16px;
        background: none;
        color: #666;
    }
    
    .Search_Input:focus {
        border: 1px solid #3885FD ;
    }
    
    .Search_Icon {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
/* Search Bar End-------------------------------------------------------------------------------------*/

/*Forms ----------------------------------------------------------------------------------------------*/
    /*Form Heading------------------------------------*/
        .Form_Heading_Container {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
            border-bottom: 1px solid rgba(38, 50, 56, 0.10);
            padding: 10px 10px 10px 0;
        }
        .Form_Heading {
            width: auto;
            color: #263238;
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }
    /*Form Heading End------------------------------------*/
    /*Form Section------------------------------------*/
        .Form_Section {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-bottom: 24px;
        }
        /*Form Group-----------------------*/
            .Form_Group {
                display: flex;
                flex-direction: column;
            }
                .Form_Group label {
                    font-weight: 600;
                    margin-bottom: 6px;
                    font-size: 14px;
                }
                .Form_Group input, .Form_Group select {
                    padding: 10px 12px;
                    font-size: 14px;
                    border: 1px solid #ccc;
                    border-radius: 6px;
                    height: 40px;
                }
        /*Form Group End-----------------------*/
    /*Form Section End------------------------------------*/
    /*Dropdown ------------------------------------*/
        .Custom_Select_Dropdown {
            position: relative;
            width: clamp(140px, 100%, 800px);
            font-family: system-ui, sans-serif;
            min-width: 200px;
        }
            .Custom_Select_Dropdown_Controls {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 6px;
            min-height: 42px;
            padding: 6px 36px 6px 10px;
            border: 1px solid #ccc;
            border-radius: 6px;
            background: #fff;
            cursor: pointer;
            position: relative;
        }
        .Custom_Dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin-top: 6px;
            background: #fff;
            border: 1px solid #cccccc80;
            border-radius: 6px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            padding: 8px;
            display: none;
            z-index: 10;
            flex-wrap: wrap;
        }
        .Custom_Dropdown.show {
            display: flex;
        }
            .Dropdown_Item {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 6px;
                border-radius: 4px;
                cursor: pointer;
                transition: background 0.2s;
                width: 100%;
            }
            .Dropdown_Item_Checkbox {
                position: absolute;
                opacity: 0;
                pointer-events: none;
            }
            .Dropdown_Item span{
                
            }
    /*Dropdown End------------------------------------*/
/*Forms End----------------------------------------------------------------------------------------------*/

/*Toggle ---------------------------------------------------------------------------------------------*/
.Active_Toggle_Container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Active_Toggle_Container span {
color: #263238;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Active_Toggle_Switch {
    width: 72px;
    height: 30px;
  background-color: #ccc;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.Active_Toggle_Switch.active {
  background-color: #52c41a;
}

.Active_Toggle_Circle {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 4px;
  transition: transform 0.3s ease;
}

.Active_Toggle_Switch.active .Active_Toggle_Circle {
  transform: translateX(40px);
}
/*Toggle End----------------------------------------------------------------------------------------------*/

/*New Bootstrap End-----------------------------------------------------------------------------------------------------*/
/*//////////////////////////*/
/*//////////////////////////*/










































