.App-logo {
  height: 40vmin;
  pointer-events: none;
}

.wrapper {
  max-width: 350px;
  background-color: #ecf0f3;
}

.login-wrapper-inner {
  display: flex;
  justify-content: center;
}

.login-left {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
  height: 720px;
  padding: 40px;
  align-items: center;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: -13px 18px 20px rgb(0, 0, 0, 0.2);
  
  p {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 50px;
    text-align: center;
  }
}

.login-right {
  background: linear-gradient(to bottom, #061f2d, rgba(10, 10, 44, 0.7), #525649 155%);
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 60px 75px;
  width: 680px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 610px;
  box-shadow: 0 10px 64px rgb(0, 0, 0, 0.5);
  p{
    font-size: 14px;
  }
  a {
    color: #fff;
    &:hover {
      color: darkgray;
    }
  }

  .btn {
    background: none; 
    border: none;
    color: white;
    cursor: pointer;
    position: relative;
    top: 25px;
    font-family: system-ui;
    font-size: 15px;
    &:hover {
      color: darkgray;
    }
  }

  .signup-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    position: relative;
    top: 25px;
    font-family: system-ui;
    font-size: 15px;
    &:hover {
      color: darkgray;
    }
  }
}

.login-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  position: relative;
  top: 30%;
  left: 24%;
  width: 50%;
  border-radius: 30px;
  background-color: #8a0101;
  border: none;
  color: white;
  cursor: pointer;
  &:hover {
      color: darkgray;
  }
}

.logout-btn {
  cursor: pointer;
}

.form {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.1rem 0.3rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form2 {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.1rem 1rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  top: 50px;
  width: 100%;
}

.form-container {
  min-height: 100vh;
  background: linear-gradient(to bottom right, #8a0101, #a10101, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.dashboard-container {
  min-height: 100vh;
  background: linear-gradient(to bottom right, #8a0101, #a10101, #ffffff);
  padding: 200px;
}

.login-container {
  background: linear-gradient(to bottom right, #8a0101, #a10101, #ffffff);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.pt-container {
  min-height: 100vh;
  background: linear-gradient(to bottom right, #8a0101, #a10101, #ffffff);
  padding: 200px;
}

.sd-container {
  min-height: 100vh;
  background: linear-gradient(to bottom right, #8a0101, #a10101, #ffffff);
  padding: 200px;
}

.text-center {
  text-align: center;
}

.text {
  color: rgba(39, 10, 78, 0.973);
  font-weight: bold;
}

.text-white {
  color: white;
  font-weight: bold;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 126px;
  margin-left: 66px;
  gap: 17%;
  padding-top: 10px;
}

.custom-file-input {
  position: relative;
  top: 14px;
  height: calc(1.5em + .75rem + 2px);
  padding: 1rem 10.75rem .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.form-control {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.1rem 0.3rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  top: -26px;
}

.form-control-name {
  display: block;
  padding: .375rem 0.2rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.form-control-fname {
  display: block;
  padding: .375rem 0.2rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.form-control-paddress {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 99%;
}

.form-control-country {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-gender {
  display: block;
  /* width: 100%; */
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 4rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-mobile {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 5rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 50%;
}

.form-control-dob {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: 0rem 1rem 0rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-pec {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding-left: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  top: -22px;
  position: relative;
}

.form-control-email{
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.1rem 0.8rem 0.1rem 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  
}

.form-control-cnic {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: relative;
  left: 224px;
  top: -45px;
  padding-left: 18px;
}

.form-control-group-participants {
  width: 112%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding-left: 12px;
  padding-top: 10px;
}

.pt-cnic {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  padding-left: 18px;
}

.form-control-qualification {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.form-control-soi {
  width: 100%;
  height: calc(1.8em + .75rem + 2px);
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.form-control-other {
  display: block;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.2rem 25rem 0.2rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-select {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-cc {
  height: calc(1.5em + .75rem + 2px);
  padding-left: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-abb {
  height: calc(1.5em + .75rem + 2px);
  padding-left: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-pn {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-date {
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-fee {
  height: calc(1.7em + .75rem + 2px);
  font-weight: 400;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding-left: 7px;
}

.custom-select-total-fee {
  height: calc(1.7em + .75rem + 2px);
  font-weight: 400;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding-left: 7px;
}

.custom-select-show-date {
  height: calc(1.5em + .75rem + 2px);
  padding-left: 12px;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-duration {
  height: calc(1.8em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-batch {
  width: 110%;
  height: calc(1.6em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  position: relative;
  top: 36px;
}

.custom-select-course {
  width: 110%;
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-course-name {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-select-cpt {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5;
  color: #495057;
  vertical-align: middle;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid red;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  padding: 10px;
  background: #cc0000;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.wrapper .btn {
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #cc0000;
  color: #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
  letter-spacing: 1.3px;
}

.dashboard-sidebar {
  background: linear-gradient(to bottom, #061f2d, rgba(10, 10, 44, 0.7), #525649 155%);
  color: #fff;
  transition: 0.4s all;
  &.opened {
    left: 264px;
  }
}

.side-bar-menu {
  a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 24px 6px 16px 18px;
    .menu-icon {
      width: 20px;
      display: inline-block;
      margin-right: 20%;
      .dot {
        position: absolute;
        height: 9px;
        width: 9px;
        top: -5px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: #f36a6a;
        border-radius: 50%;
        display: inline-block;
      }
      img {
        width: 50px;
        height: 45px;
      }
    }
    &:hover {
      img {
        background-color: #a10101;
        border-radius: 6px;
       
      }
    }
  }
}

.button-main {
  font-size: 16px;
  padding: 20px;
  cursor: pointer;
  border-radius: 14px;
  border: none;
  font-weight: bolder;
  background-color: white;
}

.button-main-dash {
  font-size: 20px;
  padding: 40px;
  cursor: pointer;
  border-radius: 14px;
  border: none;
  font-weight: bolder;
  background-color: white;
}

.update-btn {
  background-color: rgb(161, 1, 1);
  border-radius: 26px;
  border: none;
  color: white;
  font-family: system-ui;
  font-weight: bolder;
  cursor: pointer;
  padding: 10px 45px;
}

.container2 {
  background-color: whitesmoke;
  padding: 30px;
}

.text {
  font-weight: bold;
}

.custom-select-cc, .custom-select-abb, .custom-select-duration {
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}

table {
  width: 120%;
  border-collapse: collapse;
  margin-top: 30px;
}

th, td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  background-color: white;
}

th {
  background-color: #a10101;
  color: white;
}

.button-style {
  background-color: rgb(161, 1, 1);
  padding: 10px 45px;
  border-radius: 26px;
  border: none;
  color: white;
  font-family: system-ui;
  font-weight: bolder;
  cursor: pointer;
}

.form-row {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 40px 60px 30px 110px;
}

.add-row-btn {
  background-color: rgb(161, 1, 1);
  padding: 15px 65px;
  border-radius: 26px;
  border: none;
  color: white;
  font-family: system-ui;
  font-weight: bolder;
  cursor: pointer;
}
.custom-select-course, .custom-select-batch, .custom-select-date,
.custom-select-fee, .custom-select-total-fee, .custom-select-show-date {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
}
.text {
  font-weight: bold;
  font-family: system-ui;
}
.update-btn {
  background-color: #a10101;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 22px;
  cursor: pointer;
}
table th, table td {
      border: 1px solid #ddd;
      padding: 8px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.alert {
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 8px;
}