.main-menu-wrapper {
    position: relative;
    left: 62px;
}

@media only screen and (max-width: 991.98px) {
    .main-menu-wrapper {
        position: fixed;
        left: 0;
    }
}

.mydashboard:hover {
    color: darkblue;
}

.fix_bigimg_size {
    width: 100%;
    height: max-content;
    max-height: 400px;
    /* object-fit: contain; */
    /* overflow: hidden; */
}

.mybg-color {
    /* background-color: aqua; */
    max-height: fit-content;
}

.img-height {
    max-height: 430px;

    /* background-color: rgb(106, 255, 0); */
    /* max-height: 430px; */
    /* align-items: center;
    justify-content: center; */
    /* padding-top: 180; */
}

.slider-height {
    /* min-height: 350px; */
}

.cust_minH {
    min-height: 60px;
    /* max-height: 60px; */
    /* text-wrap: nowrap; */
}

[x-cloak] {
    display: none !important;
}

.custom_title_bg {
    background-color: var(--primary-color) !important;
}

.custom_hover:hover {
    /* background-color: #6aff00; */
    color: #d63384 !important; /* magenta or a bold contrast */
    text-decoration: underline;
}

.custom_hover a:hover {
    color: unset;
}

.custom_small_img_border {
    border-width: 1px;
    border-color: black;
    /* border-inline: 5px solid red; */
    border-block-style: solid;
    border-block-color: rgb(5, 5, 5) rgb(1, 1, 1);
    border-inline: 1px solid rgb(0, 0, 0);
}

.custom_2nd_bg a {
    background-color: white; /* Inactive background */
    color: black; /* Inactive text */
    text-decoration: none; /* Optional: remove underline */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom_2nd_bg a:hover,
.custom_2nd_bg a:active {
    background-color: #ff006e !important; /* Hover & Active background */
    color: white; /* Hover & Active text */
}

#serviceTab a.active {
    background-color: #ff006e !important;
}

#service-overview {
    scroll-margin-top: 90px; /* Adjust based on your fixed navbar height */
}

.blackText {
    color: black !important;
}

/* ============================================= */
.cust_pink {
    color: #ff006e !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.cust_icon_w_txt {
    /* background: white; */
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.cust_icon_w_txt.selected {
    background: white !important;
    color: #ff006e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

/* make icon pink */
.fav-icon {
    background: #d9d9d9 !important;
    color: #ff006e !important;
}
.fav-icon.selected {
    background: #ff006e !important;
    color: #fff !important;
}
/* ----------------- */

.cust_container {
    flex-direction: "row";
    gap: 10px;
}

.cust_container .fav-icon {
    width: 160px;
    height: 36px;
    /* border-radius: 50%; */
    background-color: unset !important;
    color: #ff006e;
    font-size: 16px;
    /* flex-shrink: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.cust_container .fav-icon:hover,
.cust_container .fav-icon.selected {
    /* background: var(--primary-color); */
    color: unset;
}

.custom_container {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cust_tp {
    width: 85%;
    margin-top: 10px;
}

.cust_dwselect {
    border: 1px solid #ebeced;
}

.cust_m {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cust_bg {
    background-color: aquamarine;
}

.cust_hide {
    display: none !important;
}

.cust_show {
    display: block !important;
}

.cust_linkcolor {
    color: rgb(24, 95, 195);
}

.cust_fontsize {
    font-size: smaller;
}

.cust_inputTxt {
    width: 80px;
}

.cust_item {
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
}

.cust_calander {
    /* background-color: aquamarine; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
    /* margin-left: 5px; */
}

.cust_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: last baseline;
    gap: 10px;
    /* background-color: aquamarine; */
    margin-bottom: 6px;
}

.cust_mb {
    margin-left: -5px;
}

.cust_errMsg {
    color: #ff3131;
}

.cust_bold {
    font-weight: bold;
    font-size: larger;
}

.cust_padding {
    padding-right: 15;
}

.cust_text {
    font-size: large;
}

.cust_item_row {
    justify-content: flex-start;
    align-items: flex-end;
}

.cust_badge {
    background: #fbe9d2 !important;
    color: #ea911e !important;
}

.cust_row_justify {
    justify-content: space-between;
}

.cust_full_wh {
    width: 100%;
    height: 100%;
}

.cust_full_w {
    width: 100%;
}

.cust_min_w {
    width: 160px;
}

.cust_align_right {
    align-self: right;
    text-align: right;
}

.cust_loading {
    margin-top: 250px;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cust_loadTxt {
    color: rgb(46, 120, 163);
    text-align: center;
    align-self: center;
    align-content: center;
}

.cust_result {
    justify-content: center;
    align-items: center;
}

.cust_result_icon {
    background-color: #d63384;
    justify-content: center;
    align-items: center;
}

.cust_variants_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
}

.cust_chk_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cust_chk_inner_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 10;
}

.cust_addons_name {
    padding-left: 10;
    font-size: small;
}

.cust_addons_price {
    font-size: small;
}

.cust_padding_left {
    padding-left: 10px;
}

.cust_fontsizeLarge {
    font-size: medium !important;
}

.cust_radio_container {
    align-items: center !important;
    justify-content: center;
}

.cust_addon-container {
    padding: auto;
}

.cust_font_bold {
    font-weight: bold;
}

.cust_between {
    /* justify-content: space-between !important; */
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cust_margin_right {
    padding-right: 25px !important;
}

.cust_bg2 {
    background-color: rgb(248, 239, 169);
}

.cust_padding_right {
    padding-right: 25px;
}

.cust_padding_right2 {
    padding-right: 55px;
}

.cust_w {
    width: 160px;
}
