﻿:root {
    --bs-border-radius: 8px;
}

input {
    border-radius: var(--bs-border-radius) !important;
}

.color-1 {
    color: #24285b;
}

.color-2 {
    color: #ffd200;
}

.bck-color-1 {
    background-color: #24285b;
}

.bck-color-2 {
    background-color: #ffd200;
}

.bck-color-3 {
    background-color: azure;
}


.underline {
    text-decoration: underline;
    text-decoration-color: #ffd200;
}

.underline-2 {
    text-decoration: underline;
    text-decoration-color: #24285b;
}

/*************************/

.icon-rel-container {
    width: 64px;
    height: 64px;
    background: #ffd200;
    border-radius: 8px;
}

.icon-rel {
    height: 50%;
    width: 50%;
    margin: 25%;
}

/*************************/
.border-shadow {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

/*************************/
.cta {
    --bs-border-radius: 8px;
}
