.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.nav-link.active,
.nav-link.active:focus {
  background-color: #5cdfe5 !important;
  color: #636363 !important;
  border: none !important;
}

a,
a:hover,
.arrow:hover,
.arrow,
span,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
textarea,
option,
input {
  color: #636363 !important;
}

.bg-style-update {
  background: #5cdfe5 !important;
  color: #636363 !important;
}

.btn-info,
.btn-info:hover,
.btn-info:active {
  background-color: #5cdfe5 !important;
  border: none !important;
  color: #636363 !important;
}

.tblInfoBtn {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #4f555a;
  padding: 0px 2px !important;
}

.tblInfoBtn i {
  font-size: 12px;
  position: relative;
  line-height: 1;
  background-color: rgb(0 239 237 / 33%);
  /* background-color: rgba(0, 255, 255, 0.521); */
  border-color: transparent;
  color: black;
  padding: 8px 10px;
  height: 100%;
  border-radius: 5px;
}
.tblInfoBtn :hover {
  background-color: #5cdfe5;
  color: black;
}

.modal {
  /* width: 115rem !important; */
  height: 40rem !important;
  top: 6rem !important;
}

.modal-dialog {
  max-width: none !important;
  width: 60rem !important;
}

/* Sidebar Styling */
.page-content {
  background-color: white !important;
  /* border-left: 1px solid aliceblue;
  margin-left: 30rem !important; */
  min-height: 760px !important;
}
.slimScrollDiv {
  position: relative !important;
  overflow: hidden !important;
  width: auto !important;
  height: auto !important;
  overflow-y: auto !important;
  height: 700px !important;
}

/* width */
/*::-webkit-scrollbar {
  width: 15px;
}*/

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dadada;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555;
} */

/* Sidebar styling ends */

.arrow {
  display: none !important;
}

.iti__country-list {
  max-width: 20rem !important;
}

.iti {
  display: block !important;
}

.vue-tel-input {
  height: 3rem !important;
}

.swal-overlay {
  z-index: 100000 !important;
}

.slimScrollDiv {
  overflow-y: auto !important;
  min-height: 850px !important;
}

.label-bold {
  font-weight: bold !important;
}

/* .mdl-textfield:focus-visible {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35) !important;
} */

.btn.btn-outline.blue-bgcolor.active,
.btn.btn-outline.blue-bgcolor:active,
.btn.btn-outline.blue-bgcolor:active:focus,
.btn.btn-outline.blue-bgcolor:active:hover,
.btn.btn-outline.blue-bgcolor:focus,
.btn.btn-outline.blue-bgcolor:hover {
  border-color: #5cdfe5 !important;
  color: #fff !important;
  background-color: #5cdfe5 !important;
}

.btn.btn-outline.blue-bgcolor {
  border-color: #5cdfe5 !important;
  color: #5cdfe5 !important;
}

@media screen and (max-width: 768px) {
  .signup-content,
  .signin-content {
    flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -o-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
  }

  .signup-content,
  .signin-content {
    padding-top: 0px !important;
  }
}

.page-bar {
  background-color: white !important;
}
