body{
    background-color: #7fffd43b !important;
}
header{
    background: #fff;
}
.table{
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(136 136 140 / 60%);
}
.table>thead{
    background: #25507b;
    color: #fff;
    border: #25507b;
}


.nav-tabs .nav-item{
    width: 100%;
    background: #214c5f;
    border-bottom: 1px solid #ccc;
    
}
.complaint-success-botton {
    color: #fff !important;
    background-color: #f38222 !important;
    border-color: #f38222 !important;
}
.complaint-success-botton:hover {
    color: #fff;
    background-color: #f7811fc7 !important;
    border-color: #f7811fc7 !important;
}
.nav-tabs .nav-item .nav-link {
    color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #f48221 !important;
    border-color: #dee2e6 #dee2e6 #fff;
    width: 100%;
    border-radius: 0px;
}
.category-box{
    background-color:#212529;
    text-align: center;
}
.category-box h3{
    margin: 0;
    padding: 5px;
    color: #f2aa4cff;
}
.page-title{
    color: #902800;
    text-transform: uppercase;
    font-weight: 700;
}
.form-label{
    color: #222;
}
.title-heading-box{
    
    background: #ffe7c8;
}
.gridbody {
    background: -webkit-linear-gradient(to bottom, rgb(41 164 221) 0%,rgb(37 153 208) 25%,rgb(6 45 70) 100%);
    background: linear-gradient(to bottom, rgb(41 164 221) 0%,rgb(37 153 208) 25%,rgb(6 45 70) 100%);
    padding: 10px;
    margin: 7px;
    
    padding-bottom: 5px;
    width: 160px;
    height: 135px;
    text-align: center;
    position: relative;
}
.gridbody::before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 28.8675px solid #28a3db;
}
.gridbody::after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 28.8675px solid #062d46;
}
.gridlist-botton-link {
    text-decoration: none;
}
.gridlist-botton-link  h3{
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
}
.gridlist-botton-link  img{
    box-shadow: 0px 3px 3px #0006;
    border-radius: 50%;
}







@media (max-width: 991px) and (min-width: 768px){
  .gridbody {
    background: -webkit-linear-gradient(to bottom, rgb(41 164 221) 0%,rgb(37 153 208) 25%,rgb(6 45 70) 100%);
    background: linear-gradient(to bottom, rgb(41 164 221) 0%,rgb(37 153 208) 25%,rgb(6 45 70) 100%);
    padding: 10px;
    margin: 7px;
    
    padding-bottom: 5px;
    width: 120px;
    height: 135px;
    text-align: center;
    position: relative;
}
.gridbody::before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 28.8675px solid #28a3db;
}
.gridbody::after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 28.8675px solid #062d46;
}
}

@media (max-width: 767px) and (min-width: 0px){
  .gridbody {
    background: -webkit-linear-gradient(to bottom, rgb(41 164 221) 0%,rgb(37 153 208) 25%,rgb(6 45 70) 100%);
    background: linear-gradient(to bottom, rgb(41 164 221) 0%,rgb(37 153 208) 25%,rgb(6 45 70) 100%);
    padding: 10px;
    margin: 7px;
    
    padding-bottom: 5px;
    width: 110px;
    height: 135px;
    text-align: center;
    position: relative;
}
.gridbody::before {
  content: "";
  position: absolute;
  top: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-bottom: 28.8675px solid #28a3db;
}
.gridbody::after {
  content: "";
  position: absolute;
  bottom: -28.8675px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 28.8675px solid #062d46;
}
}