.header-links {
    color: #444444;
    gap: 30px;
    list-style: none;
}

.custom-input-wrp{
    flex: 1 1 0px !important;
}

.small.extra-small {
    font-size: 0.7em;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    margin-bottom: 0 !important;
}

/* SALIYA ADDED ------------------------------*/
.skip-step-tab
{
    display: none !important;
}

.form-outline .form-control.is-valid:focus~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:valid:focus~.form-notch .form-notch-leading
{
    box-shadow: -1px 0 0 0 #444444, 0 1px 0 0 #444444, 0 -1px 0 0 #444444;
}

.form-outline .form-control.is-valid:focus~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:valid:focus~.form-notch .form-notch-middle {
    box-shadow: 0 1px 0 0 #444444;
}

.form-outline .form-control.is-valid:focus~.form-notch .form-notch-trailing, .was-validated .form-outline .form-control:valid:focus~.form-notch .form-notch-trailing {
    box-shadow: 1px 0 0 0 #444444, 0 -1px 0 0 #444444, 0 1px 0 0 #444444;
}

.accordion .accordion-item .accordion-button .text-muted a {
    color: #00adff;
}

.cart-value
{
    font-size: 18px;
}

.ui-datepicker
{
    z-index: 4 !important;
}
.cc-img {
    width: 27px;
    height: 17px;
    margin: 12px 5px !important;
}

.kellogg-netid-mb {
    margin-bottom: 2rem!important;
}

/*TODO: Add a good style */
.disable-btn {
    background-color: #ccc !important;
    cursor: not-allowed !important;
}
.disable-label {
    color: #ccc !important;
    cursor: not-allowed !important;
}
.image-wrp-bb-notice {
    width: 50%;
    margin: 30px 0px;
}
.reg-svr-error-block {
    padding: 25px 15px 10px;
    background: rgb(255, 231, 237);
    color: #ff0000;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    font-family: var(--mdb-font-roboto);
}
.fweight-500 {
    font-weight: 500 !important;
    color: #444444 !important;
}

.custom-doller-value {
    text-align: right;
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
}

.remove-member-sc {
    float: right;
    padding-right: 8px;
}

.tripoption-cat-hide-js {
    display: none;
    visibility: hidden;
}

.text-col-green {
    color:#449933;
}
.text-col-red {
    color:rgba(182,78,52,0.9);
}
.remove-room-member {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    text-align: left;
    color: #b64e34;
    cursor: pointer;
    margin-left: 4px;
}
#card {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: #bdbdbd 0px 0px 0px 1px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.indent-50 {
    text-indent: 50px;
}
  
/* END SALIYA ADDED ------------------------------*/


.shopping-cart-icon-utd {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    background-color: #ebebeb !important;
}

.price-link-utd {
    position: absolute;
    left: 0;
    top: -12px;
    width: 100%;
    text-align: center;
    background-color: #ccc;
}

.me-md-2
{
    margin-bottom: 10px;
}

/* select starting stylings ------------------------------*/
.select {
    position: relative;
    width: 100%;
}
.select-text {
    position: relative;
    font-size: .97rem;
    line-height: 2.1;
    min-height: auto;
    padding: 0.33em 0.75em;
    background: transparent;
    transition: all .2s linear;
    border-radius: 0.25rem;
    display: block;
    width: 100%;
    border: 1px solid rgb(180, 180, 180);
}
.select-text option {
    color: #000000;
}

/* Remove focus */
.select-text:focus {
    outline: none;
    border: 1px solid rgb(23, 23, 23);
}
.select + .invalid-feedback {
    clear: both;
    display: contents !important;
}
.invalid-feedback + .select > .select-text{
    border: 1px solid #b64e34 !important;
}
/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance:none;
    color: #000000;
}
.select-hdr .select-text {
    appearance: none;
    -webkit-appearance:none;
    color: #000000;
    border-color: #000000;
}
.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

select + label {
    background-color: #ffffff;
}
.policy-links, .policy-links:hover{
    font-size: 16px;
    font-weight: 400;
    color: rgb(79, 79, 79);
}

.shipping-adr-wrp{
    display: none;
}
.custom-margin-title{
    margin:0.5rem 0.5rem 0.5rem 0!important;
}
/* Notification css ========================== */
.notification-wrp{
    position: absolute;
    width: 100%;
    padding: 20px;
    min-height: 256px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 4;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}
.notification-wrp-bg-b{
    background: rgba(73, 157, 230, 0.9);
}
.notification-wrp-bg-g{
    background: rgba(68, 154, 51, 0.9);
}
.notification-wrp-bg-r{
    background: rgba(182, 78, 52, 0.9);
}
.notification-wrp-bg-y{
    background: rgba(201, 168, 28, 0.9);
}

.notification-wrp.hide{
    -webkit-animation: slide-out 0.5s linear both;
    animation: slide-out 0.5s linear both;
}
@keyframes slide-out {
    0% {
        top: 0%;
        opacity: 1;
    }
    99% {
        top: -99%;
        opacity: 1;
    }
    100% {
        top: -100%;
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes slide-out {
    0% {
        top: 0%;
        opacity: 1;
    }
    99% {
        top: -99%;
        opacity: 1;
    }
    100% {
        top: -100%;
        opacity: 0;
        display: none;
    }
}
.text-sm-align-right{
    text-align: left !important;
}
.cart-blue{
    color: #00adff;
}
.nav-wrp ul{

}
.mobile-menu{
    position: absolute;
    background: #ffffff;
    margin-right: 0px !important;
    z-index: 7;
    padding: 10px;
    top: 88px;
    height: 100%;
    -webkit-box-shadow: -5px 1px 12px -3px rgba(0,0,0,0.6);
    -moz-box-shadow: -5px 1px 12px -3px rgba(0,0,0,0.6);
    box-shadow: -5px 1px 12px -3px rgba(0,0,0,0.6);
}
/* LABEL ======================================= */
.select-label {
    color: rgba(0, 0, 0, 0.62);
    background: #ffffff;
    font-size: .97rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    padding: 0 5px;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
}
.select-label-hdr{
    background: #ffffff!important;
    color: #000000 !important;
}
.select-hdr, .select-hdr .select-text:focus ~ .select-label, .select-hdr  .select-text:valid ~ .select-label{
    color: #000000 !important;
}
/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #000000;
    top: -8px;
    transition: 0.2s ease all;
    font-size: 14px;
}
.select-hdr .select-text:focus ~ .select-label, .select-hdr .select-text:valid ~ .select-label {
    color: #000000 !important;
}
.select-text:valid:not(focus) ~ .select-label {
    color: rgb(0 0 0 / 62%);
}
.select-text:valid:focus ~ .select-label {
    color: #000000;
}

.select-hdr .select-text:focus {
    border: 1px solid #000000;
}
.select-hdr.select:after {
    border-top: 6px solid rgb(206 206 206 / 70%);
}
.select-hdr.select:focus .select-text:after {
    border-top: 6px solid rgb(255 255 255);
}

.select-cntnt .select-text {
    line-height: 24px;
}
.select-cntnt .select-text:focus ~ .select-label, .select-cntnt .select-text:valid ~ .select-label {
    top: -11px;
}


/* select starting stylings ------------------------------END*/

/*bootstrap css override*/
.c-center-div{
    width: 100%;
    max-width: 300px;
}
.w-md-50{
    width: 100% !important;
}
.form-control {
    color: #444444;
    background-color: #fff;
    border-color: #444444;
    border-radius: 4px !important;
}

.form-control:focus, .form-check-input:focus {
    color: #444444 !important;
    background-color: #fff !important;
    border-color: #444444 !important;
    box-shadow: none !important;
}

.form-check-input[type=checkbox]:checked {
    background-color: #444444 !important;
    border-color: #444444 !important;
}

.form-check-input[type=radio]:checked {
    border-color: #444444;
}

.form-check-input[type=radio]:checked:after {
    border-color: #444444 !important;
    background-color: #444444 !important;
}
.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #444444 !important;
    color: #444444 !important;
    margin-bottom: initial !important;
}
.form-outline + .form-text {
    padding-left: .75em;
    padding-right: .75em;
}

/*bootstrap css override END*/
.custom-link, .custom-link:hover, .custom-link:active{
    color: #000;
    text-decoration: underline;
}
/*mdb css override*/

.nav-tabs .nav-item {
    position: relative;
}

.nav-tabs .nav-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #777777;
    text-transform: none;
    white-space: nowrap;
}

.nav-tabs .nav-link:hover {
    color: rgb(0 0 0 / 50%);
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    color: #4f4f4f;
    border-bottom-color: transparent;
    background-color: transparent;
}

.nav-tabs .nav-link.active:before {
    width: 40px;
    background-color: rgb(1 166 255 / 70%);
    height: 3px;
    content: '';
    position: absolute;
    left: calc( 50% - 20px );
    bottom: 8px;
    border-radius: 2px;
}

.form-outline select, .form-outline select:focus {
    min-height: 36px;
    padding: 0.33em 0.75em;
    border: 1px solid #444444 !important;
    color: #444444 !important;
    background-color: transparent !important;
}

.form-outline.select-drpdwn-chrctr:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    color: #444444;
    top: 18px;
    right: 10px;
}
.form-outline .trailing {
    z-index: 1;
    background: white;
    border-radius: 50%;
}
.btn {
    box-shadow: none !important;
}

.list-group .list-group-item, .list-group .list-group-item:focus {
    padding: 5px;
    border-radius: 0;
}

.list-group .list-group-item.active {
    background-color: #e4f8ff;
    font-weight: 700;
    color: #000000;
}

.list-group .list-group-item:hover {
    border-radius: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.accordion-button:not(.collapsed), .accordion-button:not(.collapsed):focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed):before {
    content: '';
    position: absolute;
    left: 1.5rem;
    bottom: 0;
    width: calc(100% - 3rem);
    border-bottom: 1px solid rgb(223,223,223,0.75);;
}

.carousel {
    border-radius: calc(0.5rem - 1px);
    overflow: hidden;
}

/*mdb css override END*/
.bg-wrp {
    background-image: url("../images/bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
}

.main-wrp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.title-1 {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.5px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
}

.title-2 {
    font-weight: 900;
    letter-spacing: -0.5px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    font-size: 32px;
}

a, a:hover {
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.25px;
    cursor: pointer;
}

.invite-url-btn span {
    color: grey;
}

.btn-light-blue, .btn-light-blue:focus, .btn-light-blue:active {
    background-color: #00adff;
    color: #444444;
    font-weight: 700;
    height: auto;
    letter-spacing: 1px;
}

.btn-light-blue:hover {
    background-color: rgb(0 173 255 / 75%);
}

.text-light-blue {
    color: #00adff;
}

.send-url-msg {
    min-height: 69px;
}

#send-url-input-group {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 2px solid;
    background-color: #ffffff !important;
}

.send-url-btn1 {
    border-left: none;
    border-right: none;
    color: #444444;
    border-color: #444444;
}

.send-url-btn2 {
    color: #444444;
    border-color: #444444;
}

.send-url-btn1:focus,.send-url-btn2:focus,.send-url-btn1:hover,.send-url-btn2:hover {
    color: #444444;
    border-color: #444444;
}

.underline-style {
    position: relative;
}

.underline-style:before {
    width: 40px;
    background-color: rgb(1 166 255 / 70%);
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    border-radius: 2px;
}

.border-right {
    position: relative;
}

.border-right:after {
    content: '';
    height: 90%;
    width: 2px;
    background-color: whitesmoke;
    position: absolute;
    top: 5%;
    right: 0;
}
.outer-header {
    height: 88px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-bottom: #6f6d6d94 solid 1px;
}

.outer-header .logo-wrp {
    width: 250px;
    height: 52px;
    overflow: hidden;
    text-align: center;
}

.outer-header .logo-wrp img {
    height: 100%;
}

.inner-header {
    height: auto;
    background-color: #ffffff;
    align-items: center;
    align-content: center;
    border-bottom: #6f6d6d94 solid 1px;
}

.inner-header .logo-wrp {
    width: 150px;
    height: 52px;
    overflow: hidden;
    text-align: center;
    margin:20px;
    float: left;
}

.inner-header .logo-wrp {
    width: 150px;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.inner-header .logo-wrp img {
    width: 100%;
    height: auto;
}

.inner-header .select-wrp {
    width: 300px;
    height: 60px;
    padding-top: 12px;
    margin: 10px auto;
}

.inner-header .info-area{
    border-bottom: #6f6d6d solid 1px;
}
.inner-header .user-img img {
    width: 100%;
}
.inner-header .first-level .nav-link{
    color: #000000 !important;
    font-size: 14px;
    font-weight: normal;
    padding: 16px 12px;
}
.inner-header .user-img{
    width: 42px;
    height: 42px;
    padding: 0 !important;
    margin-right: 20px;
}
.inner-header .user-img .img-wrp{
    width: 35px;
    height: 35px;
    border-radius: 24px;
    overflow: hidden;
    float: left;
    margin-right: 2px;
}
.inner-header .user-img:after{
    top: 27px;
    position: absolute;
    left: 47px;
}
.inner-header .user-img img{
    width: 100%;
}
.trip-history-slt:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    color: #fff;
    top: 18px;
    right: 10px;
}

.border-blk {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #000000;
    margin-bottom: 20px;
    border-radius: 5px;
}

.inner-header .form-outline select, .inner-header .form-outline select:focus{
    min-height: 36px;
    padding: 0.33em 0.75em;
    border: 1px solid #ffffff !important;
    background: #444444 !important;
    color: #ffffff !important;
}
.inner-header .form-outline label{
    color: #ffffff !important;
    background: #444444;
    top: 1px !important;
    padding: 0px 5px !important;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    font-size: 12px;
    text-transform: capitalize;
    background-color: transparent !important;
    white-space: nowrap;
}
.nav-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.outer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #000000;
}

.outer-content .center-wrp {
    background-color: #ffffff;
    max-width: 320px;
    width: 96%;
    height: auto;
    margin: 2%;
    display: block;
    padding: 40px 20px 20px;
    border-radius: 16px;
}

.outer-content .center-wrp h1 {
    font-size: 34px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: -1px;
    text-align: left;
    color: #000;
    margin: 0;
}

.outer-content .center-wrp p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
}

.outer-content .center-wrp .form-control {
    font-size: 16px;
    line-height: 38px;
}

.outer-content .center-wrp .form-check-label {
    color: #444444 !important;
    font-size: 14px;
}

.outer-content .center-wrp .outer-btn {
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.outer-content .center-wrp .outer-center-link {
    width: 100%;
    line-height: 36px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.outer-content .center-wrp .outer-center-link a, .outer-content .center-wrp .outer-center-link-2 a {
    color: #000000 !important;
    text-decoration: underline;
}

.outer-content .center-wrp .outer-center-link-2 {
    width: 100%;
    line-height: 36px;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
}
.outer-modal-body h1{
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -0.5px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
}
.outer-modal-body .outer-modal-center-btn{
    border-width: 1px;
    max-width: 300px;
    width: 100%;
}
.invalid-feedback {
    position: relative !important;
    top: -15px !important;
}

.otr-cont-hdr-1 {
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;
}

footer {
    background-color: #444444;
    color: #d5d5d5;
}

footer a {
    color: #d5d5d5;
}

footer a:hover {
    color: #ffffff;
}

footer a i {
    font-size: 18px;
}
.upload-profile-img{
    position: relative;
}
.upload-profile-img .img-wrp{
    width: 64px;
    height: 64px;
    border-radius: 31px;
    overflow: hidden;
}
.upload-profile-img .img-wrp img{
    float: left;
    width: 100%;
}
.upload-profile-img i{
    position: absolute;
    background-color: #84848463;
    right: 11px;
    top: 55px;
    padding: 4px;
    border-radius: 14px;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading, .form-outline .form-control:focus~.form-notch .form-notch-middle, .form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-color: #444444;
    box-shadow: none;
}
.form-outline .form-control:focus~.form-notch .form-notch-middle{
    border-top: none;
}
.form-outline .form-control:focus~.form-label {
    color: #000000;
}
.server-error{
    color:#b64e34;
    margin: 0;
}
.form-outline .form-control.is-invalid~.form-notch .form-notch-leading, .form-outline .form-control.is-invalid~.form-notch .form-notch-middle, .form-outline .form-control.is-invalid~.form-notch .form-notch-trailing, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-trailing {
    color:#b64e34;
}
.form-outline .form-control.is-invalid~.form-label, .was-validated .form-outline .form-control:invalid~.form-label {
    color: #b64e34;
}
form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #b64e34;
}
.form-outline .form-control.is-invalid~.form-notch .form-notch-leading, .form-outline .form-control.is-invalid~.form-notch .form-notch-middle, .form-outline .form-control.is-invalid~.form-notch .form-notch-trailing, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:invalid~.form-notch .form-notch-trailing {
    border-color: #b64e34;
}
.invalid-feedback {
    color: #b64e34;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #444444 !important;
}
/* login page */

.login-page .outer-content {
    min-height: calc( 100vh - 88px );
}
/* login page END*/
.form-outline .form-control.is-valid~.form-notch .form-notch-leading, .form-outline .form-control.is-valid~.form-notch .form-notch-middle, .form-outline .form-control.is-valid~.form-notch .form-notch-trailing, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-leading, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-middle, .was-validated .form-outline .form-control:valid~.form-notch .form-notch-trailing{
    border-color: rgb(180, 180, 180);
}
.form-outline .form-control.is-valid~.form-label, .was-validated .form-outline .form-control:valid~.form-label{
    color: rgba(0,0,0,.6) !important;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: rgb(0, 0, 0)!important;
}
/* profile page */

.first-letter-icon {
    min-width: 28px;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    font-weight: 700;
    background-color: #e4f8ff;
}

.create-room-input, .recipient-input, .text-message {
    width: 400px;
}

.select-roommates-box {
    height: 200px;
    overflow: auto;
    width: 300px;
}

.notes-trip-leader, .file-format, .photo-size {
    width: 300px;
}

.notes-trip-leader > textarea {
    border-radius: 0 !important;
}

.file-upload .alert {
    min-width: 300px;
}

.table-wrapper {
    max-width: 100%;
    overflow: auto;
}

.table-wrapper thead th {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.table-wrapper thead th, .table-wrapper tbody td {
    padding: 5px 10px 5px 10px;
}

.table-wrapper thead th:first-child, .table-wrapper tbody td:first-child {
    padding-left: 0;
}

.table-wrapper thead th:last-child, .table-wrapper thead td:last-child {
    padding-right: 0;
}

a[data-mdb-toggle="collapse"][aria-expanded="false"] i:before{
    content: "\f0da";
}

a[data-mdb-toggle="collapse"][aria-expanded="false"] i{
    transform: rotate(0deg);
    transition: transform 0.2s;
}

a[data-mdb-toggle="collapse"][aria-expanded="true"] i{
    transform: rotate(90deg);
    transition: transform 0.2s;
}

.remove-inputs {
    color: #dc4c64;
    font-size: 1rem;
}

.remove-inputs:hover {
    opacity: 0.7;
    color: #dc4c64;
    font-size: 1rem;
}

.existing-rooms-box {
    padding-left: 12px;
    padding-right: 12px;
}

.rep-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #e4f8ff;
    overflow: hidden;
}

.join-me-wrapper {
    position: relative;
}

.rep-icon-wrapper i {
    font-size: 30px;
    color: #54b4d3;
}

.rep-wrapper {
    height: 160px;
    overflow: auto;
    position: relative;
}

.custom-shade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-image: linear-gradient(0, white, transparent);
}

.rep-item-content .tooltip {
    opacity: 1;
    visibility: hidden;
    top: 0;
    right: -230px;
    background: grey;
    color: white;
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
    margin: 0;
}

.rep-item-content:hover .tooltip {
    transition: 0.5s;
    visibility: visible;
}

.rep-item-content {
    position: relative;
}

#enterAmount {
    font-size: 24px;
}

#tab-rooming .nav-tabs .nav-link.active:before {
    width: 100%;
    left: 0;
    bottom: 50px;
}

/* profile page END */

/* registration page */

.skiing-background {
    position: relative;
    z-index: 0;
    min-width: 50%;
}

.skiing-background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 20px);
    height: 100%;
    background-image: url(../images/skiing_background.jpg);
    background-size: cover;
}

.otr-cont-form {
    z-index: 1;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #ffffff;
}


.registration-page .inner-header {
    height: auto;
}

.registration-box {
    background-color: #efefef;
    border-radius: 8px;
}

.registration-box p {
    color: grey;
}

.registration-box .form-outline .form-label {
    background-color: #efefef;
}

.registration-box select.form-control:focus ~ .form-label {
    color: #444444;
}

.learn-more-link {
    color: #444444;
    text-decoration: underline;
}

/* registration page END */

/* registration learn more page */

.registration-learn-more-page .skiing-background {
    height: 400px;
}

.registration-learn-more-page .skiing-background:before {
    width: 100%;
}

.registration-learn-more-page .otr-cont-form {
    border-radius: 16px 16px 0 0;
    margin-top: -100px;
}

/* registration learn more page END */

/* registration confirmation page */

.registration-confirmation-page .check-icon {
    font-size: 20px;
    color: #469B35;
}

.sign-in-btn {
    width: 150px;
}

.registration-confirmation-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/* registration confirmation page END */

/* reservation page */

.reservation-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.reservation-page .nav-tabs .nav-item {
    position: relative;
    flex: 1 1 0;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.reservation-page .nav-tabs .nav-item .form-check-input {
    margin-top: 14px;
    border-radius: 50%;
    border-color: rgba(0,0,0,.25) !important;
}
.reservation-page .nav-tabs .nav-item .form-check-input[type=checkbox]:checked {
    background-color: #449A33FF !important;
    border-color: #449A33FF !important;
    opacity: 1 !important;
}

.reservation-page .nav-tabs .nav-item .form-check-input[type=checkbox]:focus:after {
    background-color: transparent;
}

.reservation-page .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #777777;
    text-transform: none;
    white-space: nowrap;
    padding-top: 5px;
}

.reservation-edit-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.reservation-edit-page .nav-tabs-2 .nav-item {
    position: relative;
    flex: 1 1 0;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.reservation-edit-page .nav-tabs-2 .nav-item .form-check-input {
    margin-top: 14px;
    border-radius: 50%;
    border-color: rgba(0,0,0,.25) !important;
}
.reservation-edit-page .nav-tabs-2 .nav-item .form-check-input[type=checkbox]:checked {
    background-color: #449A33FF !important;
    border-color: #449A33FF !important;
    opacity: 1 !important;
}

.reservation-edit-page .nav-tabs-2 .nav-item .form-check-input[type=checkbox]:focus:after {
    background-color: transparent;
}

.reservation-edit-page .nav-tabs-2 .nav-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #777777;
    text-transform: none;
    white-space: nowrap;
    padding-top: 5px;
}
.reservation-edit-page #progress-num .step {
    visibility:hidden;
}

.reservation-page .accordion-button:after {
    display: none;
}

.reservation-page #progress-num .step {
    visibility:hidden;
}

.sticky-element {
    position: relative;
}

.fixed-height-wrapper {
    height: 300px;
    overflow: auto;
    padding-right: 15px;
    padding-bottom: 50px;
}

.fixed-height-wrapper:before {
    position: absolute;
    bottom: -2px;
    content: '';
    height: 90px;
    width: 100%;
    background-image: linear-gradient(transparent,white);
}

.reservation-page .nav-tabs .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    text-align: center;
}

.reservation-page .nav-tabs .nav-link.active {
    color: #4f4f4f;
    font-weight: bold;
}

.reservation-page .nav-tabs .nav-link.active:before {
    display: none;
}

.reservation-page .tab-content {
    position: relative;
}

.important-info i {
    color: #00adff;
}

.reservation-page #tab-accommodations .accordion-button:after, .reservation-edit-page #tab-accommodations .accordion-button:after {
    display: none;
}

.reservation-page .accordion-item, .reservation-edit-page .accordion-item {
    box-shadow: 0px 0px 20px 0px #d0cfcf;
    border-radius: 20px;
    margin-bottom: 10px;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    -webkit-transition : border 100ms ease-in, box-shadow 200ms ease-in;
    -moz-transition : border 100ms ease-in, box-shadow 200ms ease-in;
    -o-transition : border 100ms ease-in, box-shadow 200ms ease-in;
    transition : border 100ms ease-in, box-shadow 200ms ease-in;
}

.reservation-page .accordion-item.no-collapse .accordion-button:before, .reservation-edit-page .accordion-item.no-collapse .accordion-button:before {
    display: none;
}

.reservation-page .accordion-item .accordion-button, .reservation-edit-page .accordion-item .accordion-button {
    border-radius: 20px !important;
    background: none !important;
}

.reservation-page .accordion-item.focused, .reservation-edit-page .accordion-item.focused {
    border: 2px solid #00adff;
    box-shadow: none;
}

.reservation-page .accordion-header .img-container-mb, .reservation-edit-page .accordion-header .img-container-mb {
    display: none;
    overflow: hidden;
    height: 225px;
}

.reservation-page .accordion-header .img-container-pc, .reservation-edit-page .accordion-header .img-container-pc {
    display: initial;
    overflow: hidden;
    height: 225px;
}

.reservation-page .accordion-header .img-container-mb img, .reservation-edit-page .accordion-header .img-container-mb img {
    height: inherit;
}
.reservation-page .accordion-header .img-container-pc img, .reservation-edit-page .accordion-header .img-container-pc img {
    height: inherit;
}

.package-status {
    white-space: nowrap;
    padding: 10px 20px;
    margin: 0 30px;
    line-height: 20px;
    border-radius: 20px;
    text-transform: uppercase;
}

.reservation-page .carousel, .reservation-edit-page .carousel {
    max-height: 300px;
}

.reservation-page .carousel-control-next-icon,.reservation-page .carousel-control-prev-icon, .reservation-edit-page .carousel-control-next-icon,.reservation-edit-page .carousel-control-prev-icon {
    background-image: none;
    box-shadow: 0px 0px 3px 0px #4545458f;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
}

.reservation-page .carousel-control-prev, .reservation-edit-page .carousel-control-prev {
    left: 2px;
    opacity: 1;
    justify-content: left;
}

.reservation-page .carousel-control-next, .reservation-edit-page .carousel-control-next {
    right: 2px;
    opacity: 1;
    justify-content: right;
}

.reservation-page .carousel-control-next-icon:after,.reservation-page .carousel-control-prev-icon:after, .reservation-edit-page .carousel-control-next-icon:after,.reservation-edit-page .carousel-control-prev-icon:after {
    font-size: 1rem;
    color: black;
}

.reservation-page .carousel-control-prev-icon:after, .reservation-edit-page .carousel-control-prev-icon:after {
    content: "\f060";
}

.reservation-page .carousel-control-next-icon:after, .reservation-edit-page .carousel-control-next-icon:after  {
    content: "\f061";
}

.nights-count {
    width: 55px;
}

.ski-pair-count {
    width: 40px;
}

.nights-count .form-control {
    font-weight: bold;
    color: #00adff;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    padding-top: 12px;
}

.ski-pair-count .form-control {
    font-weight: bold;
    color: #00adff;
    height: 36px;
    font-size: 17px;
    line-height: 36px;
    padding-top: 6px;
    text-align: center;
}

.roommate-list {
    list-style: none;
    padding-left: 0;
}

.clear-selection {
    font-size: 14px;
}

.card-title {
    width: calc( 100% - 300px );
}

.greeting-area {
    height: 300px;
}

.create-account-btn, .signin-btn {
    min-width: 250px;
}

.no-payment-message {
    height: 300px;
}

#confirm-pay-box {
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
}
.uplift-img-wrp img{
    width: 100px;
}

/* reservation page END */

/* step progress bar */

#progress {
    position: relative;
    margin-bottom: 30px;
}
#progress-bar {
    position: absolute;
    background: #4dc1ff;
    height: 5px;
    width: 0%;
    top: 50%;
    left: 0;
}
#progress-num {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#progress-num::before {
    content: "";
    background-color: lightgray;
    position: absolute;
    top: 50%;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: -1;
}
#progress-num .step {
    border: 3px solid lightgray;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
#progress-num .step.activeProgress {
    border-color: lightseagreen;
    background-color: lightseagreen;
    color: #fff;
}

/* step progress bar END */

/* progress bar */

.progress .progress-bar {
    border-radius: 5px
}

/* progress bar END */

/* processing overlay start */

.processing-overlay {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background: white;
}

/* processing overlay end */


.btn.btn-light-blue:disabled{
    background-color: #bfbfbf !important;
}

/*added on 24th Oct 2023*/
.room-list{
    border-bottom: 1px solid #e2e2e2;
}
.room-list .join-link{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 2px;
    text-align: left;
    color: #167cbe;
    cursor: pointer;
    margin-top: 2px;
}
.room-list .leave-link{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 2px;
    text-align: left;
    color: #b64e34;
    cursor: pointer;
    margin-top: 2px;
}
.room-list h5{
    font-size: 16px;
    margin-bottom: 0;
}
.room-list .text-small{
    font-size: 16px;
    font-weight: 400 !important;
}
.max-height-350{
    overflow-y:scroll ;
    max-height: 350px;
}

/*assign rooming*/
.GroupHeader{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.GroupMembers {
    list-style: none;
}
.GroupMembers ul{
    
}
.GroupMembers li{
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

#CustRoom-Inventory {
    float: left;
    max-height: 800px;
    overflow-x: scroll;
    overflow-y: scroll;
    display: block;
}
#CustRoom-Groups {
    max-height: 800px;
    overflow-y: scroll;
}

.tbl-fix {
    float: left;
    width: 100%;
}
.tbl-fix .tbl-header{
    background-color: #efefef;
    font-weight: bold;
}
.tbl-fix p{
    margin-bottom: 0 !important;
}
.tbl-fix tbody {
    float: left;
    width: 100%;
    padding: 5px;
}
.tbl-fix tbody tr {
    float: left;
    width: 100%;
    background: #e3f5ff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 24px;
}
.tbl-fix tbody tr td {
    float: left;
    padding: 0 3px;
}

td.InvItem-Qty, td.InvItem-Count {
    width: 50px;
    text-align: center;
}
td.InvItem-Type {
    width: 40px;
    text-align: center;
}
td.InvItem-Size {
    width: 100px;
    text-align: left;
}
td.InvItem-Property {
    width: 150px;
    text-align: left;
}
td.InvItem-PropertyMgmt {
    width: 150px;
    text-align: left;
}
td.InvItem-Pillows {
    width: 100px;
    text-align: center;
}
td.InvItem-UnusedPillows {
    width: 100px;
    text-align: center;
}
.RoomMembers ul {
    padding: 12px;
}
.RoomMembers li {
    list-style: none;
    float: left;
    cursor: move;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 13px;
    margin-bottom: 12px;
}

/*29/07/2024*/
.p-pills{
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.p-pills.blue{
    background: #00adff;
    color: #efefef;
}
.p-pills.gray{
    background: #a5a5a5;
    color: #4f4f4f;
}
/*29/07/2024*/

/* responsive styles */

@media (min-width: 768px)
{
    .custom-doller-value {
        font-size: 24px;
    }
    .me-md-2
    {
        margin-bottom: 0 !important;
    }

    .shopping-cart-icon-utd {
        float: inherit;
        width: inherit;
        margin-bottom: inherit;
        padding: inherit;
        text-align: inherit;
        background-color: transparent !important;
    }

    .btn-light-blue, .btn-light-blue:focus, .btn-light-blue:active {
        background-color: #00adff;
        color: #444444;
        font-weight: 700;
        height: 45px;
        letter-spacing: 1px;
    }

    .price-link-utd {
        position: inherit;
        left: inherit;
        top: inherit;
        width: inherit;
        text-align: right;
        background-color: transparent;
    }

    .text-sm-align-right{
        text-align: right !important;
    }
    .cart-value
    {
        font-size: 30px;
    }
    .w-md-50{
        width: 50% !important;
    }
    .title-1 {
        font-size: 34px;
    }
    .inner-header {
        height: 88px;
        background-color: #ffffff;
        align-items: center;
        align-content: center;
    }
    .inner-header .select-wrp{
        width: 300px;
        height: 60px;
        padding-top: 12px;
        margin: 0;
    }
    .inner-header .info-area{
        border-bottom: none;
    }
    .inner-header .user-img{
        width: 42px;
        height: 42px;
        padding: 0 !important;
        margin-right: 30px;
    }
    .inner-header .user-img .img-wrp{
        width: 35px;
        height: 35px;
        border-radius: 24px;
        overflow: hidden;
        float: left;
        margin-right: 2px;
    }
    .inner-header .user-img:after{
        top: 27px;
        position: absolute;
        left: 47px;
    }
    .inner-header .logo-wrp {
        width: 250px;
        height: 52px;
        overflow: hidden;
        text-align: center;
        margin:0;
        float: none;
    }
    .inner-header .logo-wrp img {
        width: auto;
        height: 100%;
    }

    .outer-content .center-wrp {
        max-width: 505px;
        width: 96%;
        margin: 2%;
        padding: 48px 63px 27px;
    }

    .outer-content .center-wrp h1 {
        font-size: 34px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: -1px;
        text-align: left;
        color: #000;
        margin: 0;
    }

    .outer-content .center-wrp p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.25px;
    }

    .registration-learn-more-page .skiing-background:before {
        background-position: 0 -100px;
    }

    .registration-learn-more-page .otr-cont-form {
        margin-left: 10vw !important;
        margin-right: 10vw !important;
        margin-top: -110px;
    }

    .payment-amount-area-normal {
       position: absolute;
       top: 300px;
    }
    
    .payment-amount-area-normal-awx {
       position: absolute;
       top: 200px;
    }
    
    .payment-amount-area-normal-awx-fxp {
       position: absolute;
       top: 360px;
    }
    
    .payment-amount-area {
       position: absolute;
       top: 510px;
    }
    
    .payment-amount-area-margin {
        margin-bottom: 200px;
    }
}

@media (min-width: 1200px) {
    .registration-learn-more-page .skiing-background {
        height: 500px;
    }
}

@media (max-width: 992px) {
    .nav-wrapper {
        width: calc( 100vw - 20px);
    }
}

@media (max-width: 767px)
{
    .tab-pane button:not(.send-url-btn1):not(.send-url-btn2):not(.file-upload-btn) {
        width: 100%;
    }
    .send-url-msg {
        min-height: auto;
    }
    .border-right:after {
        display:none;
    }
    .skiing-background {
        height: 320px;
        margin-bottom: -16px;
        min-width: 100%;
    }
    .skiing-background:before {
        background-position: center top;
        width: 100%;
    }
    .otr-cont-form {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
    }
    .reservation-page .nav-wrapper, .reservation-edit-page .nav-wrapper {
        width: calc( 100vw - 113px );
        overflow: auto;
        height: 95px;
    }
    .reservation-page .accordion-header .img-container-mb, .reservation-edit-page .accordion-header .img-container-mb {
        display: block;
        text-align: center;
    }
    .reservation-page .accordion-header .img-container-pc, .reservation-edit-page .accordion-header .img-container-pc {
        display: none;
    }
    .reservation-page .accordion-header .img-container-mb img, .reservation-edit-page .accordion-header .img-container-mb img {
        height: auto;
        width: 100%;
    }
    .card-title {
        width: calc( 100% - 40px );
    }
}

@media ( max-width: 575px ) {
    .registration-page .btn-light-blue {
        width: 100%;
    }
    .create-room-input {
        width: 100%;
    }
    .select-roommates-box {
        width: 100%;
    }
    .notes-trip-leader {
        width: 100%;
    }
    .table-wrapper {
        max-width: calc( 100vw - 30px );
        overflow: auto;
    }
    .download-link {
        text-align: center;
    }
    .recipient-input, .text-message {
        width: 100%;
    }
    .file-upload .alert {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .inner-header .logo-wrp {
        width: 100px;
    }
    .inner-header .btn {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 360px) {
    .inner-header .user-img {
        width: 25px;
        height: 25px;
        padding: 0 !important;
        margin-right: 8px;
    }
    .inner-header .user-img .img-wrp {
        width: 25px;
        height: 25px;
        border-radius: 24px;
        overflow: hidden;
        float: left;
        margin-right: 2px;
        margin-top: 9px;
    }
    .inner-header .user-img:after {
        left: 38px;
    }
}

@media (max-width: 320px) {
    .inner-header .first-level .nav-link {
        padding: 18px 6px;
    }
}

@media (min-height: 979px) and (min-width: 1200px) {
    .registration-page .outer-content {
        height: calc( 100vh - 408px );
    }
    .registration-page .otr-cont-form {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

/* responsive styles END */