.loading-progress {
	position: relative;
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 20vh auto 1rem auto;
}

	.loading-progress circle {
		fill: none;
		stroke: #EEE;
		stroke-width: 0.6rem;
		transform-origin: 50% 50%;
		transform: rotate(-90deg);
	}

		.loading-progress circle:last-child {
			stroke: #333;
			stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
			transition: stroke-dasharray 0.05s ease-in-out;
		}

.loading-progress-text {
	position: absolute;
	text-align: center;
	font-weight: bold;
	inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

	.loading-progress-text:after {
		content: var(--blazor-load-percentage-text, "Loading");
	}

.custom-top-primary-border {
	border-top: 11px solid #177E89 !important;
	border-radius: 10px !important;
}

.custom-top-archive-border {
	border-top: 13px solid #814481 !important;
	border-radius: 10px !important;
}

.custom-top-block-border {
	border-top: 13px solid #FF1A40 !important;
	border-radius: 10px !important;
}

.custom-top-warning-border {
	border-top: 13px solid #FFB545 !important;
	border-radius: 10px !important;
}

.custom-top-success-border {
	border-top: 13px solid #3DCB6C !important;
	border-radius: 10px !important;
}

.custom-top-error-border {
	border-top: 13px solid #FF1A40 !important;
	border-radius: 10px !important;
}

.mud-tab .mud-ripple {
	color: #177E89 !important;
	background-color: transparent !important;
}

.mud-tab .mud-tab-active .mud-ripple {
	color: #177E89 !important;
}
.mt-10{
	margin-top:10px !important;
}
.float-right {
	float: right !important;
}

.float-left {
	float: left !important;
}
.card-details-content {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 1.5%;
}
.card-details-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 1.5%;
}

.card-details-label-mobile {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-left: 7%
}
.card-details-content-mobile {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	margin-left: 7%;
}

.card-details-header {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5%;
	margin-top: 3%;
}
.card-details-top-tag {
	margin-bottom: -0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #E0E1E4;
	border-bottom: 1px solid #E5E5E5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.card-details-top-tag:hover {
	margin-bottom: -0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #E0E1E4;
	border-bottom: 1px solid #E5E5E5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.card-border {
	border-left: 12px solid;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.card-border-festive-savings {
	border-left-color: #177E89;
}

.card-border-shoppers {
	border-left-color: #333333;
}

.card-border-stokvel {
	border-left-color: #CE0E2D;
}

.card-border-gift {
	border-left-color: #FFB71B;
}

.card-border-back-to-school {
	border-left-color: #A536A7;
}

.card-border-pensioners {
	border-left-color: #5F2160;
}

.card-border-employee {
	border-left-color: #00823E;
}

.card-border-default {
	border-left-color: #D3D3D3;
}
.mud-snackbar .mud-alert.mud-alert-filled-info {
	background: #177E89 !important;
	border-color: #177E89 !important;
}
:root {
	--mud-palette-info: #177E89;
}
.mud-data-grid .mud-table-cell .column-header .sort-direction-icon {
    opacity: 1 !important;
    visibility: visible !important;
}

.mud-data-grid .mud-table-cell .column-header .column-options .mud-menu .mud-icon-button-label {
    opacity: 1 !important;
    visibility: visible !important;
}

    .mud-data-grid .mud-table-cell .column-header .sort-direction-icon:not(.active),
    .mud-data-grid .mud-table-cell .column-header .column-options .mud-menu .mud-icon-button-label:not(:hover) {
        opacity: 0.8 !important;
    }

.mud-data-grid .mud-table-cell .column-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px; /* Controls the space between name and icon */
    width: auto; /* Prevents full width stretching */
}

    .mud-data-grid .mud-table-cell .column-header .sortable-column-header,
    .mud-data-grid .mud-table-cell .column-header .column-options {
        margin: 0 !important;
        padding: 0 !important;
        width: auto;
        min-width: unset;
        max-width: unset;
    }
.flex-wrap-alert {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    word-break: break-word !important;
    white-space: normal !important;
    padding: 2px !important;
    padding-left: 9px !important;
    max-width: 270px;
}

    .flex-wrap-alert.mud-alert-icon {
        align-self: start !important;
        margin-right: 8px !important;
    }
.mud-alert-close {
    align-self: start !important;
}
.custom-autocomplete .mud-input {
    height: 43px;
    background: white;
    border-radius: 10px !important;
}

.custom-autocomplete .mud-input-label {
    color: var(--Base-base-800, #4F4F50);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.custom-autocomplete .mud-input-outlined {
    border-radius: 10px !important;
}
.custom-autocomplete .mud-input-adornment-start .mud-icon-button:hover {
    background-color: transparent !important;
}
.custom-autocomplete .mud-input-adornment-start .mud-icon-button:hover .mud-icon-root {
    color: inherit !important;
}
.custom-autocomplete .mud-input-root {
    border-radius: 10px !important;
}

.custom-autocomplete .mud-input-outlined-border {
    border-radius: 10px !important;
}

.custom-autocomplete .mud-popover {
    border-radius: 10px !important;
}
.rounded-border {
    border-radius: 10px !important;
}
.border-red .mud-input {
    border: 2px solid red !important;
}


/*********Searchable Multiselect Style*********/

.search-input-container {
    display: flex;
    align-items: center;
    border: 2px solid #E0E1E4;
    border-radius: 6px;
    padding: 8px 12px;
    border-radius: 10px;
    background: white;
    cursor: pointer;
    gap: 8px;
    padding-bottom: 1.2%;
    padding-top: 1.2%
}

    .search-input-container:focus-within {
        border-color: #177E89;
        box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.1);
    }

.search-icon {
    color: #999;
    font-size: 14px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: transparent;
}

    .search-input::placeholder {
        color: #999;
    }

.dropdown-arrow {
    color: #999;
    font-size: 12px;
    transition: transform 0.2s ease;
}

    .dropdown-arrow.open {
        transform: rotate(180deg);
    }

.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
    align-items: center;
}

.selected-chip {
    display: inline-flex;
    align-items: center;
    background: #e3f2fd;
    color: #1976d2;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    gap: 4px;
}

.remove-btn {
    background: none;
    border: none;
    color: #1976d2;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin-left: 4px;
    border-radius: 2px;
}

    .remove-btn:hover {
        background: rgba(25, 118, 210, 0.1);
    }

.clear-all-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    padding: 4px 8px;
}

    .clear-all-btn:hover {
        color: #333;
    }

.dropdown-list {
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    gap: 8px;
    border-bottom: 1px solid #f0f0f0;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .dropdown-item:hover {
        background-color: #f5f5f5;
    }

.item-checkbox {
    margin: 0;
    cursor: pointer;
    border-radius: 10px;
    accent-color: #177E89;
}

.item-label {
    flex: 1;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.no-results {
    padding: 12px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.selection-count {
    margin-top: 12px;
    font-size: 12px;
    color: #666;
}
.custom-breadcrumbs {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: -10px;
}
    .custom-breadcrumbs li.mud-breadcrumb-separator.mud-ltr.mud-flip-x-rtl {
        padding: 0 6px !important;
    }
    .custom-breadcrumbs li.mud-breadcrumb-item {
        background: #E0E1E4 !important;
        padding: 6px 12px !important;
        border-radius: 10px !important;
        font-size: 14px;
    }

        .custom-breadcrumbs li.mud-breadcrumb-item.mud-disabled {
            background: #AFAFB2 !important;
            padding: 6px 12px !important;
            border-radius: 10px !important;
            font-size: 14px;
        }

        .custom-breadcrumbs li.mud-breadcrumb-item a {
            color: #4F4F50 !important;
            font-weight: bold !important;
        }

        .custom-breadcrumbs li.mud-breadcrumb-item.mud-disabled a {
            color: #4F4F50 !important;
            font-weight: bold !important;
        }

.custom-back-svg::before{
    content: "";
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
}

body .mud-button-root.override-disabled-button.mud-disabled,
body .mud-button-root.override-disabled-button:disabled {
    background-color: #8bbec4 !important;
    color: white !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
}
body .mud-button-root.override-disabled-button-red.mud-disabled,
body .mud-button-root.override-disabled-button-red:disabled {
    background-color: #e57373 !important;
    color: white !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

body .mud-button-root.override-disabled-button-green.mud-disabled,
body .mud-button-root.override-disabled-button-green:disabled {
    background-color: #4caf50 !important;
    color: white !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: none !important;
}
/*Text colour*/
.custom-primary-button-hover .mud-typography-body1 {
    color: white !important;
}

.custom-primary-button-hover:hover .mud-typography-body1 {
    color: #177E89 !important;
}

.custom-error-button-hover .mud-typography-body1 {
    color: white !important;
}

.custom-error-button-hover:hover .mud-typography-body1 {
    color: #f44336 !important;
}

.custom-success-button-hover .mud-typography-body1 {
    color: white !important;
}

.custom-success-button-hover:hover .mud-typography-body1 {
    color: #00c853 !important;
}
/*End text colour*/
/*Hover button effects*/
.custom-primary-button-hover:hover {
    border: 2px solid #177E89 !important;
    background: #FFF !important;
    color: #177E89;
    
    box-shadow: none;
}

.custom-error-button-hover:hover {
    border: 2px solid #f44336 !important;
    background: #FFF !important;
    color: #f44336 !important;
    
    box-shadow: none;
}

.custom-success-button-hover:hover {
    border: 2px solid #00c853 !important;
    background: #FFF !important;
    color: #00c853 !important;
    
    box-shadow: none;
}
/*End hover button effects*/
.custom-archive-button {
    border: 2px solid #814481 !important;
    background: #814481 !important;
    color: #FFF;
    
    box-shadow: none;
}
.custom-archive-button:hover {
        border: 2px solid #814481 !important;
        background: #FFF !important;
        color: #814481;
        
        box-shadow: none;
}

.custom-secondary-button-hover:hover {
    border: 2px solid var(--mud-palette-secondary, rgba(201, 202, 205, 1)) !important;
    background: #FFF !important;
    color: var(--mud-palette-secondary, rgba(201, 202, 205, 1)) !important;
    
    box-shadow: none;
}
.custom-warning-button-hover:hover {
    border: 2px solid var(--mud-palette-warning, rgba(255,152,0,1)) !important;
    background: #FFF !important;
    color: var(--mud-palette-warning, rgba(255,152,0,1)) !important;
    
    box-shadow: none;
}

/***********************************/
.custom-checkbox-wrapper {
    display: flex;
    align-items: center;
}

.custom-checkbox {
    width: 22px !important;
    height: 21px !important;
    border-radius: 4px;
    appearance: none;
    border: 1.3px solid lightgrey !important;
    background-color: white !important;
    padding-right: 15px;
    cursor: pointer;
}

    .custom-checkbox:checked {
        background-color: white !important;
        border-color: lightgrey !important;
    }

        .custom-checkbox:checked:before {
            content: '';
            margin: 5px;
            border-radius: 2px;
            display: block;
            width: 10px;
            height: 10px;
            background-color: #177E89 !important; /* Change this color as per your requirement */
        }

.custom-checkbox-wrapper label {
    cursor: pointer;
    padding-left: 8px;
    font-size: 13px;
}

.readonly-checkbox {
    pointer-events: none;
    opacity: 0.6;
}

.custom-select-container {
    overflow: hidden;
    background-color: white;
}

.custom-select {
    width: 85px;
    border: none;
    box-shadow: none;
    background-color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.country-dropdown-popover {
    position: absolute !important;
    width: 100% !important;
    transform: translateY(-25px) !important;
    border-radius:10px !important;
}

.custom-select img {
    vertical-align: middle;
}

.custom-textfield {
    border: none;
    box-shadow: none;
    flex-grow: 1;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mud-popover {
    margin-top: 10px;
    border: none !important;
}

    .mud-popover .mud-paper {
        border-radius: 10px !important;
        border: 1px solid #ccc !important;
        padding: 0;
    }

        .mud-popover .mud-paper .mud-list-item {
            
            margin: 5px;
        }
.responsive-grid th {
    background-color: #E5E5E5 !important;
    width: fit-content;
    height: 40px;
    color:  #4F4F50 !important;
    white-space: nowrap;
    font-weight: bold;
    padding: 1px;
}

.responsive-grid tr {
    max-height: 10px !important;
    height: 10px !important;
    padding: 2px 5px;
    cursor: pointer !important;
}

.responsive-grid .mud-table-header {
    background-color: #E5E5E5 !important;
    color:  #4F4F50 !important;
    font-weight: bold;
}

.responsive-grid .mud-table-head .mud-table-cell {
    padding: 2px 20px !important;
    font-weight: bold !important;
}

.responsive-grid .mud-table-body .mud-table-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 1px;
}

.responsive-grid tr:hover {
    color: #177E89 !important;
    background-color: #E0F7FA !important;
}

    .responsive-grid tr:hover td {
        color: #177E89 !important;
    }

.selected {
    background-color: #DAEAEC !important;
    color: #177E89 !important;
}

    .selected > td {
        color: #177E89 !important;
    }

        .selected > td .mud-input {
            color: white !important;
        }
.disabled-row {
    background-color: #E5E5E5 !important; 
    color: #a0a0a0 !important; 
    pointer-events: none !important; 
    opacity: 0.6 !important; 
    border-top: 1px solid #ccc !important; 
}
    .disabled-row > td {
        color: #808080 !important;
        font-style: italic !important;
    }
        .disabled-row > td .mud-input {
            color: #b0b0b0 !important; 
            background-color: #d0d0d0 !important; 
            border: 1px solid #a0a0a0 !important; 
        }
    .disabled-row:hover {
        background-color: #E5E5E5 !important; 
        color: #a0a0a0 !important;
    }

.MyDialog .mud-dialog {
    padding: 12px 12px 23px 12px !important;
}
.dialog-content .mud-dialog-content {
    padding: 0px 20px;
    margin-bottom: 8px;
    margin-top: 0px;
}
.mud-dialog .mud-dialog-content {
    overflow: inherit !important;
}
    .mud-dialog {
    padding: 12px 12px 23px 12px !important;
    border-radius: 10px !important;
}
.mud-dialog-mobile {
    padding: 1px 12px 23px 12px !important;
    border-radius: 10px !important;
}
.mud-dialog-title{
    margin-right:0px !important;
    padding-right:0px !important;
}
.mud-dialog .mud-dialog-title {
    padding: 5px 0px 5px 24px !important;
}
.drawer-content {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    padding: 10px;
}

.drawer-content {
    padding-top: 30px !important;
}
.drawer-content-update {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    padding: 10px;
    padding-top: 30px;
}


/* Chrome, Edge, Safari */
/*html body div.drawer-content::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

html body div.drawer-content::-webkit-scrollbar-button {
    display: none !important;
}

html body div.drawer-content::-webkit-scrollbar-thumb {
    background-color: #c4c4c4 !important;  
    border-radius: 10px !important;
    border: 2px solid white !important;
}

    html body div.drawer-content::-webkit-scrollbar-thumb:hover {
        background-color: #a8a8a8 !important;
    }

    html body div.drawer-content::-webkit-scrollbar-thumb:active {
        background-color: #888 !important;
        border: 2px dotted white !important;
    }

html body div.drawer-content::-webkit-scrollbar-track {
    background-color: white !important;
    border-radius: 10px !important;
}

    html body div.drawer-content::-webkit-scrollbar-track:hover {
        background-color: #f5f5f5 !important;
    }*/

/* Style for the entire grid */
.custom-grid {
    justify-content: start; /* Align items to the start */
    gap: 4px; /* Space between items */
    margin: 10px 0; /* Margin for the whole grid */
}

/* Style for each grid item */
.custom-grid-item {
    padding: 0; /* Remove default padding for tighter layout */
}

/* Style for each input box to look like separate boxes */
.custom-input-box {
    width: 30px; /* Width of each box */
    height: 40px; /* Height of each box */
    text-align: center; /* Center text inside each box */
    border: 1px solid #4caf50; /* Green border color */
    border-radius: 5px; /* Rounded corners */
    box-sizing: border-box; /* Ensure padding does not affect the box size */
    font-size: 1.5em; /* Font size to match the design */
    padding: 5px; /* Inner padding for text */
}

.stepContainer {
    display: flex;
    align-items: center !important;
    justify-content:center !important; 
    flex: 1;
    max-width: 100%;
}
.step-container-two {
    display: flex;
    align-items: center;
    max-width: 80%;
}
.step-indicator {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 15px !important;
    margin-top: 2% !important;
    text-align: center !important;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
}
.step-indicator-two {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important; 
    width: 100% !important; 
    margin: 0 auto !important; 
    text-align: center !important; 
    padding: 10px 0;
}

.step-circle {
    width: clamp(30px, 8vw, 35px);
    height: clamp(30px, 8vw, 35px);
    border-radius: 50%;
    background-color: #A2C5C9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 4vw, 18px);
    flex-shrink: 0;
}

.step-circle-active {
    background-color: #177E89;
}

.step-line {
    height: 2px;
    border-top: 4px dashed #008080;
    border-image: repeating-linear-gradient(to right, #008080 0, #008080 10px, transparent 10px, transparent 20px) 30;
    width: min(25px, 47vw);
}
.step-line-two {
    height: 2px;
    border-top: 4px dashed #008080;
    border-image: repeating-linear-gradient(to right, #008080 0, #008080 10px, transparent 10px, transparent 20px) 30;
    width: min(30px, 47vw);
}

.pill-toggle-clean {
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    gap: 0;
    box-sizing: border-box;
}

    .pill-toggle-clean .mud-toggle-item {
        flex: 1 1 0% !important;
        height: 100% !important;
        white-space: nowrap !important;
        outline: none !important;
        border: 1px solid #177E89 !important
    }

    .pill-toggle-clean .mud-toggle-item-delimiter {
        border: 0px !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
    }

    .pill-toggle-clean .mud-toggle-item:first-child {
        border-radius: 0px 0px 0px 0px !important;
    }

    .pill-toggle-clean .mud-toggle-item:last-child {
        border-radius: 0px 0px 0px 0px !important;
    }

.separator-icon {
    background-color: black !important;
    height: 14px;
    width: 2px;
}
.custom-primary-icon-hover:hover {
    border: 1px solid #177E89 !important;
    background: #FFF !important;
    color: #177E89;
    box-shadow: none;
}
.checkbox-label-sm {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: fit-content;
}

.checkbox-label-sm .mud-typography-body1 {
    font-size: 11px !important;
}

.checkbox-label-sm .checkbox-title {
    font-size: 14px !important;
    font-weight: bold !important;
}

.checkbox-label-sm label.mud-checkbox {
    align-items: flex-start; 
}

.checkbox-label-sm .mud-button-root.mud-icon-button {
    transform: translateY(-14px);
}
.checkbox-label .mud-typography-body1 {
    font-size: 14px !important;
}

.checkbox-label.checkbox-title {
    font-size: 16px !important;
    font-weight: bold !important;
}

.checkbox-label label.mud-checkbox {
    align-items: flex-start;
}

.checkbox-label .mud-button-root.mud-icon-button {
    transform: translateY(-14px);
}
/*html:has(.sc__container--reg), body:has(.sc__container--reg), #app:has(.sc__container--reg), .mud-main-content:has(.sc__container--reg){
    height: 100%;
}

.sc__container--reg, .sc__wrapper--reg {
    height: 100%;
}

    .sc__wrapper--reg{
        justify-content: flex-start !important;
    }

.sc__container--reg > div {
    display: flex;
    flex-direction: column;
}

.sc__navigation-container{
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 62px;
}*/

.mud-toggle-group .mud-toggle-item.mud-toggle-item-delimiter {
    margin: 0 !important;
    border: 0px !important;
    padding: 0 !important;
    gap: 0 !important;
}
.custom-datepicker .mud-picker-paper {
    width: 350px !important;
}

.custom-colorpicker .mud-picker-paper {
    height: 430px !important;
}

.custom-stack {
    gap: 0 !important;
}
html, body {
    overflow-x: hidden !important;
}
.containerDiv {
    background: #F4F5F9;
    width: 100%;
    min-height: 90vh;
    padding: 34px !important;
}
.containerDivMobile {
    background: #F4F5F9;
    width: 100%;
    min-height: 95vh;
    padding: 12px !important;
    scrollbar-width: none !important;
}
.myTopHeader {
    margin-top: 0.3%;
    color: #4F4F50 !important;
    margin-bottom: -1% !important;
/*    margin-bottom: 10px !important;*/
}

.myTopHeader > h1 {
    color: #4F4F50;
}

.switchContainer {
    background: #F4F5F9;
    transform: translate(32%, 20%);
    width: 60%;
    top: 0%;
    height: 70vh;
    overflow-y: hidden
}

@media only screen and (max-width: 600px) {
    .myTopHeader {
        margin-top: 3%
    }

    .pageDescription {
        display: none;
    }

    .secondTop {
        width: 100%;
        margin-top: 7%;
    }
}

/***************Self reg*****************/

.containerDivMB {
    background: transparent;
    height: 100%;
    width: 100%;
    margin-bottom: 40px;
    scrollbar-width: none !important;
    -ms-overflow-style: none;
}

.backNavigatorBTN {
    background-color: transparent;
    width: 100%;
    margin-top: 3%;
    margin-left: -2.5%;
    border-radius: 5px;
    float: Left
}

.selfRegHeading-mobile {
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.selfRegSubHeading-mobile {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #177e89
}

.selfRegHeading {
    font-size: 24px;
    font-weight: 700;
    text-align: center
}

.selfRegSubHeading {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #177e89
}

.selfRegLabel {
    font-size: 14px;
    margin-top: 3%;
    font-weight: 500;
    color: #4F4F50
}

.accountTypeDescriprion {
    height: 30vh;
    overflow-y: auto;
    border-radius:10px;
    border: 1px solid #E0E1E4
}

.accountTypeDescriprion-DT {
    border: 2px solid #E0E1E4;
    max-height: 60vh;
    max-width: 400px;
    border-radius: 10px;
    padding: 10px;
}

.selfRegLabel-2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #4F4F50
}

.selfRegLabel-3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 3%
}

.welcomeText {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20%;
    text-align: center
}

.welcomeText-2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 7%;
    text-align: center
}

.transactEntities {
    border: 1px solid #E0E1E4;
    width: 100%;
    
    max-height: 35vh;
    overflow-y: auto;
    margin-bottom: 1.5%
}

.scanQRLabel {
    font-size: 14px;
    margin-top: 3%;
    text-align: center;
    width: 100%;
    font-weight: 500;
    color: #4F4F50
}

.scanQRContainer {
    width: 80%;
    height: 125px;
    border-radius: 16px;
    margin: 3% auto;
    background: #177E8929
}

.scannerQR {
    color: #177E89;
    height: 40px;
    width: 40px;
    margin-top: 8%;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.mapContainer-MB {
    width: 96%;
    margin-left: 2%;
    height: 50vh
}

.mapContainer-DT {
    width: 100%;
    height: 50vh
}

.bottomNextBTNDiv {
    padding: 0% 2% ;
    bottom: 3%;
    width: 100%;
    margin-top: 14%;
}

.bottomNextBTN {
    background: #177e89;
    color: white;
    align-self: center;
    border-radius: 10px
}


.linkCardHeader {
    text-align: center;
    font-size: 24px;
    margin-top: 7%;
    margin-bottom: 3%;
    font-weight: 700;
    color: #4F4F50
}

.linkCardHeader-DT {
    text-align: center;
    font-size: 24px;
    margin-top: 5%;
    margin-bottom: 20%;
    font-weight: 700;
    color: #4F4F50
}

.linkCardSubHeader {
    text-align: center;
    font-size: 16px;
    margin-top: 10%;
    font-weight: 600;
    color: #4F4F50
}

.linkButtons {
    padding: 0% 3% 0% 3%;
    position: fixed;
    bottom: 5%;
    width: 100%
}

.linkCancelButton {
    background: white;
    color: #177e89;
    
    border: 2px solid #177e89 !important;
}

.linkConfirmButton {
    background: #177e89;
    color: white;
    
    border: 2px solid #177e89 !important;
}

/********************************/



.tree-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.mud-treeview-item-content:hover {
    color: #00695C !important;
    background-color: #E0F7FA !important;
}

.elevation-1 {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.custom-pager {
    position: sticky;
    bottom: 0;
    background-color: white;
    z-index: 10;
    padding-top: 8px;
}

.panel-header-with-line::before {
    content: '';
    display: block;
    height: 8px;
    background-color: #177E89 !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-header-with-line-disabled::before {
    height: 8px;
    width: 100%;
    background-color: rgba(23, 126, 137, 0.44) !important;
    position: absolute;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.panel-header {
    position: relative;
    padding-top: 8px;
    
}

.myExpansionPanel {
    
    border-top: 10px solid #177E89
}

.myExpansionPanel-button:hover {
    background: #3C939C !important;
}
.refresh-button {
    background-color: #177E89 !important;
    color: white !important;
    border-radius: 10px !important;
    width: 36px !important;
    height: 36px !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

@media (hover: hover) {
    .refresh-button:hover {
        background-color: white !important;
        color: #177E89 !important;
        border: 2px solid #177E89 !important;
    }
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
	html, body {
		scrollbar-width: none !important;
		-ms-overflow-style: none;
		scrollbar-color: inherit !important;
	}
	::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
	.scrollable-container::-webkit-scrollbar {
		display: none;
	}
	.scrollable-container {
		-ms-overflow-style: none;
		scrollbar-width: none !important;
		scrollbar-color: inherit !important;
	}
}


span.my-skeleton.mud-skeleton-rectangle.mud-skeleton-wave {
    background-image: none !important;
    background-size: 0 !important;
    -webkit-mask-image: none !important;
}
    span.my-skeleton.mud-skeleton-rectangle.mud-skeleton-wave::before {
        content: "";
        position: absolute;
        width: 50%; 
        height: 100%;
        transform: translateX(-100%);
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0%, 
        rgba(0, 0, 0, 0.16) 40%, 
        rgba(0, 0, 0, 0.17) 50%, 
        rgba(0, 0, 0, 0.16) 60%, 
        rgba(255, 255, 255, 0) 100% 
        ) !important;
        animation: skeleton-wave 2s ease-in-out infinite !important; 
    }

@keyframes skeleton-wave {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.custom-error-snackbar {
    background-color: #FF1A40 !important; 
    color: white !important; 
}
.mud-snackbar .mud-snackbar-content {
    border-radius: 10px !important;
}
.mud-snackbar{
    border-radius: 10px !important;
}


.header1-spacing {
    padding-left: 16px;
    text-align: left;
    font-weight: bold;
}
.header2-spacing {
    padding-right: 16px;
    text-align: right;
    font-weight: bold;
}
.myTableMudTd {
    background: white
}

.userDisplayer {
    margin-top: 1%;
    background: #D9D9D9 !important;
    padding: 4px;
    max-height: 68vh;
    overflow-y: auto;
}

.myTable {
    background: #D9D9D9;
    padding: 4px;
    max-height: 68vh;
    overflow-y: auto;
    margin-bottom: 2%;
    padding-bottom: 2%
}
.mud-table-container {
    overflow-y: visible;
    overflow-x: visible;
}

.mud-table-sticky-header .mud-table-container {
    overflow-y: visible;
    overflow-x: visible;
}

.mud-simple-table.mud-table-sticky-header .mud-table-container {
    overflow-y: visible;
    overflow-x: visible;
}

.mud-simple-table.mud-table-sticky-header * table thead * th {
    top: calc(var(--mud-appbar-height) - 1px);
}
/*-------------------------------------*/
.custom-table th {
    background-color: #E5E5E5 !important; /* Light gray color for header */
    color: #4F4F50 !important; /* Black text color for contrast */
    font-weight: bold; /* Bold text for header */
    padding: 12px; /* Optional: Add padding for spacing */
}
.custom-table tr {
    max-height: 10px !important;
    padding: 2px 5px; /* Optional: Adjust padding */
}
.custom-table .customisation-row:hover {
    background-color: #E0F7FA !important;
    color: #177E89 !important;
    cursor: pointer;
}
.entity-name-header,
.entity-name-cell {
    min-width: 220px !important;
    max-width: 220px !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.child-name-cell {
    min-width: 41% !important;
    max-width: 41% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entity-name-value {
    display: inline-block !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.entity-name-align {
    min-width: 360px !important;
    max-width: 360px !important;
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    align-items: left;
    justify-content: left;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.custom-table td.mud-table-cell.mud-table-child-content {
    padding: 0px !important;
}
.custom-table .mud-table-header {
    background-color: #E5E5E5 !important; /* Ensure header background color */
    color: #4F4F50 !important; /* Ensure header text color */
    font-weight: bold; /* Bold text for clarity */
}
.custom-table .mud-table-head .mud-table-cell {
    padding: 10px 16px !important; /* Ensure header cells have sufficient padding */
    font-weight: bold !important; /* Make the header text bold */
}

.custom-table .mud-table-body .mud-table-cell {
    padding: 0px 16px !important; /* Ensure table body cells use smaller padding */
}
.custom-table tr:hover {
    color: #177E89 !important;
    background-color: #E0F7FA !important;
}
    .custom-table tr:hover td {
        color: #177E89 !important;
    }
.selected {
    background-color: #DAEAEC !important; /* Background color for selected rows */
    color: #177E89 !important;
}

    .selected > td {
        color: #177E89 !important; /* Text color for selected rows */
    }

        .selected > td .mud-input {
            color: white !important; /* Text color for inputs within selected rows */
        }
/*-------------------------------------*/
.custom-table-no-sort th {
    background-color: #E5E5E5 !important; /* Light gray color for header */
    color: #4F4F50 !important; /* Black text color for contrast */
    font-weight: bold; /* Bold text for header */
    padding: 12px; /* Optional: Add padding for spacing */
}

.custom-table-no-sort tr {
    max-height: 10px !important;
    height: 10px !important;
    padding: 2px 5px; /* Optional: Adjust padding */
}

.custom-table-no-sort .mud-table-header {
    background-color: #E5E5E5 !important; /* Ensure header background color */
    color: #4F4F50 !important; /* Ensure header text color */
    font-weight: bold; /* Bold text for clarity */
}

.custom-table-no-sort .mud-table-head .mud-table-cell {
    padding: 0px 16px !important; /* Ensure header cells have sufficient padding */
    font-weight: bold !important; /* Make the header text bold */
}

.custom-table-no-sort .mud-table-body .mud-table-cell {
    padding: 0px 16px !important; /* Ensure table body cells use smaller padding */
}

.custom-table-no-sort tr:hover {
    color: #177E89 !important;
    background-color: #E0F7FA !important;
}

    .custom-table-no-sort tr:hover td {
        color: #177E89 !important;
    }

.selected {
    background-color: #DAEAEC !important; /* Background color for selected rows */
    color: #177E89 !important;
}

    .selected > td {
        color: #177E89 !important; /* Text color for selected rows */
    }

        .selected > td .mud-input {
            color: white !important; /* Text color for inputs within selected rows */
        }
.mud-table-cell.mud-table-cell.mud-table-cell {
    padding: 2px;
    padding-left: 2%;
    padding-right: 2%;
    align-items: start;
    text-align: left;
}
.mud-tabs .mud-tab {
    border-bottom: 0px solid transparent !important;
}

    .mud-tabs .mud-tab.mud-tab-active {
        border-bottom: 2px solid #177E89 !important; 
        color: #177E89 !important;
    }

.mud-tabs .mud-tab-active::after {
    display: none !important;
}

.mud-tabs-toolbar {
    background-color: #177E89 !important; 
}

.custom-tab {
    text-transform: none !important;
}
.custom-tab .mud-tab {
    text-transform: lowercase;
    font-size: 1rem;
}

.custom-tab .mud-tab {
    text-transform: capitalize;
}

.mud-tabs-scroll-button .mud-button-root .mud-icon-button-label .mud-icon-root {
    border: 2px solid #177E89 !important;
    color: #177E89 !important;
    border-radius: 10px !important;
}

.mud-tabs-scroll-button .mud-button-root:disabled .mud-icon-button-label .mud-icon-root {
    border: 2px solid #C9CACD !important;
    color: #C9CACD !important;
    border-radius: 10px !important;
}

.mud-tabs-toolbar .mud-tabs-scroll-button {
    border: 1px solid red !important;
    border-radius: 10px !important;
}

.mud-tabs-scroll-button .mud-icon-root {
    border: 2px solid #C9CACD !important;
    border-radius: 10px !important;
    height: 27px !important;
    width: 27px !important;
}

.custom-tab .mud-tab.mud-tab-active {
        font-weight: bold;
}
.custom-tabs .mud-tab:hover {
    background-color: #E0F7FA !important;
    color: #177E89 !important;
}

.custom-tabs .mud-tab {
    background-color: transparent !important; 
}
.mud-tabs-tabbar-content {
    background-color: #fff !important;
}
.mud-tab.mud-ripple {
    background-color: #fff !important;
}

.mud-tab.mud-tab-active.mud-ripple {
    border-bottom: 2px solid #177E89 !important;
}
.mud-tab.mud-ripple.custom-tab {
    background-color: #fff !important;
    min-width: 120px !important;
}
.mud-tab.mud-tab-active.mud-ripple.custom-tab {
    background-color: #fff !important;
    min-width: 100px !important;
}
.step-title {
    color: #177E89 !important;
    font-weight: bold;
}

.extra-small-text {
    color: #177E89 !important;
    font-weight: bold;
}

.text-primary.text-primary.text-primary {
    color: #177E89 !important;
}

.text-secondary.text-secondary.text-secondary {
    color: #4F4F50 !important;
}

.text-archive {
    color: #814481 !important;
}

.text-primary-muted.text-primary-muted.text-primary-muted {
    color: rgba(23, 126, 137, 0.44) !important
}

.text-success.text-success.text-success {
    color: #3DCB6C !important;
}

.text-danger.text-danger.text-danger {
    color: #FF1A40 !important;
}

.text-warning.text-warning.text-warning {
    color: #FFB545 !important;
}

.bg-archive {
    background: #814481 !important;
    background-color: #814481 !important;
    color: white !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}


.drawer-title {
    padding: 36px 0px 10px 40px;
    text-transform: capitalize;
    line-height: 20px;
    font-style: normal;
    font-family: Poppins;
    color: var(--Accent-primary, var(--Color, #177E89));
    font-weight: 700;
    font-size: 28px;
}

.drawer-title-hover {
    padding: 36px 0px 10px 46px;
    text-transform: capitalize;
    line-height: 20px;
    font-style: normal;
    font-family: Poppins;
    color: var(--Accent-primary, var(--Color, #177E89));
    font-weight: 700;
    font-size: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drawer-title-hover:hover {
    font-size: 18px;
}


.sc__input {
	width: 100% !important;
	order: 2 !important;
}

.sc__input .custom-input{
	width: 100% !important;
	order: 2 !important;
}

.sc__input .mud-input-adornment{
	display: none !important;
}

.sc__button-container{
	display: flex;
}

.custom-input .mud-input:focus-within {
	border: 2px solid #177E89 !important;
	border-radius: 10px;
	outline: none;
	text-decoration: none;
}

	.custom-input .mud-input:focus-within + .mud-input-label {
		color: #177E89 !important;
	}

.custom-input .mud-input-slot {
	/*    background: #F4F5F9 !important;*/
	border-radius: 6px !important;
	outline: none !important;
	height: 27px;
	text-decoration: none;
}

.mud-button {
    text-transform: none;
    border-radius: 10px !important;
    box-shadow: none;
    border: none;
    font-weight: 500 !important;
}

.custom-input .mud-input-label {
	color: var(--Base-base-800, #4F4F50) !important;
	font-size: 14px;
	font-weight: 600;
	font-family: Poppins;
	line-height: 20px;
}

.custom-input-second .mud-input-label {
	color: var(--Base-base-800, #4F4F50) !important;
	font-size: 14px;
	font-weight: 600;
	font-family: Poppins;
	line-height: 20px;
}

.custom-input-disabled .mud-input-label {
	color: var(--Base-base-800, #4F4F50) !important;
	font-size: 14px;
	font-weight: 600;
	font-family: Poppins;
	line-height: 20px;
}

.custom-input .mud-input-adornment {
	transition: transform 0.3s ease;
	height: 100%;
	font-size: 1.5rem;
	text-decoration: none;
}

.BackBTN {
	height: 2.5em;
	background-color: #177E89;
	color: white;
	margin-top: 0.5%;
	display: inline-block;
	border-radius: 5px;
	margin-right: 0%;
	right: 0%;
	float: right
}


.tight-popover {
	margin-top: -15px !important; /* reduce space between input and options */
	padding-top: 0 !important;
}
.location-tight-popover {
	padding-top: 0 !important;
	border-radius: 10px !important;
}


/*********************/
.custom-input-second .mud-input-label-bold {
	font-weight: bold;
}

.custom-input-second .mud-input-label {
	color: var(--Base-base-800, #4F4F50) !important;
	font-size: 14px;
	font-weight: bold;
	font-family: Poppins;
	line-height: 20px;
	text-decoration: none;
}

.custom-input-second .mud-input-adornment {
	/*background-color: #F4F5F9 !important;*/ /* Add background color */
	border-top-right-radius: 6px !important;
	padding-top: 16px;
	padding-bottom: 17px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline-flex; /* Ensures alignment */
	align-items: center;
	text-decoration: none;
}

	.custom-input-second .mud-input-adornment.mud-input-adornment-end {
		margin-left: 0px !important;
		padding-left: 0px !important;
	}

.custom-input-second .mud-input-slot::placeholder {
	color: #4F4F50 !important;
}

.custom-input .mud-input-slot::placeholder {
	color: #4F4F50 !important;
}

.custom-input-second .mud-input-slot {
	/*    background: #F4F5F9 !important;*/
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	height: 27px;
	outline: none;
	text-decoration: none;
}

.custom-input-second .mud-input {
	background: transparent;
	border: 2px solid #E0E1E4 !important;
	border-radius: 10px;
	outline: none !important;
	padding: 8px 8px 8px !important;
	margin-bottom: 12px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.custom-input .mud-input {
	background: transparent;
	border: 2px solid #E0E1E4 !important;
	border-radius: 10px;
	outline: none !important;
	padding: 8px 8px 8px !important;
	margin-bottom: 20px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
    .custom-input .mud-input.mud-disabled,
    .custom-input-second .mud-input.mud-disabled {
        background: #F4F5F9 !important;
        color: #707072 !important;
        opacity: 1 !important;
        border-color: #E0E1E4 !important;
        box-shadow: none !important;
    }
    .custom-input .mud-input > input {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
.monetary-input .mud-input > input {
    text-align: right !important;
}


.custom-input-disabled .mud-input, .custom-input-second-disabled .mud-input {
	background: #E0E1E4 !important;
	color: #707072;
	border: 2px solid #E0E1E4 !important;
	border-radius: 10px;
	outline: none !important;
	padding: 8px 8px 8px !important;
	margin-bottom: 20px !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

/* Error state */
.custom-input.mud-input-error .mud-input,
.custom-input-second.mud-input-error .mud-input {
	border-color: red !important;
}
.custom-input .mud-input-error, .custom-input .mud-input-error, .custom-input .mud-input-error {
	width: 100%;
	white-space: normal !important;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.custom-input-second .mud-input-error, .custom-input-second .mud-input-error, .custom-input-second .mud-input-error {
	width: 100%;
	white-space: normal !important;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/* Disabled state styling */
.custom-input .mud-input:disabled,
.custom-input-second .mud-input:disabled {
	background-color: #F4F5F9 !important;
	color: #707072 !important;
	cursor: not-allowed !important;
	opacity: 1 !important;
	/* For better visual consistency */
	border-color: #E0E1E4 !important;
	box-shadow: none !important;
}

	/* Optional: Style the disabled input's text */
	.custom-input .mud-input:disabled::placeholder,
	.custom-input-second .mud-input:disabled::placeholder {
		color: #707072 !important;
		opacity: 0.7 !important;
	}

.custom-input .mud-grid-item {
	margin-bottom: 10px;
}

.custom-input .mud-input-control-helper-container {
	overflow: visible !important;
	position: relative;
	left: 0;
	bottom:  0px;
	margin-top: -15px;
	height: 12px;
	margin-bottom: 10px;
	line-height: 12px;
}
.custom-input-second .mud-grid-item {
	margin-bottom: 10px;
}
.custom-input .mud-icon-size-medium {
	font-size: 1.1rem;
}
.custom-input-second .mud-icon-size-medium {
	font-size: 1.1rem;
}
.custom-input-disabled .mud-icon-size-medium {
	font-size: 1.1rem;
}
.custom-input .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root{
	padding: 0px;
}
.custom-input-second .mud-input > input.mud-input-root {
	padding: 0px;
}
.custom-input-disabled .mud-input > input.mud-input-root {
	padding: 0px;
}
.custom-input-second .mud-input-control-helper-container {
	overflow: visible !important;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.custom-input .mud-input-helper-text {
	line-height: 0.89;
}
.custom-input-second .mud-input-helper-text {
	line-height: 0.89;
}
.custom-input-disabled .mud-input-helper-text {
	line-height: 0.89;
}

.custom-input-second .mud-input:focus-within {
	background: transparent;
	border: 2px solid #177E89 !important;
	border-radius: 10px;
	outline: none;
	text-decoration: none;
}

.custom-input-second .mud-input:focus-within + .mud-input-label {
		color: #177E89 !important;
}

.mud-input-label-bold {
	font-weight: bold !important; /* Ensures bold text is applied */
}

.custom-input .mud-input::before, .custom-input .mud-input:before, .custom-input .mud-input::after, .custom-input .mud-input:after {
	display: none;
}

.custom-input-second .mud-input::before, .custom-input-second .mud-input:before, .custom-input-second .mud-input::after, .custom-input-second .mud-input:after {
	display: none;
}

.custom-input-disabled .mud-input::before, .custom-input-disabled .mud-input:before, .custom-input-disabled .mud-input::after, .custom-input-disabled .mud-input:after {
	display: none;
}

.custom-input-button .mud-icon-button {
	padding: 0px 10px !important;
}
/* Remove hover background and shadow */
.custom-input-button .mud-input-adornment .mud-icon-button:hover {
	background-color: transparent !important;
	box-shadow: none !important;
}
/* Custom Tooltip Styling */
.custom-tooltip .mud-tooltip-root {
	width: auto !important; /* Prevent tooltip from altering button width */
	max-width: 250px !important; /* Limit tooltip content width */
	background-color: #177E90 !important; /* Tooltip background color */
	color: #00FFFF !important; /* Tooltip text color */
}

	/* Style the Tooltip Arrow */
	.custom-tooltip .mud-tooltip-root::after {
		background-color: #177E90 !important; /* Match the arrow color to tooltip */
		border-top-color: #177E90 !important; /* Adjust arrow border color */
	}

/* Specific styling for the tooltip content */
.custom-tooltip .mud-popover-cascading-value {
	background-color: #177E90 !important; /* Tooltip inner background */
	color: #00FFFF !important; /* Tooltip text color */
}

.mud-icon-button:hover {
    background-color: rgba(33, 150, 243, 0.12) !important;
/*    padding: 0px !important;*/
}

.custom-tooltip-button {
    display: inline-flex;
    align-items: center;
}

/* Styles the actual tooltip content */
.custom-tooltip-button-tooltip.mud-tooltip-root.mud-tooltip-inline {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: fit-content !important;
}
.mobileBackBTN {
    background-color: transparent;
    margin-top: -2%;
    display: inline-block;
    border-radius: 5px;
    margin-left: -2%;
    float: Left
}

.headerText-mb {
    color: #4F4F50;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.searchBTN-DT {
    margin-top: 0.5%;
    display: inline-block;
    border-radius: 5px;
    margin-right: 1.5%;
    float: right
}


.outerContainer {
    min-height: 20vh;
    border: 1px solid #E0E1E4;
    border-top: 7px solid #177E89 !important;
    width: 100%;
    background: white;
    margin-top: 3%;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 3px #E0E1E4;
    padding: 4% 0% 0% 0%
}

.accountContainer {
    
    height: 74px;
    width: 100%;
    padding-top: 3%;
    margin-bottom: 4%;
    box-shadow: 1px 2px 5px 3px #E0E1E4
}

.accountFirstText {
    color: #4F4F50;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 2%;
    margin-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accountSecondText {
    color: #4F4F50;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 2% 0% 0% 7%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navTabs-DT-bottom {
    background-color: #177E89 !important;
    margin-top: 0.5%;
    display: inline-block;
    border-radius: 5px;
    margin-right: 1.5%;
    float: right
}

.navTabs2-MB {
    background-color: #177E89;
    margin-top: 1.9%;
    height: 36px;
    border-radius: 10px; 
    margin-right: 1.5%
}

.navTabs-MB {
    background-color: #177E89;
    margin-top: 0.5%;
    height: 74px;
    margin-right: 1.5%
}

.navTabs-MB-btn {
    border: none;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
}

.navTabs-MB-btn:hover {
    background-color: #C9CACD !important;
}

.navTabs-MB-btn2:hover {
    background-color: transparent !important;
}

.navTabs-MB-icon {
    color: white;
    height: 30px;
    width: 30px;
    margin-top: 4%;
    font-size: 54px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.navTabs-MB-text {
    color: White;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-align: center
}

.navTabs-DT {
    margin-bottom: -2%;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #E0E1E4;
    border-bottom: 1px solid #E5E5E5;
}

.navTabs-DT-active {
    margin-bottom: -2%;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #E5E5E5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #C9CACD;
}

.navTabs-DT-btn {
    border: none;
    color: #4F4F50;
    width: 100%;
}

.accountInfoContainer {
    width: 100%;
    max-height: 64vh;
    min-height: 20vh;
    border-top: 8px solid #177E89;
    display: flex;
    margin-top: 0%;
}


.accountdetailsContainer {
    width: 40%;
    margin-top: 2.5%;
    height: 85%;
    margin-bottom: 3%;
    display: inline-block;
    overflow-y: auto !important
}

.accountdetailsContainer-MB {
    max-height: 80vh;
    width: 100%;
    margin-top: 7%;
    padding: 4% 0% 0% 0%
}

.accountCard-MB {
    height: 65.7px;
    width: 100%;
    padding-top: 3%;
    margin-bottom: 4%;
    display: flex;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 3px #E0E1E4;
}

.accountCard-MB:hover{
    background: #177E8929
}

.accountCard-MB-sideChip {
    width: 10px;
    height: 42px;
    margin-left: 3%;
    display: inline-block;
    border-radius: 10px;
    background: black
}

.accountdetailsText {
    color: #177E89;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5%
}

.accountdetailsLebel {
    color: #4F4F50;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px
}

.accountdetailsText2 {
    color: #4F4F50;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 1.5%
}

.accountdetailsText3 {
    color: #4F4F50;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 1.5%
}

.accountCardsContainer {
    width: 60%;
    margin-top: 2.5%;
    height: 85%;
    display: inline-block
}

.accountCardsText {
    color: #4F4F50;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5%
}

.accountCardsChip {
    color:  #4F4F50;
    border-radius: 25px;
    height: 18px;
    padding-left: 15px;
    margin-left: -2px;
    padding-right: 10px;
    background-color: #F6ECDE;
}

.accountCardsContainer-MB {
    height: 80vh;
    width: 100%;
    margin-top: 7%;
    padding: 4% 0% 0% 0%
}

.card-MB {
    
    height: 96px;
    width: 96%;
    margin-left: 2%;
    padding-top: 3%;
    border-radius: 10px;
    margin-bottom: 4%;
    border: 2px solid #E0E1E4;
    margin-top: 2%;
}

.card-MB-sideChip {
    width: 10px;
    height: 42px;
    margin-left: 3%;
    display: inline-block;
    
    background: black
}

.card-MB-details {
    height: 100%;
    margin-left: 2%;
    display: inline-block;
    width: 80%
}

.card-MB-detailsText {
    color: #4F4F50;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-MB-detailsText2 {
    color: #4F4F50;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 4%;
    margin-top: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storesContainer-DT {
    border: 1px solid #E0E1E4;
    width: 80%;
    
    max-height: 35vh;
    overflow-y: auto;
    margin-bottom: 1.5%
}

.storesContainer-MB {
    border: 1px solid #E0E1E4;
    width: 100%;
    max-height: 40%;
    overflow-y: auto;
    margin-bottom: 3%
}

.nearByContainer-MB {
    width: 96%;
    margin-top: 5%;
    max-height: 80vh;
    padding: 3% 0% 1% 0%;
    margin-left: 2%
}

.sc_button--data {
    padding: 5px !important;
}
