body {
  overflow-x: hidden;
}

.background_overlay_preloader {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_inner_text {
  position: absolute;
  top: 43%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

.preloader_inner {
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 35px;
  font-family: monospace;
  font-weight: 300;
  color: #71f8ff;
}

/*=============== ALERT PRELOADER STYLE ========================*/
.background_overlay {
  z-index: 20000;
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.preloader_img {
  position: fixed;
  z-index: 55;
  top: 40%;
  left: 46%;
  width: 50px;
  height: 50px;
}

.toast {
  opacity: 1 !important;
}

button.toast-close-button {
  width: auto;
  height: auto;
}

.sweet-alert {
  padding: 2rem;
  border-radius: 0.42rem;
}

.sweet-alert h2 {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 2rem 0 0 0;
  color: #181c32;
}

.sweet-alert p {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: #3f4254;
}

a {
  cursor: pointer !important;
}

label span {
  color: #858585;
  font-size: 11px;
}

.list_loader_preloader_div {
  width: 100%;
  text-align: center;
  display: none;
}

.list_load_preloader {
  width: 45px;
  height: 45px;
}

.input_alert {
  margin-top: 0px;
  font-size: 14px !important;
  margin-bottom: 0px;
  line-height: 24px !important;
  font-weight: bold;
}

.inp-alert-default {
  color: #737373 !important;
}

.form-group {
  margin-bottom: 2px;
}

.modal-content {
  background: #f9f9f9;
}

.header_user_ul li {
  border-bottom: 1px solid #cfcfcf;
}

.header_user_ul {
  border-radius: 5px !important;
  background-image: linear-gradient(157deg, #ec1379 0%, #6c0092 100%);
  border: 1px solid #6c0092;
}

.custom-button1 {
  border-radius: 5px !important;
}

.dropdown-menu > li > a > [class*=" fa-"],
.dropdown-menu > li > a > [class^="fa-"] {
  color: #fff;
}

.dropdown-menu > li > a {
  color: #fff;
}

.btn-group > .dropdown-menu.pull-right:after,
.btn-group > .dropdown-menu.pull-right:before {
  display: none !important;
}

.dropdown-menu {
  top: 85% !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #e1e5ec00;
  box-shadow: -2px 1px 19px 9px #5e5e5e9e;
}

.btn-default {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn {
  border-radius: 5px;
}

.portlet.light {
  border: 1px solid #e7e7e7;
  border-radius: 5px !important;
}

.form-control {
  border-radius: 4px !important;
}

.label {
  font-weight: 300 !important;
  border-radius: 3px !important;
}

.label,
.table.table-light > thead > tr > th,
.table.table-light > thead > tr > td {
  font-family: "Comfortaa", cursive !important;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #fff;
}

.fade.in {
  opacity: 1;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  background-color: #3333338f !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  line-height: 28px;
}

.banner-section,
.breadcrumb-area {
  background-repeat: no-repeat !important;
  background-position: right !important;
  background-size: cover !important;
  position: relative;
  top: -123px;
  z-index: 0;
}

.banner-section > div,
.breadcrumb-area > div {
  background: #5949b373;
  padding: 86px 0px 150px;
}
.btn-close {
  background-color: #fea707;
  display: inline-block;
  font-size: 15px;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -110px;
  color: #fff;
  opacity: 9;
  font-weight: 900 !important;
  z-index: 999999;
  padding: 7px;
}
@media only screen and (max-width: 600px) {
  .btn-close {
    background-color: #fea707;
    display: inline-block;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -7px;
    color: #fff;
    opacity: 9;
    font-weight: 900 !important;
    z-index: 999999;
    padding: 7px;
  }
}
