/*

Tooplate 2095 Level

https://www.tooplate.com/view/2095-level

*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden;
}

a,
button {
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.tm-position-relative {
    position: relative;
}
.tm-flex-align-center {
    align-items: center;
}
.tm-fa-6x {
    font-size: 6em;
}
.tm-margin-b-0 {
    margin-bottom: 0;
}
.tm-margin-b-20 {
    margin-bottom: 20px;
}
.tm-p-4 {
    padding: 2rem !important;
}
.tm-color-white {
    color: white;
}
.tm-color-primary {
    color: #ee5057;
}
.tm-bg-primary {
    background: #ee5057;
}
.tm-bg-gray {
    background: #f4f4f4;
}
.tm-bg-white {
    background: white;
}
.tm-bg-dark-blue {
    background: #1f3646;
}
.tm-bg-birudonker {
    background: #322877;
}

.tm-bg-white-shadow {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
}

.tm-section-pad {
    padding: 30px 50px;
}
.tm-section-pad-2 {
    padding: 30px 40px;
}
.tm-article-pad {
    padding: 28px;
}
.tm-sidebar-pad {
    padding: 15px 20px;
}
.tm-sidebar-pad-2 {
    padding: 21px 20px;
}
.tm-sidebar-pad-3 {
    padding: 0px 0px 50px 0px;
}
.tm-pad {
    padding: 20px;
}

a.tm-color-primary:hover,
a.tm-color-primary:active {
    color: #d53239;
}

.tm-font-light {
    font-weight: 300;
}
.tm-font-normal {
    font-weight: 400;
}
.tm-font-semibold {
    font-weight: 600;
}

p {
    color: #898989;
    line-height: 1.9;
}

.navbar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
}
.navbar a {
    color: black;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 80, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    cursor: pointer;
}

.nav-item {
    background: transparent;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.5s ease;
}

.nav-link.active,
.nav-link:hover {
    color: white;
    background: #ee5057;
}

.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
    padding: 50px 35px;
}

.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 119px;
    background: white;
}

.tm-top-bar.active {
    height: 79px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 35px;
}
.tm-top-bar-bg {
    height: 119px;
}
.tm-section {
    min-height: 300px;
}

.tm-section-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

#tm-section-1 {
    background-image: url("../img/bis.jpg");
    height: 400px;
}

#tm-section-5 {
    background-image: url("../img/bg-img-2.jpg");
}

#tm-section-6 {
    background-image: url("../img/bg-img-3.jpg");
    background-position: top center;
    padding-top: 120px;
    padding-bottom: 60px;
}

.tm-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qs-datepicker {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
}

.form-control {
    border-radius: 0;
    padding: 0.6rem 0.75rem;
}

.form-control:focus {
    border-color: #ee5057;
    box-shadow: 0 0 0 0.2rem rgba(238, 80, 87, 0.25);
}

.btn-primary {
    background-color: #ee5057;
    border-color: #ee5057;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 13px 30px;
    text-transform: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #d53239;
    border-color: #d53239;
}

.btn-primary-biru {
    background-color: #322877;
    border-color: #322877;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 13px 30px;
    text-transform: none;
}

.btn-primary-biru:hover,
.btn-primary-biru:focus,
.btn-primary-biru:active {
    background-color: #42397b;
    border-color: #42397b;
}

.btn-primary-abu {
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 0;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
}


.btn-tes {
    background-color: rgba(24, 100, 171, 0);
    border-color: white;
    border: 2px solid white;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 13px 30px;
    text-transform: none;
}

.btn-tes:hover,
.btn-tes:focus,
.btn-tes:active {
    background-color: blue;
    border-color: yellow;
}





.tm-search-form .tm-form-element {
    padding: 0 5px;
}
.tm-form-element {
    position: relative;
}
.tm-form-element:last-child {
    margin-right: 0;
}

.tm-form-element-icon {
    color: #ee5057;
    position: absolute;
    top: 10px;
    left: 15px;
}

.tm-form-element-icon-small {
    top: 16px;
    left: 18px;
}

select.tm-select.form-control:not([size]):not([multiple]) {
    height: 100%;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0.5em;
    padding-right: 1.5em;
}

/* https://stackoverflow.com/questions/20163079/remove-select-arrow-on-ie */
select.tm-select::-ms-expand {
    display: none;
}

.tm-select {
    border-radius: 0;
    color: #858789;
}

.tm-search-form .form-control {
    font-size: 0.8rem;
    padding: 0.75rem 0.75rem 0.75rem 45px;
}

.tm-search-form .tm-form-element {
    width: 33.3333%;
}
.tm-search-form .tm-form-element-2 {
    width: 25%;
}
.tm-search-form-row {
    width: 900px;
}
.tm-btn-search {
    width: 100%;
}

/* https://css-tricks.com/creating-non-rectangular-headers/ */
.tm-section-down-arrow {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100px;
}

.tm-pt-5 {
    padding-top: 150px;
}
.tm-pb-4 {
    padding-bottom: 100px;
}

.tm-section-2 {
    background: #ee5057;
    padding-top: 50px;
    position: relative;
}

.tm-section-title {
    color: white;
    font-size: 3rem;
}

.tm-section-title-2 {
    font-size: 3.2rem;
    font-weight: 600;
}

.tm-section-subtitle {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 25px;
}

.tm-section-subtitle-2 {
    font-size: 1.8rem;
}

.tm-btn-white-bordered {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid white;
    background: transparent;
    text-transform: uppercase;
}

.tm-btn-white-bordered:hover,
.tm-btn-white-bordered:focus {
    color: #ee5057;
    background: white;
}

.slick-dots {
    bottom: -35px;
}

.tm-article {
    padding: 40px;
    transition: all 0.3s ease;
}

.tm-article:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    transform: scale(1.1);
}

.tm-article-title-1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.tm-article-title-2 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.tm-article-title-3 {
    font-size: 1.1rem;
}

.tm-btn-primary {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
}

.tm-sidebar-title {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.tm-sidebar-jam {
    font-size: 1rem;
    margin-bottom: 5px;
}

.tm-sidebar-item-rp {
    margin-top: 10px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.tm-sidebar-item-title {
    font-size: 1.2rem;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.tm-recommended-item .tm-bg-gray {
    transition: all 0.3s ease;
}
.tm-recommended-item:hover .tm-bg-gray {
    background: #ddd;
}

.tm-recommended-item h4 {
    color: black;
    transition: all 0.3s ease;
}

.tm-recommended-item:hover h4 {
    color: #ee5057;
}
.tm-media {
    align-items: stretch;
}

.tm-media,
.tm-media-1 {
    margin-bottom: 15px;
}

.tm-media:last-child,
.tm-media-1:last-child {
    margin-bottom: 0;
}

.tm-media-body,
.tm-media-body-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
}

.tm-media-body-v-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 515px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-bg-video {
    position: relative;
    padding-top: 515px;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.tm-btn-pause {
    display: none;
}

.tm-btn-play,
.tm-btn-pause {
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.tm-media-container {
    max-width: 772px;
}

#google-map {
    height: 479px;
    width: 100%;
}

.contact-form .form-control {
    background-color: #f4f4f4;
    border: none;
    font-size: 0.8rem;
    font-weight: 300;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

@media screen and (max-width: 991px) {
    .tm-top-bar.active,
    .tm-top-bar,
    .tm-top-bar-bg {
        height: 65px;
    }
    .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 12px 15px;
    }
    #mainNav {
        width: 180px;
        position: absolute;
        top: 60px;
        right: 15px;

        -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    }

    #mainNavUser {
        width: 180px;
        position: absolute;
        top: 60px;
        right: 15px;

        -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    }

    #mainNavMenu {
        width: 180px;
        position: absolute;
        top: 60px;
        right: 15px;

        -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    }

    #mainNavProfile {
        width: 180px;
        position: absolute;
        top: 60px;
        right: 15px;

        -webkit-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        -moz-box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
        box-shadow: 0px 0px 7px 0px rgba(214, 214, 214, 1);
    }

    .tm-search-form .tm-form-element {
        width: 33%;
        max-width: 215px;
    }

    .tm-search-form-row {
        width: 98%;
        max-width: 900px;
    }
    .tm-recommended-container {
        margin-top: 30px;
    }

    video {
        top: 25%;
        left: 0;
        min-width: 50%;
        min-height: 50%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .tm-search-form .tm-form-element {
        width: 50%;
        max-width: 235px;
        justify-content: right;
    }

    #tm-section-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .tm-media-container,
    .tm-media-title-container {
        max-width: 320px;
        margin-right: auto;
    }

    .tm-media-title-container {
        margin-left: auto;
        margin-bottom: 20px;
    }

    .tm-media-1 {
        flex-direction: column;
        max-width: 280px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .tm-media-body-1 {
        padding-left: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .tm-bg-video {
        padding-top: 255px;
    }
    .overlay {
        height: 255px;
    }
}

@media screen and (max-width: 767px) and (min-width: 524px) {
    .tm-search-form .tm-form-element-100 {
        width: 100%;
        max-width: none;
    }

    .tm-search-form .tm-form-element-50 {
        width: 50%;
    }
}

@media screen and (max-width: 524px) {
    .tm-section-pad-2 {
        padding: 20px 25px;
    }

    .tm-search-form .tm-form-element {
        width: 100%;
        max-width: 100%;
    }

    .tm-fx-col-xs {
        flex-direction: column;
    }
    .tm-section-pad {
        padding: 25px 15px;
    }
    #tm-section-1 {
        height: 500px;
    }
}

/* IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .ie-h-align-center-fix {
        margin-left: 0;
        margin-right: 0;
    }

    .ie-10-ml-auto {
        float: right;
    }
    .tm-media-body,
    .tm-media-body > * {
        width: 100%;
    }
    .tm-media-body-1,
    .tm-media-body-1 > * {
        width: 100%;
    }
    .tm-media-1 > * {
        flex: 1 1 auto;
    }
}

@media all and (max-width: 1199px) and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
    .ie-container-width-fix {
        width: 960px;
    }
}

@media all and (max-width: 600px) {
    .ie-container-width-fix-2 {
        width: 100%;
    }
}

@media all and (max-width: 560px) and (-ms-high-contrast: none),
    (-ms-high-contrast: active) {
    .ie-container-width-fix {
        max-width: 530px;
        width: 100%;
    }
}

.containerlogin {
    /* Center child horizontally*/
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.form-field {
    display: block;
    width: 100%;
    padding: 8px 16px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-radius: 6px;
    -webkit-appearance: none;
    color: var(--input-color);
    border: 1px solid var(--input-border);
    background: var(--input-background);
    transition: border 0.3s ease;
    &::placeholder {
        color: var(--input-placeholder);
    }
    &:focus {
        outline: none;
        border-color: var(--input-border-focus);
    }
}

.form-group {
    position: relative;
    display: flex;
    width: 100%;
    & > span,
    .form-field {
        white-space: nowrap;
        display: block;
        &:not(:first-child):not(:last-child) {
            border-radius: 0;
        }
        &:first-child {
            border-radius: 6px 0 0 6px;
        }
        &:last-child {
            border-radius: 0 6px 6px 0;
        }
        &:not(:first-child) {
            margin-left: -1px;
        }
    }
    .form-field {
        position: relative;
        z-index: 1;
        flex: 1 1 auto;
        width: 1%;
        margin-top: 0;
        margin-bottom: 0;
    }
    & > span {
        text-align: center;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 25px;
        color: var(--group-color);
        background: var(--group-background);
        border: 1px solid var(--group-border);
        transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
    }
    &:focus-within {
        & > span {
            color: var(--group-color-focus);
            background: var(--group-background-focus);
            border-color: var(--group-border-focus);
        }
    }
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
    &:before,
    &:after {
        box-sizing: inherit;
    }
}

:root {
    --input-color: #99a3ba;
    --input-border: #cdd9ed;
    --input-background: #fff;
    --input-placeholder: #cbd1dc;

    --input-border-focus: #275efe;

    --group-color: var(--input-color);
    --group-border: var(--input-border);
    --group-background: #eef4ff;

    --group-color-focus: #fff;
    --group-border-focus: var(--input-border-focus);
    --group-background-focus: #678efe;
}

.ha-screen-reader {
    width: var(--ha-screen-reader-width, 1px);
    height: var(--ha-screen-reader-height, 1px);
    padding: var(--ha-screen-reader-padding, 0);
    border: var(--ha-screen-reader-border, none);
    position: var(--ha-screen-reader-position, absolute);
    clip: var(--ha-screen-reader-clip, rect(1px, 1px, 1px, 1px));
    overflow: var(--ha-screen-reader-overflow, hidden);
}

.field__input {
    --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
    font-size: 16px;
}

.field__input:focus::-webkit-input-placeholder {
    color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder {
    color: var(--uiFieldPlaceholderColor);
}

.field {
    --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
    --uiFieldPaddingRight: var(--fieldPaddingRight, 1rem);
    --uiFieldPaddingLeft: var(--fieldPaddingLeft, 1rem);
    --uiFieldBorderColorActive: var(
        --fieldBorderColorActive,
        rgba(22, 22, 22, 1)
    );
    color: gray;
    display: var(--fieldDisplay, inline-flex);
    position: relative;
    font-size: var(--fieldFontSize, 1rem);
}

.field__input {
    box-sizing: border-box;
    width: var(--fieldWidth, 100%);
    height: var(--fieldHeight, 3rem);
    padding: var(--fieldPaddingTop, 1.25rem) var(--uiFieldPaddingRight)
        var(--fieldPaddingBottom, 0.5rem) var(--uiFieldPaddingLeft);
    border-bottom: var(--uiFieldBorderWidth) solid
        var(--fieldBorderColor, rgba(0, 0, 0, 0.25));
}

.field__input:focus {
    outline: none;
}

.field__input::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.field__input::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.field__input:focus::-webkit-input-placeholder {
    opacity: 1;
    transition-delay: 0.2s;
}

.field__input:focus::-moz-placeholder {
    opacity: 1;
    transition-delay: 0.2s;
}

.field__label-wrap {
    box-sizing: border-box;
    pointer-events: none;
    cursor: text;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.field__label-wrap::after {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.field__input:focus ~ .field__label-wrap::after {
    opacity: 1;
}

.field__label {
    position: absolute;
    left: var(--uiFieldPaddingLeft);
    top: calc(50% - 0.5em);
    line-height: 1;
    font-size: var(--fieldHintFontSize, inherit);
    transition: top 0.2s cubic-bezier(0.9, -0.15, 0.1, 1.15),
        opacity 0.2s ease-out, font-size 0.2s ease-out;
}

.field__input:focus ~ .field__label-wrap .field__label,
.field__input:not(:placeholder-shown) ~ .field__label-wrap .field__label {
    --fieldHintFontSize: var(--fieldHintFontSizeFocused, 0.75rem);
    top: var(--fieldHintTopHover, 0.25rem);
}

.field_v1 .field__label-wrap::after {
    border-bottom: var(--uiFieldBorderWidth) solid
        var(--uiFieldBorderColorActive);
    transition: opacity 0.2s ease-out;
}

.field_v2 .field__label-wrap {
    overflow: hidden;
}

.field_v2 .field__label-wrap::after {
    border-bottom: var(--uiFieldBorderWidth) solid
        var(--uiFieldBorderColorActive);
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.285s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
}

.field_v2 .field__input:focus ~ .field__label-wrap::after {
    transform: translate3d(0, 0, 0);
    transition-delay: 0;
}

.field_v3 .field__label-wrap::after {
    border: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
    transition: height 0.2s ease-out, opacity 0.2s ease-out;
}

.field_v3 .field__input:focus ~ .field__label-wrap::after {
    height: 100%;
}

.field {
    --fieldBorderColor: #d1c4e9;
    --fieldBorderColorActive: #673ab7;
}

.page {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    display: grid;
    grid-gap: 30px;
}

.linktr {
    order: -1;
    padding: 1.75rem;
    text-align: center;
}

.linktr__goal {
    background-color: rgb(209, 246, 255);
    color: rgb(8, 49, 112);
    box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
    border-radius: 2rem;
    padding: 0.5rem 1.25rem;
}

@media (min-width: 1024px) {
    .linktr {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
    }
}

.r-link {
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);
    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

.redsvg {
    fill: #ee5057;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

.checkbox-input {
    // Code to hide the input
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #2260ff;
            border-color: #2260ff;
        }

        .checkbox-icon,
        .checkbox-label {
            color: #2260ff;
        }
    }

    &:focus + .checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    min-height: 4.5rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    &:hover {
        border-color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
    svg {
        width: 3rem;
        height: 3rem;
    }
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url("../svg/downarrow.svg") no-repeat;
}

.modal-content {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    padding: 10px;
    border-radius: 20px !important;
}

.loader {
    background-color: #2a2a2a;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 222222;
}

.loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader svg path,
.loader svg rect {
    fill: #ff565b;
}
