hmtl,body{
    height: 100%;
}
.ft-navbar {
    box-shadow: 0 3px 8px #00000008;
    background: white;
    height: 6.5rem;
    /* position: relative; */
}

.ft-navbar h2{
    font-weight: 600;
}


.ft-navbar-navigation ul li a {
   font-family: 'Nunito Sans', sans-serif;
   /* font-weight: 500; */
    font-size: 1.20em;
  }

.btn-outline-dark{
    font-weight: 500;
    font-size: 1em;
    font-family: 'Nunito Sans', sans-serif;
}

.footer-navigation ul li a {
    color: #8d8d8d;
    text-decoration: none;
}

.footer-navigation ul li a:hover {
    color: #cdcdcd;
    text-decoration: none;
}

.footer-navigation h5{
    color: white;
}

.footer-bd-top{
    border-top: 1px solid #8d8d8d;
}

#logo-potads{
    height: 60px;
}

.line-clamp4{
    overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    border-bottom: #181818 2px solid;
}

.navbar-nav li {
    font-size:0.9rem;
}

.bot-border{
    border-bottom: #181818 2px solid;
}

/* USED */
.login-container{
    /* position: relative; */
    width: 100%;
    height: 100vh;
    background-color: #f0f2f8;
    /* background-image: url(../static/landingPage.jpeg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.regis-container{
    /* position: relative; */
    width: 100%;
    height: 135vh;
    background-color: #f0f2f8;
    /* background-image: url(../static/landingPage.jpeg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* USED */
.ft-login-form{
    position: absolute;
    border-radius: 6px;
    z-index: 5;
    height: max-content;
    top:15vh;
    left: 10vh;
    right: 10vh;
    width: 500px;
    background-color: #fefffe;
    border: 1.25px solid #e9eaeb;
    /* box-shadow: 10px 9px 7px -4px rgba(179,175,175,0.18);
-webkit-box-shadow: 10px 9px 7px -4px rgba(179,175,175,0.18);
-moz-box-shadow: 10px 9px 7px -4px rgba(179,175,175,0.18); */
}

/* USED */
.ft-regis-form{
    position: absolute;
    border-radius: 6px;
    z-index: 5;
    height: max-content;
    top:8vh;
    left: 10vh;
    right: 10vh;
    width: 50%;
    background-color: #fefffe;
    border: 1.25px solid #e9eaeb;
    /* box-shadow: 10px 9px 7px -4px rgba(179,175,175,0.18);
-webkit-box-shadow: 10px 9px 7px -4px rgba(179,175,175,0.18);
-moz-box-shadow: 10px 9px 7px -4px rgba(179,175,175,0.18); */
}

/* USED */
.ft-regis-form a {
    text-decoration: none;
}

/* USED */
.ft-login-form a {
    text-decoration: none;
}

/* USED */
.login-form-icon{
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #47494b;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.ft-button{
    background-color: #c42348;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.ft-button a{
    text-decoration: none;
    color: white;
}

.ft-button:hover{
    background-color:#e94067;
    color: white;
}

/* USED */
.radio-wrapper{
    float: left;
    color: #6c757d;
    
    border: 1px solid #c9ccd0;
    border-radius: 6px;
}

/* USED */
.radio-wrapper2{
    float: left;
    /* padding: 1vh 1.5vh 1vh 1.5vh; */
    color: #6c757d;
    border: 1px solid #c9ccd0;
    border-radius: 6px;
}

.av-tracker-tabpane li a{
 color:black;
}

.tabpane-active{
    font-weight: bold;
    font-size: 16.5px;
}

.login-more{
    display: flex;
    justify-content: center;
}

.regis-btn{
    border-radius: 0.25rem;
    padding: 10px 16px;
    background: #5AA9E6;
    width: 200px;
}

.regis-btn:hover{
    background: #73b7ec;
}

.regis-offer{
    cursor: pointer;
    font-size: 0.9rem;
    color: #767e86;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.regis-offer a {
    color: white;
}

.reset-offer{
    /* background-color: red; */
    font-size: 0.9rem;
    color: #C42348;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.reset-offer a {
    color: #C42348;
}

.reset-offer p {
    color: #767e86;
    text-decoration: none;
}

.reset-offer a:hover {
    text-decoration: underline;
}
.lp-header{
    text-align: center;
}
.lp-header h4{
    color: #C42348;
    font-size: 30px;
    margin-bottom: 20px;
}
.lp-header p{
    color: #B3AFAF;
    font-size: 18px;
    margin-bottom: 0px;
}
.lp-action-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.lp-batal{
    cursor: pointer;
    padding: 5px 10px;
    width: 175px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #B3AFAF;
    border-radius: 4px;
}
.lp-action-row a{
    color: #767e86;
}
.lp-submit{
    cursor: pointer;
    background: #C42348;
    color: white;
    padding: 5px 10px;
    width: 175px;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 4px;
}
.lp-submit:hover{
    background: #d2385c;
    color: white;
}

.lp-batal:hover{
    border: 1.35px solid #979595;
}
.lp-action-row a:hover{
    color: #6e6a6a;
}
.lp-sukses-header{
    text-align: justify;
}
.lp-sukses-header h4{
    text-align: center;
    color: #C42348;
    font-size: 30px;
    margin-bottom: 20px;
}
.lp-sukses-header p{
    color: #B3AFAF;
    font-size: 18px;
    margin-bottom: 0px;
}
.lp-login{
    cursor: pointer;
    background: #C42348;
    color: white;
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 4px;
}
.lp-login:hover{
    background: #d2385c;
    color: white;
}
.lp-request{
    color: #B3AFAF;
    text-align: center;
}
.lp-request a{
    color: #C42348!important;
}
.lp-request a:hover{
    cursor: pointer;
    text-decoration: underline!important;
}
.lp-sukses-icon{
    color: #C42348;
    font-size: 80px;
}


select:required:invalid {
    color: gray;
  }
  option[value=""][disabled] {
    display: none;
  }

 .eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
   
}

.eye-icon i {
    font-size: 1.2em;
}