.btn-link.active {
  text-decoration-line: underline;
  color: #0733a2;
}

.btn-link {
  color: #0a58ca;
}

.btn-inb {
  color: #fff;
  background-color: #0733a2;
  border-color: #0733a2;
}

.btn-inb:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus + .btn-inb,
.btn-inb:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-inb,
.btn-check:checked + .btn-inb,
.btn-inb.active,
.btn-inb:active,
.show > .btn-inb.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active + .btn-inb:focus,
.btn-check:checked + .btn-inb:focus,
.btn-inb.active:focus,
.btn-inb:active:focus,
.show > .btn-inb.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-inb.disabled,
.btn-inb:disabled {
  color: #fff;
  background-color: #0733a2;
  border-color: #0733a2;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  outline-color: #ffffff00;
}

.btn-outline-inb {
  color: #6c757d;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: #1f5da0;
  font-weight: 800;
}

/* :focus:not(:focus-visible) { outline: none } */

btn-check:active + .btn-outline-inb,
.btn-check:checked + .btn-outline-inb,
.btn-outline-inb.active,
.btn-outline-inb.dropdown-toggle.show,
.btn-outline-inb:active {
  color: white;
  background-color: white;
  border-color: unset;
  font-weight: 800;
  border-bottom: 2px solid #0733a2;
  outline: none;
}

.btn-outline-sup {
  color: #6c757d;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: #1f5da0;
  font-weight: 800;
}

btn-check:active + .btn-outline-sup,
.btn-check:checked + .btn-outline-sup,
.btn-outline-sup.active,
.btn-outline-sup.dropdown-toggle.show,
.btn-outline-sup:active {
  color: white;
  background-color: white;
  border-color: unset;
  font-weight: 800;
  border-bottom: 2px solid #e52727;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

h2#swal2-title {
  font-size: 24px;
  font-family: "Inter";

  font-weight: 800;
}

div#swal2-html-container {
  font-size: 16px;
  font-family: "Inter";
  /* color: #0733A2; */
}

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

.f-14 {
  font-size: 14px !important;
}

.f-label {
  font-size: 14px !important;
  font-weight: 800;
}

.f-label-sm {
  font-size: 12px !important;
  font-weight: 800;
}

.blue-inb {
  color: #fff;
}

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

.f-13 {
  font-size: 13px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

.canvas-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#slideBox {
  width: 40%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 60%;
  position: absolute;
  /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
}

.topLayer {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

.left {
  width: 100%;
  height: 100%;
  overflow: scroll;
  background: white;
  left: 0;
  position: absolute;
}

.right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: white;
  right: 0;
  position: absolute;
  padding: 70px;
}

.nameLabel {
  font-size: 20px;
  font-weight: 800;
}

.sayGreet {
  font-size: 16px;
  line-height: 28px;
}

.menu-dash-inb {
  /* fi-rr-building */
  box-shadow: 0 0 1px #1f2d3d, 0 1px 3px rgba(0, 0, 0, 0.2);
}

.header {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  grid-template-rows: unset;
}

.circle-menu {
  float: left;
  background-color: #ffff;
  width: 35px;
  height: 35px;
  border: 1px solid #9292927a;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.indicator__button.inb {
  padding: 0px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #9292927a;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  color: #ec1c2b;
}

.indicator__button.inb:hover {
  background: #ec1c2b;
  color: #ffffff;
}

.indicator__icon.inb {
  position: absolute;
  width: unset;
  height: unset;
  padding: unset;
}

.login__button {
  display: flex;
  align-items: center;
  /* background-color: #ec1c2b; */
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.language-menu {
  width: 180px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 1.5px;
  color: #262626;
}

.language-menu__links {
  list-style: none;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
}

.language-menu__links a {
  display: block;
  color: inherit;
  font-size: 15px;
  padding: 5px 20px;
  font-weight: 500;
}

dl {
  display: grid;
  grid-template-columns: max-content auto;
}

dt {
  grid-column-start: 1;
}

dd {
  grid-column-start: 2;
}

.radius-inb {
  border-radius: 11px !important;
}

.radius-inb-1 {
  border-radius: 16px !important;
}

.radius-login {
  border-radius: 10px !important;
}

/* Eye On Password Field */
.user-box {
  position: relative;
  margin-bottom: 30px;
}

.user-box input {
  width: 100%;
  /* padding: 10px 0; */
  /* font-size: 16px; */
  /* color: #333;
  margin-bottom: 30px; */
  /* border: none; */
  /* border-bottom: 2px solid #333; */
  /* outline: none; */
  /* background: transparent; */
}

.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  /* font-size: 14px; */
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  /* margin-bottom: 20px; */
}

.password-toggle-icon i:hover {
  color: #000;
}
