/* *************************card*************************** */

.card {
    background: rgb(235, 233, 233);
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-bottom: 20px;
}
.card .card-content h2{
    font-size: 22px;
    color: black;
    font-weight: 600;

}
.card .card-content p{
    color: black ;
    font-weight: 600;
    font-size: 14px;
    
}

#breadcrumb {
    list-style: none;
    display: inline-block;
  }
  #breadcrumb .icon {
    font-size: 14px;
  }
  #breadcrumb li {
    float: left;
  }
  #breadcrumb li a {
    color: #FFF;
    display: block;
    background: #8a23b0;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
  }
  #breadcrumb li:nth-child(even) a {
    background-color: #8a23b0;
  }
  #breadcrumb li:nth-child(even) a:before {
    border-color: #8a23b0;
    border-left-color: transparent;
  }
  #breadcrumb li:nth-child(even) a:after {
    border-left-color: #8a23b0;
  }
  #breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
  }
  #breadcrumb li:first-child a:before {
    border: none;
  }
  #breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
  }
  #breadcrumb li:last-child a:after {
    border: none;
  }
  #breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #8a23b0;
    border-width: 20px 10px;
    width: 0;
    height: 0;
  }
  #breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
  }
  #breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #8a23b0;
  }
  #breadcrumb li a:hover {
    background-color: #1abc9c;
  }
  #breadcrumb li a:hover:before {
    border-color: #1abc9c;
    border-left-color: transparent;
  }
  #breadcrumb li a:hover:after {
    border-left-color: #1abc9c;
  }
  #breadcrumb li a:active {
    background-color: #16a085;
  }
  #breadcrumb li a:active:before {
    border-color: #16a085;
    border-left-color: transparent;
  }
  #breadcrumb li a:active:after {
    border-left-color: #16a085;
  }


  .lists ul li {
    list-style-type: disc !important;
    margin-left: 20px;
    list-style-position: outside;
    color: black !important;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.table{
    border: 1px solid black;
    
    color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    
}
.table tr th{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.cont{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  background: #598cbb;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0px 10px 0px 10px;
  border-bottom: 4px solid black;
}
.cont .icon .fa{
  color: rgb(49, 49, 49);
  font-size: 20px ;
}
.cont .text h2{
  color: rgb(255, 248, 248);
  font-size: 17px;
  margin-top: 1px;
  font-weight: 500;
}
.cont .text a{
  color: rgb(255, 255, 255);
  font-size: 17px;
  margin-top: 1px;
  font-weight: 500;
}

.cont h3{
  color: rgb(240, 239, 239);
  font-weight: 700;
}