/* Standradise fonts */

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  word-break: initial;
}

body, p, a, .div {
  font-family: Roboto, sans-serif;
}

.btn-primary {
  background-color: #51c4ca;
  color: white;
  border-color: #51c4ca;
}

.btn-primary:hover,
.btn-check:focus+.btn-primary, 
.btn-primary:focus {
  background-color: #34a3a9;
  border-color: #34a3a9;
}

.btn-check:checked+.btn-primary, 
.btn-check:active+.btn-primary, 
.btn-primary:active, 
.btn-primary.active, 
.show>.btn-primary.dropdown-toggle {
  background-color: #34a3a9;
  border-color: #34a3a9;
}

.btn-primary.btn-login {
  display: block;
  width: 100%;
}

#buttonEye-password {
  position: absolute !important;
  margin-left: 0 !important;
  right: 10px !important;
  top: 10px !important;
}


/* .login-section form .form-input.form-control {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.375rem 0.5rem;
}

.login-section form .form-input.form-control:focus {
  box-shadow: none;
} */

/* .login-section .login-btn {
  display: inline-block;
  background-color: #51c4ca;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 0;
} */

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* .btn-check:focus + .btn, .btn:focus, .form-check-input:focus {
  box-shadow: none;
} */

/* Standardise Fonts ends */

/* Header starts here */

header .nav-item:hover {
  background-color: #ececec;
}

header .nav-link, header .nav-link:hover {
  font-weight: 500;
  font-size: 14px;
  color: #51c4ca !important;
  text-transform: uppercase;
}

/* Header ends here */

/* Main-section starts here */

.main-section .sidebar {
  position: sticky;
  top: 90px;
  background-color: #f9f9f9;
}

.sidebar .sidebar-content {
  padding: 10px;
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-content .nav-item {
  width: 100%;
}

.nav-tabs .btn {
  font-size: 16px;
}

.nav-tabs .nav-link {
  padding: 0.5rem 1rem;
  border: none;
  color: rgba(0, 0, 0, 1);
}

.sidebar-content .nav-tabs .nav-link {
  padding: 1px;
}

.nav-tabs .nav-categories-tab.active, .nav-tabs .nav-applications-tab.active {
  color: #51c4ca;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  border-bottom: 3px solid #51c4ca;
}

.myTab .list-category, .myTab.nav-tabs {
  border: none;
  background-color: #f9f9f9;
}

.myTab .nav-link .form-check-label {
  color: rgba(0, 0, 0, 1);
}

.search-container {
  position: relative;
  margin: 10px 0;
}

.search-container img {
  height: 15px;
  position: absolute;
  left: 12px;
  top: 11px;
}

.search-container input[type=text] {
  box-shadow: none;
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #dbdbdb;
  font-size: 16px;
  padding-left: 2.25em;
  outline: none;
  border-radius: 20px;
}

.sidebar-content .tab-content .checkbox-container {
  padding: 5px;
}

.form-check-input {
  height: 1.3rem;
  width: 1.3rem;
  margin-right: 1rem;
  box-shadow: none;
}

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

.form-check-input:checked {
  background-color: #51c4ca;
  border-color: #51c4ca;
}

/* Right Section */

.main-section .booster-list .tab-pane > div {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
}

.main-section .booster-list .tab-pane > div .row {
  padding: 20px;
}

.main-section .booster-list .booster-image img {
  width: 163px;
  display: inline-block;
}

@media (max-width: 768px) {
  .main-section .booster-list .booster-image img {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .main-section .booster-list .booster-image {
    text-align: center;
    padding-bottom: 10px;
  }
}

.main-section .booster-list .list-title {
  font-size: 17px;
  padding: 5px 0;
  line-height: normal;
}

.main-section .booster-list > div .btn {
  border: 2px solid #51c4ca;
  text-transform: uppercase;
  border-radius: 5px;
  color: #51c4ca;
}

.main-section .booster-list > div .btn:hover {
  /*background-color: #f7fdfd;*/
  color: #51c4ca;
}

/* Main-section ends here */

#myTab input[type=checkbox] {
  display: none;
}

.myTab .nav-item .form-check:before {
  background-image: url("../img/empty-box.png");
  content: "\A0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 20px;
  margin: 0 0.75em 0 0;
  padding: 0;
  vertical-align: top;
  width: 20px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.form-check, .checkbox-container, .myTab .nav-link {
  padding-left: 0 !important;
}

.myTab .nav-item .custom-checkbox .form-check:before {
  background-image: url('../img/true-img.png?v=1.1');
  color: #fff;
}

/* checkbox end */

/* Login page starts here */

.form-section {
  margin: 6rem 0 0;
}

.form-section .reset-pw {
  color: #51c4ca;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding:0;
}

.form-section .terms-policy {
  font-weight: 500;
  line-height: 13px;
  font-size: 13px;
  text-transform: capitalize;
  color: #51c4ca;
  text-decoration: underline;
}

.form-section p{
  color:#939598;
}
.tandc {
  font-size: 14px;
}

/* Login page end here */

/* checkbox start */

.wpcf7-not-valid-tip {
  display: block !important;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.btn-check:focus+.btn, .btn:focus{
  box-shadow: none;
}

.nav-tabs .nav-link.active{
  background-color: none
}

.list-description > p{
  line-height: 1.4;
}

.daily-updates{
  font-size: 12px;
  color:#a4b1b7;
}

.daily-updates.positive > i,
.daily-updates.positive > span{
  color:#09cf95;
  font-weight: bold;
}

.daily-updates > i,
.daily-updates > span{
  color: #fa546f;
}

.dashboard-content .card-title{
  color:#a4b1b7;
  font-size: 18px;
}

.dashboard-content .card-icon{
  color:#51c4ca;
  border: 1px solid #51c4ca;
  padding: 7px;
  border-radius: 2px;
}

.all-applications .card{
  width: 100% !important;
}

.all-applications table th{
  font-size: 13px;
}

.dashboard-content .page-link{
  color:#51c4ca;
}

.status-bar > li{
  position: relative;
  float: none;
  margin: 0.4em 30px 0.4em 0;
  display: inline-block;
  width: 100px;
  text-align: center;
}
.status-bar li.current>*{
  color: #4caf50;
}

.status-bar li.reject .text{
  color:#ed0000;
}

.status-bar .text {
  color: #2c3f4c;
}

.status-bar li.current>:before{
  background-color: #4caf50;
}

.status-bar li.rejectItem>:before{
  background-color: #ed0000;
}

.status-bar li.approveItem>:before{
  background-color: #edeff0;
}

.status-bar li>:before{
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #edeff0;
}

.status-bar li:nth-child(1)::after,
.status-bar li:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 4px;
  top: 34px;
  background: #edeff0;
  margin: 0;
  display: inline-block;
  color: #959fa5;
  left: 50%;
  width: calc(100% + 30px);
  bottom: 4px;
}

.status-bar li.current::after{
  background-color: #4caf50;
  opacity: 0.5;
}

.status-bar li.rejectItem::after{
  /* background-color: red; */
  background-color: #edeff0;
  opacity: 0.5;
}

.registration-form .form-check, .checkbox-container{
  margin-left: 1.5em;
}

.badge {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bg-91-green {
  background-color: #34a3a9;
}

.bg-91-red {
  background-color: red;
}