﻿.padding-top-2{
  padding-top:2px;
}
.padding-top-5{
  padding-top:5px;
}
.padding-top-50{
  padding-top:50px;
}
.padding-top-10{
  padding-top: 10px !important;
}
.padding-top-12{
  padding-top: 12px !important;
}
.padding-top-15{
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}
.padding-top-70{
  padding-top:70px;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-left-2{
  padding-left:2px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.width-90{
  width:90%;
}
.blue1bg{
  background-color: #738bc5;
}
.lightbluebg{
  background-color: #b0c4f4;
}
.padding-left-30 {
  padding-left: 30% !important;
}
.padding-left-5per {
  padding-left: 5% !important;
}
.padding-left-10per {
  padding-left: 10% !important;
}
.padding-left-40 {
  padding-left: 40% !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-right-150 {
  padding-right: 150px !important;
}
.padding-2{
  padding:2px;
}
.padding-5{
  padding:5px;
}
.padding-10{
  padding:10px;
}
.padding-12{
  padding:12px;
}
.padding-0-5{
  padding: 0px 5px;
}
/* End Padding*/
.position-fixed{
  position:fixed;
}
.font-400{
  font-weight:400px;
}
.font-size-14px {
  font-size: 14px !important;
}
.font-size-75px {
  font-size: 75px !important;
}
.font-size-xxl {
  font-size: xx-large !important;
}
.font-size-xl {
  font-size: x-large !important;
}

.font-weight-bolder-black {
  font-weight: bolder !important;
  color:black !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
  
}
.font-bold{
  font-size: small;
  font-weight: bold;
}
.font-small {
  font-size: small !important;
}
.font-med-bold{
  font-size: medium;
    font-weight: bold;
}
.select-rounded-dropdown{
  border-radius: 30px;
    height: 40px;
    width: 80%;
    border: 2px solid #0c0c0c;
}

/* width */
.width-20{
  width:20%;
}
.width-50{
  width:50%;
}
.width-60{
  width:60%;
}
.width-95{
  width:95%;
}
.width-100{
  width:100%;
}
/* height */
.height-20{
  height:20%;
}
.height-40{
  height:40px;
}
.height-60{
  height: 60px;
}
.height-70{
  height: 70px;
}
.height-100{
  height:100%;
}
/* color */
.color-black{
  color: black;
}
.white{
  color: white;
}

.bg-color-white{
  background-color: white;
}
.grey{ 
  background-color: grey;
}
.blue{
  background-color: blue;
}
.color-txtblue{
  color: blue;
}
.red{
  color: rgb(207, 73, 73);
}
.bgred{
  background-color: rgb(207, 73, 73);
}
.color-grey{ 
  color: grey;
}
.color-greyWhite{ 
  color: rgb(240, 236, 236);
}
/* text-align */
.left{
  text-align:left;
}
.center{
  text-align:center;
}
.right{
  text-align:right;
}
.homecaroselimg{
  object-fit: contain;
  height: 70px;
}
.homeimg{
  width: 50%;
  padding: 10px 20px;
}

/* svg-white */

.txt-brown {
  color:brown;
}
.margin-2{
  margin:2px;
}
.margin-5{
  margin:5px;
}
.margin-10{
  margin:10px;
}

.margin-left-5{
  margin-left:5px;
}
.margin-right-5{
  margin-right:5px;
}
.margin-left-25{
  margin-left:25px;
}
.margin-right-20{
  margin-right:20px !important;
}
.logo-img{
  width: 30%; 
  object-fit: contain;
  padding-top: 20px;
}
#textWhite{
  color:white;
}

.bg-color-orange{
  background-color: orange !important;
}
.bg-vendor-home{
  background-color: #fd8a32;
}

.orange-gradient{
  background: rgb(240,116,28);
  background: linear-gradient(0deg, rgba(240,116,28,1) 0%, rgba(255,140,52,1) 100%);
}
.bluebg{
  background-color: #18284e;
}
.color-blue{
  color: #18284e;
}
.color-txtblue{
  color: #354e88;
}
.card-wrapper {
  color: black;
  background-color: rgba(225,225,225,.7);
  width: 80%;
  display:inline-block;
  /* height: 300px; */
  background: url('https://www.ukvetsonline.co.uk/sites/default/files/230/kitten_on_fence_0.jpg');
  background-size:cover;
  position: relative;
}
.card-text-wrapper{ 
  color: white;
  /* position: absolute; */
  bottom: 0;
  background-color: #d05c04;
  width: 100%;
  padding: 10px;
  box-sizing: content-box
}
.hide {
  display: none;
}
.show {
  display:block;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.font-size-xxs {
  font-size: xx-small !important;
}

.color-brown{
  color:brown;
}
.bottombarimgmark{
  width: 25%;
  padding-top: 10px;
  padding-right: 30px;
}
.bottombarimgrep{
  width: 25%;
  padding-top: 10px;
  padding-left: 30px;
}
.bottombarimg{
  width: 25%;
  padding: 10px 20px;
 
}
.z-index2{
  z-index:2 ;
}
.ripple-color{
  color: #75a5b8 ;
  background : #85c1e9;
  opacity: 0.5;
}
.ripple-home {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.5;
}
.homecaroselimg100{
  /*object-fit: contain;*/
  /*height:350px;*/
  height: 450px !important;
  width:100%;
  padding:10px;
}
.loading {
  position: fixed;
  z-index: 999;
  bottom: 50%;
  right: 50%;
}
.info-text{
  font-size: 13px !important;
  color: white;
  text-align: center !important;
}

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.box {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 50px;
  font-size:10px;
}

.flex-align-right {
    display: flex;
    align-content: center;
    justify-content: right;
}

.flex-align-left {
    display: flex;
    align-content: center;
    justify-content: left;
}

.orangegradient{
  background: rgb(240,116,28);
  background: linear-gradient(0deg, rgba(240,116,28,1) 0%, rgba(255,140,52,1) 100%);
  /* background-color: rgb(235, 162, 28); */
      
}
.vendorbox{
  align-content: center;
  justify-content: center;
  height: 100%;
  font-size: 10px;
}
.border-btm{
  border-bottom: 3px solid white;
}

#scrollup {
  background: url("../img/scroll.png") no-repeat;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  margin-left: 20px;
  display: none;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9999;
}
.inputtext{
  text-align: left;
  padding-left: 10px;
}
.toast--danger {
  left: auto;
  background-color: hsl(348, 100%, 61%);
  border-radius: 20px;
}

/* success */
.toast--success {
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  width: 250px;
  border-radius: 30px;
  background-color: hsl(141, 71%, 48%);
}
.toast--success__message {
  margin: 0;
  text-align: center;
}
/* thick */
.toast--thick__message,
.toast--thick__button {
  font-weight: 700;
}

/* Road side Assistance carousal design */
.font-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10010;
}
.read {
  border: 2px solid #18284e;
}
.unread {
  border: 2px solid #fe9900;
}
.stories-tab {
  /* padding-top: 8px; */
  background-color: #ffffff;
  font-size: 12px;
  height: 120px;
 /* margin: 8px;
  padding: 8px;*/
}
.stories-tab-Orders {
  /* padding-top: 8px; */
  background-color: #f6f6f6;
  font-size: 12px;
  /* height: 95px; */
/*  margin: 8px;
  padding: 8px;*/
}
.capital {
  text-transform: capitalize;
}
.story {
  display: inline-table;
  padding:3px;
  width: 100%;
  padding-left: 20%;

}
.story-thumbnail-wraper {
  text-align: center;
  border-radius: 20%;
}

.story-thumbnail {
  width: 90%;
  height: 70px;
  border-radius: 50%;
  vertical-align: middle;
}
/* Road side Assistance carousal design */

.ddl-border{
  border-bottom: 1px solid grey !important;
  border: none;
  background-color: transparent !important;
}

.text-capital {
  text-transform: uppercase !important;
}

/* carcard */
.car-card {
  font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 12%); */
  /* border-radius: 8px; */
  background-color: white;
  
  box-sizing: border-box;
  display: inline-table;
  margin: 8px;
  padding: 16px;
  text-align: left;
  word-wrap: break-word;
}
.close-fab{
  top: -40px !important;
  bottom: auto !important;
  right: -10px !important;
}

.image {
    object-fit: contain;
    width: 100%;
    height: 188px;
}

.padding-top-5 {
    padding-top: 5px;
}

.text-green{
    color:green;
}

.stories-tab {
    /* padding-top: 8px; */
    background-color: #f6f6f6;
    font-size: 12px;
    /*  height: 72px;*/
    /*  margin: 8px;
  padding: 8px;*/
}

.amount-color {
    color: #b12704 !important;
}

.card--cardlanding {
/*    background-color: lightgrey;*/
    padding-bottom: 5px;
    padding-top: 5px
}

.ImageIndex {
    height: 25%;
    width: 25%;
    margin-top: 250px;
    position: unset;
}

.LoginGreen {
    color: #4DAF00 !important;
}


