Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .container{
- width: 100%;
- padding-right: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
- }
- .search-container{
- width: 50%;
- padding-right: 15px;
- padding-left: 15px;
- margin-right: auto;
- margin-left: auto;
- }
- body {
- font-family: Arial, Helvetica, sans-serif;
- background: url("/static/customers/img/b1.jpg");
- }
- .parent-row{
- background: white;
- border-top-right-radius: 10px;
- border-bottom-right-radius: 10px;
- border-top-left-radius: 10px;
- border-bottom-left-radius: 10px;
- box-shadow: 12px 12px 22px grey;
- }
- .mt-4,
- .my-4{
- margin-top: 1.5rem;
- }
- .p-2{
- padding: .5rem;
- }
- /* Style the form */
- #regForm {
- background-color: #ffffff;
- width: 100%;
- min-width: 300px;
- }
- /* Style the input fields */
- input {
- padding: 20px;
- width: 100%;
- font-size: 24px;
- font-family: Raleway;
- border-radius: 20px;
- border: 1px solid #aaaaaa;
- }
- /* Mark input boxes that gets an error on validation: */
- input.invalid {
- background-color: #ffdddd;
- }
- /* Hide all steps by default: */
- .tab {
- display: none;
- }
- /* Make circles that indicate the steps of the form: */
- .step {
- height: 15px;
- width: 15px;
- margin: 0 2px;
- background-color: #4e64df;
- border: none;
- border-radius: 50%;
- display: inline-block;
- opacity: 0.5;
- }
- /* Mark the active step: */
- .step.active {
- opacity: 1;
- }
- /* Mark the steps that are finished and valid: */
- .step.finish {
- background-color: #04AA6D;
- }
- .browsebtn {
- border:none;
- outline: none;
- height: 50px;
- width: 100px;
- background: linear-gradient(135deg, #0e82cf, #64546b);
- color: white;
- border-radius: 4px;
- font-weight: bold;
- }
- textarea:focus,
- input[type="text"]:focus,
- input[type="password"]:focus,
- input[type="datetime"]:focus,
- input[type="datetime-local"]:focus,
- input[type="date"]:focus,
- input[type="month"]:focus,
- input[type="time"]:focus,
- input[type="week"]:focus,
- input[type="number"]:focus,
- input[type="email"]:focus,
- input[type="url"]:focus,
- input[type="search"]:focus,
- input[type="tel"]:focus,
- input[type="color"]:focus,
- .uneditable-input:focus {
- border-color: #2a2585;
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #2a2585;
- outline: 0 none;
- }
- .browsebtn:hover {
- background: white;
- border: 1px solid;
- color: rgb(0, 0, 0);
- }
- .browsebtn input:hover{
- /* transform: scale(0.99); */
- background: linear-gradient(-135deg, #71b7e6, #9b59b6) !important;
- }
- .has-search .form-control {
- padding-left: 2.375rem!important;
- }
- .has-search .form-control-feedback {
- position: absolute;
- z-index: 2;
- display: block;
- width: 2.375rem;
- height: 2.375rem;
- line-height: 2.375rem;
- text-align: center;
- pointer-events: none;
- color: #1c6097;
- }
- #map
- /*map*/
- {
- width: 100%;
- height: 500px;
- margin: 10px auto;
- border-radius: 10px;
- }
- /*
- * Optional: Makes the sample page fill the window.
- */
- .controls {
- margin-top: 10px;
- border: 1px solid transparent;
- border-radius: 2px 0 0 2px;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- height: 32px;
- outline: none;
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
- }
- .form-row {
- display: flex;
- flex-wrap: wrap;
- margin-right: -5px;
- margin-left: -5px;
- }
- .form-row>.col, .form-row>[class*=col-] {
- padding-left: 5px;
- padding-right: 5px;
- }
- .form-group {
- margin-bottom: 1rem;
- }
- .form-inline .form-control {
- display: inline-block;
- width: auto;
- vertical-align: middle;
- }
- .form-row > .col {
- padding-left: 5px;
- padding-right: 5px;
- }
- label {
- margin-bottom: 0.5rem;
- }
- #origin-input:focus,
- #destination-input:focus {
- border-color: #4d90fe;
- }
- #mode-selector {
- color: #fff;
- background-color: #4d90fe;
- margin-left: 12px;
- padding: 5px 11px 0px 11px;
- }
- #mode-selector label {
- font-family: Roboto;
- font-size: 13px;
- font-weight: 300;
- }
- .title{
- font-size: 25px;
- margin-bottom: 3rem;
- font-weight: 500;
- position: relative;
- }
- .title::before{
- content: "";
- position: absolute;
- left: 0;
- bottom: 0;
- height: 3px;
- width: 50px;
- border-radius: 5px;
- background: linear-gradient(135deg, #71b7e6, #9b59b6);
- }
- input {
- border-radius: 10px;
- }
- .has-search .form-control {
- padding-left: 2.375rem!important;
- margin-top: 12px;
- }
- .has-search .form-control-feedback {
- position: absolute;
- z-index: 2;
- display: block;
- width: 2.375rem;
- height: 2.375rem;
- line-height: 2.375rem;
- text-align: center;
- pointer-events: none;
- color: #1c6097;
- }
- /* */
- .bg-img{
- width: 100%;
- height: 400px;
- object-fit: cover;
- }
- .track-form{
- display: flex;
- justify-content: center;
- max-width: 598px;
- margin-left: auto;
- margin-right: auto;
- }
- .tracking-img{
- position: absolute;
- }
- .tracking-art{
- position: relative;
- }
- .tracking-art h1{
- font-size: 34px;
- line-height: 32px;
- text-align: center;
- color: #fff;
- padding: 32px;
- margin-bottom: 12px;
- font-weight:bold;
- }
- .track-inp{
- padding: 8px 16px ;
- border-top-left-radius: 8px;
- border-bottom-left-radius:8px ;
- width: 100%;
- border: #fff;
- }
- .track-inp:focus{
- outline: none;
- }
- .track-arr{
- color: #fff;
- font-size: 12px;
- }
- .track-btn{
- background: rgb(36, 35, 35);
- padding: 8px 10px;
- border-top-right-radius: 8px;
- border-bottom-right-radius:8px ;
- }
- .track-btn:hover{
- opacity: 0.8;
- cursor: pointer;
- }
- .tracking-art-res{
- position: relative;
- display: grid;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- gap: 22px;
- background: #fff;
- border-radius: 8px;
- padding: 32px;
- margin-top: 20px;
- margin-left: 32px;
- margin-right: 32px;
- }
- .tracking-details{
- position: relative;
- }
- /* .tracking-details::before{
- content: '';
- position: absolute;
- background-color: #85C1E9;
- width: 3px;
- height: 90%;
- bottom: 0;
- left: -17px;
- } */
- .tracking-detail h2{
- text-transform: uppercase;
- font-weight: 500;
- font-size: 14px;
- line-height: 20px;
- color: hsl(0, 1%, 17%);
- letter-spacing: 0.4px;
- margin-bottom: 12px;
- }
- .tracking-details h2{
- text-transform: uppercase;
- font-weight: 500;
- font-size: 14px;
- line-height: 20px;
- color: hsl(0, 1%, 17%);
- letter-spacing: 0.4px;
- margin-bottom: 12px;
- }
- .tracking-details p{
- font-weight:bold;
- color: hsl(0 ,0, 17%);
- font-size: x-large;
- }
- .tracking-detail p{
- font-weight:bold;
- color: hsl(0 ,0, 17%);
- font-size: x-large;
- }
- /* smartphones, iPhone, portrait 480x320 phones */
- @media screen and (min-width: 320px) and (max-width: 480px) {
- .tracking-art-res{
- display: grid;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- gap: 6px;
- text-align: center;
- }
- }
- /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
- @media screen and (min-width: 575px) and (max-width: 767.98px) {
- .tracking-art-res{
- display: grid;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- gap: 10px;
- text-align: left;
- }
- }
- /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
- @media screen and (min-width: 768px) and (max-width: 1024px) {
- .tracking-art-res{
- display: grid;
- grid-template-columns: repeat(4, minmax(0, 1fr));
- gap: 16px;
- max-width: 896px;
- margin-left: auto;
- margin-right: auto;
- }
- .tracking-details::after{
- content: '';
- position: absolute;
- background-color: #70787e;
- width: 3px;
- height: 100%;
- bottom: 0;
- right: 5px;
- }
- }
- /* big landscape tablets, laptops, and desktops */
- @media screen and (min-width: 1025px) and (max-width: 1199px) {
- .tracking-art-res{
- display: grid;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- gap: 24px;
- max-width: 596px;
- margin-left: auto;
- margin-right: auto;
- }
- .tracking-details::after{
- content: '';
- position: absolute;
- background-color: #70787e;
- width: 3px;
- height: 100%;
- bottom: 0;
- right: 5px;
- }
- }
- /* hi-res laptops and desktops */
- @media screen and (min-width: 1200px) {
- .tracking-art-res{
- display: grid;
- position: relative;
- grid-template-columns: repeat(2, minmax(0, 1fr));
- gap: 24px;
- max-width: 896px;
- margin-left: auto;
- margin-right: auto;
- }
- .tracking-details::after{
- content: '';
- position: absolute;
- background-color: #70787e;
- width: 3px;
- height: 100%;
- bottom: 0;
- right: 5px;
- }
- }
- /* */
- .ul_item{
- list-style: none;
- }
- .payMenu {
- background: linear-gradient(135deg, #71b7e6, #9b59b6);
- border-left: 1px solid #2a2585;
- border-top-left-radius: 20px;
- border-bottom-left-radius: 20px;
- }
- .left-hor {
- border-left: 1px solid #2a2585;
- border-radius: 20px;
- }
- .paybtn {
- border:none;
- outline: none;
- height: 30px;
- width: 100px;
- background: linear-gradient(135deg, #1f571f, #b84663);
- color: white;
- border-radius: 4px;
- font-weight: bold;
- }
- .paybtn:hover {
- background: white;
- border: 1px solid;
- color: rgb(0, 0, 0);
- }
- .ipay {
- background: linear-gradient(135deg, #1d5e1d, #b89046) !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement