/* *,html{
  scroll-behavior: smooth;
  } */
:root {
  scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
  scrollbar-width: thin !important;
  /* --defaultLandingColor: #4300C2; */
  --defaultLandingColor: #209e91;

  --rose1: linear-gradient(to right, #e50091, #ae0d97);
  --rose2: linear-gradient(to right, #d219b4, #e50091);
  --blue1: linear-gradient(to right, #3b29cf, #4267d9);
  --blue2: linear-gradient(to right, #4267d9, #17b1ef);
  --green1: linear-gradient(to right, #42c966, #5bd80b);
  --green2: linear-gradient(to right, #04e2cb, #42c966);
  --orange1: linear-gradient(to right, #e03c30, #ff7125);
  --orange2: linear-gradient(to right, #ff7125, #efbc2f);
}

/*NAV-BAR*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

/* .main{
    width:100%;
    height:100vh;
    background-color: #FFFFFF;
    background-size:100% 100%;
    } */

.topnav-landing {
  overflow: hidden;
  width: 90%;
  /* margin:auto; */
  background-color: transparent;
}

.topnav-landing a {
  float: right;
  display: block;
  color: #1c253c;
  text-align: center;
  margin: 25px 16px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.5s;
  font-weight: bold;
}

.topnav-landing .logo {
  float: left;
  /* font-family: 'Fredoka One', cursive; */
  font-family: Arial, Helvetica, sans-serif;
  color: var(--defaultLandingColor);
  font-size: 2em;
  font-weight: bold;
  padding-left: 10%;
}

.topnav-landing a.signup {
  padding: 10px 15px;
  margin: 12px;
  /* box-shadow:0px 3px 8px -3px rgba(1,1,1,0.5); */
  outline: none;
  border: 0;
  background: var(--defaultLandingColor);
  border-radius: 20px;
  color: #ffffff;
  font-weight: 400px;
  text-align: center;
  z-index: 1;
}

.topnav-landing a.signup:hover {
  background: #0d5e56;
  border: 1px solid #0d5e56;
  transition: 0.3s;
  color: #fff;
}

.active {
  color: gray;
}

.topnav-landing .icon {
  display: none;
  font-size: 20px;
  color: #fff;
}

.topnav-landing a:hover,
.dropbtn {
  color: var(--defaultLandingColor);
}

.slide-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.slide-menu .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* gg */
.container-fluid .col-md-4 img {
  overflow: visible;
  width: 60%;
  /* width: 100%; */
  /* float:left; */
  /* height:100%; */
  height: auto;
  margin-top: 30%;
  pointer-events: none;
  --delay: 0s;
  animation: arrows 4s var(--delay) infinite ease-in;

  /* center image */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* gg login form */

.container-fluid .box {
  /* background: rgba(170, 167, 167, 0.8); */
  width: 100%;
  float: right;
  height: auto;

  /* border-radius: 5px; */
  /* margin-top:10%; */
  padding: 150px;
  /* box-sizing: border-box; */
  /* box-shadow: 5px 10px 15px rgba(0,0,0,0.8); */
  /* position: absolute; */

  /* pointer-events:none;
    --delay: 0s;
    animation: arrows 4s var(--delay) infinite ease-in */
}

.box h1 {
  color: #212529;
  margin-bottom: 10%;
}

.input-box {
  position: relative;
}

.input-box input {
  border-style: none;
  background: transparent;
  border-bottom: 1px solid #1c253c;
  width: 100%;
  position: relative;
  outline: none;
  padding: 10px 0;
  color: black;
  font-size: 16px;
  margin-bottom: 30px;
}

.input-box select {
  border-style: none;
  background: transparent;
  border-bottom: 1px solid #1c253c;
  width: 100%;
  position: relative;
  outline: none;
  padding: 10px 0;
  color: black;
  font-size: 16px;
  margin-bottom: 30px;
}

/* .input-box input:focus{
    
    border-bottom: 2px solid #1C253C;
  } */

.input-box label {
  color: gray;
  position: absolute;
  padding: 10px 0;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.5s;
}

.input-box input:focus~label,
.input-box input:valid~label {
  color: gray;
  font-size: 12px;
  top: -20px;
  transition: 0.5s;
}

.box .submitBtn {
  background: var(--defaultLandingColor);
  color: #fff;
  border-spacing: none;
  border: 1px solid var(--defaultLandingColor);
  padding: 10px 20px;
  font-size: 16px;
  /* border-radius: 3px; */
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.box .submitBtn:hover {
  background: #0d5e56;
  border: 1px solid #0d5e56;
  transition: 0.3s;
}

.box .submitBtn2 {
  margin-top: 10px;
  background: transparent;
  color: #1c253c;
  border-spacing: none;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  /* border-radius: 3px; */
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}

.box .submitBtn2:hover {
  background: #0d5e56;
  border: 1px solid #0d5e56;
  transition: 0.3s;
  color: #fff;
}

/* end gg style */

@keyframes arrows {

  0%,
  100% {
    color: black;
    transform: translateY(0);
  }

  50% {
    color: #3ab493;
    transform: translateY(20px);
  }
}

.main table td section {
  margin: 5%;
  color: #fff;
}

.main table td section .sub-title,
.main table td section p {
  color: rgb(180, 205, 255);
}

@media (max-width: 600px) {
  .main table td {
    width: 100%;
    display: block;
  }

  .main table td section {
    margin-top: 20%;
  }

  .main table td img {
    width: 60%;
    height: 60%;
    margin-top: 0%;
    pointer-events: none;
  }
}

/* screen for 1024 */
@media screen and (max-width: 1024px) {
  .container-fluid .box {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 20%;
    padding: 40px;
  }
}

/* MOBILE VIEW */

@media screen and (max-width: 768px) {
  .topnav-landing {
    background: var(--defaultLandingColor);
    width: 100%;
  }

  .ggmargintop {
    margin-top: 20%;
  }

  .topnav-landing a:not(:first-child),
  .dropbtn {
    display: none;
    transition: 0.3s;
  }

  .topnav-landing a.icon {
    float: right;
    display: block;
    margin-right: 35px;
  }

  .topnav-landing a.icon {
    display: block;
    font-size: 20px;
    color: #fff;
  }

  .container-fluid .box {
    width: 100%;
    margin-top: 10%;
    padding: 40px;
    margin-bottom: 20%;
  }

  .container-fluid .col-md-4 img {
    width: 100%;
    float: left;
    height: 100%;
    margin-top: 15%;
    pointer-events: none;
    --delay: 0s;
    animation: arrows 4s var(--delay) infinite ease-in;
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .topnav-landing.responsive {
    position: relative;
  }

  .topnav-landing.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav-landing.responsive a {
    float: none;
    display: block;
    text-align: left;
    color: #fff;
  }

  .topnav-landing.responsive {
    float: none;
  }

  .topnav-landing.responsive .dropdown-content {
    position: relative;
  }

  .topnav-landing.responsive .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

  .topnav-landing .logo {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
  }

  .topnav-landing a.signup {
    padding: 10px 15px;
    margin-right: 10px;
    box-shadow: 0px 3px 8px -3px rgba(1, 1, 1, 0.5);
    outline: none;
    border: none;
    background: #fff;
    border-radius: 20px;
    color: var(--defaultLandingColor);
    font-weight: 400px;
    text-align: center;
    z-index: 1;
  }
}

/* screen for 375px screen */
@media screen and (max-width: 425px) {
  .ggmargintop {
    margin-top: 40%;
  }

  .box h1 {
    color: #212529;
    margin-bottom: 10%;
    font-size: 18px;
  }

  .main .container-fluid .box {
    /* background: white; */
    width: 100%;
    margin-top: 20%;
    /* margin-bottom:20%; */
    padding: 40px;
    height: auto;
  }

  /* STYLE TENANT REQUEST*/
  #totalFee {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #totalFee::before {
    content: "Move In Fee";
    font-size: 10px;
    /* font-weight: bold; */
    display: block;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .container-fluid .box {
    width: 100%;
    margin-top: 20%;
    /* margin-bottom:20%; */
    padding: 40px;
    height: auto;
  }
}

/* end mobile */

/* STYLE TENANT REQUEST*/
#totalFee {
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#totalFee::before {
  content: "Move In Fee";
  font-size: 14px;
  /* font-weight: bold; */
  display: block;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
}

#totalFee sup {
  font-size: 24px;
  top: -18px;
}

/* STATEMENT DETAIL STYLE*/
#totalFeeStatement {
  font-size: 50px;
  margin-top: 40px;
  margin-bottom: 30px;
}

#totalFeeStatement::before {
  content: "Outstanding Order";
  font-size: 14px;
  /* font-weight: bold; */
  display: block;
  /* text-transform: uppercase; */
  margin-bottom: 20px;
}

#totalFeeStatement sup {
  font-size: 24px;
  top: -18px;
}

.financeInfo {
  font-weight: bold;
  font-size: 18px;
}

.colorSttlement {
  color: rgb(82, 82, 82);
}

.colorSttlementWhite {
  color: #fff;
}

.modal-title {
  text-transform: uppercase;
  font-size: 18px;
}

/* PROFILE PICTURE */
.profile-picture img {
  border: 4px solid #209e91;
  padding: 2px;
  border-radius: 50%;
  border-top-color: #ff5722;
  border-left-color: #ff5722;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.description i {
  font-size: 20px;
}

.description span {
  display: flex;
  font-size: 15px;
  margin-bottom: 5px;
}

.description span i {
  font-size: 16px;
  /* color: #209E91; */
}

/* ONLINE PAYMENT STYLE */
.pymtAlert {
  padding: 5%;
}

.pymtAlert span {
  font-size: 24px;
}

/* BLOCK PICTURE */
.box img {
  border: 4px solid #209e91;
  padding: 2px;
  /* border-radius: 50%; */
  border-radius: 5%;
  border-top-color: #ff5722;
  border-left-color: #ff5722;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

/* password view */
.p-change-viewer {
  float: right;
  margin-top: -30px;
  position: relative;
  right: 25px;
  z-index: 1;
  cursor: pointer;
}

.fa-eye {
  color: #000;
}

.text-dark {
  color: #000000 !important;
}

/* PRICING */
.pricing-table .pricing-price {
  font-size: 40px;
}

.pricing-table .panel-primary>.panel-heading {
  background-color: #222;
  background-image: none;
  color: white;
  font-weight: bold;
}

a.btn.btn-primary.button:hover {
  background-color: #fff;
  color: black;
  transition: 0.7s ease-out;
  border: 1px solid #000;
}

a.btn.btn-primary.button {
  width: 100%;
  border: 1px solid #000;
}

.pricing-table {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.pricing-table:hover {
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -o-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

li.list-group-item {
  text-align: left;
  text-transform: capitalize;
}

span.text-lowercase.pricing-duration {
  font-size: 20px;
}

#pricing2 p.lead.text-nowrap.text-uppercase.text-center.pricing-price {
  font-size: 30px;
}

a.btn.btn-primary {
  background-image: none;
  background-color: #222;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 0px;
  border: 0px;
  padding: 10px 0px;
}

#pricing2 .panel-primary>.panel-heading {
  background-color: #222;
  background-image: none;
  font-family: "proxima nova", sans-serif;
}

li.list-group-item {
  font-family: "proxima nova", sans-serif;
}

div.panel.panel-primary {
  border-color: #000;
}

a:hover,
a:focus {
  text-decoration: none;
}

sup {
  font-size: 24px;
  top: -18px;
}

.icon-display {
  font-size: 18px;
}

.credit-card-display {
  background-color: rgb(7, 11, 38);
  border-radius: 15px;
  box-shadow: 0 6px 6px -3px gray;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}

.credit-card-display:hover {
  background-color: #209e91;
  color: #fff;
  cursor: pointer;
}

.credit-card-display label {
  color: #fff !important;
}

.asterisks {
  color: red;
}

.row-border-radius {
  border-radius: 15px;
  box-shadow: 0 6px 6px -3px gray;
  padding: 10px;
}

.profile-picture-style {
  border: 4px solid #209e91;
  border-radius: 50%;
  border-top-color: #ff5722;
  border-left-color: #ff5722;
  width: 100px;
  margin-bottom: 10px;
}

.disable-block{
  pointer-events: none;
}