| Server IP : 74.208.236.18 / Your IP : 216.73.216.45 Web Server : Apache System : Linux infong654 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u39365822 ( 135825) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/7/d147067425/htdocs/administrator/css/ |
Upload File : |
body {
color: #000;
overflow-x: hidden;
height: 100%;
background-color: #fff;
background-repeat: no-repeat
}
.plus-minus {
position: relative
}
.plus {
position: absolute;
top: -4px;
left: 2px;
cursor: pointer
}
.minus {
position: absolute;
top: 8px;
left: 5px;
cursor: pointer
}
.vsm-text:hover {
color: #FF5252
}
.book,
.book-img {
width: 120px;
height: 180px;
border-radius: 5px
}
.book {
margin: 20px 15px 5px 15px
}
.border-top {
border-top: 1px solid #EEEEEE !important;
margin-top: 20px;
padding-top: 15px
}
.card {
margin: 40px 0px;
padding: 40px 50px;
border-radius: 20px;
border: none;
box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2)
}
/* input,
textarea {
background-color: #F3E5F5;
padding: 8px 15px 8px 15px;
width: 100%;
border-radius: 5px !important;
box-sizing: border-box;
border: 1px solid #F3E5F5;
font-size: 15px !important;
color: #000 !important;
font-weight: 300
} */
input:focus,
textarea:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 1px solid #9FA8DA;
outline-width: 0;
font-weight: 400
}
button:focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline-width: 0
}
.pay {
width: 80px;
height: 40px;
border-radius: 5px;
border: 1px solid #673AB7;
margin: 10px 20px 10px 0px;
cursor: pointer;
box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2)
}
.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
color: #E0E0E0
}
.gray .pay {
box-shadow: none
}
#tax {
border-top: 1px lightgray solid;
margin-top: 10px;
padding-top: 10px
}
.btn-blue {
border: none;
border-radius: 10px;
background-color: #673AB7;
color: #fff;
padding: 8px 15px;
margin: 20px 0px;
cursor: pointer
}
.btn-blue:hover {
background-color: #311B92;
color: #fff
}
#checkout {
float: left
}
#check-amt {
float: right
}
@media screen and (max-width: 768px) {
.book,
.book-img {
width: 100px;
height: 150px
}
.card {
padding-left: 15px;
padding-right: 15px
}
.mob-text {
font-size: 13px
}
.pad-left {
padding-left: 20px
}
}
input[type="number"] {
width: 100%;
padding: 3px;
}
.left-btn {
float: left;
}
.right-btn {
float: right;
}
.mpopup {
display: none;
position: fixed;
z-index: 9999;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.md-modal-content {
position: relative;
background-color: #fff;
margin: auto;
padding: 0;
width: 450px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
border-radius: 0.3rem;
}
.md-modal-header {
padding: 2px 12px;
background-color: #ffffff;
color: #333;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.md-modal-header h2 {
font-size: 1.25rem;
margin-top: 14px;
margin-bottom: 14px;
}
.md-modal-body {
padding: 2px 12px;
}
.md-modal-footer {
padding: 1rem;
background-color: #ffffff;
color: #333;
border-top: 1px solid #e9ecef;
border-bottom-left-radius: 0.3rem;
border-bottom-right-radius: 0.3rem;
text-align: right;
}
.close {
color: #888;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.blncCell {
display: flex;
justify-content: space-around;
}
.btnInc {
display: none
}
.btnDec {
display: none
}
/* add animation effects */
@-webkit-keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
}
@keyframes animatetop {
from {
top: -300px;
opacity: 0
}
to {
top: 0;
opacity: 1
}
}
/* Absolute Center Spinner */
.loading {
position: fixed;
display: none;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
/* hide "loading..." text */
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.loading:not(:required):after {
content: '';
display: block;
font-size: 10px;
width: 1em;
height: 1em;
margin-top: -0.5em;
-webkit-animation: spinner 150ms infinite linear;
-moz-animation: spinner 150ms infinite linear;
-ms-animation: spinner 150ms infinite linear;
-o-animation: spinner 150ms infinite linear;
animation: spinner 150ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.clChk,
.empChk {
visibility: hidden;
}
.amd-content {
width: 800px;
}
.form-check {
display: flex;
align-items: center;
}
.form-check label {
margin-left: 10px;
font-size: 18px;
font-weight: 500;
}
.form-check .form-check-input[type=checkbox] {
border-radius: .25em;
height: 25px;
width: 25px;
}
.form-switch .form-check-input[type=checkbox] {
border-radius: 2em;
height: 50px;
width: 100px;
}