:root {
  --primary-color: #2e5aab;
  --text-color: #1e1e1e;
  --white-color: #fff;
  --gray-color: #1e1e1e99;
  --brown-color: #af5934;
  --light-color: #f4f5f9;
}
body {
  margin: 0 auto;
  font-size: 16px;
  padding: 0;
  color: #000;
  font-family: "Outfit", sans-serif !important;
}

::selection {
  background-color: #2196f3;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
}

a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  outline: 0;
  color: #000;
  text-decoration: none;
}

a:hover {
  outline: none;
  color: #1d1d1d;
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.clear {
  clear: both;
}

img:not(table img) {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  font-size: 16px;
  color: #757576;
}

figure {
  margin: 0 auto;
  display: block;
  text-align: center;
}

body.scroll-off {
  overflow: hidden;
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-heading {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.SumoSelect {
  display: block;
  width: 100%;
}
.section {
  margin-top: 50px;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

.form-control::-moz-placeholder {
  color: #9c9c9c;
}

.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

.form-control:-moz-placeholder {
  color: #9c9c9c;
}

.SumoSelect > .CaptionCont {
  height: 55px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #9c9c9c;
  padding: 10px 22px;
  line-height: 30px;
}
.SumoSelect.open > .CaptionCont {
  color: #000;
}
.SumoSelect.open > .optWrapper {
  top: 55px;
  box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.07);
  border-radius: 13px;
  border: 1px solid #e6e6e6;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f3f6ff;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 7px 20px;
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: unset;
  border-color: #3b99d7;
}
/*==================== User Dropdown Start ===================*/

.user_dropdown {
  display: inline-block;
}

.user_dropdown > a {
  color: #494949;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.user_dropdown img {
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  border-radius: 50%;
}

.user_dropdown .dropdown-menu.show {
  display: block;
  left: auto;
  width: 160px;
  overflow-x: hidden;
  padding-bottom: 0;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  color: rgba(255, 255, 255, 0.6);
  right: 1px;
  box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
  font-size: 12px;
  border-radius: 9px;
  border: 0;
}

.user_name > div {
  white-space: nowrap;
  max-width: calc(160px - 10px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #494949;
  text-transform: capitalize;
  font-size: 15px;
}

.user_name {
  padding: 0 10px;
  border-bottom: 1px solid #e9ecef;
}

.user_name small {
  color: #a2a2a2;
  text-transform: lowercase;
}

.user_name .user_email {
  margin-top: -10px;
}

.user_dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user_dropdown ul li {
  display: block;
}

.user_dropdown ul li a {
  color: #494949;
  text-transform: capitalize;
  font-size: 14px;
  padding: 5px 10px;
  /* padding-left: 20px; */
  display: block;
  border-bottom: 1px solid #e9ecef;
}

.user_dropdown ul li a i {
  margin-right: 5px;
}

.user_dropdown ul li a:hover {
  color: #c72026;
}

/*==================== User Dropdown End ===================*/

/* *** loader css start ****  */

.loader-wrapper {
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.loader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.loader:before {
  content: "";
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1.5s infinite linear;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* *** loader css end  ****  */

/* Custom Select */

.custom_checkbox input[type="checkbox"],
.custom_checkbox input[type="radio"] {
  height: 25px;
  width: 25px;
  min-width: 25px;
  margin: 0;
  padding: 0;
  opacity: 1;
  appearance: none;
  border: 1px solid #0000004d;
  border-radius: 5px;
  background: transparent;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked,
.custom_checkbox input[type="radio"]:checked {
  border: 2px solid #1295d6;
  background: #1295d6;
}
.custom_checkbox input[type="checkbox"]:checked {
  background-color: transparent;
  border: 1px solid #007cc1;
  background-image: url('data:image/svg+xml,<svg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 10L1 6L0 7L5 13L17 1L16 0L5 10Z" fill="%23007CC1"/></svg>') !important;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 3px 5px;
}
/* .custom_checkbox input[type="checkbox"]:checked::before, */
.custom_checkbox input[type="radio"]:checked::before {
  content: "\f00c";
  height: 100%;
  color: #fff;
  font-family: "Font-awesome-5-pro";
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.custom_checkbox label {
  color: var(--gray-color) !important;
  font-size: 15px;
}

/* Custom Radio */
.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #1e1e1ecc;
  font-size: 14px;
  font-weight: 500;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 100%;
  background: #fff;
}
.custom_radio [type="radio"]:checked + label::after,
.custom_radio [type="radio"]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2e5aab;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom_radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.custom_radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* login page css start */
.loginSignup_page {
  padding: 82px 0 82px;
}
.logo {
  display: block;
  text-align: center;
  margin: auto;
  height: 105px;
  width: auto;
}
.formBlock {
  max-width: 544px;
  margin: auto;
  padding-top: 120px;
}
.input-group {
  margin-bottom: 15px;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.form-floating .form-control {
  border: none;
  border-bottom: 1px solid var(--primary-color);
  border-radius: 0;
  padding: 18px 35px 0 5px !important;
}
.form-floating .form-control::placeholder {
  color: rgba(30, 30, 30, 0.8);
  font-size: 16px;
  font-weight: 400;
}
.form-floating > label {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  top: 8px;
  padding-left: 0;
}
.form-control:focus {
  box-shadow: unset !important;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  top: 0px;
}
.btn-primary {
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  padding: 17px 10px;
  white-space: nowrap;
}
.secondary-primary {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  background-color: transparent;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  padding: 9px 10px;
  white-space: nowrap;
}

.forget_password_Box .LoginForgotDis {
  text-align: center;
  display: block;
  padding-top: 25px;
  text-decoration: underline;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
}
.forget_password_Box .LoginForgotDis:hover {
  color: var(--text-color);
}
.select_remendor_Block {
  margin: 20px 0;
}
.password_showIcon {
  display: none;
}
.password_icon {
  cursor: pointer;
}
.google_img {
  margin-right: 5px;
}
/* login page css end */

.change_password_box {
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.change_password_text {
  color: #14522d;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  text-transform: capitalize;
  display: block;
  width: 100%;
}

.homePage {
  max-width: 300px;
  margin: 0 auto;
}
.homePage .btn-primary {
  padding: 12px 10px;
  margin-top: 15px;
}

.cursor {
  cursor: pointer;
}

.approve_svg {
  background-color: #2e5aab !important;
}

.profile_main_box .custom_checkbox{
  display: flex;
}
.othermedision_box {
  display: flex;
  align-items: end;
  max-width: 400px;
  gap: 10px;
  margin-bottom: 30px;
}
.othermedision_box .theme_btn{
  border-radius: 8px;
  padding: 6px 30px;
}
.input_group_bx .form-input-block {
  margin: 10px 0 0;
}
.input-label-track{
  padding-top: 20px;
}
.maltipal_options_block .input-label-track{
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .formBlock {
    padding-top: 40px;
  }
  .btn-primary {
    padding: 13px 10px;
  }
  .secondary-primary {
    padding: 13px 10px;
  }
  .google_img svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767.98px) {
  .loginSignup_page {
    padding: 50px 0 50px;
  }
  .input-group {
    margin-bottom: 10px;
  }
  .logo {
    height: 85px;
    width: 85px;
  }
  .form-floating .form-control {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .formBlock {
    padding-top: 30px;
  }
  .btn-primary {
    padding: 9px 10px;
  }
  .secondary-primary {
    padding: 9px 10px;
  }
}

.rs-picker-popup.rs-picker-popup-daterange {
  z-index: 100000 !important;
}