#modal-walkthrough-new-user .modal-content {
    width: 800px;
}

#modal-walkthrough-new-user .modal-dialog {
    width: 800px !important;
}

.walkthrough-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.walkthrough-single-step {
    border: 1px solid #e2eaee;
    border-radius: 8px;
    width: 330px;
    font-size: 15px;
}

.walkthrough-single-step:not(:last-child) {
    margin-bottom: 12px;
}

.walkthrough-single-step span.number {
    border: 1px solid var(--sd-base-gray-400);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}


.walkthrough-contents {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 300px;
    margin-bottom: 10px;
}

.walkthrough-right {
    width: 100%;
    max-width: 350px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.walkthrough-single-step .steps {
    font-weight: 700;
}

.youtube-single-video-sub {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.change-video div {
    display: flex;
    justify-content: center;
}

.youtube-single-video {
    display: none;
}

.youtube-single-video.current {
    display: block;
}

/*video*/

.stretch-full {
    padding: 0 !important;
}

.walkthrough-video-container {
    height: 450px;
}

.youtube-video-full {
    height: 100%;
}

iframe.youtube-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-video-footer{
    display: flex;
    justify-content: flex-end;
}

.sd-youtube-player {
    display: block;
    padding-bottom: 55.25%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 8px;
}

img.sd-youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    cursor: pointer;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://freepngimg.com/thumb/categories/1398.png") no-repeat center center;
    background-size: 72px 72px;
}

#signup-mobile-alert .modal-content {
    width: 400px;
    text-align: center;
}


@media (max-device-width: 1000px)  {

    .modal-responsive .modal-content {
        width: 900px !important;
        text-align: center !important;
        font-size: 5rem;
        padding: 5rem;
    }

    .modal-responsive .modal-dialog {
        width: 900px !important;
    }

    .modal-responsive .modal-header {
        padding-bottom: 6rem;
    }

    .modal-responsive .modal-title {
        font-size: 6rem;
    }

    .modal-responsive .modal-header .material-icons {
        font-size: 4rem !important;
    }

    .modal-responsive .modal-footer {
        padding-top: 5rem;
    }

    .modal-responsive .modal-footer .btn {
        font-size: 5rem;
        padding: 10px 60px;
    }

    .modal-responsive .walkthrough-single-step {
        width: 360px;
        font-size: 17px;
        text-align: left !important;
    }
}

.center-modal {
    text-align: center;
    padding: 0!important;
}

.center-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.center-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
