@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.body,
.sidebar,
.footer {
  font-family: "Roboto" !important;
}

/* Login page */
.auth-form-light {
  border-radius: 7px;
  border: 1px solid #e2e2e2;
  padding: 35px 30px 20px;
  font-family: "Roboto";
  font-size: 14px;
}

.btn-rounded-sm {
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  margin: 25px 0 15px;
  border-radius: 9px;
}

.btn-rounded-only {
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  border-radius: 9px;
}

.subheading {
  font-size: 13px;
  color: #555;
  margin: 12px 0 0;
}

/* Loading */

.loading {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 15% 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  display: none;
  position: fixed;
  width: 77%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 720px) {
  .loading {
    position: fixed;
    width: 90%;
    margin: 10px 20px;
    left: 0;
  }
}

@media (max-width: 480px) {
  .loading {
    position: fixed;
    width: 90%;
    margin: 10px 20px;
    left: 0;
  }
}

/* navbar */
.navbar {
  border-bottom: 4px solid #395591 !important;
}

.navbar .navbar-brand-wrapper {
  background: #395591 !important;
}

.navbar .navbar-menu-wrapper {
  background: #395591;
  color: #fff;
}

.navbar-nav-right .nav-item a {
  background: #fff !important;
  color: #333 !important;
}

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

.sidebar .nav .nav-item.active > .nav-link {
  background: #aec8ff !important;
  border-radius: 5px;
  color: #fff !important;
}

.menu-title {
  font-size: 13.5px !important;
}

.font-13 {
  font-size: 13px;
}

.form-control {
  border: 1px solid #ddd;
  padding: 6px 12px;
}

/* LABEL FOR UPLOAD */
.label-upload-img {
  background: #ddd;
  border: 2px dashed #fff;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}

.img-profile {
  background: #eee;
  border: 3px solid #ddd;
  height: 90%;
  margin: 10px auto 20px;
  border-radius: 5px;
}

.label-upload-img:hover {
  background: #eee;
}

.label-upload {
  display: inline-block;
  position: relative;
  margin: 15% auto;
}

/* LABEL FOR UPLOAD */

/* SELECT2 */
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #ccc !important;
}

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

/* BUTTON SWITCH */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2bd6b1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2bd6b1;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* USER PANEL */
.user-panel {
  font-size: 12px;
}

.user-panel .nav-profile-name {
  margin: 10px;
  display: inline-block;
}

/* IMAGE PROFILE RESPONSIVE */
.img-user-thumb {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 20px;
}

.img-profile-thumb {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #ddd;
  display: block;
  margin: 20px auto;
}

/* card */
.card,
.card-body {
  border-radius: 11px !important;
}

.card .body {
  font-size: 12px;
}

/* TABLE DATABLES */
.table thead tr th {
  font-size: 12px;
}

.table tbody tr td {
  padding: 8px;
}

/* TIMELINE */
ul.timeline {
  border-left: 2px dashed #aaa;
  list-style: none;
  padding: 10px;
  margin: 5px;
}

ul.timeline li.timeline-list {
  margin: 15px 10px;
}

ul.timeline li.timeline-list:before {
  content: "";
  background: #ddd;
  border: 3px solid #ccc;
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
  position: relative;
  top: 25px;
  left: -28px;
  display: inline-block;
  box-shadow: 0px 0px 5px #fff;
}

ul.timeline li.timeline-list.active:before {
  background: #3c5891;
  border: 3px solid #9badd4;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: 30px;
  left: -30px;
  animation: wave 2s infinite;
}

.timeline-title {
  font-weight: bold;
  margin: 4px 0;
}

.timeline-desc {
  font-size: 12px;
  color: #444;
  padding: 5px 0;
}

.timeline-date {
  color: #999;
  font-size: 12px;
  font-family: Arial;
}
/* TIMELINE */

/* SHADOW */
.shadow {
  box-shadow: 0px 0px 4px #ddd;
}

.form-control {
  border: 1px solid #d1d1d1;
  border-radius: 5px !important;
  padding: 14px 12px !important;
  font-size: 14px !important;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.form-control::placeholder {
  color: #888 !important;
}

.form-control:focus {
  background-color: #eee !important;
}

.text-number {
  font-size: 22px !important;
  text-align: right;
}

.modal-dialog,
.modal-content {
  border: none !important;
}

.modal-lg {
  width: 60% !important;
}

@media (max-width: 480px) {
  .modal-lg {
    width: 94% !important;
  }
}

.detail_calc {
  margin: 10px 0 20px;
}

select {
  border: 1px solid #ccc !important;
  color: #555 !important;
  padding: 6px 8px !important;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.ico-sm2 {
  width: 40%;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ico-sm2:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

@media (max-width: 480px) {
  .ico-sm2 {
    width: 80%;
  }
}

@keyframes wave {
  0% {border: 3px solid #9badd4;
  }

  25% {border: 3px solid #d5def0;
  }

  50% {border: 3px solid #9badd4;
  }

  75% {border: 3px solid #d5def0;
  }

  100% {border: 3px solid #9badd4;
  }
}