﻿body {
    background: #131316;
}


.download-container {
    background: #131316;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 20px 12px 0px 12px;
    height: 100%;
}

    .download-container h5 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 22pt;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        font-weight: 500;
    }


.step-container {
    display: flex;
    gap: 16px;
    flex-flow: wrap;
    margin-top: 8px;
    margin-bottom: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.step {
    display: flex;
    border: 1px solid white;
    border-radius: 10px;
    /*padding: 20px 10px 20px 10px;*/
    max-width: 340px;
    flex-direction: column;
    width: 100%;
}

.logo-container {
    display: flex;
}

    .logo-container img {
        margin: auto;
        width: 240px;
    }

.step-header {
    display: flex;
    background: white;
    color: black;
    border-radius: 8px 8px 0px 0px;
    height: 46px;
}

.step-body {
    margin-top: 20px;
}

.step-header .title {
    font-weight: 600;
    font-size: 14pt;
    margin: auto;
    color: #131316;
}

.step-body .logo {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.step-body .description {
    margin: auto;
    text-align: center;
    font-size: 10pt;
    font-weight: 400;
    max-width: 300px;
    margin: auto;
}

.step-body .devices {
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

    .step-body .devices label, .step-body .login label {
        margin: auto;
        text-align: center;
        font-size: 13pt;
    }

.app-card {
    min-width: 100px;
    max-width: 136px;
    width: 100%;
    height: 50px;
    background: white;
    border-radius: 12px;
    color: black;
    display: flex;
    padding: 5px 5px 5px 5px;
    user-select: none;
    text-align: center;
}

.elementor-column .app-card {
    font-family: "Poppins", sans-serif;
    margin: auto;
    height: 75px;
    max-width: 230px;
    background: black;
    color: white;
    padding: 10px;
    border: solid #ffffffde 1px;
}
    .elementor-column .app-card:hover {
        transform: scale(1.2);
        transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);
        transition-duration: .5s;
        width: 71%; 

    }
.elementor-column .app-desc {
    font-size: 10pt;
    font-weight: 300;
}
.elementor-column .app-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.elementor-column .app-logo {
    margin-left: 6px;
}

.elementor-column .app-logo img {
    max-width: 42px;
    max-height: 42px;
}

.apps-container {
    display: flex;
    gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 8px;
}

.app-title {
    font-size: 10pt;
    margin: 0px;
    line-height: 14px;
    font-weight: 700;
}

.app-desc {
    margin: 0px;
    font-weight: 400;
    font-size: 10px;
}

.app-desc-container {
    margin: auto;
    margin-left: 0px;
}

.app-logo {
    display: flex;
    margin: auto;
    margin-right: auto;
    margin-left: 12px;
}

    .app-logo img {
        width: 100%;
        max-height: 38px;
        height: 100%;
        background-size: cover;
        margin: auto;
        max-width: 38px;
    }

.step hr {
    margin: auto;
    width: 240px;
    border: solid white 1px;
    margin-bottom: 8px;
    margin-top: 8px;
}

@media only screen and (max-width: 344px) {
    .app-card {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .app-card {
        max-width: 140px;
    }
}

@media only screen and (max-width: 920px) {
    .app-card {
        max-width: 130px;
    }
}

@media only screen and (max-width: 820px) {
    .app-card {
        max-width: 200px;
    }
}

.device-banner img {
    width: 100%;
}

.step-body .logo img {
    width: 64px;
}

.logo-cine {
    background: #dadada;
    border-radius: 70px;
    padding: 6px;
    height: 70px;
    width: 70px;
}

.devices .login-img {
    width: 300px;
    margin: auto;
    border-radius: 20px;
    max-height: 562.225px;
}

.credential {
    position: absolute;
    font-size: 16px !important;
    font-weight: 300;
}

#provider {
    margin-top: 341px;
    margin-left: 54px;
    background: #202f32;
}

#username {
    margin-top: 394px;
    margin-left: 52px;
    width: 160px;
    text-align: left;
    background: #293738;
}

#password {
    margin-top: 446px;
    margin-left: 54px;
    background: #303c3c;
    text-align: left;
    width: 160px;
}

.logo-login img {
    width: 80px !important;
    height: 80px;
}

.step-body .description p {
    min-height: 65px;
    font-size: 11pt;
}


.color-change, .app-card {
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.5s;
}

    .color-change:active, .app-card:active {
        background-color: rgb(207, 46, 46);
        color: white;
    }


.button-support {
    cursor: pointer;
    background: #ff234e;
    font-weight: 500;
    width: 200px !important;
    border-radius: 100px 100px 100px 100px;
    height: 60px;
    margin: auto;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .button-support div {
        
    }

.button-support-label {
    cursor: pointer;
    font-family: "Poppins", Sans-serif;
    color: white;
    font-size: 16pt;
    margin: auto auto auto 0px;
}

.button-support img {
    margin: auto 20px auto auto;
    width: 38px;
}

.button-support:hover {
    transform: scale(1.13);
    transition-duration: 0.5s;
}

.logo-container {
    cursor: pointer;
}