

#loadingpage {
  display: none;
  top: 0;
  z-index: 2147483640;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

#loadingpage p {
  color: #fff;
  font-size: 16px;
  position: relative;
  text-align: center;
  top: 40%;
}
.cursor-pointer{
  cursor: pointer;
}
.toast {
  max-height: 400px;
  overflow-y: auto;
}

.toast-container {
  z-index: 99999999;
}

.bg-main{
  background-color: #fca000;
}

.bg-main-light{
  background-color: #ffeed1;
}

.border-main{
  border-color: #fca000 !important;
}

.text-main{
  color: #fca000;
}
.text-main:hover{
  color: #e0930c;
}

.btn-main{
  background-color: #fca000;
  color: white;
}
.btn-main:hover{
  background-color: #e0930c;
  color: white;
}

.btn-outline-main{
  color: #fca000;
  border-color: #fca000;
}
.btn-outline-main:hover{
  background-color: #fca000;
  color: white;
}