.container {
    background: #046C63;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

body {
    margin: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
	background: #046C63;
}

.interviews .inner-section {
    position: relative;
    width: 100%;
    height: 100%;
}

.interviews .inner-section.save-video-first {
    position: unset;
    height: unset;
    width: unset;
}

.centered {
    text-align: center;
}

h1 {
    font-weight: 700;
    font-size: 63px;
    line-height: 94px;
    margin: 0 0 19px;
}

h1 span {
    position: relative;
    z-index: 2;
}

h1 span::after {
    content: ''; 
    background-image: url(../img/Line.svg);
    position: absolute;
    width: 100%;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -4px;
    z-index: -1;
}

.text p {
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    margin: 0px auto 20px;
    max-width: 854px;
}

.next-trigger, .next-trigger-page {
    width: max-content;
    margin: 0px auto;
    background: radial-gradient(84.09% 329.67% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 12px;
    font-weight: 500;
    font-size: 23px;
    line-height: 38px;
    color: #092519;
    padding: 6px 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.next-trigger svg, .next-trigger-page svg {
    margin: 0 0 0 6px;
    height: 19px;
}

.back-to-start svg {
    max-width: 70px;
}

.important-info {
    max-width: 1025px;
    width: 100%;
    margin: 60px auto 0px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.important-info .nb {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 20px 0 0;
}

.important-info .text {
    font-size: 20.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.important-info .inner-span {
    display: block;
    margin: 0 0 15px;
}

.important-info .inner-span:last-child {
    margin: 0;
}


.lang-selector {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    gap: 20px;
    z-index: 20;
}

.lang-item {
    border: 3px solid #FFFFFF;
    border-radius: 12px;
    opacity: 0.4;
    padding: 12px 17px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    cursor: pointer;
}

.lang-item.selected {
    opacity: 1;
}

.back-to-start {
    position: absolute;
    bottom: 20px;
    left: 60px;
    cursor: pointer;
}

#videoElement {
	background-color: #046C63;
    width: 100%;
    height: 100%;
}

.hidden-section, .hidden {
    display: none!important;
}

.save-video-second {
    width: 100%;
    height: 100%;

}

.save-video-second::after, .job-interview-video::after, .school-interview-video::after {
    content: ''; 
    background-color: #AF4025;
    opacity: 0.5;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 378px;
    left: 0;
    z-index: 10;
}

.save-video-second::before, .job-interview-video::before, .school-interview-video::before {
    content: ''; 
    background-color: #AF4025;
    opacity: 0.5;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
}

.job-interview-video, .school-interview-video {
    width: 100%;
    height: 100%;
}

.job-interview-video video, .school-interview-video video {
    width: 100%;
    height: 100%;
}

.save-video-second .back-to-start {
    z-index: 20;
}

.save-video-second .back-to-start svg {
    transition: all 0.3s ease;
}


.back-trigger {
    background: radial-gradient(84.09% 329.67% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 12px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    cursor: pointer;
    padding: 15px 20px;
    width: max-content;
    display: flex;
    align-items: center;
    color: #092519;
    text-transform: uppercase;
    position: absolute;
    bottom: 61px;
    left: 190px;
    transition: all 0.3s ease;
    z-index: 10;
}

.back-trigger svg {
    margin: 0 15px 0 0;
}

.info-box {
    padding: 20px 20px 10px;
    position: absolute;
    bottom: auto;
    top: 532px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 20;
    border-radius: 24px;
    background: var(--gradient-green, radial-gradient(682.5% 170.3% at -17.14% -55.39%, #4BA7A2 0%, #046C63 100%));
    text-align: center;
    min-width: 443px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 443px;
}

.close {
    margin: 13px 0 0 0;
    cursor: pointer;
}

.info-box strong {
    margin: 0 0 13px 0;
    max-width: 323px;
    color: var(--White-main, #FFF);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.info-box p {
    color: var(--White-main, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 0;
}

.close svg {
    max-width: 42px;
}

.recording-trigger, .recording-trigger-wi  {
    background: radial-gradient(84.09% 329.67% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 12px;
    color: #092519;
    font-weight: 500;
    max-width: max-content;
    position: absolute;
    bottom: auto;
    top: 515px;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 10;
    font-size: 32px;
    line-height: 100%;
    padding: 15.5px 20px; 
    top: 649px;
}

.start-countdown {
    background: rgba(41, 52, 57, 0.7);
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    display: none;
    z-index: 10;
    gap: 8px;
    font-size: 32px;
    top: 649px;
}

.zoom-in {
    display: none;
}

.media-box img {
    display: none;
}

.recordrtc {
    width: 100%;
    height: 100%;
}

.media-box {
    border: none;
    margin: 0;
    background: transparent;
}

.media-container {
    width: 100%!important;
    height: 100%;
}

.media-controls {
    display: none;
}

.volume-control {
    display: none;
}

#recording-player {
    width: 100%;
    height: 100%;
}

#recording-player video {
    max-width: 1920px;
    width: 100%;
    height: 100vh;
}

.media-box h2 {
    display: none;
}

.save-options {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0;
}

.white-btn {
    border: 3px solid #FFFFFF;
    border-radius: 12px;
    padding: 5px 13px;
    font-weight: 500;
    font-size: 23px;
    line-height: 38px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.white-btn svg {
    margin: 0 0 0 10px;
    max-width: 28px;
}

.yellow-btn {
    background: radial-gradient(84.09% 329.67% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 12px;
    font-weight: 500;
    line-height: 38px;
    color: #092519;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 23px;
    padding: 9px 13px;
}

.yellow-btn svg {
    margin: 0 0 0 13px;
    max-width: 28px;
}

.save-video-fourth {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.save-video-fourth .important-info {
    margin: 50px auto 0px;
}

.main {
    background-image: url(../img/bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1920px;
	width: 100%;
    height: 100vh;
    position: relative;
	margin: auto;
}

.accessability {
    bottom: 50px;
    left: 66px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.accessability-inner {
    display: flex;
    align-items: center;
    width: max-content;
    font-weight: 500;
    font-size: 25.6px;
    line-height: 30px;
}

.accessability-inner svg {
    margin: 0 0 0 12px;
}

.start h1 {
    text-align: center;
    margin: 0 0 46px;
}

.centered-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
	max-width: 1400px;
	padding: 0 15px;
	margin: auto;
}

.start-text p {
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    margin: 0 0 24px;
}

.touch-icon {
    margin: 0 0 63px;
}

.preparation-options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
	flex-wrap: wrap;
	padding: 0 10px;
}

.prep-item {
    background: radial-gradient(73.33% 73.33% at 31.67% 26.67%, #D1E3ED 0%, #9CD8DA 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 12px;
    width: 276px;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22.8px;
    line-height: 28px;
    color: #092519;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
} 

.prepare h1 {
    margin: 0 0 98px;
	text-align: center;
}

.main.no-bg, .bg-change {
    background-image: none;
    background: #046C63;
}

.main.no-bg h1 {
    margin: 0 0 50px;
}

.tips-for-candidate .text h1 {
    margin: 0 0 30px;
}

.tips-for-candidate .text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tips-for-candidate .next-trigger {
    margin: 61px auto 0;
}

.media-box h2 {
    display: none;
}

.save-videos {
    display: none!important;
}

video {
    object-fit: contain;
}

.interviews .inner-section.watch-video-section {
    width: unset;
    height: unset;
    position: static;
}

.watch-video-container {
    position: relative;
}

.back-to-options {
    position: absolute;
    z-index: 20;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: #046c63;
    border-radius: 50%;
    border: 3px solid #fff;
    transform: scale(0.75);
    height: 70px;
}

.back-to-options svg {
    position: relative;
    top: 0px;
    max-width: 70px;
    max-height: 70px;
}

.playback-container video {
    width: 100%;
}

.watch-video-container video {
    max-width: 1380px;
    max-height: 80vh;
}

.save-video-fourth h1 {
    padding: 85px 15px 0;
}

.accessability.a {
    color: #FFF500;
}

.accessability.a svg path {
    fill: #FFF500;
}

.accessability-wrapper {
    position: absolute;
    bottom: 34px;
    left: 34px;
    width: 550.84px;
    height: 196px;
    background: #293439;
    border-radius: 12px;
    display: none;
    align-items: flex-end;
    flex-direction: column;
    cursor: pointer;
}

.accessability-wrapper.visible {
    display: flex;
}

.accessability-wrapper p {
    font-weight: 500;
    font-size: 25.6px;
    line-height: 30px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #FFF500;
    margin: 32px 20px 12px 0px;
}

.accessability-wrapper span {
    font-weight: 500;
    font-size: 25.6px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFF500;
    float: left;
    margin: 10px 50px 10px 0px;
    clear: both;
}

.accessability-wrapper span svg {
    margin-left: 18px;
}

body[data-contrasts="1"] > section {
    background-image: none !important;
    background-color: #293439 !important;
}

body[data-contrasts="1"] .accessability-inner {
    color: #FFF500 !important;
}

body[data-contrasts="1"] .accessability-inner svg path {
    fill: #FFF500 !important;
}

body[data-contrasts="1"] p,
body[data-contrasts="1"] h1,
body[data-contrasts="1"] h2,
body[data-contrasts="1"] h3,
body[data-contrasts="1"] h4,
body[data-contrasts="1"] h5,
body[data-contrasts="1"] h6 {
    color: #FFF500 !important;
}

body[data-contrasts="1"] .touch-icon path {
    stroke: #FFF500 !important;
}

body[data-contrasts="1"] .prep-item {
    background: #FFF500 !important;
}

body[data-contrasts="1"] .recording-trigger-wi {
	background: #FFF500!important;
	color: #092519!important;
}

body[data-contrasts="1"] .back-trigger-page {
	border: 3px solid #FFF500 !important;
	color: #FFF500 !important;
}

body[data-contrasts="1"] .next-trigger {
	background: #FFF500!important;
}

body[data-contrasts="1"] .next-trigger {
	color: #092519!important;
}

body[data-contrasts="1"] .back-trigger-page {
	background: #293439!important;
}

body[data-contrasts="1"] .next-trigger-video {
	background: #FFF500!important;
	color: #293439!important;
}

body[data-contrasts="1"] {
	background: #293439!important;
}

body[data-contrasts="1"] .write-txt {
	border: 5px solid #FFF500 !important;
	background: #293439!important;
	color: #FFF500!important;
}

body[data-contrasts="1"] .write-txt::placeholder {
	color: #FFF500!important;
}

body[data-contrasts="1"] .key {
	background: #FFF500!important;
}

body[data-contrasts="1"] #videoElement {
	background-color: #293439;
}

body[data-contrasts="1"] .back-trigger-page svg path {
	fill: #FFF500 !important;
}

body[data-contrasts="1"] .back-to-start path {
    fill: #FFF500 !important;
}

body[data-contrasts="1"] .back-to-start rect {
    stroke: #FFF500 !important;
}

body[data-contrasts="1"] .next-trigger {
    background: #FFF500 !important;
}

body[data-contrasts="1"] .lang-item {
    border: 3px solid #FFF500 !important;
    color: #FFF500 !important;
}

body[data-contrasts="1"] h1 span::after {
    display: none !important;
}

body[data-contrasts="1"] .important-info span {
    color: #FFF500 !important;
}

body[data-contrasts="1"] .lang-item.selected {
    color: #293439 !important;
    background: #fff500 !important;
}

body[data-contrasts="1"] .back-trigger {
    background: #fff500 !important;
}

body[data-contrasts="1"] .info-box {
    background: #293439 !important;
	border: 1px solid #FFF500!important;
}

body[data-contrasts="1"] .log-in-to-page .text-centered form button {
	background: #FFF500!important;
	color: #092519!important;
}

body[data-contrasts="1"] .info-box * {
    color: #FFF500 !important;
}

body[data-contrasts="1"] .info-box svg path {
    fill: #FFF500 !important;
}

body[data-contrasts="1"] .recording-trigger {
    background: #fff500 !important;
}

body[data-contrasts="1"] .save-video-second::before {
    background: #fff500 !important;
}

body[data-contrasts="1"] .save-video-second::after {
    background: #fff500 !important;
}

body[data-contrasts="1"] .start-countdown {
    background: #fff500 !important;
    color: #293439 !important;
}

body[data-contrasts="1"] .white-btn {
    border: 3px solid #FFF500;
    color: #FFF500 !important;
}

body[data-contrasts="1"] .white-btn svg path {
    fill: #FFF500 !important;
}

body[data-contrasts="1"] .yellow-btn {
    background: #fff500 !important;
}

body[data-contrasts="1"] .next-trigger-page {
	background: #fff500 !important;
}

body[data-contrasts="1"] .lang-item {
	opacity: 1.0;
}

body[data-contrasts="1"] .log-in-to-page .text-centered form input {
	border: 3px solid #FFF500;
	color: #FFF500;
	background: #293439;
}

body[data-contrasts="1"] .log-in-to-page .text-centered form input::placeholder {
	color: #FFF500;
}

body[data-fontsize="1"] h1 {
	font-size: 96px;
	line-height: 125%;
}

body[data-contrasts="1"] .log-in-to-page .text-centered form input {
	font-size: 28px;
	line-height: 125%;
}

body[data-contrasts="1"] .recording-trigger-wi {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .start-text p {
	font-size: 48px;
	line-height: 125%;
}

body[data-fontsize="1"] .log-in-to-page .text-centered form button {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .prep-item {
	font-size: 34px;
	line-height: 125%;
}

body[data-fontsize="1"] .accessability-inner {
	font-size: 31px;
	line-height: 125%;
}

body[data-fontsize="1"] .lang-item {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .text p {
	font-size: 48px;
	line-height: 125%;
}

body[data-fontsize="1"] .next-trigger-video {
	font-size: 38px;
    line-height: 125%;
}

body[data-fontsize="1"] .next-trigger-page {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .back-trigger-page {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .next-trigger {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .accessibility__settings .fontSize ul li[data-value="1"] {
	font-size: 26px;
}

body[data-fontsize="1"] .next-trigger {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .important-info .text {
	font-size: 25px;
	line-height: 125%;
}

body[data-fontsize="1"] .important-info .nb {
    line-height: 125%;
    font-size: 25px;
}

body[data-fontsize="1"] #save-video h1 span::after {
    width: 834px;
    height: 28px;
    bottom: -14px;
    background-position: 50%;
}

body[data-fontsize="1"] .important-info {
    max-width: 1125px;
}

body[data-fontsize="1"] .back-trigger {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .info-box strong {
	font-size: 36px;
	line-height: 125%;
}

body[data-fontsize="1"] .recording-trigger {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .info-box p {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .start-countdown {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .write-txt {
	font-size: 28px;
	line-height: 125%;
}

body[data-fontsize="1"] .key {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .white-btn {
	font-size: 38px;
	line-height: 125%;
}

body[data-fontsize="1"] .yellow-btn {
	font-size: 38px;
	line-height: 125%;
}


.interviews {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.interviews.main h1 {
    margin: 0 0 30px;
}

.back-trigger-page {
    border-radius: 12px;
    border: 3px solid var(--white-main, #FFF);
    padding: 7px 12px;
    color: var(--white-main, #FFF);
    font-style: normal;
    font-size: 23px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 32px;
    padding: 12.5px 20px;
}

.back-trigger-page svg {
    transition: all 0.3s ease;
    max-width: 11px;
}

.interview-triggers {
    display: flex;
    gap: 45px;
    justify-content: center;
}

.interview-triggers .next-trigger {
    margin: 0;
}

video {
    width: 100%;
    height: 100%;
}

.next-trigger-video {
    border-radius: 12px;
    background: var(--gradient-orange, radial-gradient(340.23% 98.77% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%));
    padding: 15px 20px;
    color: var(--green-darkest, #092519);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 61px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    display: none;
    bottom: auto;
    top: 659px;

    border-radius: 12px;
    color: #092519;
    font-weight: 500;
    max-width: max-content;
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 10;
    font-size: 32px;
    line-height: 100%;
    padding: 15.5px 20px;
    top: 652px;
}

.video-inner {
    position: relative;
}

#jobForm {
    display: none;
}

#schoolForm {
    display: none;
}

.stop-recording.merge-job-videos {
    display: none;
}

.stop-recording.merge-school-videos {
    display: none;
}

.tips-for-candidate-video .back-trigger-page {
    background: radial-gradient(84.09% 329.67% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 12px;
    font-weight: 500; 
    font-size: 27px; 
    line-height: 38px;
    cursor: pointer;  
    padding: 9px 18px;
    width: max-content;
    display: flex; 
    align-items: center;  
    color: #092519; 
    text-transform: uppercase; 
    position: absolute;
    bottom: 71px;
    left: 190px;
    border: none;
    transition: all 0.3s ease;
}

.start.main {
    cursor: pointer;
}

.write-txt {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 18px 117px;
    text-align: center;
    border-radius: 12px;
    border: 5px solid #F7923A;
    background: var(--gary-main, #D1E3ED);
    color: #AFB9BF;
    margin-bottom: 10px;
    resize: none;
    font-family: 'Roboto';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--green-darkest, #092519);

}

.write-txt:focus {
    outline: none;
}

.write-txt::placeholder {
    color: var(--gray, #AFB9BF);
}

.keyboard-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.key {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFFFFF;
    color: var(--green-darkest, #092519);
    font-size: 32px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.key.uppercase {
    text-transform: uppercase;
}

.medium-key {
    width: 128px;
    background: radial-gradient(85.18% 85.18% at 31.67% 26.67%, #D1E3ED 0%, #9CD8DA 100%);
}

.medium-key:last-child {
    background: #FFFFFF;
}

.large-key {
    width: 430px;
}

.delete {
    background: radial-gradient(85.18% 85.18% at 31.67% 26.67%, #D1E3ED 0%, #9CD8DA 100%) !important;
}


.keyboard-line.numeric {
    display: none;
}

.main-page4-textarea {
    display: flex;
    justify-content: center;
    max-width: 870px;
    margin: 0px auto;
}

.main-page4-textarea form {
    display: flex;
    width: 100%;
}

.main-page4-textarea form.has-error .write-txt {
    border-color: #AF4025;
}

.watch-video.loading {
    opacity: 0.3;
    pointer-events: none;
}

.video-sent h2 {
    color: var(--white-main, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0px 28px;
}

.video-sent .text-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.interview-with-employer .next-trigger-page {
    margin: 59px auto 0px;
}

.interview-with-employer.main.no-bg{
    display: flex;
    align-items: center;
    justify-content: center;
}

.interview-with-employer.main.no-bg h1 {
    margin: 0 0 45px;
}

.interview-with-employer.main.no-bg h1 span::after {
    background-image: url(../img/Line-2.svg);
    height: 27px;
}

.log-in-to-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-in-to-page .text-centered {
    max-width: 1070px;
    width: 100%;
}

.log-in-to-page .text-centered form {
    display: flex;
    gap: 60px;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
}

.log-in-to-page .text-centered form input {
    border-radius: 12px;
    background: var(--gary-main, #D1E3ED);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 79px;
    border: 5px solid #D1E3ED;
    color: var(--green-darkest, #092519);
}

.log-in-to-page .text-centered form input.has-error {
    border: 5px solid #AF4025;
}

.log-in-to-page .text-centered form input::placeholder {
    color: var(--gray, #AFB9BF);
}

.log-in-to-page .text-centered form input:focus {
    outline: none;
}

.log-in-to-page .text-centered form button {
    border-radius: 12px;
    background: var(--gradient-orange, radial-gradient(340.23% 98.77% at 11.71% 15.91%, #FDBE61 0%, #F7923A 100%));
    border: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    color: var(--green-darkest, #092519);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: max-content;
    font-family: 'Roboto', sans-serif;
    margin: 0px auto;
    gap: 15px;
    cursor: pointer;
	transition: all 0.3s ease;
}

.video-sent.container.bg-change .important-info .inner-span {
    max-width: 420px;
}

.watch-video.loading .loaded {
    display: none;
}

.watch-video .loading-spinner {
    display: none;
}

.watch-video span {
    display: flex;
}

.watch-video.loading .loading-spinner {
    display: flex;
}

.loading-spinner img {
    width: 40px;
    height: 40px;
}

.video-sent-section .text-centered {
    max-width: 573px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.video-sent-section h2 {
    color: var(--white-main, #FFF);
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0 0;
}

.video-sent-section {
    display: none;
}

.interviews .save-video-first .text p {
    line-height: 62px;
}

#custom-seekbar, #custom-seekbar-school, #custom-seekbar-work, #custom-seekbar-tips {  
    cursor: pointer;
    height: 12px;
    background: var(--white-main, #FFF);
    position: relative;
    width: 100%;
    margin: -11px 0 0;
}

#custom-seekbar span, #custom-seekbar-school span, #custom-seekbar-work span, #custom-seekbar-tips span {
    background: var(--orange-main, #F7923A);
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 0px;
}

#custom-seekbar span .pin, #custom-seekbar-school span .pin, #custom-seekbar-work span .pin, #custom-seekbar-tips span .pin {
    right: -12px;
    bottom: 0;
    z-index: 10;
    position: absolute;
    display: flex;
}

.playback-container {
    overflow: hidden;
}

.tips-for-candidate-video #custom-seekbar-tips {
    margin: 0;
    bottom: 16px;
}

@media only screen and (max-width:1230px) {
	.back-trigger {
		left: 157px;
	}
}

.cameraVideo {
    pointer-events: none !important;
}

#cameraVideoSrc {
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: ease .3s all;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

#cameraVideoSrc.showVideo {
    opacity: 1;
}

.playback-container {
    position: relative;
}

.playback-container .loading-spinner {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    height: 45px;
    width: 45px;
}

.sendEmail h3 {
    color: var(--White-main, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 36.974px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 130px 0 60px 0;
}

#playSavedVideoElement-seekbar {  
    cursor: pointer;
    height: 12px;
    background: var(--white-main, #FFF);
    position: relative;
    width: 100%;
    margin: -4px 0 0;
}

#playSavedVideoElement-seekbar span {
    background: var(--orange-main, #F7923A);
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 0px;
}

#playSavedVideoElement-seekbar span .pin {
    right: -12px;
    bottom: 0;
    z-index: 10;
    position: absolute;
    display: flex;
}

.oneVideoHelper {
    position: absolute;
    display: none;
}

/* html[lang="rus"] .school-interview.interviews.main h1 {
    font-size: 78px;
}

html[lang="rus"] body .school-interview.main.no-bg h1 span::after {
    width: 808px;
} */

@media screen and (max-width: 1555px) {
    /* html[lang="rus"] body .school-interview.main.no-bg h1 span::after {
        width: 100%;
        max-width: 100%;
    }

    html[lang="rus"] .school-interview.interviews.main h1 {
        font-size: 64px;
    } */
}

@media screen and (max-width: 600px) {
    /* html[lang="rus"] body .school-interview.interviews.main h1 {
        font-size: 44px;
    } */
}

@media screen and (max-width: 520px) {
    /* html[lang="rus"] body .school-interview.interviews.main h1 {
        font-size: 38px;
    } */
}

@media screen and (max-width: 440px) {
    /* html[lang="rus"] body .school-interview.interviews.main h1 {
        font-size: 33px;
    } */
}

.cameraVideo {
    position: absolute;
    top: 72px;
    width: 100%;
}

.cameraVideo video {
    max-width: 958px;
    height: 539px;
    position: relative;
    display: flex;
    border-radius: 16px;
    margin: 0 auto;
}

#save-video .save-video-second.inner-section .back-to-start {
    position: absolute;
    bottom: auto;
    cursor: pointer;
    top: 649px;
    left: 0;
    right: 0;
    margin: auto;
    width: 67px;
    transform: translate(-443px, 0px);
}

@media screen and (max-height: 750px) {
    .cameraVideo video {
        max-width: 700px;
        height: 394px;
    }

    .info-box {
        top: 394px;
    }

    .recording-trigger, .recording-trigger-wi {
        top: 498px;
    }

    #save-video .save-video-second.inner-section .back-to-start {
        top: 497px;
        transform: translate(-312px, 0px);
    }

    .start-countdown {
        top: 495px;
    }
}

@media screen and (max-width: 1150px) {
    .cameraVideo video {
        max-width: 700px;
        height: 390px;
    }

    .info-box {
        top: 390px;
    }

    .recording-trigger, .recording-trigger-wi {
        top: 498px;
    }

    #save-video .save-video-second.inner-section .back-to-start {
        top: 497px;
        transform: translate(-312px, 0px);
    }

    .start-countdown {
        top: 507px;
    }
}

/* */


