
@font-face {
    font-family: "Lalezar-Regular";
    src: url("../../fonts/Lalezar/Lalezar-Regular.ttf");
}
@font-face {
    font-family: "Cairo-Bold";
    src: url("../../fonts/Cairo/Cairo-Bold.ttf");
}
@font-face {
    font-family: "Cairo-Regular";
    src: url("../../fonts/Cairo/Cairo-Regular.ttf");
}

body {
    position: relative;
    font-family: var(--main-font-family);
    overflow-x: hidden;
    background-color: #F0F0F0;
    background-image: url('../../images/candidates/Illusion 3.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
html{
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 0;
}
.text-div{
    background: #D5D5D533;
    border-radius: 12px;
    padding: 20px;
    color: #000000;
    font-size: 20px;
    font-family: 'Cairo-Bold',sans-serif;
    position: absolute;
    max-width: 410px;
    top: 216px;
    min-width: 410px;
    min-height: 220px;
    overflow-y: auto;
    z-index: 99;
}
.video-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    top: 47px;
    position: relative;
}
.flex-columnCenter{
    align-items: start;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.video-cam{
    width: 255px;
    height: 255px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.video-cam video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
#timer{
    background: #D5D5D566;
    border-radius: 12px;
    padding: 3px 20px;
    color: #525252;
    font-size: 32px;
    font-family: 'Cairo-Bold',sans-serif;
}
.question-count{
    background: linear-gradient(90deg, #CF15BC 0%, #CF15BC 33.33%, #A51CF9 66.67%, #2B0FB8 100%);
    border-radius: 121px;
    color: white;
    font-size: 17px;
    padding: 14px;
    font-family: 'Cairo-Bold', sans-serif;
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question-count span.active{
    font-size: 31px;
    font-family: 'Cairo-Bold',sans-serif;
}
.status-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000000;
    font-size: 20px;
    background-color: #D5D5D533;
    font-family: 'Cairo-Bold',sans-serif;
    width: 75%;
    border-radius: 12px;
    min-height: 83px;
}
.question-status{
    position: absolute;
    top: 113px;
    max-width: 410px;
    width: 100%;
}
.center-div{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
}
#spinner {
    animation: spin 1s linear infinite;
    display: none;
    display: flex;
}
#listening,#speaking{
    display: none;
    align-items: center;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fade-in {
    opacity: 0;
    animation: fadeIn 4s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-out {
    animation: fadeOut 0.5s ease forwards;
}
.cover {
    width: 100%;
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(130px);
    transition: opacity 0.5s ease;
}
.cover2{
    width: 100%;
    background-color: #F0F0F0;
    background-image: url('../../images/candidates/Illusion 3.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 999;
    /* background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(130px); */
    transition: opacity 0.5s ease;
}
.cover-div{
    height: 100%;
    justify-content: start;
    padding-top: 35%;
    gap: 26px;
}
.cover-img {
    position: relative;
    bottom: 60px;
}
.h1-title{
    color: #000000;
    font-family: 'Cairo-Bold',sans-serif;
    font-size: 24px;
}
.star-button{
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    background-color: transparent;
    border: unset!important;
}
textarea,textarea:focus,textarea:active{
    background-color: #D5D5D533!important;
    color: #000000!important;
    font-family: 'Cairo-Regular',sans-serif;
    font-size: 16px!important;
    border: unset!important;
    border-radius: 12px!important;
    width: 100%;
    box-shadow: 0px 12px 25px 0px #0000001A!important;
    padding: 24px!important;
    /* min-height: unset!important; */
}
textarea::placeholder{
    color: #000000;
    font-family: 'Cairo-Regular',sans-serif;
    font-size: 16px;
}
.max-456{
    width: 100%;
    max-width: 456px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.avatar,#avatar-container svg  {
    bottom: -25px;
    position: relative;
    right: 12%;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: fadeIn 2s forwards;
}
#avatar-container svg,
#intreview_sec{
    height: 84vh;
    overflow: hidden;
  }
#success_sec{
    height: 100vh;
}
.center-column{
    display: flex;
    align-items: center;
    justify-content: center;
}
.paragraph{
    color: #000000;
    font-family: 'Cairo-Regular',sans-serif;
    font-size: 20px;
}
.pink{
    background: radial-gradient(50% 50% at 50% 50%, #CF15BC 70.83%, rgba(207, 21, 188, 0) 100%);
    width: 60px;
    height: 60px;
    border-radius: 40px;
    top: 17px;
    left: 1px;
    position: absolute;
    animation: rotateScale 2s infinite linear;
}
.blue{
    background: radial-gradient(50% 50% at 50% 50%, #2B0FB8 83.33%, rgba(43, 15, 184, 0) 100%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    top: 0;
    right: -4px;
    position: absolute;
    animation: rotateScale 2s infinite linear;
}
.purple{
    background: radial-gradient(50% 50% at 50% 50%, #A976E1 84.38%, rgba(93, 67, 165, 0) 100%);
    width: 62px;
    height: 62px;
    border-radius: 40px;
    top: -1px;
    right: 11px;
    position: absolute;
    animation: rotateScale 2s infinite linear;
}
.animation{
    display: grid;
    grid-template-columns: 1fr;
}
.animation img{
    z-index: 9;
    position: relative;
    grid-row-start: 1;
    grid-column-start: 1;
}

@keyframes rotateScale {
    0% {
      transform:rotate(360deg) translate3d(0, 0, 0) scale(1);
    }
    50% {
      transform: rotate(360deg) translate3d(5px, -5px, 5px) scale(1.05);
    }
    100% {
      transform: rotate(360deg) translate3d(0,0, 0) scale(1);
    }
}
.animate-div{
    grid-row-start: 1;
    grid-column-start: 1;
    top: 0;
    right: 0;
    animation: spin 5s linear infinite;
  }

.audioSettings{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    padding: 7%;
    gap: 52px;
    direction: ltr;
}
.audioSettings span{
    color: #FFFFFF;
    font-size: 32px;
    font-family: LTBukra-Regular, sans-serif;
    text-align: center;
    padding: 0 28% 0 28%;
}
.closeSettings{
    position: absolute;
    top: 5%;
    left: 2%;
    background: transparent;
    border: unset;
}
.arrowS{
    position: relative;
    top: -48%;
  }

  .mobile-msg {
    border-radius: 20px;
    background-color: white;
    color: #000000;
    font-family: 'Cairo-Regular', sans-serif;
    font-size: 20px;
    background-color: white;
    padding: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: boxShadowAnimation 2s infinite;
}
@keyframes boxShadowAnimation {
    0% {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    50% {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
    100% {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
  }
.settingBtn{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color:transparent;
    border: unset!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
}
.settingStatuse{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: -11px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.settingStatuse.on,.settingBtn.on{
    background-color: #4CAF50;
    box-shadow: 0 5px #3e8e41;
}
.settingStatuse.off,.settingBtn.off{
    background-color: #ba4949;;
    box-shadow: 0 5px #a92e2e;
}
.settingBtn.off:active {
    top: 5px;
    box-shadow: 0 2px #a92e2e;
}
.settingBtn.on:active {
    top: 5px;
    box-shadow: 0 2px #3e8e41;
}
#offCamera,#offMic{
    z-index: 9999999;
}
.modalSetting{
    color: #000000;
    font-family: 'Cairo-Regular', sans-serif;
    font-size: 20px;
    height: 100%;
    justify-content: start;
    gap: 18px;
}
.cover-title{
    color: #000000;
    font-size: 18px;
    font-family: 'Cairo-Bold',sans-serif;;
}
.cover-desc{
    color: #000000;
    font-size: 14px;
    font-family: 'Cairo-Regular',sans-serif;;
}
.tipsDiv{
    background: #D5D5D533;
    border-radius: 12px;
    padding: 20px;
}
.tipsDiv h3{
    color: #000000;
    font-size: 18px;
    font-family: 'Cairo-Bold', sans-serif;
}
.tipsDiv p{
    color: #000000;
    font-size: 16px;
    font-family: 'Cairo-Regular', sans-serif;
}
.helloName{
    color: #000000;
    font-size: 30px;
    font-family: 'Cairo-Bold', sans-serif;  
}
.helloText{
    color: #000000;
    font-size: 18px;
    font-family: 'Cairo-Bold', sans-serif;  
}
.helloSpan{
    color: #000000;
    font-size: 14px;
    font-family: 'Cairo-Regular', sans-serif;
}
.helloTips{
    color: #000000;
    font-size: 18px;
    font-family: 'Cairo-Bold', sans-serif;
    font-weight: 600;
}
.startInterview.tips{
    padding: 16px 85px 16px 85px;
}
.error{
    color: #6a389b;
    font-size: 26px;
    font-family: 'Cairo-Bold', sans-serif;
    font-weight: 600;
}
@media only screen and (min-width: 1400px) and (max-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px!important;
    }
    .cover-img {
        bottom: unset;
    }
}
@media only screen and (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px!important;
    }
    .cover-img {
        bottom: unset;
    }
}



