﻿
#inquiry-div {
    width: 100%;
    
}

 span:not(.k-icon) {
        font-family: 'optimare' !important;
    }

.page-ath-footer {
    font-family: 'optimare';
    padding-top: 40px;
}

    .page-ath-footer p {
        font-size: 15px;
    }

        .page-ath-footer p a {
            display: inline-block;
            margin-left: 3px;
            color: #ff606a;
            font-weight: 600;
            text-decoration: underline;
        }

            .page-ath-footer p a:hover {
                color: #ff606a;
            }

.auth-part-logo {
}

.page-content {
    margin-left: 260px;
    transition: all .5s;
    padding: 15px;
}

    .page-content.page-active {
        margin-left: 0px;
    }




/*---------signup-step-------------*/
.register-form-content {
    justify-content: center;
}

    .register-form-content .page-ath-form {
        padding-bottom: 0px;
    }

    .register-form-content .form-align-box,
    .register-form-content .page-ath-form,
    .register-form-content .wizard,
    .register-form-content .register-wizard-box,
    .register-form-content .tab-content,
    .register-form-content .wizard .tab-pane {
        height: 100%;
    }

    .register-form-content .page-ath-header {
        display: none;
    }

.register-wizard-box .tab-pane h4 {
    margin-top: 0px;
    font-size: 18px;
    color: #8e8c8c;
    margin-bottom: 12px;
}

.register-wizard-box .tab-pane h3 {
    font-size: 26px;
    font-weight: 700;
    color: #231f20;
    padding-bottom: 25px;
}

.wizard {
    position: relative;
}

    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
        position: absolute;
        bottom: 20px;
    }

    .wizard .nav-tabs > li > a.active .round-tab,
    .wizard .nav-tabs > li > a.active:hover .round-tab,
    .wizard .nav-tabs > li > a.active:focus .round-tab {
        cursor: default;
        background-color: #ff606a;
        color: #fff;
    }

    .wizard li.active span.round-tab {
        background: #0db02b;
        color: #fff;
        border-color: #0db02b;
    }

        .wizard li.active span.round-tab i {
            color: #5bc0de;
        }

    .wizard .nav-tabs > li.active > a i {
        color: #0db02b;
    }

    .wizard .nav-tabs > li a {
        padding: 15px;
        position: relative;
    }

    .wizard .nav-tabs > li {
        width: 25%;
        position: relative;
    }

        .wizard .nav-tabs > li a .round-tab {
            width: 30px;
            height: 30px;
            color: #868cbd;
            font-weight: 600;
            background-color: #ced2f2;
            display: inline-block;
            border-radius: 50%;
            padding-top: 6px;
            text-align: center;
            z-index: 1;
            position: relative;
            transition: 0.5s;
        }

        .wizard .nav-tabs > li:before,
        .wizard .nav-tabs > li:after {
            content: '';
            position: absolute;
            height: 2px;
            width: 100%;
            top: 50%;
            background-color: #ced2f2;
            left: 15px;
            transition: 0.5s;
        }

        .wizard .nav-tabs > li:after {
            background-color: #42b161;
            width: 0;
        }

        .wizard .nav-tabs > li.done a .round-tab {
            background-color: #42b161;
            color: #fff;
        }

        .wizard .nav-tabs > li.done:after {
            width: 100%;
        }

        .wizard .nav-tabs > li.done.active a .round-tab {
            background-color: #ff606a;
            color: #fff;
        }

        .wizard .nav-tabs > li.done.active ~ li .round-tab {
            background: #ced2f2;
            color: #868cbd;
        }

        .wizard .nav-tabs > li.active:after,
        .wizard .nav-tabs > li.active ~ li:after {
            width: 0;
        }


        .wizard .nav-tabs > li:last-child:before,
        .wizard .nav-tabs > li:last-child:after {
            display: none;
        }

        .wizard .nav-tabs > li a.disabled {
            cursor: not-allowed;
        }

        .wizard .nav-tabs > li a i {
            position: absolute;
            top: -15px;
            font-style: normal;
            font-weight: 400;
            white-space: nowrap;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            font-weight: 700;
            color: #ff606a;
        }



    .wizard .tab-content > .active {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .wizard .tab-pane {
        position: relative;
        padding-top: 0px;
    }

.step-btn {
    background-color: transparent;
}

    .step-btn i {
        width: 34px;
        height: 34px;
        background-color: #e9e9ea;
        display: inline-block;
        border-radius: 50%;
        color: #5e666b;
        font-size: 15px;
        text-align: center;
        padding-top: 11px;
        padding-left: 1px;
    }

    .step-btn span {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        color: #5e666b;
        letter-spacing: 0.3px;
    }

    .wizard{
        margin: 10px;
    }

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    border: none;
    margin-top: 30px;
}

    .prev-step span {
        margin-left: 10px;
    }

    .next-step span {
        margin-right: 10px;
        color: #ff606a;
    }

    .next-step i {
        box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5);
        background-color: #ff606a;
        color: #fff;
    }

.form-input-steps .custom-control.custom-checkbox label {
    font-family: 'optimare';
    font-size: 15px;
}

    .form-input-steps .custom-control.custom-checkbox label a {
        display: inline-block;
        margin-left: 3px;
        color: #ff606a;
        font-weight: 600;
        text-decoration: underline;
    }

        .form-input-steps .custom-control.custom-checkbox label a:hover {
            color: #ff606a;
        }


.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.progress {
    border-radius: 50px !important;
}

.progress-bar {
    background-color: #ff606a !important;
}


.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #ff606a !important;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }
/* active state */
.has-value .bar:before, .has-value .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.has-value .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.submit-btn {
    text-align: center;
}

    .submit-btn input {
        position: relative;
        display: inline-block;
        font-size: 15px;
        min-width: 220px;
        text-align: center;
        letter-spacing: 2.5px;
        line-height: 18px;
        font-weight: 700;
        padding: 15px 30px;
        border: 2px solid;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: rgba(0,33,71,1);
        color: #ffffff;
        border-color: rgba(0,33,71,1);
    }


.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    opacity: 0.5;
    display: none;
}

.box {
    position: relative;
    padding: 50px 0 100px;
}


.form-group {
    position: relative !important;
    padding-bottom:0px !important;
    margin:0px !important;
    /*    margin-bottom: 45px;*/
}

.form-control {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0px 10px 0px 5px !important;
    display: block !important;
    width: 100% !important;
    color: rgba(32,35,66,1) !important;
    height: 36px !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(32,35,66,.25) !important;
    box-shadow: none !important;
    margin-bottom:0px !important;
}

textarea.form-control {
    height: 140px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: rgba(32,35,66,1) !important;
}


.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 1.2px;
        width: 0;
        bottom: 0px;
        position: absolute;
        background: #ff606a;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }
/* active state */
.has-value .bar:before, .has-value .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.has-value .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.submit-btn {
    text-align: center;
}

    .submit-btn input {
        position: relative;
        display: inline-block;
        font-size: 15px;
        min-width: 220px;
        text-align: center;
        letter-spacing: 2.5px;
        line-height: 18px;
        font-weight: 700;
        padding: 15px 30px;
        border: 2px solid;
        cursor: pointer;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: rgba(0,33,71,1);
        color: #ffffff;
        border-color: rgba(0,33,71,1);
    }

.my-card {
    border: 2px solid #ff606a;
    border-radius: 5px;
    cursor: pointer;
    min-height: 138px;
    padding: 10px 5px;
    background: white;
    display: flex;
    justify-content: center;
}

.active-card {
    color: white;
    border: none;
    background: #ff606a;
    color: white;
}



.icon-div {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .icon-div img {
        opacity: 0.4;
    }

    .active-card .icon-div img {
        filter: brightness(10000%) invert(100%);
        opacity: 1;
    }

.span-title {
    font-size: 15px;
    font-weight: 600;
}

.div-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control:focus {
    border-color: #ff606a !important;
}

.card-functions {
    border: 1px solid #dadce0;
    border-radius: 6px;
    margin-top: 10px;
    padding: 20px 20px;
}


.my-slider #form-wrapper {
    width: 110%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.my-slider form {
    width: 90%;
    max-width: 500px;
}

.my-slider form #form-title {
    margin-top: 0;
    font-weight: 400;
    text-align: center;
}

.my-slider form #debt-amount-slider {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: 100%;
    height: 50px;
    user-select: none;
}

.my-slider form #debt-amount-slider::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: 110%;
    width: calc(100% * (5 / 6));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff606a;
}

.my-slider form #debt-amount-slider input, form #debt-amount-slider label {
    box-sizing: border-box;
    flex: 1;
    user-select: none;
    cursor: pointer;
}

    .my-slider form #debt-amount-slider label {
        display: inline-block;
        position: relative;
        width: 20%;
        height: 100%;
        user-select: none;
        font-size: 10px !important;
        color: #333;
    }

    .my-slider form #debt-amount-slider label::before {
        content: attr(data-debt-amount);
        position: absolute;
        left: 50%;
        padding-top: 0;
        transform: translate(-50%, 45px);
        font-size: 14px;
        letter-spacing: 0.4px;
        font-weight: 400;
        white-space: nowrap;
        opacity: 0.85;
        transition: all 0.15s ease-in-out;
        font-size: 10px !important;
    }

    .my-slider form #debt-amount-slider label::after {
        content: " ";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        border: 2px solid #ff606a;
        background: #fff;
        border-radius: 50%;
        pointer-events: none;
        user-select: none;
        z-index: 1;
        cursor: pointer;
        transition: all 0.15s ease-in-out;
        font-size: 10px !important;
    }

.my-slider form #debt-amount-slider label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
}

.my-slider form #debt-amount-slider input {
    display: none;
}

.my-slider form #debt-amount-slider input:checked + label::before {
    font-weight: 800;
    opacity: 1;
}

.my-slider form #debt-amount-slider input:checked + label::after {
    border-width: 10px;
    transform: translate(-50%, -50%) scale(0.75);
}

.my-slider form #debt-amount-slider input:checked ~ #debt-amount-pos {
    opacity: 1;
}

    .my-slider  form #debt-amount-slider input:checked:nth-child(1) ~ #debt-amount-pos {
        left: 8.3%;
    }

.my-slider form #debt-amount-slider input:checked:nth-child(3) ~ #debt-amount-pos {
    left: 25%;
}

.my-slider form #debt-amount-slider input:checked:nth-child(5) ~ #debt-amount-pos {
    left: 41.6%;
}

    .my-slider  form #debt-amount-slider input:checked:nth-child(7) ~ #debt-amount-pos {
        left: 58.4%;
    }

.my-slider form #debt-amount-slider input:checked:nth-child(9) ~ #debt-amount-pos {
    left: 75%;
}

.my-slider form #debt-amount-slider input:checked:nth-child(11) ~ #debt-amount-pos {
    left: 91.8%;
}

.my-slider form #debt-amount-slider #debt-amount-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #ff606a;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
}

.my-slider form:valid #debt-amount-slider input + label::before {
    transform: translate(-50%, 45px) scale(0.9);
    transition: all 0.15s linear;
    font-size: 10px !important;
    color: #333;
}

    .my-slider form:valid #debt-amount-slider input:checked + label::before {
        transform: translate(-50%, 45px) scale(1.0);
        transition: all 0.15s linear;
        font-size: 10px !important;
    }

    .my-slider  form + button {
        display: block;
        position: relative;
        margin: 56px auto 0;
        padding: 10px 20px;
        appearance: none;
        transition: all 0.15s ease-in-out;
        font-family: inherit;
        font-size: 24px;
        font-weight: 600;
        background: #fff;
        border: 2px solid #ff606a;
        border-radius: 8px;
        outline: 0;
        user-select: none;
        cursor: pointer;
    }

        .my-slider  form + button:hover {
            background: #ff606a;
            color: #fff;
        }

            .my-slider  form + button:hover:active {
                transform: scale(0.9);
            }

.my-slider form + button:focus {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
    pointer-events: none;
}

.my-slider form + button:focus::before {
    animation: spin 1s linear infinite;
}

        .my-slider  form + button::before {
            display: inline-block;
            width: 0;
            opacity: 0;
            content: "\f3f4";
            font-family: "Font Awesome 5 Pro";
            font-weight: 900;
            margin-right: 0;
            transform: rotate(0deg);
        }

.my-slider form:invalid + button {
    pointer-events: none;
    opacity: 0.25;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }

    to {
        transform: rotate(360deg);
        width: 24px;
        opacity: 1;
        margin-right: 12px;
    }
}

#card-events{
    margin-bottom: 10px;
}

.progress {
    margin-bottom: 0 !important;
}

.event-title{
    font-size: 14px !important;
    font-weight: 600;
    color: #333;
}

.k-input-solid{
    background-color: white !important;
}

.theme-checkbox {
    --toggle-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3em;
    height: 1.5em;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efefef), color-stop(50%, #2a2a2a)) no-repeat;
    background: -o-linear-gradient(left, #efefef 50%, #2a2a2a 50%) no-repeat;
    background: linear-gradient(to right, #efefef 50%, #ff606a 50%) no-repeat;
    background-size: 205%;
    background-position: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 99em;
    position: relative;
    cursor: pointer;
    font-size: var(--toggle-size);
}

    .theme-checkbox::before {
        content: "";
        width: 0.9em;
        height: 0.9em;
        position: absolute;
        top: 0.26em;
        left: 0.438em;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efefef), color-stop(50%, #2a2a2a)) no-repeat;
        background: -o-linear-gradient(left, #efefef 50%, #2a2a2a 50%) no-repeat;
        background: linear-gradient(to right, #efefef 50%, #ff606a 50%) no-repeat;
        background-size: 205%;
        background-position: 100%;
        border-radius: 50%;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .theme-checkbox:checked::before {
        left: calc(100% - 0.8em - 0.438em);
        background-position: 0;
    }

    .theme-checkbox:checked {
        background-position: 100%;
    }

    .my-slider{
        /*margin-top: -8px !important;*/
    }

.ballroom-img{

}

#bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 298px;
    background-size: cover;
    background-image: url('https://meridianconvention.com/PageImages/Banner/20220720021727MSH_MariaSollecito-MKS_1164.jpg');
    margin-bottom: 10px;
}

    #bg-img::before {
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

#bg-img2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 298px;
    background-size: cover;
    background-image: url('https://meridianconvention.com/PageImages/Banner/20220720021727MSH_MariaSollecito-MKS_1164.jpg');
}

    #bg-img2::before {
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

#Unavailable_bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 298px;
    background-size: cover;
    background-image: url('https://meridianconvention.com/PageImages/Banner/20220720021727MSH_MariaSollecito-MKS_1164.jpg');
}

    #Unavailable_bg-img::before {
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

#Unavailable_bg-img2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 298px;
    background-size: cover;
    background-image: url('https://meridianconvention.com/PageImages/Banner/20220720021727MSH_MariaSollecito-MKS_1164.jpg');
}

    #Unavailable_bg-img2::before {
        border-radius: 6px;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

.k-input-solid:focus{
    border-color: #ff606a !important;
}

.k-calendar-view table thead th {
    color: #ff606a !important;
}

.k-calendar-header {
    background-color: #ff606a !important;
}

    .k-calendar-title, .k-calendar-header .k-nav-today, .k-calendar-nav .k-icon,
    .k-calendar-nav .k-state-disabled {
        color: white !important;
    }

.k-calendar-view table thead th,
.k-calendar-view table tbody td{
    font-size: 12.5px !important;
}

.err-field{
    border-bottom-color: red !important;
}

.k-calendar .k-selected.k-focus .k-link, .k-calendar .k-state-selected.k-state-focused .k-link{
    background-color: #ff606a !important;
}

.k-state-disabled{
    color: gray !important;
}
.k-input-md .k-input-inner, span.k-input-inner {
    padding: 10px 10px 10px 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.k-calendar .k-header {
    background-color: #ff606a !important;
}

.k-calendar .k-nav-fast{
    font-weight:700 !important;
}

.k-calendar-container {
    height: 300px; 
}

.k-calendar .k-nav-fast, .k-calendar .k-nav-next, .k-calendar .k-nav-prev {
    font-weight: 700 !important;
    color: white;
}

.k-calendar .k-header .k-state-disabled {
    color: lightgray !important;
}

.k-picker-flat::after, .k-input-flat::after {
    border-width: 0 0 1px 0 !important;
}

@media only screen and (max-device-width: 600px) {
    .col-md-6 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .my-slider form:valid #debt-amount-slider input + label::before {
        font-size: 8px !important;
    }

    .my-slider form:valid #debt-amount-slider input:checked + label::before {
        font-size: 8px !important;
    }

    .my-slider form #debt-amount-slider label::before {
        font-size: 8px !important;
    }

    .top_save {
        margin-top: -15px;
        position:relative;
    }

    .form-group {
        position: relative !important;
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
    }
}

input {
    border-bottom: 0px !important;
}
#containerBox {
    z-index: 10000000000 !important;
}

.top_save{
    position:absolute;
    right:10px;
    margin-top:-15px;
}

.card-functions #EventFunction {
    margin-bottom:20px;
}

.card-functions #datepicker {
    margin-bottom: 20px;
}

.k-datepicker {
    margin-bottom: 20px !important;
}

