 .wrapper {
   display: flex;
   /*  min-height: 100vh;*/
 }

 .main-content {
   width: 850px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 40px;
   text-align: center;
   height: 80dvh;
 }

 .main-content-inner {
   width: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 40px;
   text-align: center;
   height: 80dvh;
 }

 .main-content h2 {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 5px;
 }

 .main-content p {
   font-size: 14px;
   line-height: 1.6;
   color: #333;
 }

 .main-content p a {
   color: #007bbf;
   text-decoration: none;
   font-weight: 500;
 }

 .speciality {
   color: #065f8e;
 }

 .begin-btn {
   margin-top: 25px;
   background-color: #065f8e;
   color: #fff;
   padding: 8px 22px;
   border: none;
   border-radius: 5px;
   font-size: 13px;
   font-weight: 500;
   cursor: pointer;
 }

 .checkbox-container {
   margin-top: 20px;
   font-size: 12px;
   color: #555;
 }

 .checkbox-container input {
   margin-right: 6px;
 }

 .sidebar {
   flex: 1;
   border-left: 1px solid #e0e0e0;
   padding: 30px 20px;
   background: #f9f9f9;
   text-align: center;
   text-align: center;
   position: absolute;
   right: 0px;
   height: 100dvh;
   width: 24%;
   padding-top: 14%;
 }

 .sidebar h3 {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #222;
   text-align: center;
   line-height: 20px;
 }

 .sidebar p {
   font-size: 12px;
   color: #666;
   margin-bottom: 20px;
 }

 .sidebar img {
   width: 100px;
   height: auto;
   margin-bottom: 6px;
 }

 .sidebar small {
   display: block;
   font-size: 11px;
   color: #666;
   text-align: center;
 }

 .button-group {
   display: flex;
   justify-content: center;
   gap: 20px;
 }

 .data-bank-box {
   border: 1px dashed #cdd8e0;
   border-radius: 6px;
   padding: 20px 15px;
   width: 260px;
   text-align: center;
   transition: 0.3s;
 }

 .data-bank-box:hover {
   background-color: #f5f9fc;
 }

 .box-text {
   font-size: 12px;
   color: #888;
   margin-top: 15px;
 }

 .container {
   text-align: center;
 }

 .dropdown-toggle::after {
   display: none !important;
 }
 .form-card {
   border: 1px solid #e5e3e3;
   background-color: #fff;
   box-shadow: 2px 2px 5px rgb(0 0 0 / 5%);
   border-radius: 5px;
   padding: 10px;
   margin-bottom: 15px;
   border-top: 5px solid #a9d7de;
 }

 .form-card h4 {
   margin-top: 0px;
   font-size: 14px !important;
   margin-bottom: 15px !important;
   font-weight: bold;
 }

 .information {
   font-size: 12px;
   color: #757575;
 }