@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

.custom-loader {
    animation: loader 1s infinite;
    display: flex;
}
.loading-dialog {
    opacity: 0.5;
   background-color: #303030;
}
@-moz-keyframes loader {
from {
      transform: rotate(0);
}
to {
      transform: rotate(360deg);
}
}
@-webkit-keyframes loader {
from {
      transform: rotate(0);
}
to {
      transform: rotate(360deg);
}
}
@-o-keyframes loader {
from {
      transform: rotate(0);
}
to {
      transform: rotate(360deg);
}
}
@keyframes loader {
from {
      transform: rotate(0);
}
to {
      transform: rotate(360deg);
}
}
h1 {
    font-weight: 400;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}
h4, p {
    color: #757575 !important;
}
.text-poppins-600 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
}
.text-poppins-400 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #4B465C 80%;
}
.main-background {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    color: transparent
}
.copyright {
    color: #AEABB5 !important;
    margin: 0 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.app-bar {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25) !important;
    height: 84px !important;
    align-items: center !important;
    display: flex;
}
.app-bar-wrapper {
    height:100% !important;
    align-items: center;
    display: flex;
}
.app-bar-nav {
    left:100px
}
.app-bar-img {
    height:45px
}
.toolbar-items-wrapper {
    height:100%;
    margin-left: 170px;
}
.v-toolbar__content {
    justify-content: space-between;
    width: 100%;
}
.search-form-wrapper {
    height:100%;
    align-items: center;
    display: flex;
}
.main {
    position: relative;
    width: 100%;
    height: fit-content;
    flex-shrink: 0;
    padding: 0 !important;
}
.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 12px 86px 12px !important;
}
.footer-wrapper {
    width:100% !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25) !important;
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
.footer-row {
    margin: 0 !important
}
.footer-social-col {
    text-align: center;
    padding: 0 !important;
}
.footer-text-col {
    text-align: center;
    margin: auto;
}
.v-btn {
    text-transform: unset !important;
}
.theme--light.v-card>.v-card__subtitle, .theme--light.v-card>.v-card__text {
    color: black;
}
.v-text-field {
    border-radius: 5px !important;
}
.text-field > .v-input__control > .v-input__slot {
    height: 60px !important;
}
.text-align-center {
    text-align: center;
}
.flex-wording-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px;
}
.logo-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
}
.wording-container {
      display: flex;
      flex-direction: column;
      gap: 10px;
}
.gerbang-anda, .temukan-cara {
      color: white;
      position: relative;
}
.gerbang-anda {
    font-family: Poppins;
    font-weight: 700;
    font-size: 64px;
    line-height: 84px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.temukan-cara {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.text-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.v-text-field__slot > .theme--light.v-label {
    color: #4B465C !important;
    opacity: 40%;
}
@media (min-width: 1264px) {
.container {
            max-width: 1500px;
}
}



#snackbar .v-snack__wrapper {
    border-radius: 8px !important;
    background-color: white !important;
    color: #757575;
}
.v-snack__content{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 !important;
  font-size: 1rem;
}
.btn-icon {
  font-size: 30px !important;
}
.snackbar-text {
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}


.dialog-card__title,
.dialog-card__message,
.dialog-card__actions {
  text-align: center !important;
  display: flex;
  justify-content: center;
}
.login-button {
  width: 115px;
  border-radius: 5px;
  margin-top: 15px;
}
.dialog-card {
  border-radius: 5px !important;
  padding: 15px 15px 15px 15px !important;
}


.picture-container {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 1rem;
}
.picture-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.profile-image {
  border-radius: 6px;
  height: 120px;
  width: 120px;
  object-fit: cover;
}
#button-picture-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.button-picture-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
.picture-wrapper {
    flex-direction: column;
}
}
@media screen and (max-width: 500px) {
.button-picture-wrapper {
    flex-direction: column;
}
}


.profile-container {
  padding: 1rem !important;
}
@media screen and (max-width: 600px) {
.profile-row {
    display: flex;
    flex-direction: column;
}
#button-profile {
    display: flex;
    flex-direction: column;
}
}


.change-password-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
ul {
  position: relative;
  margin-left: 0;
  padding-left: 1.2em;
  list-style: none;
}
.validate-pw {
  color: #a4a7ae;
}
.validate-pw > li.errorr {
  color: #dc2626;
}
.validate-pw > li.successs {
  color: #059669;
}
.validate-pw > li.default {
  color: #a4a7ae;
}
li:before {
  font-size: 14px;
  font-weight: 400;
  content: '\2714';
  position: absolute;
  left: 0;
}
li.errorr:before {
  font-size: 14px;
  content: '\2716';
  color: #dc2626;
  position: absolute;
  left: 0;
}
li.successs:before {
  font-size: 14px;
  content: '\2714';
  color: #059669;
  position: absolute;
  left: 0;
}
li.default:before {
  font-size: 14px;
  content: '\2714';
  color: #a4a7ae;
  position: absolute;
  left: 0;
}
#button-change-password {
  box-shadow: none;
}

