@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@media (max-width: 575.98px) {
  body main section.welcome .content {
    padding: 0 20px;
  }
  body main section.login .featured {
    padding: 0 20px 30px;
  }
  body main section.login .content {
    padding: 0 20px;
  }
  body main section.registration .featured {
    padding: 30px 20px;
  }
  body main section.registration .content {
    padding: 0 20px 30px;
  }
  body main .global-form .btn-submit {
    margin-top: 15px;
  }
  body main section.homepage .content .menu .link-item .title {
    font-size: 10px;
    line-height: 12px;
    color: #fff;
  }
  section.homepage .content .menu .link-item .icon {
    padding: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body main section.welcome .content {
    padding: 0 20px;
  }
  body main section.login .featured {
    padding: 0 20px 30px;
  }
  body main section.login .content {
    padding: 0 20px;
  }
  body main section.registration .featured {
    padding: 30px 20px;
  }
  body main section.registration .content {
    padding: 0 20px 30px;
  }
  section.homepage .content .menu .link-item .icon {
    padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.welcome .content {
    padding: 0 20px;
  }
  body main section.login .featured {
    padding: 0 20px 30px;
  }
  body main section.login .content {
    padding: 0 20px;
  }
  body main section.registration .featured {
    padding: 30px 20px;
  }
  body main section.registration .content {
    padding: 0 20px 30px;
  }
  section.homepage .content .menu .link-item .icon {
    padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body main section.homepage, body main section.page {
    -ms-flex-align: center;
        align-items: center;
    padding: 100px 0;
  }
  body main section.homepage .content, body main section.page .content {
    padding-top: 0;
  }
  section.homepage .content .menu .link-item .icon {
    padding: 20px;
    }
}

@media (min-width: 1200px) {
  body main section.homepage, body main section.page {
    -ms-flex-align: center;
        align-items: center;
    padding: 100px 0;
  }
  body main section.homepage .content, body main section.page .content {
    padding-top: 0;
  }
  section.homepage .content .menu .link-item .icon {
    padding: 20px;
    }
}

html {
  height: -webkit-fill-available;
}

body {
  font-family: 'Montserrat', sans-serif;
  cursor: context-menu;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body main {
  width: 100%;
  overflow: hidden;
}

a {
  color: #094be7;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #FC0909;
}

a:visited {
  text-decoration: none;
  
}

a:link {
  text-decoration: none;
  /*color: inherit;*/
}

a:active {
  text-decoration: none;
  color: #11EE32;
  outline: none !important;
  box-shadow: none;
}

a.page-link:focus {
  box-shadow: none;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
}

.btn:focus, .btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.form-control {
  outline: none;
  border-radius: 6px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: none;
}

.form-control::-webkit-input-placeholder {
  color: #B7B7B7;
  font-size: 12px;
}

.form-control:-ms-input-placeholder {
  color: #B7B7B7;
  font-size: 12px;
}

.form-control::placeholder {
  color: #B7B7B7;
  font-size: 12px;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    
}
.global-form, .ajax {
  width: 100%;
  text-align: center;
}

.global-form .form-group,.ajax .form-group {
  margin-bottom: 1rem;
  text-align: left;
}

.global-form .form-group label, 
.ajax .form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #000;
}

.global-form .form-group .form-control, .global-form .form-group .form-control {
  border: 1px solid #B7B7B7;
  background: transparent;
  color: #000;
}

.global-form .form-group .input-group .form-control,
.ajax .form-group .input-group .form-control {
  border-right: none;
}

.global-form .form-group .input-group .btn-none-outline,
.ajax .form-group .input-group .btn-none-outline {
  border: 1px solid #B7B7B7;
  border-left: none;
  border-radius: 0 6px 6px 0;
  color: #B7B7B7;
  background: transparent;
}

.global-form .form-group .form-check .form-check-label,
.ajax .form-group .form-check .form-check-label {
  margin: 0;
  font-size: 14px;
}

.global-form .btn-submit,
.ajax .btn-submit {
  width: 100%;
  max-width: 500px;
  background: #1baaa0;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.global-form .btn-link-outline,
.ajax .btn-link-outline {
  width: 100%;
  max-width: 400px;
  border: 1px solid #B7B7B7;
  color: #B7B7B7;
  border-radius: 30px;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.global-form p, .ajax p {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  color: #000;
}

.global-form p a, .ajax p a {
  font-weight: 700;
}

.modal-custom .modal-header {
  padding: 8px 15px;
  border: none;
}

.modal-custom .modal-body{
  text-align: left;
}

.modal-custom .modal-footer {
  border: none;
}

section.welcome,.div_login,section.registration1,section.page, section.homepage{
background-image: url("../../images/bg.png");
background-size: cover;
background-position: center center;
}
section.welcome,section.login,section.registration1 {
  width: 100%;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;

}

section.homepage {
   color: #000;
}

section.page, section.homepage {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;

}

section.welcome .logo {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.welcome .logo img {
  width: 100%;
  max-width: 300px;
}

section.welcome .logo h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

section.welcome .logo h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

section.welcome .content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.welcome .content .description {
  color: #707070;
  text-align: center;
  padding: 30px 0 0;
}

section.welcome .content .description h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

section.welcome .content .description p {
  font-size: 14px;
  margin: 0;
}

section.welcome .content .navigation {
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}

section.welcome .content .navigation .btn-nav {
  width: 100%;
  max-width: 400px;
  background: #1baaa0;
  color: #fff;
  border-radius: 30px;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 10px;
}

section.welcome .content .navigation .btn-nav:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  color: #FFF;
  font-weight: 900;
}

section.welcome .content .navigation p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}

section.welcome .content .navigation p a {
  font-weight: 700;
}



section.login .featured {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.login .featured img,section.page .featured img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
}
section.registration .featured img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
}
section.login .featured h1,section.page .featured h1 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #000;
}

section.login .featured p, section.page .featured p {
  width: 100%;
  font-size: 14px;
  color: #565757;
  margin-bottom: 0;
}

section.login .content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}



section.registration .featured {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.registration .featured h1 {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #322828;
}

section.registration .featured p {
  width: 100%;
  font-size: 14px;
  color: #636668;
  margin-bottom: 0;
}

section.registration .content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.homepage .featured {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  padding: 15px;
}

section.homepage .featured .headera {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
     justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  margin: 15px 0;
}

section.homepage .featured .headera .welcome p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

section.homepage .featured .headera .welcome h1 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

section.homepage .featured .headera .avatar {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;

}

section.homepage .featured .headera .avatar img {
  width: 100%;
}

section.homepage .featured .slide-featured .item {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

section.homepage .featured .slide-featured .item img {
  display: block;
  width: 100%;
  height: auto;
}

section.homepage .featured .slide-featured .owl-dots {
  width: 100%;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

section.homepage .featured .slide-featured .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background: #747474;
  margin-left: 5px;
  border-radius: 50%;
  outline: none;
}

section.homepage .featured .slide-featured .owl-dots .owl-dot.active {
  background: #1baaa0;
}

section.homepage .content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.homepage .content .menu {
  width: 100%;
  margin-top: 15px;
}

section.homepage .content .menu .link-item {
  display: block;
  margin-bottom: 15px;
}

section.homepage .content .menu .link-item .icon {
  width: 100%;
  background: #EEEEEE;
  border-radius: 10px;
  margin-bottom: 8px;
}

section.homepage .content .menu .link-item .icon img {
  width: 100%;
}

section.homepage .content .menu .link-item .title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color:#fff;
}

section.homepage .content .menu .link-item.disabled .icon img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

section.homepage .special-section .btn-panic {
  background: #E61F1F;
}

section.page .header {
  width: 95%;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  font-size: 18px;
  padding: 10px 0 5px;
  z-index: 5;
}

section.page .header .btn-back, section.page .header .btn-history {
  width: 40px;
  height: 40px;
}

section.page .header .title {
  width: 100%;
  text-align: center;
  font-weight: 700;
}

section.page .sub-header {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  background-image: url("../../images/bg-list.png");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: 75px;
}

section.page .sub-header .pre-title {
  font-size: 12px;
  margin: 0;
}

section.page .sub-header h1 {
  font-size: 18px;
  font-weight: 700;
}

section.page .content {
  padding-top: 20px;
}

section.page .content ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.page .content ul.menu li {
  margin-bottom: 15px;
}

section.page .content ul.menu li a {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  background-image: url("../../images/bg-list2.png");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

section.page .content ul.menu li a .pre-title {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

section.page .content ul.menu li a h1 {
  font-size: 18px;
  font-weight: 400;
}

section.page .content ul.list-table {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.page .content ul.list-table li {
  margin-bottom: 15px;
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  background-image: url("../../images/bg-pattern3.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.page .content ul.list-table li .pre-title {
  font-size: 12px;
  margin: 0;
}

section.page .content ul.list-table li h1 {
  font-size: 18px;
  font-weight: 700;
}

section.page .content ul.list-table li .btn-view{
  background: #333;
}

section.page .content .inner-content {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}

section.page .content .inner-content h1 {
  font-size: 18px;
  font-weight: 700;
}

section.page .content .inner-content p {
  text-align: left;
  color: #000;
}

section.page .content .inner-content .global-form .form-group label{
  color: #000;
}

section.page .content .inner-content .global-form .form-group .form-control{
  color: #000;
}

section.floating-menu {
  position: fixed;
  z-index: 102;
  bottom: 15px;
  left: 5px;
  width: calc(100% - 10px);
}

section.floating-menu .menu {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: 0 0px 2.2px rgba(0, 0, 0, 0.02), 0 0px 5.3px rgba(0, 0, 0, 0.028), 0 0px 10px rgba(0, 0, 0, 0.035), 0 0px 17.9px rgba(0, 0, 0, 0.042), 0 0px 33.4px rgba(0, 0, 0, 0.05), 0 0px 80px rgba(0, 0, 0, 0.07);
  padding: 15px 0;

}

section.floating-menu .menu .link-item {
  text-align: center;
  cursor: pointer;
}

section.floating-menu .menu .link-item .icon {
  font-size: 18px;
  line-height: 18px;
}

section.floating-menu .menu .link-item .title {
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

section.floating-menu .menu .link-item.active {
  color: #1baaa0;
}

section.floating-title {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
}

section.floating-title .title {
  background: #12b14a;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

section.floating-title .title img {
  width: 60px;
  margin-right: 15px;
}

section.floating-title .title h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

small.small-danger{
  font-size: 12px;
}
.small, small {
  font-size: .675em;
  font-style: italic;
  color: #757171;
  }
  .form-control {
    font-size: .81rem;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
   font-size: 12px;
}
.d-block{
  font-weight: 500;
}
@media (min-width: 1200px){
body main section.homepage .content, body main section.page .content {
  padding-top: 75px;
}
}
.link-item{
    cursor: pointer;
    color:#B5B5B5
}
a.link-item:hover{
    color:#1BC0F6
}
.sim .form-group{
    border-bottom: 1px solid #E3E2E2;
    padding-bottom: 5px;
}
.isi{
    background: #fff;
    border-radius: 10px;
    
}
.isi .global-form .form-group label{
    color: #000;
}
.icon-stack {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
    background-color: #eff3f9;
}
a.hiddenanchor {
    display: none
}
.login_wrapper {
    right: 0px;
    margin: 0px auto;
    max-width: 100%;
    position: relative
}
.registration_form,
.login_form {
    position: absolute;
    top: 80px;
    width: 90%;
}
.registration_form {
    z-index: 21;
    opacity: 0;
    
}
.login_form {
    z-index: 22
}
#signup:target ~ .login_wrapper .registration_form,
#signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}
#signup:target ~ .login_wrapper .login_form,
#signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft
}
.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both
}
#signup:target ~ section.floating-menu .menu .link-item.signup {
    color: #1baaa0;
}
#signin:target ~ section.floating-menu .menu .link-item.signin {
    color: #1baaa0;
}
[data-title] {
  position: relative;
}

[data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: 26px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
  z-index: 1999;
  left: -50px;
}
[data-title]:hover::after {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 0px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-top: 8px solid #000;
  z-index: 1999;
}
