:root {
  /* Bordas Padões */
  --radius-full: 100%;
  --radius-025: 0.25rem;
  --radius-050: 0.5rem;
  --radius-075: 0.75rem;
  --radius-100: 1rem;
  --radius-125: 1.25rem;
  --radius-150: 1.5rem;
}


.radius__full {
  border-radius: var(--radius-full);
}

.radius__025 {
  border-radius: var(--radius-025);
}

.radius__050 {
  border-radius: var(--radius-050);
}

.radius__075 {
  border-radius: var(--radius-075);
}

.radius__100 {
  border-radius: var(--radius-100);
}

.radius__125 {
  border-radius: var(--radius-125);
}

.radius__150 {
  border-radius: var(--radius-150);
}

.radius-top-full {
  border-top-left-radius: var(--radius-full);
  border-top-right-radius: var(--radius-full);
}

.radius-top-025 {
  border-top-left-radius: var(--radius-025);
  border-top-right-radius: var(--radius-025);
}

.radius-top-050 {
  border-top-left-radius: var(--radius-050);
  border-top-right-radius: var(--radius-050);
}

.radius-top-075 {
  border-top-left-radius: var(--radius-075);
  border-top-right-radius: var(--radius-075);
}

.radius-top-100 {
  border-top-left-radius: var(--radius-100);
  border-top-right-radius: var(--radius-100);
}

.radius-top-125 {
  border-top-left-radius: var(--radius-125);
  border-top-right-radius: var(--radius-125);
}

.radius-top-150 {
  border-top-left-radius: var(--radius-150);
  border-top-right-radius: var(--radius-150);
}

/* RIGHT */
.radius-right-full {
  border-top-right-radius: var(--radius-full);
  border-bottom-right-radius: var(--radius-full);
}

.radius-right-025 {
  border-top-right-radius: var(--radius-025);
  border-bottom-right-radius: var(--radius-025);
}

.radius-right-050 {
  border-top-right-radius: var(--radius-050);
  border-bottom-right-radius: var(--radius-050);
}

.radius-right-075 {
  border-top-right-radius: var(--radius-075);
  border-bottom-right-radius: var(--radius-075);
}

.radius-right-100 {
  border-top-right-radius: var(--radius-100);
  border-bottom-right-radius: var(--radius-100);
}

.radius-right-125 {
  border-top-right-radius: var(--radius-125);
  border-bottom-right-radius: var(--radius-125);
}

.radius-right-150 {
  border-top-right-radius: var(--radius-150);
  border-bottom-right-radius: var(--radius-150);
}

/* BOTTOM */
.radius-bottom-full {
  border-bottom-left-radius: var(--radius-full);
  border-bottom-right-radius: var(--radius-full);
}

.radius-bottom-025 {
  border-bottom-left-radius: var(--radius-025);
  border-bottom-right-radius: var(--radius-025);
}

.radius-bottom-050 {
  border-bottom-left-radius: var(--radius-050);
  border-bottom-right-radius: var(--radius-050);
}

.radius-bottom-075 {
  border-bottom-left-radius: var(--radius-075);
  border-bottom-right-radius: var(--radius-075);
}

.radius-bottom-100 {
  border-bottom-left-radius: var(--radius-100);
  border-bottom-right-radius: var(--radius-100);
}

.radius-bottom-125 {
  border-bottom-left-radius: var(--radius-125);
  border-bottom-right-radius: var(--radius-125);
}

.radius-bottom-150 {
  border-bottom-left-radius: var(--radius-150);
  border-bottom-right-radius: var(--radius-150);
}

/* LEFT */
.radius-left-full {
  border-top-left-radius: var(--radius-full);
  border-bottom-left-radius: var(--radius-full);
}

.radius-left-025 {
  border-top-left-radius: var(--radius-025);
  border-bottom-left-radius: var(--radius-025);
}

.radius-left-050 {
  border-top-left-radius: var(--radius-050);
  border-bottom-left-radius: var(--radius-050);
}

.radius-left-075 {
  border-top-left-radius: var(--radius-075);
  border-bottom-left-radius: var(--radius-075);
}

.radius-left-100 {
  border-top-left-radius: var(--radius-100);
  border-bottom-left-radius: var(--radius-100);
}

.radius-left-125 {
  border-top-left-radius: var(--radius-125);
  border-bottom-left-radius: var(--radius-125);
}

.radius-left-150 {
  border-top-left-radius: var(--radius-150);
  border-bottom-left-radius: var(--radius-150);
}

.radius-top-left-full {
  border-top-left-radius: var(--radius-full);
}

.radius-top-left-025 {
  border-top-left-radius: var(--radius-025);
}

.radius-top-left-050 {
  border-top-left-radius: var(--radius-050);
}

.radius-top-left-075 {
  border-top-left-radius: var(--radius-075);
}

.radius-top-left-100 {
  border-top-left-radius: var(--radius-100);
}

.radius-top-left-125 {
  border-top-left-radius: var(--radius-125);
}

.radius-top-left-150 {
  border-top-left-radius: var(--radius-150);
}

.radius-top-right-full {
  border-top-right-radius: var(--radius-full);
}

.radius-top-right-025 {
  border-top-right-radius: var(--radius-025);
}

.radius-top-right-050 {
  border-top-right-radius: var(--radius-050);
}

.radius-top-right-075 {
  border-top-right-radius: var(--radius-075);
}

.radius-top-right-100 {
  border-top-right-radius: var(--radius-100);
}

.radius-top-right-125 {
  border-top-right-radius: var(--radius-125);
}

.radius-top-right-150 {
  border-top-right-radius: var(--radius-150);
}

.radius-bottom-left-full {
  border-bottom-left-radius: var(--radius-full);
}

.radius-bottom-left-025 {
  border-bottom-left-radius: var(--radius-025);
}

.radius-bottom-left-050 {
  border-bottom-left-radius: var(--radius-050);
}

.radius-bottom-left-075 {
  border-bottom-left-radius: var(--radius-075);
}

.radius-bottom-left-100 {
  border-bottom-left-radius: var(--radius-100);
}

.radius-bottom-left-125 {
  border-bottom-left-radius: var(--radius-125);
}

.radius-bottom-left-150 {
  border-bottom-left-radius: var(--radius-150);
}

.radius-bottom-right-full {
  border-bottom-right-radius: var(--radius-full);
}

.radius-bottom-right-025 {
  border-bottom-right-radius: var(--radius-025);
}

.radius-bottom-right-050 {
  border-bottom-right-radius: var(--radius-050);
}

.radius-bottom-right-075 {
  border-bottom-right-radius: var(--radius-075);
}

.radius-bottom-right-100 {
  border-bottom-right-radius: var(--radius-100);
}

.radius-bottom-right-125 {
  border-bottom-right-radius: var(--radius-125);
}

.radius-bottom-right-150 {
  border-bottom-right-radius: var(--radius-150);
}


/* border color */
/* ANIL */
.border-color-anil {
  border-color: #004aff !important;
}

.border-color-marinho {
  border-color: #132190 !important;
}

/* NEUTRAL */
.border-color-neutral-300 {
  border-color: #acb4cd !important;
}

.border-color-neutral-600 {
  border-color: #4b587e !important;
}

.border-color-neutral-900 {
  border-color: #30354a !important;
}

.border-color-neutral-950 {
  border-color: #151720 !important;
}

/* BLUE */
.border-color-blue-300 {
  border-color: #8ab3ff !important;
}

.border-color-blue-600 {
  border-color: #1529ff !important;
}

.border-color-blue-900 {
  border-color: #132190 !important;
}

.border-color-blue-950 {
  border-color: #0c135a !important;
}

/* TURQUOISE */
.border-color-turquoise-300 {
  border-color: #60e8d2 !important;
}

.border-color-turquoise-600 {
  border-color: #0f9285 !important;
}

.border-color-turquoise-900 {
  border-color: #144d49 !important;
}

.border-color-turquoise-950 {
  border-color: #052e2d !important;
}

/* RED */
.border-color-red-300 {
  border-color: #fda4a4 !important;
}

.border-color-red-600 {
  border-color: #dd2525 !important;
}

.border-color-red-900 {
  border-color: #801c1c !important;
}

.border-color-red-950 {
  border-color: #450a0a !important;
}

/* YELLOW */
.border-color-yellow-300 {
  border-color: #fcd34d !important;
}

.border-color-yellow-600 {
  border-color: #d97706 !important;
}

.border-color-yellow-900 {
  border-color: #78350f !important;
}

.border-color-yellow-950 {
  border-color: #451a03 !important;
}

/* PURPLE */
.border-color-purple-300 {
  border-color: #c7bbf7 !important;
}

.border-color-purple-600 {
  border-color: #7f49de !important;
}

.border-color-purple-900 {
  border-color: #4d278b !important;
}

.border-color-purple-950 {
  border-color: #2f175e !important;
}