﻿.signup-complete-container {
    font-family: Roboto, sans-serif;
    margin-top: 0px !important;

    .container-fluid {
        padding: 0px !important;
    }

    .signup-complete-body {
        display: flex;
        flex-direction: column;

        .welcome-panel {
            width: 100%;
            background: url("../assets/images/hq-lite-welcome-panel.jpg") center center / cover;          

            .background-wrapper {
                background: rgba(6, 6, 6, 0.698);
                filter: opacity(1);
                padding: 50px;
            }
            .panel-header {
                font-size: 50px;
                font-weight: 500;
                color: #FFFFFF;
            }

            .panel-detail {
                font-size: 32px;
                font-weight: 500;
                color: #FFFFFF;
            }
        }

        .signup-completed {
            padding: 30px;

            .title {
                font-size: 32px;
                font-weight: 500;
                color: #000000;
                margin: 10px 30px 0px 30px;
            }
            .body-next-steps {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                justify-items: center;
                gap: 10px;
                margin: 0px 30px 0px 30px;                             

                .step {
                    width: 30%;
                }
                .step-v2 {
                    width: 48%;
                }
                .step, .step-v2 {
                    box-sizing: border-box;                   
                    height: auto;
                    background: #FFFFFF;
                    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
                    border-radius: 5px;
                    flex: none;
                    order: 0;
                    flex-grow: 0;

                    .img-cover-1 {
                        background: url("../assets/images/step1.png") center center / cover; 
                        height: 205px;
                    }
                    .img-cover-2 {
                        background: url("../assets/images/step2.png") center center / cover;
                        height: 205px;
                    }
                    .img-cover-3 {
                        background: url("../assets/images/step3.png") center center / cover;
                        height: 205px;
                    }

                    .img-wrapper {
                        background: rgba(6, 6, 6, 0.698);
                        filter: opacity(1);
                    }

                    .step-content {
                        font-size: 16px;
                        font-weight: 400;
                        padding: 10px 15px;
                        color: #000000;
                        .step-title{
                            font-size: 20px !important;
                            font-weight: 500 !important;
                        }

                        p {
                            margin:0 0 15px !important;
                        }

                        a {
                            text-decoration: underline;
                        }
                    }

                    .step-btn-group {
                        display: flex;
                        flex-direction: row;
                        justify-content: flex-start;
                        gap: 20px;
                        margin: 15px 15px;
                    }

                    #appStoreBtn {
                        background: url("../assets/images/appStoreBtn.svg") center center / cover;
                        width: 175px;
                        height: 55px;
                    }
                    #googlePlayBtn {
                        background: url("../assets/images/googlePlayBtn.svg") center center / cover;
                        width: 175px;
                        height: 55px;
                    }
                }
            }

            .card-body-footer {
                box-sizing: border-box;
                height: 118px;
                background: linear-gradient(0deg, #E8F6FF, #E8F6FF), #FFFFFF;
                border-radius: 5px;
                flex: none;
                order: 2;
                align-self: stretch;
                flex-grow: 0;
                margin: 30px 30px 0px 30px;

                .header {
                    font-size: 20px;
                    font-weight: 500;
                    padding: 30px 30px 0px 30px;

                    .handshake {
                        width: 30px;
                        height: 30px;
                        margin-right: 30px;
                    }
                }

                .detail {
                    font-size: 16px;
                    font-weight:400;
                    padding: 10px 30px 0px 90px;

                    a {
                          text-decoration: underline;
                      }
                }
            }
        }
    }

    .card-footer {
        padding-left: 50px;
        padding-right: 50px;
        background: #F4F4F4;
    }

    .modal-dialog {
        width: 780px;

        .modal-header {
            border-bottom: unset !important;

            .close {
                 background: url("../assets/images/closeBtn.svg") center center / cover;
                 width: 30px;
                 height: 30px;
                 opacity: 0.9 !important;
            }
        }

        .modal-body {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            margin-left: 30px;

            .section1 {
                font-weight: 600;
                font-size: 24px;
                line-height: 28px;
                letter-spacing: 0.374px;
            }
            .section2 {
                font-weight: 500;
                font-size: 16px;
                text-align: center;
                line-height: 28px;
                letter-spacing: 0.374px;
                color: #999999;
            }
        }

        .appstore-background {
            background: url("../assets/images/appStoreModal.png") center center / cover;
            width: 100%;
            height: 440px;
        }

        .goto-googleplay, .goto-appstore {       
            font-style: normal;
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            text-decoration-line: underline;
            color: #0277BD;
            cursor: pointer;
        }

         .googleplay-background {
            background: url("../assets/images/googlePlayModal.png") center center / cover;
            width: 100%;
            height: 440px;
        }
    }

    .card-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        background-color: rgb(255, 255, 255);
        max-height: 70px;
        height: 70px;
        padding-left: 50px;
        padding-right: 50px;
        .header-logo {
            background-color: rgb(255, 255, 255);
            padding: 1rem;
            img {
                height: 40px;
                max-height: 40px;
            }
        }

        .header-email {
            display: flex;
            flex-direction: row;
            gap: 5px;
            font-weight: 500;
            font-size: 14px;
            color: rgb(17, 17, 17);
            padding: 1rem;
            margin-left: auto !important;
                a {
                    color: rgb(17, 17, 17) !important;
                }
        }
    }
}



@media screen and (max-width: 1140px) {
    .signup-completed {
        .title {
            margin: 10px 0px !important;
            padding-left: 30px !important;
        }

        .body-next-steps {
            flex-direction: column !important;
            gap: 50px !important;

            .step, .step-v2 {
                width: 100% !important;
            }
          
        }
    }
     
}

@media screen and (max-width: 1024px) {

    .signup-completed {
        .title {
            margin: 10px 0px !important;
            padding-left: 30px !important;
        }

        .body-next-steps {
            flex-direction: column !important;
            gap: 50px !important;

            .step, .step-v2 {
                width: 100% !important;
            }
          
        }
    }
}

@media screen and (max-width: 767px) {
    .signup-complete-container {
        .modal-dialog {
            width: 95%!important;           

            .appstore-background {
                background: url("../assets/images/appStoreModal-300.png") center center / cover !important;
                width: 100% !important;
                height: 223px !important;
            }
            .googleplay-background {
                background: url("../assets/images/googlePlayModal-300.png") center center / cover !important;
                width: 100% !important;
                height: 223px !important;
            }
        }
    }


    .welcome-panel {          
           
        .background-wrapper {
            padding: 30px !important;
        }
        .panel-header {
            font-size: 30px !important;
            font-weight: 500 !important;
        }

        .panel-detail {
            font-size: 16px !important;
            font-weight: 400 !important;
        }
    }

    .signup-completed {        
        padding: 0px !important;

        .title {
            margin: 10px 0px !important;
            font-size: 16px !important;
            font-weight: 600 !important;
        }

        .body-next-steps {
            flex-direction: column !important;
            gap: 50px !important;
            .step, .step-v2 {
                width: 100% !important;
                .step-content {                    
                    .step-title {
                        font-size: 16px !important;
                        font-weight: 500 !important;
                    }
                    p {
                        font-size: 14px !important;
                        font-weight: 400 !important;
                    }
                    
                }

                 .step-btn-group {
                    flex-direction: column !important;

                    #googlePlayBtn, #appStoreBtn {
                        width: 100% !important;
                        height: 55px !important;
                    }
                }
            }
        }
        .card-body-footer {
            height: auto !important;
            margin: 30px!important;
            padding-bottom: 20px !important;

            .detail {
                padding: 10px 30px 0px 30px !important;
            }
        }
    }

    .card-header {
        max-height: 50px;
        height: 50px;
        padding-left: 10px !important;
        padding-right: 10px !important;

        .header-logo {
            background-color: rgb(255, 255, 255);
            padding: 1rem;
            img {
                height: 30px;
                max-height: 30px;
            }
        }

        .header-email {
            span {
                display: none!important;
            }
        }
    }

    .card-footer {
        flex-direction: column !important;
        justify-content: flex-start !important;
        height: auto !important;
        padding: 15px !important;
        align-items: flex-start !important;

        .footer-right {
            padding: 10px !important;
        }
    }
}

