* {
  margin: 0;
  padding: 0;
  font-family: "roboto";
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0 0 100px; /* bottom = footer height */
  transition: 0.3s ease;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
}

.dashboardCardContent {
  display: flex;
  flex-direction: row;
}

.alignCenterText {
  text-align: center;
  margin: auto !important;
  color: black !important;
}

.error_form_response {
  font-weight: bolder;
  text-align: left;
  width: 80%;
  line-height: 1em;
  letter-spacing: 0.03333em;
  color: red;
  font-size: 1rem;
  margin-bottom: 5px;
}

.react-bootstrap-table {
  overflow-x: auto !important;
}

.home-intro {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  margin-top: 10%;
  margin-bottom: 5%;
  padding: 4% 2% 7%;
}

.table-light thead th {
  background-color: #045de9;
  color: #ffffff;
  width: 105px;
  text-align: center;
}

.table thead th {
  background-color: #045de9;
  color: #ffffff;
  text-align: center;
  width: 120px;
  vertical-align: middle !important;
}

.order .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.react-bootstrap-table .table {
  font: bold 12px "roboto";
  box-shadow: 0px 4px 6px #00000029;
}
.table tbody td {
  text-align: center;
  vertical-align: middle !important;
}
.header-bg {
  top: 0px;
  left: 0px;
  background: transparent linear-gradient(90deg, #09c6f9 0%, #045de9 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 4px 6px #00000029;
  opacity: 1;
}

.brandname {
  margin-top: 17px;
  text-align: right;
}

.Error_message {
  color: red;
  font-size: 14px;
  font-style: normal;
  padding: 2%;
  display: block;
}

.auth-error {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
}

.auth_error {
  text-align: center;
}

/* #session_TO{
    top: 50%;
    left: 50%;
    transform: translate(-10%,-50%);
} */

.text-trunc {
  margin-bottom: 3px;
  text-overflow: ellipsis;
  width: 25ch;
  white-space: nowrap;
  overflow: hidden;
  line-height: normal;
}
.main {
  min-height: 92%;
  background: transparent url("../img/blue_background.png") 0% 0% no-repeat
    padding-box;
  position: absolute;
  width: 100%;
  background-size: contain;
}

.menubar {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  margin: 3% auto;
}

.menubar span {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.nav_bar {
  margin: 0 !important;
}

.nav_bar > li {
  font-size: 18px;
}

.nav_bar > li > a {
  color: #000000;
  text-decoration: none;
}

.nav_bar > li > a:hover {
  cursor: pointer;
  text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.nav-link:active,
.nav-link:focus {
  background: none !important;
  text-underline-position: under;
  outline: 0;
  color: #045de9 !important;
  text-decoration: underline !important;
}

.dropdown-menu {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #dfdfdf;
  border-radius: 20px !important;
}

.dropdown-menu > li > a {
  color: #000000;
  font-size: 16px;
  margin: 6% auto;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #efefef !important;
}

.crt_mandate {
  font-weight: bold;
  font-size: 125%;
  color: red;
}

.intro {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  margin-top: 3%;
  margin-bottom: 5%;
  padding: 2% 2% 7%;
}

.intro_text {
  padding: 1%;
  font-weight: bold;
  font-size: 20px;
}

.intro_text_resolved_dispute_heading {
  padding: 1%;
  margin-top: 40px;
  font-weight: bold;
  font-size: 20px;
}

.intro_sub_text {
  margin: 12px 12px;
  font-size: 15px;
}

.font-paragraph {
  font-size: 15px;
}

.intro_text span {
  vertical-align: middle;
}

.user_info {
  text-align: left;
  margin-top: 18px;
  padding-left: 0;
}

.user_img {
  vertical-align: top;
  display: inline-block;
  padding-right: 2%;
  border-right: 2px solid #efefef;
}


/* select.form-control {
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') !important;
  background: 10px center;
  background-size: 16px;
  padding-right: 30px;
} */

.row{
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 0.8rem !important;
}

.form-label {
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}

.form-select {
    width: 65% !important;
    font: normal 1rem 'roboto' !important;
}

.form-upload {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    /* height: calc(1.5em + .75rem + 2px); */
    line-height: 1.5;
    padding: .250rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 65%;
}

.mt3 {
    margin-top: 1.8rem !important;
}

.b8{
    bottom: 8px !important;
}

.user_details {
  line-height: 9px;
  display: inline-block;
  padding-left: 3%;
  font-size: 14px;
}

.footer {
  bottom: 0;
  height: auto;
  background: transparent linear-gradient(90deg, #09c6f9 0%, #045de9 100%) 0% 0%
    no-repeat padding-box;
  box-shadow: 0px 4px 6px #00000029;
}

.footer_text {
  padding: 1%;
  text-align: center;
  color: #ffffff !important;
  font-size: 16px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1023px) and (orientation: portrait) {
  /* For portrait layouts only */
  .user_info {
    margin-top: 15px !important;
  }

  .text-trunc {
    width: 20ch !important;
  }

  .user_img > img {
    height: 18px !important;
    width: 18px !important;
  }
  .user_details {
    line-height: 5px !important;
    font-size: 11px !important;
  }

  .user_img img {
    width: 18px !important;
    height: 18px !important;
  }

  .nav_bar {
    display: contents !important;
  }
  .nav_bar > li {
    font-size: 11px !important;
  }

  .menubar span {
    font-size: 11px !important;
  }

  .brandname {
    margin-top: 13px !important;
  }

  .intro_text {
    font-size: 12px !important;
  }

  .dropdown-menu {
    font-size: 10px !important;
  }

  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }

  .dropdown-menu > li > a {
    font-size: 11px !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
  .nav_bar > li {
    font-size: 15px !important;
  }
  .menubar span {
    font-size: 15px !important;
  }
  .user_details {
    font-size: 13px !important;
  }
  .user_img img {
    width: 18px !important;
    height: 18px !important;
  }
  .dropdown-menu > li > a {
    font-size: 15px !important;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  /* For IPAD 12.9 Inches potrait layouts only */
  .nav_bar > li {
    font-size: 15px !important;
  }
  .menubar span {
    font-size: 15px !important;
  }
  .user_details {
    font-size: 13px !important;
  }
  .user_img img {
    width: 18px !important;
    height: 18px !important;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) {
  /* For 10.5 inches landscape layouts only */
  .nav_bar > li {
    font-size: 15px !important;
  }
  .menubar span {
    font-size: 15px !important;
  }
  .user_details {
    font-size: 13px !important;
  }
  .user_img img {
    width: 18px !important;
    height: 18px !important;
  }
}
.nav-div {
  width: 214px !important;
}
