.client-navbar-link {
    border: 1px solid white !important;
    padding: 3px 2.5% 3px 2.5% !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: 0.4s;
    color: white;
}

.is-selected,
.client-navbar-link:hover {
    background-color: var(--selected) !important;
    color: white;
    transition: 0.4s;
}


.client-navbar-link:first-child {
    border-left: hidden;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.client-navbar-link:last-child {
    border-right: hidden;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.client-navbar-link:not(:first-child):not(:last-child) {
    border-top-right-radius: none !important;
    border-top-left-radius: none !important;
}

.nav-pills.my-new .nav-link {
    border-radius: 0px !important;
    --bs-nav-link-padding-x: 4rem !important;
}

.my-new {
    justify-content: center !important;
}

.bi-caret-up-fill.admin::before {
    /* transform: translateX(); */
    color: white !important;
    border: 0px !important;
    transform: translateY(-2px) !important;
}

.setFontSizeNew {
    font-size: medium !important;
    font-weight: 450 !important;
}

.imageHeader1 {
    filter: hue-rotate(7.142rad) drop-shadow(0 0 0.5rem white);
}

.submitDisabled:disabled.setFontSizeNew {
    color: black !important;
}

.set-footer-section-bottom {
    min-height: calc(100% - 70px);
}

.my-last-view.nav-pills.nav-wizard>li:not(:last-child) .nav-link:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -21px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.7px 0px 18.2px 20.8px;
    border-color: transparent transparent transparent var(--tab-notselected) !important;
    z-index: 150;
    transition: 0.15s !important;
}

.my-last-view.nav-pills.nav-wizard>li:not(:last-child) .nav-link.active:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -21px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.7px 0px 18.2px 21.8px;
    border-color: transparent transparent transparent var(--tab-selected) !important;
    z-index: 150;
    transition: 0.15s !important;
}

.my-last-view.nav-pills.nav-wizard>li:not(:first-child) .nav-link:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 0 18.5px 20.8px;
    border-color: var(--tab-notselected) var(--tab-notselected) var(--tab-notselected) transparent !important;
    z-index: 150;
    transition: 0.15s !important;
}

.my-last-view.nav-pills.nav-wizard>li:not(:first-child) .nav-link.active:before {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 17.5px 0 18.5px 20.8px;
    border-color: var(--tab-selected) var(--tab-selected) var(--tab-selected) transparent !important;
    z-index: 150;
    transition: 0.15s !important;
}

.my-red{
    width: 20.5px;
    height: 20.5px;
    border-radius: 50%;
    padding: 5px;
    margin: auto 1% auto 1%;
    font-size: x-small;
    line-height: 20px;
    text-align: center;    
    background: red;
    color: #fff;
}
