File: /www/wwwroot/shopmfv.com/shop/static/css/styles.css
.myButton {
background-color: #ff4d04;
padding: 10px;
min-width: 100%;
text-align: center;
font-size: 24px;
font-weight: 700;
color: white;
border-radius: 3px;
cursor: pointer;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.068), 0 6px 13px 0 rgba(0, 0, 0, 0.19);
}
.myButton:hover {
background-color: rgb(247, 122, 64);
color: rgb(52, 52, 201);
}
.squareButton {
font-size: 20px;
cursor: pointer;
color: white;
text-align: center;
background-color: #ff4d04;
width: 10% !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.068), 0 6px 13px 0 rgba(0, 0, 0, 0.19);
}
.squareButton:hover {
background-color: rgb(247, 122, 64);
color: rgb(52, 52, 201);
}
.buttonHolder {
display: flex;
justify-content: center;
width: 100%;
padding-bottom: 400px;
}
#mainBody {
min-height: 90vh;
background-color: rgb(248, 239, 228);
}
.font-weight-bold {
font-weight: bold;
}
.loaderSpin {
width: 68px;
height: 68px;
border: 8px solid #585bf1;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.typeInput {
height: 60px;
font-size: 24px;
font-weight: bold;
width: 100%;
text-align: center;
}
.disabledButton {
min-width: 100% !important;
text-align: center;
font-size: 34px;
background-color: grey;
border-color: grey;
color: rgb(167, 167, 167);
cursor: not-allowed;
}
.errorTxt {
color: red;
}
.customTooltip {
display: inline-block;
position: relative;
text-align: left;
}
.customTooltip .topTip {
min-width: 80px;
top: -10px;
transform: translate(-50%, -100%);
padding: 10px 10px;
color: #444444;
background-color: #eeeeee;
font-weight: normal;
font-size: 13px;
border-radius: 8px;
position: absolute;
z-index: 55;
box-sizing: border-box;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
display: block;
}
.customTooltip .topTip:hover {
z-index: 56;
}
.customTooltip .topTip i {
position: absolute;
top: 100%;
left: 50%;
margin-left: -12px;
width: 24px;
height: 12px;
z-index: 56;
overflow: hidden;
}
.customTooltip .topTip i::after {
content: "";
position: absolute;
width: 12px;
height: 12px;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
background-color: #eeeeee;
box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.progress-now {
position: absolute;
width: 25px;
height: 25px;
shape-outside: circle();
clip-path: circle();
background-color: rgb(247, 122, 64);
border-radius: 50%;
border: 2px solid rgb(0, 0, 0);
vertical-align: middle;
padding: 2px;
overflow: hidden;
display: inline-block;
z-index: 60;
}