body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#root
{
  --button-color:linear-gradient(to right,#b91e0d,#d95523);
  --border-color: rgb(174, 32, 32);
  --blue-text:rgb(84, 86, 228);
  --button-color-transition:linear-gradient(to right,#d95523,#d95523);
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%; 
  overflow-x: hidden; 
  overflow-y: auto; 
}

*
{
  margin: 0px;
  padding: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
}
.buttonstyleone
{
  border-radius: 40px;
  border:2px solid var(--border-color);
  background-color: aliceblue;
  padding: 10px;
  width: 150px;
  color: var(--border-color);
  font-weight: 600;
}
.pointer
{
  cursor: pointer;
}


.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.registercontainer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    
}
.registerleft_part {
    width: 45%;
    height: 100vh;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    background-color: #FDF8F8;
    position: relative;
}
.registerleft_part .logo {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 80px;
    height: 80px;
    z-index: 10;
    object-fit: contain;
    max-width: 80px;
    min-width: 80px;
      max-height: 80px;
    min-height: 80px;
}
.registerleft_part img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    object-position: center;
    display: block;
}

.registerright_part
{
    width: 55%;
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
    min-height: 100vh;
}
.registerright_part img
{
    margin-top: 20px;
}
.registerright_part h2
{
 text-align: left;  
 font-weight: 700; 
 margin-top: 20px;
}
.registerright_part .text
{
    width: 80%;
    height: auto;
    margin-bottom: 5px;
    overflow: visible;
    margin-top: 30px;
}
.registerright_part h3
{
 text-align: left; 
 font-weight: 500;  
 font-size: 15px;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.447);
}
.registerright_part .text h2 {
  margin: 0 0 5px 0; 
}

.registerright_part .text h3 {
  margin: 0; 
}
.registerright_part form {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    min-height: 80vh;
    overflow: visible;
    margin-top: 20px;
}
.registerright_part form .inputsection
{
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap ;
    height: auto;
    overflow: visible;
}
.registerright_part form .inputsection .inputSubSection
{
   
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    height: 110px;
}
.inputSubSection .showpassword {
    position: absolute;
    top: 0px; 
    left: 90%; 
    transform: translateY(-50%); 
    cursor: pointer;
    width: 18px; 
    height: 18px;
}

 .registerright_part form .inputfield
 {
    border:2px solid rgba(0, 0, 0, 0.107);
    width: 99%;
    height:40px;
    font-weight: 500;
    font-size: 14px;
        position: relative;
        margin-top: 5px;

 }
 .registerright_part form .inputsection .inputSubSection  h3
 {
    text-align: left;
    width: 100%;
    font-weight: 600;
 }
.registerright_part form .inputsection .inputSubSection input{
    width: 100%;
    height:100%;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    border: none;
    text-indent: 10px;
    text-align: left;
}
.registerright_part form .inputsection .inputSubSection input:focus
    {
        outline: none;
        border: none;
    }

.registerright_part form .inputsection .inputSubSection label{
    font-size: 12px;
    color: red;
}

.registerright_part form .inputsection input:focus
{
    outline: none;
}
.registerright_part form .registerbuttons
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
    overflow-y: visible;
    width: 100%;
}
.registerright_part .registerbuttons .registerbutton
{
    width: 100%;
    height: 45px;
    background-color: #8A090D;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border: none;
}
.registerright_part .registerbuttons .continuephone
{
    width: 350px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    color: rgb(174, 32, 32);
    font-weight: 600;
    font-size: 13px;
    border: 2px solid red;
    max-width: 350px;
}
.registerright_part .registerbuttons .orsection
{
    display: flex;
    width: 350px;
    height: 50px;
    justify-content: center;
    align-items: center;
   
}
.registerright_part .registerbuttons .orsection h3
{
    width: 20px;
    margin: 0px;
}
.registerright_part .socialsignin
{
    width: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: scroll;
}
.registerright_part .registerbuttons .orsection .custom-hr {
    width: 120px;
    border: none;        
    border-top: 2px solid #6b696945; 
   margin: 10px;
  }
.registerright_part form h4
{
    font-weight: 600;
    font-size: 14px;
    color: rgb(160, 158, 158);

}
.registerright_part form span
{
    color: black;
    text-decoration: underline;
}
.registerright_part form span:hover
{
    cursor: pointer;
}
.registerright_part .registerbuttons .registererror
{
    color:  var(--border-color);
    margin-bottom: 20px;
   
}


  


.logincontainer
{
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
}
.logincontainer .loginform
{
    border-radius: 20px;
    box-shadow: 0px 0px 10px  rgba(132, 132, 132, 0.16);
    width:450px;
    height: auto;
}
.loginform h2
{
    margin-top: 20px;
}
.loginform h3
{
    font-size: 13px;
    font-weight: 600;
    color: rgba(82, 77, 77, 0.633);
    margin-top: 10px;
}
.loginform .logininput
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logininput input
{
    border:none;
    border-bottom: 2px solid rgba(116, 112, 112, 0.63);
    width: 88%;
    margin-top: 30px;
    height:35px;
    font-weight: 500;
    font-size: 14px;
}
.logininput input:focus
{
    outline: none;
}
.loginbuttons
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    width: 100%;
}
.loginbuttons .loginbutton
{
    width: 100%;
    height: 40px;
    background-color:#8A090D;
    color: white;
    font-weight: 500;
    font-size: 15px;
    border: none;
}
.forgotsection
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.loginbuttons .continuephone
{
    width: 400px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    color: rgb(174, 32, 32);
    font-weight: 600;
    font-size: 13px;
    border: 2px solid red;
    margin-bottom: 30px;
}
.loginbuttons .orsection
{
    display: flex;
    width: 450px;
    height: 50px;
    justify-content: center;
    align-items: center;
   
}
.loginbuttons .orsection .custom-hr
{
    width: 150px;
    border: none;        
    border-top: 2px solid #6b696945; 
    margin: 5px;
    margin-left: 20px;
    margin-right: 20px;
}
.loginbuttons .orsection h3
{
    margin-top:0px;
    font-size: 14px;
}
.logincontainer .socialsignin
{
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.logincontainer h4
{
    font-weight: 700;
    font-size: 12px;
    color: rgb(160, 158, 158);
    margin-top: 10px;
}
.logincontainer h4 span
{
    color: black;
    text-decoration: underline;
}
.logincontainer h4 span:hover
{
    cursor: pointer;
}






.loginform .otpinput
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    height: 60px;
}
.loginform .otpinput input
{
   border:2px solid rgb(235, 227, 227);
   width: 40px;
   height: 40px;
   margin-right: 20px;
   border-radius: 12px;
   box-shadow: 0px 1px 5px  rgb(235, 227, 227);
   margin-bottom: 5px;
   text-align: center;
   font-weight: 600;
}

.googleauthcontainer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
    border-radius: 10px;
    background-color: white;
    border: 1px solid rgba(177, 174, 174, 0.248);
    overflow: hidden;
}
.googleauthcontainer .googlesubauthcontainer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.googlecontainer
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.googlecontainer.on
{
    display: flex;
}
.googlecontainer.off
{
    display: none;
}

.header{
  
    width: 100vw;
    height: 300px;

}
.headercontainer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100px;
    border-bottom: 2px solid rgba(58, 57, 57, 0.277);
    background-color: #FDF8F8;
}
.headercontainer .left_part
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:auto;
    height: 100%;
}
.left_part img
{
    margin-left: 100px;
} 
.authicon
{
    min-height: 40px;
    min-width:  40px;
}
.headercontainer .right_part {
    width: auto; 
    flex: 1 1; 
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 10px; 
}

.right_part h2{
    font-weight: 600;
  font-size: 14px;
   
}
.right_part > *
{
    margin-right: 45px;

}
.header .right_partmenu
{
  position:-webkit-sticky;
  position:sticky;
  top: 101px;
  width: 200px;
  height: 200px;
  left: 90%;
  background-color: rgba(252, 249, 249, 0.664);
  z-index: 2;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(0px);
}
.header .right_partmenu h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size:14px;
}
.visible
{
    display: flex;
}
.headermenu
{
    display: flex;
    width: 320px;
    justify-content: center;
    align-items: center;;
    min-width:  320px;
}
.headermenu .userdetails
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 10px;
}
.userdetails h3 
{
    font-size: 18px;
    font-weight: 600;
}
.userdetails h4 
{
    font-size: 14px;
    font-weight: 400;
    color: #515B6F;
}
.right_part h2.active {
    color: #8B0000; 
}



@media (max-width: 1024px) {
    .left_part img {
        margin-left: 50px;
    }
    
    .right_part h2 {
        font-size: 14px;
    }
    
    .right_part > * {
        margin-right: 25px;
    }
    
    .headermenu {
        width: 250px;
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .headercontainer {
        height: 80px;
    }
    
    .headercontainer .left_part {
        width: 30%;
    }
    
    .left_part img {
        margin-left: 20px;
        max-width: 120px;
    }
    
    .headercontainer .right_part {
        width: 70%;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .right_part h2 {
        font-size: 12px;
        margin-right: 15px !important;
    }
    
    .right_part > * {
        margin-right: 15px;
    }
    
    .headermenu {
        width: 200px;
        min-width: 200px;
    }
    
    .userdetails h3 {
        font-size: 14px;
    }
    
    .userdetails h4 {
        font-size: 11px;
    }
    
    .header .right_partmenu {
        left: auto;
        right: 0;
        width: 180px;
    }
}

@media (max-width: 480px) {
    .headercontainer {
        height: auto;
        min-height: 70px;
        padding: 10px 0;
    }
    
    .left_part img {
        margin-left: 10px;
        max-width: 100px;
    }
    
    .right_part h2 {
        display: none;
    }
    
    .headermenu {
        width: auto;
        min-width: auto;
    }
    
    .userdetails {
        display: none !important;
    }
    
    .authicon {
        min-height: 35px;
        min-width: 35px;
    }
    
    .header .right_partmenu {
        width: 150px;
        height: auto;
        padding: 10px 0;
    }
    
    .header .right_partmenu h3 {
        font-size: 12px;
        margin: 15px 0;
    }
}

.new-profile-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -170px;
    padding: 40px 60px;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
}

.new-profile-header {
    margin-bottom: 32px;
    text-align: left;
}

.new-profile-header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.new-profile-header p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.new-profile-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}


.form-section {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-section .description
{
    text-align: left;
    width: 20%;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    text-align: left;
    width: 150px;
}

.section-subtitle {
    font-size: 14px;
    color: #666666;
    margin: 0 0 24px 0;
}


.profile-photo-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-left: 90px;
}

.profile-photo-preview {
    flex-shrink: 0;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #cbc3c3;
}

.profile-photo-upload {
    flex: 1 1;
}

.upload-box {
    border: 2px dashed #98272A;
    border-radius: 8px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;

    text-align: center;
    background-color: #FDF8F8;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 300px;
}

.upload-box:hover {
    border-color: #8B0000;
    background-color: #fff5f5;
}

.upload-box svg {
    margin: 0 auto 16px;
    display: block;
}

.upload-label {
    display: block;
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
    cursor: pointer;
}

.upload-text {
    color: #8B0000;
    font-weight: 600;
}

.upload-hint {
    font-size: 12px;
    color: #9ca3af;
    margin: 0;
}


.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    gap: 16px;
    margin-left: 110px;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
}

.form-field label {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.required {
    color: #ef4444;
}

.form-field input,
.form-field textarea {
    width: 260px;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: all 0.2s ease;
    background-color: #ffffff;
    color: #1f2937;

}
.form-field select
{
       width: 290px;
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: all 0.2s ease;
    background-color: #ffffff;
    color: #1f2937;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #8B0000;
    box-shadow: 0 0 0 3px rgba(139, 0, 0, 0.1);
}

.form-field input:disabled {
    background-color: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
}

.form-field input::placeholder,
.form-field select::placeholder,
.form-field textarea::placeholder {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 400;
}

.error-label {
    font-size: 12px;
    color: #ef4444;
    margin-top: 4px;
}


.multiselect-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.selected-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: #8B0000;
    color: #ffffff;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 500;
}

.chip-remove {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: opacity 0.2s;
}

.chip-remove:hover {
    opacity: 0.7;
}



.resume-field {
    grid-column: span 1;
    display: flex;
}
.attach
{
    display: flex;
    flex-direction: column;
    width: 80%;
    
}
.field-flex
{
    display: flex;
    justify-content: space-between;
}
.resume-upload-box {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
    background-color: #FDF8F8;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.resume-upload-box:hover {
    border-color: #8B0000;
    background-color: #fff5f5;
}

.resume-upload-box svg {
    margin: 0 auto 12px;
    display: block;
}

.resume-upload-label {
    display: block;
    font-size: 14px;
    color: #8B0000;
    font-weight: 600;
    cursor: pointer;
}

.file-name {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
}


.summary-field {
    grid-column: span 2;
    width: 100%;
}

.summary-field textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    width: 96%;
}

.textarea-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.textarea-icons {
    display: flex;
    gap: 8px;
}

.textarea-icons button {
    background: none;
    border: none;
    padding: 4px 8px;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.textarea-icons button:hover {
    background-color: #f3f4f6;
}

.char-count {
    font-size: 12px;
    color: #9ca3af;
}

.textarea-hint {
    font-size: 12px;
    color: #9ca3af;
    margin: 4px 0 0 0;
}


.form-submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
}

.success-message {
    font-size: 14px;
    color: #10b981;
    font-weight: 500;
}

.submit-button {
    padding: 12px 32px;
    background-color: #8B0000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #6d0000;
    box-shadow: 0 4px 12px rgba(139, 0, 0, 0.3);
}

.submit-button:active {
    transform: scale(0.98);
}
 Responsive Design */
@media (max-width: 1024px) {
    .form-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .summary-field {
        grid-column: span 2;
    }
    
    .resume-field {
        grid-column: span 2;
    }
    
    .resume-upload-box {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 768px) {
    .new-profile-container {
        padding: 20px 16px;
    }
    
    .new-profile-header h1 {
        font-size: 24px;
    }
    
    .new-profile-header p {
        font-size: 13px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .form-grid.attach {
        grid-template-columns: 1fr;
    }
    
    .summary-field,
    .resume-field {
        grid-column: span 1;
    }
    
    .profile-photo-container {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    
    .profile-photo-upload {
        width: 100%;
    }
    
    .upload-box {
        padding: 30px 20px;
    }
    
    .resume-upload-box {
        width: 100%;
        max-width: 100%;
        padding: 24px 16px;
    }
    
    .resume-field {
        align-items: stretch;
    }
    
    .textarea-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .form-submit {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .submit-button {
        width: 100%;
        padding: 14px 32px;
    }
    
    .section-title {
        font-size: 16px;
    }
    
    .section-subtitle {
        font-size: 13px;
    }
    
    .form-section {
        padding-top: 24px;
    }
    
    .selected-chips {
        max-width: 100%;
    }
    
    .chip {
        font-size: 12px;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .new-profile-container {
        padding: 16px 12px;
    }
    
    .new-profile-header h1 {
        font-size: 20px;
    }
    
    .profile-image {
        width: 100px;
        height: 100px;
    }
    
    .upload-box {
        padding: 24px 16px;
    }
    
    .upload-box svg {
        width: 20px;
        height: 20px;
    }
    
    .resume-upload-box {
        padding: 20px 12px;
    }
    
    .resume-upload-box svg {
        width: 20px;
        height: 20px;
    }
    
    .form-field input,
    .form-field select,
    .form-field textarea {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .submit-button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .textarea-icons button {
        padding: 4px 6px;
        font-size: 12px;
    }
}

.homepagecontainer
{
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -200px;
}
.homepagecontainer .homepagetext
{
   
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 85%;
    height: 70px;
}
.homepagetext h4
{
    font-weight: 500;
    color: rgb(100, 99, 99);
    margin-top: 5px;
    font-size: 16px;
}
.homepagetext h2
{
    font-size: 24px;
}
.testframes h2
{
        font-size:24px;
    font-weight: 600;;
}
.homepagecontainer .testframes
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    height: 80%;
}
.testframes .testframe
{
  width: 25vw;
  height: 50vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.testframes button
{
    padding: 10px;
    height: 45px;
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 0px;
    color: #00C368;
    background-color: #E9FFF5;
}
.testframe.knowledge
{
    border: 2px solid rgba(0, 0, 0, 0.193);
}
.testframe.pyschometric
{
    border: 2px solid rgba(0, 0, 0, 0.193);
}
.testframe.resumeanalysis
{
    border: 2px solid rgba(0, 0, 0, 0.193);

}
.testframes .buttonstyletwo
{
    background-color: #F0F7FF;
    color: #0076B2;
}

.pyschometrictestcontainer
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: -200px;
    height: 80vh;
}
.pyschometrictestcontainer .pyschometrictext
{
    width: 90%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.pyschometrictestcontainer .pyschometrictext h2{
    margin-bottom: 5px;
}
.pyschometrictestcontainer .pyschometrictext h4{
    margin-bottom: 5px;
    font-weight: 500;
    color: rgb(115, 113, 113);
    font-size: 13px;
    font-weight: 600;
}
.pyschometriccamera 
{
    width: 90%;
    height: 75%;
    border: 1px solid  rgb(198, 196, 196);
    border-radius: 5px;
    background-color: rgb(251, 250, 250);
    margin-bottom: 20px;
}
.pyschometriccamera > div
{
   width: 100%;
   max-width: 500px;    /* Limit maximum width */
   height: auto;        /* Auto height to maintain aspect ratio */
   border-radius: 10px;
   overflow: hidden;
   margin: 20px auto 10px;  /* Center the video */
}
.pyschometriccamera .cam
{
  width: 100%;
  height: 100%;
}
.pyschometriccamera h3
{
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.pyschometriccamera 
.pyschometriccamera button
{
    background-color: var(--border-color);
    padding: 10px;
    border-radius: 40px;
    color: white;
    width: 150px;
    font-weight: 600;
    margin-top: 50px;
}
.pyschometriccamera  .mic{
    border-radius: 999px;
    background-color: var( --button-color);
}
.camerainterface
{
    display: flex;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    height: 100px;
}
.camerabtns button{
   margin-top: 0px;
   background-color: #FB453D;
   height: 40px;
   border: none;
}
.camerabtns
{
  display: flex;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}
.contextpanel {
    width: 90%;
    height: 80vh;
    border: 1px solid rgb(198, 196, 196);
    background-color: rgb(251, 250, 250);
    overflow-y: auto; 
    color: rgba(0, 0, 0, 0.821);
  }
  
  .contextpanel span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: hidden;
    padding: 10px; 
    margin-left: 10px;
  }
  .contextpanel h2
  {
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .contextpanel span h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  .contextpanel span h4 {
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
  }
  .contextpanel span h4 span
  {
    margin-left: 0px;
    overflow-y: hidden;
  }
  .buttonsection
  {
    width: 90%;
    height: 20%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contextpanel h4, span {
    display: inline-block; 
    white-space: nowrap;   
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  .buttonsection span
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .buttonsection span input[type="checkbox"] 
  {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    opacity: 10;
  }

  .buttonsection button{
    padding: 10px;
    border-radius: 0px;
    color: white;
    width: 150px;
    font-weight: 600;
    margin-top: 0px;
    background-color: #8A090D;
    height: 50px;
    border: none;
 }

.pyschometrictestcontainer {
    width: 100%;
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll; 
}
.pyschometrictestcontainer .questionswipecontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 90%;
    background-color: rgba(247, 247, 247, 0.541);
    border: 1px solid rgb(198, 196, 196);
    height: 80vh;
    overflow-y: auto; 
    margin-bottom: 20px;
}

.question-title {
    width: 100%; 
    text-align: center;
    margin-top: 30px;
    padding: 10px 0;
    overflow: visible;
    height: 20vh;
    margin-bottom: -50px;
}
.question-title h2
{
    font-size: 20px;
    font-weight: 600;
}
.pyschometrictestcontainer .questionswipecontainer .questionswipesubcontainer
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: visible;
    width: 100%;
     max-width: 1400px; /* Add this - prevents growing beyond this width */
    margin: 50px auto 0; 
    gap: 20px;
}
.pyschometrictestcontainer .questionswipecontainer .questionswipesubcontainer .answerbox
{
  border: 1px solid rgba(170, 166, 166, 0.489);
   width: 400px;
  height: 250px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  background-color: white;
  margin-left: 0px;
  
}
.answerbox h4{
    text-align: left;
    width: 90%;;
    margin-top: 10px;
    font-weight: 500;
    font-size: 21px;
}
.answerbox textarea {
    text-align: left; 
    vertical-align: top; 
    width: 90%;
    margin-top: 10px;
    font-size: 18px;
    border: none;
    height: 80%;
    min-height: 80%;
    min-width: 90%;
    max-height: 80%;
    max-width: 90%;
    color: rgba(0, 0, 0, 0.86); 
    padding: 10px;
    box-sizing: border-box; 
    overflow-y: auto;
    font-weight: 500;
    background-color: transparent;
}
.answerbox textarea:focus
{
    outline: none;
}
.stopbutton
{
     border-radius: 0px;
}
.recording {
    background-color: yellow !important;
  }
  
.not-recording {
    background:var(--button-color-transition) !important;
    border-radius: 0px;

  }
  .timer
  {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }
  .timer h4
  {
    font-size: 30px;
    padding: 10px;
  }
.questionswipecontainer .camerainterface
{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    margin-bottom: 20px;
}
.camerapart > div
{
 width: 400px;
     max-width: 400px;
    height: 270px;
    border-radius: 5px;
    overflow: hidden;
}
.camerapart .webcam
{
   width: 100%;
   height: 100%;
}

.questionswipecontainer .camerainterface .mic{
    margin-left: 50px;
    
}
.questionswipecontainer .camerainterface button
{
    
    padding: 10px;
    border-radius: 40px;
    color: white;
    width: 150px;
    font-weight: 600;
    margin-top: 0px;
    background-color: #8A090D;
    height: 50px;
    border: none;
}

.proceedbtns
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width:450px;
    margin-left: 350px;
}
.contextpanel .container
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
}
.contextpanel .container  span
{
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.colorchange
{
    filter: hue-rotate(0deg) brightness(1.7) contrast(1.3);
            transition: filter 0.2s ease-in-out;
}
.contextpanel .container .scoredisplay
{
    border-radius: 100%; 
    border: 20px solid #7B61FF;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    min-height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}
.scoredisplay h1{
    font-size: 35px;
}
.contextpanel .container .buttonsection
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 300px;
}
.contextpanel .container .buttonsection button
{
    margin-left: 30px;
    width: auto;
    padding: 15px;
}

.questionswipecontainer .flaggedquestions
{

    width: 100%;
    max-width: 350px;
    height: 250px;
    min-height: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #F5F5F5;
    border: 1px solid #D3D6DB;
    margin-left: 0;
    overflow-y: hidden;
}
.flaggedquestions>div
{
    padding: 15px;
    padding-left: 20px;
    text-align: left;
        height: 100%; 
    display: flex; 
    flex-direction: column; 
    width: 100%; 
    overflow-y: hidden;
}
.flaggedquestions h4
{
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
}
.flaggedquestions h3
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
}
.flagged 
{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
   gap: 10px;
   margin-top: 0px;
   overflow-y: hidden;
  
}
.flagged button
{
    width: 50px;
    height: 50px;
    background-color: rgb(88, 209, 31);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: white;
}

.pyschometrictestcontainer
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: -200px;
    height: 80vh;
}
.pyschometrictestcontainer .pyschometrictext
{
    width: 90%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.pyschometrictestcontainer .pyschometrictext h2{
    margin-bottom: 5px;
}
.pyschometrictestcontainer .pyschometrictext h4{
    margin-bottom: 5px;
    font-weight: 500;
    color: rgb(115, 113, 113);
    font-size: 13px;
    font-weight: 600;
}

.pyschometriccamera button
{
    background-color: var(--border-color);
    padding: 10px;
    border-radius: 40px;
    color: white;
    width: 150px;
    font-weight: 600;
    margin-top: 50px;
}
.pyschometriccamera  .mic{
    border-radius: 999px;
    background-color: var( --button-color);
}
.camerainterface
{
    display: flex;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    height: 100px;
}
.camerabtns button{
   margin-top: 0px;
   background-color: #FB453D;
   height: 40px;
   border: none;
}
.camerabtns
{
  display: flex;
    width: 300px;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-top: 10px;
}
.instructionpanel {
    width: 90%;
    height: 80vh;
    border: 1px solid rgb(198, 196, 196);
    border-radius: 5px;
    background-color: rgb(251, 250, 250);
    overflow-y: auto; 
    color: rgba(0, 0, 0, 0.821);
  }
  
  .instructionpanel span {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll; 
    padding: 10px; 
    margin-left: 10px;
  }
  .instructionpanel h2
  {
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .instructionpanel span h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  .instructionpanel span h4 {
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
  }
  .instructionpanel span h4 span
  {
    margin-left: 0px;
  }
  .buttonsection
  {
    width: 90%;
    height: 20%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .buttonsection span
  {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .buttonsection span input[type="checkbox"] 
  {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    opacity: 10;
    accent-color: #8B0000;
  }

  .buttonsection button{
    padding: 10px;
    border-radius: 0px;
    color: white;
    width: 150px;
    font-weight: 600;
    margin-top: 0px;
    background-color: #8A090D;
    height: 50px;
    border: none;
 }

.swipecontainer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    height: 45vh;
    overflow: visible;
}
.questionpointer
{
    height: auto;
    overflow: visible;
    text-align: left;
}
.questionpointer h2{
    margin: 0px;
}
.swipecontainer h2{
    height: 50px;
    font-size: 22px;
    font-weight: 500;
}
.swipecontainer h3{
    height: 50px;
    font-size: 22px;
    font-weight: 500;
}
.pyschometrictext 
{
    overflow:visible;
    margin-top: 10px;
}
.pyschometrictext  h2
{
    overflow: visible;
}
.pyschometrictext h4
{
    font-size: 16px;
    font-weight: 500;
    overflow: visible;
}
.pyschometrictext  .timer
{
    overflow-y: hidden;
}

.timer div
{
    padding: 5px;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    border:1px solid #8A090D33;
    padding-left: 20px;
    padding-right: 20px;
}
.timer div img
{
    width: 100%;
    height: 100%;
}
.timer div h2
{
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #8A090D;
}
.topfield
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.breadcrumb span
{
    color: #7C8493;
}
.topfield .topsubfield
{
    width: 30%;
    text-align: left;
}
.topsubfield h1
{
    font-size: 24px;
    font-weight: 600;
}
.swipecontainer .questionswipesubcontainer
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: auto;
    width: 80%;
    min-width: 200px;
    border:1px solid #D3D6DB;
        min-height: 350px; 

    height: 100%;
    padding: 25px;
    background-color:#F5F5F5;
    
}
.questionswipesubcontainer h2
{
    color: #8A090D;
}
.questionswipesubcontainer h3
{
    font-size: 20px;
    font-weight: 600;
}
.swipecontainer .questionswipesubcontainer .checkbox
{
    width: 100%;
    height: 50px;
    min-height: 40px;
    border: 1.5px solid rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}
.checkbox input
{
    margin-left: 30px;
    width: 25px;
    height: 25px;
    margin-right: 20px;
        accent-color: #8B0000;

}
.checkbox  label
{
    font-weight: 600;
}
.checkbox.selected
{

    background-color: rgb(252, 229, 229);
}


.swipecontainer .questionswipesubcontainer .answerbox
{
  border: 2px solid rgba(170, 166, 166, 0.489);
  width: 450px;
  height: 300px;
  border-radius: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.answerbox h4{
    text-align: left;
    width: 90%;;
    margin-top: 10px;
    font-weight: 500;
    font-size: 21px;
}
.answerbox textarea {
    text-align: left; 
    vertical-align: top; 
    width: 90%;
    margin-top: 10px;
    font-size: 18px;
    border: none;
    height: 80%;
    min-height: 80%;
    min-width: 90%;
    max-height: 80%;
    max-width: 90%;
    color: rgba(0, 0, 0, 0.86); 
    padding: 10px; 
    box-sizing: border-box;
    overflow-y: auto;
    font-weight: 500;
}
.answerbox textarea:focus
{
    outline: none;
}
.swipecontainer  .flaggedquestions
{

      width: 100%;
    max-width: 350px;
    height: 250px;
    min-height: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #F5F5F5;
    border: 1px solid #D3D6DB;
    margin-left: 0;
    overflow-y: hidden;
   
}
.flaggedquestions>div
{
    padding: 15px;
    padding-left: 20px;
    text-align: left;
        height: 100%; 
    display: flex; 
    flex-direction: column;
    width: 100%; 

}
.flaggedquestions h4
{
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
}
.flaggedquestions h3
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
}
.flagged 
{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
   gap: 10px;
   margin-top: 5px;
  
}
.flagged button
{
    width: 50px;
    height: 50px;
    background-color: rgb(88, 209, 31);
    border-radius: 10px;
    border: none;
    font-size: 20px;
    color: white;
}
.flagged .notanswered
{
    width: 50px;
    height: 50px;
    margin-top: 5px;
    background-color: #7C8493;
    border-radius: 999px;
    border: none;
    font-size: 20px;
    color: white;
    margin-right: 20px;
}
.flagged .answered{
    width: 53px;
    height: 50px;
    margin-top: 5px;
    background-color:#00C368;
    border-radius: 999px;
    border: none;
    font-size: 20px;
    color: white;
    margin-right: 20px;
}
.bottombar
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    overflow: visible;
    margin-top: auto; 
    background-color: #28131300; 
    border-top: 1px solid #D3D6DB; 
    padding: 0 5%; 
}

.bottombar .proceedbtns
{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 350px;
    margin-right: 50px; 
}

.bottombar button
{
    background-color: #8A090D;
    padding: 5px;
    padding-left: 55px;
    padding-right: 55px;
    color: white;
    width: auto;
    font-weight: 600;
    height: 50px;
    border: none;
    border-radius: 0px;
    cursor: pointer; 
}

.options-list {
    width: 100%;
    overflow: visible;
}
.checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.option-text {
    font-weight: 600;
}

.chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 20px;
    overflow: visible;
}
.chart-container h2
{
    font-size: 20px;
    font-weight: 600;
}
.chart-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.chart-header
{
    margin-bottom: 40px;
    height: 50px;
    padding: 10px;
}


.profileform .changepassword
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    flex-direction: column;
    height: 100%;
}
.profileform .changepassword span
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 10vh;
}
.changepassword span input
{
    width: 400px;
    height: 40px;
    text-indent: 5px;
}
.changepassword span input:focus
{
    outline: none;
}

.questionswipecontainer .expandablecontainer
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: visible;
    margin-bottom: 20px;
}
.expandablesection
{
    display: flex;
    width: 90%;
    background-color:#FDF8F8;
    height: auto;
    margin-top: 20px;
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #D3D6DB;
}
.expandablesection .drag
{
    display: flex;
    justify-content: space-between;
    align-items:center;
    width: 100%;
}
.expandablesection .chart
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.rotateButton
{
    transform: rotateZ(180deg);
    background-color: red;
}
.offscreen-render {
  position: fixed;
  top: -1000000px;
  left: -100000px;
  visibility: visible;
  pointer-events: none;
  width: 800px;      /* Increased width */
  height: auto;      /* Changed from 800px to auto */
  min-height: 1200px; /* Add minimum height */
}

/*# sourceMappingURL=main.ae15cd98.css.map*/