

:root {
    --val-red-n: #f04141;
    --P100: #275df5;
    --P200: #b0c8ff;
    --P300: #3f3bd0;
    --P400: #423ec9;
    --PH100: #4777fe;
    --S100: #f05537;
    --S200: #ffbfad;
    --SH100: #fc7358;
    --M900: #9dd0ff;
    --N100: #fff;
    --N200: #fff;
    --N300: #f7f7f9;
    --N400: #e7e7f1;
    --N500: #979ec2;
    --N600: #717b9e;
    --N700: #474d6a;   
    --I100: #f04141;
    --I200: #47b749;
    --I300: #fdaa29;
    --I400: #8951ff;
    --A100: #ffedf2;
    --A200: #efedff;
    --A300: #ecf5ff;
    --A400: #fff3dd;
    --A500: #ffedf2;
    --A600: #f8f8fb;
    --D100: #0d1734;
    --D200: #35063e;
    --G100_T: #fff;
    --G100_B: #ffedf2;
    --G200_T: #fff;
    --G200_B: #efedff;
    --G300_T: #fff;
    --G300_B: #edf4ff;
    --G400_T: #fff;
    --G400_B: #fff3dd;
    --V100: #ecf5ff80;
    --box-shadow1: 0px 6px 12px rgba(30, 10, 58, .04);
    --box-shadow2: 0px 6px 25px rgba(30, 10, 58, .08);
    --border: 1px solid #e7e7f1;
    --val-black: #1e223c;
    --br10: 10px;
    --background: #f5f5f5;
    --missingDetailsBg: #fff5f5;
    --profilePerfBg: #ecf5ff;

}


.theme-gradient {
    background: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%) !important;
    color: #fff !important;
}

/* .theme-bg:hover{ background: radial-gradient(85% 120% at 50% 125%, #ff3bd4 0.74%, #7130c3 65%, #4b4f95 100%) !important; color: #fff !important; box-shadow: 0px 24px 25px -21px #CE38CF;} */

/* all */
::-webkit-input-placeholder {
    color: var(--N800);
}

::-moz-placeholder {
    color: var(--N800);
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: var(--N800);
}

/* ie */
input:-moz-placeholder {
    color: var(--N800);
}

.form-check-input:checked[type=radio]+label {
    color: var(--N800);
}

.theme-shadow{box-shadow: 0 9px 16px 0 rgba(0, 106, 194, .1) !important;}

.theme-radius{border-radius: 16px !important;}

.theme-color {
    color: var(--primary) !important;
}

.theme-bg {
    background: var(--primary) !important;
    color: #fff;
}

.theme-bg:hover{background: #410093 !important; color: #fff;}

.header-link {
    margin-left: auto;
    color: var(--bs-gray-800);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sticky-div {
    position: -webkit-sticky;
    position: sticky;
    top: 94px;
    z-index: 1;
}
.static-list img {
    margin: 0 auto;
    width: 144px;
    height: 144px;
}
.static-list ul {
    padding: 0;
}
.static-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.static-list li i {
    color: var(--I200);
    position: absolute;
    left: 0;
    top: 2.5px;
    font-size: 1.1rem;
    width: 14px;
    height: 14px;
}
.static-list p {
    color: var(--N700);
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 18px;
}
.mandatory .col-form-label:after {
    content: "*";
    color: #f04141;
}
    
.dropzone .dz-message {
    justify-content: center;
    align-items: center;
}

#kt_accordion_1 .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    padding: 2rem 2.25rem;
    border-radius: 16px !important;
    margin-bottom: 20px;
    --bs-card-box-shadow: var(--bs-root-card-box-shadow);
    --bs-card-border-color: var(--bs-root-card-border-color);
    border: 1px solid var(--bs-card-border-color);
}

#kt_accordion_1 .accordion-button{ padding: 0;}

#kt_accordion_1 .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: none;
}

#kt_accordion_1 .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    position: absolute;
    right: 0;
    top: 12px;
}

#kt_accordion_1.interview-d .accordion-button::after {top:0px !important}


.footer-link{ padding: 0;}

.footer-link li {
    line-height: 18px;
    list-style: none;
    padding-top: 16px;
}

.footer-link li a {
    color: var(--N700);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

.footer-link li a:hover {
    color: #a1009a;
}

.footer-separator {
    background: var(--N400);
    height: 1px;
    margin: 30px auto;
    opacity: .8;
    width: 100%;
}

.plan-list{ padding: 0; margin: 0; list-style: none;}

.plan-list li{color: var(--bs-gray-900);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;}

.price-plan .card.card-flush>.card-header {
    background: #534290;
}

.price-plan .col-md-4{ padding-left: 20px; padding-right: 20px;}

.price-plan .col-md-4 .card{ border: #fff 2px solid; overflow: hidden;}

.price-plan .col-md-4:hover .card{box-shadow: 0 9px 16px 0 rgba(0, 106, 194, .1) !important;}

.job-dec p{ line-height: 24px; font-size: 1.1rem;}

.job-dec ul li{ font-size: 1.1rem; line-height: 24px; color: var(--N700);}

.interview-objectives .form-check.form-check-inline {
    align-items: start;
    color: var(--N700);
}


.bg-border {
    background-color: var(--primary0d) !important;
    border: 1px dashed var(--primary);
    border-left-width: 3px;
}

.bg-border-success {
    background-color: #00d1621c !important;
    border: 1px dashed #72b895; border-left-width: 3px;
}

.bg-border-danger {
    background-color: #ff00001c !important; 
    border: 1px dashed #dc3545;
    border-left-width: 3px;
}

.bg-border-suggestions {
    background-color: #f8f5ff !important;
    border: 1px dashed #75aced; border-left-width: 3px;
}


#visualizer {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 44px;
    background-color: #e9ecef;
    border-radius: 0.475rem;
    margin-left: 20px;
    overflow: hidden;
}
.bar {
    width: 2px;
    display: block;
    margin-right: 1px;
    background-color: #007bff;
    transform-origin: bottom;
}

.get-social a img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    filter: hue-rotate(60deg);
}

.vid-rec {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-color: #0d1734;
}

.time-state {
    background: rgba(77, 85, 107, .25);
    border-radius: 20px;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.record-state {
    background: rgba(77, 85, 107, .25);
    border-radius: 20px;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.record-start {
    background: rgba(77, 85, 107, .25);
    border-radius: 0;
    color: #fff;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40px;
    line-height: 40px;
}

.btn-audio {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-audio i{color: var(--bs-primary) !important;}

.step-line {
    position: absolute;
    top: 30px;
    left: 15%;
    right: 15%;
    height: 2px;
    background-color: #edebeb;
    z-index: 1;
    width: 70%;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px dashed;
    background-color: white;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.icon-check {
    color: #28a745;
    border-color: #28a745;
}
.icon-check i {
    color: #28a745;
}
.icon-clock {
    color: #ffc107;
    border-color: #ffc107;
}
.icon-clock i {
    color: #ffc107;
}
.icon-award {
    color: var(--P100);
    border-color: var(--bs-primary);
}
.icon-award i {
    background: linear-gradient(to right, var(--primary) 0%, var(--secondary) 100%)!important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.rating-color {
    color: #fbc634 !important;
}
.fs-11 {
    font-size: 11px;
}

/* Skeleton Effect */

.interview-dummy-box .avatar {
        float: left;
        width: 52px;
        height: 52px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 8px;
        background-image: linear-gradient(
          90deg,
          #ddd 0px,
          #e8e8e8 40px,
          #ddd 80px
        );
        background-size: 600px;
        animation: shine-avatar 1.6s infinite linear;
      }
      .interview-dummy-box .line {
    border-radius: 6px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
    display: table;
 }
      .skeleton .line ~ .line {
        background-color: #ddd;
      }

      /* @keyframes shine-lines {
        0% {
          background-position: -100px;
        }
        40%,
        100% {
          background-position: 140px;
        }
      }
      @keyframes shine-avatar {
        0% {
          background-position: -32px;
        }
        40%,
        100% {
          background-position: 208px;
        }
      } */

.hover-move{transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);}
.hover-move:hover{transform: translateY(-5px);}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}










@media screen and (max-width: 768px) {
  .hide-mob{ display: none !important;}
  .login-page {
    margin: 0 !important;
}
.l-logo {
    flex-direction: column;
}
.l-logo img {
    order: 1;
}
.l-logo h1 {
    order: 2; margin-top: 18px;
}

.complete-profile-p{ margin-top: 20px !important; padding: 10px !important;}

#kt_accordion_1 .accordion-body { padding: 0;}
#kt_accordion_1 .image-input {
    margin-top: 15px;
    margin-bottom: 10px;
}

.next-p{ margin-bottom: 0 !important;}



}