/* CSS Document */

.bg-blue{ background-color:#0032A0 !important;}
.bg-blue-light{ background-color:#f2c0c1 !important;}
.bg-green{ background-color:#80bd01 !important;}
.bg-red{ background-color:#D95354 !important;}
.bg-gray{ background-color:#eaeaea !important;}

.ink-color-white{ color:#FFFFFF !important;}
.ink-color-blue{ color:#7EC0DA !important;}
.ink-color-darkblue{ color:#0032A0 !important;}
.ink-color-darkbluetheme{ color:#3B435A !important;}
.ink-color-gray{ color:#a8abad !important;}
.ink-color-red{ color:#D95354 !important;}
.ink-color-black{ color:#000000 !important;}
.ink-color-gray73 { color: #737373 !important;}

.quiz-detail-button-red{
  margin-top: 0px;
  font-family:'Century' !important;
}

.quiz-detail-button-red a, .quiz-detail-button-red button{
  color: #FFFFFF !important;
  background-color: #D95354 !important;
}

.quiz-detail-button-red a:hover, .quiz-detail-button-red button:hover{
background-color:white !important;
  color: #3B435A !important;
  border:1px solid #3B435A !important;
}

.toast-success {
  background-color: #7EC0DA !important;
}
