:root,
.ck-editor .ck-content {
     --bs-success: #3a833a;
     --bs-info: #96DCD2;
     --bs-warning: #FFAA32 ;
     --bs-danger: #FA4B4B;
     --bs-default: #eaebec;
     --bs-lighter: #f8f8f8;
     --bs-light: #e9e9e9;
     --bs-dark: #313131;
     --bs-darker: #212121;

     --bs-primary-rgb: 255, 170, 50 !important;
     --bs-secondary-rgb: 0, 53, 65 !important;
     --bs-tertiary-rgb: 250, 75, 75 !important;
     --bs-quaternary-rgb: 150, 220, 210 !important;

     --bs-info-rgb: 150, 220, 210 !important;
     --bs-warning-rgb: 255, 170, 50 !important;
     --bs-danger-rgb: 250, 75, 75 !important;

}

.text-primary{
  color: #FFAA32 !important;
  }
  
  .text-secondary{
  color: #003541 !important;
  
  }
  
  .text-tertiary{
  color: #FA4B4B !important;
  }
  
  .text-quaternary{
  color: #96DCD2 !important;
  }
  


.btn-default, .btn-primary, .btn-secondary, .btn-tertiary {
  background-color: #FA4B4B !important;
  border: 1px solid #FA4B4B !important;
  color: white !important;
  border-radius: 30px;
}

.btn:hover{
  background-color: #003541 !important;
  border: 1px solid #003541 !important;
  color: white !important;
}

.btn-default {
font-size: 1.25rem;
}

.btn-secondary {
  background-color: #ffaa32 !important;
  border: 1px solid #ffaa32 !important;
}

.btn-tertiary {
  background-color: #2e8b7d !important;
  border: 1px solid #2e8b7d !important;
}


.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #96DCD2;
  --bs-btn-border-color: #96DCD2;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #96DCD2;
  --bs-btn-hover-border-color: #96DCD2;
  --bs-btn-focus-shadow-rgb: 72, 146, 169;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #96DCD2;
  --bs-btn-active-border-color: #96DCD2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #96DCD2;
  --bs-btn-disabled-border-color: #96DCD2;
}

.btn-warning {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #FFAA32;
  --bs-btn-border-color: #FFAA32;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #FFAA32;
  --bs-btn-hover-border-color: #FFAA32;
  --bs-btn-focus-shadow-rgb: 178, 125, 50;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #FFAA32;
  --bs-btn-active-border-color: #FFAA32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #FFAA32;
  --bs-btn-disabled-border-color: #FFAA32;
}

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #FA4B4B;
  --bs-btn-border-color: #FA4B4B;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #FA4B4B1;
  --bs-btn-hover-border-color: #FA4B4B;
  --bs-btn-focus-shadow-rgb: 218, 93, 88;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #FA4B4B;
  --bs-btn-active-border-color: #FA4B4B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #FA4B4B;
  --bs-btn-disabled-border-color: #FA4B4B;
}

.frame-background-primary {
  --frame-color: #000000;
  --frame-background: #FFAA32 !important;
  --frame-link-color: #000000;
  --frame-link-hover-color: #000000;
}

.frame-background-secondary {
  --frame-color: #ffffff;
  --frame-background: #FA4B4B ;
  --frame-link-color: #ffffff;
  --frame-link-hover-color: #ffffff;
}

.frame-background-tertiary {
  --frame-color: #000000;
  --frame-background: #ffc46f;
  --frame-link-color: #000000;
  --frame-link-hover-color: #000000;
}

.frame-background-quaternary {
  --frame-color: #ffffff;
  --frame-background: #96DCD2;
  --frame-link-color: #000000;
  --frame-link-hover-color: #000000;

}

.frame-background-light {
  --frame-color: #212121;
  --frame-background: #e9e9e9;
  --frame-link-color: #000000;
  --frame-link-hover-color: #000000;
}

.frame-background-dark {
  --frame-color: #ffffff !important;
  --frame-background: #003541;
  --frame-link-color: #ffffff !important;
  --frame-link-hover-color: #ffffff !important;
}