.bg-primary {
    background-color: #3E0069 !important;
}

.btn-primary {
    background-color: #3E0069 !important;
}
.btn-buzzer{
    border-radius: 50%;
    width: 100%;
    height: 300px;
    font-size: 3rem;
}
.Salsa {
    font-family: Salsa;
}

.font{
	font-size:1.5rem;
}
hr {
    margin-top: 20px;
    border: 0; 
    border-top: 1px solid #ccc; 
}
.counter {
    margin-right: 10px; 
}
.Kanit {
    font-family: Kanit;
}
.h4font {
    background: linear-gradient(to left, #F8D400, #A700D1, #F8D400); /* 3 colors gradient */
    -webkit-background-clip: text; /* Makes the background visible only on the text */
    color: transparent; /* Makes the text color transparent, so only the gradient is visible */
    font-weight: bold; /* Optional: Makes the text bold */
    font-size: 2em; /* Optional: Adjusts the font size */
}


.accordion-item {
    background-color: #f5f5f5;
    color: #3E0069;
    border: 2px solid #3E0267;
    margin: 10px;
}

body {
    display: flex;
    flex-direction: column;
    border-color: #3E0267 !important;
}

.custom-border {
    border-color: #3E0267 !important;
}

.welcome-message{
    color: #3E0069;
}

html,
body {
    height: 100%;
    margin: 0;
}

.accordion-button:not(.collapsed){
    background-color: #3E0069 !important;
    color: white !important;
}

.accordion-button{
    color: #3E0069 !important;
}

.fontforwplink{
    font-size: 20px;
    padding-top: 10px;
}
.nametext{
    font-size: 20px;
    color: #3E0069 !important;
}
.nav-link-custom-padding {
    padding-left: 30px  !important;
}

    @media print {
    .print-hidden {
      display: none;
    }
  }