
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  background-color: #fff;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

a {
  color: #000;
  /* text-decoration: none; */
  transition: all 0.3s;
}
a:hover {
  color: var(--theme-color);
}
header {
  width: 100%;
  position: relative;
  z-index: 9;
}
.navbar-brand img {
  max-width: 100px;
}
.navbar-expand-lg {
  background: #0f73be;
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #0682c8;
}
.navbar-expand-lg .navbar-nav .nav-link.active {
  background: #0682c8;
}

fieldset.scheduler-border {
  border: 1px groove #999 !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;
}

  legend.scheduler-border {
      font-size: 1.2em !important;
      font-weight: bold !important;
      text-align: left !important;
      width:auto;
      padding:0 10px;
      border-bottom:none;
      float: none;
  }
  .form-control {
    font-size: 14px;
    border-color: #ccc;
  }
  .bootstrap-select>.dropdown-toggle {
    background: #fff;
    border: solid 1px #ccc;
  }
  .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 13px;
}
.input-group .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-check-input[type=checkbox].md {
  border-radius: 0.25em;
  width: 22px;
  height: 22px;
  border-color: #555;
}
.form-check-input[type=checkbox].sm {
  border-radius: 0.25em;
  width: 18px;
  height: 18px;
  border-color: #555;
}
/* .form label {
  display: block;
  width: 100%;
} */
.btn-mv {
  min-width: 150px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.upload-btn {
  position: relative;
}
.upload-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.input-group-text {
  background-color: #FF8533;
  color: #fff;
  font-size: 13px;
}
.tr_clone td {
  text-align: center;
}

@media (max-width:767px) {
  .full_in_mobile .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width:1366px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.login-page {
  background: url(../images/1.png) no-repeat bottom right;
  background-size: 500px;
}
.element-1 {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.form-label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.input-group-append .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 35px;
}
.remove_clone {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  display: none;
}
.remove_clone:hover {
  background-color: #f4f4f4;
}
.clone_item:first-child .remove_clone {
  display: none;
}
.add_cp_handler, .add_new_child {
  position: absolute;
  top: -43px;
  right: 22px;
  z-index: 2;
}
.add_cp_handler:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 10px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.add_cp_handler:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media (max-width:767px) {
  .clone_item:not(:last-child) {
    border-bottom: solid 1px #666;
  }
  .element-1 {
    position: absolute;
    bottom: 0px;
    left: 0;display: none;
  }
}