.top-bar-bg {
  background-image: linear-gradient(to bottom, #2cb290, #2ea285, #30927a, #31836e, #317463);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.top-bar-text {
  color: #fff;
}

.top-bar-btn {
  padding: 0.5rem 1rem;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  transition: all 0.5s;
  border-radius: 15px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}

.top-bar-btn:hover {
  padding: 0.5rem 1rem;
  color: #30927a;
  border: 2px solid #fff;
  background-color: #fff;
  transition: all 0.5s;
}

.hide-for-center {
  visibility: hidden;
}

.container-width {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.filter-bg {
  background-color: #fff;
}

.filter-label-style {
  font-size: 1.1rem;
  font-weight: 500;
  color: #317463;
}

.filter-input-style {
  border: 1px solid #30927a;
}

.filter-input-style:focus {
  border: 1px solid #30927a;
  box-shadow: 0 0 0 0.25rem rgba(48, 146, 122, 0.5);
}

.section-bottom {
  border-bottom: 2px solid #30927a;
}

.mot-section-title {
  text-align: center;
  color: #30927a;
  padding-top: 1rem;
}

.filter-checkbox {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #317463;
}

.filter-checkbox:checked {
  background-color: #317463;
  border-color: #317463;
}

.filter-checkbox:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 146, 122, 0.5);
}

.filter-checkbox-label {
  font-size: 1.1rem;
  font-weight: bold;
  color: #317463;
  margin-top: 0.3rem;
}

.green-button-fill {
  font-size: 1.4rem;
  padding: 0.5rem 0.8rem;
  background-color: #317463;
  color: #fff;
  border: 1px solid #317463;
  border-radius: 0.8rem;
  transition: all 0.4s;
}

.green-button-fill:hover {
  background-color: #fff;
  color: #317463;
  transition: all 0.4s;
}

.green-button-outline {
  background-color: #fff;
  color: #317463;
  border: 1px solid #317463;
  padding: 0.5rem 0.8rem;
  font-size: 1.5rem;
  border-radius: 0.8rem;
  transition: all 0.4s;
}

.green-button-outline:hover {
  background-color: #317463;
  color: #fff;
  transition: all 0.4s;
}

.red-button-fill {
  font-size: 1.4rem;
  padding: 0.5rem 0.8rem;
  background-color: #ff2f2f;
  color: #fff;
  border: 1px solid #ff2f2f;
  border-radius: 0.8rem;
  transition: all 0.4s;
}

.red-button-fill:hover {
  background-color: #fff;
  color: #ff2f2f;
  transition: all 0.4s;
}

.red-button-outline {
  font-size: 1.4rem;
  padding: 0.5rem 0.8rem;
  background-color: #fff;
  color: #ff2f2f;
  border: 1px solid #ff2f2f;
  border-radius: 0.8rem;
  transition: all 0.4s;
}

.red-button-outline:hover {
  background-color: #ff2f2f;
  color: #fff;
  transition: all 0.4s;
}

.user-delete {
  font-size: var(--bs-body-font-size);
  padding: 0;
  color: #ff2f2f;
}

.user-delete:hover {
  color: #fff;
}

.delete-style {
  background-color: #fff;
  color: red;
  border: 1px solid red;
}

.delete-style:hover {
  background-color: red;
  color: #fff;
  border: 1px solid red;
}

.table-head-style {
  border: 2px solid #317463;
  font-size: 1.4rem;
}

.table-head-style tr th {
  background-color: #317463;
  color: #fff;
  padding: 0.5rem 0;
}

.table {
  --bs-table-striped-bg: rgba(48, 146, 122, 0.1);
}

.modal-content {
  border: 3px solid #317463;
}

.modal-header {
  background-color: rgba(48, 146, 122, 0.1);
  border-bottom: 2px solid #317463;
  color: #317463;
}

.modal-footer {
  background-color: rgba(48, 146, 122, 0.1);
  border-bottom: 2px solid #317463;
  justify-content: center;
  border-top: 2px solid #317463;
}

.mot-section-border {
  border-bottom: 2px solid #317463;
}

.mot-section-border-small {
  border-bottom: 1px solid #317463;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.green-text {
  color: #317463;
}

.accordion-button span {
  font-size: 2rem;
}

.accordion-button {
  border: 2px solid #317463;
  border-radius: 0.8rem;
  padding: 0.6rem 0;
}

.accordion {
  --bs-accordion-border-width: 0;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 146, 122, 0.5);
}

.accordion-button:not(.collapsed) {
  background-color: rgba(48, 146, 122, 0.25);
}

.table-content-style {
  font-size: 1.2rem;
}

.table-content-style tr td {
  border-left: none;
  border-right: none;
}

th:first-child {
  padding-left: 1rem!important;
}

th:last-child {
  padding-right: 1rem!important;
}

td:first-child {
  padding-left: 1rem!important;
}

td:last-child {
  padding-right: 1rem!important;
}

tr td {
  padding: 0.4rem 0!important;
}

tr:hover td {
  background-color: #115141 !important;
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1);
}

.table {
  --bs-table-border-color: #317463;
  border-left: none;
  border-right: none;
  border-left-style: none;
  border-right-style: none;
}

.modal {
  --bs-modal-width: 85vw;
}

.modal-body {
  padding-bottom: 0;
}

.reg-title {
  font-size: 3.5rem;
  font-weight: 500;
}

.title-border {
  border-bottom: 5px solid #115141;
  border-radius: 5px;
}

.form-width {
  max-width: 1300px;
}

.register-form-link {
  color: #31836e;
}

.section-checkbox-wrapper {
  border: 2px solid #317463;
  border-radius: 15px;
  padding: 2rem;
}

.section-checkbox-wrapper .col {
  margin-bottom: 1.3rem;
}

.section-checkbox-wrapper .col:last-of-type {
  margin-bottom: 0;
}

.register-checkbox {
  width: 2em;
  height: 2em;
  border: 1px solid #317463;
}

.register-checkbox:checked {
  background-color: #317463;
  border-color: #317463;
}

.register-checkbox:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 146, 122, 0.5);
}

.register-checkbox-label {
  font-size: 1.5rem;
  font-weight: 500;
  color: #317463;
  padding-left: 12px;
}

.register-pp-checkbox-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: #317463;
}

.form-part-title div {
  font-size: 3rem;
  font-weight: 500;
}

.form-part-title hr {
  margin-top: 0;
  margin-bottom: 2rem;
  border-top: 5px solid #317463;
  opacity: 1;
  width: 45%;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown input {
  font-size: 1rem;
  font-weight: normal;
  display: block;
  padding-block-start: 0px;
  padding-block-end: 1px;
  min-block-size: 1.2em;
  padding-inline: 2px;
  white-space: nowrap;
  color: #000!important;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 0.8rem!important;
  color: #000!important;
  overflow-y: scroll;
}

.dropdown-item {
  padding: .375rem 2.25rem .375rem .75rem
}

.dropdown-item input[type="checkbox"] {
  margin-right: 0.8rem;
}

.dropdown-toggle {
  justify-items: start;
}

.dropdown-toggle::after {
  display: none;
}

.justify-items-start {
  justify-items: start;
}

.modal-md {
  --bs-modal-width: 40vw;
}

#g-recaptcha-response {
	display: block !important;
	position: absolute;
	margin: -78px 0 0 0 !important;
	width: 302px !important;
	height: 76px !important;
	z-index: -999999;
	opacity: 0;
  }
  
  
.profile-view-bg {
    background-image: url(../public/imgs/profile-bg.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 7.2rem;
    min-height: 65vh;
}

.profile-data-fields .col{
    margin-top: 10px;
}

.payment-wrap {
    text-align: left;
    display: flex;
    gap: 20px;
}

.payment-wrap select {
    max-width: 24%;
}

@media (max-width: 576px) {
    .payment-wrap {
    text-align: center;
    display: block;
}

.payment-wrap select {
    min-width: 75%;
    margin-top: 1rem;
}
}

.form-check-input[type=radio] {
    width: 1.5em;
    height: 1.5em;
}

.form-check-input:checked[type=radio] {
    background-color: #30927A;
    border-color: #30927A;
}

.form-check-input:focus[type=radio] {
    box-shadow: 0 0 0 .25rem rgba(48, 146, 122,.25);
}

.form-check-label {
    font-size: 1.2rem;
    padding-left: 0.5rem;
}

.relog-notification {
    font-size: 1.8rem;
}

.login-contact {
    color: #2CAF8D;
    text-decoration: none;
}

.lost-account-information {
    background-color: #FFF3CD;
    padding: 1rem 1rem;
    border: 1px solid #ffe69c;
    text-align: center;
    margin-top: 1.5rem;
}

.link-style {
    font-weight: bold;
    color: #2CAF8D;
}

.base-check-style {
    display: flex;
    align-items: center;
}

.paid-text-style {
    display: flex;
    justify-content: center;
    padding: 2rem;
    border: 2px solid #317463;
    border-radius: 15px;
}