You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

311 lines
5.5 KiB

.submit {
background-color: #4dd35b;
color: white;
border-radius: 10px;
border: 0px;
}
.mobile,
.desktop {
display: flex;
}
.submit-large {
padding: 12px 24px;
}
.submit-medium {
padding: 10px 20px;
}
.submit-small {
padding: 8px 16px;
}
.rec-arrow-left {
top: calc(50% - 22px) !important;
right: -20px !important;
}
.rec-arrow-right {
top: calc(50% - 22px) !important;
left: -20px !important;
}
.rec-dot_active {
background-color: green !important;
color: white !important;
// box-shadow: 0 0 1px rgba(255, 255, 255, 1) !important;
}
.Carousel-button-10 {
background-color: white !important;
}
.rec-pagination {
z-index: 200;
// left: calc(50% - 20px) !important;
& button {
background-color: white;
margin: 2px !important;
box-shadow: 0px 0px 0px rgba(100, 100, 100, 1);
&:focus {
box-shadow: 0px 0px 0px rgba(100, 100, 100, 1);
}
}
}
.rec-slider-container {
margin: 0px !important;
}
.rec-arrow {
position: absolute !important;
z-index: 100;
background-color: inherit !important;
box-shadow: none !important;
border: 0px !important;
color: white !important;
&:focus {
color: white !important;
}
&:disabled {
color: black !important;
display: none !important;
}
&:enabled {
color: white !important;
}
&:hover {
color: white;
}
}
.rec-slider-container {
border-radius: 10px;
}
.main {
background: black;
width: 100%;
overflow-x: hidden;
padding-top: 60px;
min-height: 100vh;
position: relative;
padding-bottom: 100px;
font-family: numeralLight;
.footer {
position: absolute;
bottom: 0px;
left: 0px;
}
main {
width: 100%;
margin: 0px auto;
}
}
.MuiFormControl-root {
width: 100%;
margin: 10px auto !important;
.MuiSelect-iconOutlined {
display: none;
}
.MuiSelect-outlined.MuiSelect-outlined {
padding-right: 15px;
}
color: #797979 !important;
}
.MuiSelect-select:focus {
// background-color: inherit !important;
// color: #4d4d4d !important;
border: 1px solid #707070;
}
.MuiMenu-list {
}
//INPUT
.MuiFormControl-root {
width: 100%;
margin: 10px auto !important;
.MuiSelect-iconOutlined {
display: none;
}
.MuiSelect-outlined.MuiSelect-outlined {
padding-right: 15px;
}
color: #797979 !important;
label {
background: black !important;
width: fit-content;
text-align: center;
color: #b5b5b5;
}
}
.MuiOutlinedInput-notchedOutline {
top: 0px !important;
}
.MuiOutlinedInput-notchedOutline {
border-color: #666666 !important;
border-width: 1px !important;
color: green !important;
border-radius: 10px !important;
}
.MuiOutlinedInput-input {
padding: 15px 14px !important;
font-family: numeralLight;
color: #84de56 !important;
&:focus {
border: 1px solid #84de56 !important;
border-radius: 10px;
transform: translateY(0px);
border-radius: 10px !important;
z-index: 120;
}
}
.MuiInputLabel-outlined {
font-family: numeralLight !important;
display: inline !important;
position: absolute;
text-align: right !important;
right: 15px !important;
top: 50% !important;
padding: 0px !important;
transform: translate(0px, -50%) scale(1) !important;
}
.MuiInputLabel-shrink {
text-align: center !important;
display: inline;
position: absolute;
right: 0px !important;
top: -8px !important;
transform: translate(0px, 0px) scale(0.85) !important;
padding: 0px 10px !important;
z-index: 130 !important;
background-color: black !important;
color: #84de56 !important;
}
.Mui-focused {
color: rgba(0, 0, 0, 1) !important;
border-color: #84de56 !important;
color: #84de56 !important;
}
.MuiInputBase-input {
height: auto !important;
}
//SELECT
.MuiMenuItem-root {
background: #272727 !important;
border-bottom: 1px solid #707070 !important;
color: white !important;
font-size: 14px !important;
font-family: numeralLight !important;
padding: 20px !important;
}
.MuiSelect-root {
font-family: numeralLight !important;
color: white !important;
}
.MuiOutlinedInput-notchedOutline legend {
display: none !important;
}
@media screen and (min-width: 1441px) {
.submit {
font-size: 20px;
}
.main {
main {
max-width: 1350px;
}
}
.mobile {
display: none !important;
}
.MuiFormControl-root {
label {
font-size: 14px;
}
}
.MuiOutlinedInput-input {
font-size: 20px;
}
}
@media screen and (min-width: 1008px) and (max-width: 1440px) {
.submit {
font-size: calc(100vw / 80);
}
.main {
main {
max-width: 1250px;
}
}
.mobile {
display: none !important;
}
.MuiFormControl-root {
label {
font-size: calc(100vw / 110) !important;
}
}
.MuiOutlinedInput-input {
font-size: calc(100vw / 80) !important;
}
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
.main {
main {
max-width: 900px;
}
}
.desktop {
display: none !important;
}
.submit-large {
font-size: calc(100vw / 38) !important;
}
.MuiFormControl-root {
label {
font-size: calc(100vw / 40) !important;
}
}
.MuiOutlinedInput-input {
font-size: calc(100vw / 45) !important;
}
}
@media screen and (max-width: 640px) {
.main {
main {
max-width: 500px;
}
}
.desktop {
display: none !important;
}
.submit {
font-size: calc(100vw / 25) !important;
}
.MuiFormControl-root {
label {
font-size: calc(100vw / 30) !important;
}
}
.MuiOutlinedInput-input {
font-size: calc(100vw / 30) !important;
}
.MuiSelect-select {
line-height: 1.5 !important;
}
}