html {
  width: 100%;
}

body {
  overflow-x: hidden !important;
 
}

body.show-spinner>main {
  overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
  opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

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

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.whitecolor{
	color: #ffffff;
}
.duracolor{
	background-color : #2D3C63;
}
.fontduracolor{
	color : #2D3C63;
}
.imginv{
	width: 90px;
    height: 90px;
}

.iconh{
	width: 40px;
    height: 40px;
}
.ui-autocomplete {
z-index: 100;
}
}


/*start add loading */

#loadings{
    display:block;
    overflow:hidden;
     position: absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 205, 205, 205, 0.4 ) 
                url('https://metafirst.id/admin/beicon/load.gif') 
                50% 50% 
                no-repeat;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: -150px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
    
    overflow:hidden;
     position: absolute;
    z-index:    999999;
   top: -150px;
    left:       0;
    height:     auto;
    width:      100%;
    background: rgba( 205, 205, 205, 0.4 ) 
                url('https://metafirst.id/admin/beicon/load.gif') 
                50% 50% 
                no-repeat;
}
/*end add loading*/

.theme-colors{
display: none;
}