.fade-enter-active,
.fade-leave-active {
    transition-duration: 0.2s;
    transition-property: opacity;
    transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
    opacity: 0;
}

.centerelem {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloaderaction {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: none;
}

.pcoded-navbar .pcoded-inner-navbar li > a {
  padding: 5px 10px;
  margin: 1px 10px;
}

.pcoded-navbar.menu-light .pcoded-inner-navbar > li.active > a, .pcoded-navbar.menu-light .pcoded-inner-navbar > li.pcoded-trigger > a {
  padding-top: 10px;
}

.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon + .pcoded-mtext{
  top: -3px;
}

.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-micon{
  font-size: 18px;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #FE5000;
}

.preloaderwhite {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #FFF;
}

.modal{
  z-index: 1041
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: #545454;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

.sortTable{
  position:absolute;
  top:20px;
  right:10px;
  width:9px;
  cursor: pointer;
}

.bootstrap-select .btn-light {
  color: #212529;
  background-color: #FFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.btn{
  border-radius: 5px;
}

.btn-radius{
  border:none;
  border-radius: 50px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.fontresi{
  font-family: 'Anonymous Pro', monospace;
}
.color-resi{
  color: #000080
}

.vs__search, .vs__search:focus {
  padding: 7px;
}

.v-toast.v-toast--bottom {
  flex-direction: column-reverse;
  bottom: 400px;
}

.undermaintenance-wrap{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 100%;
  min-height: 100vh;
  background: #FE5000;
}

.auth-wrapper .maintenance-content:not(.container) {
  width: 100%;
}
.auth-wrapper .maintenance-content {
  position: relative;
  padding: 15px;
  z-index: 5;
}
