/* Add here all your css styles (customizations) */
li .hidden {
  display:none;
}
.nav-link.active {
  color: #fff!important;
  background-color: rgb(92, 176, 255)!important;
}
.tab-pane.active {
  border: solid 1px rgb(92, 176, 255)!important;
}

.appdex {
  width:30px !important;
}

.enquiry-center {
  text-align:center !important;
  font-size:20px;
  color: #FFF;
}
.original-message {
  background-color: #fff4a9 !important;
}
.card-block_body {
  border-bottom: 1px solid #ebe19a;
}
.order-title a {
  text-decoration: none;
  color: #333;
}
.order-title a:hover {
  color: #ff0000;
}
.modal-dialog-fluid {
  max-width: inherit;
  width: 290px;
  margin: 200px auto;
}
.d-bag a:hover{
  background-color:red !important;
  color:#FFF;
}
.noteboard {
  margin-top: 20%;
  width: 40%;
  margin-left: 30%;
  border-radius: 10px;
  border-color:rgb(38, 133, 101);
  background-color:rgb(204, 255, 238);
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
.cusradio .cusradio1 {
  border-color:red !important;
}
.cusradio .cusradio1:checked {
  background-color:red;
}