* {
    box-sizing: border-box;
}

body {
    font-family: "Rubik", sans-serif;
}

.left {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    animation-name: left;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1s;
    order: 1;
}

.right {
    flex: 1;
    transition: 1s;
    order: 2;
}

.header>h2 {
    margin: 0;
    color: #4f46a5;
}

.header>h4 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.animation {
    animation-name: move;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-delay: 2s;
}

.a1 {
    animation-delay: 2s;
}

.a2 {
    animation-delay: 2.1s;
}

.a3 {
    animation-delay: 2.2s;
}

.a4 {
    animation-delay: 2.3s;
}

.a5 {
    animation-delay: 2.4s;
}

.a6 {
    animation-delay: 2.5s;
}

.a7 {
    animation-delay: 2.6s;
}

.a8 {
    animation-delay: 2.7s;
}

.a9 {
    animation-delay: 2.8s;
}

.a10 {
    animation-delay: 2.9s;
}

.a11 {
    animation-delay: 3.0s;
}

.a12 {
    animation-delay: 3.1s;
}

.a13 {
    animation-delay: 3.2s;
}

.a14 {
    animation-delay: 3.3s;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

.table1,
.table1 td {
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
    height: 155px;
}

.table1 th {
    background-color: #3367d6;
    width: 14.28%;
    height: 34px;
    font-size: 22px;
    color: white;
    border: 1px solid;
    border-color: #3367d6;
}

.table2,
.table2 td {
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
    height: 34px;
}

.table2 th {
    background-color: #3367d6;
    height: 34px;
    font-size: 18px;
    color: white;
    border: 1px solid;
    border-color: #3367d6;
}

.table2 {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


span {
    font-size: 14px;
    line-height: 1.8;
}

.room-header {
    margin-bottom: 10px;
}

.room-header-1 {
    margin-bottom: 10px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.room-button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.room-header,
.room-button,
.arrow-button {
    display: inline-block;
}


.room-button,
.arrow-button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.arrow-button {
    float: right;
}

/* CSS */
.btn-custom {
    appearance: none;
    background-color: #2ea44f;
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-custom:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.btn-custom:hover {
    background-color: #2c974b;
}

.btn-custom:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
}

.btn-custom:disabled {
    background-color: #94d3a2;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.btn-custom:active {
    background-color: #298e46;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}


.btn-next {
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.btn-next:hover,
.btn-next:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
}

.btn-next:active {
    opacity: .5;
}

p {
    font-size: 20px;
    font-weight: 400;
}

.bg-green {
    background-color: #8ceba7;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: grey;
}

/* CSS */
.button-49,
.button-49:after {
    width: 150px;
    height: 46px;
    line-height: 48px;
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(45deg, transparent 5%, #FF013C 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    box-shadow: 6px 0px 0px #00E6F6;
    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-49:after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);

    content: 'NSD';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
    text-shadow: -3px -3px 0px #000000, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
}

.button-49:hover:after {
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
}


@keyframes move {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes left {
    0% {
        opacity: 0;
        width: 0;
    }

    100% {
        opacity: 1;
        padding: 20px 20px;
        width: 540;
    }
}

.oder1 {
    order: 1;
}

.oder2 {
    order: 2;
}

.table-wrapper {
    overflow-x: auto;
    width: 100%;
}

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

    .table-wrapper th {
        display: none;
    }

    .table-wrapper tbody,
    .table-wrapper tr,
    .table-wrapper td {
        display: block;
        width: 100%;
    }

    .table-wrapper td {
        text-align: right;
    }

    .table-wrapper td:before {
        content: attr(data-label);
        font-weight: bold;
        float: left;
        text-transform: uppercase;
    }
}