/* :root {
    --blue-color: #015E73;
    --secondary-blue-color: #289D8F;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f5f5f5;
}

h1 {
    background-color: #005f73;
    color: #fff;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: 2.5em;
}

.base__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    margin: auto;
}

.base__form select,
.base__form input[type="date"] {
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 10px 0;
    width: 100%;
    box-sizing: border-box;
}

.base__form input[type="submit"] {
    background-color: #2a9d8f;
    color: #fff;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.base__form input[type="submit"]:hover {
    background-color: #219e88;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px;
}
.timeline{
    margin: 1rem 0;
}

.error {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
}

footer {
    background-color: #005f73;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

.disclaimer {
    font-size: 14px;
}


.no_underline {
    text-decoration: none;
}

.no_border {
    border: none;
}

.lower__btns {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.lower__btns>* {
    padding: 0.5rem 1.5rem;
    color: rgb(255, 255, 255);
}



.blue-bg {
    background-color: var(--blue-color);
}

.sec-blue-bg {
    background-color: var(--secondary-blue-color);
}



.login-form-container {
    width: 50%;
    margin: 5rem auto;

    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.login-form-container .form-group-container {
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin: 1rem 0;
}

.error,
.errorlist {
    color: rgb(255, 0, 0);
    margin: 2rem 0;
}

.parent-ol>li {
    background-color: rgb(241, 241, 241);
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem 0;
}

.w-fit {
    width: fit-content;
}


.trans-10deg{
    transform: skew(-10deg);
}
.cursor-pointer{
    cursor: pointer;
}

@keyframes vanish {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.vanish {
    animation: vanish 0.5s;
}


.multi-search-item {
    border-radius: 5rem;
    background-color: var(--secondary-blue-color);
    display: inline-block;
    padding: 0.25rem 0.5rem;
    margin: 0.5rem;
    color: white;
    cursor: pointer;
    position: relative;
}



.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #2196F3;
}

input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}


.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}






@media screen and (max-width: 768px) {
    h1 {
        font-size: 2em;
        padding: 30px;
    }

    form {
        padding: 20px;
    }

    form input[type="date"],
    form select {
        width: calc(100% - 30px);
    }
} */

:root {
  --blue-color: #015E73;
  --secondary-blue-color: #289D8F;
  --red-dark-crimson: #6F263D;
}


*{
    font-family: "Poppins", sans-serif;
}
body{
  min-height: 100vh;
  position: relative;
}

.w-fit{
  width: fit-content;
}
.ml-auto{
  margin-left: auto;
}
.blue-bg {
  background-color: var(--blue-color);
}

.sec-blue-bg {
  background-color: var(--secondary-blue-color);
}
.red-dark-crimson-bg {
  background-color: var(--red-dark-crimson);
}


.tp-headline{
  height: 150px;
  background: linear-gradient(135deg, #005a6e, #008b8b);
  border-bottom: 5px solid #008b8b;
}
.hero{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}
.image__Slu__hp{
  width: 8rem;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
}
.input_cont{
  background-color: #fff; 
  margin-top: 30px; 
  gap: 20px
}

.d-form select{
    outline: none;
    border-color: #005a6e;
    border-radius: 10px;
}

.d-form input{
  border-radius: 10px;
  border: 1px solid #005a6e;
}

.login-btn{
  background: linear-gradient(135deg, #005a6e, #008b8b); 
  border: none;
  color: white;
  border-radius: 10px;
transition: transform 0.3s ease;
}


.login-btn:hover{
  transform: scale(1.1);
 }

 .error {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
}
.cursor-pointer{
  cursor: pointer;
}
.timeline{
    margin: 1rem 0;
}

.Plan-btn{
    transition: transform 0.3s ease;
    border: none;
    border-radius: 5px;
}
.Plan-btn{
    background: linear-gradient(135deg, #005a6e, #008b8b); 
   font-weight: lighter;
   color: white;
   font-weight: 300;

  }

.parent-ol>li{
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem 0;
    /* background-color: rgb(239, 239, 239);   */
    border: .01px solid rgb(221, 221, 221);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;

}

.Plan-btn:hover{
    background: linear-gradient(135deg, #008b8b, #005a6e);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  }
  .login-form{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: fit-content;
    width: 100%;
    padding: 5rem 0 5rem 5rem;
  }

  .input-field{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #eaedee;

    border-radius: 10px;
    padding: 10px;
  }

  .form{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem;
    position: relative;
    
  }


  .create-accont{
    position: absolute;
    bottom: 0;
  }
  .create-accont a{
    color: #005a6e;
  }
  .forget-link{
    color: #005a6e;
  }
  .input-field input{
    background: transparent;
    outline: none;
    border: none;
    background-color: #eaedee;
    color: black;
    width: 100%;
  }
  .input-field input::placeholder{
    color: rgb(41, 41, 41);
  }
  .input-field img{
    width: 20px;
    height: 20px;
  }
  
.login-image{
  width: 200px;
  height: 200px;
}





.selector select{
  padding: 10px;
  border: 1px solid #005a6e;
  border-radius: 10px;
  transition: transform 0.3s ease;

}

.selector select option{
  transform: translateY(-3px);

 background-color: #005a6e;
 color: white;
 }


.footer{
    background-color: #005a6e;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    padding: 2rem;
    height: fit-content;
}

form{
    width: 60%;
    margin: auto;
}
.mb-10{
    margin-bottom: 10rem;
}
.defence-sc{
    background-color: #b9cfd5;
    color: black;
}
.defence-info ul li{
    list-style:circle ;
    
}

.input[type="date"]{
  border-radius: 10px;
}
.switch {
  /* switch */
  --switch-width: 46px;
  --switch-height: 24px;
  --switch-bg: rgb(131, 131, 131);
  --switch-checked-bg: rgb(0, 218, 80);
  --switch-offset: calc((var(--switch-height) - var(--circle-diameter)) / 2);
  --switch-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  /* circle */
  --circle-diameter: 18px;
  --circle-bg: #fff;
  --circle-shadow: 1px 1px 2px rgba(146, 146, 146, 0.45);
  --circle-checked-shadow: -1px 1px 2px rgba(163, 163, 163, 0.45);
  --circle-transition: var(--switch-transition);
  /* icon */
  --icon-transition: all .2s cubic-bezier(0.27, 0.2, 0.25, 1.51);
  --icon-cross-color: var(--switch-bg);
  --icon-cross-size: 6px;
  --icon-checkmark-color: var(--switch-checked-bg);
  --icon-checkmark-size: 10px;
  /* effect line */
  --effect-width: calc(var(--circle-diameter) / 2);
  --effect-height: calc(var(--effect-width) / 2 - 1px);
  --effect-bg: var(--circle-bg);
  --effect-border-radius: 1px;
  --effect-transition: all .2s ease-in-out;
}

.switch input {
  display: none;
}

.switch {
  display: inline-block;
}

.switch svg {
  -webkit-transition: var(--icon-transition);
  -o-transition: var(--icon-transition);
  transition: var(--icon-transition);
  position: absolute;
  height: auto;
}

.switch .checkmark {
  width: var(--icon-checkmark-size);
  color: var(--icon-checkmark-color);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.switch .cross {
  width: var(--icon-cross-size);
  color: var(--icon-cross-color);
}

.slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--switch-width);
  height: var(--switch-height);
  background: var(--switch-bg);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: var(--switch-transition);
  -o-transition: var(--switch-transition);
  transition: var(--switch-transition);
  cursor: pointer;
}

.circle {
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  background: var(--circle-bg);
  border-radius: inherit;
  -webkit-box-shadow: var(--circle-shadow);
  box-shadow: var(--circle-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  z-index: 1;
  position: absolute;
  left: var(--switch-offset);
}

.slider::before {
  content: "";
  position: absolute;
  width: var(--effect-width);
  height: var(--effect-height);
  left: calc(var(--switch-offset) + (var(--effect-width) / 2));
  background: var(--effect-bg);
  border-radius: var(--effect-border-radius);
  -webkit-transition: var(--effect-transition);
  -o-transition: var(--effect-transition);
  transition: var(--effect-transition);
}

/* actions */

.switch{
  display: flex;
  align-items: top;
  gap: 40px;
}

.switch input:checked+.slider {
  background: var(--switch-checked-bg);
}

.switch input:checked+.slider .checkmark {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.switch input:checked+.slider .cross {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.switch input:checked+.slider::before {
  left: calc(100% - var(--effect-width) - (var(--effect-width) / 2) - var(--switch-offset));
}

.switch input:checked+.slider .circle {
  left: calc(100% - var(--circle-diameter) - var(--switch-offset));
  -webkit-box-shadow: var(--circle-checked-shadow);
  box-shadow: var(--circle-checked-shadow);
}
.form h2{
  text-align: center;
  font-weight: bolder;
}

.navbar-brand{
  font-weight: bold;
  
}
.all_add_keywords{
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.multi-search-item {
  background: var(--secondary-blue-color);
  width: fit-content;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  margin: 0.125rem 0.5rem;
  color: rgb(255, 255, 255);
}
.image_footer_uni{
  width: 3rem;
  border-radius: 1rem;
  background-color: rgb(255, 255, 255);
}

.round-input-field-style>input{
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.125rem;

}
.no_underline{
  text-decoration: none;
}

/* @media screen and (max-width: 768px) {
  .input_cont{
    width: 100% !important;
  } */



/* Mobile */
@media only screen and (max-width: 480px) {
  form{
      width: 100%;
      margin: auto;
  }
  .login-flex{
      flex-direction: column;
  }
  .login-form{
   margin-top: 20px;
    width: 100%;
  }
  

  
.defence-info{
  display: flex;
}

.cont-3{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-image{
  display: none;
}
.login-form{

  padding-left: 0px;

}
}


@media only screen and (max-width: 767px) and (orientation: landscape) {
  form{
      width: 100%;
      margin: auto;
  }
  .login-image{
    display: none;
  }
  .login-form{
    margin-top: 20px;
     width: 100%;
   }
   
}

  /* Standard screens */
@media only screen and (max-width: 988px) {
  form{
      width: 100%;
      margin: auto;
  }
  .login-image{
    display: none;
  }
  .login-form{

    padding-left: 0px;
  
  }
  .login-form{
    margin-top: 20px;
     width: 100%;
   }
   .login-image{
    display: none;
   }
   
}

/* Standard screens */
@media only screen and (min-width: 710px) {
  form{
      width: 50%;
      margin: auto;
  }

  .footer{
    background-color: #005a6e;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
  }

}

.modal-backdrop {
    opacity: 0.5;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#plan-button {
    background-color: #008080;
    border: none;
    width: 100%;
    margin-top: 20px;
}

#plan-button:hover {
    background-color: #006666;
}
.image__Slu__hp{
  width: 8rem;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
}
