/* =====================================================================================================
                    For searching any file css type ctrl+f and type the page or component for that css 
========================================================================================================= */
/* ===================CommonElements===================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.button {
  color: #f5f5f5 !important;
  width: 96% !important;
  padding: 16px 0px !important;
  border-radius: 16px !important;
  position: absolute !important;
  left: 2%;
  bottom: 20px !important;
}

.btn_red {
  background-color: #e3552e !important;
}

.btn_blue {
  background-color: #002236;
}

.btn_inactive {
  color: #c7d6d5 !important;
  border: 1px solid #c7d6d5 !important;
}

.loader_img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0, auto !important;
  margin-top: 240px !important;
  height: 30vh !important;
  width: 94vw !important;
}

/* ===================================================================================
                                    Common Styles
======================================================================================= */
.text_center {
  text-align: center !important;
}

.element_center {
  margin: 0 auto !important;
  display: inherit !important;
}

.contain {
  padding: 0 2.5vw;
}

.phorizontal {
  padding: 0 15px !important;
}

.d-change-colour {
  color: black !important;
}

.text_blue_fs14_700 {
  font-size: 14px !important;
  color: #002236 !important;
  font-weight: 700 !important;
}

.text_blue_fs18_700 {
  color: #002236 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.text_gray_fs14_700 {
  color: #9d9e9e;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.mg_top10 {
  margin-top: 10px !important;
}

.css-85zwa9-MuiInputBase-root-MuiFilledInput-root:after {
  border-bottom: unset !important;
}

.css-o943dk-MuiFormLabel-root-MuiInputLabel-root {
  color: #9d9e9e !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.loading_box_height {
  height: 70vh !important;
}

/* =================================map================================================ */
/* .recenter {
  position: absolute !important;
  top: 10px !important;
  right: 5px !important;
  padding: 10px !important;
  background-color: #efefef !important;
  color: #002236 !important;
  border: unset !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  cursor: pointer;
} */
/* ==================================Otp=============================================== */

/* ===================================================================================
                                    FireBaseAuth.jsx
======================================================================================= */
.background_image {
  background-image: url("./images/login_backgroundimg.svg") !important;
  height: 50vh !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  width: calc(100% - 20px) !important;
  background-position: bottom !important;
  bottom: 15vh !important;
  background-size: 100% !important;
  z-index: -1;
}

.box_container {
  display: flex;
  justify-content: center !important;
  position: absolute !important;
  bottom: 120px;
  width: calc(100% - 20px);
}

/* .lpbutton-boxactive {
  color: white !important;
  background-color: #001f31 !important;
  width: 96% !important;
  padding: 16px 0px !important;
  border-radius: 16px !important;
  position: absolute !important;
  left: 2%;
  bottom: 20px !important;
} */
/* .lpbutton-boxinactive {
  color: #c7d6d5 !important;
  border: 1px solid #c7d6d5 !important;
  width: 96% !important;
  padding: 16px 0px !important;
  border-radius: 16px !important;
  position: absolute !important;
  left: 2%;
  bottom: 20px !important;
} */

.react-tel-input .form-control {
  box-shadow: 0 0 2px 0.5px #ccc !important;
  padding: 28px 0 !important;
  padding-left: 65px !important;
  /* border: none; */
  border-radius: 16px !important;
  height: 35px;
  width: 100% !important;
}

.react-tel-input .flag-dropdown {
  background-color: #f5f5f5;
  border: 1px solid #cacaca;
  border-radius: 17px 0 0 17px !important;
}

.react-tel-input .selected-flag {
  width: 51px !important;
  padding: 0 0 0 14px !important;
  border-radius: 17px 0 0 17px !important;
}

.react-tel-input {
  width: 100% !important;
  max-width: 320px !important;
  margin: 20px auto !important;
}

.react-tel-input .country-list {
  width: 100vw !important;
  max-width: 320px !important;
  border-radius: 0 0 10px 10px;
}

.lo-log-box {
  width: 80vw !important;
  display: inherit !important;
  padding: 5px;
  margin-top: 20px;
  margin: 0 auto !important;
}

.lo-otp-box {
  display: flex !important;
  margin-top: 30px !important;
  justify-content: center;
}

.lo-lpbutton-box {}

.lo-box-container {
  display: flex;
  align-items: center;
  justify-content: center !important;
  position: absolute !important;
  bottom: 120px;
  width: calc(100% - 20px);
}

.lo-text-headd {
  font-size: 14px !important;
  color: #e3552e !important;
  font-weight: 700 !important;
}

.lo-tdu {
  text-decoration: underline;
}

.lo-tdu:hover {
  cursor: pointer;
}

/* app.css */
/* ------------notification header start--------------- */

.notname {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #002236 !important;
}

body::-webkit-scrollbar {
  display: none !important;
}

.css-85zwa9-MuiInputBase-root-MuiFilledInput-root:after {
  border-bottom: unset !important;
}

.css-o943dk-MuiFormLabel-root-MuiInputLabel-root {
  color: #9d9e9e !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

/* ======================================================================================================================================
                                                        Dashboard
========================================================================================================================================== */
div.install_app_popup:where(.swal2-container).swal2-center-end>.swal2-popup,
div.install_app_popup:where(.swal2-container).swal2-center-right>.swal2-popup {
  grid-row: 3;
  align-self: flex-end;
  background: #002236;
  color: #fff;
}

div.install_app_popup:where(.swal2-container) h2:where(.swal2-title) {}

div:where(.swal2-container) div:where(.swal2-actions) {
  flex-direction: column;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #e3552e !important;
  color: #fff !important;
  padding: 16px 0px !important;
  border-radius: 16px !important;
  text-transform: capitalize !important;
  width: 100%;
  font-size: 14px !important;
  margin: 0 0 10px;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{
  box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  padding: 0 !important;
  background-color: transparent !important;
  color: #ffffff !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  border-bottom: 1px dashed #fff !important;
  border-radius: 0 !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  width: 100% !important;
  padding: 0 16px !important;
}

@media screen and (orientation: landscape) {
  .install_app_popup {
    display: none !important;
  }

  html body.swal2-height-auto {
    height: 100% !important;
  }
}