
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700");

/* ===== Global Styles ===== */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

/*===== Global Styles =====*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -webkit-text-size-adjust: antialiased;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

blockquote,
q {
  quotes: none;

  &:before,
  &:after {
    content: "";
    content: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
mark {
  background-color: transparent;
  color: inherit;
}

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

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
select:focus-visible {
  outline: none;
}
p {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 0;
  font-weight: 400;
}
body {
  font-family: "Open Sans", Helvetica, Arial, "sans-serif";
}
/* yardi css start from here */
.yardi-container{
  max-width: 980px;
  margin: 0 auto;
  background-color: #f8f5f2;
  width: 100%;
}
.yardi-step{
  display: none;
}
.yardi-step.active{
  display: block;
}
.yardi-container .calendar-outer{
  display: flex;
}
.yardi-container .description-wrapper{
  width: 50%;
  transition: all .22s ease-out;
  position: relative;
  border-right: 1px solid #c7c7c7;

}
.yardi-container .form-outer-block .form-wrapper {
  width: 65%;
  height: auto;
  max-height: 90vh;
  overflow: auto;
}
.yardi-container .form-outer-block .form-wrapper .formmangr-field {
  margin-bottom: 10px;
}
.yardi-container .description-wrapper .logo-img{
  text-align: center;
  padding: 40px 0px;
  border-bottom: 1px solid #c7c7c7;
}
.yardi-container .description-wrapper .logo-img img{
  max-width: 150px;
  margin: 0 auto;
}
.yardi-container .description-wrapper .date-time-details{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.limiting-time{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.watch-icon, .calender-icon,.glob-icon{
  display: block;
  float: left;
  margin-right: 10px;
}
.watch-icon svg, .calender-icon svg, .glob-icon svg{
  width: 24px;
  height: 24px;
}
.icon-time-details p {
  margin-bottom: 0;
  font-size: 16px;
}
.yardi-container .description-wrapper .show-date-desc{
  margin-left: 5px;
}
.yardi-container .description-wrapper .apppoint-desc{
  padding-top: 10px;
}
.yardi-container .description-wrapper .content-block-wrap{
  padding: 30px;
}
.yardi-container .calendar-outer.resize-coloumn .description-wrapper{
  width: 35%;
  position: relative;
}

.yardi-container .date-time-contaner{
  width: 50%;
  display: flex;
  flex: 1 1 50%;
  padding: 20px;
}
.yardi-container .calendar-wrapper{
  width: 100%;
}
.yardi-container .calendar-outer.resize-coloumn .time-wrapper {
  flex: 1 1 100px;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
.yardi-container .calendar-outer.resize-coloumn .calendar-wrapper{
width: 60%;
}
.yardi-container .vanilla-calendar{
  width: 100% !important;
  width: 100% !important;
  margin-top: 35px;
  margin-bottom: 35px;
  border-radius: 0;
}
.yardi-container .time-wrapper{
  display: none;
}
.yardi-container .time-wrapper.active{
  display: block;
}
.time-list {
  max-height: none;
  overflow-y: visible;
  transition: max-height 0.3s ease;
}

/* When more than 6 items, apply scroll */
.time-list.scrollable {
  max-height: 400px; /* Adjust height as needed */
  overflow-y: auto;
}
.yardi-container .time-btn{
  cursor: pointer;
}
.yardi-container .next-btn{
  display: none;
  cursor: pointer;
}

.yardi-container .list-item.active .next-btn{
  display: block;
}
.yardi-container .form-outer-block{
  display: flex;
  flex-flow: wrap;
}
.yardi-container .form-outer-block .description-wrapper{
  width: 35%;
}
.timezone-block h4{
  margin-bottom: 0;
  margin-top: 25px;
}

.yardi-container .back-btn {
  position: absolute;
  z-index: 9;
  font-size: 0;
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
  top: auto;
  top: 22px;
  left: 20px;
}

.yardi-container .back-btn:before {
  content: "";
  width: 20px;
  border-bottom: 3px solid;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  margin-top: -2px;
  color: inherit;
}

.yardi-container .back-btn:after {
  width: 10px;
  height: 10px;
  border-top: 3px solid;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  border-left: 3px solid;
  top: 13.5px;
  left: 11px;
}
.selected-date{
  height: 38px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  padding-left: 10px;
}
.list-item{
  margin: 10px;
  font-size: 16px;
  display: flex;
}
.time-btn{
  position: relative;
  vertical-align: top;
  padding: 13px 10px;
  border-radius: 4px;
  font-weight: 700;
  transition: all .3s ease;
  transition-property: width, transform;
  width: 100%;
  height: 52px;
  border: 1px solid
}
.list-item.active .time-btn{
  width: 48.5%;
  border-color: transparent;
  background-color: rgb(0 0 0 / 60%);
  color:#fff;

}
.next-btn{
  width: 48.5%;
  height: 52px;
  margin-left: 3%;
  background-color: #0069ff;
  color: #ffffff;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
  border: none;
  border-radius: 10px;
  border-radius: 4px;
}
.form-wrapper{
  padding: 30px;
}
.yardi-form{
  max-width: 400px;
}
.yform-row{
  display: flex;
  margin-bottom: 20px;
  min-height: 30px;
  width: 100%;
  flex-flow: wrap;
}
.yform-col{
  width: 100%;
  flex-grow: 1;
  padding: 0;
}
.yardi-form .yform-row label {
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
}
.yform-row input, .yform-row textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.yardi-submit{
  position: relative;
  box-sizing: border-box;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 40px;
  font-size: 14px;
  background-color: #005fe6;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  border: none;
}

.right-showdate-wrap .back-btn{
  display: none;
}
.time-zone-icon-blk {
  display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 20px;
    padding-left: 20px;
    margin-top: 20px;
    position: relative;
}
.time-zone-icon-blk .glob-icon{
position: absolute;
}
.time-zone-icon-blk:hover{
  background-color: rgb(0 0 0/10%);
}
.time-zone-icon-blk select{
border: none;
background-color: rgb(7 7 7 / 0%);
background-image: url(../images/arrow-down.svg) !important;
background-size: 20px 20px !important;
background-position: 98% center !important;
background-repeat: no-repeat !important;
border-radius: 10px;
padding: 10px 40px 10px 26px;
width: 100%;
max-width: 400px;
cursor: pointer;
z-index: 2;

}
.time-zone-icon-blk .glob-icon svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .yardi-container .calendar-outer{
    flex-flow: wrap;
  }
  .yardi-container .description-wrapper{
    width: 100%;
    border-right: none;
  }
  .yardi-container .calendar-wrapper{
    padding: 30px;
  }
  .yardi-container .date-time-contaner{
    width: 100%;
    padding: 0;
  }
  .yardi-container .calendar-outer.resize-coloumn .description-wrapper, .yardi-container .calendar-outer.resize-coloumn .calendar-wrapper{
    display: none;
  }
  .yardi-container .time-wrapper.active{
    width: 100%;
  }
  .time-list {
    max-height: none;
    overflow-y: visible;
    transition: max-height 0.3s ease;
}

/* When more than 6 items, apply scroll */
.time-list.scrollable {
    max-height: 400px; /* Adjust height as needed */
    overflow-y: auto;
}
  .yardi-container .calendar-outer.resize-coloumn .time-wrapper{
    padding: 0px;
    text-align: center;
  }
  .right-showdate-wrap .back-btn{
    display: block;
  }
  .yardi-container .description-wrapper .content-block-wrap{
    border-bottom: 1px solid #c7c7c7;
  }
  .time-wrapper .right-showdate-wrap {
    padding: 40px;
    border-bottom: 1px solid #c7c7c7;
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f8f5f2;
   }
   .time-wrapper .selected-date{
    margin-bottom: 0;
  }
  .time-wrapper .time-list{
    padding: 40px;
    height: 100%;
    min-height: 100vh;
  }
  .time-list {
    max-height: none;
    overflow-y: visible;
    transition: max-height 0.3s ease;
}

/* When more than 6 items, apply scroll */
.time-list.scrollable {
    max-height: 400px; /* Adjust height as needed */
    overflow-y: auto;
}

  .yardi-container .form-outer-block .description-wrapper{
    width: 100%;
  }
  .yardi-container .form-outer-block .form-wrapper {
    width: 100%;
    height: auto;
    max-height: none;
    overflow: auto;
}
  .yardi-container .description-wrapper .logo-img {
    padding: 10px 0px;
}
body div#popupMessage {
  overflow: auto;
}
}