/* body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.row-fees>td>input {
  width: 100px
} */
 .input-field {
        width: 98%;
        padding: 10px;
        border: 1px solid #e9ecef;
    }
.thead-border {
    font-weight: bold;
    border-bottom: 2px solid #819D52!important;
}

.btn-grey {
  color: white;
  background-color: #A8C2D9;
}

.breadcrumb-active{ 
  color: #03A9F3 !important; 
}
.btn-custom{
 color: black;
 background-color: white;
 border: none;
 margin-right: 7px;
 font-size: 1.09375rem;
}
.custom a :hover{
 color: black;  
}
.btn-custom a , .btn-custom button {
  color: #000;
  cursor: pointer;
} 
.btn-custom:hover , .btn-custom button:hover {
  color: #000 !important;
  cursor: pointer;
} 
.custom-btn button {
  border: none;
  background-color: transparent;
  font-size: 18px;
  cursor: pointer;
}
.custom-btn button:focus {
  outline: none;
  cursor: pointer;
}
.table td, .table th {
    padding: 15px 15px;
    vertical-align: middle;
}
.btn-custom-disabled{
  color: #666666 !important;
}
.btn-custom-disabled:hover , .btn-custom-disabled button:hover {
  color: #666666 !important;
  cursor: not-allowed;
} 
/*
Admin dashboard
*/
.header-logo{
  height: 66px;
  width: 75px;
}
.header-logo-text{
  padding-top: 23px;
  margin-left: 10px;
  color: white;
}

.count-text{
  font-weight: 500;
  font-size: 18px;
}

.left-border{
  border-right: 2px solid #ddd;
  padding-right: 10px;
}
.square-link{
  color: grey;
}
.square-link :hover{
  color: black;
}

canvas{
    margin: 0 auto;
}

/* -------------------------------- New UI CSS Start ------------------------------------- */
/* Common CSS */
body 
{
  background-color: #edf1f5;
  color: #000;
  font-weight: 400;
}
h1, .h1 
{
  font-size: 44px;
}
h3, .h3 
{
  font-weight: 600;
  margin: 15px 0;
}
p 
{
  font-size: 18px;
}
p strong, strong
{
  font-weight: 600;
}
p a 
{
  color: #008f6c!important;
  text-decoration: underline;
  font-weight: 600;
}
p + h3 
{
  margin-top: 30px;
}
.font-weight-medium
{
  font-weight: 500;
}

.outer-box
{
  background-color: #fff;
  margin: 45px auto;
}
.outer-color
{
  background-color: #edf1f5;
}
ul
{
  list-style: none;
  margin: 0;
  padding: 0;
} 
/* .btn:not(.btn-link)
{
  border-radius: 0;
  padding: 12px 45px;
  font-size: 20px;
  font-weight: 600;
} */
.btn-success 
{
  background-color: #548235;
  border: none;
}
.btn-secondary 
{
  background-color: #CFCFCF;
  border: none;
}
.text-success 
{
  color:#819D52!important;
}
.h4 
{
  line-height: 1.5;
  font-weight: 500;
}
/* Header CSS */
.main-header 
{
  position: relative;
  background-image: url(../assets/images/custome-portal/banner.jpg);
  background-position: 0 bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 400px;
}
.main-header .top-strip 
{
  background: rgba(124, 159, 59, 0.85) none repeat scroll 0 0;
  color: #fff;
  padding: 15px 0;
}
.main-header .top-strip .header-logo
{
  width: 100%;
  max-width: 140px;
  position: absolute;
  bottom: -8px;
}
.main-header .top-strip .header-logo-txt
{
  margin-left: 155px;
  position: relative;
  top: 12px;
}
.main-header .top-strip a 
{
  color: #fff;
}

.main-header .top-strip .txt-box strong
{
  font-weight: 600;
  font-size: 20px;
}
.main-header .top-strip .txt-box a
{
  font-size: 18px;
  font-weight: 400;
}
.main-header .bottom-strip
{
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}
.main-header .bottom-strip
{
  height: 60px;
}
.main-header .bottom-strip ul li a 
{
  font-size: 18px;  
  font-weight: 600;
  color: #3E3E3E;
  transition: all 0.4s ease;
}
.main-header .bottom-strip ul li:not(:last-child) a
{
  margin-right: 30px;
}
.main-header .bottom-strip ul li.active a , .main-header .bottom-strip ul li:hover a 
{
   color: #819D52;
}
/* Footer CSS */
.main-footer
{
  background-color: #819D52;
  color: #fff;
  font-size: 16px;
}
.main-footer a 
{
  color: #fff;
}
.main-footer strong 
{
  margin-bottom: 5px;
}
.main-footer hr 
{
  border-color: rgba(255,255,255,0.1);
}
.main-footer .fa-solid 
{
  position: relative;
}
.main-footer .fa-phone 
{
  top: 4px;
}
.main-footer .fa-envelope
{
  top: 2px;
}
/* Home Start */
.btn-box a
{
  display: block;
  width: calc(50% - 30px);
  margin: 15px;

}
.btn-box a strong
{ 
  font-size: 21px;
  box-sizing: border-box;
  width: 100%;
}
.btn-box a small
{
  display: block;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 100%;
}
/* Login & Registration */
.login-register-sec .badge-success
{
  background-color: #D4EDDA;
  color: #226130;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #C3E6CB;
}
.login-register-sec input 
{
  height: auto;
  border-radius: 0 0.25rem 0.25rem 0;
}
.login-register-sec .text-info, .login-register-sec .text-info:hover , .login-register-sec .text-info:focus
{
  color: #008f6c!important;
}
/* FAQ */
.faq-list .card .btn-link 
{
  color: #000;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  text-align: left;
  position: relative;
}
.faq-list .card .btn-link::after
{
  position: absolute;
  content: '\f078';
  height: 20px;
  width: 20px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 18px;
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.faq-list .card .text-primary , .faq-list .card a
{
  color: #008f6c!important;
  text-decoration: underline;
font-weight: 600;
}
.faq-list .card .btn-link.collapsed::after
{
  transform: rotate(0deg);
}
.faq-list .card .btn-link:hover, .faq-list .card .btn-link:focus 
{
  text-decoration: none;
}
/* Contact Us */
.contact-details iframe
{
  width: 100%;
  height: 400px;
  box-shadow: -9px -9px 89px #00000024;
  overflow: hidden;
}
.conect-opt img
{
    width: 36px;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}
.conect-opt a 
{
  color: #000;
  font-weight: 600;
}
.contact-details p 
{
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
.container 
{
  max-width: 1170px;
}
}
@media only screen and (max-width: 1199px) {
  h1, .h1 {
  font-size: 38px;
  line-height: 1.4;
}
  .h2, h2 {
  font-size: 28px;
  line-height: 1.4;
}
  .h3, h3 {
  font-size: 20px;
  line-height: 1.4;
}
  .main-header .top-strip .header-logo
  {
    bottom: -16px;
  }
.main-header .top-strip .header-logo a
{
  max-width: 120px;
}
.main-header .top-strip .header-logo-txt
{
  top: 10px;
  margin-left: 136px;
}
.main-header .top-strip .header-logo-txt a  img
{
  max-width: 200px;
}
.bottom-strip ul 
{
  display: flex!important;
}
.btn-box a.btn
{
  padding: 12px 25px;
}
.btn-box a strong
{
  font-size: 20px;
}
.btn-box a small
{
  font-size: 14px;
}
}
@media only screen and (max-width: 992px) {
  .main-header
{
  background-position: bottom right;
background-size: auto 100%;
}
.main-header #btn-mega-menu {
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 4px;
  z-index: 11;
}
.main-header #btn-mega-menu:focus 
{
  outline: none;
}
.main-header #btn-mega-menu .line
{
width: 30px;
height: 3px;
background-color: #fff;
display: block;
border-radius: 4px;
margin: 8px auto;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.main-header #btn-mega-menu.is-active .line:nth-child(1)
{
  -webkit-transform: translateY(9px) rotate(45deg);
-ms-transform: translateY(9px) rotate(45deg);
-o-transform: translateY(9px) rotate(45deg);
transform: translateY(9px) rotate(45deg);
}
.main-header #btn-mega-menu.is-active .line:nth-child(2)
{
 opacity: 0;
}
.main-header #btn-mega-menu.is-active .line:nth-child(3)
{
-webkit-transform: translateY(-13px) rotate(-45deg);
-ms-transform: translateY(-13px) rotate(-45deg);
-o-transform: translateY(-13px) rotate(-45deg);
transform: translateY(-13px) rotate(-45deg);
}
.main-footer
{
 font-size: 13px;
}
.main-footer .d-flex
{
  display: flex!important;
}
.main-footer .logo 
{
  max-width: 90px;
}
.btn-box a
{
  width: 400px;
  margin: 15px auto;
}
}
@media only screen and (max-width: 767px) {
  .no-scroll 
  {
    height: 100vh;
    overflow: hidden;
  }
    h1, .h1 {
  font-size: 32px;
}
  .h2, h2 {
  font-size: 24px;
}
  .h3, h3 {
  font-size: 18px;
}
p 
{
  font-size: 14px;
}
  .container 
  {
    max-width: calc(100% - 30px);
  }
 .main-header .top-strip
 {
  height: 80px;
 }
 .main-header .top-strip .header-logo
 {
  top: -8px;
 }
  .main-header .top-strip .header-logo a {
  max-width: 80px;
}
  .main-header .top-strip .header-logo-txt
  {
    margin-left: 90px;
  }
  .main-header .top-strip .header-logo-txt a img {
  max-width: 120px;
}
.main-header .bottom-strip
{
  height: auto;
  background-color: #fff;
  display: none;
}
.main-header .bottom-strip ul 
{
  display: block!important;
  padding: 15px 0;
}
.main-header .bottom-strip ul li
{
  margin: 15px;
}
.btn-box a
{
  width:100%;
}
}

.bullet li{
  list-style: disc;
  margin-left: 10px;
}
.color-table.info-table thead th {
    background-color: #819D52;
    color: #fff
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #548235;
    border-color: #548235;
}
.btn-info:hover {
    color: #fff;
    background-color: #548235;
    border-color: #548235;
}
.btn-info {
    color: #fff;
    background-color: #548235;
    border-color: #548235;
}
.btn-outline-info {
    color: #548235;
    border-color: #548235;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #548235;
    border-color: #548235
}
#permit-type-btn {
 color: white;
  background-color: #A8C2D9;
  border-color:#548235
}
.btn-save-changes {
    color: #212529;
    background-color: #fec107;
    border-color: #fec107;
}
.renew-save-btn{
  position: absolute;
  right: 172px;
}
.breadcrumb-item > a {
  color: #548235 ;
}
.breadcrumb-item +  .breadcrumb-item::before { 
  content: ">"; 
  color: #000000; 
}