/* SWS */

@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


:root {
    --pink: #F01484;
    --blue: #000C7B;
}

html {
    background-color: rgb(133, 70, 234);
}

html.form-html{
    height: 100%;
}

p,
a,
li,
small,
h1 {
    /* font-family: 'Bai Jamjuree', sans-serif; */
    font-family: 'sommet', sans-serif;
    line-height: 1.4;
}

body {
    overflow-x: hidden;
    background-color: #F4EDF6;
    background-image: url('../media/umbrela_back_normal.svg');
    background-image: url('../media/umbrela_back_normal.svg'), linear-gradient(60deg, rgb(65, 40, 186) 0%, rgb(92, 52, 204) 25%, rgb(125, 67, 228) 50%, rgb(133, 70, 234) 75%, rgb(146, 76, 243) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.home-body-form {
    background-image: none;
    background: linear-gradient(60deg, rgb(65, 40, 186) 0%, rgb(92, 52, 204) 25%, rgb(125, 67, 228) 50%, rgb(133, 70, 234) 75%, rgb(146, 76, 243) 100%);
}

.custom-container .form-horizontal {
    min-height: 270px;
}

small {
    font-size: 11px;
    color: #fff;
}

small.pink {
    font-size: 12px;
    color: #b8b8b8;
}

[data-bs-theme=light] body:not(.app-blank),
[data-bs-theme=dark] body:not(.app-blank) {
    background-image: url(../img/back1_ambrella.jpg) !important;
}

[data-bs-theme=dark] body#kt_body:before {
    background: #0000008a;
}

[data-bs-theme=dark] .dark-theme-btn {
    color: #fff !important;
}

body:not([data-kt-sticky-header=off]) .menu-title {
    color: var(--bs-text-gray-700);
}

body:not([data-kt-sticky-header=on]) .menu-title {
    color: #fff;
}

.custom-login-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-322cdba) 0%, var(--e-global-color-accent) 100%);
    opacity: 0.88;
    z-index: -1;
}

body#kt_body:not(.custom-login-bg):before {
    content: '';
    width: 100%;
    height: 350px;
    display: block;
    background: #00000021;
    position: absolute;
    z-index: -1;
}

span.menu-title {
    font-size: 15px;
}

.table tbody td:first-child,
.table thead th:first-child {
    text-align: center;
}

.table tr {
    vertical-align: middle;
}

.table thead tr th {
    font-size: 15px !important;
    font-weight: bold !important;
    background: #fff !important;
}

.table-responsive {
    margin-top: 25px;
}

.table i.icon-xl.far.fa-eye {
    font-size: 17px;
    color: #000;
}

.table .btn:hover {
    background: #f01484;
}

.table .btn:hover i.icon-xl.far.fa-eye {
    color: #fff;
}

.btn .white-hover-icon {
    font-size: 25px;
}

.btn:hover .white-hover-icon {
    color: #fff !important;
}

/* .form-check-input:checked {
    background-color: #fff;
    border-color: var(--pink);
} */

.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: var(--pink);
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.custom-form-header {
    padding: 50px 0 0 50px;
    margin-bottom: 100px;
}

.step-logo {
    width: 200px;
}

.custom-container {
    height: 83vh;
    max-width: 1300px;
}

.custom-footer {
    max-width: 1300px;
}

.custom-inner-container {
    height: 100%;
    max-width: 950px;
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.absolute-logo {
    position: absolute;
    left: 7%;
    top: 7%;
}

.absolute-logo img {
    width: 200px;
}

.custom-title {
    font-size: 25px;
    color: var(--pink);
}

a.btn.custom-blue-btn {
    background-color: var(--blue);
    color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
}

/* STEPS CSS */

.custom-container input::placeholder,
.custom-container textarea::placeholder,
.custom-container .text-muted,
.custom-container .form-label {
    color: #b8b8b8 !important;
}

.custom-container .form-check-label {
    color: #fff;
}

sup{
    color: #fff !important;
}

.custom-input-form {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    color: #fff;
}

.blue-text,
.custom-container label {
    color: #fff;
}

.custom-left-chevron,
.custom-right-chevron {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 0;
}

button.btn.custom-left-chevron:hover,
button.btn.custom-right-chevron:hover {
    background-color: #fff;
    color: var(--blue);
}

/* .custom-next-btn {
    background-color: var(--blue);
    color: #fff;
    justify-content: center;
    height: 40px;
    width: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    border: 1px solid var(--blue);
    transition: all 0.4s;
} */

.last-step-buttons .custom-save-btn {
    background-color: #fff;
    color: var(--blue);
    justify-content: center;
    height: 40px;
    width: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: all 0.4s;
}

.last-step-buttons .custom-next-btn {
    color: #fff;
    justify-content: center;
    height: 40px;
    width: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 25px;
    transition: all 0.4s;
}

/* .custom-next-btn:hover {
    background-color: #fff;
    color: var(--blue);
    border-color: var(--blue);
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px -10px #00000096;
    transition: all 0.4s;
} */
.custom-save-btn:hover {
    background-color: #fff;
    color: var(--pink);
    border-color: var(--pink);
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px -10px #00000096;
    transition: all 0.4s;
}

.custom-save-btn {
    background-color: var(--pink);
    color: #fff;
    justify-content: center;
    height: 40px;
    width: 150px;
    padding: 5px;
    display: flex;
    align-items: center;
    border: 1px solid var(--pink);
    transition: all 0.4s;
}

.footer-gdpr label {
    color: #707070;
}

.step0-title {
    color: #fff;
    font-weight: 100;
}

.gdpr-row label,
.gdpr-section,
.gdpr-text,
.custom-container p,
.custom-container ul,
.custom-container .custom-title {
    color: #fff;
}

.step0-middle-text {
    color: #fff;
    font-size: 20px;
}

.step0-middle-text:last-of-type {
    margin-bottom: 50px;
}

.step0-lower-text {
    font-size: 19px;
    color: #fff;
    font-weight: 100;
}

.step-counter-text {
    font-size: 15px;
    color: #efefef;
}

.step-form-title {
    font-size: 30px;
    color: #fff;
}

.step-form-description {
    color: #fff;
    font-size: 18px;
}

.mobile-margin {
    margin-top: 50px;
}

.form-check-input[type=checkbox]:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}

.menu-item .menu-link {
    padding: 0.8rem 1rem !important;
}

.home-right-picture {
    position: absolute;
    bottom: 0;
    right: -250px;
    width: 600px;
    z-index: -1;
}

.homepage-title {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    display: flex;
    gap: 100px;
    width: 100%;
}

.homepage-middle-row {
    border-top: 1px solid #e1e1e1;
    padding-top: 50px;
    margin-top: 50px;
    color: #e1e1e1;
    font-size: 20px;
    width: 100%;
}

.homepage-button-label p {
    font-size: 13px;
    font-weight: 500;
}

.homepage-button-label a,
.custom-next-btn {
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    color: #e1e1e1;
    padding: 5px;
    padding-right: 15px;
    font-size: 11px;
}

.homepage-button-label a:hover,
.custom-next-btn:hover {
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    color: #fff;
}

.homepage-button-label.borders p {
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding-left: 50px;
    padding-right: 50px;
}

.homepage-button-label.borders a {
    margin-left: 50px;
}

.homepage-button-label svg.bi.bi-arrow-right,
.custom-next-btn svg.bi.bi-arrow-right {
    border: 1px solid;
    border-radius: 25px;
    padding: 4px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.gdpr-row {
    display: flex;
    gap: 20px;
}

#gdpr {
    width: 20px;
}

#gdpr[type=checkbox]:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}

.control-label.blue-text {
    text-align: right;
}

.custom-container .text-danger {
    color: #ffc03d !important;
}


.last-step-buttons {
    display: flex;
    flex-direction: column;
}

.custom-next-btn{
    width: 120px;
}

/* STEPS CSS */

@media only screen and (max-width: 1024px) {

    .control-label.blue-text {
        text-align: left;
    }

    .custom-next-btn {
        position: initial;
    }

    .home-right-picture {
        display: none;
    }

    input#gdpr {
        width: 30px;
        height: 30px;
    }

    label.form-check-label {
        font-size: 17px;
    }

    .form-check-input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    /* .end-row-mobile{
        text-align: end;
    } */

    .mobile-inline-checkbox * {
        width: auto;
    }

    .last-step-mb {
        margin-bottom: 30px;
    }

    .custom-form-header {
        padding: 20px;
        /* text-align: center; */
        margin-bottom: 20px;
    }

    .mobile-margin {
        margin: 30px 0 30px 0;
        justify-content: center !important;
    }

    .custom-footer {
        margin-bottom: 50px;
    }

    .next-button-position {
        display: flex;
        justify-content: end;
        width: 100%;
    }

    .mobile-align-right {
        text-align: right;
    }

    .custom-inner-container,
    .custom-container {
        height: 100vh;
    }

    .mobile-gap {
        gap: 30px;
    }

    .custom-title {
        text-align: center;
        font-size: 20px;
    }

    a.btn.custom-blue-btn {
        height: 60px;
    }

    .footer-gdpr {
        display: inline-flex;
        gap: 15px;
        margin-bottom: 30px;
    }

    .mobile-arrows {
        justify-content: flex-end;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .step-counter-text {
        font-size: 15px;
        color: #efefef;
        text-align: left;
    }

    .step0-title {
        text-align: center;
        font-size: 20px;
    }

    .step0-middle-text,
    .step0-lower-text {
        font-size: 15px;
    }

    .custom-footer .justify-content-around {
        justify-content: flex-end !important;
    }

    .homepage-title {
        font-size: 35px;
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .homepage-middle-row {
        border-top: 0;
        margin-top: 0;
        flex-direction: column;
        margin-bottom: 150px;
    }

    .homepage-button-label.borders p {
        border: none;
        padding: 0;
    }

    .homepage-button-label.borders a {
        margin: 0;
    }

    .homepage-button-label p {
        float: left;
        margin-right: 30px;
    }

    .step-logo {
        width: 150px;
    }

    .home-right-picture {
        position: absolute;
        bottom: 0;
        right: -15%;
        width: 250px;
        z-index: -1;
    }

    body.home-body-form {
        height: 100%;
    }

    body.home-body-form .custom-inner-container,
    body.home-body-form .custom-container {
        height: 100%;
    }

}

/* SWS */