:root,
[data-bs-theme="light"] {
  --vz-primary-bg-subtle: #e2e5ed;
  --vz-secondary-bg-subtle: #e1ebfd;
  --vz-success-bg-subtle: #daf4f0;
  --vz-info-bg-subtle: #dff0fa;
  --vz-warning-bg-subtle: #fef4e4;
  --vz-danger-bg-subtle: #fde8e4;
  --vz-light-bg-subtle: #f9fbfc;
  --vz-dark-bg-subtle: #e9ebec;
  --vz-primary-border-subtle: #b3b9d0;
  --vz-secondary-border-subtle: #aec9f9;
  --vz-success-border-subtle: #9de1d7;
  --vz-info-border-subtle: #a9d7f1;
  --vz-warning-border-subtle: #fce3b7;
  --vz-danger-border-subtle: #f9c1b6;
  --vz-light-border-subtle: #eff2f7;
  --vz-dark-border-subtle: #adb5bd;
}
[data-bs-theme="dark"]{
  --vz-primary-bg-subtle: rgba(64, 81, 137, 0.15);
    --vz-secondary-bg-subtle: rgba(53, 119, 241, 0.15);
    --vz-success-bg-subtle: rgba(10, 179, 156, 0.15);
    --vz-info-bg-subtle: rgba(41, 156, 219, 0.15);
    --vz-warning-bg-subtle: rgba(247, 184, 75, 0.15);
    --vz-danger-bg-subtle: rgba(240, 101, 72, 0.15);
    --vz-light-bg-subtle: #25282c;
    --vz-dark-bg-subtle: #313437;
    --vz-primary-border-subtle: #2a3559;
    --vz-secondary-border-subtle: #1b3c79;
    --vz-success-border-subtle: #055a4e;
    --vz-info-border-subtle: #154e6e;
    --vz-warning-border-subtle: #7c5c26;
    --vz-danger-border-subtle: #783324;
    --vz-light-border-subtle: #35383c;
    --vz-dark-border-subtle: #3c3f42;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #fff;
    font-size: 14px;
    background:#151529;
  }

  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #151529;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }

  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #ced4da;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ced4da;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #ced4da;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
  }

  #footer .footer-newsletter {
    font-size: 15px;
  }

  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #b6daf2;
  }

  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }

  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #377d94;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  #footer .footer-newsletter form input[type=submit]:hover {
    background: #57aae1;
  }

  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #377d94
  }

  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #377d94;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .social-links a:hover {
    background: #377d94;
    color: #fff;
    text-decoration: none;
  }

  .form-select, .select2-results__option{text-transform: capitalize;}

  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #151529;
  }

  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }

  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #ced4da;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ced4da;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #ced4da;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #fff;
  }

  #footer .footer-newsletter {
    font-size: 15px;
  }

  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #b6daf2;
  }

  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }

  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px 2px 20px;
    background: #377d94;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }

  #footer .footer-newsletter form input[type=submit]:hover {
    background: #57aae1;
  }

  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #377d94
  }

  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #377d94;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .social-links a:hover {
    background: #377d94;
    color: #fff;
    text-decoration: none;
  }
  .form-select, .select2-results__option{text-transform: capitalize;}

.select2-container--default .select2-selection--single{
  border: 1px solid var(--vz-input-border);
  text-transform: capitalize;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px !important;
}

.modal-open .select2-dropdown {
  z-index: 10060;
  }

  .modal-open .select2-dropdown {
    z-index: 10060;
    }

    .modal-open .select2-close-mask {
    z-index: 10055;
    }
/* .bg-gray{background-color: #6d7080;} */
.step-arrow-nav .nav .nav-link{font-size: 14px; color: #4f6581;    border-radius: 7px;
  margin-bottom: 7px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);}
  .step-arrow-nav .nav .nav-link.active,  .step-arrow-nav .nav .nav-link:focus{    background-color: #6d7080;}
  .profile-wid-bg:before{
    background: #405189;
    background: var(--vz-primary);
    background: linear-gradient(0deg, #364574, #405189);
    background: linear-gradient(to top, #364574, #405189);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 19px;}
  .select2-container .select2-selection--single{ height: 36px;}

  
.bg-primary-subtle {
  background-color: var(--vz-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--vz-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--vz-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--vz-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--vz-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--vz-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--vz-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--vz-dark-bg-subtle) !important;
}