


@media (max-width: 760px) {
  .breadcrumb {
    display: none;
  }
}

.pull-left {
  text-align: left;
}

.pull-right {
  text-align: right;
}

.body-onload {
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  position: fixed;
  opacity: 0.4;
  z-index: 9001;
}

.loadding_king {
  display: none;
  position: fixed;
  top: 40%;
  left: 30%;
  right: 30%;
  z-index: 9002;
}

.loader_king {
  display: flex;
  align-items: center;
  height: 50px;
}

.icon_king {
  height: 1.5rem;
  width: 1.5rem;
  animation: spin_king 1s linear infinite;
  stroke: rgba(107, 114, 128, 1);
}

.loading-text_king {
  margin-left: 5px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: rgba(107, 114, 128, 1);
}

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

.card-header:first-child{
  border-radius: 24px;
}

.card {
  border-radius: 24px;
}

.btn-rounded {
  border-radius: 16px;
}


body {
  font-family: 'Sarabun';
}

.form-control {
  border-radius: 25px;
}

#snackbar {
  border-radius: 30px;
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #008791e8;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 60px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 60px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 60px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 60px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 60px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.img_profile {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border: #fff solid 4px;
}

.hid {
  display: none;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.wrapper_loadding {
  width: 200px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.input-update-pass {
  border-radius: 10px;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}



@media screen and (min-width: 100px) {
  .loadding_king {
    left: 25%;
    right: 25%;
  }

}

@media screen and (min-width:800px) {
  .loadding_king {
    left: 35%;
    right: 35%;
  }
}

@media screen and (min-width:1000px) {

  .loadding_king {
    left: 40%;
    right: 40%;
  }

}


@media screen and (min-width:1500px) {

  .loadding_king {
    left: 43%;
    right: 43%;
  }

}