@import "./fonts/Prompt/Prompt.css";
@import "./fonts/supermarket/SuperMarket.css";
@import "./fonts/Chonburi/Chonburi.css";
@import "./icons/fontawesome-5.6.3/css/all.min.css";
/*
--- font ---  
font-family: 'Itim', cursive;
font-family: 'Chonburi', cursive;
font-family: 'Athiti', sans-serif;
font-family: 'THSarabunNew', sans-serif;
font-family: 'THKrub', sans-serif;

font-family: 'supermarketregular', sans-serif;
font-family: 'chonburiregular', Georgia;

--- icons -------------------------------------
--- fontawesome ---
<i class="fas fa-bolt"></i>     --- solid style
<i class="far fa-bolt"></i>     --- regular style
<i class="fal fa-bolt"></i>     --- light style
<i class="fab fa-cc-visa"></i>  --- brands style
------------------------------------------------
*/

/*
* {
      -webkit-filter: grayscale(100%); / * Chrome, Safari, Opera * /
      filter: grayscale(100%);
}
*/

html, body {
    font-family: Prompt,"Segoe UI", Tahoma, Geneva, Verdana, sans-seri;
    /* font-family: Chonburi, cursive, Tahoma, Geneva, Verdana, sans-seri; */
    /* font-family: supermarketregular, "Segoe UI", Tahoma, Geneva, Verdana, sans-seri; */
    font-size: 1rem;
    background-color: #FFFFFF;
}

.gray {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
/*****************************************************************************************/
.pre-loading-small {
    background-image: url("./image/indicators/indicator_snake.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 20000;
}

.pre-loading-medium {
    background-image: url("./image/indicators/indicator_medium.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 20000;
}
/*******************************************************************************************/
.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.curtain {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: none;
    width: 100%;
    height: 100%;
}
/*******************************************************************************************/
/* Curser class */
.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.cursor-wait {
    cursor: wait;
}

.cursor-move {
    cursor: move;
}

.cursor-text {
    cursor: text;
}

.form-request {
	color:#A80000;
}

.error-message {
	color:#A80000;
	display:none;
}