.app-body{
  background-image: url("/assets/images/BG1.jpg")!important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s background-color ease-in-out,background-position;
}
.welcomeMessage{
  color: black;
  transition: 0.5s color ease-in-out;
}
/*login form styling*/

.login-form{
  background-color: #ffffff;
}

.signIn{
  color: black;
}

.signIn-btn{
  background-color:#0096AD ;
}

label{
  color: black;
}

.login-input{
  border: 0.5px solid #056C7A!important;
}

.login-input:focus{
  border: 2px solid #0096AD!important;
}

.login-card::before{
  background: linear-gradient(0deg, transparent, transparent, #d7d7d7, #d7d7d7, #d7d7d7);
}

.login-card::after{
  background: linear-gradient(0deg, transparent, transparent, #d7d7d7, #d7d7d7, #d7d7d7);
}
.llc-input{
  border: 0.5px solid #CECECE;
  background-color: #F1F5FE;
  color: #000000;
}
/*footer styling*/

.bg-footer-theme{
  background: #F1F5F5 !important;
  color: #023D46 !important;
  border-top: 1px solid #6C6C6C33;
}

/*header styling*/

.header-section{
  background-color: transparent;
}

.bottom-header{
  background-color:#0096AD;
}

.headerAction-btn{
  color: #1d0e01;
}

/*pagination styling*/

.previous-btn{
  background-color: #0096AD;
  border: 0.2px solid #0096AD
}

.next-btn{
  background: #0096AD;
  border: 0.2px solid #0096AD
}

.page-number{
  color: #787575;
  background: transparent;
  border: 0.2px solid #0096AD
}

.activePage{
  background-color: #0096AD;
  color: #fff;
}

/*dashboard card styling*/

.card-body-container{
  border: 1px solid #E8E7E7;

}

.card-write-up{
  color: #005561;
}

.body-container{
  background-color: #E5EFEF;
}

.body-container.active{
  background-color: #005561;
}
.body-container.active p{
  color: #ffffff;
}

/*table styling*/

.custom-header{
  background-color: transparent;
  border-bottom: 0.5px solid #D9D8D8;
}

.custom-table tbody tr{
  color: #1E1E1E;
  border: 0.5px solid #D9D8D8;
  transition: 0.5s color ease-in-out;

}

.custom-table tbody tr:nth-child(odd) {
  background-color: #F0F4F7;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #1E1E1E08;
}

.bg-table{
  background-color: transparent!important;
  color: #1E1E1E;
}

.table-card{
  border: 1px solid #D9D8D8;
}

.active-button{
  border: 1px solid #0096AD!important;
  background-color: #0096AD!important;
}

.pending-btn:hover{
  border: 1px solid #0096AD;
  background-color: #0096AD;
}

.pending-btn:hover .countNumber{
  color: #ffffff !important;
}

.countNumber{
  color: black;
}

.p-tags{
  color: black !important;
}

.active-button .countNumber{
  color: #ffffff !important;
}

.pending-btn{
  background-color: transparent;
  color: #C1D4CA;
  border: 0.5px solid #D9D8D8;
}

.collect-btn{
  background-color: #0096AD;
}

.search-btn{
  background-color: #0096AD;
}

.bulk-approve{
  background-color: #0096AD;
}

.dropdown-li:hover{
  background-color: #0096AD;
  color: white;
  border-radius:2px;
}

.dropdown-li{
  border-bottom: 0.5px solid #D9D8D8;
}

.action-btn{
  background-color: #0096AD;
}

.select-detail{
  color: #393A4A;
}

.select-row{
  border: 0.2px solid #D7D7D7;
  background-color: #FFFFFF;
  color: #393A4A;
}

/*view modal styling*/

.modal-bodyView{
  background-color: #ededed;
}
.modal-header-content{
  background-color:#005561;

}

.input-write-up{
  border: 0.5px solid #CECECE;
  background-color: #F1F5FE;
  color: #000000;
}

.application-btn{
  background-color: #0096AD;
}

.save-btn{
  background-color: #0096AD;
}

.viewModal-body{
  background-color: #FFFFFF;
}
.modal-content{
  border: none!important;
}
.values-roll{
  background:#005561!important;
  border: 1px solid #056C7A !important;
}

.form-label{
  color: black!important;
}

.view-subHeaders{
  color: #000000;
}

.viewer-diver{
  border: 1px solid #D9D8D8;
}

.proprietor-title{
  color: #273043;
}

.proprietor-title::after{
  background-color: #273043;
}

.image-details{
  color: #273043;
}


/*view query details modal styling*/

.name-initials{
  background: #0096AD;
}

.modal-body{
  background-color:transparent;
}

.query-name,.query-time,.query-reason,.query-comment,.query-reason span,.query-header{
  color: #273043;
}

.query-section{
  background-color: #ffffff;
}


/* query modal styling*/

.query-modal{
  border: 1px solid #D9D8D8;
  background: #ffffff;
}

.sub-header{
  color: #272E41;
}

.query-selector{
  border: 1px solid #D9D8D8;
  color: #272E41;
}

::ng-deep .selected-item{
  color: #272E41!important;
}

.query-textarea{
  background-color: transparent;
  color: #272E41;
  border: 1px solid #D9D8D8;
}

.query-container{
  background-color: #f2f2f2;
}

.query-textarea:focus{
  outline: #D9D8D8;
}

.comment{
  color:#272E41;
}

/*information modal*/

.infoModal{
  background-color: #ffffff;
}

.infoParagraph{
  color:#272E41;
}

/*bulk collection modal styling*/

.bulk-bg{
  background-color: #ffffff;
}

.bulk-label{
  color:#272E41;
}

.bulk-input{
  background-color: transparent;
  color:#272E41;
  border: 1px solid #D9D8D8;
}

.head-title{
  color:white;
}

/*post Incorporation view modal*/

.review-modal{
  background: #ffffff;
  border: 1px solid #D9D8D8;
}

modal-body2{
  background-color: transparent!important;
}

.review-title{
  color: #272E41;;
}

.review-body{
  background-color: #ffffff!important;
}

.review-table{
  border: 1px solid #D9D8D8;
}

.table-head{
  color: #272E41;!important;
}

.table-content{
  color: #272E41;!important;
}

.head-container{
  border-bottom: 1px solid  #D9D8D8;
}

/*post incorporation query modal styling*/

.postQuery-reason{
  border: 1px solid #D9D8D8;
  color: #272E41;
}

.review-title{
  color: #272E41;
}

/*report styling*/

.outer-container{
  border: 1px solid #D9D8D8;
}

.card-body-container2{
  border: 1.8px solid #D9D8D8;
}

/*report styling*/

/*.outer-container{*/
/*  border: 1px solid #005561;*/
/*}*/

/*.card-body-container2{*/
/*  border: 1.8px solid #005561;*/
/*}*/

/*.table-card{*/
/*  border: 1px solid #005561;*/
/*}*/

.export-container{
  background-color: transparent;
}

.card-write-up2{
  color: #272E41;
}

.calender-search{
  border: 0.5px solid #D9D8D8;
  background: transparent;
  color: #272E41;
}

.date-filter{
  color: #272E41;
}

.query-number{
  color: #005561;
  font-family:Lato, sans-serif;
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 15px;
  padding-top: 0;
  transition: 0.5s color ease-in-out;
}

.dance-loader{
  color: #272E41;
}

/*checklist modal styling*/

.checklist-modal{
  background-color: #ffffff;
}

.td{
  color: #272E41!important;
}

.Disclaimer p{
  color: #272E41;
}

.checklist-header{
  color: #272E41;
}

/*score styling*/

.low-score {
  color: red!important;
}

.medium-score {
  color: #E4C10A!important;
}

.high-score {
  color: #078646!important;
}

/*forbidden page styling*/

.error__header{
  color: #272E41;
}

.error__description{
  color: #272E41;
}

.return-btn{
  color: #272E41;
}
.total{
  background-color: #9fb1b478;
}
.affiliate-input{
  color: #000000;
}
