html,
body,
.simple-vemdr,
.simple-vemdr__screen {
    height: 100%;
}

body,
.simple-vemdr,
.simple-vemdr__screen {
    width: 100%;
}

body {
    margin: 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.center-in-modal {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.simple-vemdr {
    position: relative;
    padding-top: 30px;
    background-position: center top;
    background-repeat: no-repeat;
    /* background: url(https://vemdr.local:4433/vendor/virtualemdr/New-design/images/affiliate-program-bg.png) !important; */
    /* background-image: url({{ $assetPath }}/New-design/images/affiliate-program-bg.png); */
    /* background-color: #404040; */
    /* height: 538px; */
}

.kids-emdr-tool-popup .simple-vemdr,
.kids-emdr-tool-popup .kids-emdr-screen {
    display: none;
}

.simple-vemdr__timer {
    position: absolute;
    top: 20px;
    left: calc(50% - 18px);
    z-index: 1;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.simple-vemdr__answer-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: none;
    background: #fff;
    padding: 2em;
    border-radius: 4px;
    width: max-content;
    max-width: 600px;
    min-width: 350px;
    background: #f6f6f6;
}

.simple-vemdr__answer-card__no-answer,
.simple-vemdr__answer-card.no-answer-available .simple-vemdr__answer-card__container {
    display: none;
}

.simple-vemdr__answer-card.no-answer-available .simple-vemdr__answer-card__no-answer {
    display: block;
    text-align: center;
}

.simple-vemdr__screen {
    position: relative;
}

.simple-vemdr__ball {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 75px);
    transform: translateY(-50%);
    z-index: 1;
    width: 150px;
    height: 150px;
    border-radius: 300px;
    background-color: #fd9927;
}

.assistive-off .simple-vemdr__ball {
    visibility: hidden;
}

.simple-vemdr__controls {
    position: absolute;
    left: 0px;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.vemdr-btn {
    width: 180px;
    height: 43px;
    padding: 0;
    border: none;
    outline: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
}

.vemdr-btn--primary {
    background: #f3dbba;
    color: #3a4775;
    box-shadow: 6px 6px 15px #f3dbba80;
}

.simple-vemdr__assitive-mode-control {
    position: absolute;
    left: 50px;
    top: 118%;
    transform: translateY(-50%);
}

.simple-vemdr__toggle {
    position: relative;
    display: flex;
    width: -webkit-max-content;
    width: max-content;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.simple-vemdr__toggle__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.simple-vemdr__toggle__element {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-right: 8px;
    border-radius: 30px;
    border: 1px solid #3a4775;
    transition: background 200ms ease-in;
}

.simple-vemdr__toggle__element::before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #3a4775;
    border-radius: 40px;
    right: calc(100% - 14px - 2px);
    top: 2px;
    transition: right 200ms ease-in;
}

.simple-vemdr__toggle__input:checked+.simple-vemdr__toggle__element {
    /* background: #f3dbba; */
    background: #3a4775;
}

.simple-vemdr__toggle__input:checked+.simple-vemdr__toggle__element::before {
    left: initial;
    right: 2px;
    /* background: #3a4775; */
    background: #fff;
}

.kids-emdr-tool-popup .kids-emdr-begin-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.btn-launch-kids-emdr {
    border: 1px solid;
    outline: none;
    background: #3A4775;
    width: max-content;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 35px;
    border-radius: 7px;
    cursor: pointer;
}
.btn-launch-kids-emdr span {
    color: #fff;
}
.btn-launch-kids-emdr span i {
    color: #fff;
}
.kids_des_ban_info .btn-launch-kids-emdr {
    background: #3A4775;
}
.kids_des_ban_info .btn-launch-kids-emdr span{
    color: #fff !important;
}
.kids_des_ban_info  .btn-launch-kids-emdr .session-double-right-icon {
    filter: grayscale(1) invert(1);
}
.btn-launch-kids-emdr .session-double-right-icon {
    margin-left: 2rem;
    font-size: 15px;
}

/* audio selection card */
.simple-vemdr .simple-vemdr__select-audio {
    background: #f6f6f6;
    border-radius: 4px;
    padding: 0.8em 1.4em;
    font-size: 16px;
    position: absolute;
    left: 50px;
    bottom: 15px;
    width: 140px;
}
.simple-vemdr .simple-vemdr__select-color {
    background: #f6f6f6;
    border-radius: 4px;
    padding: 0.8em 1.4em;
    font-size: 16px;
    position: absolute;
    left: 50px;
    bottom: 96px;
    width: 140px;
}

.simple-vemdr .simple-vemdr__select-speed {
    background: #f6f6f6;
    border-radius: 4px;
    padding: 0.8em 1.4em;
    font-size: 16px;
    position: absolute;
    left: 198px;
    bottom: 17px;
    width: 140px;
}

.simple-vemdr .simple-vemdr__select-audio-input-group:not(:last-of-type) {
    margin-bottom: 8px;
}

.simple-vemdr label.simple-vemdr__select-audio-input-label {
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}

.simple-vemdr .simple-vemdr__select-audio-input {
    appearance: none;
    opacity: 0;
    position: absolute;
    height: 0px;
    width: 0px;
}

.simple-vemdr .custom-radio-select-indicator {
    border: 1px solid #9d9d9d;
    width: 16px;
    height: 16px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 30px;
    margin-right: 7px;
}

.simple-vemdr .simple-vemdr__select-audio-input:checked + .custom-radio-select-indicator {
    border-color: #3a4775;
}

.simple-vemdr .custom-radio-select-indicator::after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 7px;
    background: none;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

.simple-vemdr .simple-vemdr__select-audio-input:checked + .custom-radio-select-indicator::after {
    background: #3a4775;
}

/* modal customizations */
.kids-emdr-tool-popup.modal {
    padding: 0 !important;
}

.kids-emdr-tool-popup .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
}
.kids-emdr-tool-popup .modal-content {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
}
.kids-emdr-tool-popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: max-content;
    margin: 0;
    font-weight: 500;
    line-height: 22px;
    font-size: 40px;
}

.kids-emdr-tool-popup .close__icon {
    color: #3a4775;
}

.kids-emdr-tool-on .close__icon {
    color: #000;
}

.kids-emdr-tool-popup .kids-emdr-tool-start-btn {
    width: 160px;
    color: #fff;
    text-transform: uppercase;
}

.kids-emdr-tool-popup .session-question {
    font-size: 20px;
}

.kids-emdr-tool-popup .kids-emdr-answers-screen__heading {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kids-emdr-answers-screen__heading_line1{
    font-size: 26px;
    line-height: 30px;
}
.kids-emdr-answers-screen__heading_line2{
    font-size: 22px;
    line-height: 26px;
    color: #3a4775;
    margin:10px 0 5px;
}
.kids-emdr-answers-screen__heading_line3{
    font-size: 20px;
    line-height: 25px;
}

.kids-emdr-tool-popup .kids-emdr-countdown-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.kids-emdr-tool-popup .kids-emdr-countdown {
    color: #3a4775;
    font-size: 40px;
}

/* answers screen */
.kids-emdr-tool-popup .kids-emdr-answers-screen {
    margin: 0 auto;
    max-width: 85%;
}

.kids-emdr-tool-popup .kids-emdr-answers-screen__icon-container {
    width: 65px;
    margin-bottom: 1.5rem;
}
.kids-emdr-answers-screen__text-container-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
}

.kids-emdr-tool-popup .kids-emdr-answers-screen__icon {
    width: 100%;
    height: auto;
}

/* @media screen and (min-width: 992px) and (min-height: 450px) {
    .kids-emdr-tool-popup .kids-emdr-answers-screen {
        margin-top: 5rem;
    }
}

@media screen and (min-width: 992px) and (min-height: 550px) {
    .kids-emdr-tool-popup .kids-emdr-answers-screen {
        margin-top: 6rem;
    }
} */

@media screen and (min-width: 1025px) {
    .kids-emdr-tool-popup .kids-emdr-answers-screen {
        max-width: 970px;
    }
}