.alert.purple { background-color: var(--darker-t-15); color: white; border-color: var(--darker-t-15); } .g-1{ gap: .25rem; } .g-2 { gap: .5rem; } .g-3 { gap: 1rem; } .g-12 { gap: 12px; } .text-uppercase{ text-transform:uppercase; } .text-orange{ color:var(--orange-1); } .overflow-x-auto { overflow-x: auto; } .form-check { display: flex; gap: .75rem; padding-left: 1.25rem; margin-bottom: .75rem; } .form-check-input { margin-bottom: 0; margin-left: 0; } .font-size-large { font-size:2rem; } .font-size-16 { font-size: 16px !important; } .font-size-small { font-size: 14px !important; } .font-size-very-small { font-size: 12px !important; } .font-weight-semi-bold { font-weight: 400 !important; } .box-shadow { box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, .1); } .box-shadow-0 { box-shadow: unset !important; } .border-semi-thick { border-width: 2px !important; border-style: solid; } .badge-warning { color: #8E4508 !important; } .bg-yellow { background-color: #FF9700 !important; } .text-info-light { color: #ADC9F0 !important; } .text-yellow { color: #FF9700 !important; } .text-yellow-light { color: #FFD9A4 !important; } .text-strikethrough{ text-decoration: line-through; } .text-truncate { width: 100%; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; } .bg-grey { background-color: #454a53 !important; } .border-grey { border-color: #454a53 !important; } .border-grey-light { border-color: #8F9297 !important; } .border-grey-lighter { border-color: #c5c5c5 !important; } .bg-grey-light { background-color: #E5E5E5 !important; } .bg-grey-slightly-lighter { background-color: #DADADA !important; } .text-grey { color: var(--grey-2) !important; } .text-slightdarkgrey { color: #9a9a9a !important; } .text-darkgrey { color: #454a53 !important; } .font-weight-bold { font-weight: 600 !important; } .border-orange-light { border-color: #ffb74f !important; } .bg-transparent { background-color: #FFFFFF; background-color: rgba(255, 255, 255, 0) !important; } .text-underline { text-decoration: underline; } .bg-lighter { background-color: #58585B; background-color: rgba(255,255,255,0.12) !important; } .bg-lighter-3 { background-color: #858587; background-color: rgba(255,255,255,0.36) !important; } .bg-lighter-5 { background-color: #A0A0A2; background-color: rgba(255,255,255,0.5) !important; } .bg-lighter-7 { background-color: #C6C6C7; background-color: rgba(255,255,255,0.7) !important; } .text-light { color: var(--light) !important } .text-lighter { color: #555557; color: rgba(255,255,255,0.1) !important; } .text-darker-15{ color:var(--darker-15) !important; } .text-darker-20 { color: var(--darker-20) !important; } .border-bottom { border-bottom: 1px solid !important; } .border-top { border-top: 1px solid !important; } .text-dark { color: var(--dark-2) !important; } .border-thick { border-width: 2px !important; } .mt-8 { margin-top: 8rem; } .mt-10 { margin-top: 10rem; } .bg-light { background-color: var(--light) !important } .text-darker { color: var(--dark-2); } .text-darker { color: #3C3C3E; color: rgba(0,0,0,0.1) !important; } .text-darker-2 { color: #353537; color: rgba(0,0,0,0.2) !important; } .text-darker-3 { color: #2E2E30; color: rgba(0,0,0,0.3) !important; } .text-darker-4 { color: #282829; color: rgba(0,0,0,0.4) !important; } .text-darker-70 { color: var(--darker-70) !important; } .text-white { color: var(--white) !important; } .text-black { color: var(--black) !important; } .bg-actual-white { background-color: white !important; } .text-actual-white { color: white !important; } .text-actual-black { color: black !important; } .bg-black { background-color: var(--black) !important } .bg-white { background-color: var(--white) !important } .bg-dark-light { background-color: var(--dark-1) !important } .bg-dark { background-color: var(--dark-2) !important } .bg-darker-05 { background-color: var(--darker-05) !important; } .bg-darker-10 { background-color: var(--darker-10) !important; } .bg-darker-15 { background-color: var(--darker-15) !important; } .bg-darker-20 { background-color: var(--darker-20) !important; } .bg-darker-t-20 { background-color: var(--darker-t-20) !important; } .background-blur{ backdrop-filter:blur(3px); } .border-lighter-20 { border-color: var(--lighter-20) !important; } .border-darker-05 { border-color: var(--darker-05) !important; } .border-darker-10 { border-color: var(--darker-10) !important; } .border-darker-15 { border-color: var(--darker-15) !important; } .border-darker-20 { border-color: var(--darker-20) !important; } .border-darker-30 { border-color: var(--darker-30) !important; } .border-white { border-color: var(--white) !important; } .rounded-0{ border-radius:0 !important; } .rounded-top-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important } .rounded-top-left { border-top-left-radius: .25rem !important; } .rounded-top-left-0 { border-top-left-radius: 0 !important; } .rounded-top-right { border-top-right-radius: .25rem !important } .rounded-top-right-0 { border-top-right-radius: 0 !important } .rounded-bottom-left { border-bottom-left-radius: .25rem !important; } .rounded-bottom-left-0 { border-bottom-left-radius: 0 !important; } .rounded-left-0 { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; } .rounded-right-0 { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rounded-bottom-right { border-bottom-right-radius: .25rem !important } .rounded-bottom-right-0 { border-bottom-right-radius: 0 !important; } .rounded-bottom-0 { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; } .rounded-panel { border-radius: .50rem !important; } .rounded-top-panel { border-top-left-radius: .50rem !important; border-top-right-radius: .50rem !important; } .rounded-top-left-panel { border-top-left-radius: .50rem !important; } .rounded-top-right-panel { border-top-right-radius: .50rem !important; } .rounded-bottom-panel { border-bottom-left-radius: .50rem !important; border-bottom-right-radius: .50rem !important; } .rounded-bottom-left-panel { border-bottom-left-radius: .5rem !important; } .rounded-bottom-right-panel { border-bottom-right-radius: .5rem !important; } .rounded-left-panel { border-top-left-radius: .5rem !important; border-bottom-left-radius: .5rem !important; } .rounded-right-panel { border-bottom-right-radius: .5rem !important; border-top-right-radius: .5rem !important; } .rounded-more { border-radius: 20px !important; } .r-2 { border-radius: 2rem !important; } .rounded-top-more { border-top-left-radius: 20px !important; border-top-right-radius: 20px !important; } .rounded-bottom-more { border-bottom-left-radius: 20px !important; border-bottom-right-radius: 20px !important; } .rounded-bottom-right-more { border-bottom-right-radius: 20px !important; } .rounded-bottom-left-more { border-bottom-left-radius: 20px !important; } .py-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .pt-6 { padding-top: 6rem !important; } .pb-6 { padding-bottom: 6rem !important; } .text-unselectable { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; } .text-shadow-unset { text-shadow: unset; } .text-shadow-black-2 { text-shadow: 1px 1px 2px black !important; } .text-shadow-black { text-shadow: 1px 1px 2px black !important; } .text-shadow-brown { text-shadow: 1px 2px #9B5C23 !important; } .short-text-shadow-brown { text-shadow: 1px 1px #9B5C23 !important; }