@import url('https://fonts.cdnfonts.com/css/gotham-6');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@font-face {
  font-family: 'Helvetica Neue Arabic';
  src: url(../fonts/helvetica.ttf);
}
*{
    margin: 0;
    border: none;
    padding: 0px;
    box-sizing: border-box;
}
*,
*:before,
*:after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
}
.pointer {
    cursor: pointer;
}
.radios-radio-fx .align-text-assessment{
    text-align: start;
}
button,a{transition: 0.4s;}
input:focus-visible{outline: none ;}
button:hover,a:hover{transform: scale(0.9);}
/* Header */
header{
 background: #FFF;
 z-index: 95;
 position: relative;
}
header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 76px;
}
header nav .logout{
    color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
header nav .links-nav{
    display: flex;
    align-items: center;
    gap: 35px;
    padding-top: 27px;
}
header nav .links-nav a{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: #737373;
    text-align: center;
    font-family: 'Gotham';
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    position: relative;
    padding-bottom: 17px;
}

header nav .links-nav a.active span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 49px;
    height: 2px;
    background: var(--parent-orange, #FF9A51);
}

.parent-header nav .links-nav a.active span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 49px;
    height: 2px;
    background: var(--parent-live-blue, #167FFC);
}

.student-header nav .links-nav a.active span, .fx-links-navMobile .active span{
    color: #EF7D00 !important;
}

.parent-mob-nav .active span {
    color: #167FFC !important;
}

header nav .links-nav a .img-nav{height: 41.47px;}
/* End Header */
.section-home{
    width: 845px;
    margin: auto;
}
.section-home .user-div{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 33px;
    padding-top: 65px;
}
.section-home .user-div img{
    border-radius: 47px;
    border: 1px solid var(--White, #FFF);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    width: 47px;
    height: 47px;
    object-fit: cover;
}
.section-home .user-div h4{
    color: var(--parent-orange, #FF9A51);
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
}
.section-home .fx-home h6{
    color: var(--Blach, #000);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 13px;
}
.section-home .fx-home{gap: 76px;}
.section-home .fx-home-one{
    width: 380px;
}
.section-home .box-white{
    border-radius: 12px;
    background: var(--counselor-gray-500, #FFF);
    box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.20);
    height: 274px;
    padding: 20px 25px;
}
.section-home .box-white .box-white-fx{
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 56px;
    margin-top: 20px;
}
.section-home .box-white .box-white-fx button{
    background-color: #fff;   
    border: 1px solid #FF9A51;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    padding: 4px;
    width: 30px;
    height: 30px;
    transition: 0.4s;
}
.section-home .box-white .box-white-fx button:hover{transform: scale(1.2);background-color: #f1f1f1;}
.section-home .box-white .box-white-fx .bx-img{position: relative;}
.section-home .box-white .box-white-fx .bx-img span{
    position: absolute;
    bottom : 34px;
    color: #C26600;
    text-align: center;
    width: 100px;
    font-family: 'Gotham';
    font-size: 12px;
    left: -23px;
    font-weight: 700;
    animation: scrollUpDown 1s linear infinite;
}
.section-home .box-white .box-white-fx .bx-img img{width: 52px;}
.section-home .fx-steps-des .fx-step-one{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 8px;
   border-bottom: 1px solid #E9E9E9;
   margin-bottom: 20px;
}
    .section-home .fx-steps-des .fx-step-one h5 {
        color: var(--Dark-Green, #076076);
        font-family: 'Gotham';
        font-size: 11.895px;
        font-weight: 500;
        margin-bottom: 0px;
        line-height: 23px;
    }
.section-home .fx-steps-des .fx-step-tow{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding-bottom: 10px;
   border-bottom: 1px solid #E9E9E9;
   margin-bottom: 20px;
}
.section-home .fx-steps-des .fx-step-tow h5{
    color: var(--Gray-20, #C2C2C2);
    font-family: 'Gotham';
    font-size: 11.895px;
    font-weight: 500;
}
.box-orange span {
    color: black;
    font-size: 20px;
    font-family: Gotham;
    font-weight: 700;
    line-height: 31px;
    word-wrap: break-word
}
.relative-button{position: relative;}
.relative-button button{
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}
.relative-button button span{
    color:  #000;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
}
.relative-button .dropdown-menu-lang{
    position: absolute;
    display: none;
    padding: 16px;
    border-radius:5px;
    background: #fff;
    width: max-content;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 10;
}
.section-home .box-orange {
    border-radius: 12px;
    background: #FF9A5133;    
    box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.20);
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    cursor: pointer;
}
.section-home .box-orange .box-orange-txt{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.section-home .box-orange .box-orange-txt h2{
    color: var(--Blach, #000);
    font-family: 'Gotham';
    font-size: 24.357px;
    font-weight: 700;
    line-height: 31px;
}
.section-home .box-orange .box-orange-txt p{
    margin-bottom: 0px;
    color: var(--Blach, #000);
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
/*Custom Modal*/

.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Sit on top */
    padding-top: 216px; /* Location of the box */
    left: 0%;
    top: 0%;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.custom-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px 11px;
    padding-bottom: 12px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.show-spanner {
    opacity: 1 !important;
    visibility: visible !important;
}
/*Custom Modal*/
.your-progress{
    display: flex;
    align-items: center;
    gap:21px ;
    margin-bottom: 46px;
    flex-wrap:wrap;
}
.your-progress .box-your-prog{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    border-radius: 40px;
    border: 1px solid var(--Gray-20, #C2C2C2);
    background: var(--counselor-gray-500, #FFF);
    width: 62px;
    height: 103px;
}
.your-progress .box-your-prog span{
    color: var(--Gray-20, #C2C2C2);
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
}
.your-progress .box-your-prog h6{
    color: var(--parent-live-blue, #167FFC);
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.your-progress .box-your-prog img{
  width: 14px;
    height: 14px; 
}

.section-home .fx-home-two video{
    width: 322px;
    height: 197px;
    border-radius: 12px;
    margin-top: 22px;
    object-fit: cover;
}

.section-home .fx-home-two #videoHere{
    width: 322px;
    height: 197px;
    border-radius: 12px;
    margin-top: 22px;
    object-fit: cover;
}

.notification-empty-content{
    width: 100%;
    height: 100%; 
    flex-direction: column; 
    justify-content: flex-start;
    align-items: center;
    margin-top: 94px;
    gap: 19px;
    display: inline-flex
}
.notification-empty-content div{
    text-align: center;
    color: #898989;
    font-size: 18px;
    font-family: Helvetica Neue Arabic;
    font-weight: 400;
    line-height: 21.60px;
    word-wrap: break-word
}

.section-journey{
    position:relative;
    width: 1375px;
    margin: auto;
    padding: 36px 0px 3rem 0px;
}
.section-journey .fx-journey{gap: 348px;}
.section-journey .card-details{
    border-radius: 12px;
    background: var(--counselor-gray-500, #FFF);
    box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.20);
    padding: 31px 30px;
    width: 344px;
    position:relative;
}
.section-journey .card-details .fx-card-detials{gap: 24px;}
.section-journey .card-details .fx-card-detials .base-image{position: relative;}
.section-journey .fx-card-detials .base-image .imgUser{
    border-radius: 51px;
    border: 1px solid var(--White, #FFF);
    width: 51px;
    height: 51px;
    margin-left: 5px;
    animation: scrollUpDown 1s linear infinite;
}
.section-journey .card-details .fx-card-detials h4{
    color: #000;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.section-journey .card-details .fx-card-detials p{
    color: var(--text-2, #858597);
    font-family: 'Poppins';
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 21px;
}
.section-journey .card-details .fx-card-detials .border-div{
    background: #E9E9E9;
    height: 1px;
    width: 100%;
    margin-bottom: 12px;
}
.section-journey .card-details .fx-card-detials span{
    color: #000;
    font-family: 'Gotham';
    font-size: 12px;
    font-weight: 700;
}
.section-journey .fx-card-detials .flex-video-gap{gap: 7px;}
.section-journey .fx-card-detials .flex-video-gap img{
    width: 18px;
    height: 18px;
}
.section-journey .bases{
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}
.section-journey .bases .base-unit{
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center
}

.section-journey .bases .base-unit:nth-child(even) {
    margin-inline-start: 65px;
}

.section-journey .bases .base-unit span{
    color: #000;
    font-family: 'Gotham';
    font-size: 16px;
    width:100px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
    animation: scrollDownUp 1s linear infinite;
}

.base-unit-text-container{
    display: flex;
    justify-content: center;
    position: relative;
    top: 24px;
    flex-direction: column;
    align-items: center;
    z-index: 16;
    animation: scrollDownUp 1s linear infinite;
}
.base-unit-text-unit{
    top: 10px;
    position: relative;
    font-weight: 1000;
    font-family: 'Gotham';
    font-size: 17px;
}
.base-unit-text-number{
    margin-bottom: 0;
    width: fit-content;
    z-index: 100;
    font-size: 46px;
    display: block;
    font-weight: 1000;
    font-family: Gotham;
}
.privacy-container{
    width: 700px;
    margin:0 auto
}
.privacy-title{
    padding: 100px 0;
    color: black;
    font-size: 24px;
    font-family: Gotham;
    font-weight: 700;
    word-wrap: break-word;
    padding-bottom: 35px;
}
.privacy-button{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
    background: #27ADA0;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    margin-top: 16px;
    margin-bottom: 49px;
}
.privacy-button div{
    color: white;
    font-size: 16px;
    font-family: Gotham;
    font-weight: 700;
    word-wrap: break-word
}

.privacy-terms-text {
    color: black;
    font-size: 12px;
    font-family: Gotham;
    font-weight: 400;
    word-wrap: break-word
}
.notification-circle {
    width: 6px;
    height: 6px;
    background-color: #167FFC;
    border-radius: 50%;
    position: absolute;
    top: 15.5px;
    left: 38px;
}
.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0px;
}
.truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 3px;
}
 /* Custom styles for the step dots */
.section-radio-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 39px;
    display: none;
}
.section-radio-btns h1{
    color: var(--text-1, #1F1F39);
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 39px;
}
.section-radio-btns p{
    color: #000;
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.section-radio-btns .steps-dot{margin-bottom: 40px;}
.step-dot {
    width: 17px;
    height: 17px;
    background-position: center;
    background-size: contain;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.section-radio-btns .step-content h5 {
    color: #000;
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    width: 353px;
    margin: auto;
    direction: ltr;
}
.section-radio-btns .step-content .line-under{display: block;margin: auto;margin-top: 26px;}
.step-content{display: none;position: relative;}
.step-content.active {display: block;}
.step-dot.active.active-step-parent {
    background-image: url('../images/active-step-parent.svg') !important;
}

.step-dot.active.active-step-counselor {
    background-image: url('../images/active-step-counselor.svg') !important;
}

.step-dot.active.active-step-admin {
    background-image: url('../images/active-step-institution.svg') !important;
}
.step-dot.active {
  background-image: url('../images/active-step.svg') !important;  /* Set your active step image URL here */
}
.step-dot.completed {
  background-image: url('../images/step-done.svg') !important; /* Set your active step image URL here */
}
.step-dot.normal {
  background-image: url('../images/normal-step.svg'); /* Set your normal step image URL here */
}

.monthSideSection .step-dot.active {
    background-image: url('../images/active-month-step.svg') !important; /* Set your active step image URL here */
}

.monthSideSection .step-dot.completed {
    background-image: url('../images/step-month-done.svg') !important; /* Set your active step image URL here */
}

.fx-radioss{
    gap: 38px;
    display: flex;
    flex-direction: column;
}
.radios{position: relative;}
.radios-radio-fx {
	position: relative;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    direction: ltr;
}
.radio-wrap {
	text-align: center;
	position: relative;
	width: 20%;
	height: 100%;
	display: inline-block;
}
.radio-wrap .radio-label-fake {
	color: #000;
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
}
.radio-wrap > input {
	position: relative;
	top: 5px;
}
.radio-wrap > label {
    width: 16px;
    height: 16px;
    background: #E8E8E8;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.radio-wrap > label::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.radio-wrap input[type="radio"] {
	opacity: 0;
}
.radio-wrap input[type="radio"]:checked + label::before {
	background: #EF7D00;
}
.back-grey{
    width: 295px;
    height: 5px;
    position: absolute;
    background-color: #E8E8E8;
    top: 7px;
    left: 20px;
}
.section-radio-btns .fx-btns-qua {
    margin-bottom: 64px;
    margin-top: 40px;
}
.section-radio-btns .fx-btns-qua button{
    width: 160px;
}
.modal-congrats .modal-dialog{
    max-width: 540px;
    height: 540px;
}
.modal-congrats .modal-content{border-radius: 20px;}
.modal-congrats .modal-body{padding: 0px;}
.modal-congrats-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 540px;
}
.modal-congrats-content img{margin-bottom: 38px;}
.modal-congrats-content h4{
   color: var(--text-1, #1F1F39);
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    max-width: 350px;
}
.modal-congrats-content p{
    color: var(--text-2, #858597);
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 38px;
}
.modal-congrats-content button{width: 270px;}
.tree-style{
    position: relative;
    direction: ltr;
    width: 183px;
}
.tree-style .line-curved{
    position: absolute;
    z-index: 0;
    top: 4.5rem;
}
.tree-style .boxs-tree-fx{
    display: flex;
    flex-direction: column;
    gap:2.6rem;
}
.tree-style .boxs-tree-fx .base {
    width: 64px; 
    height: 76px;
}
.base-blue{
    width: 64px;
    height: 76px;
}
.tree-style .boxs-tree-fx > :first-child .fx-box-tree img{
    height: auto !important;
}

.tree-style .box-tree{
    display: flex;
    align-items: end;
    width: max-content;
    position: relative;
    cursor: pointer;
    margin-right: 4rem;
}
.content-student-career .tree-style .box-tree{
    margin-left: 4rem;
    margin-right: 0px;
}
.tree-style .box-tree span{
    font-family: 'Gotham';
    font-size: 11.895px;
    font-weight: 500;
    padding-bottom: 7px;
}
.tree-style .box-tree .span-grey{
    color: var(--Gray-50, #898989)
}
.tree-style .box-tree .span-green{
    color: var(--Dark-Green, #076076);
}
.fx-journey-tow .tree-style .fx-box-tree{
    z-index: 10;
    width: 63px;
}
.tree-style .fx-box-tree .check-green{
    width: 36px;
    height: 36px;
    position: absolute;
    left: 13px;
    animation: scrollDownUp 1s linear infinite;
}
.parentString{
    width: 46px;
    height: 46px;
    position: absolute;
    left: 13px;
    font-size: 13px;
    animation: scrollDownUp 1s linear infinite;
}
.box-tree-anaakhtar {
    padding-top:6.3rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.box-tree-anaakhtar .tree {
    border: 7px solid transparent;
    border-radius: 50%;
    width: 170px;
    aspect-ratio: 1;
    position: relative;
    transform: rotate(90deg);
    margin-left: -7.2rem;
    margin-top: -3.3rem;
}
.box-tree-anaakhtar .tree:nth-child(even){
   transform: rotate(-90deg);
    margin-top: -3.3rem;
    margin-left: 0px;
}

@keyframes fillLine{
  0%, 25% {
    border-top-color: #E1F4F2 ;
  }
   50% {
    border-top-color: #EF7D00 ;
  }
  100% {
    border-top-color: #EF7D00;
  }
}

@keyframes greyLine {
  25%, 50% {
    border-top-color: #E1F4F2;
  }
  100% {
    border-top-color: #E1F4F2;
  }
}
.section-notification{
     width: 335px;
     margin: auto;
     padding-top: 45px;
     display: flex;
     align-items: center;
     flex-direction: column;
     gap: 16px;
}

.section-notification-cons {
    width: 50%;
    margin-inline-start: 50px;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.box-notificaton{
    border-radius: 12px;
    background: var(--counselor-gray-500, #FFF);
    box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.20);
    width: 100%;
    height: 80px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 70px;
}
.box-notificaton .icon-side{
    width: 48px;
    height: 48px;
}
.box-notificaton h5{
    color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
}

.section-notification-cons .box-notificaton h5 {
    font-size: 14px;
}

.box-notificaton .d-flex {
    gap: 4px;
}
.box-notificaton span{
    color: var(--text-3, #B8B8D2);
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
}

.section-account{
    width: 1065px;
    margin: auto;
    padding: 72px 0;
    display: flex;
    align-items: start;
    gap: 74px;
}
.section-account-one{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 390px;
}
.section-account-one .img-user{
    width: 93px;
    height: 93px;
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
}
.section-account-one .fx-imgs-account{gap: 20px;margin-bottom: 34px;}
.section-account-one .list-tabs-acc{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.section-account-one .list-tabs-acc a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    height: 48px;
    border-radius: 8px;
    background: #FFF;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
.section-account-one .list-tabs-acc a.active,
.section-account-one .list-tabs-acc a:hover{
    border-radius: 12px;
    background: var(--parent-orange, #FF9A51);
    box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.20);
}
.section-account-one .list-tabs-acc a span{
   color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}
.section-account-one .list-tabs-acc a svg{
    height: 16px;
    color: #858597;
    font-weight: bold;
}
.section-account-one .list-tabs-acc a.active span,
.section-account-one .list-tabs-acc a:hover span,
.section-account-one .list-tabs-acc a.active svg,
.section-account-one .list-tabs-acc a:hover svg{
    color: var(--White, var(--counselor-gray-500, #FFF));
}
.section-account-one .list-tabs-acc a .d-flex{gap: 4px;align-items: center;}
.section-account .tab-content {display: none;}
.section-account .tab-content.active {
    display: block;
}
.section-account .section-account-two{width: 100%;}
.section-account .boxs-show-acc{
    width: 568px;
    margin-left: auto;
}
.section-account .boxs-show-acc .boxs-show{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    border-radius: 12px;
/*    background: var(--counselor-gray-500, #FFF);*/    
    box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.20);
    margin-bottom: 34px;
}
.section-account .boxs-show-acc .boxs-show img{
    width: 75px;
    height: 75px;
    margin-bottom: 21px;
}
.section-account .boxs-show-acc .boxs-show h4{
    color: #000;
    font-family: 'Gotham';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-account .boxs-show-acc .boxs-show p{
    margin-bottom: 0px;
    color: #838383;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 300;
}
.section-account .form-tab{
    width: 319px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.section-account .form-tab .form-group{position: relative;}
.section-account .form-tab h5{
    color: var(--text-1, #1F1F39);
    font-family: 'Helvetica Neue Arabic';
    font-size: 16px;
    font-weight: bold;
}
.section-account .form-tab label{
    color: var(--text-1, #1F1F39);
    font-family: 'Helvetica Neue Arabic';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 11px;
}
.section-account .form-tab .input-tab{
    border-radius: 8px;
    background: var(--counselor-gray-500, #FFF);
    height: 55px;
    padding: 22px 20px;
    border: none;
}
.section-account .form-tab .box-phone{
    display: flex;
    align-items: center;
    height: 55px;
    padding: 12px 20px;
    background-color: #E9E9E9;
    gap: 9px;
    position: relative;
    direction: ltr;
}
.section-account .form-tab .box-phone span{
    cursor: pointer;
    color: var(--text-1, #1F1F39);
    font-family: 'Helvetica Neue Arabic';
    font-size: 16px;
    font-weight: 400;
}
.section-account .form-tab .box-phone button{
    background-color: #E9E9E9;
    display: flex;
    align-items: center;
    gap: 4px;
    border: none;
}
.section-account .form-tab .box-phone input{
 background-color: transparent;
 border: none;
}
.section-account .form-tab .box-phone .phone-menu{
    position: absolute;
    padding: 10px 24px 24px 24px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    top: 40px;
    left: 0px;
    z-index: 10;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100px;
    display: none;
}
.section-account .form-tab .box-phone .phone-menu span{
    height: 34px;
    display: block;
}
.gender-box {
    display: flex;
    align-items: center;
    gap: 45px;
    width: 100%;
}
.gender-box  label{
    display: flex;
    gap: 11px;
    margin-bottom: 0px;
}
.gender-box .custom-radio input[type="radio"] {display: none;}
.gender-box .custom-radio .radio-icon {
    cursor: pointer;
}
.gender-box .custom-radio .radio-icon .normal {display: block;}
.gender-box .custom-radio .radio-icon .checked {display: none;}
.gender-box .custom-radio input[type="radio"]:checked + .radio-icon .normal { display: none;}
.gender-box .custom-radio input[type="radio"]:checked + .radio-icon .checked {display: block;}
.section-account-one .form-password{display: none;}
.section-account-one .list-tabs-acc #tab2.active ~ 
.section-account-one .form-password
{display: block;}
.section-account-one .form-password label{
    color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-account-one .form-password button{
    color: var(--parent-orange, #FF9A51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    background: transparent;
}
.section-account-one .form-password .box-password{
    padding: 12px 12px;
    border-radius: 8px;
    background: #FFF;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

}
.section-account-one .form-password .box-password input{
    border: none;
    background: transparent;
}
.privacy{
    width: 526.414px;
    margin: auto;
}
.privacy h5,
.tab-content h6{
    color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 16px;
    padding-bottom: 23px;
    font-weight: 700;
}
.privacy p{
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}
.form-contant{
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.form-contant input,
.form-contant textarea{
    border-radius: 12px;
    border: 0.5px solid var(--text-3, #B8B8D2);
    background: var(--counselor-gray-500, #FFF);
    width: 100%;
    padding: 13px 28px;
    resize: none;
}
.form-contant input{height: 50px;cursor: pointer;}
.form-contant input:focus{
    box-shadow: none;
}
.form-contant textarea{height: 202.451px;}
.contant-us{width: 327px;}
.contant-us h5{
    color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    font-weight: bold;
    margin-bottom: 26px;
}
.contant-us button{
    border-radius: 12px;
    background: #FF9A51;
    display: flex;
    width: 327px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: var(--counselor-gray-500, #FFF);
    text-align: center;
    font-family: 'Helvetica Neue Arabic';
    font-size: 16px;
    font-weight: 700;
}
.form-contant input{
    color: var(--text-1, #1F1F39);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}
.form-contant textarea::placeholder{
    color: var(--counselor-400, #ADD5D1);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}
.form-contant input.active{font-weight: bold;}
.avatar-upload {
	 position: relative;
  margin-bottom: 17px;
  border-radius: 110.316px;
    border: 1px solid var(--White, #FFF);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
 .avatar-upload .avatar-edit {
	 position: absolute;
	 right: 0px;
	 z-index: 1;
	 bottom: 30px;
}
 .avatar-upload .avatar-edit input {
	 display: none;
}
 .avatar-upload .avatar-edit input + label {
	 display: inline-block;
	 width: 34px;
	 height: 34px;
	 margin-bottom: 0;
	 border-radius: 100%;
	 cursor: pointer;
	 font-weight: normal;
	 transition: all .2s ease-in-out;
}
 .avatar-upload .avatar-edit label{transition: 0.4s;}
 .avatar-upload .avatar-edit label:hover{
    transform: scale(0.9);
}
 .avatar-upload .avatar-preview {
	width: 110.316px;
    height: 110.316px;
	 position: relative;
}
 .avatar-upload .avatar-preview #imagePreview{
    border-radius: 50%;
    object-fit: cover;
 }
 .avatar-upload .avatar-preview > div {
	 width: 100%;
	 height: 100%;
	 border-radius: 100%;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
}
@keyframes scrollUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
}
 @keyframes scrollDownUp{
    0%, 100% {
        transform: translateY(-4px);
    }
    50% {
        transform: translateY(0px);
    }
}
.main-mb{display: none;}
.section-mobile{
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    max-height: 100%;
    padding: 24px;
    justify-content: center;
}
.section-mobile h3{
    color: var(--Blach, #000);
    font-family: 'Gotham';
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: 8px;
    margin-top: 34px;
}
.section-mobile p{
    color: var(--Gray-50, #898989);
    text-align: center;
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.section-mobile .mb-txt{
    margin-top: 90px;
}
.section-mobile .mb-txt span{
    color: var(--Blach, #000);
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.section-mobile .mb-txt .mb-flex{
   gap: 14px;
   margin-top: 23px;
   align-items: center;
   display: flex;
   justify-content: center;
}
.btn-orange{
    display: flex;
    width: 270px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--Orange, #EF7D00);
    color: var(--counselor-gray-500, #FFF);
    font-family: 'Helvetica Neue Arabic';
    font-size: 16px;
    font-weight: 400;
}
.main-progress{
    background: #F8F8F8;
    min-height: 95vh;
    max-height: 100%;
    position: relative;
    padding-bottom: 7rem;
}

.fx-login{
    padding: 36px;
    gap: 38px;
}
.fx-login .login-img img{
    width: 450px;
}
.arrow-back-login{
    margin-left: 46px;
    margin-top: 33px;
}

.login-img {
    width: 40%;
    text-align: center;
}

.fx-login .login-texts {
    width: -webkit-fill-available;
}
.fx-login .login-texts .Icons-back{margin-bottom: 24px;transition: 0.4s;cursor: pointer;}
.fx-login .login-texts .Icons-back:hover{transform: scale(1.2);}
.fx-login .login-texts form{ width: 299px;margin: auto;}
.fx-login .login-texts form img{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.fx-login .login-texts form h2{
   color: var(--Blach, #000);
    font-family: 'Gotham';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}
.fx-login .login-texts form p{
    color: var(--Gary, #A1A1A1);
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 61px;
     text-align: center;
}
    .fx-login .login-texts form h5 {
        color: var(--Gary, #A1A1A1);
        font-family: 'Gotham';
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 18px;
        text-align: center;
    }
.fx-login .login-texts form .input-design{
    border-radius: 5px;
    border: 1px solid var(--Gray-20, #C2C2C2);
    padding: 8px 12px;
    height: 56px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
}
.fx-login .login-texts form input::placeholder{
    color: var(--Gray-50, #898989);
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 400;
}
.fx-login .login-texts form .box-input{
    display: flex;
    height: 56px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid var(--Gray-20, #C2C2C2);
     margin: auto;
}
.fx-login .login-texts form .box-input input{
    border: none;
    height: 100%;
    width: 100%;
}
.fx-login .login-texts form .box-input input:focus{box-shadow: none;}
.fx-login .login-texts form .box-input img{cursor: pointer;}
.fx-login .form-group-m{margin-bottom: 22px;}
.fx-login .form-group-m2{margin-bottom: 12px;}
.fx-login .login-texts form a {
    color: #000;
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 41px;
    display: block;
    text-decoration: none;
    padding-top: 2px;
}

.remember-me-text {
    font-family: 'Gotham';
}

.fx-login .login-texts form button {
    border-radius: 10px;
    background: var(--Orange, #EF7D00);
    display: flex;
    width: 100%;
    padding: 19px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, var(--counselor-gray-500, #FFF));
    font-family: 'Gotham';
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin: auto;
    margin-bottom: 115px;
}
.fx-login .login-texts .fx-login-links{
    color: var(--Blach, #000);
    font-family: 'Gotham';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 47px;
}
.fx-login .login-texts .fx-login-links a{text-decoration: none;    color: var(--Blach, #000);}
.fx-login .login-texts form button{background: var(--parent-live-blue, #167FFC);}
.choose-platform{
    display: flex;
    flex-direction: column;
    width: 494px;
    margin: auto;
}
.choose-platform .choose-platform-boxs a{text-decoration: none;cursor: pointer;}
.choose-platform .choose-platform-boxs{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.choose-platform h4{
    color: #000;
    font-family: 'Gotham';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
}
.choose-platform p{
    color: var(--Gary, #A1A1A1);
    font-family: 'Gotham';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 31px;
}
.choose-platform-box{
    padding: 21px 18px;
    border-radius: 10px;
    border: 1px solid var(--Gray-20, #C2C2C2);
}
.choose-platform-box .choose-text{
    display: flex;
    gap: 16px;
}
.choose-platform-box .choose-text .choose-text-one{
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}
.choose-platform-box .choose-text .choose-text-one p,
.choose-platform-box .choose-text .choose-text-one h4{margin-bottom: 0px;}
progress {
  visibility: hidden;
  width: 0;
  height: 0;
}
.progress-bar {
  width: 65.43px;
  height: 65.946px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-bar::before {
    counter-reset: percentage var(--progress-value);
    content: counter(percentage) '%';
    color: var(--parent-live-blue, #167FFC);
    font-family: 'DM Sans';
    font-size: 14.426px;
    font-weight: 500;
}
.error{
    color: #f44336;
}

.disabled-input {
    background-color: #E9E9E9 !important;
}


.profile-menu {
    position: absolute;
    width: 200px !important;
    border-radius: 10px !important;
    padding: 10px;
    background: #fff;
    top: 120px;
    border: 2px solid #e5e5e5;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.profile-menu:before {
    content: '';
    position: absolute;
    top: -22%;
    left: 70%;
    margin-top: 4px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.profile-menu > div {
    text-align: start;
    border-bottom: 2px solid #e5e5e5;
    margin-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.profile-menu > div:hover {
    background: #FF9A51;
    color: #fff;
}

.parent-profile-item:hover 
{
    background: #167FFC !important;
}

.coordinator-profile-item:hover {
    background: #27ADA0 !important;
}

.profile-menu > div:last-child {
    border-bottom: none;
}

.box-phone-white, .form-tab .box-phone-white button {
    background: #fff !important;
}

#AboutDicModal .modal-dialog {
    min-width: 880px;
}

.res-page-title {
    font-family: Gotham;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

.res-page-download {
    font-family: Gotham;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;
}
.list-cards-down{display:none;}
.section-account-mb{display:none; width:100%}
.edti-account-h6{display:none}
@media (min-width: 2000px) {
    .body-counselor {
    width: 1600px;
    margin: auto;
}}
@media (min-width:1900px) {
    body{    background: #F8F8F8 !important;}
    header nav,
    .page-show,
    .main-progress{width: 1200px; margin: auto;}
}
@media (max-width:1500px)  {
    .main-progress{padding: 3rem 24px;}
    .sideSection .button-container button{margin-top:30px !important;}
}
@media (max-width:1200px) {
    /*.web-top-nav {
        display:none;
    }
    .mobile-top-nav {
        display: block !important;
    }*/
    .main-mb{display: block;}
    #AboutDicModal .modal-dialog {
        min-width: 350px !important;
    }
}
@media (max-width:1000px) {
    .section-account{flex-direction:column;}
 
}
@media(max-width:1000px) {

    .mob-lang-btn, .mob-lang-btn:focus {
        background: #EFEFEF;
        color: #000;
    }

    .section-account .form-tab {
        width:100%;
    }

    .contant-us button {
        width: 100%;
    }

    .section-journey {
        padding-top: 0px;
        padding-bottom: 9rem;
    }

    .tree-style {
        margin: auto;
    }

        .tree-style .box-tree span {
            width: 160px;
        }

    .box-notificaton {
        margin-left: 0px
    }

    .section-journey .card-details {
        width: 100%;
        padding: 10px 20px;
        border-radius: 12px;
    }

        .section-journey .card-details .fx-card-detials p {
            margin-bottom: 18px;
        }

    .section-journey .list-cards-down .card-details .fx-card-detials h4 {
        margin-bottom: 0px;
        padding-bottom: 4px;
    }

    .section-journey .card-details .fx-card-detials h4 {
        margin-bottom: 0px;
        padding-bottom: 18px;
    }

    .section-journey .card-details .active-card {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .list-cards-down {
        position: fixed;
        top: -100%; /* Start off-screen */
        left: 0;
        right: 0;
        transition: top 0.4s ease-in-out; /* Smooth transition */
        z-index: 9999;
        background: #fff;
        width: 100%;
        padding: 20px 25px;
        min-height: 100vh;
        max-height: 100%;
        overflow: auto;
    }

        .list-cards-down.show {
            display: block; /* Show when class is added */
            top: 0; /* Slide up to the bottom of the viewport */
        }

        .list-cards-down h6 {
            font-size: 22px;
            padding: 32px 0px;
            text-align: start;
            font-family: 'Gotham';
            font-weight: 700;
        }

    #AIBtn {
        width: 100% !important;
    }

    .list-cards-down .card-details {
        box-shadow: 0px 8px 12px -4px rgba(184, 184, 210, 0.2);
    }

    .list-cards-down .clsoe-list-cards-down {
        display: block;
        margin-left: auto;
    }

    .list-cards-down .fx-list-cards-down {
        gap: 21px;
        margin-bottom: 200px; 
    }

    .section-journey-side {
        position: absolute;
        left: 0px;
        top: -76px;
    }

    .fx-numbers-card {
        padding: 0px 0px 9px 0px;
    }

    .section-journey .list-cards-down .card-details .flex-video-gap img {
        width: 26px;
        height: 26px;
    }

    .section-journey .list-cards-down .card-details {
        border: 1px solid #000000;
    }

    .section-account {
        padding-top: 0px;
    }

        .section-account-one,
        .section-account, .section-account .boxs-show-acc {
            width: 100%
        }

    .modal-congrats .modal-dialog {
        max-width: 100%;
    }

    .mob-avatar-upload,
    .section-account-one .fx-imgs-account,
    .section-account-one .list-tabs-acc {
        display: none;
    }

    .privacy {
        width: 100%;
    }

    .image-back {
        padding: 20px 24px;
        border: 1px solid #DBDBDB;
        width: 100%;
    }

    .section-account-one {
        padding: 15px 24px 0px;
    }
    .avatar-upload {
        margin-top: 21px;
    }

    .edti-account-h6 {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        text-align: start;
        font-family: 'Gotham';
        padding-top: 32px;
        width:100%;
        margin-bottom: 0px;
    }
    .section-account {
        gap: 0px;
    }
    .section-account-mb{display:block;}
    .section-account-mb .section-account-title {
        font-family: 'Gotham';
        font-weight: 700;
        color: #000000;
        font-size: 22px;
        padding: 40px 24px 19px 24px;
    }
    .padding-nav-link {
        padding-left: 6px;
    }
    .padding-nav-link span {
        padding-bottom: 0px !important;
    }
    .notification-mb {
        position: absolute;
        right: 65px;
        top: 28px;
    }
    .notification-mb .dot {
        width: 6px;
        height: 6px;
        position: absolute;
        border-radius: 50%;
        top: 4px;
    }
    .contant-us,
    .section-notification {
        width: 100%;
    }
    .tab-content h6,
    .privacy h5,
    .contant-us h5 {
        font-size: 22px;
        font-weight: 700;
        color: #000000;
        text-align: start;
        font-family: 'Gotham';
        padding-bottom: 19px;
        padding-top: 40px;
        margin-bottom:0px;
    }

    .tab-content h6 {
        padding-top: 0px;
    }

    .section-journey .list-cards-down .card-details .fx-card-detials p{
        font-size:16px;
    }
    .no-video{width:100% !important;}
    .section-notification {
        padding-top: 0px;
    }
    .section-home .box-white{padding:20px 10px;}
    .student-career .content-student-career{
        flex-direction:column;
    }
    .content-student-two{order:1;}
    .content-student-one {order: 2;}
}
.parent-login-btn {
    background: #27ada0 !important;
}

.std-login-btn {
    background: #ef7d00 !important;
}

.progress-img{
    width: 70%
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
@media(min-width:1200){
    .sidenav-active-second nav, .sidenav-active-second .coverNav{transform:translateX(0)}
}