.help-side-bar {
    width: 300px;
    min-height: 100%;
    float: left;
    position: relative;
    background: #283237;
    color: white;
    transition: width .5s ease-in, opacity 0.4s ease-in;
    overflow-x: hidden;
}

.help-side-bar.width-0 {
    width: 0px;
}

.help-side-bar.hide-all > * {
    opacity: 0;
}

.help-side-bar.hide-all {
    opacity: 0;
    overflow: hidden;
}

#help-side-bar-content {
    min-width: 300px;
}

#help-side-bar-content > * {
    padding: 0 15px;
}

#help-side-bar-content .task-count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 14px;
    line-height: 14px;
}

.task-completed .task-count {
    background: var(--theme-color-bright);
    color: white;
    border: none;
}

.help-side-bar-header {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    border-bottom: 1px solid #ffffff3d;
}

.help-side-bar-topic {
    margin: 15px 0px 25px 0px;
}

.help-side-bar-subheader {
    font-size: 16px;
    margin: 20px 0 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.help-side-bar-subheader .sd-transparent-btn {
    color: white;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.help-side-bar-subheader .sd-transparent-btn:hover,
.help-side-bar-subheader .sd-transparent-btn:focus {
    color: var(--theme-color-bright) !important;
    background: inherit;
    border: inherit;
    text-decoration: none;
}

/*video*/

.sidebar-video-container {
    display: flex;
}

.sidebar-youtube-thumbnail {
    width: 90%;
}

.sidebar-youtube-player {
    position: relative;
}

.sidebar-youtube-player .youtube-play-btn {
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background-size: 40px 40px;
}

.sidebar-youtube-player {
    display: block;
    padding-bottom: 55.25%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--theme-color-bright);
    border-radius: 4px;
}

.sidebar-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;
}

.sidebar-single-video-sub {
    font-size: 12px;
    font-weight: 100;
}

.sidebar-video-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-single-video {
    width: 48%;
    display: inline-block;
}

/*steps*/
.help-side-bar-steps-single {
    display: flex;
    padding: 6px 10px;
    border: 1px solid var(--sd-base-gray-700);
    border-radius: 5px;
    margin-top: 12px;
    background: #2F3A48;
    cursor: pointer;
    font-size: 15px;
    align-items: center;
}

.help-side-bar-steps-single .task-to-do,
.help-side-bar-steps-single.task-completed .task-done {
    display: inline;
}

.help-side-bar-steps-single .task-done,
.help-side-bar-steps-single.task-completed .task-to-do {
    display: none;
}

.help-side-bar-steps-single svg{
    margin-right: 15px;
}

.help-side-bar-steps-single:hover,

.help-side-bar-steps-single.active,
.onboard-single-option:hover
{
    background: #3f4955 !important;
    color: inherit;
}

.help-side-bar-steps-container {
    margin-top: 15px;
}

.sd-highlight {
    --pulse-color: var(--theme-color-bright);
    border: 2px solid var(--theme-color-bright);
    animation: sd-pulse-highlight 3s infinite;
}

.sd-highlight-chat {
    --pulse-color: var(--theme-color-bright);
    border: 2px solid var(--theme-color-bright);
    animation: sd-pulse-highlight 3s infinite;
}

.sd-highlight-gray {
    --pulse-color: var(--sd-basic-dark);
    animation: sd-pulse-highlight 3s infinite;
}

.sd-highlight-round {
    border-radius: 15px;
}

.sd-highlight-with-text {
    position: relative;
}

.sd-highlight-with-text:before {
    content: "Click here to start";
    position: absolute;
    top: -55px;
    right: 25px;
    color: white;
    background: var(--sd-basic-dark);
    padding: 10px 10px;
    border-radius: 3px;
    width: 150px;
    text-align: center;
}

.sd-highlight-with-text:after {
    content: "";
    border-top: solid 10px var(--sd-basic-dark);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    top: -16px;
}
/*modal*/
.sidebar-phone-input-group {
    display: flex;
    justify-content: flex-start;
}

.sidebar-phone-input-form {
    display: flex;
    flex-direction: column;
}

.sidebar-phone-input-modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sidebar-mobile-code {
    width: fit-content;
    width: -moz-fit-content;
}

#sidebar-phone-input-submit {
    float: right;
}

.sidebar-phone-input-text {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.creating-order-text {
    font-size: 20px;
    width: 400px;
    margin: auto;
    text-align: center;
}

@keyframes sd-pulse-highlight {
    0% {

        transform: scale(1);
        box-shadow: 0 0 0 0 var(--pulse-color);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.onboard-options {
    display: flex;
    width: 100%;
    font-size: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.onboard-options .chat-option {
    cursor: pointer;
    color: #85DEC0;
    text-decoration: underline;
    text-underline-offset: 1.5px;
}

.qr-code-container {
    display: flex;
    justify-content: center;
}

.sd-qr-code {
    width: 120px;
    height: 120px;
}

.help-side-bar-steps-single .inner {
    stroke: white;
}

.help-side-bar-steps-single.task-completed {
    background: white !important;
    color: black;
}

.help-side-bar-steps-single.task-completed .inner {
    stroke: black;
}

.help-side-bar-steps-single.task-completed:before,
.help-side-bar-steps-single.vertical-step.task-completed .linear:before {
    content: "";
    background: url(/assets/images/check-in-circle.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    right: 30px;
}

.help-side-bar-steps-single:before,
.help-side-bar-steps-single.vertical-step .linear:before {
    content: "";
    background: url(/assets/images/white-right-arrow.svg);
    position: absolute;
    width: 6px;
    height: 11px;
    right: 30px;
}

.help-side-bar-steps-single.vertical-step .linear:before {
    right: 0;
}

.help-side-bar-steps-single.vertical-step.task-completed .linear:before {
    right: 3px;
}

.help-side-bar-steps-single.vertical-step:before {
    content: none;
}

.help-side-bar-steps-single.vertical-step {
    flex-direction: column;
}

.help-side-bar-steps-single.vertical-step .linear {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}

.help-side-bar-steps-single.no-pseudo:before {
    content: none;
}

.help-side-bar-topic .qr-code-container {
    padding: 8px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.help-side-bar-topic .qr-code-container span {
    font-size: 13px;
    margin-top: 5px;
}

#test-order-info {
    top: 90px;
}

#test-order-info .modal-content {
    border-radius: 3px;
    box-shadow: none;
    border: none;
    padding: 10px;
    position: relative;
}

#test-order-info .modal-dialog {
    width: 530px;
}

#test-order-info .modal-backdrop.in {
    opacity: 0.4;
}

#test-order-info .modal-body.modal-body-new {
    padding: 0px !important;
}

#test-order-info .modal-body .step-1, #test-order-info .modal-body .step-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

#test-order-info .download-app-option {
    margin: 30px auto 0px auto;
    width: 400px;
    text-align: center;
    font-size: 16px;
}

#test-order-info .scan-text {
    margin-top: 20px;
}

#test-order-info .sd-loading-container {
    margin-bottom: 15px;
}

.sd-get-started-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sd-get-started-btn a {
    font-size: 17px;
    padding: 5px 20px;
}
