@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.html{
  font-size: 62.5%;
}
.navbar input[type="checkbox"],
.navbar .hamburger-lines{
  display: none;
}
.container{
  width: 90%;
  margin: auto;
}
.navbar{
  position: fixed;
  width: 100%;
  color: #000;
  opacity: 0.85;
  z-index: 100;
  padding: 20px 0px;
}
nav.scroll {
  background-color:#2d5681;
  opacity:1;
}
.navbar-container{
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}
.menu-items{
  display: flex;
}
.logo{
  order: 1;
  font-size: 2.3rem;
}
.menu-items li{
  list-style: none;
  margin-left: 1.5rem;
  font-size: 20px;
}
.menu-items li a:hover{
  background: transparent!important;
}
.navbar a{
  color: white;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.navbar a:hover, .head-text a:hover, .read-link:hover{
  color: #53c4ff;
  background: #002f47;
  transition: .3s;
  cursor: pointer;
}
.login-btn{
  font-size: 18px;
  color: white!important;
  background: #ff5757;
  padding: 9px 18px;
  border-radius: 30px;
  margin-right: 5px;
  cursor: pointer;
}
.login-btn:hover {
  background: #df6d6d;
}
.head-bg{
  background: url(../images/header-image-edit.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
.cont-head{
  padding: 100px;
}
.head-text {
  margin-top: 20vh;
  margin-left: 20px;
}
.head-text h3 {
  width: 480px;
  font-weight: 500;
  color: white;
  font-size: 20px;
}
.head-text h2 {
  font-size: 52px;
  color: white;
  width: 500px;
  margin: 40px 0px;
}
.modules-container{
  background-color: #dcdcdd;
  padding: 40px 30px;
}
.modules-container h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}
.mod-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.mod-box {
  width: 30%;
  background-color: #f3f5fb;
  margin: 0 10px 20px 10px;
  padding-bottom: 30px;
}
.mod-details {
  margin: 30px 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-details h2{
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.mod-details p, .prone-details p{
  line-height: 1.7;
  font-size: 17px;
}
.mod-box{
  flex: 1 1 calc(25% - 20px);
}
.mod-box img{
  width: 100%;
}
.pdf-img img {
  width: 100%;
}
.mod-box video {
  width: 100%;
}
.res{
    display: none;
}
.prone-details p{
    margin-bottom: 40px;
}
.prone-details ul{
    column-count: 2;
    margin-left: 20px;
}
.prone-details li::marker{
    color: #223843;
}
.prone-container{
    /*display: flex;*/
    justify-content: center;
    padding: 50px 0px;
}
.prone-container img{
    width: 300px;
    text-align: center;
}
.box{
    /*width: 50%;*/
}
.center{
    text-align: center;
    padding: 0px 30px 0px 30px;
}
.prone-details{
    /*padding: 0px 80px;*/
    text-align: center;
}
.prone-details h2{
    font-size: 2.6rem;
    font-weight: 500;
    color: #223843;
    text-align: center;
    margin-bottom: 30px;
}
.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60vh;
}

.contact-form {
    background-color: #3F3F3F;
    padding: 30px;
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.contact-form h1 {
    margin-bottom: 20px;
    font-size: 50px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.contact-form input, 
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
}

.contact-form button {
    background-color: #36454F;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #272b30;
}

.info {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-block {
    background-size: cover;
    background-position: center;
    text-align: center;
    font-weight: bold;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
    color: white;
    text-transform: uppercase;
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.info-block:nth-child(1) {
    background: url(../images/plan.jpg) no-repeat;
    background-size: cover;
    background-position: 24% 27%;
}

.info-block:nth-child(2) {
    background: url(../images/prepared.jpg) no-repeat;
    background-size: cover;
    background-position: 24% 27%;
}

.info-block:nth-child(3) {
    background: url(../images/informed.jpg) no-repeat;
    background-size: cover;
    background-position: 24% 27%;
}

.info-block:not(:last-child) {
/*  margin-bottom: 10px;*/
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-form, .info {
        max-width: 100%;
        width: 100%;
    }

    .info-block {
        padding: 15px 0px;
    }
}
.bdy-cont{
    display: grid;
    place-items: center;
    height: 100vh;
    background-image: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
    background-repeat: no-repeat;
    background-size: cover;
}
.login-box{
    background-color: #ffffff;
    border-radius: 2em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    overflow: hidden;
    width: 600px;
    max-width: 100%;
    /* min-height: 550px; */
    padding: 40px 2.8rem;
}
.form-cont{
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 50px;
    height: 100%;
}
.login-box h1{
    color: #223843;
    font-weight: 700;
}
.label-cont {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 18px;
    color: #2d2d2d;
}
.input-cont{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius:  0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.checkbox-cont{
    margin-bottom: 20px;
}
.logreg-btn{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    border: 0px;
    background: #002f47;
    color: white;
    border-radius: 0.375rem;
    cursor: pointer;
}
.text-center{
    text-align: center;
}

.dropbtn:hover {
    color: #53c4ff;
  }
  .dropbtn {
    color: white;
    font-size: 20px;
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dbuts {
    width: 160px;
    border: none;
    background: #f7f7f7;
  }
  .dropdown-content .dlink {
    color: black;
    font-size: 18px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown .dlink:hover {
    background: #ff5757 !important;
    color: white !important;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }

/* === CHATS === */

.container1 {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  height: 700px;
}

/* === CONVERSATIONS === */

.discussions {
  width: 35%;
  height: 700px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #87a3ec;
  display: inline-block;
}
.discussions .discussion {
  width: 100%;
  height: 90px;
  background-color: #fafafa;
  border-bottom: solid 1px #e0e0e0;
  /*display: flex;*/
  align-items: center;
  cursor: pointer;
}
.discussions .search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #514848;
}
.discussions .search .searchbar {
  height: 40px;
  background-color: #fff;
  width: 70%;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #223843;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.discussions .search .searchbar input {
  margin-left: 15px;
  height: 38px;
  width: 100%;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.discussions .search .searchbar *::-webkit-input-placeholder {
  color: #e0e0e0;
}
.discussions .search .searchbar input *:-moz-placeholder {
  color: #e0e0e0;
}
.discussions .search .searchbar input *::-moz-placeholder {
  color: #e0e0e0;
}
.discussions .search .searchbar input *:-ms-input-placeholder {
  color: #e0e0e0;
}
.discussions .message-active {
  width: 98.5%;
  height: 450px;
  background-color: #fff;
  border-bottom: solid 1px #e0e0e0;
}
.discussions .discussion .photo {
  margin-left: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background: #e6e7ed;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}
.online {
  position: relative;
  top: 30px;
  left: 35px;
  width: 13px;
  height: 13px;
  background-color: #8bc34a;
  border-radius: 13px;
  border: 3px solid #fafafa;
}
.desc-contact {
  height: 43px;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
}
.discussions .discussion .name {
  margin: 0 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 11pt;
  color: #515151;
}
.discussions .discussion .message {
  margin: 6px 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 9pt;
  color: #515151;
  width: 250px;
}
.timer {
  margin-left: 15%;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  padding: 3px 8px;
  color: #bbb;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
}
.chat {
  width: calc(70% - 31px);
}
.header-chat {
  background-color: #fff;
  height: 90px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
}
.chat .header-chat .icon {
  margin-left: 30px;
  color: #515151;
  font-size: 14pt;
}
.chat .header-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 13pt;
  color: #515151;
}
.chat .header-chat .right {
  position: absolute;
  right: 40px;
}
.chat .messages-chat {
  padding: 25px 35px;
  height: 70%;
}
.chat .messages-chat .message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.chat .messages-chat .message .photo {
  display: block;
  width: 45px;
  height: 45px;
  background: #e6e7ed;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.chat .messages-chat .text {
  margin: 0 35px;
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 12px;
}
.text-only {
  margin-left: 45px;
}
.time {
  font-size: 10px;
  color: lightgrey;
  margin-bottom: 10px;
  margin-left: 688px;
}
.response-time {
  float: right;
  margin-right: 646px !important;
  width: 45px;
}
.response {
  float: right;
  margin-right: 0px !important;
  margin-left: auto; /* flexbox alignment rule */
}
.response .text {
  background-color: #e3effd !important;
}
.footer-chat {
  width: 849px;
  height: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: transparent;
  border-top: 2px solid #eee;
}
.chat .footer-chat .icon {
  margin-left: 30px;
  color: #c0c0c0;
  font-size: 14pt;
}
.chat .footer-chat .send {
  color: #fff;
  background-color: #4f6ebd;
  position: absolute;
  right: 50px;
  padding: 12px 12px 12px 12px;
  border-radius: 50px;
  font-size: 14pt;
}
.chat .footer-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 13pt;
  color: #515151;
}
.chat .footer-chat .right {
  position: absolute;
  right: 40px;
}
.write-message {
  border: none !important;
  width: 331%;
  height: 67px;
  margin-left: 15px;
  padding: 10px;
  margin-top: 37px;
  position: relative;
}
.footer-chat *::-webkit-input-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
}
.footer-chat input *:-moz-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
}
.footer-chat input *::-moz-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
  margin-left: 5px;
}
.footer-chat input *:-ms-input-placeholder {
  color: #c0c0c0;
  font-size: 13pt;
}
.clickable {
  cursor: pointer;
}

/*TABLE*/
.table-container {
  margin: 5% 3%;
}
@media (min-width: 48em) {
  .table-container {
    margin: 2%;
  }
}
@media (min-width: 75em) {
  .table-container {
    margin: 2em auto;
    max-width: 75em;
  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
}
@media (min-width: 48em) {
  .responsive-table {
    font-size: 0.9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #1b4f95;
  border: 1px solid #ff5757;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
.responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
.responsive-table td {
    padding: 0.75em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.responsive-table tbody th[scope=row] {
  background-color: #26890d;
  color: white;
}
@media (min-width: 30em) {
  .responsive-table tbody th[scope=row] {
    border-left: 1px solid #ff5757;
    border-bottom: 1px solid #ff5757;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #000001;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 48em) {
  .responsive-table tbody td {
    border-left: 1px solid #ff5757;
    border-bottom: 1px solid #ff5757;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td:last-of-type {
    border-right: 1px solid #ff5757;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

/*upload file*/
.profile-pic {
  width: 200px;
  max-height: 200px;
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 128px;
  height: 128px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 11px;
}
img {
  max-width: 100%;
  height: auto;
}
.p-image {
  top: 167px;
  right: 30px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
  width: 46px;
  position: absolute;
  margin-top: -57px;
  margin-left: 98px;
}
.upload-button:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #999;
}

/*Update Profile*/
.profile-container {
   max-width: 800px;
   background: #fff;
   width: 800px;
   padding: 25px 40px 10px 40px;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.profile-container .text {
   text-align: center;
   font-size: 41px;
   font-weight: 600;
   font-family: "Poppins", sans-serif;
   background: -webkit-linear-gradient(
      right,
      #56d8e4,
      #9f01ea,
      #56d8e4,
      #9f01ea
   );
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.profile-container form {
   padding: 30px 0 0 0;
}
.profile-container form .form-row {
   display: flex;
   margin: 32px 0;
}
form .form-row .input-data {
   width: 100%;
   height: 40px;
   margin: 0 20px;
   position: relative;
}
form .form-row .textarea {
   height: 70px;
}
.input-data input,
.textarea textarea {
   display: block;
   width: 100%;
   height: 100%;
   border: none;
   font-size: 17px;
   border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.input-data input:focus ~ label,
.textarea textarea:focus ~ label,
.input-data input:valid ~ label,
.textarea textarea:valid ~ label {
   transform: translateY(-20px);
   font-size: 14px;
   color: #3498db;
}
.textarea textarea {
   resize: none;
   padding-top: 10px;
}
.input-data label {
   position: absolute;
   pointer-events: none;
   bottom: 10px;
   font-size: 16px;
   transition: all 0.3s ease;
}
.textarea label {
   width: 100%;
   bottom: 40px;
   background: #fff;
}
.input-data .underline {
   position: absolute;
   bottom: 0;
   height: 2px;
   width: 100%;
}
.input-data .underline:before {
   position: absolute;
   content: "";
   height: 2px;
   width: 100%;
   background: #3498db;
   transform: scaleX(0);
   transform-origin: center;
   transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before {
   transform: scale(1);
}
.submit-btn .input-data {
   overflow: hidden;
   height: 45px !important;
   width: 25% !important;
}
.submit-btn .input-data .inner {
   height: 100%;
   width: 300%;
   position: absolute;
   left: -100%;
   background: -webkit-linear-gradient(
      right,
      #56d8e4,
      #9f01ea,
      #56d8e4,
      #9f01ea
   );
   transition: all 0.4s;
}
.submit-btn .input-data:hover .inner {
   left: 0;
}
.submit-btn .input-data input {
   background: none;
   border: none;
   color: #fff;
   font-size: 17px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 1px;
   cursor: pointer;
   position: relative;
   z-index: 2;
}
@media (max-width: 700px) {
   .profile-container .text {
      font-size: 30px;
   }
   .profile-container form {
      padding: 10px 0 0 0;
   }
   .profile-container form .form-row {
      display: block;
   }
   form .form-row .input-data {
      margin: 35px 0 !important;
   }
   .submit-btn .input-data {
      width: 40% !important;
   }
}
.profile-but {
  background: #223843;
  padding: 10px 30px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  margin-bottom: 30px;
  margin-left: 55px;
  cursor: pointer;
}

/*Pagination*/
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  .pagination a, .pagination span {
    font-size: 16px;
    color: #fff;
    background-color: #223843;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
  }
  .pagination a:hover {
    background-color: #ff5757;
    color: #fff;
  }
  .pagination .active {
    font-weight: bold;
    background-color: #ff5757;
    color: #fff;
    pointer-events: none;
  }
  .pagination .disabled {
    background-color: #ccc;
    color: #666;
    pointer-events: none;
  }
  .pagination li::marker {
    color: #ffffff00;
  }

/*FOOTER**/
.footer {
      background-color: #1a3e3f;
      color: #ffffff;
      padding: 30px;
  }
  .footer-bottom {
      text-align: center;
      font-size: 16px;
  }
  .footer-info a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 3px;
  }
  .footer-bottom p{
    margin-top: 20px;
  }
  @media (max-width:600px){
    .footer {
        padding: 30px 20px;
    }
  }

  /*MODAL APPLY*/
/* General Styles */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto; /* Enable vertical scrolling */
}
.modal-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  padding: 20px;
  position: relative;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  max-height: 95vh; /* Restrict the height of the modal */
  overflow-y: auto; /* Enable scrolling inside the modal */
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.modal-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}
.modal-description {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.modal-description-down {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.modal-section h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-list {
  padding-left: 20px;
  margin-bottom: 10px;
}
.modal-list li {
  margin-bottom: 5px;
  font-size: 14px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-style: italic;
  color: red;
}
.checkbox-label input {
  margin-right: 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.profile-upload {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.profile-preview img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.upload-label {
  cursor: pointer;
  font-size: 14px;
  color: #007bff;
}
.upload-label:hover {
  text-decoration: underline;
}
.submit-btn {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.submit-btn:hover {
  background: #218838;
}
/* Checkbox Styling */
.radio-group {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}
.radio-container {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  background-color: #4CAF50;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
   display: block;
}
.radio-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
