@import url(https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap);
/* css variable declaration */

/* in the pseudo class root so as to be available in the global stylesheet scope */

/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&display=swap');*/
/* * {
  margin: 0;
  padding: 0;
  font-family: 'arial','product_sansbold', 'SF UI Text Regular', 'SF UI Text Bold', 'SF UI Text Light', 'SF UI Text Heavy', 'SF UI Text SemiBold'; 
} */

:root {
  --main-bg-color: #eaeffb;
  --main-shade: #006bd3;
  --main-font-family: 'arial', 'product_sansbold', 'SF UI Text Regular', 'SF UI Text Bold', 'SF UI Text Light', 'SF UI Text Heavy', 'SF UI Text SemiBold';
  --main-button-background: #006BD3;
  --main-fb-color: #4267B2;
  --main-google-color: #518EF8;
}

/* resetting the application css */

body, h1, h2, h3, h4, h5, h6, button{
  /* background: #F5F5F5;*/
  font-family: 'Spartan', sans-serif;
}
a{
  color: #0085db;
}
/*.font-sfprodisply{
  font-family: 'SF Pro Display' !important;
}
.font-sfprotext{
  font-family: 'SF Pro Text' !important;
}
.font-productsansregular{
  font-family: 'arial' ;
}
.font-productsansbold{
  font-family: 'product_sansbold'  !important;
}
.font-circular-std{
  font-family: 'Circular std' !important;
}*/

.normal-ltextcolor {
  color: #8E8D92 !important;
}

.primary-textcolor {
  color: #0085db !important;
}

.textcolor {
  color: #666666 !important;
}

.textcolor4 {
  color: #444444 !important;
}
.textcolor5 {
  color: #666666 !important;
}

.textcolor83 {
  color: #838383 !important;
}

.textcolor1D {
  color: #1D1D1D!important;
}

.textcolor1Da8 {
  color: rgba(29, 29, 29, 0.8)!important;
}

.textcolor83a7 {
  color: rgba(131, 131, 131, 0.7) !important;
}

.secondary-bgcolor {
  background: #FC972E !important;
  background-color: #FC972E !important;
}

.primary-bgcolor {
  background: #006BD3 !important;
  background-color: #006BD3 !important;
}
.wallet-paymentbg{
  background-color: #ececed;
}
.bgdark-blue{
  background-color: #0085db;
}
.textdark-blue{
  color: #0085db !important;
}
.font-semibold {
  font-weight: 600 !important;
}

.font-size16 {
  font-size: 16px;
}

.container-fluid {
  padding: 0;
}

.container {
  max-width: 1170px;
}

.header {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);
  background: #fff;
  margin-bottom:0px;
}

.logo {
  display: inline-block;
}

.logo a {
  height: 100px;
  display: flex;
  align-items: center;
  font-family: 'SF UI Text Bold';
  font-size: 20.2712px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.logo a span {
  padding-left: 12px;
}

ul.nav-menu {
  display: flex;
  align-items: center;
  height: 100px;
  float: right;
  margin-right: 0;
  padding: 0;
  margin-left: auto;
  margin-bottom: 0;
}

ul.nav-menu li {
  display: inline-flex;
  padding-left: 20px;
}

.navbar-toggler {
  padding: 1px 8px;
  position: absolute;
  right: 20px;
  top: 30px;
  background: transparent;
  display: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

ul.nav-menu li a {
  font-family: 'Spartan', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  color: #0085db;
  display: flex;
  align-items: center;
}

.topbar {
  border-bottom: 2px solid #0a388c;
  padding: 15px 0;
}

.topbar li {
  list-style: none;
}

.content-area {
  background: #fff;
  min-height: 800px;
  height: auto;
  padding-top: 0px;
  margin-top: 40px;
}

.title { 
  font-size: 30px;
  line-height: 39px;
  display: flex;
  margin-bottom: 14px;
  font-weight: 700;
  align-items: center;
  font-family: 'Spartan', sans-serif;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 2px solid #999999;
}
.ad-title { 
  font-size: 21px;
  line-height: 30px;
  display: flex;
  margin-bottom: 14px;
  font-weight: 700;
  align-items: center;
  font-family: 'Spartan', sans-serif;
  color: #666666;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
.content-area p.info {
  color: #444444;
  font-family: 'SF UI Text Regular';
  font-size: 16px;
  line-height: 27px;
  margin-top: 20px;
  margin-bottom: 50px;
}

p span.blue-text {
  color: #006BD3;
  font-family: 'SF UI Text Bold';
  font-weight: normal;
}

.content-area .blocks {
  max-width: 370px;
  min-height: 210px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  /*padding: 30px 56px 25px 35px;*/
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #666666;
  border-radius: 10px;
}

.content-area  .blocks:hover {
  background: rgba(0, 133, 219, 0.12);
}

.content-area .blocks:hover h5{
  color: #0a388c;
  border-bottom: 1px solid #0a388c;
}
.content-area .blocks:hover svg path{
  fill: #0a388c;
}
.setting-page > div:nth-child(3) .blocks:hover svg path:nth-child(3) , .setting-page > div:nth-child(6) .blocks:hover svg g:nth-child(3) path,  .setting-page > div:nth-child(6) .blocks:hover svg g:nth-child(4) path{
  fill: #ffffff;
}
.content-area .blocks h5>svg {
  margin-left: 10px;
  height: 10px;
}

.content-area .blocks .icons {
  margin-bottom: 10px;
  margin-bottom: 12px;
}

.content-area .blocks h5 {
  font-family: 'product_sansbold';
  font-size: 16px;
  line-height: 22px;
  color: #0085db;
  border-bottom:1px solid #0085db;
  padding-bottom: 10px;
}

.content-area .blocks p {
  font-family: 'SF Pro Text';
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

h1.title.page-heading {
  margin-bottom: 40px;
}

.footer {
  /*min-height: 372px;*/
  background: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  padding: 20px 0px;
  margin-top: 0px;
}

.footer-menus li {
  list-style: none;
  padding-bottom: 3px;
}

.footer-menus li a {
  font-family: 'SF UI Text Regular';
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #444;
  text-decoration: none;
}

.footer-menus li a:hover {
  border-bottom: 1px solid #444;
}

.footer h4 {
  font-family: 'product_sansbold';
  font-size: 16px;
  line-height: 19px;
  color: #444444;
  margin-bottom: 31px;
}

.footer .line {
  background: #B2B2B2;
  opacity: 0.5;
  height: 1.3px;
  margin-top: 40px;
}

.footer .copyright {
  font-family: 'Spartan', sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #666666;
  margin-top: 25px;
}

.footer ul.social-icons li {
  list-style: none;
  display: inline-block;
  padding-right: 17px;
}

.footer ul.social-icons li svg {
  height: 38px;
  width: 38px;
}

.footer .social-icons {
  margin-bottom: 32px;
}

footer .container.d-flex {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

/* .bread-crumb {
  margin-top: -20px;
} */

.bread-crumb p {
  margin-bottom: 13px; 
  font-size: 14px;
  line-height: 27px;
  color: #444444;
  opacity: 0.7;
}

.bread-crumb p svg {
  margin: 0 15px;
}
.bread-crumb {
  margin: 68px 0px;
}
.left-block {
  max-width: 472px;
  min-height: auto;
  background: #FFFFFF;
  border: 1px solid #666666;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04); 
  width: 100%;
  padding: 0px;
  text-align: center;
}

/* .left-block .ant-list-item:first-child, .left-block .ant-list-item:last-child {
  padding: 25px 0px;
} */

.left-block .profie-img {
  width: 190px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.left-block .profie-img p {
  font-family: 'arial';
  font-size: 16px;
  line-height: 19px;
  color: #006BD3;
  margin-top: 20px;
  margin-bottom: 30px;
}

.left-block .profie-img p a:hover {
  color: #006BD3;
  text-decoration: underline;
}

.left-block .line {
  background: #B2B2B2;
  opacity: 0.5;
  height: 1px;
}

 

.left-block h4 a, .left-block h4 { 
  font-size:  21px !important;
  text-align: left;
  line-height: 30px;
  padding: 0;
  color: #0085db;
  transition: none;
  font-weight: 600;
}
.left-block h4.ant-list-item-meta-title {
  margin: 0 ;
}
.left-block ul.provided li {
  list-style: none;
  text-align: left;
  font-family: 'SF Pro Text';
  font-size: 16px;
  line-height: 19px;
  color: #444444;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
.left-block ul li.ant-list-item:nth-child(5):hover .icons svg path:nth-child(2), .left-block ul li.ant-list-item:nth-child(4):hover .icons svg path:nth-child(2) {
stroke: #0085db;
}
.left-block ul.provided li span:nth-child(2){
  padding-left: 12px;
  cursor: pointer;
}

.right-block {
  max-width: 670px;
  width: 100%;
  /* min-height: 860px; */
  background: #FFFFFF;
  /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);  */
  padding:25px;
  margin-bottom: 20px;
  border: 1px solid #666666;
}

.right-block h3 {
  font-size: 30px;
  line-height: 39px;
  color: #666666;
  margin: 0;
  font-weight: bold;
}

.right-block p { 
  font-size: 21px;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #666666;
  padding-top: 5px;
}
.font-24{ 
  font-size: 24px;
}
.font-21{ 
  font-size: 21px !important;
}
.font-19{ 
  font-size: 19px !important;
}
.right-block-text  {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.font-arial{
  font-family: Arial  !important; 
}
.right-block form {
  margin-top: 50px;
}
.btn-yellow{
  background-color: #fdd423;
  border-radius: 50px  !important;
  border: none;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #4d4d4d !important;
  min-height: 49px;
  min-width: 177px;

}
.btn-yellow:hover {
  box-shadow: 0px 5px 8px #fdd4239e;
  background: #fdd423;
}
.right-block form label {
  font-family: 'arial';
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  color: #444444;
  position: relative;
  margin-bottom: 30px;
}

.right-block form input {
  font-family: 'SF UI Text Regular';
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  max-width: 570px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #B2B2B2;
  padding: 15px 40px 25px 0;
  outline: none;
  position: relative;
}

.right-block form a {
  position: absolute;
  right: 0px;
  top: 35px;
  bottom: auto;
  font-family: 'product_sansbold';
  font-size: 16px;
  line-height: 19px;
  color: #006BD3;
}

.wrapper {
  flex: 1;
  margin-top: 60px;
  padding-bottom: 20px;
}

.send-invites { 
  min-height: 615px;
  background: #FFFFFF; 
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 40px 50px 40px 40px;
}

.send-invites p {
  color: #999999;
  font-family: Arial;
  font-size: 21px;
  line-height: 27px; 
  display: inline-block;
}

.send-invites form label {
  font-family: 'product_sansbold';
  font-size: 16px;
  line-height: 19px;
  color: #444444;
  width: 100%;
}

.send-invites form input { 
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #ececed; 
  width: 100%;
  padding: 13px 20px;
  font-family: 'SF Pro Text';
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #666666;
  opacity: 0.5;
  height: 57px;
}

.send-invites form .btn:hover {
  opacity: .7;
}

.send-invites form {
  margin-top: 40px;
}

.send-invites form .btn.btn-primary {
  max-width: 135px;
  height: 40px; 
  padding: 11px 23px;
  background-color: #0085db;
  border-radius: 50px !important;
  border: none;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #ffffff ;
  min-height: 49px;
  min-width: 177px;
}

.send-invites ul.social-icons {
  display: flex; 
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.send-invites .social-icons li {
  list-style: none;
  /* display: inline; */
  padding-left: 15px;
  float: left;
}

.send-invites .social-icons li a:hover {
  text-decoration: none;
}

.invite-credit {
  max-width: 391px;
  min-height: 367px;
  background: #FFFFFF;
  border: 1px solid rgba(217, 216, 216, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 40px;
  padding: 40px 30px;
}

.invite-credit h4 {
  font-family: 'product_sansbold';
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #444444;
  padding: 24px 0 0px;
}

.invite-credit ul.status li {
  list-style: none;
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #B2B2B2;
}

.invite-credit ul.status li span.txt {
  font-family: 'SF UI Text Regular';
  font-size: 16px;
  line-height: 23px;
  color: #006BD3;
}

.invite-credit ul.status li span.total {
  font-family: 'SF UI Text Bold';
  font-size: 16px;
  line-height: 23px;
  color: #444444;
  float: right;
}

.invite-credit .check-terms {
  text-align: center;
  margin-top: 40px;
}

.invite-credit .btn.btn-primary {
  background: #006BD3;
  border-radius: 4px;
  padding: 11px 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

.saved-places {
  margin-top: 25px;
}

.places .img i {
  position: 'absolute';
  color: 'red';
  left: 250;
  top: 5;
  font-size: 20;
}

.content-area .places {
  max-width: 270px;
  min-height: 388px;
  background: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  /*box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);*/
  border-radius: 0px;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.saved-places .places:hover, .searchcard-inner:hover{
  background: rgba(0, 133, 219, 0.050980392156862744);
}
.saved-places .places .img-fluid {
  width: 100%;
}

.content-area .places .img {
  max-width: 279.49px;
  width: 100%;
}

.content-area .places .img .fa .fa-heart {
  color: 'red' !important;
  position: 'absolute' !important;
}

.content-area .places .content {
  padding: 10px;
}

.content-area .places .content h5 { 
  font-size: 21px;
  line-height: 29px;
  color: #0a388c;
  text-transform: capitalize;
  margin:10px 0 0 0;
  padding-bottom: 5px;
  font-weight: 700;
}

.content-area .places .content .review {
  font-family: 'arial';
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  padding: 4px 10px 0;
}

.content-area .places .content .rating {
  display: flex;
  align-items: center;
}

.content-area .places .content .miles{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 15px;
  color: #666666;
  opacity: 1;
  margin: 0;
  width: 100%;
  padding-top: 8.8px;
  border-top: 1px solid #999999;
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-bottom: 1px solid #999999;
}
.bkcard-details p.miles{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 15px;
  opacity: 1;
  color: #666666;
}
.content-area .places .content ul.info li {
  list-style: none;
  padding: 0px 0px 30px;
  display:inline-flex;
}

.content-area .places .content ul.info li span {
  font-family: 'arial';
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #444444;
  display: flex;
  opacity: 0.88;
  padding-left: 0px;
}

.content-area .places .content ul.info li .left {
 /* width: 50%;*/
  display: inline-block;
  justify-content: start;
  align-items: center;
  display: flex;
  float: left;
}

.content-area .places .content ul.info li .right {
 /* width: 50%;*/
  display: flex;
  justify-content: start;
  float: left;
  align-items: center;
}

.content-area .places .content ul.info {
  margin: 15px auto 17px;
  float: left;
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.fav-info li p {
  display: none;
}
.content-area .places .content .btns .btn.btn-primary.per-day {
  background: #FC972E;
  border-radius: 4px;
  border: none;
  height: 35px;
  display: none;
}

/*.content-area .places .content .btns .btn.btn-primary.search-it {
  background: #006BD3;
  border: 0.8px solid #006BD3;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'SF UI Text Regular';
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-left: 10px;
  height: 35px;
}*/

.content-area .places .content .btns .btn.btn-primary.search-it {
  background: #fdd423;
  border: 0.8px solid #fdd423;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'Spartan', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #4d4d4d;
  margin-left: 0;
  border-radius: 50px;
  font-weight: bold;
  height: 47px;
  width: 100%;
}

.content-area .places .content .btns .amount {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.content-area .places .content .btns .day {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.75;
}

.col-md-5.map-container {
  height: 700px;
  max-height: 700px;
  width: 100%;
}

.col-md-8.spot-container {
  /* height: 900px;
  max-height: 900px; */
  width: 100%;
}

.maps {
  width: 100%;
  height: 100%;
  position: 'relative';
}

.maps .info {
  align-items: center;
  justify-content: center;
  width: '100px';
  height: '50px';
}

.maps-loader {
  align-self: center;
  align-items: center;
  justify-content: center;
  background: #006BD3;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
}

/** Section List */

.section-header .section-item-container {
  border-bottom: gray;
  border-bottom-width: 1;
}

.section-item-container .section-item .description {
  color: black;
  font-size: 13px;
}

.section-item-container .section-item .description.title {
  font-size: 15px;
}

.section-item-container .section-item .description.blocked {
  color: red;
}

/** Section List Ends */

/** Progress Starts*/

.progress-card .ant-card-head-title {
  color: black;
  font-size: 24px;
}

.ant-card.progress-card.linear-background.ant-card-bordered {
  /*background: linear-gradient(335.87deg, #5CC6C0 0%, #546BE4 48.5%, #6C6FF0 98.64%);*/
  background: #0a388c;
  border-radius: 8px;
  /* height: 175px; */
}

.ant-card.progress-card.ant-card-bordered {
  border-radius: 8px;
}

.ant-card.progress-card .ant-card-head-title {
  color: white;
  font-size: 14px;
}

.ant-card.progress-card.black .ant-card-head-title {
  color: black;
  font-size: 24px;
}

.progress-card.black .rating {
  margin-left: 10px;
}

.progress-card.black .ant-card-meta-title {
  color: black;
  font-size: 20px;
}

.progress-card.black .ant-card-meta-description {
  color: #444444;
  font-size: 16px;
}

.progress-card .ant-card-meta-title {
  color: white;
  font-size: 40px;
}

.progress-card .ant-card-meta-description {
  color: white;
  font-size: 18px;
}

.payouts {
  background: #FFFFFF;
  height: auto;
  width: 100%;
}

/* Progress Ends */

/*Chat Module Start*/

.messages-lbox.threads .ant-list-items {
  background-color: white;
  max-height: 700px;
  overflow: auto;
  border-right: 1px solid rgb(178, 178, 178);
  min-height: 700px;
}

.container .wrapper .row .col-md-7.messages {
  background-color: white;
  max-height: 700px;
  overflow: hidden;
  min-height: 700px;
  border-left-color: rgba(43, 43, 43, 0.5);
  border-left-width: 1px;
  border-left-style: solid;
}

.container .wrapper .row .col-md-7.messages .header {
  background-color: white;
  border-bottom-color: rgba(43, 43, 43, 0.5);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 64px !important;
  padding: 12px 0px;
}

.container .wrapper .row .col-md-7.messages .messages-container {
  max-height: 530px;
  min-height: 530px;
  overflow: auto;
}

.container .wrapper .row .messages .row.input-toolbar .composer {
  max-width: 74%;
  margin: 0px 15px;
}

.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split .ant-list-item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 111px;
}

.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split .ant-list-item-meta-title {
  padding: 0px;
  color: #444444;
  font-size: 16px;
}

.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split .ant-list-item-meta-avatar {
  padding: 0px;
  position: absolute;
  left: 30px;
  top: 15px;
}
.container .wrapper .row .messages-lbox.threads .ant-list-item-meta-content {
  float: left;
  margin-left: 95px;
}
.container .wrapper .row .messages-lbox.threads .msg-leftmargin{
  margin-left: 95px;
  margin-top: 4px;
}
.messagebox-dropdown {
  background-color: #ececed;
  padding: 7px 12px;
}
.messagebox-dropdown li {
  font-family: Arial;
  font-size: 15px;
}
.messagebox-dropdown .ant-dropdown-menu-item:hover, .messagebox-dropdown .ant-dropdown-menu-submenu-title:hover {
  background-color: transparent;
}
.messagebox-dropdown li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split .ant-list-item-meta-title.spot-title {
 
  color: #000000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split .ant-list-item-meta-title.spot-title span {
  font-family: Arial;
  margin-right: 4px;
  display: flex;
  font-size: 12px;
  color: #0085db;
  line-height: 16px;
}
.messagebox-dropdown .ant-dropdown-menu { 
  background-color: #ececed;
}

.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split .ant-list-item-meta-title.thread-time {
 
  color: #444444;
  font-size: 10px;
}
.messages-lbox li.ant-list-item.active span.blue-p , .messages-lbox li.ant-list-item:hover span.blue-p {
  display: none !important;
}
.messages-lbox li.ant-list-item.active span.white-p.d-none, .messages-lbox li.ant-list-item:hover span.white-p.d-none {
  display: flex !important;
}
.container .wrapper .row .col-md-7.messages .ant-list.ant-list-split .ant-list-item {
  cursor: pointer;
}

.container .wrapper .row .col-md-7.messages .ant-list.ant-list-split .ant-list-item-meta-title {
  padding: 0px;
  color: #000000;
  font-size: 16px;
}

.container .wrapper .row .col-md-7.messages .ant-list.ant-list-split .ant-list-item-meta-avatar {
  padding: 0px;
}

.col-md-7.messages .ant-list.ant-list-split .ant-list-item-meta-title.message-time {
  margin-left: 54px;
  color: #444444;
  font-size: 10px;
}

.messages-lbox.threads .ant-list.ant-list-split .ant-list-item>div {
  width: 100%;
}

/*Chat Module Ends*/

/* Calendar View */

.col-md-5.calendar-container {
  background: transparent;
  width: 100%;
  /* max-height: 800px;
  height: 800px; */
}

.col-md-5.calendar-container .calendar {
  background: #FFFFFF;
  width: 100%;
  max-height: 100%;
  height: 434px;
  padding-bottom: 0px;
  border-radius: 4px;
}

.col-md-5.calendar-container .booking-list {
  background: #FFFFFF;
  width: 100%;
  border-radius: 4px;
  padding-top: 86px;
  /* max-height: 200px;
  
  height: 200px; */
  overflow: auto;
}

/* .calendar-container .rbc-row-segment {
  display: none;
} */

.col-md-5.calendar-container .booking-list .booking-header {
  padding: 5px 20px;
  font-size: 24px;
}

.col-md-5.calendar-container .booking-list .reservation {
  padding: 0px;
  font-size: 16px;
  line-height: 27px;
  color: rgba(68, 68, 68, 0.88);
  display: flex;
  align-items: center;
}

.col-md-5.calendar-container .booking-list h4.ant-list-item-meta-title {
  padding: 0;
}

.col-md-5.calendar-container .booking-list .section-title {
  padding: 0px;
  font-size: 18px;
  margin: 0px;
  line-height: 22px;
  font-family: 'product_sansbold';
  display: flex;
  align-items: center;
  color: #444444;
}

.col-md-5.calendar-container .booking-list .blocked .ant-list-item-meta-title {
  font-family: 'product_sansbold';
  padding: 0px;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  color: #EB5757;
}

.calendar-container .booking-list .ant-list-item-meta-description.reservation-date {
  display: none;
}
.progress-first .ant-card-head-title {
  position: relative;
  top: 50px;
}
.calendar-container .booking-list .ant-list-item-meta-description {
  font-size: 16px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #0085db;
}

.booking-list .anticon.anticon-edit {
  font-si0ze: 20px;
  margin: 0px 10px;
}

.booking-list .anticon.anticon-arrow-right {
  font-size: 20px;
  margin: 0px 10px;
}

.ant-list-item.notification-item {
  cursor: pointer;
}

.booking-list .anticon.anticon-delete {
  font-size: 20px;
  margin: 0px 10px;
  color: red;
}

/*.pending-booking-container {
  height: 100%;
  width: 100%;
}*/

.col-md-5.calendar-container .block-view {
  text-align: center;
  background: #FFFFFF;
  width: 100%;
  margin-top: 20px;
  padding-top: 1px;
  max-height: 150px;
  height: 150px;
}

.col-md-5.calendar-container .block-view h3 {
  text-align: center;
  margin: 0px 0px 20px 0px;
}

#manage-availability_spots .ant-select-selection.ant-select-selection--multiple {
  width: 470px;
  max-width: 470px;
}

.ant-calendar-picker .ant-calendar-picker-input.ant-input {
  width: 470px;
}

.search-header .ant-calendar-picker .ant-calendar-picker-input.ant-input {
  width: 235px !important;
  border: none;

}

.search-header .ant-time-picker-input:placeholder-shown {
  border: none;
}

.search-header .ant-select-selection--single {
  border: none;
}

#manage-availability_starttiming {
  width: 220px;
}

#manage-availability_endtiming {
  /* margin-left: 110px; */
  width: 220px;
}

.ant-btn-primary:active, .ant-btn-primary.active {
  color: #fff;
  background-color: #006BD3;
  border-color: #006BD3;
}

.block-popup .ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
  font-size: 32px;
  line-height: 39px;
  display: flex;
  align-items: center;
  color: #444444;
  font-family: 'product_sansbold';
}

/*Calendar View*/

/* custom*/

.add-ad-card {
  border-style: dashed;
  border-color: #444444;
  text-align: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  max-height: 200px;
  height: 200px;
  justify-items: center;
}

.add-ad-card .title {
  font-family: 'arial';
  color: #444444;
  text-align: center;
  font-size: 24px;
}

.bell-icon {
  color: #fdd423 !important;
  cursor: pointer;
}

.ant-popover.ant-popover-placement-bottom .ant-list-item-meta-title {
  padding: 0px;
  font-family: 'product_sansbold';
  color: #444444;
}

.create-ad.shadow .file-upload {
  margin: 0 -5px;
}

.create-ad .img-fluid {
  height: 181px;
  width: 181px;
  margin: 3px;
  border-radius: 9.56268px;
  object-fit: cover;
}

.all-files .img-div img {
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  border: 0px solid #ffffff;
  border-radius: 50%;
}

.all-files .img-div.selected img {
  border: 2px solid #006BD3;
  border-radius: 50%;
}

.delete-img {
  display: none !important;
}

.create-ad .trans input:focus {
  background: none;
  outline: none;
  border-color: #1D96F7;
}
.ant-radio-wrapper.ant-radio-wrapper-checked .type-icons {
  background: #0a388c;
}

.ant-radio-wrapper.ant-radio-wrapper-checked span {
  color: #0a388c;
  border-width: 7px;
  border-color: #0a388c;
}
.all-files .img-div, .all-files .border {
  position: relative;
}

.create-ad .trans input:hover {
  background: transparent;
}

.create-ad .trans input:focus+span {
  color: #25292B;
  transform: translateY(-12px) scale(0.75);
}

.delete-img {
  z-index: 99;
  height: auto;
  width: 20px;
  cursor: pointer;
  background: #EE2A5C;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 100px;
  left: 50px;
}

.my-file-btn {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  padding: 0px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col-md-3.card-skeleton {
  padding: 0px !important;
  height: 320px;
  width: 240px;
}

.owner-onboarding {
  height: 100px;
  width: 100px;
  float: center;
  margin: 50px auto;
}

.flex-container {
  display: flex;
  height: 100vh;
}

.image-background {
  display: flex;
  background-color: var(--main-bg-color);
  justify-content: center;
  align-items: center;
}

.login-display-image {
  height: 600px;
  width: 674px;
  margin-right: -180px;
  margin-left: 150px;
}

.login-text-container {
  display: flex;
  width: 100%;
  z-index: 100;
  background-color: white;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* text-align: center; */
}

.main-shade {
  color: var(--main-shade);
}

.signin-button {
  height: 64px !important;
  background-color: #fdd423 !important;
  border: 0;
  font-family: 'Spartan', sans-serif;
  border-radius: 50px !important;
  color: #4d4d4d;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 50px !important;
}
.signin-button span{
  color: #4d4d4d;
}
.login-heading {
  font-size: 45px;
}

.fb-button {
  background-color: var(--main-fb-color) !important;
  height: 46px !important;
}

.google-button {
  background-color: var(--main-google-color) !important;
  height: 46px !important;
}

.email-input {
  height: 50px !important;
  width: 350px !important;
}

.password-input {
  height: 50px;
}

.centered {
  text-align: center;
}

.top-margin {
  margin-top: 10px;
}

.right-margin {
  margin-right: 20px;
}

.terms-style {
  width: 320px;
}

.change-password { 
  background: #FFFFFF;  
}

.change-password p {
  font-family: 'SF UI Text Regular';
  font-size: 16px;
  line-height: 27px;
  color: #666666;
}

.change-password form label {
  font-family: 'arial';
  font-size: 16px;
  line-height: 19px;
  color: #444444;
  text-align: left;
  width: 100%;
}

.change-password form input {
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px;
  font-family: 'SF UI Text Regular';
  font-size: 16px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #666666;
  opacity: 0.5;
  margin-bottom: 20px;
}

.change-password form {
  margin-top: 40px;
}

.change-password form .btn.btn-primary {
  height: 40px;
  background: #006BD3;
  border-radius: 4px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 11px 23px;
}

.send-invites .react-tagsinput--focused {
  border-color: #80bdff !important;
  border-radius: 0.25rem;
}

.send-invites .react-tagsinput {
  border-radius: 0.25rem;
}

.react-tagsinput-input {
  width: unset;
}

/* input.tags {
  border: unset !important;
  box-sizing: unset !important;
  border-radius: 3px;
  max-width: unset !important;
  width: unset !important;
  padding: unset !important;
  font-family: 'SF UI Text Regular';
  font-size: 16px;
  line-height: 25px;
  display: unset !important;
  align-items: center;
  color: #666666;
  opacity: 0.5;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
} */

.network-share-button {}

.rating-star {
  background: 'red';
}

.loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #EE2A5C;
  border-radius: 50%;
  border-top-color: #EE2A5C;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  align-self: center;
  margin: 10px auto;
}

/* Ad Spot starts */

.ad-spot-info {
  align-self: center;
  /*max-width: 600px;
  margin-left: 380px !important;*/
}

.ad-spot-info .map {
  height: 300px !important;
  position: relative !important;
}

/* Ad Spot ends*/

/* Numeric Inputs */

input, textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus {
  margin-left: 12px;
}

.input-group .button-minus, .input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 56px;
  left: -5px;
  text-align: center;
  width: 56px;
  display: inline-flex;
  font-size: 15px;
  margin: 0 0 0px;
  border-radius: 0;
  resize: vertical;

}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

/* Numeric Inputs ends */

/*spot-detail css starts here */

.spot-header {
  margin: 0px 0 20px;
  background: #AFAFAF;
  padding: 60px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
 /* width: 100%;*/
}

.header-content {
  display: flex;
  flex-wrap: wrap;
  min-height: 350px;
  width: 100%;
}

.header-meta, .footer-meta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.spot-header .link-btn {
  background: #0085db;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 20px;
  border-radius:50px;
  height: 67px;
  width:250px;
  transition: all ease-in-out .2s;
  z-index: 1;
  margin:0 auto;
  justify-content: center;
}

.spot-header .link-btn:hover {
  background: rgb(26, 159, 245);
}

.spot-header .link-btn svg {
  margin-right: 10px;
}

.spot-details {
  font-family: 'SF Pro Text';
  font-size: 16px;
  line-height: 27px;
  color: #666666;
}

.shadow-box {
  background: #FFFFFF;
  border: 1px solid #666666;
  box-sizing: border-box;
 //* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);*/
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 40px;
}

.parking-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px;
  text-transform: capitalize;
}

.parking-title h2 {
  margin: 0 0px 0 0;
  font-size: 21px;
  line-height: 39px;
  color: #666666;
  font-weight: bold;
  font-family: 'Spartan', sans-serif;
}

.spot-details hr {
  opacity: 0.5;
  border-top: 1px solid #999999;
  margin: 30px 0;
}

.spot-meta {
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.spot-meta li {
  margin: 0 40px 20px 0;
  padding: 0;
  font-size: 21px;
  line-height: 28px;
  color: #666666;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}

.spot-meta li span {
  color: #666666;
  margin: 0 5px 0 10px;
}

.spot-amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spot-amenities li {
  width: 50%;
  color: #666666;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0;
}

.spot-amenities li svg {
  margin: 0 15px 0 0;
  width: 24px;
}

.star-ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.star-ratings ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.author-details {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  position: relative;
  min-height: 78px;
  padding: 0px 0px 15px 0px;
}

.author-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ccc;
  position: relative;
  overflow: hidden;
 /* position: absolute;*/
  left: 0;
  top: 0;
}

.author-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.star-ratings .profile-link {
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  color: #000000;
  border: 1.5px solid #D9D8D8;
  border-radius: 4px;
  outline: none;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  right: 15px;
  font-family: 'SF Pro Text';
}

.author-name {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  /*width: 100%;*/
}

.author-ratings {
  width: 70%;
}

.amenities-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-left: 0px;
}

.amenities-rating strong {
  color: #444444;
}

.amenities-rating ul, .amenities-rating li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.amenities-rating li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slide-rating {
  width: 60%;
  margin: 0 auto;
}

.amenities-rating li span {
  width: 25%;
  display: inline-block;
  padding-right: 15px;
}

.amenities-rating li .rating-score {
  text-align: right;
  padding-right: 0;
  padding-left: 15px;
  width: 15%;
  word-break: break-word;
  line-height: 18px;
}

.slide-rating .slide {
  position: relative;
  vertical-align: top;
  background: #006BD3;
  border-radius: 10px;
  height: 5px;
  width: 100%;
  z-index: 1;
}

.slide-rating {
  height: 5px;
  background: #E0E0E0;
  border-radius: 10px;
}

.user-reviews ul, .user-reviews li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.user-reviews li {
  width: 100%;
  position: relative;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 25px;
}

.user-reviews li .user-avatar {
  width: 57px;
  height: 57px;
  /*position: absolute;*/
  border-radius: 50%;
  background: #ccc;
  left: 0;
  top: 20px;
}

.user-reviews span{position: absolute;}

.user-reviews li strong {
  color: #000;
  margin-left: 85px;
}

.user-reviews li .post-date {
  width: 100%;
  display: inline-block;
  color: #444444;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 30px;
  text-align: right;
}

.user-reviews li p {
  color: #666666;
  margin: 0px;
}
/*
.user-reviews li::after {
  position: absolute;
  content: '';
  background: #B2B2B2;
  opacity: 0.5;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}
*/
.sidebar-actions {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-actions .btn {
  background: #fdd423;
  border-radius: 50px;
  font-size: 21px;
  font-family: 'Spartan', sans-serif;
  line-height: 22px;
  text-transform: capitalize;
  color: #4d4d4d;
  font-weight: 600;
  padding: 15px 45px;
  border: 1.5px solid transparent;
  width: 100%;
  /* text-decoration: underline; */
  margin-bottom: 20px;
}

.sidebar-actions .btn:hover {
  opacity: .8;
  color: #fff;
}

.sidebar-actions .btn-contact {
  color: #0085db;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 18px;
}

.sidebar-actions .btn-contact:hover {
  background: transparent;
  color: #000000;
}

.report-listing {
  text-align: center;
}

.imaglePlaceholder {
  width: 100%;
  min-height: 200px;
  background: #efefef;
  position: relative;
  overflow: hidden;
  max-height: 250px;
}

.imaglePlaceholder img {
  height: 100%;
  width: 100%;
}

.imaglePlaceholder svg {
  position: absolute;
  right: 15px;
  top: 15px;
}

.similar-parking {
  width: 100%;
  display: inline-block;
  /*background: #f5f5f5;*/
  padding: 0 0 60px;
  min-height: 100px;
}

.similar-parking h2 {
  font-size: 32px;
  line-height: 39px;
  color: #444444;
  font-weight: 700;
  margin: 0 0 30px;
}
.right-blockinner{
  padding: 30px;
}

/*custom end*/

/*********************************************** Responsive CSS ********************************************/

@media(max-width:767px) {
  .navbar-toggler {
    display: block;
  }
  ul.nav-menu {
    height: auto;
    float: unset;
    background: #fff;
    flex-wrap: wrap;
    padding: 10px 0 20px;
    z-index: 9;
    position: relative;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  }
  ul.nav-menu li {
    padding-left: 30px;
    float: left;
    width: 100%;
    list-style: none;
    padding-top: 10px;
  }
  ul.nav-menu li a {
    color: #444;
  }
  .header .col-md-6.pl-md-0.pr-md-0 {
    padding: 0 !important;
  }
  .footer .blocks {
    margin-bottom: 50px;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .left-block {
    margin-bottom: 30px;
  }
  .footer .copyright {
    text-align: center;
  }
 
  .right-block h3 {
    font-size: 30px;
  }
  .send-invites .social-icons li {
    padding-left: 14px;
  }
  .send-invites ul.social-icons {
    margin-left: 0;
  }
  .send-invites {
    margin-bottom: 0px;
    padding: 40px 20px 40px 20px;
  }
  .content-area .places {
    max-width: 100%;
  }
  .content-area .places .img {
    max-width: 100%;
  }
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  color: #006BD3 !important;
}

span.ant-typography.ant-typography-success {
  color: green !important;
}
.ant-typography.ant-typography-danger {
  color: #f5222d  !important;
}
.invoice-block {
  max-width: 670px;
  width: 100%;
  min-height: auto;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 50px;
}

.ant-checkbox-group-item {
  display: block;
  margin-right: 0;
}

.ant-card {
  margin: 20px 0;
}

.ant-card-head-title {
  color: #006BD3;
}

.ant-list-item-meta-avatar {
  padding: 20px 0;
}

.left-block .ant-list-item-meta-avatar {
  padding: 0;
}

.ant-list-item-meta-title {
  padding: 20px;
}

.spot-card {
  margin: 0 0 20px;
}

.spot-card .left {
 /* float: left;
  width: 50%;*/
}
.info li {
  margin-top: 2px;
  display: inline-flex;
}
.spot-card .right {
  margin: 5px;
}

.spot-card .img-fluid {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.spot-card .rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spot-card .miles {
  font-size: 16px;
  line-height: 15px;
  color: #444444;
  opacity: 0.64;
  margin: 0;
  padding-top: 8.8px;
}

.spot-card .btns .btn.btn-warning.per-day {
  background: #fdd423;
  border-radius: 50px;
  border: none;
  font-weight: 700;
  height: 40px;
  color: #666666;
  margin: 0;
}

.spot-card .btns .btn.btn-primary.search-it {
  background: #fdd423;
  border: 0.8px solid #fdd423;
  box-sizing: border-box;
  border-radius: 50px;
  font-family: 'Spartan', sans-serif;
  font-size: 21px;
  font-weight:bold;
  line-height: 18px;
  color: #4d4d4d;
  margin-left: 0;
  height: 48px;
  text-decoration: underline;

}

.spot-card .btns .btn.btn-primary.search-it:hover{
  color:#0a388c;
}

.spot-card .btns .btn.btn-primary.decline {
  background: #FFFFFF;
  border: 0.8px solid #006BD3;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: 'SF UI Text Regular';
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-left: 10px;
  height: 35px;
  float: right;
}

.spot-card .btns .amount {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.spot-card .btns .day {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.75;
}

.spot-card .review {
  /*font-family: 'arial';*/
  font-size: 14px;
  line-height: 17px;
  color: #444444;
  padding: 4px 10px 0;
}

.single-parking {
  float: left;
  width: 50%;
}

.search-header {
  /* position: absolute; */
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 4px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  
}

.search-header .ant-form-item-children {
  display: flex;
  align-items: center;
}

.search-header.ant-select-selection__rendered {
  font-size: 13px;
}

.filter-search, .filter-search:focus {
  border: #FC972E;
  background: #FC972E;
  color: #FFFFFF;
  border-radius: 0px;
  right: 0px;
  height: 46px;
  width: 160px;
  bottom: 0px;
}

.filter-search:hover {
  background: #FC972E;
  color: #FFFFFF;
}

.ant-form-inline .ant-form-item {
  margin-right: 0px;
}

.ant-select-selection--single {
  top: 2px;
}

.filter .ant-select-selection--single {
  top: 0px;
}

.filter {
  /* position: absolute;*/
  width: 100%;
  /* height: 65px; */
  left: 0px;
  background: #FFFFFF;
  /*box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.03);*/
    
}

.spot-map {
 /* position: relative;
  width: 100%;
  */
  /* left: 293px; */
  /* top: 1340px; */
  height: 430px;
  position: relative;
  border: 1px solid #666666;
  border-radius: 0px;
}

.services {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #444444;
  opacity: 0.88;
  padding-left: 10px;
  margin-bottom: 0;
}

.review-count {
  color: #006BD3;
}

.owner-info {
  font-size: 20px;
  font-weight: 700;
  /*font-family: 'product_sansbold';*/
  line-height: 40px;
  color: #444444;
}

.left-block ul.provided.owner li {
  color: #666666; 
}

.stars li {
  width: unset;
  position: relative;
  padding: 0;
}

.ant-carousel {
  margin-bottom: 20px;
}

.date {
  /* position: absolute; */
  width: 60px;
  height: 60px;
  background: #006bd31a;
  text-align: center;
  border-radius: 5px;
  padding-top: 5px;
  margin: 0 4px 0 10px;
}

.dateRange {
 
  color: #ffffff;
  width: 455px;
  margin: 0 0 0 -28px;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  min-height: 150px;
}

.ant-collapse>.ant-collapse-item.panel-header>.ant-collapse-header {
  color: #0085db !important;
  padding: 17px 0px;
  font-size: 16px;
}

.error {
  color: red;
}

/* chat popup style start*/

.chat-popup-wrap {
  width: 100%;
  position: fixed;
  max-width: 300px;
  background: #ccc;
  display: flex;
  flex-wrap: wrap;
  /* position: relative; */
  right: 30px;
  height: 450px;
  background: #FFFFFF;
  bottom: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.104506);
  border-radius: 8px 8px 0px 0px;
  /* overflow: auto; */
}

.chat-popup {
  width: 100%;
  position: relative;
}

.chat-title {
  background: #006BD3;
  border-radius: 4px 4px 0px 0px;
  width: 100%;
  display: flex;
  padding: 12px 15px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  /*font-family: Product Sans;*/
  font-size: 12px;
  line-height: 15px;
  align-items: center;
}

.close-popup {
  position: absolute;
  height: 24px;
  width: 24px;
  /* background: #fff; */
  cursor: pointer;
  right: 15px;
}

.chat-body {
  width: 100%;
  padding: 10px 16px 16px;
  position: relative;
}

.chat-popup-body {
  width: 100%;
  padding: 30px 16px 16px;
  position: relative;
  height: 350px;
  overflow: auto;
}

.user-chat-box {
  width: 100%;
  position: relative;
  /* padding: 0 54px; */
  margin: 10px 0 0;
}

.user-image {
  width: 28px;
  height: 28px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.user-image img {
  height: 100% !important;
  width: 100% !important;
  border-radius: 50%;
  margin: 0;
}

.user-chat {
  background-color: #cccccc;
  border-radius: 0 20px 20px;
  padding: 12px 12px 12px 18px;
  color: #353535;
  /*font-family: Product Sans;*/
  font-size: 12px;
  line-height: 15px;
  position: relative;
  font-weight: 600;
}

.time-posted {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  color: rgba(130, 130, 130, 0.8);
  margin-top: 5px;
}

.messages .ant-page-header-heading-title {
  width: 100%;
  text-align: left;
  float: none;
  font-size: 23px;
  font-weight: bold;
  color: #cccccc;
}
.rght-iconschat button.ant-btn {
  padding: 10px 28px;
  height: auto;
  font-size: 16px;
  line-height: 22px;
/*  font-family: "arial";*/
  font-weight: 400;
  border-radius: 5px;
}
.user-chat-1 .user-chat {
  background: #ffffff;
  border-radius: 20px 0 20px 20px;
  color: #fff;
}

.user-chat-1 .user-image {
  left: auto;
  right: 0;
}

.chat-input-wrap {
  border-top: 1px solid #E5E5E5;
  /* padding: 16px; */
  width: 100%;
}

.chat-input-wrap .attachments {
  display: flex;
  align-items: center;
}

.chat-input-wrap .attachments span {
  margin: 10px 0 0 10px;
  background: #ccc;
  min-width: 18px;
  min-height: 18px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 4px;
}

.chat-input-wrap .attachments span:first-child {
  margin-left: 0;
}

.chat-input {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.chat-input input[type=text], .chat-input input[type=text]:focus {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 5px 0;
}

.chat-input .send-message, .chat-input .send-message:focus {
  margin: 0 0 0 auto;
  min-height: 16px;
  min-width: 40px;
  background: #ccc;
  padding: 5px;
  outline: none;
  box-shadow: none;
  border: none;
}

/*chat popup style end*/

.border {
  width: 120px;
  padding: 0px 6px 0px 0px;
  background: transparent;
}

.ant-card-grid.grid {
  width: 50%;
}

.select-vehicle-type.ant-select.ant-select-enabled {
  width: 380px;
}

.headerImages {
  width: 100%;
  padding: 0 15px;
  height: 100%;
  top: 0px;
  position: absolute;
}

.headerImages>.row {
  height: 100%;
}

.headerImages>.row .row {
  height: 50%;
}

/* .ReactGridGallery_tile-viewport{
  height: 418px !important;
}
.ReactGridGallery_tile-viewport img {
  height: 418px !important;
  
} */

.grid-gallery>div>div>img:first-child {
  grid-row: 1 / 3;
  grid-column: 1 / 6;
  height: 470px;
  width: 100%;
}

.grid-gallery>div>div {
  display: grid !important;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 0px;
}

.grid-gallery img {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  height: 235px;
  object-fit: cover;
}

.grid-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 486px;
}

/********Style Ritesh css starts***********/

.ant-card.add-ad-card.ant-card-bordered {
  border-color: rgb(0, 107, 211);
  border-radius: 4px;
}

.title.Add-parking.text-center {
  margin-bottom: 0;
}

.autocomplete-dropdown-container {
  position: absolute;
  background: #fff;
  z-index: 999;
  width: 280px;
  padding: 0 10px;
  left: 0;
}

.search-header input.ant-input {
  border-radius: 0;
  border-right: 0 !important;
  border: none !important;
}

ul.nav-menu i {
  position: relative;
  top: 0px;
  left: 8px;
}

.saved-places {
  margin-top: 25px;
  /* display: flex; */
}

.saved-places .col-md-3 {
  display: flex;
}

.title.Add-parking.text-center {
  display: block;
}

.add-ad-card {
  display: flex;
}

.add-ad-card .ant-card-body {
  margin: 0 auto;
}

.ant-pagination-item-link .anticon svg {
  vertical-align: unset;
}

.ant-card-body .btns {
  text-align: right;
}

.step-title {
  color: #006BD3  !important;
  background: #D6EAFC;
  /*font-family: arial;*/
  font-size: 14px;
  line-height: 17px;
}

.steps-content .ant-card {
  padding: 0 0px;
}

.ant-steps-item-process .ant-steps-item-icon {
  background: #0a388c !important;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #0a388c !important;
}
.ant-card.create-ad.shadow.ant-card-bordered {
  border: 1px solid #666666;
}
.all-files div {
  float: left;
  margin: 0 15px;
  border: 0 !important;
}

.ant-form input[type='file'] {
  width: 110px;
  height: 110px;
  opacity: 0;
  border: 0;
  position: absolute;
}

.file-upload .wrap-flex {
  display: flex;
}

.next-step.ant-btn-primary {
  padding: 14px 37px;
  font-family: 'SF Pro Text';
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.steps-content .ant-card-body {
  padding: 0;
}

.booking-accept .p-cn .ant-input.quantity-field {
  border: 0px solid #DADADA !important;
  top: 0px;
  background: #eeeeee;
}

.booking-accept .p-cn .ant-col.ant-form-item-control-wrapper .ant-form-item-children {
  display: flex;
  align-items: center;
}
.park-location {
  position: relative;
}

.park-location svg {
  /*position: absolute;*/
  left: 0;
  top: 6px;
}

.park-location input {
  padding: 0 20px 0 55px !important;
  margin-left: 0px !important;
}

.ant-row.ant-form-item.nxt-btn .ant-form-item-children {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.ant-checkbox-group.bookking-acpt label {
  flex: 0 0 35%;
  margin: 0px 0 10px 0;
}

.ant-checkbox-group.bookking-acpt {
  display: flex;
  flex-flow: wrap;
}

.vcl-size label.ant-radio-wrapper {
  padding-bottom: 20px;
}

.vcl-size label.ant-radio-wrapper svg {
  margin: 0 15px;
  width: 60px !important;
  height: 60px;
  border: 0px solid rgba(217, 216, 216, 0.5);
  background-color: transparent;
  border-radius: 5px;
  position: relative;
}

.vcl-size label.ant-radio-wrapper-checked svg {
  border-color: rgb(0, 108, 211) !important;
}

.Amenities .ant-checkbox-group label {
  flex: 0 0 46%;
  margin-bottom: 20px;
}

.Amenities .ant-checkbox-group {
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.Amenities .ant-checkbox-wrapper+.ant-checkbox-wrapper {
  margin-left: 0;
}

.Amenities .ant-checkbox-group label svg {
  margin: 0 8px;
}

.ant-steps-icon svg {
  vertical-align: unset;
}

.ant-row.ant-form-item.counter .ant-form-item-children span {
  float: left;
  /*width: 160px;*/
  font-family: arial;
  color: #999999;
  font-size: 20px;
}

.booking-accept .ant-row.ant-form-item.counter .ant-form-item-children span{width: 160px;}

.booking-accept .input-group input[type='button'] {
  background-color: #0085db;
  min-width: 38px;
  width: auto;
  z-index: 1;
  transition: all 300ms ease;
  font-size: 28px;
  color: #ffffff;
  height: 57px;
}
.vcl-size label.ant-radio-wrapper svg path {
  fill: #ffffff !important;
}

.vcl-size label.ant-radio-wrapper svg circle {
  fill: #0085db;
}

.Preferences .ant-switch {
  margin-right: 20px;
}

.ant-list-split .ant-list-item {
  border-bottom: 0px solid #e8e8e8;
  padding-bottom: 20px;
}

.stays .an5t-row {
 /* float: left;*/
  display: flex;
  width: 150px;
}

.stays .ant-row .ant-col {
  float: left;
}

input.ant-calendar-picker-input.ant-input {
  width: 100% !important;
}

.ant-input-number .ant-input-number-handler-wrap {
  opacity: 1 !important;
}

.stays {
  width: 100%;
  display: flex;
}

.my-file-btn i.anticon.anticon-plus {
  margin-top: 25px;
  border: 1px solid #006BD3;
  color: #006BD3;
  border-radius: 4px;
  width: 54px;
  height: 38px;
  line-height: 39px;
  font-size: 21px;
}

.ant-form-item label.my-file-btn {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
}

label.my-file-btn p {
  color: #006BD3;
  font-family: 'SF Pro Text';
  font-size: 15px;
  line-height: 20px;
  padding-top: 17px;
}

.Preferences h5 {
  font-size: 21px;
  margin: 15px 0;
  color: #666666;
  font-weight: 600;
  letter-spacing: 0.1px;
  font-family: 'Spartan', sans-serif;
  line-height: 22px;
  border-bottom: 1px solid #999999;
}

.Preferences textarea.ant-input {
  border: 1px solid #DADADA;
  padding: 5px 10px;
  border-radius: 4px;
}

.ant-form .ant-form-item-control .location-search-input input.ant-input[type="text"] {
  border-bottom: 0 !important;
  padding: 0 10px 0 45px;
 /* font-family: 'arial';*/
  color:#666666 !important;
  
}

.miles {
  float: left;
}

.filter .ant-row .ant-col {
  padding: 0px 5px;
  text-align: center;
}

.filter .ant-select-selection {
  border: 0px solid #d9d9d9 !important;
}

svg {
  vertical-align: unset !important;
}

.amenities-rating {
  margin-top: 10px;
}

.amenities-rating ul {
  margin: 10px 0;
}

.info span {
  margin-right: 10px;
  /*width: 20px;*/
}
span.s-title {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #666666;
}
.info p {
  font-size: 12px;
}

.similar-parking .info span {
  margin-right: 10px;
  width: 20px;
}

.similar-parking.content-area .places .content ul.info li span {
  padding-left: 0px;
}

ul.spot-amenities span {
  width: 35px;
  text-align: center;
}

.spot-amenities li:first-child img {
  width: 100%;
}

.spot-map {
  margin-top: 20px;
}

.report-content div {
  width: 100%;
  border-bottom: 1px solid rgba(178, 178, 178, 0.33);
  padding: 10px 0;
}

.error {
  border: 0 !important;
}

.ant-modal-body textarea {
  margin: 10px 0 20px 0;
}

.ant-select-selection-selected-value i {
  margin-left: 5px;
}

.shadow-box .dateRange {
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}

.provided.owner li {
  padding: 15px;
}

.provided.owner li img {
  margin-right: 10px;
}

.left-block h4 {
  margin-top: 20px;
}

.profie-img {
  padding-bottom: 0px;
  position: relative;
}
.profie-img .profile-text {
  
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 13px 0px 17px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #0085db;
  font-family: Arial;
  font-size: 22px;
  font-weight: normal;
  margin: 0;

}
.profie-img .profile-text a{ 
  color: #0085db;
  font-family: Arial;
  font-size: 22px;
  font-weight: normal;
}
.ant-collapse-borderless {
  background-color: transparent !important;
  border: 0;
  margin-top: 0px;
}

.park-location .ant-input.location-search-input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0;
  height: 62px;
  padding-left:70px !important;
  margin-bottom: 10px;
  color: #666666;
}
span.p-icon {
  background: #0085db;
  height: 62px;
  position: absolute;
  z-index: 99;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0px 0 20px;
}
.create-ad .ant-input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0;
  /*line-height: 0px;*/
  font-size: 21px;
  padding: 30px ;
  font-family: "MyriadPro-Regular";
  background: #ececed;
  border-radius: 20px !important;
  color: #666666;
  border-radius: 0px;
}

.create-ad .ant-input {
  color: rgba(102, 102, 102, 0.7);
}

.create-ad .ant-input:focus {
  box-shadow: none;
}

.create-ad textarea {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0;
}

.ant-typography.miles.ant-typography-default {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

label.my-file-btn i svg {
  position: relative;
  top: 2px;
}

.user-reviews strong {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.stars {
  margin-left: 0px;
  margin-top: -7px;
}

.user-reviews li p {
  padding-top: 10px;
}

.anticon.anticon-calendar {
  margin-right: 10px;
}

button.ant-btn.filter-search.ant-btn-warning {
  max-width: 100px;
}

.saved-places .info p {
  font-size: 10px;
}

.ant-card-body h4 {
  text-transform: capitalize;
}

.ant-modal-title h3 {
  margin-bottom: 0;
  font-weight: 600;
  padding: 5px 0 0 0;
}

.reviews-md span.ant-rate-text {
  margin-left: 0;
}

.reviews-md {
  margin-top: 10px;
}

.rw-sb {
  text-align: center;
}

.btn.btn-primary.search-it svg {
  margin-right: 8px;
}

.ant-select-dropdown-menu .anticon-star {
  margin-left: 10px;
}

span.ico-dw {
  position: relative;
  top: 5px;
  left: -5px;
}

.search-header .ant-form-inline .ant-form-item-with-help {
  margin-bottom: 0;
}

.search-header .ant-form-explain {
  left: 0;
  position: absolute;
  top: 48px;
}
.header-search-wrapper .ant-form-item-control.has-error {
  font-family: arial; 
}
.content-area .saved-places .places .content ul.info {
  padding-left: 0;
}

.dash-content .ant-card-body {
  position: unset;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 17px;
  background: #ffffff;
}

.dash-content .ant-card-meta-title {
  color: #0085db;
  font-size: 21px;
}

.ant-calendar-range-picker-input:placeholder-shown {
 /* font-family: 'arial';*/
}

.ant-time-picker-input {
/*  font-family: 'arial';*/
}

.ant-input-affix-wrapper .ant-input::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}

.header-search-wrapper .ant-calendar-range-picker-input::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}

.header-search-wrapper .ant-form .ant-form-item-control input.ant-time-picker-input::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}

.header-search-wrapper .ant-select-selection-selected-value {
  color: #444444;
}

.ant-select-selection__placeholder {
  opacity: 1 !important;
}

.ant-calendar-picker-icon {
  color: #444444 !important;
}

.ant-time-picker-icon .ant-time-picker-clock-icon {
  color: #fff !important;
  position: relative;
  top: 8px;
}

.ant-input-affix-wrapper .ant-input-prefix {
  left: 5px;
}

.filter label {
  font-family: 'arial';
}

.spot-container ul.info {
  padding-left: 0;    margin-top:10px;
}

.ant-card-body h4 {
  text-transform: capitalize;
  font-family: 'arial';
}

.spot-container ul.info {
  font-family: 'arial';
}

.spot-details .ant-rate-star-first {
 /* position: relative;
  margin-top: -15px !important;*/
}

.spot-details p {
 font-size:21px;
 line-height: 26px;
}

.spot-details p strong {
  font-family: 'SF Pro Text';
}

.ant-list-items p {
  font-family: 'SF Pro Text';
  margin-bottom: 0;
}

.amenities-rating li span {
  font-family: 'SF Pro Text';
  margin-bottom: 0;
  color: #444444;
}

.ant-spin-nested-loading .ant-list-item {
  align-items: baseline;
}

.ant-spin-nested-loading .ant-list-items p {
    margin-left: 0px;
}
.ant-spin-nested-loading .ant-list-items p.current {
  margin-left: 0px;
}

.ant-modal-title h3 {
  font-size: 24px; 
  color: #ffffff;
  font-weight: bold;
}

.ant-modal-wrap span.ant-modal-close-x {
  color: #006BD3;
  font-size: 30px;
}

.provided.owner {
  padding-left: 0;
}

.ant-modal-body {
  font-family: 'SF Pro Text';
}

.ant-modal-body label span {
  font-family: 'SF Pro Text' !important;
  color: #000;
}

.ant-modal-body span {
  font-size: 21px;
}

.ant-card-meta-title {
  font-family: 'SF Pro Text';
}

.ant-modal-title {
  font-family: 'SF Pro Text' !important;
}

.saved-places .places {
  position: relative;
  padding-bottom: 10px;
}

.saved-places .places .btns {
  /*position: absolute;
  bottom: 20px;*/
}
button.ant-btn.filter-search.ant-btn-warning:hover span{color: #0a388c !important;}

 .ant-select-dropdown-menu .ico-dw svg path {
  fill: #666666 !important;
}
.ant-select-dropdown-menu .ico-dw svg {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.filter .ant-select-selection .ant-select-selection__choice__content svg:not(:root) path {
  fill: #fff;
}

.header-search-wrapper .ant-btn.filter-search.ant-btn-warning {
  margin-right: 18px;
}

.ant-input.ant-input-lg.input-design.w-8 {
  width: 78%;
}

.park-location .p-icon {
  top: 0;
}

.bg-yl{background: #fdd423 !important;}

.flag-select__option__icon {
  top: 0 !important;
}


@media only screen and (min-width: 220px) and (max-width: 767px) {

  .col-md-4.owner-map {
    height: 190px;
}

  .ant-input.ant-input-lg.input-design.w-8 {
    width: 100%;
}
  .ad-Category .ant-checkbox-group label.ant-checkbox-wrapper:not(:last-child) {
    margin-bottom: 15px;
  }

  .title {
    margin-top: 30px;
}
  .steps-content .ant-card {
    padding: 0 30px;
  }
  .steps-content h3 {
    font-size: 20px;
  }
  .ant-row.ant-form-item.counter .ant-form-item-children span {
    float: left;
    width: auto;
  }
  .search-header {
    flex-wrap: wrap;
  }
  .filter-search {
    bottom: 0;
  }
  .filter {
    height: auto;
  }
  .help-form input.ant-input {
    width: 75% !important;
}
.help-form.px-0.px-5 {
  padding: 0 !important;
}
.left-block h4 a, .left-block h4 {
  font-size: 16px !important;
}
.notify-box {
  display: unset !important;
}
.pcard-disgn .radiodesign .ant-list-item-meta-title {
  font-size: 14px !important;
}
.slight-left.align-items-center {
  display: inline-block !important;
}
.paygrid .ant-spin-nested-loading ul {
  margin-left: 0px !important;
}
.invoices .ant-collapse>.ant-collapse-item>.ant-collapse-header{font-size: 18px;}



}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

  .pending-booking-container .ant-card-body .btns {
    display: inline-grid;
  }
  .pending-booking-container .ant-card-body {
    width: 100%;
  }
  .spot-card .btns .btn.btn-warning.per-day{margin-bottom: 10px;}
  .pending-booking-container .row{margin: 0 !important;}
  .slight-left.align-items-center {
    display: inline-block !important;
}
  .pcard-disgn .radiodesign .ant-list-item-meta-title {
    font-size: 18px !important;
  }

  .help-form.px-0.px-5 {
    padding: 0 !important;
}
.help-form input.ant-input {
  width: 80% !important;
}
  .left-block h4 a, .left-block h4 {
    font-size: 16px !important;
  }
  .steps-content .ant-card {
    padding: 0 0px;
  }
  .filter {
    height: auto;
  }
  .search-header {
    display: table;
  }
  ul.nav-menu li {
    padding-left: 10px;
  }
  ul.nav-menu li a { 
    font-size: 16px;
  }
  .logo img {
    max-width: 230px !important;
}
ul.nav-menu li svg {
  width: 22px  !important;
}
  .header-search-wrapper span.ant-time-picker {
    margin-left: 0;
  }
  .header-search-wrapper .ant-form.ant-form-inline .row {
    align-items: center;
  }
  .filter-search {
    
    right: -10px;
  }
  .filter .ant-row.ant-form-item {
    margin-right: 0px !important;
  }
  .header-search-wrapper .ant-form-inline .ant-form-item:not(:last-child) {
    height: auto !important;
  }
  .progress-card.black .ant-card-meta-description{font-size:16px !important;}
  .parking-type .ant-form-item-children {display: unset !important;}
  .parking-level label{margin-left:0 !important; }
  .stays {display: unset !important;}

}

/********Style Ritesh css ends***********/

/********Style Sam css start***********/

.search-header .ant-form-item-children {
  height: 100%;
}

.ant-select-dropdown-menu-item{
  font-family: Arial;
}

.search-header .ant-time-picker-input, .search-header .ant-time-picker-input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.header-search-wrapper .search-header  .ant-form-item:not(:last-child) {
  /* border-right: 1px solid #E1E1E1;*/
  /* height: 100%; */
  padding: 0 15px 0 0;
  margin-right: 0 !important;
  /* overflow: hidden; */
  position: relative;
}
.header-search-wrapper .search-header .ant-form-item {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.header-search-wrapper .ant-form .ant-form-item-control input.ant-time-picker-input {
  border-bottom: 0 !important;
  padding:0 5px;
}

.header-search-wrapper span.ant-time-picker {
  margin-left: 12px; 
}

.header-search-wrapper .ant-form-item-control {
  /* line-height: 46px;  */
  height: 100%;
}

.header-search-wrapper .ant-col {
  height: 100%;
}

.header-search-wrapper .ant-time-picker-panel-inner, .header-search-wrapper .ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

/* .header-search-wrapper .ant-col {
  height: 100%;
  width: 100%;
} */

.search-header .ant-select-selection--single, .search-header input:focus, .search-header .ant-calendar-picker .ant-calendar-picker-input.ant-input {
  box-shadow: none !important;
}

 

/*setting pages css start*/

.left-block .ant-list-item {
  padding: 18px 0;
  border-bottom: 1px solid #666666;
}

.left-block .ant-list-item .ant-list-item-meta {
  padding: 0px 30px;
  height: 100%;
  display: flex;
  align-items: center;
}

/* .left-block .ant-list-item .ant-list-item-meta :hover svg path, .payment-active.left-block .ant-list-item:first-child .ant-list-item-meta svg path, .help-active.left-block .ant-list-item:nth-child(3) .ant-list-item-meta svg path, .opinion-active.left-block .ant-list-item:nth-child(4) .ant-list-item-meta svg path, .terms-active.left-block .ant-list-item:nth-child(5) .ant-list-item-meta svg path, .privacy-active.left-block .ant-list-item:nth-child(6) .ant-list-item-meta svg path, .faq-active.left-block .ant-list-item:nth-child(7) .ant-list-item-meta svg path, .noti-active.left-block .ant-list-item:nth-child(2) .ant-list-item-meta svg path {
  fill: #ffffff;
  opacity: 1;
} */
.left-block .ant-list-item:hover svg path, .left-block .ant-list-item.active svg path,  .chged-pwd .left-block .ant-list-item:first-child svg path{
  fill: #ffffff;
  opacity: 1;
}
.left-block .ant-list-item:hover svg path:nth-child(3) , .left-block .ant-list-item.active svg path:nth-child(3), .left-block .ant-list-item:hover svg path:nth-child(4) , .left-block .ant-list-item.active svg path:nth-child(4) {
  fill: #0085db !important;
}
.left-block li.ant-list-item.active, .left-block li.ant-list-item:hover, .chged-pwd .left-block .ant-list-item:first-child {
  background-color: #0a388c;
}
.left-block li.ant-list-item.active h4 a, .left-block li.ant-list-item:hover h4 a, .left-block li.ant-list-item.active h4 , .left-block li.ant-list-item:hover h4, .chged-pwd .left-block .ant-list-item:first-child h4,  .chged-pwd .left-block .ant-list-item:first-child h4 a {
  color: #ffffff !important;
}
.left-block .ant-list-item .ant-list-item-meta .ant-list-item-meta.icons {
  display: flex;
  align-content: center;
}

.left-block .ant-list-item .ant-list-item-meta:hover h4 a, .payment-active.left-block .ant-list-item:first-child .ant-list-item-meta h4 a, .help-active.left-block .ant-list-item:nth-child(3) .ant-list-item-meta h4 a, .opinion-active.left-block .ant-list-item:nth-child(4) .ant-list-item-meta h4 a, .terms-active.left-block .ant-list-item:nth-child(5) .ant-list-item-meta h4 a, .privacy-active.left-block .ant-list-item:nth-child(6) .ant-list-item-meta h4 a, .faq-active.left-block .ant-list-item:nth-child(7) .ant-list-item-meta h4 a, .noti-active.left-block .ant-list-item:nth-child(2) .ant-list-item-meta h4 a {
  color: #006BD3;
  text-decoration: none;
}

 
.left-block .ant-list-item .ant-list-item-meta .ant-list-item-meta-avatar {
  margin: 0px 11px 0 0;
  width: 51px;
}

.right-block-heading {
  font-size: 21px;
  line-height: 19px;
  text-align: left;
  color: #666666;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
}

.pcard-disgn .radiodesign {  
  padding: 25px 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.pcard-disgn .radiodesign .ant-radio-group.ant-radio-group-outline {
  display: flex;
  align-items: center;
}
.pcard-disgn .radiodesign  .ant-list-item-meta-title {
  margin-bottom: 4px;
  color: #666666;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-family: Arial;
}
.pcard-disgn .radiodesign  .ant-ra0dio-inner { 
  width: 25px;
  height: 25px;
}
.pcard-disgn .radiodesign .ant-list-item-meta-title, .pcard-disgn .radiodesign .ant-list-item-meta-avatar {
  padding: 0px;
}
.paygrid .ant-spin-nested-loading > .ant-spin-container > ul.ant-list-items > li {
  border-bottom: 1px solid #999999;
}
.paygrid .ant-spin-nested-loading ul {
  margin-left: 30px;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: #444444;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

button.no-btn {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #006BD3;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400!important;
  padding: 0 !important;
}

.right-block-heading2 {
  font-size: 16px;
  line-height: 25px;
  font-family: 'arial';
  color: #444444;
  font-weight: 400;
}
.right-block .sub-titles{
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}
.paygrid {
  padding-bottom: 35px;
}

.right-block p.right-block-text {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(68, 68, 68, 0.88);
  /* opacity: 0.88; */
  padding: 0;
  margin-top: 15px;
}

button.no-btn:hover {
  text-decoration: underline;
  border: none;
  background: transparent;
  color: #006BD3;
  opacity: 0.7;
}

.ant-pagination-prev .ant-pagination-item-link, .ant-pagination-next .ant-pagination-item-link {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.ant-breadcrumb a, .ant-breadcrumb-link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 27px;
  color: rgba(68, 68, 68, 0.7) ;
  font-weight: 600; 
  text-transform: capitalize;
}

/* .bread-crumb p svg path {
  fill: rgba(68, 68, 68, 0.7) !important;
} */
.bread-crumb .ant-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread-crumb .ant-breadcrumb-separator {
  margin: 0;
  display: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
}

.bread-crumb .ant-breadcrumb>span {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.bread-crumb .ant-breadcrumb-link {
  display: flex;
}
.bread-crumb .ant-breadcrumb span:first-child > a {
  width: 62px;
  height: 47px;
  align-items: center;
  background-repeat: no-repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAuCAMAAABHyVrtAAAAAXNSR0IB2cksfwAAAORQTFRFAAAAAITeAIPbAIXcAIXbAIXbAIXcAIbaAIXcAIXcAIfXAIbaAIXcAIXbAITcAITbAIXbAIXbAITaAIXbAIXaAIXcAJnMAIXbAIbbAITbAIXbAIDZAIXbAIbbAILdAIXaAIXbAIXbAIXbAILbAIbbAITbAIbaAIfhAIXbAITbAIbbAIXbAJLbAIXbAIXbAIXbAIPYAIXbAIXcAIbbAIXbAIXbAIjdAITaAIbcAIfbAITbAIXbAIXcAIXaAIXcAIXbAH/UAIXbAIXbAH/UAIXbAIbbAITcAIXbAIXbAITbAIbcAIXb4AOInAAAAEx0Uk5TAB8jQdzlXmeY3yBSrcU6OMesU+CSbQX6eIfrFKHSLUW6uEcr1J5hEe6FevgHa5TeIZZYVKvhHqBfRrnTLGCf7RJ5hgb5k2zGf5x0gGcdeE4AAADgSURBVHicpdbJWsJAEEXhiwNIFIiSMCRAmFRAUUFEmRQHJn3/98ENmiybc1ZVi7++XrYUOzBLkQ6PzDqOR3jiRGYlLcRPzxBXKo14xkZc5xeIx7KIy3ERz+URV6GIuDwf8XgJcZUriAdVxFWrI95oIq7LK8SvW4ir3UFcN7eId+8Q1/0D4r0+4ekUerydIfxxIMKfhoS7jgjP5wgvFgS474nw5xfCK2URXg0IH4130158MiV89vo37sPf5oS/f/zP5vzzK7SY88WScCsZ3ox5+GP0y1drozar6LXvH7MieAveQSq70OvYpgAAAABJRU5ErkJggg==);
  margin-right: -6px;
}
.bread-crumb span:not(:first-child) .ant-breadcrumb-link{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQYAAAAuCAMAAAD9Y0fhAAAAAXNSR0IB2cksfwAAAPxQTFRFAAAAY2NjZmZmZWVlZmZmZmZmZmZmf39/ZWVlZ2dnZmZmf39/ZmZmaGhoZmZmZmZmZmZmZ2dnaGhoZWVlZmZmZWVlaGhoZmZmZmZmZWVlZGRkZmZmZWVlZ2dnVVVVZmZmZmZmZmZmZmZmaWlpZmZmZmZmZmZmZWVlZ2dnZWVlZmZmZWVlZmZmZmZmZmZmZ2dnZGRkZ2dnaGhoZmZmZGRkZ2dnZmZmZmZmZGRkZmZmZmZmZmZmZmZmZmZmZmZmZmZmZWVlZ2dnZmZmZmZmZ2dnZWVlZmZmZWVlY2NjZmZmaGhoZmZmZmZmZ2dnZ2dnZmZmZmZmZmZmZWVlZmZmJlI1fwAAAFR0Uk5TABIjyd3cygJqlfsE3yBVqss0QL+2SSzTol0X6I1yA/x4h+4RZJvZJk+wxTqKZ7xDQr021ilco+McaZbwD3aJ/YN8CvWQb51iJNsxzrdIPsHUf0SAod8+mQAAAVtJREFUeJzt2VdWAkEURdGLqKgomLNiJBowZzFizvOfi3R3dXfVCM5HsUdw1/l6az1leroyUra3z3v9OQ0MyntDeWl4hF6BCzIUivQKXJBBo2P0DFqYYXyCnkELM2hyit4BizJMz9A7YFEGzc7BO2Amw/wCvANmMmhxid0BizMsl9gdsDiDVlbRHbAkg9bWyR2wNMPGJrkDlmZQuQLugFkZqjVwB8zKoHqD2wGzMzTq3A6YnUG1KrYD5mSolLEdMCeDtrapHTA3w84utQPmZGjuYTtgTobsPrYDZmfw+H6yMxwccjtgVoajY3AHzMpwcgrugKUZzs7JHbA0w8UluQOWZLi6RnfAkgytHLoDFme4uWV3wEyGu3t4B8xkeHiEd8CiDL7/7kyG9hO9AxZmeH6hZ9DCDMUCPYMWZHh9o1fgggzvH/QKXCfD5xc9gtfJ8N3+8V4pr9+/rqb+AbZgvz2uTg9pAAAAAElFTkSuQmCC);
  min-height: 45px;
  display: flex;
  align-items: center;
  margin-right: 6px;
  padding: 0px 9px 0 20px !important;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 257px;
}
.help-form form input {
  border: none;
  padding: 0px 20px;
  height: 50px;
  border-radius: 4px; 
  color: #666666;
font-family: Arial;
font-size: 18px;
  line-height: 25px;
}

.help-form form textarea.ant-input {
  height: 190px !important;  
  color: #666666;
  font-family: Arial;
  font-size: 18px;
  border: none;
  padding: 14px 20px;
  line-height: 25px; 
}

button.ant-btn {
  padding: 10px 28px;
  height: auto;
  font-size: 16px;
  line-height: 22px;
 
  font-weight: 400;
  border-radius: 5px;
}

.term-privacy h1 , .faq-section .ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header{
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 0px;
}

.term-privacyinner {
  max-height: 793px;
  overflow: auto;
}

.term-privacyinner p, .faq-section .ant-collapse-content>.ant-collapse-content-box {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 0;
  line-height: 24px;
  margin: 0;
  color: #666666;
  font-family: Arial;
  font-size: 17px;
}

.content-area .setting-page .blocks {
 /* min-height: auto;
  width: 100%;
  height: 100%;*/
 /* margin-bottom: 0;*/
}

.content-area .setting-page .blocks:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 8px 8px 15px;
}

.setting-page .col-md-4, .setting-page .col-md-6 {
  margin-bottom: 30px;
}

.noti-groups .ant-checkbox-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq-section .ant-collapse-item {
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5) !important;
  border-radius: 0px !important;
}

/* .faq-section .ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header {
  padding: 15px 0px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 19px;
  font-family: 'arial';
  color: #006BD3;
} */

.faq-section .ant-collapse-content>.ant-collapse-content-box {
  padding: 0 0 15px;
 
} 

.faq-section .ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  right: 0px;
}

.faq-section .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  font-size: 17px;
  color: #0085db;
}

/*setting pages css end*/

/**account prefreance page**/

.profile-avtar {
  border-radius: 100%;
  overflow: hidden;
  width: 173px; 
  height: 173px;
  object-fit: cover;
}

.profile-avtar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-text a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: #006BD3;
}

.ant-select-selection-selected-value {
  font-weight: 400;
}

.profile-grid {
  padding: 0px 36px;
}

form input.input-design {
  border-radius: 0px !important;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
  box-shadow: none;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  padding-bottom: 38px; 
}
.personal-formds  input.input-design{
  box-shadow: none;
  line-height: 25px; 
  color: #666666 !important;
  font-family: Arial;
  font-size: 22px;
  background-color: #ececed;
  border: none !important;
  min-height: 57px;
  padding: 0px 10px;
  border-radius: 0px 6px 6px 0px !important;

}
.persnlinfo-form .ant-calendar-picker-clear, .persnlinfo-form .ant-calendar-picker-icon {
  top: 14px;
  display: none;
}

.persnlinfo-form .ant-select-selection.ant-select-selection--single {
  box-shadow: none;
  top: 0;
  outline: none;
  height: 100%;
  border: none;

  line-height: 25px;
  color: #666666;
  font-family: Arial;
  font-size: 21px;

}

.persnlinfo-form .ant-select-selection__rendered {
  margin: 0px;line-height: 54px;    padding: 0px 10px;
  border-radius: 0px 6px 6px 0px !important

}

.persnlinfo-form .ant-input:focus {
  box-shadow: none !important;
  outline: none;
}

.persnlinfo-form.right-block form label {
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.persnlinfo-form .ant-form-item-control {
  line-height: initial;
}

.input-style {
  border: 1px solid #DADADA;
  border-radius: 3px;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.invite-form .react-tagsinput {
  border: none;
  padding: 0px !important;
}

.invite-form .ant-form-item-children .react-tagsinput .input-style, .input-style {
  border: 1px solid #DADADA !important;
  border-radius: 3px;
  width: 100%!important;
  max-width: 100% !important;
  padding: 0px 20px!important;
  font-family: 'SF Pro Text';
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  min-height: 50px;
  margin: 0px;
}

.persnlinfo-form .input-design.ant-select.ant-select-enabled {
  border-radius: 0px !important;
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
  box-shadow: none;
  font-size: 16px;
  line-height: 41px;
  color: #666666;
  padding-bottom: 0px;
}

.invite-form .ant-form-item-children .react-tagsinput span {
  width: 100%;
}

.aligncnter span.ant-form-item-children {
  display: flex;
}

.SocialMediaShareButton {
  cursor: pointer;
}

/**scroll design**/

.messages-lbox.threads .ant-list-items::-webkit-scrollbar, .chat-body .messages-container::-webkit-scrollbar, .calendar-container .rbc-calendar .rbc-row-content::-webkit-scrollbar {
  width: 6px;
}

.calendar-container .rbc-calendar .rbc-row-content::-webkit-scrollbar {
  width: 3px;
}

.messages-lbox.threads .ant-list-items::-webkit-scrollbar-track, .chat-body .messages-container::-webkit-scrollbar-track, .calendar-container .rbc-calendar .rbc-row-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.messages-lbox.threads .ant-list-items::-webkit-scrollbar-thumb, .chat-body .messages-container::-webkit-scrollbar-thumb, .calendar-container .rbc-calendar .rbc-row-content::-webkit-scrollbar-thumb {
  background-color: #006BD3;
  outline: 1px solid slategrey;
  border-radius: 20px;
}

/**scroll design end**/

/**chat page css**/

.messages-lbox li.ant-list-item {
  padding: 12px 20px 12px 30px ;
}

.messages-lbox li.ant-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
}

.container .wrapper .row .messages-lbox.threads .ant-list.ant-list-split h4.ant-list-item-meta-title {
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #0a388c;
  font-weight: bold; 
}

.messages-lbox.threads .ant-list-item-meta-description {
  height: 20px;
  overflow: hidden;
}
div#messages-list {
  background-color: #ececed;
  padding-top: 30px;
}
.messages-lbox.threads .ant-list-item-meta-description span {
  font-size: 15px!important;
  line-height: 20px!important;
  color:#666666!important;
}

/* .messages-lbox.threads .ant-list-item-meta-title.spot-title {
  display: none;
} */

.chat-container {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #999999;
}

.messages-lbox.threads .ant-list-item-meta-title.thread-time {
  font-size: 12px !important;
  line-height: 17px;
  text-align: left;
  color: #999999 !important;
  font-family: Arial;
}

.messages-lbox.threads sup.ant-scroll-number.ant-badge-count {
  top: 4px;
}

.messages .input-toolbar {
  bottom: 0;
  position: absolute;
  top: auto;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(178, 178, 178, 0.8);
  padding: 18px !important;
  min-height: 58px;
  display: flex;
  justify-content: space-between;
}

.chat-body {
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: auto;
  height: 620px;
}

.chat-body .messages-container {
  width: 100%;
  padding: 0px 30px;
  position: relative;
  overflow: auto;
  height:594px !important;
  min-height: 594px !important;
  padding-bottom: 30px;
}

.messages-lbox.threads .ant-list-item-meta-content .ant-list-item-meta-description>span {
  display: flex;
  justify-content: start;
  align-items: center;
}

.ant-spin-container .ant-list-item-meta-title.spot-title {
  color: rgba(68, 68, 68, 0.8) !important;
}

.messages-lbox.threads .ant-list-item-meta-description span span {
  padding-left: 6px;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 0;
}

.messages-lbox span {
  font-family: 'arial';
}

.messages {
  position: relative;
  overflow: hidden;
}

.messages textarea.ant-input.composer {
  border: none;
  font-size: 24px;
  line-height: 20px;
  color: rgba(144, 145, 145, 0.8);
  min-height: 28px !important;
  font-family: Arial;
  height: 42px;
  border-left: 1px solid #a9a9a9;
  border-radius: 0;
  background: transparent;
  padding-top: 12px;

}

.messages .input-toolbar button {
  max-height: 100%;
  background-color: #fdd423;
  border: none;
  min-width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messages textarea.ant-input.composer:focus {
  box-shadow: none;
  outline: none;
}

.messages .ant-page-header-heading-sub-title {
  float: left;
    margin: 0;
    margin-right: 12px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    align-items: center;
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-family: arial;

}
.messages .ant-page-header-heading-tags {
  float: none;
  display: inline-block;
  color: #ffffff;
  font-family: 'Arial';
  font-size: 14px;
  margin: 0;
}
.messages  span.ant-page-header-heading-extra {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  display: flex;
  align-items: center;
}
/* .messages  span.ant-page-header-heading-sub-title {
  display: none;
} */

.messages .header.ant-page-header-ghost {
  height: 107px;
  background: #0a388d;
  border-bottom: 1px solid #B2B2B2;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messages button.ant-btn.ant-btn-primary::after {
  position: absolute;
}

.messages .user-chat {
  border-radius: 0px 20px 20px 20px;
  padding: 12px;
  color: #828282;
  font-family: Product Sans;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  font-weight: 600;
}
.messages .user-chat-box  .user-chat::after {
  border-top: 12px solid #cccccc;
  position: absolute;
  content: "";
  left: -12px;
  top: 0;
  width: 12px;
  height: 12px;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}
.messages .user-chat-1 .user-chat::after {
  border-top: 12px solid #ffffff;
  position: absolute;
  content: "";
  left: auto;
  top: 0;
  width: 12px;
  height: 12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  right: -12px;
}
.messages .ant-avatar.ant-avatar-icon {
  font-size: 18px;
  width: 45px;
  height: 45px;
}

.messages .user-chat-box.user-chat-1 .user-chat {
  color: #ffffff;
  border-radius: 20px  0px 20px 20px;
}

.messages .user-chat-box span.time-posted, .messages .user-chat-box.user-chat-1 span.time-posted {
  font-size: 10px;
  line-height: 18px;
}

.chat-container .messages .ant-page-header-heading {
  width: auto;
  overflow: visible;
  display: block;
  flex-direction: column;
  margin: 0px auto;
  white-space: nowrap;
  justify-content: center;
}
.chat-container .messages .ant-page-header-heading .ant-avatar{
  width: 58px;
  height: 58px;
}
.messages-lbox .ant-avatar-lg {
  width: 80px;
  height: 80px; 
  border-radius: 50%;
}
.messages-lbox li.ant-list-item.active, .messages-lbox li.ant-list-item:hover {
  background: #0a388d;
  color: #ffffff !important;
}
.input-toolbar  {
  display: flex;
  flex-direction: column;
}
.messages-lbox li.ant-list-item.active h4.ant-list-item-meta-title, .messages-lbox li.ant-list-item:hover h4,
.messages-lbox li.ant-list-item.active span, .messages-lbox li.ant-list-item:hover span, 
.messages-lbox li.ant-list-item.active h4.ant-list-item-meta-title, 
.messages-lbox li.ant-list-item.active .thread-time, .messages-lbox li.ant-list-item:hover .thread-time {
  color: #ffffff !important;
}
.text-img {
  width: 100%;
  min-height: 69px;
  background: #ececed; 
  align-items: center;
  border-radius: 5px;
}
.messages .user-chat {
  display: inline-flex;
  flex-direction: column;
  max-width: 392px;
}

.messages .user-chat-box.user-chat-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.messages .user-chat span {
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  word-wrap: break-word;
  font-family: Arial;
  font-weight: 400;
}

.chatlist-head {
  font-size: 23px;
  line-height: 22px;
  color: #999999;
  font-family: Arial;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.chat-inbox {
  padding: 24px 30px;
  height: 107px;
  border-right: 1px solid rgba(178, 178, 178, 0.5);
  border-bottom: 1px solid rgba(178, 178, 178, 0.5);
  position: relative;
  display: flex;
  align-items: center;
}
/* 
.messages-lbox li.ant-list-item:hover {
  background: #f5f5f5;
} */

/**chat search**/

.chat-inbox .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-shadow: none;
}

.chat-inbox .search:hover {
  cursor: pointer;
}

.chat-inbox .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 23px;
  right: 2px;
  bottom: 0;
  left: 26px;
  width: 11px;
  height: 3px;
  background: #0086dc;
  transform: rotate(45deg);
  transition: all .5s;

}

.chat-inbox .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 4px;
  right: -10px;
  bottom: 0;
  left: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #0086dc;
  transition: all .5s;
}

.chat-inbox input {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 107px;
  outline: none;
  border: none;
  background: #ffffff;
  color: #444444;
  padding: 0px 40px 0px 0px;
  border-radius: 0px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 5;
  border-bottom: 1px solid #d5d5d5;
}

.chat-inbox input:hover {
  cursor: pointer;
}

.chat-inbox input:focus {
  width: 90%;
  opacity: 1;
  cursor: text;
}

.chat-inbox input:focus~.search {
  right: 0;
  z-index: 6;
}

.chat-inbox input:focus~.search::before {
  top: 0;
  left: 13px;
  width: 12px;
}

.chat-inbox input:focus~.search::after {
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  border: none;
  background: #444444;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.chat-inbox input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}
 
.messages .input-toolbar .ant-input::placeholder {
  color: #cccccc !important;
  opacity: 1 !important;
}
/**chat page css end**/

/** calender css **/

.calendar-container .calendar h1.title {
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #444444;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-family: 'arial';
}

.calendar-container .calendar {
  padding:0 15px;
}

.calendar-container .rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.calendar-container .rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #444444;
  font-family: 'product_sansbold';
}

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group button:first-child {
  display: none;
}

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group button {
  position: relative;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1.5px solid #D9D8D8;
  border-radius: 4px;
  margin-left: 10px;
  color: transparent;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0;
}

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group {
  display: flex;
  white-space: nowrap;
}

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group button::before {
  font-size: 10px !important;
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  z-index: 999;
  background-position: center;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  bottom: auto;
  right: auto;
  margin: auto;
  padding: 0;
}

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group button:nth-child(2)::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03IDEuMzkwNDhMMi43Nzk5NSA1LjYxMDZMNyA5LjgzMDcxTDUuNjEwMDMgMTEuMjIwN0wwIDUuNjEwNkw1LjYxMDAzIDAuMDAwNDg4MjgxTDcgMS4zOTA0OFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group button:nth-child(3)::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEuMzkwNDhMNC4yMjAwNSA1LjYxMDZMMCA5LjgzMDcxTDEuMzg5OTcgMTEuMjIwN0w3IDUuNjEwNkwxLjM4OTk3IDAuMDAwNDg4MjgxTDAgMS4zOTA0OFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}

/* .calendar-container .rbc-calendar .rbc-day-bg + .rbc-day-bg {
  border-left: none;
} */

.calendar-container .rbc-calendar .rbc-toolbar .rbc-btn-group button:focus {
  outline: none;
  box-shadow: none;
}

.calendar-container .rbc-calendar .rbc-header {
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  color: #444444;
  margin: 0;
}

.calendar-container .rbc-calendar .rbc-row-content {
  background: #ffffff;
  max-height: 65px;
  overflow: auto;
  height: 65px;
}

.calendar-container .rbc-calendar .rbc-date-cell.rbc-off-range, .calendar-container .rbc-calendar .rbc-date-cell:hover {
  background: rgba(189, 189, 189, 0.2);
  border-radius: 6.84684px;
  color: rgba(68, 68, 68, 0.5);
}

/* .calendar-container .rbc-calendar .rbc-date-cell.rbc-current {
  border-color: #006BD3 !important;
} */

.calendar-container .rbc-calendar .rbc-date-cell.rbc-current a {
  color: #006BD3 !important;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-self: center;
  width: 100%;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border: 1px solid #006BD3;
  border-radius: 6px;
}

/* .calendar-container .rbc-calendar .rbc-date-cell a {
  min-height: 50px;
} */

.calendar-container .rbc-calendar .rbc-date-cell {
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-self: center;
  align-items: center;
  padding: 0;
  color: #444444;
  margin: 0;
  border: 3.42px solid #ffffff;
  border-radius: 6.84684px;
}

.rbc-overlay .event-title-calendar {
  font-size: 12px;
  font-weight: bold;
}

.calendar-container .rbc-calendar .rbc-day-bg {
  background: transparent;
}

.rbc-overlay .event-date-time {
  font-size: 11px;
}

.calendar-container .rbc-calendar .rbc-row-segment {
  width: 100% !important;
  max-width: 100% !important;
}

.calendar-container .rbc-calendar .rbc-show-more {
  font-size: 12px;
}

.rbc-overlay-header {
  font-size: 14px;
}

.calendar-container .rbc-calendar .rbc-event-content span {
  font-size: 10px;
  font-weight: bold;
}

.calendar-container .rbc-calendar .rbc-month-view .event-date-time {
  display: none;
}

.calendar-container .rbc-calendar .rbc-day-bg+.rbc-day-bg, .calendar-container .rbc-calendar .rbc-month-row+.rbc-month-row, .calendar-container .rbc-calendar .rbc-month-view, .calendar-container .rbc-calendar .rbc-header+.rbc-header, .calendar-container .rbc-calendar .rbc-header {
  border: none;
  background: transparent;
}

.calendar-container .rbc-calendar .rbc-day-bg {
  height: 50px;
}

.booking-list>.ant-list>.ant-spin-nested-loading>.ant-spin-container>.ant-list-items>.ant-list-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0px 0!important;
  margin: 0px 30px 0;
}

.booking-list>.ant-list>.ant-spin-nested-loading>.ant-spin-container>.ant-list-items>.ant-list-item li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.booking-list .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 0;
}

.block-popup .ant-modal-close-x i.anticon-close {
  font-size: 24px;
  color: #006BD3;
}

.block-popup .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-bottom: -3px;
  margin-left: 5px;
  height: 54px;
  color: #cccccc;
font-family: Arial;
font-size: 19px;
  line-height: 17px;
  display: flex;
  align-items: center; 
}
.block-popup #manage-availability_spots .ant-select-selection.ant-select-selection--multiple {
  width: 100%;
  max-width: 100%;
  border: none;
  background: rgb(236, 236, 237); 
}
.block-popup #manage-availability_spots  .display-prop span.ant-time-picker {
  width: 98% !IMPORTANT;
}
.block-popup #manage-availability_spots i.anticon.anticon-calendar.ant-calendar-picker-icon {
  display: none;
}


.block-popup #manage-availability_spots  .ant-select-selection--multiple .ant-select-selection__choice__content {
  font-family: Arial;
  font-size: 19px;
    line-height: 17px;
}
.block-popup #manage-availability_spots   .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 29px;
  margin-top: 3px;
  line-height: 30px;
}
.block-popup .ant-calendar-picker .ant-calendar-picker-input.ant-input {
  width: 100%;
  height: 56px;
  border: none;
  display: flex;
  align-content: center;
  align-items: center;
}
.display-prop span.ant-time-picker { 
  height: 56px;
}
.block-popup  span#manage-availability_dates {
  width: 86%;
}
.block-popup span.ant-calendar-range-picker-separator {
  display: flex;
  justify-self: center;
  align-self: center;
  height: 100%;
  align-items: center;
}

.block-popup #manage-availability_starttiming, .block-popup #manage-availability_endtiming {
  width: 100%;
  height: 56px;
  border:none;
  background-color: #ececed;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
  float: right;
  padding-left: 65px;
  color: #666666;
font-family: Arial;
font-size: 19px;
}
.block-popup .ant-time-picker-icon .ant-time-picker-clock-icon { 
  top: 17px;
  border-radius: 6px 0px ;
}
 

.checkinheading {
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center; 
  font-family: 'SF Pro Text';
  color: #666666;
}

.checkcontent {
  font-size: 18px;
  line-height: 23px;
  display: flex;
  font-family: 'SF Pro Text';
  align-items: center;
  padding-top: 16px;
  color: #666666;
}

.booksidebr-heading {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-family: 'SF UI Text Bold';
  text-transform: uppercase;
  color: #000000;
}

.booksidebr-content {
  font-family: Arial;
  font-size: 20px;
  line-height: 23px;
  color: #666666;
  padding-top: 26px;
}

.shadow-box .cancel-policy .ant-collapse-header {
  font-family: 'SF Pro Text' !important;
  font-size: 21px !important;
  line-height: 20px !important;
  color: #0085db !important;
}

.shadow-box .ant-collapse>.ant-collapse-item>.ant-collapse-header i {
  float: right;
  left: auto !important;
  right: 0;
  color: #0085db !important;
}

.cancel-policy .ant-collapse>.ant-collapse-item>.ant-collapse-header {
  color: #0085db !important;
  padding-left: 0px;
  padding-right: 20px;
  font-family: 'SF Pro Text';
  font-size: 15px;
  line-height: 23px;
}

.cancel-policy .ant-collapse-content-box {
  padding: 0 !important;
}

.cancel-policy ul li {
  font-family: 'SF UI Text Regular';
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #444444;
}

.cancel-policy .ant-list-split .ant-list-item:last-child {
  padding-bottom: 20px !important;
}

.booking-price {
  font-size: 36px;
  line-height: 70px;
  font-family: 'product_sansbold';
  color: #fff;
  background: #0a388c;
}

.display-prop span.ant-time-picker {
  width: 93% !important;
}

.col-lg-3.check-data {
  padding: 0px 0px !important;
}

.ant-table-pagination.ant-pagination {
  margin: 16px;
}

.slide-rating {
  width: 50%;
}

.amenities-rating li span {
  width: 30%;
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
  font-family: 'arial';
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
  font-family: 'arial';
}

.shadow-box.confrm-rghtsidebar {
  padding: 40px;
}
.ant-list-item-meta.icons .ant-list-item-meta-avatar {
  width: 51px;
}

/* responsive */

@media(max-width:1200px) {
  .container {
    max-width: 98% !important;
  }
   
.login-container   .ant-form-item-children {
  position: relative;
  display: flex;
}
.login-container   .ant-input-password.ant-input-affix-wrapper {
  width: auto !important;
  flex: 1;
}
.login-container  .ant-form-item-children input {
  flex: 1;
  width: 100% !important;
  display: flex;
}
}

@media(max-width:1170px) {
  .search-header { 
    justify-content: center; 
}
  .container {
    max-width: 98% !important;
  }
  .messages .input-toolbar button.ant-btn {
    padding: 5px 16px;
    font-size: 15px;
  }
  .sidebar-actions .btn {
    padding: 15px 26px;
  }
  .slide-rating {
    width: 28%;
  }
  .shadow-box.confrm-rghtsidebar {
    padding: 24px;
  }
  .header-search-wrapper .search-header .ant-form-inline .ant-form-item:not(:last-child) { 
    padding: 0 4px; 
  }
  .header-search-wrapper .ant-row.ant-form-item.secondary-bgcolor.border-2sides { 
    min-width: 120px;
}
.header-search-wrapper .ant-row.ant-form-item.secondary-bgcolor.border-2sides div {
  width: 100%;
}
.header-search-wrapper button.ant-btn.filter-search.ant-btn-warning {
  
  font-size: 15px; 
  height: 41px;
}

}

@media(max-width:992px) {

  .login-devider {
    border-right: 0px solid #999999  !important;
    border-bottom: 1px solid #999  !important;
    margin-bottom: 30px  !important;
  }
  .login-devider .ortext {
    position: relative !important;
    top: unset  !important ;
    right: unset  !important;
    background: #fff  !important;
    width: 32px;
    height: 20px;
    bottom: -12px;
    text-align: center  !important;
    margin: 0 auto  !important;
  }
  
  .checkinheading {
    width: 100%;  
  }
  .checkcontent { 
    width: 100%;  
  }
  .check-data:nth-child(3) .checkcontent,   .check-data:nth-child(3) .checkinheading{ 
    width: 100%; 
    justify-content: flex-end;
  }
 
  .filter .ant-row .ant-col {
    padding:0px 6px;
  }
  .author-details {
    padding: 15px 24px 15px 0px;
  }
  .star-ratings .profile-link {
    margin: 20px 0px;
    right: auto;
    position: relative;
    left: auto;
    float: left;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  .sidebar-gird .padding36 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .change-password {
    max-width: 100%;
  }
  .send-invites {
    max-width: 100%;
  }
  .content-area .blocks {
    max-width: 100%;
  }
  .content-area .places .content {
    padding: 14px;
  }
  .right-block {
    padding: 24px;
  }
  .left-block .ant-list-item .ant-list-item-meta {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer ul.social-icons li {
    padding-right: 10px;
  }
  .spot-details .stars {
    margin-left: 0;
  }
  .shadow-box {
    padding: 0px;
  }
  .parking-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  p.services.font-size16 {
    font-size: 15px;
  }
  .amenities-rating li span {
    width: 42%;
  }
  .sidebar-actions {
    flex-direction: column;
    width: 100%;
  }
  .sidebar-actions .btn {
    margin-bottom: 10px;
    width: 100%;
  }
  .confrmpay .date {
    padding-top: 0;
    justify-content: center;
    justify-self: center;
    align-items: center;
    align-self: center;
    display: flex;
  }
  .shadow-box.confrm-rghtsidebar .stars ul {
    padding: 0;
    margin-left: 0 !important;
  }
  .calendar-container .calendar {
    padding: 0px;
  }
  .col-md-5.calendar-container .block-view h3 {
    font-size: 22px;
  }
  .header-search-wrapper .filter .ant-col.container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .logo img {
    max-width: 200px !important;
}
.personal-formds span.ant-select-arrow { 
  padding: 0px 4px;
}
.prof-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prof-div .profie-img {
  margin: 0px 0 20px !important;
}

.personal-formds span.ant-select-arrow {
  padding: 0px 4px !important;
  background-color: #ededed;
}
.booking-accept .vcl-size label span.vl-type {
  padding: 12px 17px;
}
}

@media(max-width:767px) {
  .header { 
  margin-bottom: 5px;
}
.header-search-wrapper form .filter {
  margin-top: 28px !important;
}
.header-search-wrapper .search-header .ant-form-item:not(:last-child) { 
  padding: 0 8px 0 0; 
}
  .content-area .blocks {
    max-width: 100%; 
  }
  .setting-page .blocks {
    min-height: 200px;
}
  .left-block {
    max-width: 100%;
  }
  .right-block {
    max-width: 100%;
  }
  .ant-table-body {
    overflow: auto;
  }
  .ant-empty-image {
    overflow: hidden;
  }
  .ant-empty-image svg {
    height: 100%;
    margin: auto;
    max-width: 100%;
  }
  .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .right-block form input {
    max-width: 100%;
  }
  .change-password {
    max-width: 100%;
    min-height: auto;
  }
  .right-block h3 {
    font-size: 24px;
  }
  .ant-page-header.header.ant-page-header-ghost {
    background: rgb(0, 107, 211);
    color: #ffffff !important;
  }
  .ant-page-header-heading-title {
    color: #ffffff;
  }
  button.ant-btn.ant-dropdown-trigger {
    background: transparent;
  }
  .messages .ant-btn>.anticon {
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
  }
  .chat-body {
    height: calc(100% - 149px);
    min-height: 400px;
    max-height: 485px;
  }
  .messages-lbox.threads .ant-list-items {
    max-height: 430px;
    min-height: 430px;
  }
  .input-toolbar button.ant-btn {
    padding: 5px 18px;
  }
 .spot-sidebar {
    padding: 0px !important;
}
.col-md-7.pl-0 {
  padding: 0px  !important;
}
}

@media(max-width:580px) {
  .messages .user-chat {
    max-width: 310px;
  }
  .container .wrapper .row .messages .row.input-toolbar .composer {
    max-width: 60%;
    margin: 0px;
  }
  .content-area .blocks { 
    min-height: 180px;
  }
  .ant-modal.ant-modal-confirm.ant-modal-confirm-confirm {
    min-width: auto  !important;
    width: 100% !important;
}
.ant-modal-confirm .ant-modal-confirm-btns { 
  flex-wrap: wrap;
}
}

@media(max-width:380px) {
  .title {
    font-size: 22px;
    line-height: 28px;
  }
  .right-block h3 {
    font-size: 22px;
  }
  .messages .user-chat {
    max-width: 100%;
  }
  .ant-modal-confirm .ant-modal-confirm-btns button {
    margin-bottom: 10px !important;
}
}

/********Style Sam css ends***********/

.logo img {
  max-width: 350px;
}

ul.nav-menu li svg {
  width: 30px;
}

ul.nav-menu li a span {
  margin-right: 6px;
}

.location-search-input input.ant-input {
  background: #ececed !important;
  border-radius: 4px !important;
}

.topbar .anticon.anticon-down {
  font-size: 20px !important;
  margin-left: 20px;
}

.topbar li a {
  font-size: 17px;
  margin-left: 10px;
  color: #0085db;
}

span.ant-calendar-picker-input.ant-input {
  background: #ececed;
}

.ant-select-selection--single {
  background: #ececed !important;
  border-radius: 4px;
}

.header-search-wrapper .ant-form .ant-form-item-control input.ant-time-picker-input {
  background: #ececed !important;
  border-radius: 4px;
}

.header-search-wrapper .search-header .filter-search {
  background: #fdd423 !important;
  border-radius: 50px;
}

.header-search-wrapper .ant-row.ant-form-item.secondary-bgcolor.border-2sides {
  background: transparent !important;
}

.location-search-input span.ant-input-prefix svg path {
  fill: #fff;
}

.location-search-input span.ant-input-prefix {
  background: #0085db; 
  left: 0;
  text-align: center;
  border-radius: 4px 0 0 4px;
}
.search-header .ant-input-affix-wrapper .ant-input, .search-header .ant-select{
  min-height: 36px;
}
.header-search-wrapper .ant-form .ant-form-item-control input.ant-time-picker-input, .search-header .ant-select-selection--single{
  min-height: 37px;
}
.search-header .ant-select-selection--single .ant-select-selection__rendered { 
  min-height: 37px;
  line-height: 37px;
}
.search-header .ant-select-selection--single{
top:0px;
}
.search-header .ant-calendar-picker .ant-calendar-picker-input.ant-input{
  min-height: 37px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;

}
.search-header input, .search-header .ant-form-item-children{
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
}
 
.search-header .ant-calendar-range-picker-separator { 
  padding-top: 7px;
}
.search-header .ant-calendar-picker .ant-calendar-picker-input.ant-input { 
  padding-left: 36px; 
  color: #ed1c24;
}
.location-search-input span.ant-input-prefix, .header-search-wrapper .date-iconset i.anticon.anticon-calendar.ant-calendar-picker-icon, .header-search-wrapper span.ant-time-picker-icon{ 
  width: 40px;
  height: 36px;
}
.header-search-wrapper .date-iconset i.anticon.anticon-calendar.ant-calendar-picker-icon, .header-search-wrapper  .ant-time-picker-icon .ant-time-picker-clock-icon {
  font-size: 19px;
}
.location-search-input svg {
  left: 12px;
  position: relative;
}

span.ant-time-picker-icon {
  background: #0085db; 
  top: 8px;
  border-radius: 4px 0 0 4px;
}

button.ant-btn.filter-search.ant-btn-warning span {
  color: #4d4d4d;
}

.container.login-logo img {
  max-width: 500px;
  height: auto;
}

span.pk-i {
  background: #0085db;
  width: 62px;
  min-width: 62px;
  height: 56px;
  display: flex;
  border-radius: 6px 0px 0px 6px !important;
  align-items: center;
  justify-content: center;
  float: left;
}

.email-input.reset-pass {
  height: 56px !important;
}

.login-container input , .giveusop-container input, .giveusop-container textarea{
  background: #ececed;
}

.login-devider {
  border-right: 1px solid #999999;
}

.login-devider .ortext {
  position: absolute;
  top: 45%;
  right: -7px;
  background: #fff;
  width: 20px;
  height: 20px;
}

.login-devider .col-lg-10 {
  position: unset;
}

.bg-home {
  background: #ececed;
  padding: 50px 0;
  margin-bottom: 50px;
}
.filter-opn.d-flex {
  float: left;
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    align-items: center;
}

.filter-opn span {
  cursor: pointer;
}

.booking-search .title {
  font-size: 28px;
  font-weight: 700; 
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 11px;
  margin-bottom: 30px;
}
.bk-info h4 {
  border-bottom: 1px solid #ccc;
}
.navbar-toggler {
  text-decoration: none;
  background: #00a1ff;
}
.pkd-heading {
  border-bottom: 1px solid #999999;
}
.pkd-heading h2 {
  font-size: 21px;
  color: #666666;
  font-weight: 700;
  font-family: 'Spartan', sans-serif;
}
.pk-spot {
  background: #ececed;
}
.pk-spot button {
  background: #0085db;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 21px;
  font-family: 'Spartan', sans-serif;
  border: 0;
  font-weight: 700;
}

.pk-spot button:hover {
  background: rgba(0, 133, 219, 0.8901960784313725);
  color:#eee;
}

.pk-spot h5 {
  color: #666666;
  font-size: 21px;
  font-weight: 700;
  font-family: 'Spartan', sans-serif;
}
.spot-map h5 {
  color: #666666;
  font-size: 21px;
  font-weight: 700;
  font-family: 'Spartan', sans-serif;
}

.map-iframe{
  position: relative;
    width: 100%;
    height: 426px;
}
.parking-title.booksidebr-content {
  font-size: 21px;
  color: #666666;
  font-weight: 700;
}
.shadow-box hr {
  border-color: #666666;
}
.cancel-btn button {
  background: #ed1c24 !important;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  height: 66px;
  border-radius: 50px;
  border: 0;
  margin: 50px 0 50px 0;
}
.collaps-outer {
  background: #ececed;
}
.vrfy-txt{
  font-size: 21px;
    color: #666666;
    position: absolute;
    left: 95px;
    top: 14px;
}
.anticon-calendar svg {
  display: inline-block;
  color: #fff;
  margin-top: 8px;
}
.header-search-wrapper .date-iconset i.anticon.anticon-calendar.ant-calendar-picker-icon {
  position: absolute;
  left: 0px;
  background: red; 
  top: 8px;
  border-radius: 4px 0px 0 4px; 
}

.ant-time-picker-input {
  padding: 4px 0 0 24px;
}
.content-area .places .content .btns .btn.btn-primary.search-it svg {
  display: none;
}

.content-area .places .content .btns .btn.btn-primary.search-it:hover{color:#0a388c;}
.spot-sidebar .shadow-box {
  padding: 20px;
}
 
.delete-icon{
  background: #0085db;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
}

.sub-title {
  font-size: 21px;
  color: #666666;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #666666;
  padding: 30px 0 5px 0;
  text-align: left;
}

.parking-title {
  display: flex;
  justify-content: space-between;
}

.bg-Address {
  background: #ececed;
}
.pw-share {
  border: 1px solid #666666;
}

.pw-share ul {
  display: flex;
  justify-content: center;
}

.pw-share li {
  list-style: none;
  display: inline-flex;
  margin: 0 10px;
}
.pw-share li svg {
  height: 40px;
  width: 40px;
}
.spot-sidebar .shadow-box h3{
  font-size: 21px;
  color: #666666;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #666666;
  padding: 15px 0 5px 0;
}
.spot-details .spot-map{
  border: 0; 
  border: 2px solid #666666;
}

.saved-places ul.info .right p {
  display: none;
}

.saved-places ul.info .left p {
  display: none;
}
.content-area .saved-places .places .content ul.info h5 {
  color: #666666;
  font-weight: 500;
  font-size: 21px !important;
  padding-bottom: 0;
}

.spot-ic.rounded {
  border-radius: 50px !important;
}
span.delete-prk {
  position: absolute;
  background: #0085db;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
    right: 25px;
}
.spot-container .owner-parkings .ant-card-body h4 {
  text-transform: capitalize;
  font-family: 'Spartan', sans-serif;
  font-size: 21px;
  line-height: 29px;
  color: #0085db;
  font-weight: 700;
}
.share-pk {
  position: absolute;
  right: 10px;
  top: 0;
  max-width: 25px;
}
.spot-card.owner-parkings:hover {
  background: #ececed;
}
.rbc-month-row {
  overflow: visible !important;
}

.owner-parkings .info p{display: none;}
.publish-btn{
  color: #4e4e4e;
  background: #fdd423;
  font-size: 18px;
  border: 0;
  border-radius: 50px !important;  
  font-weight: bold !important; 
}

.unpublish-btn{
  color: #ffffff;
  background: red;
  font-size: 18px;
  border: 0;
  border-radius: 50px !important;  
  font-weight: bold !important;
}
.owner-map .maps{width: 91% !important;}

.owner-parking-spot {
  border: 1px solid #666;
}
input.ant-input.p-tl {
  padding-left: 70px;
}
.ant-steps.ant-steps-horizontal.ant-steps-label-horizontal {
  margin: 50px 0;
}
.pk-bg{background: #ececed;}

.next-step.ant-btn-primary {
  font-size: 26px;
  line-height: 54px;
  font-weight: 600;
  border-radius: 50px;
  height: 83px;
  width: 350px;
}

button.ant-btn.back-pk {
  font-size: 26px;
  line-height: 65px;
  font-weight: 600;
  border-radius: 50px !important;
  height: 83px !important;
  color: #666666;
  width: 200px;
  background: #cccccc;
}

.vcl-size.parking-type .ant-radio-group {
  display: flex;
  flex-direction: column;
}
input.ant-input.button-minus {
  border-radius: 12px 0px 0 12px !important;
}
input.ant-input.button-plus {
  border-radius: 0px 12px 12px 0px !important;
}
.vl-size {
  border-right: 1px solid #666;
  margin-right: 40px;
  padding-right: 0px;
}
.vl-size {
  width: 65px;
  text-align: center;
}
.ant-radio-wrapper-checked svg circle {
  fill: #0a388c !important;
}

.booking-accept .parking-type label span {
  display: unset;
}

.pending-booking-container {
  /*border: 1px solid #666;*/
}
.calendar-container {
  border: 1px solid #666;
}
.pending-booking-container .ant-card-body {
  padding: 0;
  border: 1px solid #eee;
}
.rbc-calendar {
  margin: 0 30px;
}
button.ant-btn.block-parking.ant-btn-primary {
  background: #fdd423;
  border: 0;
  border-radius: 50px;
  color: #666666;
  text-decoration: underline;
  font-weight: 600;
  height: 66px;
  font-size: 20px;
  margin-bottom: 20px;
}
.px-3.block-infos {
  display: flex;
  margin-bottom: 20px;
}
.pending-booking-container  .ant-card.spot-card.ant-card-bordered{border: 0 !important;}
.booking-list .ant-list-item-meta-title {
  padding: 0;
}

.owner-dashboard .spot-card .bkcard-details .btns .btn.btn-primary.search-it {
  background: #f70000;
  border: 0.8px solid #fdd423;
  box-sizing: border-box;
  border-radius: 50px;
  font-weight: 700;
  font-family: 'Spartan', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  margin-left: 10px;
  height: 40px;
  text-decoration: underline;
}
.owner-parking-spot .ant-card.spot-card.owner-parkings.ant-card-bordered {
  padding: 20px;
}
.steps-content .Amenities .ant-checkbox-group {
  max-width: unset;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 25px;
}


.Preferences .ant-time-picker-icon, .ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 25px;
  height: 30px;
  display: none;
}
.create-ad .parking-type label span{display: flex;}
.ad-Category .ant-checkbox-group label span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ad-Category .ant-checkbox-group {
  display: flex;
  flex-wrap: wrap;
}
.ad-Category label.ant-checkbox-wrapper {
  display: flex;
}
.ad-Category label.ant-checkbox-wrapper.ant-checkbox-wrapper-checked .type-icons {
  background: #0a388c;
}

.ad-Category .ant-checkbox-checked::after{border: 0 !important;}

.Amenities .ant-checkbox-group label svg path{
  fill:#fff;
}
.Amenities .ant-checkbox-group label svg {
  height: 33px;
  width: 33px;
}
.Amenities .ant-checkbox-group label {
  align-items: center;
}
.Preferences .ant-radio-wrapper span {
  color: #666666;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.ant-radio-inner::after{background: transparent;}
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #0a388c;
}
.Amenities label.ant-checkbox-wrapper span {
  align-items: center;
}
.ant-radio-wrapper.ant-radio-wrapper-checked span.vl-size {
  border-width: 1px;
  border-color: #666666;
}
.relative {
  position: relative;
  margin-top: 30px;
}
.preference-rght .pk-i {
  position: absolute;
  background: #0085db;
  width: 50px;
  height: 50px;
  border-radius: 15px 0px 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 48px;
    z-index: 9;
    top: 1px;
}

.btn.yellow-bg.btn-primary.next-step.ant-btn-primary {
  background: #fdd423;
  border: 0;
  color: #666;
}

.ant-checkbox-wrapper-checked .type-icons {
  background:rgb(10, 56, 140);
}

.grid-gallery.single>div>div>img:first-child {
  grid-row: 1;
  grid-column: 1 / 12;
  height: 470px;
  width: 100%;
}
.grid-gallery.two img {
  height: 470px;
}

.Preferences p {
  color: #999999;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.stays label{display: none;}
.stays .ant-form-item-children {
  position: relative;
  display: flex;
}
.stays span.pk-icon {
  background: #0085db;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 0px 0 15px;
}
.owner-map .maps {
  border: 1px solid #666666;
}

.owner-dashboard .row{
  display: flex;
  flex-direction: row-reverse;
}
.progress-first .ant-card-meta-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-first .progress-card .ant-card-meta-description {
  color: white;
  font-size: 70px;
  font-family: arial;
  font-weight: 700;
  margin-left: 20px;
}
.boorder-bx {
  border: 1px solid #666666;
}
.pending-booking-container .ant-card {
  background: transparent;
}
.pending-booking-container .ant-card-body {
  background: #fff !important;
}
.booking-list .ant-list-item-meta-description {
  color: #0085db;
  font-size:18px;
  font-family: 'Spartan', sans-serif;
  font-weight:700;
}
.booking-list .ant-list-item-meta-description.reservation-date {
  color: #666666;
  font-size:16px;
  font-weight:400;
  font-family:Arial, Helvetica, sans-serif;
}
.booking-list h4.ant-list-item-meta-title {
  font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.booking-list .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}
.booking-list .ant-list-item-meta-avatar {
    padding: 39px 0 0 0;
}
.signin-button:hover span {
  color: #0a388c;
}
button.ant-btn.signin-button.font-sfprotext.ant-btn-primary.ant-btn-block:hover {
  background: #fdd423;
}
.searchcard-inner .bkcard-details .d-flex {
  justify-content: space-between;
}
.ant-modal-content span.ant-calendar-picker-input.ant-input svg {
  opacity: 0;
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px) {

  .container.login-logo img {
    width: 98%;
  }
  .login-devider {
    border-right: 0px solid #999999;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
  }
  .login-devider .ortext {
    position: relative;
    top: unset;
    right: unset;
    background: #fff;
    width: 32px;
    height: 20px;
    bottom: -12px;
    text-align: center;
    margin: 0 auto;
  }
  .form-login .ant-input-affix-wrapper {
    width: 90% !important;
  }
  .form-login input.login-email {
    width: 90% !important;
  }
  .searchrslt-container > div {
    width: 33% !important ;
  }
}
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px) {

  .container.login-logo img {
    width: 100%;
  }
  .form-login .ant-input-affix-wrapper {
    width: 80% !important;
  }
  .form-login input.login-email {
    width: 80% !important;
  }
  .login-devider {
    border-right: 0px solid #999999;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
  }
  .login-devider .ortext {
    position: relative;
    top: unset;
    right: unset;
    background: #fff;
    width: 32px;
    height: 20px;
    bottom: -12px;
    text-align: center;
    margin: 0 auto;
  }
  .searchrslt-container > div {
    width: 100% !important;
  }
}

@media (max-device-width: 1092px) {
  .header-search-wrapper button.ant-btn.filter-search.ant-btn-warning { 
    width: auto;
    padding: 0px 20px !important;
  }
}
@media (max-device-width: 840px) {
  .type-icons { 
    width: 58px !important;
    height: 58px !important; 
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.Amenities .ant-checkbox-group label {
  flex: 0 0 50%; 
}
}
@media (max-device-width: 767px) {
 
  .searchrslt-container > div {
    width: 50% !important;
  }
 footer .col-md-6  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}
footer .col-md-6:not(:last-child) {
  margin-bottom: 15px;  
}
button.ant-btn.back-pk { 
  margin-bottom: 20px;
}
.ant-checkbox-group.bookking-acpt label {
  flex: 0 0 100%; 
}
.Amenities .ant-checkbox-group label {
  flex: 0 0 100%; 
}
.tapping-text { 
  margin-top: 0px !important;
}


}
@media (max-device-width: 580px) {
 
  .searchrslt-container > div {
    width: 100% !important;
  }
  .filter-services.ant-select.ant-select-enabled{
    width: 200px !important;
  }
  .check-data:nth-child(3) .checkcontent, .check-data:nth-child(3) .checkinheading {
    width: 100%;
    justify-content: start;
    text-align: left !important; 
}
.check-data:nth-child(3) .checkcontent{ 
  margin-bottom: 30px;
}
.right-block.persnlinfo-form button.ant-btn {
  padding: 10px 28px !important; 
  width: 100%;
  flex-wrap: wrap;
  white-space: inherit;
  line-height: 23px !important;
}
.right-block.persnlinfo-form .p-5 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.input-group .quantity-field { 
  left: -7px;
  width: 34px; 
}
.container.login-logo img {
  max-width: 306px; 
}
} 
@media (max-width: 480px) {
  .type-icons {
    width: 50px !important;
    height: 50px!important;
    margin: 0px 10px 0 0 !important;
}


.type-icons svg {
  width: 35%;
}
.parking-type  {
  margin: 30px 27px 0px!important;
}
.steps-content .ant-card {
  padding: 0 15px;
}
form.ant-form.ant-form-horizontal.pk-add .px-5 {
  padding: 0px !important;
}
.ant-row.ant-form-item.ant-form-item-with-help.mx-5 {
  margin: 0px !important;
}
.pk-add .ant-form-explain {
  padding: 10px 0px !important;
}
.parking-title h2 {
  font-size: 18px; 
}
} 
@media (max-device-width: 414px) { 
  .bread-crumb span:not(:first-child) .ant-breadcrumb-link {
      min-height: 39px; 
    font-size: 16px; 
    background-size: 215px; 
    min-width: 216px;
}
.bread-crumb .ant-breadcrumb span:first-child > a {
  width: 55px;
  height: 41px;  margin-right: -4px;
  background-size: 55px;
}
.ant-modal-header .ant-modal-title {
  font-size: 20px; 
}
.modlbtn.ant-btn {
  min-width: auto; 
  min-height: auto;
  color: #666666 !important; 
  font-size: 15px !important; 
  padding: 12px 26px !important;
}
.modlbtn.ant-btn form {
  padding: 0px !important;
}
}
@media (max-device-width: 380px) { 
  .type-icons {
    width: 35px !important;
    height: 35px!important;
    margin: 0px 5px 0 0 !important;
}
.parking-type .ant-radio-inner {
  width: 18px!important;
  height: 18px!important; 
}
.login-container button span {
  font-size: 14px;
}
}
.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " \D7";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}

@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0; }

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled].rbc-btn {
  cursor: not-allowed; }

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch; }

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit; }

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.rbc-ellipsis, .rbc-event-label, .rbc-row-segment .rbc-event-content, .rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rbc-rtl {
  direction: rtl; }

.rbc-off-range {
  color: #999999; }

.rbc-off-range-bg {
  background: #e6e6e6; }

.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD; }
  .rbc-header + .rbc-header {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4; }

.rbc-today {
  background-color: #eaf6ff; }

.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px; }
  .rbc-toolbar .rbc-toolbar-label {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center; }
  .rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap; }
    .rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
      background-image: none;
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      background-color: #e6e6e6;
      border-color: #adadad; }
      .rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
        color: #373a3c;
        background-color: #d4d4d4;
        border-color: #8c8c8c; }
    .rbc-toolbar button:focus {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }
    .rbc-toolbar button:hover {
      color: #373a3c;
      background-color: #e6e6e6;
      border-color: #adadad; }

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap; }
  .rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0; }
  .rbc-btn-group button + button {
    margin-left: -1px; }
  .rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px; }
  .rbc-btn-group + .rbc-btn-group,
  .rbc-btn-group + button {
    margin-left: 10px; }

.rbc-event {
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left; }
  .rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none; }
  .rbc-event.rbc-selected {
    background-color: #265985; }
  .rbc-event:focus {
    outline: 5px auto #3b99fc; }

.rbc-event-label {
  font-size: 80%; }

.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5); }

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.rbc-row {
  display: flex;
  flex-direction: row; }

.rbc-row-segment {
  padding: 0 1px 1px 1px; }

.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1); }

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal; }

.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%; }

.rbc-month-header {
  display: flex;
  flex-direction: row; }

.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%; }
  .rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD; }

.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right; }
  .rbc-date-cell.rbc-now {
    font-weight: bold; }
  .rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none; }

.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden; }

.rbc-day-bg {
  flex: 1 0 0%; }
  .rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD; }

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px; }
  .rbc-overlay > * + * {
    margin-top: 1px; }

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px; }

.rbc-agenda-view {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow: auto; }
  .rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
      padding: 5px 10px;
      vertical-align: top; }
    .rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
      padding-left: 15px;
      padding-right: 15px;
      text-transform: lowercase; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left: 1px solid #DDD; }
    .rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
      border-left-width: 0;
      border-right: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
      border-top: 1px solid #DDD; }
    .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
      padding: 3px 5px;
      text-align: left;
      border-bottom: 1px solid #DDD; }
      .rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
        text-align: right; }

.rbc-agenda-time-cell {
  text-transform: lowercase; }
  .rbc-agenda-time-cell .rbc-continues-after:after {
    content: ' \BB'; }
  .rbc-agenda-time-cell .rbc-continues-prior:before {
    content: '\AB   '; }

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap; }

.rbc-agenda-event-cell {
  width: 100%; }

.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .rbc-time-column .rbc-timeslot-group {
    flex: 1; }

.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap; }

.rbc-time-gutter,
.rbc-header-gutter {
  flex: none; }

.rbc-label {
  padding: 0 5px; }

.rbc-day-slot {
  position: relative; }
  .rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 0; }
    .rbc-day-slot .rbc-events-container.rbc-rtl {
      left: 10px;
      right: 0; }
  .rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
    overflow: hidden;
    position: absolute; }
  .rbc-day-slot .rbc-event-label {
    flex: none;
    padding-right: 5px;
    width: auto; }
  .rbc-day-slot .rbc-event-content {
    width: 100%;
    flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em; }
  .rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7; }

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px; }

.rbc-time-view-resources .rbc-time-header {
  overflow: hidden; }

.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px; }

.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px; }

.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px; }

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px; }

.rbc-time-slot {
  flex: 1 0 0; }
  .rbc-time-slot.rbc-now {
    font-weight: bold; }

.rbc-day-header {
  text-align: center; }

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px; }

.rbc-slot-selecting {
  cursor: move; }

.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0; }
  .rbc-time-view .rbc-time-gutter {
    white-space: nowrap; }
  .rbc-time-view .rbc-allday-cell {
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    position: relative; }
  .rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
    border-left: 1px solid #DDD; }
  .rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4; }
  .rbc-time-view .rbc-row {
    box-sizing: border-box;
    min-height: 20px; }

.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row; }
  .rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD; }
  .rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD; }
  .rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD; }

.rbc-time-header-cell-single-day {
  display: none; }

.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-header-content > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
    flex-shrink: 0; }

.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative; }
  .rbc-time-content > .rbc-time-gutter {
    flex: none; }
  .rbc-time-content > * + * > * {
    border-left: 1px solid #DDD; }
  .rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD; }
  .rbc-time-content > .rbc-day-slot {
    width: 100%;
    user-select: none;
    -webkit-user-select: none; }

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none; }

