/**
 *
 *@author 
 *
*/


html {
  /*background: url('login/dokterbackground.svg') no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin: 0;
  padding: 0;

  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 16px;
  line-height: 1.5em !important;

  /*display: table-cell;*/
  /*width: 100vw;*/
  /*height: 100vh;*/
}

.login-page {
  /*background-color: rgba(255, 255, 255, .6);*/
  /*background: rgba(255, 255, 255, .6);*/
}

.calendar-env .fc .fc-view-container .fc-view table tbody .fc-day.fc-state-highlight {
  background: #f1f1f1;
  color: #111 !important;
}

.login-page .login-header {
  background: none;
}

.login-form img {
  padding-top: 35%;
}

.login-form {
  /*padding: 12%;*/
}

.login-border {
  /*border: 1px solid #fff;*/
  /*padding: 15px;*/
  /*border-radius: 10px;*/
  /*text-align: left;*/
}

.login-page .login-form .form-group {
  /*margin-bottom: 10px;*/
}

.login-page .login-form .form-group .input-group {
  /*border: 1px solid #fff;*/
  /*background: none;*/
  /*border-radius: 10px;*/
}

.login-page .login-form .form-group .input-group .form-control {
  /*color: #000;*/
}


.login-page .login-form .form-group .input-group.focused {
  /*border-color: #fff;*/
}

.form-control:focus {
  /*border-color: #fff;*/
  /*outline: 0;*/
}

.form-control::-webkit-input-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control:-moz-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control::-moz-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control:-ms-input-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control:-moz-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control::-moz-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control:-ms-input-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.form-control::-webkit-input-placeholder {
  /*color: #000;*/
  /*font-size: 10pt;*/
  /*border: none;*/
}

.btn-white {
  /*background: #fff;*/
  /*color: #333;*/
  /*border: 1px solid #fff;*/
  /*border-radius: 10px;*/
  /*text-align: center;*/
}

.login-page .login-form .form-group .btn-login:hover,
.login-page .login-form .form-group .btn-login:active {
  /*background: #fff;*/
  /*color: #333;*/
  /*border: 1px solid #fff;*/
  /*border-radius: 10px;*/
}

.login-page .login-form .form-group .btn-login {
  /*border: 1px solid #fff;*/
  /*text-align: center;*/
  /*padding: 10px;*/
  /*font-size: 12px;*/
  /*-moz-transition: all 300ms ease-in-out;*/
  /*-o-transition: all 300ms ease-in-out;*/
  /*-webkit-transition: all 300ms ease-in-out;*/
  /*transition: all 300ms ease-in-out;*/
}

.login-page .btn-login{
  font-weight: bolder;
  padding: 10px;
  margin-top: 10px !important;
}

.login-page .login-content a {
  /*color: #000;*/
  /*text-align: left;*/
}

.login-page .login-content a:hover {
  /*color: #333;*/
  /*text-align: left;*/
}

.login-page .login-header {
  /*padding: 10px 0px 0px 0px;*/
}

.login-page.login-form-fall-init .login-form {
  /*-webkit-opacity: 1;*/
  /*-moz-opacity: 1;*/
  /*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);*/
  /*opacity: 1;*/
  /*filter: alpha(opacity=100);*/
  /*top: 10;*/
}

/*.login-bottom-links,*/
/*.login-bottom-links a {*/
/*  color: #fff;*/
/*  padding: 0;*/
/*}*/

.login-bottom-links {
  /*bottom: 0;*/
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #424242;
  padding: 0 !important;
  margin: 0 !important;
}

.login-page .login-form .form-group .input-group.validate-has-error .error {
  position: absolute;
  right: 25px;
  top: 23%;
  margin-top: -20px;
  font-size: 10px;
  color: #000;
}

.login-page .form-forgotpassword-danger i,
.login-page .form-forgotpassword-danger i {
  position: relative;
  font-size: 25px;
  background: #af0303;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.login-page .form-forgotpassword-danger h3 {
  /*font-size: 15px;*/
  /*color: #ffffff;*/
  /*margin: 0;*/
  /*margin-top: 10px;*/
  /*margin-bottom: 5px;*/
}

.form-forgotpassword-danger {
  /*display: none;*/
  /*background: #ce0404;*/
  /*color: #ffffff;*/
  /*padding: 10px;*/
  /*-webkit-background-clip: padding-box;*/
  /*-moz-background-clip: padding;*/
  /*background-clip: padding-box;*/
  /*-webkit-border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*border-radius: 3px;*/
  /*margin-bottom: 30px;*/
  /*overflow: hidden;*/
}

.bg-trans {}

input.log-input {
  /*background: rgba(255, 255, 255, .4);*/
}

select.log-input {
  /*background: rgba(255, 255, 255, .4);*/
}

.input-group-addon {
  /*width: 7%;*/
  /*padding: 0;*/
  /*margin-left: 10px;*/
  /*background: none;*/
}

.login-bottom-links {
  /*color: #000;*/
  /*margin: 10px;*/
}

.login-bottom-links center a {
  /*color: #000;*/
}

.select-style select {
  background: transparent;
  width: 335px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}

.select-style {
  background: url(login/panah.png) no-repeat right center;
  width: 320px;
  overflow: hidden;
}

@media (max-width: 335px) {
  .select-style {
    background: url(login/panah.png) no-repeat right center;
    width: 280px;
    overflow: hidden;
  }
}

@media (max-width: 435px) {
  .login-form img {
    padding: 0px;
  }

  .login-header {
    padding: 0px !important;
  }

  .bg-trans {
    margin-top: 0%;
  }

  .login-page .login-content {
    width: 100%;
  }

}

/*.login-progressbar,*/
/*.login-progressbar-indicator,*/
/*.login-page .login-progressbar-indicator h3 {*/
/*  color: #000;*/
/*}*/

/*.login-page .login-progressbar-indicator h3 {}*/

/*.login-page.logging-in {*/
/*  overflow: hidden;*/
/*}*/

/*.login-page.logging-in .login-header {*/
/*  padding-top: 200px;*/
/*  padding-bottom: 30px;*/
/*}*/

/*.login-page .login-form .form-group .input-group {*/
/*  border: none;*/
/*}*/

/*.input-group-addon:first-child {*/
/*  border: none;*/
/*}*/

/*.input-group-addon:last-child {*/
/*  border: none;*/
/*}*/

/*@media (max-width: 600px) {*/
/*  .login-page .login-content {*/
/*    width: 320px !important;*/
/*  }*/

/*  .login-footer {*/
/*    display: block;*/
/*  }*/

/*  .login-footer {*/
/*    display: none;*/
/*  }*/

/*  .logoweb {*/
/*    display: none;*/
/*  }*/

/*  .logomobile {*/
/*    display: block;*/
/*  }*/

/*  .login-form {*/
/*    display: none;*/
/*  }*/
/*}*/

/*.login-content {}*/

/*.login-page .login-content {*/
/*  position: relative;*/
/*  width: 400px;*/
/*  border-radius: 10px;*/
/*  padding-top: 20px;*/
/*  margin-top: 20px;*/
/*  text-align: center;*/
/*  background-color: white;*/
/*  -moz-transition: all 550ms ease-in-out;*/
/*  -o-transition: all 550ms ease-in-out;*/
/*  -webkit-transition: all 550ms ease-in-out;*/
/*  transition: all 550ms ease-in-out;*/
/*  -webkit-box-shadow: 1px 4px 5px 0px rgba(119, 118, 118, 1);*/
/*  -moz-box-shadow: 1px 4px 5px 0px rgba(119, 118, 118, 1);*/
/*  box-shadow: 1px 4px 5px 0px rgba(119, 118, 118, 1);*/
/*}*/

/*.form-group {*/
/*  padding-left: 15px;*/
/*  padding-right: 15px;*/
/*}*/

/*.form-group .stylabel {*/
/*  text-align: left;*/
/*  font-weight: bold;*/
/*  padding-bottom: 5px;*/
/*}*/

/*input:focus,*/
/*select:focus,*/
/*textArea:focus {*/
/*  border-color: #1e7a68 !important;*/
/*}*/

/*.login-content .btn-success {*/
/*  background: #DD8B56 !important;*/
/*  border: #DD8B56 !important;*/
/*}*/

/*.login-content .btn-success {*/
/*  background: #BE672E !important;*/
/*}*/

.container-login {
  display: flex;
  background: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 480px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.container-login .form-side {
  width: 50%;
  padding: 20px;
  text-align: center;
}

.container-login .image-side {
  width: 50%;
  margin: 5px;
}

.custom-carousel {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  background: #eee;
  border: none;
}

.custom-carousel .item img {
  width: 100%;
  height: 460px;
  object-fit: contain;
  border-radius: 12px;
}

.custom-carousel,
.custom-carousel .item {
  height: 100%;
}
.carousel-fade .item {
  transition: opacity 1s ease-in-out;
}

.carousel-control {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  background: transparent !important;
  border: none !important;
}

.carousel-inner{
  height: 100%;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  transition: transform 0.3s ease, background 0.3s;
}

.carousel-indicators li.active {
  transform: scale(1.6);
  background-color: #fff;
  box-shadow:
          0 2px 5px rgba(0,0,0,0.3),
          inset 0 -2px 3px rgba(0,0,0,0.2);
}

h3 {
  font-size: 16px;
}

.container-login-content {
  margin-top: 20px;
}

.container-login-content input{
  width: 100%;
  padding: 17px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.container-login-content select{
  width: 100%;
  height: 37px;
  padding: 0 40px 0 12px;
  line-height: 30px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.container-login-content .form-group {
  margin-bottom: 5px;
}

.password-group {
  position: relative;
}

.password-group .password-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.form-login-error {
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
}

.form-login-error p {
  padding: 0 !important;
}

.form-login-error #message-login {
  display: block;
  position: relative;
  padding: 12px 40px 12px 15px;
  background: #fdecea;
  color: #b42318;
  border: 1px solid #f5c2c0;
  border-left: 4px solid #d35b40;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 15px;
}

.form-login-error #message-login:not(:empty)::after {
  content: "\f071";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: rgba(180, 35, 24, 0.5);
}

.form-login-error #message-login:empty {
  display: none;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

#loading-overlay.active {
  opacity: 1;
  visibility: visible;
}

.loader {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-top: 4px solid #1aaa05;
  border-right: 4px solid #1aaa05;
  border-radius: 50%;
  animation: spin 1s linear infinite;

  box-shadow:
          0 0 10px #1aaa05,
          0 0 20px #1aaa05,
          0 0 40px #1aaa05;
}

.loading-text {
  margin-top: 20px;
  color: #1aaa05;
  font-size: 18px;
  letter-spacing: 4px;

  animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #1aaa05,
    0 0 10px #1aaa05;
  }
  to {
    text-shadow: 0 0 20px #1aaa05,
    0 0 40px #1aaa05,
    0 0 80px #1aaa05;
  }
}
