.cursor-pointer {
  cursor: pointer !important;
}


/******* loading *******/
.wrap_loading {
	position: relative;
}

.wrap_loading .loading {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: rgb(35 10 10 / 30%);
    z-index: 2000;
    display: none;
}
.wrap_loading .loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}