@font-face {
    font-family: MontserratBold;
    src: url(fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: MontserratLight;
    src: url(fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: MontserratMedium;
    src: url(fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: MontserratRegular;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: MontserratSemiBold;
    src: url(fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: msyi;
    src: url(fonts/msyi.ttf);
}

@font-face {
    font-family: PoppinsBold;
    src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: PoppinsLight;
    src: url(fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: PoppinsLight;
    src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: PoppinsLight;
    src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: PoppinsSemiBold;
    src: url(fonts/Poppins-SemiBold.ttf);
}

.bg-dark-blue {
    background-color: #262262;
}

.text-dark-blue {
    color: #262262;
}

.main-nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    font-family: MontserratLight;
    font-weight: 900;
}

.main-nav ul li {
    margin-right: 10px;
}

.main-nav-padding {
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
}

.mobile-nav {
    background-color: #262262;
    height: 80px;
    overflow: hidden;
}

.mobile-nav-items {
    list-style: none;
    color: #fff;
    font-family: MontserratBold;
}

.register-li {
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.search-box {
    display: flex;
    align-items: center;
}

.search-box input {
    border: none;
    height: 40px;
    border-radius: 25px;
    padding-left: 10px;
    font-size: 1.2;
}

.search-box button {
    border: none;
    font-size: 1.5em;
    border-radius: 25px;
    height: 45px;
    width: 45px;
    color: #262262;
    margin-left: -40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

body {
margin: 0;
}

.main-container {
display: flex;
flex-direction: column;
min-height: 100vh;
}

header {
height: 50px;
background-color: rgb(11, 11, 51);
z-index: 4;
}

main {
flex-grow: 1;
}

footer{
    padding-left:10%;
    padding-right:10%;
    padding-top:40px;
    padding-bottom:40px;
    background-color: #eeefef;
}
footer h1{
    font-family:MontserratBold;
    font-size:3.5em;
    font-weight: 900;
}
.footer-nav h3{
    font-size:2em;
    font-family:MontserratBold;
}
.footer-nav ul{
    list-style:none;
    padding:3px;
}
.footer-nav li{
    margin-left: 0;
    margin-bottom:8px;
    color:#262262;

}
.footer-nav a{
    text-decoration: none;
    color:#262262;
    font-size:1.2em;
}



.image-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}


.image-section img {
    position: absolute;
    width: 30%;/* need to update for img resize */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.image-section img:nth-child(2) {
    width: 20%;/* need to update for img resize */
    z-index: 1;
    margin-left: 10%;
    margin-top: 4%;
}

nav li a{
    /* changed */
    /* background-color: rgb(9, 9, 67) !important;
    color: #fff !important; */
    color:black !important;
    border: none !important;
}
/* commented and changed */
/* nav li a:hover {
    background-color: rgb(9, 9, 100) !important;
}

nav li a:active {
    background-color: rgb(6, 6, 57) !important;
} */

/* changed */
.view-availability-btn a{
    color: white !important;
}

.view-availability-btn a:hover{
    text-decoration: none;
}

.view-availability-btn:active{
    background-color: rgb(9, 9, 100) !important;
}

.form-control.no-right-border {
  border: none;
}




/* Login screen */
.form-body {
    border: 2px solid rgb(222, 216, 216);
    padding: 15px;
    border-radius: 15px;
    color: #261d62;
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    width: 350px;
    font-family: MontserratMedium;
}

.para {
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 12px;
}

.para_bottom {
    margin-top: -15px;
}


.form-body a {
    text-decoration: none;
    color: #160a60;
    font-size: 10px;
}



.login-page-button {
    max-width: 174px !important;
    background: #261d62;
    color: rgb(238, 242, 246);
    border-radius: 20px;
    padding: 10px;
    margin-left: 30px;
    cursor: pointer;

}

.form-check-label {
    font-size: 10px;
}

.input_box {
    height: 50px;
    width: 100%;
    position: relative;
    margin-top: 10px;

}

.input_box input {
    height: 75%;
    /* width: 75%; */
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 30px;
    padding-left: 45px;
    padding-top: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);

}

.input_box .icon {
    position: absolute;
    font-size: 15px;
    top: 44%;
    left: 24px;/* left: 75px/* updated due to icon and placeholder getting overlap when inculdes form tag */
    transform: translateY(-50%);
    color: rgb(14, 4, 57);

}
/* landing page */

#currentLoactionText {
    font-size: 13px;
  }

  #powerHouseHeading {
    font-size: 20px;
  }

  .topInputSection {
    border: 1px solid #ced4da;
    border-radius: 3px;
    width: 100%;
  }

  .subStationIdukkiHeading {
    font-size: 25px;
  }

  .loctation-container {
    color: rgb(11, 11, 95);
  }

  .loctation-container-content {
    font-size: 10px;
  }

  .loctation-container-link {
    font-size: 10px;
    color: rgb(11, 11, 95);
  }

  .power-plant-section {
    font-size: 12px;
    color: rgb(11, 11, 95)
  }

  .card-button {
    border: none;
    background-color: rgb(19, 19, 96);
     color: #fff;
  }

  .kseb-description {
    line-height: 1.1;
    color: #888;
  }

  .footer-kseb-container {
    width: 300px;
  }


/* booking page */
.select-custom{
    border-radius:5px;
}
.select-custom input,select{
    border:none;
    background-color:transparent;
    color:#fff;
    width:100%;
    /* font-family:MontserratBold; */ /* commented */
}
.select-custom option{
    background-color:#262262;

}

/* commented */
/* .table-container {
    overflow: scroll;
} */

@media screen and (max-width: 994px){
    .booking-status-table-container {
        overflow: scroll;
    }
  }

.booking-table-container table td {
    border: 3px solid #1a9f42;;
    width: 60px;
    height:90px;
    font-size: 1.5em;
    font-family: MontserratBold;
    color: #262262;
    cursor: pointer;
    text-align: center; /* added */

}
.booking-table-container table td:hover{
    background-color:#26226222;
}

.booking-table-container table td p {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding-right: 10px;
}

.td-green {
    background-color: #1a9f42;
}

.td-yellow {
    background-color: #ecf541;
    cursor: inherit;
}

.td-red {
    background-color: #870114;
}

thead th p {
    background-color: #b3b3b3;
    font-family: MontserratMedium;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
}

.availability-chooser{
   /* background-color: #b3b3b3; */
   display:flex;
   align-items: center;
}

.availability-chooser div{
    border-radius:50%;
    height:50px;
    width:50px;
    background-size: contain;
    margin-right:8px;
    cursor: pointer;
    transition: 0.3s;
}

.availability-chooser div:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.slot-count{
    /* border:3px solid #959595; */
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.slot-count-green{
    color: #1a9f42;
}
.slot-count-red{
    color:rgb(236, 2, 2);
}


.custom-tab-style  a:link {
    border:none;
    font-family:MontserratSemiBold;
    color: #262262;
}


/* visitor registeration */

  .reg-form {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
  }

  .reg-form h3{
    text-align: center;
    color: #060630;
  }
  .reg-form-group input{
    background-color: #f7f7f7;
  }

  .reg-btn1 {
    background-color:rgb(40, 35, 107);
    color: #f5f5f5;
    cursor: pointer;
    border: none;
    height: 30px;
    border-radius: 60px;
    width: 90px;

  }

  .reg-btn2{
    background-color:rgb(40, 35, 107);
    color: #f5f5f5;
    cursor: pointer;
    border: none;
    height: 30px;
    border-radius: 60px ;
     width: 98px;

  }

/* visitor profile update */
.container{
    font-family:  MontserratMedium;
  }

  .form-control{
    background-color: #eeefef;
    color: black; /* added by sama */
  }
  .fbody {
    padding-left: 10%;
    padding-right:10%;
  }

  .register{
    color: rgb(40, 35, 107);
    text-align: center
  }
  .space {
    margin-top: 20px;
  }
  .text-danger{
    font-size: 11.3px
  }
  .addbutton {
    background-color: rgb(40, 35, 107);
    border-radius: 50px;
    padding: 8px;
    color: white;
    border: none;
    cursor: pointer;
  }

  .bbtn {
    margin-top: 30px;
    display: block;
    width: 50%;
    max-width: 100px;
    margin-right: 10px;
    border-radius: 40px;
    padding: 8px;
    text-align: center;
    background-color: rgb(40, 35, 107);
    color: white;
    border: none;
    cursor: pointer;
  }


  .select-box {
    background-color: black;
    color: white;
    border: none;
    border-radius: 10px;

  }

  .reg-flex {
    display: flex;
    align-items: center;
  }

  .input-group-text {
    background-color: black;
    color: white;
    border: none;
  }

  select.select-box::-ms-expand {
    display: none;
  }

  .coret-icon-header{
    color: aliceblue;

  }
  .coret-icon-select{
    color: aliceblue;
    z-index: 1;
    margin-left: -23px;
  }

  .heading-with-icon {
    background-color: rgb(40, 35, 107);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    font-size: 23px;

  }

  .heading-with-icon i {
    margin-right: 10px;
  }
  .heading-with-icon b {
    margin-left: 15px;
  }

  .center-buttons {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .form-check-input{
    border-color:black ;

  }

  .kseb {

    text-align: start;
    color: rgb(40, 35, 107);
    width: 10%;
    font-size: 50px;
  }

  .small-checkbox .form-check-label {
    font-size: 12px;
  }

  .letter{
    margin-top: -70px;
  }
  @media (max-width: 768px) {
  .letter{
    margin-top: 0px;

  }
  }
  @media (max-width: 1200px) {
    .upload-button{
      margin-left: -30px;

    }
    }

  #buttonid{
    background-color: black;
    color: white;
    border: none;
    border-radius: 10px;
    width:230px;
    /* height:36px; */
   /*  margin-left: 24px; */
    margin-left: 2px;
    text-align: start;
    z-index: 0;
    /* added */
    padding-left: 6px;
    /* padding-top: 6px; */
  }

  .proofType{
    background-color: black;
    color: white;
    border: none;
    border-radius: 10px;
    width:229px;
    /* height:36px; */
    /* margin-left: 20px; */
    margin-left: 2px;
    text-align: start;
  }
  .fa-caret-up{
    color: aliceblue;
    z-index: 1;
    margin-left: -20px;
  }


  @media (max-width: 768px) {
    .fbody{
      padding-left:0px;
      padding-right:0px;

    }
    }
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-indent: 6px;
      text-overflow: '';
  }
  .download{
    color: white;
    background-color: rgb(111, 106, 161);
    border-radius: 150px;
    height: 25px;
    border: none;
    cursor: pointer;

  }
  .text-success{
    font-size: 5rem;
  }

  .modal{
    margin-top: 120px;
  }
  .modal-content{
    border-radius: 25px ;

  }
  @media (min-width: 600px) {
    .modal-content{
      width: 570px;
    }
  }


 /*  profile */

.name-container {
    font-size: 25px;
}

.name {
    font-weight: 700;
}

.first-section {
    color: #888;
}

@media screen and (max-width: 994px){
    .status-table-container {
        overflow: scroll;
    }
  }


.status-table-container table th {
    white-space: nowrap;
}
.status-table-container thead th p {
    background-color: transparent;
    font-family: MontserratMedium;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.status-table-container table td {
    border:  2px solid #ccc;
    width: 220px;
    height: 40px;
    font-size: 1em;
    font-family: MontserratBold;
    white-space: nowrap;

}

.refund-label {
    color: #262262;
    font-weight: bold;
}

.confirm-icon {
    color: green;
}

.download-pass {
    background-color: #262262;
    color: #fff;
}

.cancel-icon {
    color: red;
}

.refundButton {
    background-color: #262262; color: #fff;
}

.refund-desc {
    font-size: 11px;
}

.recent-booking-heading {
    font-weight: 800;
}
.submit-button {
    color: #fff;
    background-color: #262262;
}



/* updated by sama */

.header-logo-title {
    font-weight: 900;font-size:3em;font-family:MontserratBold;
}

.header-logo-title a{
    color: white;
}
.header-logo-title a:hover{
    color: white;
    text-decoration: none;
}

.dropdown-menu {
    padding: 0px !important;
}


nav li a:hover {
    text-decoration: none;
}

nav a, nav li a.nav-link, ul.mobile-nav-items li a {
    /* loggedin user header menu */
    color: #fff !important;
    text-decoration: none !important;
}

.mobilenav-container {
    height:80px;font-family:MontserratBold;
}

.mobilenav-title{
    display: flex; justify-content: space-between;align-items: center;width:100%;
}
.mobilenav-menu {
    font-size:3em;border:none;background-color:#b3b3b300;color:#fff;margin:0;padding:10px;
}

ul.mobile-nav-items div.dropdown-menu a.dropdown-item {
    /* loggedin user header menu */
    color: black !important;
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

nav ul.pagination li a{
    background-color: rgb(9, 9, 67) !important;
    color: #fff !important;
}

.powerhouse-pagination{
    justify-content: center !important;
    display: flex;
}

.page-link{
    border: none;
}
.cursor-type{
    cursor: pointer;
}
.col-lg-3 {
    flex: 0 0 32%;
    max-width: none;
}
.fa-map-marker{
    padding: 5px;
}

.google-map {
    border-radius:10px; border:1px solid;
    width:100%;
    height:100px;
    border:0;
}

.booking-nav-tab {
    color: #262262 !important;
}
.nav-tab-active { border-bottom:3px solid#262262 !important; }

#visitorscnt {padding: 0%;}

.alert-danger {
    background-color: #f8d7da !important;
}

/* .selected-day {
    background-color: #d6d6d6;
    cursor: inherit;
} */

#btn-availability-check {
    font-weight: bold;
}

.slot-status {
    width:min-content;white-space:nowrap; margin-right: 4px;
}

.slot-avail-cnt {
    color:#262262;
}

.form-check {
    padding-left: 2.25rem !important;
  }


input[type=file]::file-selector-button {
    display: none;
    margin-left: 20px;
}

input[type=file]::-webkit-file-upload-button {
    display: none;
    width: 0;
    height: 0;
    margin-left: -100%;
}

input[type=file]::-ms-browse {
    display: none;margin-left: 20px;
}



.authority-proof{
    margin-left: 0px !important;
}

/* registeration */
.alert-danger-msg {
    color: red !important;
}
.mb-4, .my-4 {
margin-bottom: 1.5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 1.5rem !important;
}
.mt-3, .my-3 {
    margin-top: 0px !important;
}
#address{
    height: 36px;
}
label{
    margin-bottom: 0px !important;
}
fieldset {
    width: 100%;
}


@media (min-width: 768px) {
    .col-md-4 {
      max-width: 29%;
    }
  }

  @media (min-width: 768px) {
    .col-md-2 {
      max-width: 2%;
    }
  }


  .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
  .toggle-password {
    padding-right: 28px;
  }
  .otp-verify {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 14px;
    font-size: 0.875em;
  }

  @media (min-width: 768px) {
    .col-md-3 {
      max-width: 22%;
    }
  }

  input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
    opacity: 0.8;
    filter: invert(0.8);
  }

  input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: white;
  }
