body {
    margin: 0;
    background-color: rgb(26, 26, 26);
}

.col-6 {
    float: left;
    width: 50%;
}

.row {
    width: 100%;
}

.nav {
    position: absolute;
}

.m-l-10 {
    margin-left: 10%;
}

.m-r-10 {
    margin-right: 10%;
}

.text-right {
    text-align: right;
}

.background {
    position: absolute;
    z-index: -1;
}

.bottom-0 {
    bottom: 0;
}

.text-center {
    text-align: center;
}

.top-45 {
    top: 45%;
}

.m-t-10 {
    margin-top: 10%;
}

.m-t-1 {
    margin-top: 1%;
}

.font-size-20-px {
    font-size: 20px;
}

.opacity-0-7 {
    opacity: 0.7;
}

.m-t-2 {
    margin-top: 2%;
}

.m-t-35 {
    margin-top: 35%;
}

.font-size-24-px {
    font-size: 24px;
}

.opacity-0-5 {
    opacity: 0.5;
}

.m-l-r-5 {
    margin: 0 5% 0 5%;
}

.font-size-46-px {
    font-size: 46px;
}

.font-bold {
    font-weight: bold;
}

.font-size-20-px {
    font-size: 20px;
}

.m-t-3 {
    margin-top: 3%;
}

.font-size-30-px {
    font-size: 30px;
}

.opacity-0-8 {
    opacity: 0.8;
}

.m-15 {
    margin: 15%;
}

.m-10 {
    margin: 10%;
}

.text-left {
    text-align: left;
}

.font-size-20-px {
    font-size: 20px;
}

.landing-title-3-size {
    font-size: 46px;
}

.col-4-sm {
    float: left;
    width: calc(100%/3);
}

.font-size-16-px {
    font-size: 16px;
}

.custom-button {
    width: 329px;
    border-radius: 4px;
    background-color: #B2D234;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    border: none;
    color: black !important;
    font-weight: bold;
    line-height: 25px;
    padding: 10px;
    transition: all 0.6s ease 0s;
}


.custom-modal-content {
    margin: auto;
    padding: 20px;
    border: none;
    width: 80%;
    border-radius: 6px;
    background-color: #1A1A1A;
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-center-screen {
    display: block;
    position: fixed;
    z-index: 1000;
    padding-top: 30%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.custom-modal {
    background-color: rgba(255, 255, 255, 0.4);
}

.retry-title {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.retry-description {
    opacity: 0.5;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
}

.row-center {
    display: flex;
    justify-content: center;
}

.m-t-5 {
    margin-top: 5%;
}


.desktop {
    display: none;
}

.hide {
    display: none;
}

.font-size-40-px {
    font-size: 40px;
}

/* For layout */
.custom-header {
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0;
    height: 49px;
    width: 100%;
    text-align: center;
    z-index: 10000;
}

.custom-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    height: 30px;
}

.custom-footer {
    display: unset;
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    bottom: 0;
    height: 49px;
    width: 100%;
    text-align: center;

    color: #FFFFFF;
    border: none;

    z-index: 1500;
}

.custom-column {
    float: left;
    width: 50%;

    margin-top: 22.14px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}

.d-flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    margin: -8% auto;
}

.mfp-hide {
    display: none !important;
}
