
:root{
  --primary-color:#251577 !important;
  --primary2-color:#3e2e90 !important;
  --primary3-color:#5747a9 !important;
  --secondary-color:#533cc8 !important;
  --Button-text-color:#ffffff !important;

}

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

.text-primary{
  color: #251577 !important; 
}

.bg-primary2{
  background-color: #3e2e90 !important; 
}

.text-primary2{
  color: #3e2e90 !important; 
}

.dropdown-item:hover {
  background-color: #3e2e90 !important;
  border-radius: 4px;
}

.bg-primary1{
  background-color: #0c005e !important; 
}

.text-primary1{
  color: #0c005e !important; 
}


/* accent color */
.bg-accent{
  background-color: #8cf1b6 !important; 
}

input[type="checkbox"] {
  accent-color: #8cf1b6;
}
.text-accent{
  color: #8cf1b6 !important; 
}

.border-accent{
  border-color: #8cf1b6 !important; 
}

.bg-accent4{
  background-color: #0f7439 !important; 
}

.text-accent4{
  color: #0f7439 !important; 
}

.bg-accent3{
  background-color: #41a66b !important; 
}


.text-accent3{
  color: #41a66b !important; 
}


.bg-accent2{
  background-color: #beffe8 !important; 
}

.text-accent2{
  color: #beffe8 !important; 
}

.bg-accent1{
  background-color: #ffffff !important; 
}

.text-accent1{
  color: #ffffff !important; 
}


.tabs-container .btns button.active {
  border:none;
  border-bottom: 4px solid #8cf1b6 !important;
}

.nav-tabs .nav-link.active {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 4px solid #8cf1b6 !important;
}


/* secondary color */

.bg-secondary{
  background-color: #533cc8 !important; 
}

.text-secondary{
  color: #533cc8 !important; 
}

.bg-secondary1{
  background-color: #d0b9ff !important; 
}

.bg-secondary2{
  background-color: #3a23af !important; 
}

.bg-secondary3{
  background-color: #08007d !important; 
}

.text-secondary3{
  color: #08007d !important; 
}

.bg-secondary4{
  background-color: #00004b !important; 
}


/* tertiary */

.bg-tertiary{
  background-color: #e32827 !important; 
}

.text-tertiary{
  color: #e32827 !important; 
}


.bg-tertiary4{
  background-color: #ca0f0e !important; 
}

.bg-tertiary3{
  background-color: #fc4140 !important; 
}

.bg-tertiary2{
  background-color: #ff7372 !important; 
}

.bg-tertiary1{
  background-color: #ffa5a4 !important; 
}

.body {
  background-image: url("/serve_image/1/background_image/");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size:cover;
  width: 100%;
}

.body1 {
  background-image: url("/serve_image/1/background_image/");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


@media (min-width: 1920px) {

  .body {
    background-image: url("/serve_image/1/background_image/");    
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
  }

}