@font-face {
  font-family: 'AvenirNext-Demi';
  src: url(../fonts/Avenir/AvenirNextLTPro-Demi.otf) format('truetype');
}
@font-face {
  font-family: 'AvenirNext-Bold';
  src: url(../fonts/Avenir/AvenirNextLTPro-Bold.otf) format('truetype');
}
@font-face {
  font-family: 'AvenirNext-Thin';
  src: url(../fonts/Avenir/AvenirNextLTPro-Thin.otf) format('truetype');
}
@font-face {
  font-family: 'AvenirNext-Regular';
  src: url(../fonts/Avenir/AvenirNextLTPro-Regular.otf) format('truetype');
}

@media screen and (max-width: 320px) {
  .login-image {
    height: 180px;
  }
}

@media only screen and (min-device-width: 900px) {
  .navbar-fixed {
    position: relative !important;
  }
  .card-row {
    margin-top: 20px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .image-profile {
    height: 60px !important;
  }
  .home-welcome-text {
    font-size: 10px !important;
  }
  .home-name-text {
    font-size: 16px !important;
  }
  .home-company-name-text {
    font-size: 10px !important;
  }
  .home-btn-transparent {
    font-size: 10px !important;
    height: 25px !important;
    margin-top: -15px !important;
  }
}

@media only screen and (min-device-width: 823px) and (max-device-height: 411px) {
  #destkop {
    display: none !important;
  }
  #responsive {
    display: block !important;
  }
  .text-primary-menu {
    font-size: 12px !important;
  }
}

@media only screen and (min-device-width: 812px) and (max-device-height: 375px) {
  #destkop {
    display: none !important;
  }
  #responsive {
    display: block !important;
  }
  .text-primary-menu {
    font-size: 12px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-height: 1024px) and (orientation: portrait) {
  #destkop {
    display: none !important;
  }
  #responsive {
    display: block !important;
  }
  .text-primary-menu {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 500px) and (max-device-width: 700px) {
  .text-primary-menu {
    font-size: 10px !important;
  }
}
#responsive {
  position: relative !important;
  height: 100%;
}
.sidebar {
  overflow-y: scroll;
  height: 100%;
  display: none;
  width: 60%;
  background: #fff;
  position: absolute;
  z-index: 4;
  right: 0;
}
.sidebar-link {
  color: #222;
  text-decoration: none;
}
.sidebar-link:focus {
  color: #222;
  text-decoration: none;
}
.sidebar-link:active {
  color: #222;
  text-decoration: none;
}

.sidebar-li {
  margin-top: 20px;
  font-size: 17px;
}
.sidebar-menu {
  margin-top: 20px;
  list-style-type: none;
  padding-left: 20px;
  display: none;
}
.sidebar-icon {
  font-size: 18px;
  color: #3d3d3d;
  padding-right: 20px;
}

.modal-custom {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.menu-row {
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 20px;
}
.card-row {
  margin-top: 60px;
}

.home-card {
  padding: 0.9rem !important;
}

.navbar-fixed {
  position: fixed;
  z-index: 1030;
  top: 0;
}
.navbar-new {
  padding: 10px 0px 10px 0px;
  padding-top: 0px;
  top: 0;
  z-index: 1;
  background: #fff;
  padding-bottom: 0px;
  width: 100%;
}

.image-menu {
  height: 14px;
}

.text-primary-menu {
  font-size: 10px;
  text-align: center;
  margin-top: -5px;
}

.home-welcome-profile {
  background-image: url('../../assets/images/background@3x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 10px;
  margin-top: 10px;
}

.home-welcome-text {
  font-size: 12px;
  color: #ddd;
}

.home-col-menu {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}

.home-name-text {
  font-size: 18px;
  margin-top: -16px;
  font-weight: 600;
  color: #fff;
}

.home-company-name-text {
  font-size: 12px;
  color: #ddd;
  margin-top: -16px;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.home-btn-transparent {
  background: transparent !important;
  border-radius: 15px;
  font-size: 12px;
  height: 30px;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 0px;
}
.primary-bg {
  background: #076f4b;
}
.image-profile {
  height: 80px;
  border: 3px solid #076f4b;
  box-shadow: 0 0 0 1.5px #fff;
}

.daftar-heading {
  font-family: 'AvenirNext-Bold';
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.daftar-label {
  font-family: 'AvenirNext-Regular';
  font-size: 14px;
}

.daftar-text {
  font-family: 'AvenirNext-Regular';
  font-size: 13px;
}

.daftar-text2 {
  font-family: 'AvenirNext-Regular';
  font-size: 14px;
  color: grey;
}
.daftar-text-bold {
  font-family: 'AvenirNext-Demi';
  font-size: 14px;
  color: #222;
}

.login-body {
  width: 100%;
}

.login-input::-webkit-input-placeholder {
  color: silver;
}
.login-input:-moz-placeholder {
  color: silver;
}
.login-input::-moz-placeholder {
  color: silver;
}
.login-input:-ms-input-placeholder {
  color: silver;
}
.login-input::-ms-input-placeholder {
  color: silver;
}

.login-input:focus {
  box-shadow: 0px 0px 0px 0px !important;
  border-color: #076f4b !important;
  color: #076f4b !important;
}
.text-white {
  color: #fff !important;
}
.btn-transparent {
  background: #fff !important;
}
.btn-transparent:focus {
  box-shadow: 0px 0px 0px 0px !important;
}
.btn-transparent:hover {
  background: #fff !important;
}

.login-input {
  height: 42px;
  font-family: AvenirNext-Regular;
  font-size: 14px;
}

.primary-btn {
  width: 140px;
  background-color: #076f4b;
  border-color: #076f4b;
  margin-top: 10px;
  font-family: AvenirNext-Regular;
  font-size: 14px;
}
.primary-btn:hover {
  background-color: #098c5f !important;
  border-color: #098c5f !important;
}

.primary-btn:focus {
  background-color: #098c5f !important;
  border-color: #098c5f !important;
  box-shadow: 0px 0px 0px 0px !important;
}
.primary-btn:active {
  background-color: #098c5f !important;
  border-color: #098c5f !important;
}

.login-form {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}

.login-header {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  font-family: AvenirNext-Demi;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.buttonCustom {
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  /*color: #000;*/
  /*background-color: #fff;*/
  color: #fff;
  background-color: rgb(7, 111, 75);
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.buttonCustom:hover {
  /*background-color: #2EE59D;*/
  /*box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);*/
  /*color: #fff;*/
  background-color: rgb(7, 111, 75);
  color: #fff;
  transform: translateY(-7px);
}

.custom-input {
  width: 100%;
}
.custom-input input {
  width: 100% !important;
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-radius: 0;
  border-bottom: 2px solid #d3d3d3;
  font-size: 1.2rem;
}

.custom-input .form-control:focus {
  border-bottom: 2px solid #707070;
}
.card-header {
  background-color: #fff;
}

.marginAuto {
  margin: 0 auto;
}

.sigCanvas {
  width: 100%;
  height: 210px;
  margin-bottom: -7px;
}
.btn-bottom {
  padding-right: 10px;
  padding-left: 10px;
}
.btn {
  font-family: AvenirNext-Medium;
}
