 

.category-box {
    text-align: center;
}

.category_img {
    padding: 20px;
    background-color: #ecebff;
    height: 150px;
    width: 150px;
    border-radius: 500px;
    margin: auto;
    line-height: 6;
    border: 3px solid #deddff;
    margin-bottom: 20px;
}

.category_img img {
    width: 50%;
}

.tick {
    padding: 15px;
    background: #312f92;
    width: 50px;
    height: 50px;
    line-height: 0px;
    display: inline-block;
    border-radius: 500px;
    position: absolute;
    top: 0;
    left: 150px;
     opacity: 0; 
    color: white;
}

.tick i {
    color: white;
    font-size: larger;
}

.category-box p {
    font-weight: 500;
    font-family: revert;
    font-size: initial;
    color: black;
    margin: auto;
}

.category_active .category_img {
    border: 3px solid #312f92;
    background-color: #ffffff;
}
.category-box:hover .category_img {
    border: 3px solid #312f92;
    background-color: #ffffff;
}


.category_active .tick {
    opacity: 1; 
}

.category-box:hover .tick{
	opacity: 1; 
}

.media-body {
    position: absolute;
    display: inline-block;
    margin-right: 14px;
    left: 50px;
    top: 10px;
}

.edit-pic i {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: -40px;
    background-color: gray;
    color: white;
    line-height: 2;
    text-align: center;
    border-radius: 100px;
    right: 20px;
    float: right;
}

.edit-pic{
    position: relative;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.check img {
        width: 35px;
    position: absolute;
    text-align: center;
    display: revert;
    margin: -2%;
    margin-top: 0px;
}

.check {
    text-align: center;
    display: block;
    margin: auto;
}

.normal{
	opacity: 1;
}
.check-suss{
	opacity: 0;
}


.check:hover .normal{opacity: 0;}
.check:hover .check-suss{opacity: 1;}

.active .check-suss{opacity: 1;}
.active .normal{opacity: 0;}

.check-text td {
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    padding: 5px;
}

.track:hover button{
	
}

.VoucherPayment h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    color: #312f92;
}

.VoucherPayment p {
    margin: auto;
    font-size: 12px;
    color: black;
    font-weight: 500;
}

.VoucherPayment span i {
    background-color: #312f92;
    width: 20px;
    height: 20px;
    line-height: 2;
    margin-right: 6px;
    color: white;
	border-radius: 100px;

}

.VoucherPayment h4 {
    background-color: #312f92;
    width: 25%;
    margin: auto;
    margin-top: 10px;
    padding: 10px;
    border-radius: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}
.VoucherPayment-file p {
    margin: auto;
    font-size: large;
    color: black;
    font-weight: 500;
}

.VoucherPayment-file input {
    border: 0px !important;
    border-bottom: 3px dotted #312f92 !important;
	padding: 0;
}

.sum-border {
    border: 2px solid #000;
    border-radius: 20px;
    margin: 20px 0;
    padding: 0px 40px !important;
}


.from-border{
	border: 2px solid #f66e20;
}

 .documents img {
    height: 200px;
    width: 100%;
    object-fit: cover;

}
.error{
    
    color:red;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    padding: 5px;
}


.badge-danger {
    color: #fff;
    background-color: #dc3545;
    padding: 5px;
}