/* Gilroy */
/* regular */
@font-face {
    font-family: 'Gilroy';
    src:
            url('/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
            url('/fonts/Gilroy/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* medium */
@font-face {
    font-family: 'Gilroy';
    src:
            url('/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
            url('/fonts/Gilroy/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

/* Nekst */
/* medium */
@font-face {
    font-family: 'Nekst';
    src:
            url('/fonts/Nekst/Nekst-Medium.woff') format('woff'),
            url('/fonts/Nekst/Nekst-Medium.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

body {
    box-sizing: border-box;
    margin: 0;
    background-color: #EBEBEB;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dk-fork-body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    list-style: none;
    background-color: #EBEBEB;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
}


.dk-fork {
    background-color: #EBEBEB;
    background: url("/images/backgrounds/gray-background.jpg") no-repeat center;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.dk-fork div {
    box-sizing: border-box;
}

.dk-fork-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    isolation: isolate;
    position: absolute;
    top: 60px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, 0);
}

/* content */
.dk-fork-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 32px;
    min-height: 100px;
    background: #FFFFFF;
    width: 350px;
}

.dk-fork-content_logo {
    margin-bottom: 60px;
    width: 100%;
}

.dk-fork-content_logo img {
    max-height: 45px;
    max-width: 120px;
}

.dk-fork-content_text {
    margin-bottom: 28px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}

.dk-fork-content_text__title {
    font-family: Nekst, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
    text-transform: none;
    margin: 0!important;
}

.dk-fork-content_text__message {
    font-family: Gilroy,Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0,0,0,.6);
    margin-top: 16px;
    margin-bottom: 0;
}

.dk-fork-content_buttons-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dk-fork-content_buttons {
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: #000000;
    height: 60px;
    transition: transform 300ms ease;
}

.dk-fork-content_buttons a {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-family: Gilroy, Sans-Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: color 300ms ease;
    padding: 19px 0 21px 0;
}

.dk-fork-content_buttons a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.dk-fork-content_buttons:active {
    transform: scale(0.9);
}


.dk-fork-content_buttons--white {
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0;
    background-color: #ffffff;
    height: 60px;
    transition: transform 300ms ease;
}

.dk-fork-content_buttons--white a {
    width: 100%;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-family: Gilroy, Sans-Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: color 300ms ease;
    padding: 19px 0 21px 0;
}

.dk-fork-content_buttons--white a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.dk-fork-content_buttons--white:active {
    transform: scale(0.9);
}

/* footer */
.dk-fork-footer {
    width: 350px;
    height: 66px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 20px;
}

.dk-fork-footer_datetime p {
    font-family: Gilroy, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 6px;
}

.dk-fork-footer_datetime a {
    font-family: Gilroy, Sans-Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    transition: color 300ms ease;
}

.dk-fork-footer_datetime a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.dk-fork-footer_logo {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.dk-fork-footer_logo img {
    height: 100%;
    max-height: 36px;
    position: relative;
    bottom: -10px;
}

.dk-fork-manual {
    box-sizing: border-box;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 12px 13px;
    gap: 12px;
    width: 100%;
    min-height: 89px;
    background: #FFEB6B;
    border-radius: 10px;
}

.dk-fork-manual p {
    box-sizing: border-box;
    margin: 0;
    font-family: Gilroy, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.6);
}

.dk-fork-manual a {
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 7px 14px 9px;
    gap: 10px;
    border: 1px solid #000000;
    border-radius: 100px;
    font-family: Gilroy, Sans-Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    transition: all 300ms ease;
}

.dk-fork-manual a:hover {
    color: rgba(0, 0, 0, 0.6);
}

.dk-fork-manual a:active {
    transform: scale(0.9);
}

@media (max-width: 640px) {
    .dk-fork-wrapper {
        position: initial;
        transform: none;
    }

    .dk-fork-content {
        width: 100%;
    }

    .dk-fork-footer {
        padding: 0 20px;
        width: 100%;
    }
}
