|
|
|
.submit{
|
|
|
|
background-color: #4DD35B;
|
|
|
|
color: white;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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: linear-gradient(
|
|
|
|
90deg,
|
|
|
|
hsla(0, 0%, 31%, 1) 0%,
|
|
|
|
hsla(0, 0%, 0%, 1) 100%
|
|
|
|
);
|
|
|
|
background: -moz-linear-gradient(
|
|
|
|
90deg,
|
|
|
|
hsla(0, 0%, 31%, 1) 0%,
|
|
|
|
hsla(0, 0%, 0%, 1) 100%
|
|
|
|
);
|
|
|
|
background: -webkit-linear-gradient(
|
|
|
|
90deg,
|
|
|
|
hsla(0, 0%, 31%, 1) 0%,
|
|
|
|
hsla(0, 0%, 0%, 1) 100%
|
|
|
|
);
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.MuiMenu-list {
|
|
|
|
option {
|
|
|
|
background-color: #272727 !important;
|
|
|
|
font-family: numeralLight !important;
|
|
|
|
padding: 5px 5px !important;
|
|
|
|
color: #707070;
|
|
|
|
font-size: 20px;
|
|
|
|
border-bottom: 1px solid #707070;
|
|
|
|
z-index: 1000 !important;
|
|
|
|
padding: 10px !important;
|
|
|
|
&:focus:enabled:hover {
|
|
|
|
background-color: #272727 !important;
|
|
|
|
border: 1px solid #84DE56 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.MuiSelect-root {
|
|
|
|
font-family: numeralLight !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.MuiOutlinedInput-notchedOutline legend{
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1441px) {
|
|
|
|
.submit{
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.main{
|
|
|
|
main {
|
|
|
|
max-width: 1350px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px){
|
|
|
|
.submit{
|
|
|
|
font-size : calc(100vw / 70);
|
|
|
|
}
|
|
|
|
.main{
|
|
|
|
main {
|
|
|
|
max-width: 1250px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|