body{ /* background:rgb(173, 216, 255) !important; */ /* background:#ffffff !important; */ background:#000 !important; -webkit-tap-highlight-color: hsla(0,0,0,0); tap-highlight-color: hsla(0,0,0,0); /* background: -webkit-linear-gradient(left top, white , black)!important; background: -o-linear-gradient(bottom right, white, black)!important; background: -moz-linear-gradient(bottom right, white, black)!important; background: linear-gradient(to bottom right, white , black)!important; */ /* background: rgb(255, 255, 255) !important; background-size: cover !important; background-size: contain !important; background-position: center !important; */ } :root { --primary: #102d37; --primary-dark: #041f28; --primary-white: #ffffff; } .wrap { height: 100%; display: flex; align-items: center; justify-content: center; } .agree-btn { min-width: 300px; min-height: 60px; font-family: 'Nunito', sans-serif; font-size: 22px; text-transform: uppercase; letter-spacing: 1.3px; font-weight: 700; color: #fff; background: #2C3333; /* background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%); */ background: linear-gradient(90deg, #000000 0%, #050505 100%); border: none; border-radius: 1000px; box-shadow: 12px 12px 24px rgba(211, 204, 204, 1); transition: all 0.3s ease-in-out 0s; cursor: pointer; outline: none; position: relative; padding: 10px; } /* .agree-btn::before { content: ''; border-radius: 1000px; min-width: calc(300px + 12px); min-height: calc(60px + 12px); border: 6px solid #00FFCB; box-shadow: 0 0 60px rgba(0,255,203,.64); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all .3s ease-in-out 0s; } .agree-btn:hover, .agree-btn:focus { color: #313133; transform: translateY(-6px); } .agree-btn:hover::before, .agree-btn:focus::before { opacity: 1; } .agree-btn::after { content: ''; width: 30px; height: 30px; border-radius: 100%; border: 6px solid #00FFCB; position: absolute; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: ring 1.5s infinite; } .agree-btn:hover::after, .agree-btn:focus::after { animation: none; display: none; } @keyframes ring { 0% { width: 30px; height: 30px; opacity: 1; } 100% { width: 300px; height: 300px; opacity: 0; } } */ .start{ display: flex; justify-content: center; align-items: center; height: 100vh; } .verify-transaction{ display: flex; justify-content: center; align-items: center; height: 100vh; } .rating-div{ display: flex; justify-content: center; align-items: center; height: 100vh; width: 100%; } .rating-card{ width: 95%; } #login-information{ width: 760px; height: fit-content; } .login-div{ display: flex; justify-content: center; align-items: center; height: 100vh; } #verify-information{ display: flex; justify-content: center; align-items: center; height: fit-content; width: fit-content; } #content-inner{ justify-items: center; align-items: center; max-width: 100%; margin-top: 3rem; } #import-information{ width: 30rem; height: 30rem; /* position: inherit; top: 50%; left: 50%; margin: -50px 0 0 -50px; */ } /* #notsame-information{ width: 30rem; height: fit-content; } */ .input-first-page{ padding: 1rem .5rem; } .input-first-page input{ /* border: 2px solid rgb(51, 121, 217); */ border: 2px solid #fff; border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; background-color: #B2B2B2; /* background-color: rgb(173, 216, 255); */ height: 75px; margin: 0 50px; font-size: xx-large; } .input-first-page input::placeholder{ color: grey; font-weight: bold; } .input-first-page input[type=text]{ font-weight: bold; color: #000; } /* .input-first-page:nth-child(3){ margin-top: -1.5rem; } */ .btn-left{ float: left; margin: 10px 10px; font-weight: bolder !important; background-color: #ff6961 !important; color: #fff !important; } .btn-right{ float: right; margin: 10px 10px; font-weight: bolder !important; } /* #btn-first_page{ position } */ #btn-first_page_back{ margin: 10px 10px; } .d-none { display: none; } #capturevideo { width: 100%; height: 100%; } /* Style for the canvas element */ #capturecanvas { width: 100%; height: 100%; } .import-table{ margin: 0 auto 0; } .mid-td{ width: 15%; max-width: 15%; } .input-first-page-top{ margin-top: -5px; padding: 0 5px 0; } /* import blade */ .import-dealer_name{ margin-top: 2rem; } .import-dealer_password{ margin-top: 2rem; } .import-dealer_password input{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border: 2px solid rgb(51, 121, 217); background-color: rgb(173, 216, 255); } .import-dealer_password input[type=text]{ font-weight: bolder; color: #000; } .import-dealer_password input::placeholder{ font-weight: bolder; } .import-dealer_code input{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border: 2px solid rgb(51, 121, 217); background-color: rgb(173, 216, 255); } .import-dealer_code input[type=text]{ font-weight: bolder; color: #000; } .admin-name input[type=text]{ margin-top: 1.5rem; font-weight: bolder; color: #000; } .admin-lname input[type=text]{ font-weight: bolder; color: #000; } .admin-email input[type=email]{ font-weight: bolder; color: #000; } .admin-password input[type=password]{ font-weight: bolder; color: #000; } #admin-reg{ width: 760px; height: fit-content; } #admin-reg input{ border-radius: 5px !important; border: 2px solid rgb(51, 121, 217); background-color: rgb(173, 216, 255); margin-bottom: 1.5rem; } #admin-reg input::placeholder{ font-weight: bolder; } .import-dealer_name input[type=text]{ font-weight: bolder; color: #000; } .import-dealer_name input{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; border: 2px solid rgb(51, 121, 217); background-color: rgb(173, 216, 255); } .import-dealer_name input::placeholder{ font-weight: bolder; } .import-dealer_code input::placeholder{ font-weight: bolder; } .import-dealer_code{ margin-top: 2rem; } .input-user-name{ margin-top: 2rem; } .input-user-name input{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; /* border: 2px solid rgb(51, 121, 217); */ border: 2px solid #fff; /* background-color: rgb(173, 216, 255); */ /* background-color:#fff; */ background-color: #B2B2B2; height: 75px; font-size: xx-large; } .input-user-name input::placeholder{ font-weight: bolder; } .input-password{ margin-top: 2rem; margin-bottom: 1.5rem; } .input-password input{ border-top-left-radius: 5px !important; border-bottom-left-radius: 5px !important; /* border: 2px solid rgb(51, 121, 217); */ border: 2px solid #fff; /* background-color: rgb(173, 216, 255); */ /* background-color: #fff; */ background-color: #B2B2B2; height: 75px; font-size: xx-large; } .input-password input::placeholder{ font-weight: bolder; } .payment_type{ margin-top: 1rem; } .receiver{ margin-top: -12px; } .indent{ padding-left: 3%; } .sc_information{ margin-top: .5rem; } .sc_information .import:nth-child(1){ margin: 0 0 1rem; } .sc_information .import:nth-child(2){ margin-top: -1px; margin-bottom: 1rem; } .import-btn{ float: right; /* margin:.5rem .1rem; */ } #receipt-image{ align-self: center; width: 300px; height: 300px; } /* end */ /* start verify css */ .btn-circle{ width: 100px; height: 100px; padding: 10px 16px; border-radius: 50px; font-size: 20px; font-weight: bolder; text-align: center; box-shadow: 0 6px 0 var(--primary-dark), 0 5px 15px -4px #fff; transition: box-shadow 0.2s ease-in-out, margin-top 0.2s ease-in-out, opacity 0.2s ease-in-out; cursor: pointer; } /* .btn-circle:active{ animation: glow 1500ms infinite; } @keyframes glow { 0% { background-color: #e85959; box-shadow: 0 0 3px #e85959; } 50% { background-color: #ab4758; box-shadow: 0 0 40px #ab4758; } 100% { background-color: #6b1a1b; box-shadow: 0 0 3px #6b1a1b; } } */ #vkool-logo{ float: right; margin-bottom: -1rem; height: 150px; width: 150px; } #comp-logo{ float: right; margin-top: 2rem; margin-bottom: -1rem; height: 50px; width: 150px; } #dealer-logo{ float: right; margin-top: 2rem; margin-bottom: -1rem; height: 50px; width: 175px; } .card{ border-radius: 15px !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 2px 10px 0 rgba(0, 0, 0, 1); } .dashboard-card{ margin: 0 15px 0; width: 250px; } svg{ margin-top: 3px; float: right; font-size: 3rem; } .dashboard-p{ font-size: 3rem; } #first-information{ /* background-color: #000; */ } button.depth { /* left: 50%; */ /* margin: -40px; */ /* position: absolute; */ /* top: 40%; */ } button.depth:hover, button.depth:active { outline: 0; } /* 3D Button */ button.depth { background: #444; border: none; border-radius: 80px; box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), inset 0 0 2px 6px hsla(0,0%,0%,.2), inset 0 0 1px 8px hsla(0,0%,0%,.5), inset 0 -4px 2px 4px hsla(0,0%,0%,.5), inset 0 1px 1px 8px hsla(0,0%,100%,.25), inset 0 -30px 30px hsla(0,0%,0%,.2), 0 -4px 8px 4px hsla(0,0%,0%,.5), 0 10px 10px hsla(0,0%,0%,.25), 0 0 2px 2px hsla(0,0%,0%,.2), 0 0 2px 4px hsla(0,0%,0%,.2), 0 0 2px 6px hsla(0,0%,0%,.2), 0 0 2px 8px hsla(0,0%,0%,.5), 0 1px 2px 8px hsla(0,0%,100%,.25), 0 -1px 2px 8px hsla(0,0%,0%,.5); color: #303030; cursor: pointer; /* font: bold 40px/85px sans-serif; */ font-size: 20px; font-weight: bold; height: 80px; padding: 0; text-shadow: 0 1px 1px hsla(0,0%,100%,.25), 0 -1px 1px hsla(0,0%,0%,.75); width: 80px; } button.depth:hover, button.depth:focus { color: #0ab; text-shadow: 0 0 20px hsla(240,75%,75%,.5), 0 1px 1px hsla(0,0%,100%,.25), 0 -1px 1px hsla(0,0%,0%,.75); } button.depth:active { box-shadow: inset 0 0 2px 2px hsla(0,0%,0%,.2), inset 0 0 2px 4px hsla(0,0%,0%,.2), inset 0 0 2px 6px hsla(0,0%,0%,.2), inset 0 0 1px 7px hsla(0,0%,0%,.5), inset 0 5px 15px 7px hsla(0,0%,0%,.15), inset 0 -4px 2px 3px hsla(0,0%,0%,.5), inset 0 1px 1px 7px hsla(0,0%,100%,.25), inset 0 -30px 30px hsla(0,0%,0%,.1), inset 0 30px 30px hsla(0,0%,0%,.2), 0 -4px 8px 4px hsla(0,0%,0%,.5), 0 5px 10px hsla(0,0%,0%,.25), 0 0 2px 2px hsla(0,0%,0%,.2), 0 0 2px 4px hsla(0,0%,0%,.2), 0 0 2px 6px hsla(0,0%,0%,.2), 0 0 2px 8px hsla(0,0%,0%,.5), 0 1px 2px 8px hsla(0,0%,100%,.25), 0 -1px 2px 8px hsla(0,0%,0%,.5); line-height: 80px; } #not-same-blade input{ border: 2px solid rgb(51, 121, 217); border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; background-color: rgb(173, 216, 255); } #not-same-blade label{ font-weight: bolder; } #not-same-blade input::placeholder{ color: grey; font-weight: bold; } #not-same-blade input[type=text]{ font-weight: bold; color: #000; } .rating-card textarea{ border: 2px solid rgb(51, 121, 217); border-radius: 5px !important ; width: 100%; resize: none; background-color: rgb(173, 216, 255); } .btn-review{ float: right; }