@import '../../../css/fonts.css';

html,
body {
  height: 100%;
}

.icon {
  fill: var(--main);
  width: auto !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 95%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
select,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
}

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: inherit;
}

@font-face {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  src: url(../fonts/SFPRODISPLAYREGULAR.eot);
  src: url(../fonts/SFPRODISPLAYREGULAR.ttf) format("truetype"),
    url(../fonts/SFPRODISPLAYREGULAR.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  src: url(../fonts/SFPRODISPLAYMEDIUM.eot);
  src: url(../fonts/SFPRODISPLAYMEDIUM.ttf) format("truetype"),
    url(../fonts/SFPRODISPLAYMEDIUM.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_SFPRODISPLAYBOLD";
  src: url(../fonts/SFPRODISPLAYBOLD.eot);
  src: url(../fonts/SFPRODISPLAYBOLD.ttf) format("truetype"),
    url(../fonts/SFPRODISPLAYBOLD.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gothamProBold";
  src: url(../fonts/gotham-bold.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

input.form-control::-webkit-input-placeholder {
  color: rgba(144, 152, 177, 0.9);
}

input.form-control::-moz-placeholder {
  color: rgba(144, 152, 177, 0.9);
}

input.form-control:-ms-input-placeholder {
  color: rgba(144, 152, 177, 0.9);
}

.full-height {
  height: 100vh;
}

.tenex-body-bg-cover {
  width: 100%;
  height: 100%;
  position: relative;
}

.otp-group{
  width: 15% !important;
}

.otp-group input {
  font-size: 15px !important;
  padding:0 !important;
}

.top-nav-bar {
  max-width: 1042px;
  width: 92%;
  display: block;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 4;
}

.top-inner-nav-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

a.header-logo {
  display: inline-block;
  margin: 0px;
}

a.convert-language {
  display: inline-block;
  margin: 0px;
}

a.convert-language img {
  padding-right: 8px;
}

a.convert-language span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  color: #222245;
  text-transform: uppercase;
}

a.convert-language span i {
  padding-left: 2px;
  position: relative;
}

a.convert-language span i:before {
  content: "";
  position: absolute;
  border-left: 5.15px solid transparent;
  border-right: 5.15px solid transparent;
  border-top: 6px solid #222245;
  top: -7px;
}

.get-QR {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0px auto 0px;
}

.mid-flex-login-section {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0px auto 0px;
}

.login-process-box {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 400px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px);
  border-radius: 25px;
  padding: 55px 60px;
}

.login-process-box a.header-logo {
  display: none;
}

.login-process-box h1 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 22px;
  color: #222634;
  display: block;
}

.login-process-box .form-group {
  width: 100%;
  margin: 20px 0px 25px;
  position: relative;
}

a.passwrd-visbilty {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 11px;
  cursor: pointer;
}

.login-process-box .form-group .form-control,
#datetime input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  padding: 4px 18px;
  border: 1px solid #94a9c9;
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgba(111, 114, 132, 0.0478);
  border-radius: 13px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 16px;
  /* color: rgba(144, 152, 177, 0.9); */
}
.error select,
.error select:hover,
.error select:active,
.error select:focus {
  border: 2px solid #ff000f !important;
}

.form-control:hover,
.form-control:active,
.form-control:focus,
#datetime input:hover,
#datetime input:active,
#datetime input:focus {
  outline: none;
  border: 1.3px solid #10b4fd !important;
  box-shadow: 0px 5.76px 19.01px rgba(94, 205, 255, 0.17) !important;
}

a.tenex-cta-property {
  background: linear-gradient(97.82deg, #8adeff -68.28%, var(--main) 72.12%);
  color: #ffffff;
  box-shadow: 0px 9px 20px rgb(40 188 244 / 25%);
}

a.tenex-cta-property,
a.cancel {
  display: inline-block;
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  letter-spacing: 1.55px;
  padding: 11.5px 38.12px;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a.tenex-cta-property:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: var(--main); */
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.tenex-cta-property:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.chatloop-icon {
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

a.chatloop-colored-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(97.82deg, #8adeff -68.28%, var(--main) 72.12%);
  box-shadow: 0px 4px 24px rgba(44, 132, 226, 0.23);
  border-radius: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

#welcomeerror .modal_close {
  background: url("../images/icon/modal-close.svg") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  border: none;
  z-index: 5;
}

#welcomeerror .modal-backdrop.in {
  opacity: 0.9;
}

#welcomeerror .modal-dialog .qr-code-failed-popup {
  position: static;
}

#welcomeerror.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

#welcomeerror .modal-dialog {
  -webkit-transform: translate(0, 120%);
  transform: translate(0, 120%);
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  max-width: 570px;
  width: 92%;
  height: 98px;
  border-radius: 25px;
  background-color: rgba(1, 174, 240, 0.6);
}

#welcomeerror .modal-dialog .modal-content {
  border: 0px;
  border-radius: 25px;
  background-color: transparent;
}

#welcomeerror .modal-dialog .modal-body {
  padding: 0px;
}

#welcomeerror .modal-dialog .modal-body .qr-code-failed-popup {
  padding: 20px 52px 10px 30px;
}

#welcomeerror .modal-dialog .modal-body .qr-code-failed-popup p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 1.2px;
}

#login .login-process-box {
  padding: 55px 35px;
}

#login .login-process-box h2 {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: block;
  margin-top: 20px;
}

#login .login-process-box h2 span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  display: block;
}

#login .login-process-box .form-group {
  margin: 20px 0px 0px;
}

.forgot-asswrd {
  display: block;
  margin: 10px 0px 30px;
}

.forgot-asswrd a {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--main);
}

#login a.back-welcome {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  color: #222245;
  font-size: 16px;
  padding-top: 30px;
}

#login a.back-welcome i {
  font-size: 15px;
}

#login a.back-welcome span {
  padding-left: 8px;
}

#login #welcomeerror .modal-dialog {
  max-width: 490px;
  height: 78px;
}

#login #signup.mid-flex-login-section {
  margin: 0px auto 0px;
}

#login #signup .login-process-box {
  padding: 35px;
}

#signup .login-process-box .form-group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0px 0px;
}

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  color: #ffffff;
  border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgb(13 41 147 / 5%);
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.picture-src {
  width: 39%;
  object-position: center;
}

.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

#signup .login-process-box #one.form-group input.form-control {
  width: 71.82%;
}

.custom-select2 {
  width: 31.52%;
}

#signup .login-process-box #three.form-group select, #three.form-group select {
  width: 100% !important;
  height: 50px;
  background: #ffffff;
  padding: 4px 16px;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 16px;
  color: rgba(144, 152, 177, 0.9);
}

select {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  color: rgba(144, 152, 177, 0.9);
  background: rgba(0, 0, 0, 0) url(../images/dropdown-icon/dropdown1.svg)
    no-repeat scroll calc(78% + 4px) 55%/14% auto !important;
  appearance: none;
}

#signup .login-process-box #three.form-group input.form-control,#three.form-group input.form-control {
  width: 60.8%;
}

.agree-condition {
  display: block;
  text-align: left;
}

#login .agree-condition .form-group {
  margin: 20px 0px 30px;
}

.agree-condition .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.agree-condition .form-group label {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222245;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  display: flex;
  display: -webkit-flex;
  padding: 0px 40px 0px 0px;
}

.agree-condition .form-group label p {
  display: inline-block;
}

.agree-condition .form-group label p a {
  color: var(--main);
  text-decoration: underline;
}

.error label:before {
  content: "";
  border: 2px solid #ff000f !important;
}

#customvisiblemobile .error label:before {
  border: none !important;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--main);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 10px;
  border: solid var(--main);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#verification .login-process-box .form-group .form-control {
  text-align: center;
}

.enter-verification-four-digit {
  width: 100%;
  display: block;
  margin: 25px 0px 30px;
}

.enter-verification-four-digit small {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #222634;
}

.code-row-four-digt {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.code-row-four-digt .form-group {
  width: 20%;
  height: 80px;
  display: inline-block;
}

.code-row-four-digt .form-group .form-control {
  font-family: "Conv_SFPRODISPLAYBOLD";
  width: 100%;
  height: 100%;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222634;
}

#verification #welcomeerror .modal-dialog {
  background-color: #f47da1;
}

.interest-goal-heading {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 35px;
}

#login .interest-goal-heading h2 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  color: #222245;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.interests-list {
  max-height: 500px;
  overflow: scroll;
}

.interest-goal-heading ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.interest-goal-heading ul::-webkit-scrollbar,
.interests-list::-webkit-scrollbar,
.dropdown-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

.interest-goal-heading ul::-webkit-scrollbar-track,
.interests-list::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

.interest-goal-heading ul::-webkit-scrollbar-thumb,
.dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

.interest-goal-heading ul li {
  display: inline-block;
}

.interest-goal-heading ul li a {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  background: #edfaff;
  border-radius: 25px;
  font-size: 16px;
  color: #222634;
  display: inline-block;
  padding: 7px 23.8px 7px;
  margin: 0px 14px 14px 0px;
}

.interest-goal-heading ul li a.active,
.interest-goal-heading ul li a:hover,
.interest-goal-heading ul li a:active {
  background-color: var(--main);
  color: #ffffff;
}

.interest-goal-heading ul li a.active i,
.interest-goal-heading ul li a:hover i,
.interest-goal-heading ul li a:active i {
  color: #ffffff;
}

.interest-goal-heading ul li a i {
  color: var(--main);
  font-size: 14px;
  margin-right: 8px;
}

.interest-both-cta {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.interest-both-cta a.tenex-cta-property:first-child {
  display: none;
}

.top-inner-nav-container ul.navbar-menu-navigation {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.top-inner-nav-container ul.navbar-menu-navigation li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-right: 30px;
  padding: 20px 0px;
}

.top-inner-nav-container ul.navbar-menu-navigation li:last-child {
  margin-right: 0px;
}

.top-inner-nav-container ul.navbar-menu-navigation li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  color: #222245;
}

.top-inner-nav-container ul.navbar-menu-navigation li a i {
  padding-left: 4px;
  position: relative;
}

.top-inner-nav-container ul.navbar-menu-navigation li a i:before {
  content: "";
  position: absolute;
  border-left: 5.15px solid transparent;
  border-right: 5.15px solid transparent;
  border-top: 6px solid #222245;
  top: -7px;
}

.top-inner-nav-container
  ul.navbar-menu-navigation
  li
  a.messages-green-icon,
  .notification-green-icon {
  position: relative;
}

 .top-inner-nav-container
  ul.navbar-menu-navigation
  li
  a.messages-green-icon-notification::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -4px;
  width: 10px;
  height: 10px;
  background: #ff5c00;
  border: 2px solid #f9f9f9;
  display: inline-block;
  border-radius: 50px;
}

#mobilenav {
  display: none;
}

.user-slider {
  max-width: 1042px;
  width: 92%;
  margin: 180px auto 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}


.msgarrived::after{
  content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: 11px;
    height: 11px;
    background: #ff5c00;
    border: 2px solid #f9f9f9;
    display: inline-block;
    border-radius: 50px;
}

.user-heading-slide {
  display: inline-block;
  text-align: left;
}

.user-heading-slide h1 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 36px;
  line-height: 42px;
  color: #222245;
}

.weather {
  display: inline-block;
  text-align: center;
  margin-top: 22px;
}

.weather img {
  display: block;
  max-width: 60px;
  width: 100%;
}

.weather small {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  color: #889aa0;
  display: block;
  text-align: center;
}

.user-slide-section {
  width: 60%;
  display: inline-block;
}

.user-slide-section .owl-carousel img {
  width: auto;
}

.each-user-section {
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 14px 18px rgba(13, 41, 147, 0.06);
  display: block;
  padding: 18px;
  margin: 35px 0px 35px 12px;
}

.each-user-section h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.18px;
  color: #222245;
  display: block;
  margin-bottom: 7px;
}

.each-user-section p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
  height: 60px;
}

.slide-footer-action-sec {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.user-slide-section .slide-footer-action-sec img {
  width: 32px;
}

.slide-footer-action-sec a.long-arrow-action {
  color: #222245;
  font-size: 18px;
  display: inline-block;
}

.slide-footer-action-sec span {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #889aa0;
  display: block;
}

.services-loop-section {
  max-width: 1042px;
  width: 92%;
  margin: 70px auto 0px;
  display: block;
  position: relative;
  height: auto;
  z-index: 2;
  background: #f9f9f9;
  box-shadow: 0px 14px 54px rgba(13, 41, 147, 0.08);
  border-radius: 30px;
  padding: 32px 32px;
}

.heading-services-request {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.heading-services-request h2 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 20px;
  color: #222245;
  display: inline-block;
}

.heading-services-request a {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 16px;
  color: var(--main);
  display: inline-block;
}

.services-loop-section ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.services-loop-section ul li {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}

.services-loop-section ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.services-loop-section ul li a .service-icon-box {
  width: 75px;
  height: 75px;
  background: #ffffff;
  box-shadow: 0px 14px 44px rgb(13 41 147 / 6%);
  border-radius: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.services-loop-section ul li a .service-icon-box img {
  max-width: 35px;
  width: 100%;
}

.services-loop-section ul li a span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #222245;
  display: block;
}

.inv-detail-label {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #222245;
  display: block;
}

#tenex89 .user-slide-section {
  width: auto;
}

/* .user-slide-section .owl-carousel .owl-stage-outer {
  float: right !important;
} */

#tenex89 .user-slide-section .owl-carousel .owl-stage-outer .owl-stage,
.user-slide-section .owl-carousel .owl-stage-outer .owl-stage {
  /* width: 100% !important; */
}

.user-slide-section .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  float: right !important;
}

#tenex89
  .user-slide-section
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item {
  width: auto !important;
}

#tenex89 .each-user-section {
  margin: 35px 12px;
}

.services-loop-section ul#image-icon li a .service-icon-box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.services-loop-section ul#image-icon li:last-child a .service-icon-box img {
  width: auto;
  height: auto;
  max-width: 35px;
}

body#nighthome {
  background-image: url(../images/tenex-night-bg-cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

body#nighthome .full-height {
  height: auto;
}

body#nighthome .tenex-body-bg-cover::after {
  background-image: url("../images/tenex-night-bg-wave.png");
  opacity: 1;
}

body#nighthome .user-heading-slide h1,
body#nighthome .top-inner-nav-container ul.navbar-menu-navigation li a,
body#nighthome a.convert-language span,
body#nighthome .weather small,
body#nighthome .each-user-section h4,
body#nighthome .each-user-section p,
body#nighthome .slide-footer-action-sec span,
body#nighthome .slide-footer-action-sec a.long-arrow-action {
  color: #ffffff;
}

.home-blocks-nightmode {
  background: linear-gradient(
    180deg,
    rgba(135, 145, 164, 0.6) 0%,
    rgba(135, 145, 164, 0.174) 100%
  );
}

.services-loop-section-nighthome {
  background-color: rgba(249, 249, 249, 0.8);
}

.sidenav {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);
  display: block;
  height: 100%;
  right: 0;
  position: fixed;
  overflow: auto;
  transform: translate(1000px, 0);
  transition: transform 0.2s;
  top: 0;
  max-width: calc(45% - 22px);
  width: 0%;
  z-index: 100;
  margin: 0px;
  border-radius: 30px 0px 0px 30px;
  padding: 40px 75px;
}

.sidenav::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

.sidenav::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

.sidenav::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

.sidenav::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tenex-bg-wave.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.2;
}

.sidenav.show {
  transform: translate(0, 0);
  width: 100%;
}

.sidenav-overlay {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1.5px) !important;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

nav.sidenav .heading-services-request a.close {
  color: #222245;
  opacity: 1;
}

nav.sidenav ul {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
  margin-top: 40px;
}

nav.sidenav ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
  margin: 0px auto 30px;
}

nav.sidenav ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

nav.sidenav ul li a .service-icon-box {
  width: 75px;
  height: 75px;
  background: #ffffff;
  box-shadow: 0px 14px 44px rgb(13 41 147 / 6%);
  border-radius: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}

nav.sidenav ul li a .service-icon-box img {
  max-width: 35px;
  width: 100%;
}

nav.sidenav ul li a span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #222245;
  display: block;
}

.dropdown-menu {
  top: 100%;
  right: -20px;
  background: #ffffff;
  box-shadow: 0px 24px 64px rgba(18, 47, 90, 0.25);
  border-radius: 16px;
  border: 0px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  right: 22px;
  top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.top-inner-nav-container ul.navbar-menu-navigation .dropdown-menu li {
  width: 100%;
  display: block;
  padding: 0px 0px;
  text-align: left;
}

.top-inner-nav-container ul.navbar-menu-navigation .dropdown-menu li a {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
  width: 100%;
  padding: 6px 26px;
}

.dropdown-menu li a.dropdown-item:hover,
.dropdown-menu li a.dropdown-item:active,
.dropdown-menu li a.dropdown-item:focus {
  background-color: #f3fbfe !important;
}

#notificationdropup.dropdown-menu {
  min-width: 364px;
}

.notify-dropdown-heading {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(225, 225, 225, 0.7);
  padding: 8px 20px 12px;
}

.notify-dropdown-heading div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.notify-dropdown-heading span {
  width: 20px;
  height: 20px;
  background: var(--main);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  margin-right: 18px;
}

.notify-dropdown-heading h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 16px;
  color: #222245;
  display: inline-block;
}

.notify-dropdown-heading a {
  font-family: "Conv_SFPRODISPLAYMEDIUM" !important;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  color: var(--main) !important;
  display: inline-block !important;
}

.notification-process-shows {
  width: 100%;
  display: block;
  padding: 18px 20px 10px;
}

.each-dropdown-notification {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start !important;
  justify-content: space-between;
  margin-bottom: 16px;
}

.notification-process-shows .each-dropdown-notification:last-child {
  margin-bottom: 0px;
}

.each-dropdown-notification div {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start !important;
}

.each-dropdown-notification div .text-flex-section {
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  margin-left: 14px;
}

.each-dropdown-notification div .text-flex-section h5 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  color: #222245;
  display: block;
  margin-bottom: 5px;
}

.each-dropdown-notification div .text-flex-section span {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  line-height: 17px;
  color: #222245;
  display: block;
}

.timer-notify-message {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #889aa0;
  display: block;
}

.each-dropdown-notification div img {
  width: 24px;
}

.notify-message-content-area {
  width: 80%;
}

.each-dropdown-notification .message-user-picture {
  width: 30px;
  height: 30px;
  background: #eaeaea;
  border-radius: 50%;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222245;
}

#dropdownmessage .each-dropdown-notification div .text-flex-section {
  width: 80%;
}

.sidenav-small-heading-section {
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
}

.sidenav-small-heading-section img {
  width: 34px;
  margin-right: 10px;
  margin-top: 2px;
}

.sidenav-small-heading-section h2 {
  display: block;
  margin-bottom: 2px;
  font-size: 17px;
}

.sidenav-small-heading-section span {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000000;
  display: block;
}

nav.sidenav .heading-services-request {
  position: relative;
  z-index: 2;
}

.plumbing-issue-radio-checkbox-navigate {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 14px 34px rgb(24 71 104 / 9%),
    inset -2px 2.23px 2.58402px rgb(255 255 255 / 34%);
  border-radius: 26px;
  margin-top: 32px;
  padding: 30px 0px 0px 0px;
  height: 562px;
  overflow-y: auto;
}

.plumbing-issue-radio-checkbox-navigate .form-group {
  width: 88.6%;
  margin-bottom: 30px;
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.plumbing-issue-radio-checkbox-navigate .form-group .form-control {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #9098b1;
  padding: 2px 20px 2px 46px;
}

.plumbing-issue-radio-checkbox-navigate .form-group a.search-atag {
  position: absolute;
  left: 15px;
  top: 7px;
  display: inline-block;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller {
  justify-content: flex-start;
  /* min-height: 200px; */
  overflow: auto;
  width: 88.6%;
  margin: 0px auto 30px auto;
}

.parent_container {
  overflow-y: scroll;
  height: 81%;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller li {
  text-align: left;
  margin-bottom: 24px;
  width: 100%;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller li label {
  position: relative;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller li label big {
  font-size: 100%;
  width: 75%;
}
.price-tag {
  color: #000000;
}

.plumbing-issue-radio-checkbox-navigate ul.scroller li label small,
.price-tag {
  font-size: 100%;
  display: inline-block;
  text-align: right;
  font-family: "Conv_SFPRODISPLAYBOLD";
}

.plumbing-issue-radio-checkbox-navigate ul.scroller li label:before{
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 2px solid var(--main);
  box-sizing: border-box;
  border-radius: 2px;
  padding: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 22px;
}
.mpCheck label{
  display: flex;
}
.mpCheck label .headingCheck{
  text-align: left;
}
.mpCheck label:before{
  content: "";
  height: fit-content;
  align-self: center;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 2px solid var(--main);
  box-sizing: border-box;
  border-radius: 2px;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 14px;
  cursor: pointer;
}
#desktopDiv .table-wrap-section, #desktopDiv .my-invite-table{
  overflow-x: unset !important;
  overflow: unset !important;
  overflow-x: scroll !important
}
.dropdown-search:focus, .dropdown-search:hover{
  background-color: unset;
}
.mpCheck input[type="radio"]{
  display: none;
}
.plumbing-issue-radio-checkbox-navigate
  ul.scroller
  li
  input:checked
  + label:after, .mpCheck input:checked
  + label:after{
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.plumbing-issue-radio-checkbox-navigate
  ul.scroller
  li
  input:checked
  + label:before{
  background-color: var(--main);
}
.mpCheck input:checked
  + label:before{
    background-color: var(--main);
    box-sizing: border-box;
    border: 2px solid var(--main);
    box-shadow: inset 0px 0px 0px 3px #fff;
  }

.sidenav-bottom-cta-acction {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  margin: 22px auto 0px;
}

.aed-total-count {
  width: 100%;
  display: block;
  margin: 0px auto;
  background: var(--main);
  border-radius: 0px 0px 26px 26px;
  text-align: center;
  padding: 11px 0px 12px;
  bottom: 0;
  position: absolute;
  z-index: 5;
}

.aed-total-count span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.plumbing-issue-radio-checkbox-navigate.plumbing-radiobutton-property
  ul.scroller
  li
  label:before,  .mpCheck label:before {
  border-radius: 50%;
}

.plumbing-issue-radio-checkbox-navigate.plumbing-radiobutton-property
  ul.scroller
  li
  input:checked
  + label:before , .mpCheck input:checked
  + label:before{
  background-color: #ffffff;
}

.plumbing-issue-radio-checkbox-navigate.plumbing-radiobutton-property
  ul.scroller
  li
  input:checked
  + label:after {
  width: 8px;
  height: 8px;
  border: none;
  border-width: 0px;
  background-color: var(--main);
  top: 7px;
  left: 5px;
  border-radius: 50%;
}

.plumbing-issue-radio-checkbox-navigate
  ul.scroller
  li
  input:checked
  + label:before, .mpCheck input:checked
  + label:before {
  background-color: var(--main);
}

#uploadphoto .plumbing-issue-radio-checkbox-navigate {
  height: 565px;
  background: #f0fbff;
  border: 1px solid rgba(0, 174, 240, 0.6);
  box-shadow: inset -2px 2.23px 2.58402px rgba(255, 255, 255, 0.3422);
  border-radius: 26px;
}

#uploadphoto .plumbing-issue-radio-checkbox-navigate {
  padding: 0px;
  text-align: center;
}

a.uploadpicture-area {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

a.uploadpicture-area .picture-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a.uploadpicture-area input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

a.uploadpicture-area img.uploadimg {
  max-width: 52px;
  width: 100%;
  margin: 0px auto 15px;
}

a.uploadpicture-area div h4 {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--main);
  display: block;
  margin-bottom: 30px;
}

a.uploadpicture-area div p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
}

#uploadphoto .sidenav-bottom-cta-acction {
  justify-content: space-between;
}

.sidenav-bottom-cta-acction a.skip-cta {
  background: transparent;
  box-shadow: none;
  color: #222245;
  font-family: "Conv_SFPRODISPLAYBOLD";
}

#both-cta-sidenav.sidenav-bottom-cta-acction {
  justify-content: space-between;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate {
  height: 548px;
  padding: 30px;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture {
  margin-top: 0px;
  justify-content: flex-start;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture
  li {
  width: 60%;
  min-height: 118px;
  background: rgba(0, 174, 240, 0.1);
  border: 1px dashed var(--main);
  border-radius: 16px;
  vertical-align: top;
  margin: 0px 10px 18px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture
  li
  a {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture
  li
  a
  .picture-src {
  width: auto;
  height: auto;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture
  li.fullimg {
  background-color: #000000;
  position: relative;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture
  li.fullimg
  a.dustbin-image {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  width: 16px;
  height: auto;
}

#add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
  ul.add-multiple-picture
  li.fullimg
  a
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.7;
}

#describeproblem.plumbing-issue-radio-checkbox-navigate {
  height: 569px;
  padding: 30px;
}

#problemformgrp.form-group {
  width: 100%;
  display: block;
  margin-bottom: 0px;
  position: relative;
}

#problemformgrp.form-group textarea {
  width: 100%;
  display: block;
  border: 1px solid rgba(144, 152, 177, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #9098b1;
  padding: 20px 50px 20px 24px;
}

textarea:hover,
textarea:active,
textarea:focus {
  outline: none;
}

#problemformgrp.form-group a.microphoneaccess {
  position: absolute;
  right: 20px;
  top: 18px;
  display: inline-block;
}

#problemrecording.plumbing-issue-radio-checkbox-navigate {
  height: 548px;
  padding: 30px 0px 30px 0px;
  position: relative;
  text-align: center;
}

#problemrecording.plumbing-issue-radio-checkbox-navigate h4 {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.9px;
  color: var(--main);
  display: block;
  margin: 50px auto 0px;
}

#problemrecording.plumbing-issue-radio-checkbox-navigate
  img.recording-audio-stared {
  float: left;
  margin: 140px 0px 0px;
}

.problem-recording-cta {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 45%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.problem-recording-cta a {
  display: inline-block;
  text-align: center;
}

.problem-recording-cta a span {
  display: block;
  text-align: center;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 1.15px;
  color: var(--main);
  margin-top: 10px;
}

.problem-detail-describe #problemformgrp.form-group textarea {
  padding: 20px 26px 20px;
}

.service-cnfirmation-plumbing {
  width: 100%;
  height: 640px;
  display: block;
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 14px 34px rgb(24 71 104 / 9%),
    inset -2px 2.23px 2.58402px rgb(255 255 255 / 34%);
  border-radius: 26px;
  margin-top: 32px;
  padding: 30px;
}

.upp0-small-heading {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border-bottom: 1px solid #000000;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  padding-bottom: 3px;
}

.upp0-small-heading img {
  max-width: 32px;
  width: 100%;
}

.upp0-small-heading h5 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.18px;
  color: #222245;
  display: block;
  margin-left: 16px;
  margin-top: 9px;
}

.upp0-small-heading span {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 15px;
  letter-spacing: 0.1px;
  color: rgba(144, 152, 177, 0.9);
  display: block;
  margin-left: 16px;
  margin-top: 1px;
}

.product-description-location {
  width: 100%;
  height: 433px;
  overflow: auto;
  display: block;
  padding-right: 15px;
}

.product-description-location::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

.product-description-location::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

.product-description-location::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

.product-description-location .calander-location-area {
  display: block;
  margin-top: 12px;
  padding: 0px 0px;
}

.product-description-location .calander-location-area li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0px 0px 8px;
  text-align: left;
}

.product-description-location .calander-location-area li span {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #222245;
}

.product-description-location .calander-location-area li .location-calendr {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  max-width: 34px;
  width: 100%;
  margin-right: 14px;
}

.product-description-location .calander-location-area li small {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: rgba(34, 34, 69, 0.6);
  display: block;
  margin-top: 2px;
}

.product-description-location .calander-location-area li small a {
  color: var(--main);
  font-size: 14px;
  text-align: left;
  display: block;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  margin-top: 2px;
}

.product-side-padding-description {
  width: 100%;
  display: block;
  padding-left: 48px;
  margin-top: 18px;
}

.product-side-padding-description p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14.5px;
  line-height: 23px;
  letter-spacing: 0.25px;
  color: #222245;
}

.product-side-padding-description ul.add-multiple-picture {
  margin-top: 20px;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.product-side-padding-description ul.add-multiple-picture li {
  width: 28%;
  height: 118px;
  background: rgba(0, 174, 240, 0.1);
  border-radius: 16px;
  vertical-align: top;
  margin: 0px 10px 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-side-padding-description ul.add-multiple-picture li.fullimg {
  background-color: #000000;
  position: relative;
}

.product-side-padding-description ul.add-multiple-picture li a {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: inline-block;
}

.product-side-padding-description ul.add-multiple-picture li.fullimg a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-side-padding-description .product-tottal-value {
  width: 100%;
  display: block;
}

.product-side-padding-description .product-tottal-value ul {
  text-align: left;
  width: 100%;
  margin-top: 0px !important;
  display: block !important;
  border-bottom: 1px solid #d1d1d3;
}

.product-side-padding-description .product-tottal-value ul li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: 0px 0px 12px;
}

.product-side-padding-description .product-tottal-value ul li span {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14.5px;
  color: #222245;
}

.product-side-padding-description .product-tottal-value ul li small {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14.5px;
  color: #222245;
}

.total-value {
  width: 100%;
  display: block;
  text-align: right;
  padding: 12px 0px;
}

.total-value span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 14.5px;
  color: #222245;
  display: block;
}

#thankumessage .service-cnfirmation-plumbing,
#productfinal-cmmnts .service-cnfirmation-plumbing {
  padding: 0px;
}

#thankumessage .service-cnfirmation-plumbing::-webkit-scrollbar,
#productfinal-cmmnts .service-cnfirmation-plumbing::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

#thankumessage .service-cnfirmation-plumbing::-webkit-scrollbar-track,
#productfinal-cmmnts .service-cnfirmation-plumbing::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

#thankumessage .service-cnfirmation-plumbing::-webkit-scrollbar-thumb,
#productfinal-cmmnts .service-cnfirmation-plumbing::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

#thankumessage .thanku-wave-bg-cover,
#productfinal-cmmnts .thanku-wave-bg-cover {
  width: 100%;
  height: 220px;
  background-image: url("../images/icon/thanku-wave-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

#thankumessage .thanku-content-message,
#productfinal-cmmnts .thanku-content-message {
  width: 100%;
  text-align: center;
  margin: 60px auto 0px;
}

#thankumessage .thanku-content-message h4,
#productfinal-cmmnts .thanku-content-message h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.15px;
  color: rgba(34, 34, 69, 0.87);
  display: block;
}

#thankumessage .thanku-content-message p,
#productfinal-cmmnts .thanku-content-message p {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222634;
  display: block;
  margin: 18px auto 28px;
  width: 62%;
}

#thankumessage .thanku-content-message p b,
#productfinal-cmmnts .thanku-content-message p b {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-weight: normal;
  display: block;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  text-align: center;
  padding: 80px 100px;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing h5 {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14.5px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222634;
  display: block;
  margin-bottom: 42px;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing .form-group {
  width: 100%;
  background: #ffffff;
  /* opacity: 0.6; */
  border: 1px solid rgba(0, 174, 240, 0.3);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0px auto 22px;
  text-align: left;
  padding: 11px 21px;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing .form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 16px;
  color: rgba(34, 34, 69, 0.87);
  height: 100%;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid var(--main);
  box-sizing: border-box;
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 22px;
}

#cnfirmation-yes-no .service-cnfirmation-plumbing .form-group label big {
  font-size: 100%;
  width: 100%;
}

#cnfirmation-yes-no
  .service-cnfirmation-plumbing
  .form-group
  input:checked
  + label:after {
  width: 8px;
  height: 8px;
  border: none;
  border-width: 0px;
  background-color: var(--main);
  top: 8px;
  left: 5px;
  border-radius: 50%;
}

#setquantity {
  width: 100%;
  background: #ffffff;
  opacity: 0.6;
  border: 1px solid rgba(0, 174, 240, 0.3);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0px auto 18px;
  text-align: center;
  padding: 11px 21px;
}

#setquantity .value-button {
  display: inline-block;
  width: 15%;
  text-align: center;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--main);
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 27px;
}

#setquantity .value-button:hover {
  cursor: pointer;
}

form#setquantity #input-wrap {
  margin: 0px;
  padding: 0px;
}

form#setquantity input#number {
  text-align: center;
  border: none;
  width: 55%;
  padding: 0px;
  font-size: 17px;
  color: #000000;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
}

form#setquantity input[type="number"]::-webkit-inner-spin-button,
form#setquantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#datetime input {
  width: 100%;
  background: #ffffff;
  opacity: 0.6;
  box-sizing: border-box;
  margin: 0px auto 22px;
  text-align: left;
  padding: 11px 21px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  color: #000000;
  border: 1px solid #94a9c9;
  box-shadow: 0px 8.76px 19.01px rgb(111 114 132 / 5%);
  border-radius: 13px;
}

nav#productfinal-cmmnts .service-cnfirmation-plumbing {
  height: auto;
}

#productcmmnt-section .each-dropdown-notification {
  margin-bottom: 28px;
}

#productcmmnt-section .each-dropdown-notification:last-child {
  margin-bottom: 0px;
}

#productcmmnt-section.service-cnfirmation-plumbing {
  padding: 0px;
}

#productcmmnt-section.service-cnfirmation-plumbing .notification-process-shows {
  padding: 30px;
  /* height: 479px; */
  max-height: 479px;
  overflow-y: scroll;
}
.detail .type-cmmnt-section .form-control {
  border: none !important;
  box-shadow: none !important;
}
#productcmmnt-section.service-cnfirmation-plumbing
  .notification-process-shows::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

#productcmmnt-section.service-cnfirmation-plumbing
  .notification-process-shows::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

#productcmmnt-section.service-cnfirmation-plumbing
  .notification-process-shows::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

#productcmmnt-section.service-cnfirmation-plumbing
  .notify-message-content-area {
  width: 100%;
}

#productcmmnt-section.service-cnfirmation-plumbing
  .notify-message-content-area
  .message-user-picture {
  width: 40px;
  height: 40px;
}

#productcmmnt-section.service-cnfirmation-plumbing .text-flex-section {
  width: 88%;
}

#productcmmnt-section.service-cnfirmation-plumbing .text-flex-section h5 {
  font-size: 16px;
  margin-bottom: 7px;
}

#productcmmnt-section.service-cnfirmation-plumbing .text-flex-section span {
  font-size: 14px;
  line-height: 22px;
}

#productcmmnt-section.service-cnfirmation-plumbing .text-flex-section time {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #9098b1;
  display: block;
  margin-top: 12px;
}

.type-cmmnt-section {
  width: 100%;
  display: block;
  text-align: right;
  padding: 0px 0px;
  border-top: 1px solid #d1d1d3;
  position: relative;
}

.type-cmmnt-section .form-control {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #9098b1;
  display: block;
  margin-top: 0px;
  background-color: transparent;
  border: 0;
  padding: 18px 72px 18px 34px;
}

.type-cmmnt-section a.cmmnt-send-cta {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 14px;
}

#profilesection .form-group label {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #9098b1;
  display: block;
  margin-bottom: 5px;
}

#profilesection .form-group label::before {
  content: none;
  position: static;
}

#profilesection .form-group .form-control {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0px auto 22px;
  text-align: left;
  padding: 5px 20px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #222245;
}

#thankumessage #ratexperience .thanku-wave-bg-cover,
#productfinal-cmmnts #ratexperience .thanku-wave-bg-cover {
  flex-direction: column;
}

#thankumessage #ratexperience.service-cnfirmation-plumbing,
#productfinal-cmmnts #ratexperience.service-cnfirmation-plumbing {
}

#ratexperience .thanku-wave-bg-cover b {
  display: block;
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222245;
  margin-top: 26px;
}

#ratexperience .message-feedback-section {
  width: 100%;
  display: block;
  padding: 50px 40px 40px 40px;
}

#ratexperience .message-feedback-section ul {
  display: block !important;
  width: 100%;
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 55px;
}

#ratexperience .message-feedback-section ul li {
  width: 100%;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  justify-content: space-between;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 16px;
  letter-spacing: 0.15px;
  color: #222245;
  margin-bottom: 15px;
}

#ratexperience .message-feedback-section ul li:last-child {
  margin-bottom: 0px;
}

#ratexperience .message-feedback-section ul li img.img-fluid.fivestar {
  max-width: 182px;
  width: 100%;
  display: inline-block;
}

#ratexperience .message-feedback-section .form-group {
  width: 100%;
  display: block;
  margin-bottom: 0px;
}

#ratexperience .message-feedback-section .form-group textarea {
  width: 100%;
  border: 1px solid rgba(144, 152, 177, 0.3);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 25px;
  display: block;
}

#thankumessage #lastservice-request.service-cnfirmation-plumbing,
#productfinal-cmmnts #lastservice-request.service-cnfirmation-plumbing {
  background-color: transparent;
  box-shadow: none;
  overflow: auto;
}

#thankumessage
  #lastservice-request.service-cnfirmation-plumbing::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

#thankumessage
  #lastservice-request.service-cnfirmation-plumbing::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

#thankumessage
  #lastservice-request.service-cnfirmation-plumbing::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

.each-last-service-requst {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(13, 41, 147, 0.05);
  border-radius: 15px;
  padding: 16px 22px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.service-request-icon-text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.each-last-service-requst img.service-request-icon {
  max-width: 38px;
  width: 100%;
  margin-right: 12px;
}

.each-last-service-requst h2 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 16px;
  color: #222245;
  display: block;
  margin-bottom: 2px;
}

.each-last-service-requst span {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.1px;
  color: rgba(144, 152, 177, 0.9);
  display: block;
}

.gray-color {
  color: #9098b1 !important;
}

.orange-color {
  color: #ff7a00 !important;
}

.green-color {
  color: #04c200 !important;
}

#guest-access.service-cnfirmation-plumbing {
  width: 100%;
  height: 548px;
  display: block;
  overflow: auto;
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 14px 34px rgb(24 71 104 / 9%),
    inset -2px 2.23px 2.58402px rgb(255 255 255 / 34%);
  border-radius: 26px;
  margin-top: 32px;
  padding: 30px;
}

#guest-access.service-cnfirmation-plumbing::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}

#guest-access.service-cnfirmation-plumbing::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}

#guest-access.service-cnfirmation-plumbing::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}

#guest-access.service-cnfirmation-plumbing h5 {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
  margin-bottom: 28px;
}

#guest-access.service-cnfirmation-plumbing .form-group {
  width: 100%;
  display: block;
  margin-bottom: 18px;
}

#guest-access.service-cnfirmation-plumbing .form-group label {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #9098b1;
  display: block;
  margin-bottom: 5px;
}

#guest-access.service-cnfirmation-plumbing .form-group label::before {
  content: none;
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
}

#guest-access.service-cnfirmation-plumbing .form-group select,
#guest-access.service-cnfirmation-plumbing .form-group .form-control {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0px auto 0px;
  text-align: left;
  padding: 5px 20px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #222245;
}

#guest-access.service-cnfirmation-plumbing .form-group select {
  background: rgba(0, 0, 0, 0) url(../images/dropdown-icon/dropdown1.svg)
    no-repeat scroll calc(95% + 4px) 55%/4% auto !important;
}

#guest-access.service-cnfirmation-plumbing .form-group textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0px auto 0px;
  text-align: left;
  padding: 5px 20px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #222245;
}

.guest-map-larger-section {
  width: 100%;
  display: block;
  margin: 0px auto 0px;
  height: 246px;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.guest-map-larger-section img,
.guest-map-larger-section iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.guest-contact-information {
  width: 100%;
  display: block;
  margin: 0px auto;
}

.guest-contact-information p {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
  font-weight: 200;
}

.add-property-guest {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--main);
  margin-left: 200px;
}

.add-property-guest img {
  margin-right: 8px;
}

.add-property-guest a {
  display: inline-block;
}

#guest-access .each-indivially-property {
  width: 100%;
  display: block;
  padding: 20px 28px;
  background: #ffffff;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 18px;
}

#guest-access .each-indivially-property:last-child {
  margin-bottom: 0px;
}

.upper-heading-property-text {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

#guest-access .each-indivially-property h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-style: normal;
  font-size: 16px;
  color: #222245;
  margin-bottom: 8px;
  display: block;
}

#guest-access .each-indivially-property p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(144, 152, 177, 0.9);
  display: block;
}

.edit-delete-each-property {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.edit-delete-each-property a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-right: 25px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--main);
}

.edit-delete-each-property a img {
  margin-right: 7px;
}

.edit-delete-each-property a:last-child {
  margin-right: 0px;
}

/*----Toasts Css Property----*/
/*----Toasts Css Property----*/
.toast {
  max-width: 512px;
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: 0px;
}

.toast-body {
  background-color: rgba(1, 174, 240, 0.6);
}
.toast-body,
.toast-error {
  border-radius: 25px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #ffffff;
  padding: 18px 30px;
}

.toast-error {
  background-color: rgba(240, 1, 73, 0.6);
}

.toast-header {
  padding: 0;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ffffff;
}

button.btn-close {
  margin: 0px;
  padding: 0px;
  opacity: 1;
  display: inline-block;
}

button.btn-close:hover,
button.btn-close:active,
button.btn-close:focus {
  outline: none;
  border: 0px;
  box-shadow: none;
}

form .col-md-12,
form .col-lg-12,
form .col-sm-12 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 0px;
}

form .col-md-12 .form-control,
form .col-lg-12 .form-control,
form .col-sm-12 .form-control {
  width: 100%;
  height: 50px;
  background: #ffffff;
  padding: 4px 18px;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 16px;
  color: rgba(144, 152, 177, 0.9);
}

form .col-md-12 select {
  width: 100% !important;
  height: 50px;
  background: #ffffff;
  padding: 4px 5px;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 16px;
  color: rgba(144, 152, 177, 0.9);
}

.form-check-input {
  background-color: transparent;
  border: 1px solid var(--main);
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  margin-top: -20px;
}

.form-check-label {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #222245;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  display: flex;
  display: -webkit-flex;
  padding: 0px 10px 0px 0px;
  text-align: left;
}

.form-check-label p a {
  color: var(--main);
  text-decoration: underline;
}

button.tenex-cta-property {
  display: inline-block;
  background: linear-gradient(97.82deg, #8adeff -68.28%, var(--main) 72.12%);
  box-shadow: 0px 9px 20px rgb(40 188 244 / 25%);
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  letter-spacing: 1.55px;
  color: #ffffff;
  padding: 11.5px 38.12px;
  border: 0px;
  width: auto;
  margin: 32px auto 0px;
}

button.tenex-cta-property:disabled {
  background: linear-gradient(97.82deg, #c0c0c0 -68.28%, #efefef 72.12%);
  color: grey;
  box-shadow: 0px 9px 20px #dddddd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.daterangepicker::after,
.daterangepicker::before {
  display: none !important;
}

.daterangepicker {
  /* width: calc(18% + 14px) !important; */
  filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.09));
  background: #ffffff;
  border-radius: 14px !important;
  border: 0px !important;
}
.calendar-table {
  width: 100% !important;
}

.daterangepicker .calendar-table {
  width: 18vw;
}

.drp-buttons {
  display: none !important;
}

.daterangepicker .calendar-table th {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  color: #9098b1;
  font-size: 14px;
}

.daterangepicker th.month {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  color: #222245;
}

.daterangepicker .calendar-table td {
  color: #222245;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--main) !important;
  border-radius: 30px !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  border-radius: 30px !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  height: 32px !important;
}

#datetime .timepicker {
  filter: drop-shadow(0px 24px 24px rgba(0, 0, 0, 0.09));
  background-color: #fff !important;
  border-radius: 21px;
  position: relative;
  top: -54px;
  padding: 10px;
  z-index: 9;
}

#datetime .timepicker li {
  padding: 10px;
  cursor: pointer;
  margin: 0px;
  color: #222245;
  font-size: 14px;
  max-height: 80px;
}

#datetime .timepicker li:hover {
  background: var(--main);
  border-radius: 10px;
  color: #fff;
}
.custom-datetime-picker {
  width: 100%;
  position: relative;
}
.calendar-icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.clock-icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.pointer,
a,
.SR-back {
  cursor: pointer;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

#map {
  height: 100%;
}

.googleMap {
  height: 70%;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}

#pac-input {
  width: 100%;
  height: 46px;
  background: #ffffff;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0px;
  text-align: left;
  padding: 5px 20px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #222245;
}

.loader {
  position: fixed;
  display: none;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99999;
}

.header-btn {
  margin-right: 20px;
  margin-left: 20px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}
#singlesearchbar .invite-search-bar {
  width: inherit;
  height: inherit;
  margin-right: 32px;
}
#singlesearchbar .invite-search-bar a.invite-search {
  position: static;
}
#waitingguest.user-slider {
  margin: 180px auto 0px;
}
.waiting-for-guest {
  max-width: 1042px;
  width: 92%;
  margin: 0px auto 90px;
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
}
.waiting-for-guest hr {
  margin: 0px auto 22px;
  opacity: 0.12;
}
.waiting-guest-right-content {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
.waiting-guest-right-content h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #222245;
  display: inline-block;
  margin-right: 35px;
}

.visible-mobile-element {
  display: none;
}
.back-row-column {
  max-width: 1042px;
  width: 92%;
  display: block;
  margin: 100px auto 0px;
  position: relative;
  z-index: 2;
}
.back-row-column a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.back-row-column a img {
  width: 22px;
  display: inline-block;
}
.back-row-column a span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 16px;
  color: #222245;
  display: inline-block;
  margin-left: 8px;
}
.my-invite-table {
  width: 100%;
  display: block;
  margin: 20px auto;
  background: #ffffff;
  box-shadow: 0px 14px 54px rgba(13, 41, 147, 0.08);
  border-radius: 30px;
  overflow: hidden;
}
.invite-table-heading-search-bar {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
}
.invite-table-heading-search-bar h3 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 22px;
  color: #222245;
  display: block;
}
.invite-table-flex-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.invite-search-bar {
  width: 210px;
  height: 44px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.invite-search-bar .form-control {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 2px solid #10b4fd;
  box-sizing: border-box;
  box-shadow: 0px 5.76px 19.01px rgba(94, 205, 255, 0.17);
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  color: grey;
  display: inline-block;
  padding: 5px 38px;
}
.invite-search-bar a.invite-search {
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 9px;
  width: 18px;
}
.invite-search-bar a.invite-search-close {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 8.5px;
  width: 16px;
}
.invite-table-flex-header a.tenex-cta-property {
  padding: 11.5px 29.12px;
}
.table-wrap-section {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.my-invite-table table {
  width: 100%;
}
.my-invite-table table thead {
  width: 100%;
  background: #f5f9ff;
  border-bottom: 1px solid #d8dfec;
}
.my-invite-table table thead tr th {
  font-family: "gothamProBold";
  font-size: 14px;
  line-height: 18px;
  color: #222245;
  /*display: inline-block;*/
  padding: 16.25px 22px;
  /*width: 20%;*/
}
#tablistcustom.my-invite-table table thead tr td,
#walk-ins.my-invite-table table thead tr td {
  font-family: "gothamProBold";
  font-size: 14px;
  line-height: 18px;
  color: #222245;
  display: inline-block;
  padding: 16.25px 28px;
  /*width: 20%;*/
}
#tablistcustom.my-invite-table table tbody tr td,
#walk-ins.my-invite-table table tbody tr td {
  display: inline-block;
}
.my-invite-table table tbody tr:nth-child(even) {
  background: #f6f8fc;
}
.my-invite-table table tbody tr td {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  font-weight: 500;
  color: #222245;
  /*display: inline-block;*/
  padding: 14.76px 28px;
  /*width: 20%;*/
}
.my-invite-table table tbody tr td a {
  color: var(--main);
  display: inline-block;
  margin-right: 30px;
}
.my-invite-table table tbody tr td.error a {
  color:red;
}
.my-invite-table table tbody tr td a:last-child {
  margin-right: 0px;
}
.invitation-detail-choose-visitor-flexy-section {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto;
}
#overflow-dropdown.invitation-detail-section {
  overflow: inherit;
}
.invitation-detail-section {
  width: 48%;
  height: 350px;
  background: #ffffff;
  box-shadow: 0px 14px 54px rgba(13, 41, 147, 0.08);
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.invitation-heading {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 25px 32px;
}
.invitation-heading h2 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-style: normal;
  font-size: 22px;
  color: #222245;
  display: block;
}
.invitation-heading a {
  display: inline-block;
}
.invitation-detail-timer {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.invitation-detail-timer ul {
  padding: 0px 32px;
  width: 100%;
  display: block;
}
.invitation-detail-timer ul li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.invitation-detail-timer ul li:last-child {
  margin-bottom: 0px;
}
.invitation-detail-timer ul li span {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-style: normal;
  font-size: 15px;
  color: #363b64;
  display: block;
}

.error input.form-control,
.error input.form-control:hover,
.error input.form-control:active,
.error a.select-dropup-op,
.error input.form-control:focus {
  border: 2px solid #ff000f !important;
}

small.errormsg {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #ff002e;
  display: block;
  text-align: left;
  margin-top: 4px;
  margin-bottom: -10px;
}
.each-date-time-picker {
  width: 256px;
  position: relative;
}
.each-date-time-picker input,
.each-date-time-picker select,
.each-date-time-picker .form-control {
  width: 100%;
  height: 45px;
  margin: 0px auto 0px;
  text-align: left;
  padding: 11px 21px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
  background: #ffffff;
  border: 1.8px solid rgba(54, 59, 100, 0.7);
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgba(111, 114, 132, 0.0478);
  border-radius: 13px;
  outline: none;
}

ul#selectdropdown li.dropdown a.select-dropup-op {
  width: 100%;
  height: 45px;
  margin: 0px auto 0px;
  text-align: left;
  padding: 11px 21px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
  background: #ffffff;
  border: 1.8px solid rgba(54, 59, 100, 0.7);
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgb(111 114 132 / 5%);
  border-radius: 13px;
  outline: none;
}
ul#selectdropdown li.dropdown a.select-dropup-op span {
  margin-left: 0px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
  width: 100%;
}
ul#selectdropdown li.dropdown a.select-dropup-op span i {
  position: absolute;
  right: 0px;
  top: 20px;
}
ul#selectdropdown li.dropdown a.select-dropup-op span i:before {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #222245;
  right: 18px;
}
ul#selectdropdown li.dropdown .dropdown-menu {
  padding: 0.5rem 0px;
  top: 120%;
  right: 0px;
}
ul#selectdropdown li.dropdown .dropdown-menu::before {
  content: none;
  position: static;
  border: 0px;
}
ul#selectdropdown li.dropdown .dropdown-menu li {
  margin-bottom: 0px;
}

.calendar-icon {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}
.choose-visitor-checkmark-box {
  width: 100%;
  display: block;
  margin: 0px auto;
}
.choose-visitor-checkmark-box ul.scroller {
  justify-content: flex-start;
  height: 268px;
  overflow: auto;
  width: 100%;
  margin: 0px auto;
}
.choose-visitor-checkmark-box ul.scroller::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}
.choose-visitor-checkmark-box ul.scroller::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: transparent;
}
.choose-visitor-checkmark-box ul.scroller::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #e8eaef;
  outline: 0;
}
.choose-visitor-checkmark-box ul.scroller li {
  text-align: left;
  width: 100%;
  padding: 12px 32px;
}
.choose-visitor-checkmark-box ul.scroller li:nth-child(odd) {
}
.choose-visitor-checkmark-box ul.scroller li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.choose-visitor-checkmark-box ul.scroller li label {
  position: relative;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
}
.choose-visitor-checkmark-box ul.scroller li label big {
  font-size: 100%;
}
.choose-visitor-checkmark-box ul.scroller li label small {
  font-size: 100%;
  display: inline-block;
  text-align: right;
  font-family: "Conv_SFPRODISPLAYBOLD";
}
.choose-visitor-checkmark-box ul.scroller li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 2px solid var(--main);
  box-sizing: border-box;
  border-radius: 2px;
  padding: 2px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 22px;
}
.choose-visitor-checkmark-box ul.scroller li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.choose-visitor-checkmark-box ul.scroller li input:checked + label:before {
  background-color: var(--main);
}

.my-invite-table
  .invite-table-heading-search-bar
  .choose-visitor-checkmark-box {
  width: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0px;
}
.my-invite-table
  .invite-table-heading-search-bar
  .choose-visitor-checkmark-box
  ul.scroller {
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.my-invite-table
  .invite-table-heading-search-bar
  .choose-visitor-checkmark-box
  ul.scroller
  li {
  background: none;
  padding: 11.5px 0px;
}
.my-invite-table
  .invite-table-heading-search-bar
  .choose-visitor-checkmark-box
  ul.scroller
  li
  label:before {
  margin-right: 10px;
}
a.question-info-icon {
  margin-left: 15px;
}
.my-invite-table #visitortable table thead tr td {
  width: auto;
  padding: 16.25px 0px;
  margin-right: 10px;
}
.my-invite-table #visitortable table tbody tr td {
  width: auto;
  padding: 14.76px 0px;
  margin-right: 10px;
  display: inline-block;
}
.my-invite-table #visitortable table tbody tr td .form-control,
.my-invite-table #visitortableMobile table tbody tr td .form-control {
  background: #ffffff;
  border: 1px solid #94a9c9;
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgba(111, 114, 132, 0.0478);
  border-radius: 13px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222344;
  font-weight: 200;
}
.my-invite-table #visitortable table tbody tr td li.dropdown,
.my-invite-table #visitortableMobile table tbody tr td li.dropdown {
  width: 100%;
  height: 35.07px;
  padding: 0.375rem 0.75rem;
  background: #ffffff;
  border: 1px solid #94a9c9;
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgb(111 114 132 / 5%);
  border-radius: 13px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #cccccc;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.my-invite-table #visitortable table tbody tr td li.dropdown ul.dropdown-menu,
.my-invite-table
  #visitortableMobile
  table
  tbody
  tr
  td
  li.dropdown
  ul.dropdown-menu {
  right: 0;
  left: 0;
  min-width: 14rem;
  top: 120%;
}
.my-invite-table
  #visitortable
  table
  tbody
  tr
  td
  li.dropdown
  ul.dropdown-menu:before,
.my-invite-table
  #visitortableMobile
  table
  tbody
  tr
  td
  li.dropdown
  ul.dropdown-menu:before {
  content: "";
  position: static;
  border: 0px;
}
.my-invite-table
  #visitortable
  table
  tbody
  tr
  td
  li.dropdown
  ul.dropdown-menu
  li
  a,
.my-invite-table
  #visitortableMobile
  table
  tbody
  tr
  td
  li.dropdown
  ul.dropdown-menu
  li
  a {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
  width: 100%;
  padding: 15px 26px;
}
.my-invite-table #visitortable table thead tr th:first-child,
.my-invite-table #visitortableMobile table thead tr th:first-child {
  display: inline-block;
  padding: 16.25px 0px;
  margin-right: 10px;
}
.my-invite-table #visitortable table thead tr th:nth-child(2),
.my-invite-table #visitortable table thead tr th:nth-child(3) {
  display: inline-block;
  padding: 16.25px 0px;
  margin-right: 10px;
}
.my-invite-table #visitortable table thead tr th:nth-child(4),
.my-invite-table #visitortable table thead tr th:nth-child(5),
.my-invite-table #visitortable table thead tr th:nth-child(6),
.my-invite-table #visitortable table thead tr th:nth-child(7),
.my-invite-table #visitortable table thead tr th:nth-child(8),
.my-invite-table #visitortable table thead tr th:last-child {
  display: inline-block;
  padding: 16.25px 0px;
  margin-right: 30px;
}
.my-invite-table #visitortable table thead tr th:first-child,
.my-invite-table #visitortable table tbody tr td:first-child {
  width: 190px;
  margin-left: 30px;
}
.my-invite-table #visitortable table thead tr th:nth-child(2),
.my-invite-table #visitortable table tbody tr td:nth-child(2),
.my-invite-table #visitortable table thead tr th:nth-child(3),
.my-invite-table #visitortable table tbody tr td:nth-child(3) {
  width: 150px;
}
.my-invite-table #visitortable table thead tr th:nth-child(4),
.my-invite-table #visitortable table tbody tr td:nth-child(4) {
  width: 130px;
}
.my-invite-table #visitortable table thead tr th:nth-child(5),
.my-invite-table #visitortable table tbody tr td:nth-child(5),
.my-invite-table #visitortable table thead tr th:nth-child(6),
.my-invite-table #visitortable table thead tr th:nth-child(7),
.my-invite-table #visitortable table thead tr th:nth-child(8),
.my-invite-table #visitortable table tbody tr td:nth-child(6) {
  width: 100px;
}


#newpage.sidenav-bottom-cta-acction a.tenex-cta-property {
  padding: 11.5px 24.12px;
  margin-right: 20px;
}
#newpage.sidenav-bottom-cta-acction a.tenex-cta-property:last-child {
  margin-right: 0px;
}
#newpage.sidenav-bottom-cta-acction a.tenex-cta-property.disable {
  opacity: 0.5;
}
a.tenex-cta-property.disable {
  opacity: 0.5;
}
#newpage.sidenav-bottom-cta-acction .choose-visitor-checkmark-box {
  width: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0px;
}
#newpage.sidenav-bottom-cta-acction .choose-visitor-checkmark-box ul.scroller {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: auto;
  width: auto;
  margin: 0px 30px 0px 0px;
}
#newpage.sidenav-bottom-cta-acction
  .choose-visitor-checkmark-box
  ul.scroller
  li {
  padding: 12px 0px;
}
#newpage.sidenav-bottom-cta-acction
  .choose-visitor-checkmark-box
  ul.scroller
  li
  label:before {
  margin-right: 10px;
}

.modal-dialog {
  max-width: 450px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.modal-content {
  background: #ffffff;
  box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  text-align: center;
  padding: 30px;
}
.modal-body {
  padding: 0px;
}
.modal-body h5 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-style: normal;
  font-size: 20px;
  color: #222245;
  display: block;
}
.link-genrate-box {
  width: 100%;
  border: 1px solid rgba(144, 152, 177, 0.4);
  box-sizing: border-box;
  border-radius: 15px;
  text-align: left;
  padding: 12px 18px;
  position: relative;
  margin: 28px auto 16px;
}
.link-genrate-box > p {
  word-break: break-all;
}
.link-genrate-box p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #222245;
  display: block;
  margin: 0px !important;
}
a.filecopy {
  position: absolute;
  right: 20px;
  bottom: 15px;
  display: inline-block;
}
.modal-body p {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  color: #222245;
  display: block;
  margin-bottom: 24px;
}
body#gatevisitor {
  background-image: none;
  background-color: #ffffff;
}
#visitor-gateentry .login-process-box {
  max-width: 505px;
  background: #ffffff;
  box-shadow: 0px 14px 54px rgba(13, 41, 147, 0.08);
  border-radius: 30px;
  padding: 55px 40px;
}
#visitor-gateentry .login-process-box h1 {
  font-size: 26px;
  line-height: 30px;
  margin: 10px auto 20px;
}
#visitor-gateentry .login-process-box h2 {
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 16px;
  line-height: 20px;
}
#visitor-gateentry .invitation-detail-timer ul {
  padding: 0px 32px;
  margin: 35px 0px;
}
#visitor-gateentry li.uploadimg {
  justify-content: flex-start;
}
#visitor-gateentry li.uploadimg .each-date-time-picker {
  width: 300px;
}
span.photoupload-name {
  display: inline-block !important;
  vertical-align: 20px;
  margin: 0px 12px 0px 25px;
}
#visitor-gateentry li.uploadimg a {
  font-size: 14px;
  color: var(--main);
  background: transparent;
  border: 1px solid var(--main);
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: none;
}
.gate-visitor-cta-btn {
  width: 100%;
  padding: 0px 32px;
}
a.reset-filter {
  background: none;
  border: 1px solid var(--main);
  color: var(--main);
  box-shadow: none;
  margin-left: 30px;
}
#logvisit-list .my-invite-table table thead tr {
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  justify-content: space-between;
}
#logvisit-list .visitdropup {
  background: #ffffff;
  border-radius: 13px;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 14.76px 15px !important;
}
#logvisit-list .my-invite-table table thead tr td:first-child {
  margin-left: 28px;
}
#logvisit-list .my-invite-table table thead tr td:last-child {
  margin-right: 28px;
}
#logvisit-list .my-invite-table table thead tr td,
#logvisit-list .my-invite-table table tbody tr td {
  width: 11.9%;
  padding: 14.76px 0px;
}
#logvisit-list .my-invite-table table tbody tr td:first-child {
  margin-left: 28px;
}
#logvisit-list .my-invite-table table tbody tr td:last-child {
  margin-right: 28px;
}
.visitdropup .dropdown-menu::before {
  content: none;
  position: static;
  border: 0px;
}
.visitdropup .dropdown-menu li img {
  width: 14px;
}
.visitdropup .dropdown-menu li a:hover {
  background-color: rgba(176, 226, 246, 0.15);
}
#indextower.dropdown-menu.visitlist-dropdup {
  top: 140%;
}
#indextower.dropdown-menu.visitlist-dropdup li a img.checkmarkdropup {
  left: 12px;
}
#indextower.dropdown-menu.visitlist-dropdup li a {
  padding: 14px 5px 14px 38px;
}
tr.pagination-table {
  width: 100%;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  justify-content: flex-end;
}
tr.pagination-table td {
  margin: 0px !important;
  width: 100% !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  justify-content: flex-end;
  padding: 14.76px 30px !important;
}
tr.pagination-table td p {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  line-height: 18px;
  color: #222245;
  opacity: 0.5;
  margin-right: 15px;
}
tr.pagination-table td div {
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
}
tr.pagination-table td div a {
  width: 7px;
  display: flex !important;
  display: -webkit-flex !important;
  margin-right: 10px !important;
}
tr.pagination-table td div a#left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}
a.visibleMobileNextStep,
a#visibleMobileNextStep {
  display: none;
}

.arrow_ar {
  transform: rotate(180deg);
}

a.visibleMobileNextStep img.img-fluid,
a#visibleMobileNextStep img.img-fluid {
  width: auto;
}
.hidden-mobile-cancel {
  display: inline-block;
}
.select-community-company-selection {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0px 0px 20px;
}
.select-community-company-selection .form-group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-right: 20px;
}
.select-community-company-selection .form-group:last-child {
  margin-right: 0px;
}
.select-community-company-selection .form-group select {
  width: 238px;
  height: 45px;
  margin: 0px auto 0px;
  text-align: left;
  padding: 11px 12px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
  background: #ffffff;
  border: 1.9px solid #94a9c9;
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgb(111 114 132 / 5%);
  border-radius: 13px;
  outline: none;
  position: relative;
}
#logvisit-list .select-container-position::after {
  background-image: none;
  width: auto;
  height: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6.01px solid #222245;
}
#logvisit-list
  .select-community-company-selection
  ul#selectdropdown
  .each-date-time-picker {
  width: 238px;
}
#logvisit-list ul#selectdropdown li.dropdown a.select-dropup-op {
  border: 1.9px solid #94a9c9;
}
#logvisit-list #selectdropdown .each-date-time-picker {
  width: 100%;
}
.accordion-item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 14px 54px rgba(13, 41, 147, 0.08);
  border-radius: 16px;
  border: 0px;
  /*overflow: hidden;*/
}
.accordion-header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
}
.accordion-button {
  width: auto;
}
.accordion-button::after {
  width: 15.15px;
  height: 9.98px;
  background-image: url(../images/icon/visit-dropdown-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon/visit-dropdown-icon.svg);
}
.code--process-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.code--process-list h3 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-size: 22px;
  color: #222245;
  display: inline-block;
  margin-right: 28px;
}

#qr-code:focus {
  border: 2.2px solid #10b4fd;
}

#qr-code {
  width: 238px;
  height: 45px;
  opacity: 0.6;
  margin: 0px 18px 0px 0px;
  text-align: left;
  padding: 11px 12px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14px;
  color: #222245;
  background: #ffffff;
  border: 1px solid #95aac8;
  box-sizing: border-box;
  box-shadow: 0px 5.76px 19.01px rgba(94, 205, 255, 0.17);
  border-radius: 10px;
  outline: none;
}

.code--process-list input.form-control:hover {
  border: 2.2px solid #10b4fd;
}

.code--process-list a.tenex-cta-property {
  padding: 14.1px 38.12px;
}
.accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: 0px;
}
.logavisit-form {
  display: block;
  margin: 0px;
}
.logvisit-single-row {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.accordion-body {
  padding: 26px 35px 36px;
}
.logavisit-form .logvisit-single-row:last-child {
  margin-bottom: 0px;
}
.logvisit-single-row .form-group {
  width: 340px;
  margin-right: 30px;
}
.logvisit-single-row .form-group select,
.logvisit-single-row .form-group input.form-control {
  width: 100%;
  height: 45px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  padding: 11px 12px;
  font-family: "Conv_SFPRODISPLAYREGULAR";
  font-size: 14px;
  color: #a4a4ad;
  background: #ffffff;
  border: 1.9px solid #94a9c9;
  box-sizing: border-box;
  box-shadow: 0px 8.76px 19.01px rgba(111, 114, 132, 0.0478);
  border-radius: 13px;
  outline: none;
}
.logvisit-single-row .form-group:last-child {

}
.logvisit-single-row .form-group label {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 15px;
  color: #363b64;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.logvisit-single-row .form-group label::before {
  content: none;
  position: static;
  border: 0;
}
p.card-upload {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 15px;
  color: #363b64;
  display: block;
  letter-spacing: 0.5px;
  padding-top: 34px;
}
p.card-upload span {
  margin-right: 14px;
  display: inline-block;
}
p.card-upload a {
  font-family: "Conv_SFPRODISPLAYBOLD";
  color: var(--main);
  display: inline-block;
}
#logvisit-ctaction.form-group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 24px;
  justify-content: flex-end;
}
#logvisit-ctaction.form-group a {
  margin-right: 15px;
  padding: 11.5px 30.12px;
}
#logvisit-ctaction.form-group a:last-child {
  margin-right: 0px;
}
#logvisit-ctaction.form-group a.reset-filter {
  margin-left: 0px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}
#singlesearchbar .invite-search-bar {
  width: inherit;
  height: inherit;
  margin-right: 32px;
}
#singlesearchbar .invite-search-bar a.invite-search {
  position: static;
}
#waitingguest.user-slider {
  margin: 180px auto 0px;
}
.waiting-for-guest {
  max-width: 1042px;
  width: 92%;
  margin: 0px auto 90px;
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
}
.waiting-for-guest hr {
  margin: 0px auto 22px;
  opacity: 0.12;
}
.waiting-guest-right-content {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
.waiting-guest-right-content h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #222245;
  display: inline-block;
  margin-right: 35px;
}

/* 10-01 */
/* @media (max-width: 767px) {
    .sidenav {
      max-width: 100%;
    }
  	.picture
	{
		width: 70px !important;
		height: 70px !important;
	}
	.mid-flex-login-section
	{
		margin: 0px auto 0px !important;
	}
	.back-row-column
	{
		width: 100%;
		padding-bottom: 10px;
	}
  .back-row-column-ml{
    margin: 59px auto 0px;
  }
	.my-invite-table
	{
		overflow: hidden;
    left: 0px;
    height: 100vh;
    position: fixed;
	}

	.table-wrap-section
	{
		overflow-x: auto;
    height: 100vh;
	}
	.invite-table-flex-header a.tenex-cta-property
	{
		display: none;
	}
	.invite-table-flex-header
	{
		width: auto;
	}
	#singlesearchbar .invite-search-bar
	{
		margin-right: 0px;
	}
	.invite-search-bar
	{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.invite-table-heading-search-bar
	{
		padding: 16px 18px;
	}
  .invite-table-heading-search-bar-open h3{
    display: none;
  }
  .invite-table-heading-search-bar-open .invite-table-flex-header{
    width: 100%;
  }
	.my-invite-table table thead tr th
	{
		padding: 16.25px 22px;
	}
	.my-invite-table table tbody tr td
	{
		padding: 14.76px 22px;
		width: auto;
	}
	.invitation-detail-choose-visitor-flexy-section
	{
		flex-direction: column;
	}
	.invitation-detail-section
	{
		width: 100%;
		height: auto;
		padding-bottom: 35px;
	}
	#choosevisitor.invitation-detail-section
	{
		padding-bottom: 0px;
	}
	#visitor-gateentry .login-process-box
	{
		padding: 55px 10px;
	}
	#visitor-gateentry .login-process-box br
	{
		display: none;
	}
	#visitor-gateentry .invitation-detail-timer ul
	{
		padding: 0px;
	}
	#visitor-gateentry .invitation-detail-timer ul li .each-date-time-picker
	{
		width: 100%;
	}
	#visitor-gateentry .invitation-detail-timer ul li .each-date-time-picker input
	{
		margin: 0px;
	}
	#visitor-gateentry .invitation-detail-timer ul li.uploadimg .each-date-time-picker
	{
		width: 82%;
	}
	span.photoupload-name
	{
		margin: 0px 12px 0px 40px;
	}
	#visitor-gateentry .invitation-detail-timer ul li.uploadimg .each-date-time-picker a.tenex-cta-property
	{
		padding: 11.5px 28.12px;
	}
} */

#indextower.dropdown-menu li {
  position: relative;
}
#indextower.dropdown-menu li a img.checkmarkdropup {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 15px;
  display: inline-block;
}
#indextower.dropdown-menu li a {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #222245;
  display: block;
  width: 100%;
  padding: 15px 6px 15px 46px;
}

/*----==== New Style Css ====----*/
/*----==== New Style Css ====----*/

.modal-backdrop {
  width: 100%;
  height: 100%;
}
#singlesearchbar .invite-search-bar {
  width: inherit;
  height: inherit;
  margin-right: 32px;
}
#singlesearchbar .invite-search-bar a.invite-search {
  position: static;
}
#waitingguest.user-slider {
  margin: 180px auto 0px;
}
.waiting-for-guest {
  max-width: 1042px;
  width: 92%;
  margin: 0px auto 90px;
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
}
.waiting-for-guest hr {
  margin: 0px auto 22px;
  opacity: 0.12;
}
.waiting-guest-right-content {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
.waiting-guest-right-content h4 {
  font-family: "Conv_SFPRODISPLAYBOLD";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #222245;
  display: inline-block;
  margin-right: 35px;
}

#new12.back-row-column .new-flex-section {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
#new12.back-row-column .new-flex-section ul.scroller {
  height: auto;
  width: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}
#new12.back-row-column .new-flex-section ul.scroller li.form-group {
  background: none;
  width: auto;
  padding: 0px;
}
#new12.back-row-column
  .choose-visitor-checkmark-box
  ul.scroller
  li
  label:before {
  margin-right: 10px;
}
#new12.back-row-column .invitation-heading a {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-style: normal;
  font-size: 16px;
  color: var(--main);
  display: inline-block;
}
#new12.back-row-column .choose-visitor-checkmark-box ul.scroller li label {
  font-size: 15px;
}
#new12.back-row-column
  .choose-visitor-checkmark-box
  ul.scroller
  li
  label:before {
  border: 2.11px solid var(--main);
}
#new12.back-row-column a.question-info-icon {
  margin-left: 18px;
}
#new12.back-row-column .invitation-heading h2 {
  font-size: 24px;
}
#new12.back-row-column .invitation-detail-timer ul li span {
  font-family: "Conv_SFPRODISPLAYBOLD";
  color: #363b64;
}
#new12.back-row-column a.tenex-cta-property {
  padding: 11.5px 34.12px;
}
#new12.back-row-column .sidenav-bottom-cta-acction {
  width: 87%;
}
#home12 #new12.back-row-column a.tenex-cta-property {
  background: none;
  border: 1px solid var(--main);
  border-radius: 15px;
  color: var(--main);
  box-shadow: none;
}
a.close-table-element {
  display: inline-block;
  width: 14px;
}
#new12.back-row-column .my-invite-table #visitortable table thead tr th,
#new12.back-row-column .my-invite-table #visitortable table tbody tr td {
  width: 11.9%;
}
#new12.back-row-column #new12-cta.sidenav-bottom-cta-acction {
  width: 100%;
}
#new12.back-row-column
  #new12-cta.sidenav-bottom-cta-acction
  a.tenex-cta-property {
  background: linear-gradient(97.82deg, #8adeff -68.28%, var(--main) 72.12%);
  color: #ffffff;
  border: 0px;
}
#home07 #new12.back-row-column {
  height: auto;
}
#home07 #new12.back-row-column .invitation-detail-choose-visitor-flexy-section {
  height: auto;
}
#home07 #step4 .sidenav-bottom-cta-acction {
  position: static;
}
#home07 #new12.back-row-column #new12-cta.sidenav-bottom-cta-acction {
  display: none;
}
#home07 #new12.back-row-column .new-flex-section .choose-visitor-checkmark-box {
  display: none;
}

#newpage.sidenav-bottom-cta-acction {
  /* display: none; */
}
#home07 .my-invite-table #visitortable table thead tr th:first-child,
#home07 .my-invite-table #visitortable table tbody tr td:first-child {
  width: 190px;
  margin-left: 30px;
}
#home07 .my-invite-table #visitortable table thead tr th:nth-child(2),
#home07 .my-invite-table #visitortable table tbody tr td:nth-child(2),
#home07 .my-invite-table #visitortable table thead tr th:nth-child(3),
#home07 .my-invite-table #visitortable table tbody tr td:nth-child(3) {
  width: 150px;
}
#home07 .my-invite-table #visitortable table thead tr th:nth-child(4),
#home07 .my-invite-table #visitortable table tbody tr td:nth-child(4) {
  width: 130px;
}
#home07 .my-invite-table #visitortable table thead tr th:nth-child(5),
#home07 .my-invite-table #visitortable table tbody tr td:nth-child(5),
#home07 .my-invite-table #visitortable table thead tr th:nth-child(6),
#home07 .my-invite-table #visitortable table thead tr th:nth-child(7),
#home07 .my-invite-table #visitortable table thead tr th:nth-child(8),
#home07 .my-invite-table #visitortable table tbody tr td:nth-child(6) {
  width: 100px;
}
#home07 .my-invite-table #visitortable table thead tr th:last-child,
#home07 .my-invite-table #visitortable table tbody tr td:last-child {
  width: auto !important;
  padding: 14.76px 0px;
  margin-right: 10px;
  display: inline-block;
}
#home07 .my-invite-table #visitortable table tbody tr td label {
  display: none;
}
.toast.customtoast {
  max-width: 266px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 2;
}
.toast.customtoast .toast-body {
  background-color: rgb(255 255 255);
  border-radius: 25px;
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
  color: #222245;
  padding: 34px 20px 18px 20px;
  box-shadow: 0px 14px 34px rgb(18 47 90 / 15%);
  border-radius: 16px;
}

#step1,
#step2 {
  width: 48%;
}
#step1 .invitation-detail-section,
#step2 .invitation-detail-section {
  width: 100%;
}

.error-box {
  border-color: #ff000f !important;
}

.error-text {
  font-family: "Conv_SFPRODISPLAYREGULAR" !important;
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  color: #ff000f;
  margin-bottom: 22px;
}
#customvisiblemobile {
  display: none;
}

/* 10-01 */
@media (max-width: 767px) {
  body{
    zoom: 100%;
  }
  .tenex-body-bg-cover{
    padding: 0px;
  }
  .sidenav {
    max-width: 100%;
  }

  #chat-box {
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  #chat-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  #chat-header span.closeChat {
    display: inline-block;
    width: 18px;
    position: absolute;
    right: 20px;
    top: 18px;
  }

  #chat-box #messages {
    height: calc(100vh - 140px);
  }
  #chat-box #message-box {
    /* padding: 20px 15px; */
    width: 100%;
  }


  .picture {
    width: 70px !important;
    height: 70px !important;
  }
  .mid-flex-login-section {
    margin: 0px auto 0px !important;
  }
  .back-row-column {
    width: 100%;
    padding-bottom: 10px;
    margin-top: 8rem;
  }
  .back-row-column-ml {
    margin: 59px auto 0px;
  }
  .my-invite-table {
    overflow: hidden;
    left: 0px;
    height: 100vh;
    position: fixed;
  }

  .table-wrap-section {
    overflow-x: auto;
    height: 100vh;
  }
  .invite-table-flex-header a.tenex-cta-property {
    /* display: none; */
  }
  .invite-table-flex-header {
    width: auto;
  }
  #singlesearchbar .invite-search-bar {
    margin-right: 0px;
  }
  .invite-search-bar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .invite-table-heading-search-bar {
    padding: 16px 18px !important;
  }
  .invite-table-heading-search-bar-open h3 {
    display: none;
  }
  .invite-table-heading-search-bar-open .invite-table-flex-header {
    width: 100%;
  }
  .my-invite-table table thead tr th {
    padding: 16.25px 22px;
  }
  .my-invite-table table tbody tr td {
    padding: 14.76px 22px;
    width: auto;
  }
  .invitation-detail-choose-visitor-flexy-section {
    flex-direction: column;
  }
  .invitation-detail-section {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
  }
  #choosevisitor.invitation-detail-section {
    padding-bottom: 0px;
  }
  #visitor-gateentry .login-process-box {
    padding: 55px 10px;
  }
  #visitor-gateentry .login-process-box br {
    display: none;
  }
  #visitor-gateentry .invitation-detail-timer ul {
    padding: 0px;
  }
  #visitor-gateentry .invitation-detail-timer ul li .each-date-time-picker {
    width: 100%;
  }
  #visitor-gateentry
    .invitation-detail-timer
    ul
    li
    .each-date-time-picker
    input {
    margin: 0px;
  }
  #visitor-gateentry
    .invitation-detail-timer
    ul
    li.uploadimg
    .each-date-time-picker {
    width: 82%;
  }
  span.photoupload-name {
    margin: 0px 12px 0px 40px;
  }
  #visitor-gateentry
    .invitation-detail-timer
    ul
    li.uploadimg
    .each-date-time-picker
    a.tenex-cta-property {
    padding: 11.5px 28.12px;
  }
}
/* 10-01 */
@media (max-width: 767px) {
  body {
    background-image: none;
  }

  .tenex-body-bg-cover::after {
    background-image: url("../images/tenex-bg-mobile-wave.svg");
    opacity: 0.9;
  }

  .top-inner-nav-container {
    justify-content: flex-end;
  }
  .index-dropup {
    display: none;
  }

  .top-inner-nav-container a.header-logo {
    display: none;
  }

  .login-process-box {
    background: none;
    backdrop-filter: blur(0px);
    padding: 0px 15px;
  }

  .login-process-box a.header-logo {
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }

  .login-process-box a.header-logo img {
    max-width: 146px;
    width: 100%;
  }

  #welcomeerror .modal-dialog {
    height: auto;
  }

  #welcomeerror .modal-dialog .modal-body .qr-code-failed-popup {
    padding: 19px 44px 16px 27px;
  }

  #login .top-inner-nav-container {
    justify-content: space-between;
  }

  #login a.back-welcome {
    padding-top: 0px;
  }

  #login a.back-welcome span {
    display: none;
  }

  #login .login-process-box {
    padding: 0px 0px;
  }

  #login #welcomeerror .modal-dialog {
    height: auto;
  }

  #login #signup .login-process-box {
    padding: 0px 15px;
  }

  #login #signup.mid-flex-login-section {
    margin: -66px auto 0px;
  }

  #login #signup .login-process-box .form-group {
    margin: 16px 0px 1px;
  }

  #signup .login-process-box #one.form-group {
    flex-direction: column;
  }

  #login #signup .agree-condition .form-group {
    margin: 20px 0px 30px;
  }

  .picture-container {
    margin-bottom: 40px;
  }

  .picture {
    width: 102px;
    height: 102px;
  }

  #signup .login-process-box #one.form-group input.form-control {
    width: 100%;
  }

  .interest .top-nav-bar {
    display: none;
  }

  .interest .mid-flex-login-section {
    margin: -2px auto 0px;
  }

  .interest .login-process-box h1 {
    text-align: left;
    width: 100%;
  }

  .interest .interest-goal-heading {
    background: #ffffff;
    box-shadow: inset -2px 2.23px 2.58402px rgb(255 255 255 / 34%);
    border-radius: 26px;
    padding: 18px 18px 8px;
    margin-top: 15px;
    margin-bottom: 28px;
  }

  #login .interest .interest-goal-heading h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .interest-goal-heading ul li a {
    padding: 7px 20.8px 7px;
    margin: 0px 8px 12px 0px;
  }

  .interest .chatloop-icon {
    display: none;
  }

  .interest-both-cta {
    width: 100%;
    justify-content: space-between;
  }

  .interest-both-cta a.tenex-cta-property:first-child {
    display: inline-block;
    background: transparent;
    font-family: "Conv_SFPRODISPLAYMEDIUM";
    font-size: 16px;
    letter-spacing: 1.55px;
    color: #222245;
    padding: 11.5px 38.12px;
    box-shadow: none;
  }

  #desktopnav {
    display: none;
  }

  #mobilenav {
    display: block;
  }

  #mobilenav.top-inner-nav-container {
    /* padding: 0px 0px; */
  }

  #mobilenav div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }

  #mobilenav.top-inner-nav-container a.header-logo {
    display: block;
    text-align: center;
  }

  #mobilenav.top-inner-nav-container a.header-logo img {
    margin: 0px auto;
  }

  #mobilenav.top-inner-nav-container li.index-dropup {
    text-align: center;
    padding: 0px 0px;
  }

  #mobilenav.top-inner-nav-container li.index-dropup a {
    font-family: "Conv_SFPRODISPLAYBOLD";
    font-size: 17px;
    color: #222245;
    display: inline-block;
  }

  #indextower li .dropdown-item {
    font-family: "Conv_SFPRODISPLAYREGULAR" !important;
  }

  #mobilenav.top-inner-nav-container li.index-dropup a i {
    position: relative;
  }

  #mobilenav.top-inner-nav-container li.index-dropup a i:before {
    content: "";
    position: absolute;
    border-left: 5.15px solid transparent;
    border-right: 5.15px solid transparent;
    border-top: 6px solid #222245;
    top: -7px;
  }

  .user-slider {
    width: 100%;
    flex-direction: column;
    margin: 115px auto 35px;
  }

  .user-heading-slide {
    width: 92%;
    margin: 0px auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }

  .user-heading-slide h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .weather {
    margin-top: -5px;
  }

  .weather img {
    max-width: 50px;
  }

  .user-slide-section {
    width: 100%;
  }

  .each-user-section {
    width: 94%;
    margin: 25px auto;
  }

  .services-loop-section {
    width: 100%;
    height: 46%;
    padding: 32px 22px 0px;
    margin: 10px auto 0px;
    border-radius: 30px 30px 0px 0px;
  }

  .services-loop-section ul {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .services-loop-section ul li {
    margin: 0px auto 30px;
    width: 30%;
  }

  .services-loop-section ul li a span {
    font-size: 11px;
    letter-spacing: 0.2px;
  }

  .services-loop-section ul li:nth-child(6) {
    display: none;
  }

  #tenex89
    .user-slide-section
    .owl-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item {
    width: 50% !important;
  }

  body#nighthome #mobilenav.top-inner-nav-container li.index-dropup a {
    color: #ffffff;
  }

  .sidenav {
    padding: 20px 15px;
    border-radius: 0px 0px 0px 0px;
    overflow: auto;
  }

  nav.sidenav ul li {
    width: 30%;
  }

  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#setting-dropdown
    .dropdown-menu,
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#lang-dropdown
    .dropdown-menu {
    right: auto;
    left: -5px;
  }

  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#setting-dropdown
    .dropdown-menu::before {
    left: 14px !important;
  }

  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#setting-dropdown
    .dropdown-menu::before,
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#lang-dropdown
    .dropdown-menu::before {
    right: auto;
    left: 20px;
  }

  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu {
    right: -15px;
    min-width: 21.2rem !important;
  }

  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu {
    right: -65px;
    min-width: 21.2rem !important;
  }

  .notification-process-shows {
    flex-direction: column;
  }

  #mobilenav .notification-process-shows .notify-message-content-area {
    justify-content: flex-start;
  }

  #mobilenav.top-inner-nav-container li.index-dropup .dropdown-menu {
    left: 0px;
    right: 0px;
  }

  #mobilenav.top-inner-nav-container li.index-dropup .dropdown-menu::before {
    content: none;
    position: static;
    border: 0px;
  }

  #mobilenav.top-inner-nav-container
    li.index-dropup
    .dropdown-menu
    li
    a.dropdown-item {
    font-size: 15px;
  }

  .toast {
    display: block;
    max-width: 100%;
    width: 92%;
    margin: 0px auto 15px;
  }

  .service-cnfirmation-plumbing {
    margin-top: 0px;
    height: auto;
    padding: 20px 12px;
  }

  #cnfirmation-yes-no .service-cnfirmation-plumbing h5 {
    margin-bottom: 0px;
  }

  #cnfirmation-yes-no .service-cnfirmation-plumbing {
    padding: 40px 40px;
  }

  #thankumessage .thanku-content-message p {
    width: 82%;
  }

  .heading-services-request {
    margin-bottom: 12px;
  }

  nav#productfinal-cmmnts .service-cnfirmation-plumbing {
    padding: 24px 15px;
  }

  .product-description-location {
    padding-right: 0px;
  }

  .product-side-padding-description ul.add-multiple-picture {
    justify-content: space-between;
  }

  .product-side-padding-description ul.add-multiple-picture li {
    width: 46%;
    height: 112px;
    margin: 0px 0px 15px;
  }

  #productcmmnt-section.service-cnfirmation-plumbing {
    margin-top: 30px;
    padding: 24px 15px 0px !important;
  }

  #productcmmnt-section.service-cnfirmation-plumbing
    .notification-process-shows {
    padding: 0px;
  }

  .type-cmmnt-section .form-control {
    padding: 18px 28px 18px 0px;
  }

  .type-cmmnt-section a.cmmnt-send-cta {
    right: 0px;
  }

  #ratexperience .message-feedback-section {
    padding: 30px 15px 20px 15px;
  }

  #ratexperience .message-feedback-section ul li img.img-fluid.fivestar {
    max-width: 138px;
  }

  #setquantity {
    padding: 4px 20px;
  }

  #cnfirmation-yes-no .service-cnfirmation-plumbing h5 {
    font-size: 17px;
    margin-bottom: 42px;
  }

  #describeproblem.plumbing-issue-radio-checkbox-navigate {
    height: auto;
    padding: 20px;
  }

  .problem-detail-describe #problemformgrp.form-group textarea {
    padding: 12px 18px 14px;
  }

  .problem-recording-cta {
    width: 72%;
  }

  #problemrecording.plumbing-issue-radio-checkbox-navigate {
    height: 348px;
  }

  #problemrecording.plumbing-issue-radio-checkbox-navigate
    img.recording-audio-stared {
    margin: 60px 0px 0px;
  }

  #problemrecording.plumbing-issue-radio-checkbox-navigate h4 {
    margin: 10px auto 0px;
  }

  #add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate {
    height: auto;
    padding: 20px;
  }

  #add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
    ul.add-multiple-picture {
    justify-content: space-between;
  }

  #add-photo-audio-etc.plumbing-issue-radio-checkbox-navigate
    ul.add-multiple-picture
    li {
    width: 46%;
    height: 118px;
    margin: 0px 0px 20px;
  }

  #uploadphoto .plumbing-issue-radio-checkbox-navigate {
    height: 348px;
  }

  .plumbing-issue-radio-checkbox-navigate {
    margin-top: 20px;
    padding: 20px 0px 0px 0px;
  }

  .plumbing-issue-radio-checkbox-navigate .form-group {
    margin-bottom: 20px;
  }

  .plumbing-issue-radio-checkbox-navigate ul.scroller li label big {
    width: 68%;
  }

  .plumbing-issue-radio-checkbox-navigate ul.scroller li label:before {
    margin-right: 12px;
  }

  #guest-access.service-cnfirmation-plumbing {
    padding: 20px;
    height: auto;
    margin-top: 20px;
  }

  .hiddenmobile-element {
    display: none;
  }
  .visible-mobile-element {
    display: block;
    margin: 20px auto 0px;
  }
  .tabs {
    width: 100%;
    height: calc(100vh - 26vh);
    display: block;
    margin: 0px auto;
    background: #ffffff;
    box-shadow: 0px 14px 54px rgb(13 41 147 / 8%);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  /*=== Tabs Slider Css ===*/
  /*=== Tabs Slider Css ===*/

  #customTwoTab .tabs {
    display: flex;
    display: -webkit-flex;
    overflow-x: hidden !important;
  }
  #customTwoTab .tabs label {
    width: 50%;
  }
  #customTwoTab .tabs #slider {
    width: 100%;
  }
  #customTwoTab [type="radio"],
  #r2:checked ~ #slider {
    transform: translate(-50%, 0px) !important;
  }
  #customTwoTab [type="radio"],
  #r3:checked ~ #slider {
    transform: translate(50%, 0px) !important;
  }
  .code--process-list {
    width: 100%;
    justify-content: space-between;
  }
  #twotab.visible-mobile-element .code--process-list a#logMobileCamera {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  #twotab.visible-mobile-element .code--process-list input.form-control {
    width: 46%;
    margin: 0px 0px;
    padding: 6px 8px;
  }
  #twotab.visible-mobile-element .code--process-list a.tenex-cta-property {
    padding: 14.1px 10px;
    width: 38%;
    justify-content: center;
  }
  .table-wrap-section {
    overflow-x: inherit;
    white-space: inherit;
    background: #fff;
  }
  .hidden-mobile-cancel {
    display: none !important;
  }

  .tabs label,
  #slider {
    font-family: "Conv_SFPRODISPLAYBOLD";
    font-size: 12px;
    color: #222245;
    display: inline-block;
    width: 32.333333%;
    text-align: center;
    padding: 17px 0px 27px;
    font-weight: 600;
    vertical-align: middle;
  }
  #slider {
    text-transform: uppercase;
  }
  .tabs label:hover {
    cursor: pointer;
  }
  .tabs [type="radio"] {
    display: none;
  }
  .tabs .content {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    border-top: 1px solid #000000;
    border-top-color: rgba(0, 0, 0, 0.1);
  }
  .tabs .content::-webkit-scrollbar {
    width: 7px;
    border-radius: 8px;
  }

  .tabs .content::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: transparent;
  }

  .tabs .content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #e8eaef;
    outline: 0;
  }
  #slider {
    background-color: transparent;
    position: absolute;
    border-bottom: 3px solid var(--main);
    margin: 14px auto;
    transition: transform 0.5s;
    left: 17%;
  }

  [type="radio"],
  #r1:checked ~ #slider {
    transform: translate(-384px, 0px);
  }

  [type="radio"],
  #r2:checked ~ #slider {
    transform: translate(-243px, 0px);
  }

  [type="radio"],
  #r3:checked ~ #slider {
    transform: translate(-109px, 0px);
  }

  [type="radio"]:checked + label + .content {
    display: inline-block;
  }

  .invitation-detail-section {
    padding-bottom: 0px;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .invitation-heading {
    padding: 20px 22px;
  }
  .invitation-heading h2 {
    font-size: 20px;
  }
  .invitation-detail-timer ul {
    padding: 0px 22px;
  }
  #step4 #indextower,
  #step1 #indextower {
    display: block;
    height: 296px;
    overflow-x: auto;
  }

  .invitation-detail-timer ul li {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    margin-bottom: 10px;
  }
  .invitation-detail-timer ul li span {
    /* margin-bottom: 2px; */
  }
  .invitation-detail-timer ul li .each-date-time-picker {
    width: 100%;
  }
  .choose-visitor-checkmark-box ul.scroller {
    height: 500px;
  }
  .choose-visitor-checkmark-box ul.scroller li {
    padding: 12px 22px;
  }
  .choose-visitor-checkmark-box ul.scroller li label {
    width: 100%;
    padding: 0px;
  }
  .tabs .content .my-invite-table {
    display: contents;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    margin: 0px;
  }
  .invite-table-heading-search-bar h3 {
    font-size: 20px;
  }
  #logvisit-list .select-community-company-selection {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  #logvisit-list .select-community-company-selection .form-group {
    flex-direction: column;
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
  #logvisit-list
    .select-community-company-selection
    .form-group
    ul#selectdropdown,
  #logvisit-list
    .select-community-company-selection
    .form-group
    ul#selectdropdown
    li,
  #logvisit-list
    .select-community-company-selection
    ul#selectdropdown
    .each-date-time-picker {
    width: 100%;
  }
  .code--process-list h3 {
    display: none;
  }
  .code--process-list input.form-control {
    width: 145px;
  }
  .accordion-button {
    display: none;
  }
  .accordion-body {
    padding: 0px 25px 26px;
  }
  .accordion-body .logvisit-single-row {
    flex-direction: column;
  }
  .accordion-body .logvisit-single-row {
    margin-bottom: 0px;
  }
  .accordion-body .logvisit-single-row .form-group {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .accordion-body .logvisit-single-row .form-group label {
    width: 100% !important;
    padding: 0px;
    margin-bottom: 2px;
    text-align: left;
  }
  .accordion-body .logvisit-single-row .form-group:nth-child(3) {
    display: none;
  }
  #tablistcustom.my-invite-table table thead tr td:first-child,
  #tablistcustom.my-invite-table table tbody tr td:first-child {
    margin-left: 0px;
  }
  #tablistcustom.my-invite-table table thead tr td,
  #tablistcustom.my-invite-table table tbody tr td {
    width: auto;
    padding: 14.76px 15px;
  }
  .waitinglisttower #mobilenav.top-inner-nav-container li.index-dropup a {
    border: 1px solid #94a9c9;
    box-sizing: border-box;
    filter: drop-shadow(0px 8.76px 19.01px rgba(111, 114, 132, 0.0478));
    border-radius: 13px;
    width: 100%;
    height: 44px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
  }
  .waitinglisttower #mobilenav.top-inner-nav-container li.index-dropup a span {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .waitinglisttower
    #mobilenav.top-inner-nav-container
    li.index-dropup
    a
    span
    i {
    display: inline-block;
    top: 4px;
    right: 10px;
  }
  #waitingguest.user-slider {
    margin: 125px auto 0px;
  }
  #tenex89.waitinglisttower .user-slide-section {
    width: 100%;
  }
  .waiting-for-guest {
    width: 100%;
    margin: 0px auto 28px;
  }
  .waiting-for-guest hr {
    display: none;
  }
  .waiting-guest-right-content {
    justify-content: space-between;
  }
  .waiting-guest-right-content h4 {
    margin-right: 0px;
  }
  .waiting-guest-right-content a.tenex-cta-property {
    padding: 11.5px 24.12px;
  }
  .waitinglisttower #mobilenav .index-dropup {
    display: block;
  }
  #newpadding .tenex-body-bg-cover {
    padding: 0px;
  }
  #new12.back-row-column {
    height: calc(100% - 66px);
    padding-bottom: 0px;
  }
  #newpage.sidenav-bottom-cta-acction {
    display: none;
  }
  #new12.back-row-column .invitation-detail-choose-visitor-flexy-section, .details-step-minvites-container {
    height: calc(100% - 46px);
    margin: 20px auto 0px;
  }
  #new12.back-row-column .invitation-detail-section, .details-step-minvites #overflow-dropdown-mobile {
    background: #ffffff;
    box-shadow: 0px 14px 54px rgb(13 41 147 / 8%);
    border-radius: 30px 30px 0px 0px;
    height: 110%;
    position: relative;
    padding: 7px;
  }
  #new12.back-row-column .new-flex-section {
    padding: 0px 15px;
  }
  #new12.back-row-column .sidenav-bottom-cta-acction, .details-step-minvites-action {
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5%;
  }
  #new12.back-row-column a.tenex-cta-property, .details-step-minvites-action a.tenex-cta-property {
    width: 92%;
    margin: 0px auto !important;
    text-align: center;
    display: block;
    justify-content: center;
  }
  #new12.back-row-column #choosevisitor {
    display: none;
  }
  #new12.back-row-column .my-invite-table {
    display: none;
  }
  #new12.back-row-column .my-invite-table {
    display: none;
  }
  #home12 #new12.back-row-column .my-invite-table {
    display: block;
    margin: 0px auto;
    border-radius: 0px;
    background: #fbfcfe;
    position: static;
    height: auto;
    box-shadow: none;
  }
  #home12 #new12.back-row-column .my-invite-table .table-wrap-section {
    height: auto;
  }
  #home12 #new12.back-row-column .sidenav-bottom-cta-acction {
    position: static;
    justify-content: flex-end;
    padding: 0px 22px 20px;
    background-color: #fefefe;
  }
  #home12
    #new12.back-row-column
    .sidenav-bottom-cta-acction
    a.tenex-cta-property {
    width: auto;
    margin: 0px !important;
    justify-content: flex-end;
    letter-spacing: 0.2px;
  }
  #new12.back-row-column .my-invite-table #visitortableMobile table thead tr th,
  #new12.back-row-column
    .my-invite-table
    #visitortableMobile
    table
    tbody
    tr
    td {
    width: auto;
    padding: 14.76px 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #home12
    .invitation-detail-choose-visitor-flexy-section
    #overflow-dropdown-mobile.invitation-detail-section {
    box-shadow: none;
  }

  #home07 .invitation-detail-choose-visitor-flexy-section > div, .details-step-minvites {
    height: 90vh;
  }
  #home07
    .invitation-detail-choose-visitor-flexy-section
    > div
    .invitation-detail-section {
    height: inherit;
  }
  #new12.back-row-column
    #new12-cta.sidenav-bottom-cta-acction
    a.tenex-cta-property {
    width: 100%;
  }
  #newpage.sidenav-bottom-cta-acction {
    display: block;
  }
  #home07
    #new12.back-row-column
    #overflow-dropdown-mobile.invitation-detail-section {
    height: inherit;
    overflow: initial;
    /* display: none; */
  }
  #home07 #new12.back-row-column .my-invite-table {
    display: block;
    margin: 0px auto;
    position: static;
    height: 90vh;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }
  #home07
    .my-invite-table
    .invite-table-heading-search-bar
    .choose-visitor-checkmark-box {
    display: none;
  }
  #home07 .my-invite-table table thead {
    display: none;
  }
  #home07 .my-invite-table #visitortableMobile table tbody tr td label {
    display: block;
    width: 100%;
    font-family: "Conv_SFPRODISPLAYBOLD";
    font-style: normal;
    font-size: 15px;
    color: #363b64;
    margin-bottom: 5px;
  }
  #home07 .table-wrap-section {
    overflow-x: hidden;
    white-space: inherit;
    height: auto;
  }
  #home07 .my-invite-table #visitortableMobile table thead tr th,
  #home07 .my-invite-table #visitortableMobile table tbody tr td {
    width: 100% !important;
    padding: 0px 15px !important;
    margin-bottom: 15px;
  }
  #home07
    .my-invite-table
    #visitortableMobile
    table
    tbody
    tr
    td.mobile-id-upload {
    width: 100% !important;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: flex-start;
  }
  #home07
    .my-invite-table
    #visitortableMobile
    table
    tbody
    tr
    td.mobile-id-upload
    label {
    width: auto;
    margin-right: 12px;
  }
  #home07 #new12.back-row-column #new12-cta.sidenav-bottom-cta-acction {
    display: block;
    background: white;
    /* margin: 0px auto 0px; */
    padding: 15px 15px 35px 15px;
    /* position: relative; */
    bottom: 10px;
  }
  .cancel{
    margin-left:0px;
  }
  #home08 #home07 #new12.back-row-column .my-invite-table {
    display: none;
  }
  #home08 #new12.back-row-column #choosevisitor {
    display: block;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }
  #home08 #home07 #new12.back-row-column #choosevisitor .invitation-heading a {
    display: inline-block;
  }
  #home08 #home07 #new12.back-row-column #new12-cta.sidenav-bottom-cta-acction {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  #home08
    #new12.back-row-column
    #new12-cta.sidenav-bottom-cta-acction
    a.tenex-cta-property {
    width: 46%;
    margin: 0px !important;
  }
  .toast.customtoast {
    right: 10px;
  }
  #newpadding .back-row-column .padding-add-col {
    padding: 0px 15px;
  }
  #newpadding #twotab .tabs {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    overflow: inherit;
  }
  #newpadding .each-date-time-picker ul.dropdown-menu {
    box-shadow: 0px 24px 54px rgb(18 47 90 / 15%);
  }
  #newpadding #logvisit-list .select-community-company-selection {
    padding: 0px 15px;
  }
  #newpadding #logvisit-ctaction.form-group {
    justify-content: space-between;
  }
  #logvisit-list .each-date-time-picker ul#indextower.dropdown-menu {
    min-width: 100%;
  }

  /*==== Three Step Only Mobile Css ====*/
  /*==== Three Step Only Mobile Css ====*/

  #step1 .invitation-detail-section,
  #step2 .invitation-detail-section {
    width: 100%;
  }
  #allstepsection #step1 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  #allstepsection #step1 #overflow-dropdown-mobile {
    width: 100%;
  }
  #allstepsection #step1 #overflow-dropdown-mobile.invitation-detail-section {
    display: block !important;
  }
  #allstepsection #step2 #choosevisitor {
    display: block !important;
  }
  #allstepsection #step2 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  #allstepsection #step3 {
    display: block;
    margin-bottom: 30px !important;
  }
  #allstepsection #step3 .table-wrap-section table tbody tr {
    flex-direction: column;
  }
  #allstepsection #step3 .table-wrap-section table tbody tr td {
    display: block !important;
  }

  #customvisibledekstop {
    display: none;
  }
  #customvisiblemobile {
    display: block;
  }
  #step4 {
    height: auto !important;
  }
  #step4 #overflow-dropdown-mobile.invitation-detail-section {
    padding-bottom: 20px;
  }
  #allstepsection #step4 #overflow-dropdown-mobile.invitation-detail-section {
    display: block !important;
  }
  /* #step4 .invitation-heading a {
    display: inline-block !important;
  } */
  #step4 #newpage.sidenav-bottom-cta-acction {
    text-align: right;
    padding: 0px 20px;
  }
  #step4 #newpage.sidenav-bottom-cta-acction a.tenex-cta-property {
    width: auto;
    display: inline-block;
    background: none;
    border: 1px solid var(--main);
    border-radius: 15px;
    color: var(--main);
    box-shadow: none;
  }
  #step4 .my-invite-table table thead {
    display: block;
  }
  #step4 #step4table {
    width: 100%;
    display: block;
    /* margin-top: 15px; */
    background: white;
  }
  #step4 #step4table .my-invite-table {
    border-radius: 0px;
  }
  #step4 #step4table .my-invite-table table thead {
    padding-top: 15px;
  }
  #step4 #step4table .my-invite-table table tr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  #step4 #step4table .my-invite-table table thead tr th {
    width: 36% !important;
  }
  #step4 #step4table .my-invite-table table thead tr th:last-child {
    width: 28% !important;
  }

  #step4 #step4table .my-invite-table table tbody tr td {
    width: 36% !important;
    margin-bottom: 0px;
    padding: 10px 15px !important;
  }
  #step4 #step4table .my-invite-table table tbody tr td:last-child {
    width: 28% !important;
  }
  .step4modal .modal-body h5 {
    margin-bottom: 14px;
  }
  .step4modal .modal-body div {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
  }
  .step4modal .modal-body div a.tenex-cta-property:nth-child(2) {
    background: none;
    border: 1px solid var(--main);
    border-radius: 15px;
    color: var(--main);
    box-shadow: none;
  }
  #myModaladdvisitor.step4modal .modal-body div {
    justify-content: space-between;
    flex-direction: column;
  }
  #myModaladdvisitor.step4modal .modal-body div a.tenex-cta-property {
    width: 100%;
  }
  #myModaladdvisitor.step4modal
    .modal-body
    div
    a.tenex-cta-property:nth-child(2) {
    margin-top: 16px;
  }
  ul.each-visitor-message {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    flex-direction: column;
  }
  ul.each-visitor-message li {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0px 0px;
    font-family: "Conv_SFPRODISPLAYBOLD";
    font-style: normal;
    font-size: 16px;
    color: #222245;
    margin-bottom: 14px;
  }
  ul.each-visitor-message li big {
    font-size: 100%;
    width: 42%;
  }
  ul.each-visitor-message li small {
    font-family: "Conv_SFPRODISPLAYREGULAR";
    font-size: 100%;
  }
  .disabled-input-label-field {
    opacity: 0.4px;
  }

  #onlyvisible {
    display: block !important;
  }
  #step1 .invitation-heading a {
    display: inline-block !important;
  }
  /* #step2 .invitation-heading a {
    display: inline-block !important;
  } */
  #step2 #new12-cta.sidenav-bottom-cta-acction {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: space-between;
  }
  #step2 #new12-cta.sidenav-bottom-cta-acction a.tenex-cta-property {
    width: 46% !important;
    margin: 0px !important;
  }

  .visitor-pending-message
    #newpage.sidenav-bottom-cta-acction
    a.tenex-cta-property:nth-child(2) {
    color: var(--main);
    background: transparent;
    box-shadow: none;
    border: 1px solid var(--main);
    margin: 15px auto 0px !important;
  }
  .visitor-pending-message .invitation-heading {
    align-items: flex-start;
    flex-direction: column;
    font-family: "Conv_SFPRODISPLAYREGULAR";
    font-size: 16px;
    color: #222245;
  }
  .visitor-message-pending-shown {
    display: block;
    width: 100%;
    margin: 6px 0px 0px;
  }

  /*==== Table Next Arrow Mobile Css ====*/
  /*==== Table Next Arrow Mobile Css ====*/

  a.visibleMobileNextStep,
  a#visibleMobileNextStep {
    display: inline-block;
  }
  .table-wrap-section table thead tr td:first-child {
    padding: 18px 15px !important;
    width: 20% !important;
  }
  .table-wrap-section table thead tr td:nth-child(2) {
    padding: 18px 15px !important;
    width: 45% !important;
  }
  .table-wrap-section table thead tr td:last-child {
    padding: 18px 15px !important;
    width: 35% !important;
  }
  .table-wrap-section table thead tr td:first-child,
  .table-wrap-section table thead tr td:nth-child(2),
  .table-wrap-section table thead tr td:last-child {
    display: inline-block !important;
  }
  .table-wrap-section table thead tr td {
    display: none !important;
  }
  #logvisit-list
    .table-wrap-section
    table
    thead
    tr
    td.visitdropup.dropdown:last-child {
    padding: 10px 14px 8px !important;
    margin-right: 15px !important;
  }
  #logvisit-list
    .table-wrap-section
    table
    thead
    tr
    td.visitdropup.dropdown
    .dropdown-menu {
    right: 0px;
  }
  .table-wrap-section
    table
    thead
    tr
    td.visitdropup.dropdown
    img.mobile-dropdown-icon {
    margin-left: 15px;
  }
  .table-wrap-section table tbody tr td:first-child,
  .table-wrap-section table tbody tr td:nth-child(2),
  .table-wrap-section table tbody tr td:last-child,
  .myinvites-tbl-container table tbody tr td:nth-child(3) {
    display: inline-block !important;
  }
  .table-wrap-section table tbody tr td,
  .myinvites-tbl-container table tbody tr td:last-child {
    display: none !important;
  }
  .table-wrap-section table tbody tr td:last-child,
  .myinvites-tbl-container table tbody tr td:nth-child(3) {
    margin-right: 0px !important;
  }
  .table-wrap-section table tbody tr#PaginationTableID.pagination-table td {
    width: 100% !important;
    display: flex !important;
    display: -webkit-flex !important;
    padding: 14.76px 12px !important;
    justify-content: flex-end;
  }
  .table-wrap-section table tbody tr td:first-child {
    padding: 18px 15px !important;
    width: 20% !important;
  }
  .table-wrap-section table tbody tr td:nth-child(2) {
    padding: 18px 15px !important;
    width: 45% !important;
  }
  .table-wrap-section table tbody tr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .table-wrap-section table tbody tr td:last-child,
  .myinvites-tbl-container table tbody tr td:nth-child(3) {
    padding: 18px 20px 18px 0px !important;
    width: 35% !important;
    text-align: left;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .table-wrap-section table thead tr th:first-child {
    padding: 18px 15px !important;
    width: 32% !important;
  }
  .table-wrap-section table thead tr th:nth-child(2) {
    padding: 18px 15px !important;
    width: 32% !important;
  }
  .table-wrap-section table thead tr th:last-child,
  .myinvites-tbl-container table thead tr td:nth-child(3) {
    padding: 18px 15px !important;
    width: 32% !important;
  }
  .table-wrap-section table thead tr th:first-child,
  .table-wrap-section table thead tr th:nth-child(2),
  .table-wrap-section table thead tr th:last-child,
  .myinvites-tbl-container table thead tr th:nth-child(3) {
    display: inline-block !important;
  }
  .table-wrap-section table thead tr th,
  .myinvites-tbl-container table tbody tr td:last-child,
  .myinvites-tbl-container table thead tr th:last-child {
    display: none !important;
  }

  #mobileSndTable .table-wrap-section table tbody tr td:first-child {
    padding: 18px 15px !important;
    width: 32% !important;
  }
  #mobileSndTable .table-wrap-section table tbody tr td:nth-child(2) {
    padding: 18px 15px !important;
    width: 32% !important;
  }
  #mobileSndTable .table-wrap-section table tbody tr td:last-child {
    padding: 18px 0px 18px 15px !important;
    width: 32% !important;
  }

  #OnlyFrstTab.table-wrap-section table thead tr td:first-child {
    padding: 18px 15px !important;
    width: 33% !important;
  }
  #OnlyFrstTab.table-wrap-section table thead tr td:nth-child(2) {
    padding: 18px 15px !important;
    width: 33% !important;
  }
  #OnlyFrstTab.table-wrap-section table thead tr td:last-child {
    padding: 18px 15px !important;
    width: 33% !important;
    margin-right: 0px;
  }
  span.pendingdot {
    width: 8px;
    height: 8px;
    background: #ff8a00;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
  }

  #OnlyFrstTab.table-wrap-section table tbody tr {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  #OnlyFrstTab.table-wrap-section table tbody tr td:first-child {
    padding: 18px 15px !important;
    width: 34% !important;
  }
  #OnlyFrstTab.table-wrap-section table tbody tr td:nth-child(2) {
    padding: 18px 15px !important;
    width: 33% !important;
  }
  #OnlyFrstTab.table-wrap-section table tbody tr td:last-child {
    padding: 18px 15px !important;
    width: 30% !important;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-log-arrowdown {
    display: inline-block;
    margin: 0px;
  }
  .mobile-log-arrowdown img {
    width: 15px !important;
  }
  #twotab.visible-mobile-element
    #mobileArrowDown.code--process-list
    input.form-control {
    width: 36%;
  }
  .reset-filters-mobile {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .invite-calender {
    margin-right: 25px;
  }
  .full-width {
    width: 100% !important;
  }

  .link-genrate-box {
    padding: 7px 18px 0px 18px !important;
  }
}

.h {
  display: none;
}

.relative {
  position: relative;
}

.hint {
  position: absolute;
  right: 0px;
  top: -110px;
  width: 260px;
  height: 110px;
  padding: 20px;
  font-size: 12px;
}

.cancel {
  background: #fff;
  color: var(--main);
  border: 1px solid var(--main);
  margin-left: 10px;
}

a.disabled,
div.form-group.disabled {
  opacity: 0.5;
}

.qr-error {
  color: #fc0d22;
  font-size: 15px;
  font-weight: 400;
  padding: 5px;
}

.accordion-item:first-of-type {
  border-radius: 16px;
}

.dropdown-list {
  display: none;
  overflow-y: auto;
  max-height: 300px;
  width: 300px;
}
.heading {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
  font-size: 14.5px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #222634;
  display: block;
  margin-bottom: 42px;
}

.sidebox-content {
  font-size: 14px;
  letter-spacing: 0.25px;
  color: #222245;
}

.sidebox-content .sidebox-title {
  font-family: "Conv_SFPRODISPLAYBOLD";
}

.sidebox-content .sidebox-desc {
  font-family: "Conv_SFPRODISPLAYMEDIUM";
}

@media (max-width: 414px) {
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu {
    right: -4px;
    min-width: 24.2rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu::before {
    right: 14px;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu {
    right: -53px;
    min-width: 24.2rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu::before {
    right: 54px;
  }
}
@media (max-width: 411px) {
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu {
    right: -4px;
    min-width: 24.1rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu::before {
    right: 14px;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu {
    right: -53px;
    min-width: 24.1rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu::before {
    right: 54px;
  }
}
@media (max-width: 375px) {
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu {
    right: -4px;
    min-width: 22rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu::before {
    right: 14px;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu {
    right: -53px;
    min-width: 22rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu::before {
    right: 54px;
  }
}
@media (max-width: 360px) {
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu {
    right: -4px;
    min-width: 21.2rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu::before {
    right: 13px;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu {
    right: -53px;
    min-width: 21.2rem !important;
  }
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu::before {
    right: 62px;
  }
}
@media (max-width: 320px) {
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownmessage
    .dropdown-menu,
  .top-inner-nav-container
    ul.navbar-menu-navigation
    li#dropdownnotification
    .dropdown-menu {
    min-width: 18.9rem !important;
  }
}

#logvisit-list .invite-table-heading-search-bar {
  padding-bottom: 0;
}

.invite-table-heading-search-bar .header_tabs {
  display: flex;
}

.invite-table-heading-search-bar .header_tabs .tablinks {
  background: none;
  border: none;
  width: max-content;
  border-bottom: 2px solid #fff;
  padding: 17px 18px 22px 18px !important;
}

.invite-table-heading-search-bar .header_tabs .tablinks.active {
  border-bottom: 2px solid #00aeef;
}

/* #logvisit-list .invitations_table tr th, */
#logvisit-list .invitations_table tr td {
  /*min-width: 13% !important;*/
  font-size: 14px;
  line-height: 18px;
  color: #222245;
  padding: 16.25px 22px !important;
}

#logvisit-list .invitations_table tr td:first-child {
  margin-left: 0 !important;
  width: 14.5%;
}

#logvisit-list .invitations_table tr td:last-child {
  margin-right: 0 !important;
}

.no_record {
  width: 100% !important;
  text-align: center;
}

.load-more-invitations,
.load-more-invitations:hover,
.load-more-invitations_mobile,
.load-more-invitations_mobile:hover {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main);
  text-decoration: none;

  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 15px !important;
  line-height: 17px;
}

.my-invite-table table tbody tr td a.visitor-name-link {
  text-decoration: none;
  color: #222245;
  cursor: auto;
}

@media (max-width: 767px) {
  .tabs.gate-settings label, .tabs.gate-settings #slider {
    width: 23.333333%;
  }

  .tabs.gate-settings #slider {
    left: 12%;
  }

  .invitations_table_mobile .view-details-icon {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    margin-top: 8px;
  }

  .invitations_table_mobile tbody tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .invitations_table_mobile tbody tr td {
    width: 33% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .my-invite-table table tbody tr td a.visitor-name-link {
    text-decoration: underline;
    color: var(--main);
    cursor: pointer;
  }

  .share-qr-link-label {
    color: var(--main) !important;
    font-family: 'Conv_SFPRODISPLAYREGULAR' !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: 0.3px;
    border-bottom: 1px solid var(--main);
  }

  .inv-details {
    padding: 0 18px;
  }
}



.modal.right.fade .modal-dialog {
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

span.custom-error {
  color: #ff000f;
}

.wrap-text {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.invitation-detail-timer ul li.uploadimg span {
  min-width: 50%;
}

.invitation-detail-timer ul li.uploadimg .errormsg {
  text-align: center;
}

#imageModal .modal-title {
  border-radius: 15px;
  font-family: "Conv_SFPRODISPLAYBOLD";
  letter-spacing: 1.55px;
}

#imageModal video {
  margin-top: 2rem;
}

#imageModal .camera-controls {
  display: flex;
  justify-content: center;
}

#imageModal .camera-controls #capture-cancel {
  margin-right: 0.7rem;
  background: none;
  box-shadow: none;
  color: var(--main);
  border: 1.1px solid var(--main);
}

#imageModal .camera-controls #capture-btn {
  margin-left: 0.7rem;
}