﻿.scrolltotop-btn {
    display: none;
    position: fixed;
    z-index: 1024;
    bottom: 30px;
    right: 30px;
    color: #232020;
    font-size: 1.9rem;
    text-shadow: 0px 0px 4px #fff;
    cursor: pointer;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

    .scrolltotop-btn:hover {
        color: #ff8000;
        /* text-shadow: 0px 0px 4px #000; */
        transition: all .15s ease-in-out;
    }



body {
    overflow-x: hidden !important;
}

.px-4 {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    padding-bottom: 0rem !important;
}

/* PC - style */
@media (min-width:992px) {

    a[data-tool-tip] {
        position: relative;
    }

        a[data-tool-tip]::after {
            content: attr(data-tool-tip);
            display: block;
            position: absolute;
            background-color: #fff;
            color: #000;
            font-family: Gilroy-Light;
            padding: .35em .8em;
            border-radius: 5px;
            font-size: .8rem;
            font-style: normal;
            bottom: 50%;
            left: -30px;
            box-shadow: 0px 0px 4px #000000bd;
            white-space: nowrap;
            transform: scale(0);
            transition: transform ease-out 150ms, bottom ease-out 150ms;
        }

        a[data-tool-tip]:hover::after {
            transform: scale(1);
            bottom: 95%;
            left: -30px;
        }

    .terms-of-use-container {
        position: relative;
        padding: 5%;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

    .header {
        position: relative;
        z-index: 9;
        height: 300px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #fff !important;
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

    .user-and-lang-container {
        position: absolute;
        right: 12%;
        top: 12%;
        display: block;
        max-width: max-content;
        padding: 0.4rem 0.4rem 0.4rem 0.4rem;
        font-size: .9rem;
        font-family: 'Gilroy';
        line-height: 0.9rem;
        color: #000;
        display: flex;
        background-color: rgb(255 255 255 / 57%);
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: 0px 0px 6px 0px #000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    }

    .logo-container {
        max-height: 120px !important;
        height: 85px !important;
        position: absolute !important;
        left: 15%;
        top: 12%;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        width: auto !important;
        max-width: 10vw !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .logo-shadow {
        filter: brightness(0) blur(10px);
        -webkit-filter: brightness(0) blur(10px);
        height: auto;
        width: 125px;
        max-height: 125px;
        position: absolute;
        z-index: 88;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .logo {
        height: auto;
        width: 125px;
        max-height: 125px;
        position: absolute;
        z-index: 999;
        cursor: pointer;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .form-control {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0rem 0.4rem;
        text-align: center;
        font-size: 1rem;
        font-family: 'Gilroy';
        line-height: 1.5rem;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-backdrop-filter: blur(5px);
    }

        .form-control:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            box-shadow: 0px 0px 6px 0px #000000f5;
        }


        .form-control:not(:hover) {
            transition: all .15s ease-in-out;
        }
}

.dxbl-fl-ctrl {
    overflow: hidden !important;
    border-radius: 10px !important;
}

.dxbl-fl .dxbl-fl-cpt {
    font-family: 'Gilroy';
    color: #292e33 !important;
    font-size: 1rem;
}

img, svg {
    border-radius: 10px !important;
}

.dxbl-fl .dxbl-fl-item .dxbl-fl-ctrl-nc {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}


.dxbl-col {
    margin-top: 5px !important;
}

.dxbl-text-edit > .dxbl-text-edit-input, .dxbl-text-edit > .dxbl-text-edit-template, .dxbl-text-edit > .dxbl-text-edit-template .dxbl-text-edit-input, .dxbl-text-edit > textarea {
    background-color: #fff0 !important;
}

.dxbl-fl .dxbl-fl-item {
    max-width: 300px !important;
}

/* Phone - style */

@media (max-width: 992px) {
    .terms-of-use-container {
        position: relative;
        padding: 5%;
        padding-top: 20%;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

    .header {
        position: relative;
        z-index: 9;
        height: 250px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        flex-direction: column !important;
        background-color: #272727 !important;
        background-image: url(img/menu/top_background.jpg) !important;
        background-size: cover !important;
        background-position: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s both;
    }

    .user-and-lang-container {
        position: absolute;
        right: 5%;
        top: 8%;
        display: block;
        max-width: max-content;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        font-size: .8rem;
        font-family: 'Gilroy';
        line-height: 0.8rem;
        color: #fff !important;
        display: flex;
        background-color: #00000094;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: 0px 0px 6px 0px #000;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
    }

    .logo-container {
        display: flex;
        max-height: 85px !important;
        height: 85px !important;
        position: relative !important;
        z-index: 999 !important;
        border-radius: 10px 10px 10px 10px !important;
        align-content: center;
        justify-content: center;
        align-items: center;
        max-width: 40vw !important;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .logo-shadow {
        filter: brightness(0) blur(6px);
        -webkit-filter: brightness(0) blur(6px);
        width: 140px;
        height: auto;
        max-height: 140px;
        position: absolute;
        z-index: 88;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .logo {
        width: 140px;
        height: auto;
        max-height: 140px;
        position: absolute;
        z-index: 999;
        -webkit-animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
        animation: fade-in .5s cubic-bezier(0.390, 0.575, 0.565, 1.000) .5s both;
    }

    .form-control {
        position: relative;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0rem 0.4rem;
        text-align: center;
        font-size: 1rem;
        font-family: 'Gilroy';
        line-height: 1.5rem;
        background-color: transparent;
        color: #fff;
        background-clip: padding-box;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.6rem !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-backdrop-filter: blur(5px);
    }

        .form-control:hover {
            cursor: pointer;
            transition: all .15s ease-in-out;
            box-shadow: 0px 0px 6px 0px #000000f5;
        }


        .form-control:not(:hover) {
            transition: all .15s ease-in-out;
        }

    .dxbl-modal > .dxbl-modal-root > .dxbl-popup {
        max-width: 350px !important;
        height: auto !important;
    }
}

.dxbl-modal-body {
    font-size: 1rem !important;
    padding-top: 0px !important;
}

.dxbl-loading-panel .dxbl-loading-panel-container .dxbl-loading-panel-indicator-area {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.back-to-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
    animation: fade-in 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
}
