@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;400&display=swap');

body {
    background-color: #FDEFEF;
    font-family: 'Kanit', sans-serif;
}
.navbar {
    background-color: #CDBBA7;
}
.navbar a {
    color: #694E4E;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0%;
    left: 0px;
    padding-top: 40%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#loading .spinner {
    width: 3rem; 
    height: 3rem; 
    z-index: 20; 
    color: #CDBBA7;     
}

.bullet {
    color: #CEAB93;
}

.context-item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.context-item a {
    color: #694E4E;
}

.table-row-header-text {
    color: #694E4E;
    font-size: large;
    font-weight: bold;
}
.caption-text {
    color: #694E4E;
}

.data-text {
    color: #886F6F;
}

.iconClass{
  position: relative;
}

.iconClass span{
  position: absolute;
  top: 0px;
  right: -5px;
  display: block;
  background-color: #FDEFEF;
  color: #694E4E;
}

.icon-navbar{
    color: #694E4E;
}
