.text_header_white {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text_title_blue {
  color: #68aaff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text_header_black {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text_font_normal {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main_menu_container {
  background-image: url(../images/bg_main_menu.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 0px !important;
  margin: 0px !important;
  opacity: 0;
}

.main_menu_content {
  height: 100%;
  padding: 20px 115px;
}

@media (max-width: 800px) {
  .main_menu_content {
    padding: 25px 25px 75px 25px;
  }
}
.main_menu_sidebar {
  background: #ffffff !important;
  padding-top: 32px;
  border-radius: 0px 24px 24px 0px;
  box-shadow: 0px 8px 24px 0px rgba(148, 168, 190, 0.24),
    0px 4px 8px 0px rgba(148, 168, 190, 0.16);
}

@media (max-width: 992px) {
  .menu_logo {
    width: 150px;
  }
}
.menu_item_container {
  margin-top: 20px;
  width: 200px;
}

@media (min-height: 800px) {
  .menu_item_container {
    margin-top: 80px;
  }
}
@media (max-width: 960px) {
  .menu_item_container {
    padding-left: 20px;
  }
}
.menu_item {
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 16px;
}

@media (max-height: 992px) {
  .menu_item {
    font-size: 12px;
  }
}
.menu_item_icon {
  margin-right: 16px;
  height: 28px;
  width: 28px;
}

.menu_item_profile {
  margin-right: 16px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

@media (max-height: 992px) {
  .menu_item_icon {
    height: 24px;
    width: 24px;
  }
  .menu_item_profile {
    height: 24px;
    width: 24px;
  }
}
.menu_item_profile_container {
  position: absolute;
  bottom: 50px;
  padding: 8px 12px;
  width: 200px;
}

/* #header_mobile {
  display: none;
} */

#navbar_mobile {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

/* #sidebar_and_content {
  display: none;
} */

.navbar_mobile_container {
  width: calc(100% - 40px);
  height: 55px;
  border-radius: 12px;
  background-color: #ffffff;
}

.row {
  margin: 0px !important;
}
.modal_scs_err_container {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  z-index: 1021;
}

.modal_parent_container {
  position: relative;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  background: #f8f7fa;
  padding: 16px;
  min-height: 100px;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 65%;
}

.modal_icon_success {
  width: 50px;
  height: 50px;
  content: url(../images/circle_check_icon.svg);
}

.modal_icon_error {
  width: 50px;
  height: 50px;
  content: url(../images/xmark-solid.svg);
}

.modal_msg_custom {
  margin-top: 20px;
  height: calc(100% - 92px);
  /* width: 100%; */
  overflow-y: scroll;
  text-align: center;
}

.btn_container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.modal_btn_container {
  margin-top: 20px;
  width: 100%;
  background: #68aaff;
  color: #fff;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.modal_btn_classic_container {
  margin-top: 20px;
  width: 100%;
  background: #68aaff;
  color: #fff;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
}

.modal_btn_outline_container {
  margin-top: 20px;
  width: 100%;
  background: #fff;
  color: #68aaff;
  outline: #68aaff 1px solid;
  border-radius: 8px;
  padding: 14px 0;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.text_medium_white {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.margin_auto {
  margin: auto;
}

.anchor_tag_column {
  text-decoration: none;
}

.anchor_tag_normal {
  display: flex;
  text-decoration: none;
  color: black;
}

.anchor_tag {
  display: flex;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

.anchor_tag_center_align {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

.anchor_tag_center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

.anchor_tag_center_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
}

.modal_msg_title {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}

.modal_confirmation_title {
  margin-top: 20px;
  color: #68aaff;
  font-size: 18px;
  font-weight: 700;
}

.modal_confirmation_msg {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.loading_animation_container {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.img_header_mobile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.upload_required_text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
}

.wfa_logout_container {
  position: absolute;
  bottom: 70px;
}

.wfa_logout_btn_container {
  background: #000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.wfa_title {
  font-size: 28px;
  color: #68aaff;
  font-weight: 700;
}
.wfa_text {
  font-size: 18px;
  font-weight: 500;
}
.wfa_logout_text {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-left: 10px;
}

.wfa_img_container {
  position: absolute;
  top: 40px;
}

@media only screen and (max-width: 767px) {
  #header_mobile {
    display: block;
  }
  #navbar_mobile {
    display: flex;
  }
  .main_menu_sidebar {
    display: none;
  }
  .menu_item_icon {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  #header_mobile {
    display: none;
  }
  #navbar_mobile {
    display: none;
  }
  .main_menu_sidebar {
    display: block;
  }
}

.footer {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 60px !important;
}
