 

.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; 
}


.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-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  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;
}

.driver img {
    height: 40px;
    width: 40px;
}



.modal-header .close {
    position: absolute;
    float: right;
    right: 0;
    top: 0px;
    background-color: black;
    opacity: revert;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    color: white !important;
    line-height: 0;
    padding: 0;
}

.login_logo {
    background: url(https://vizagoinfra.com/assets/img/Site_logo.png);
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: 50%;
    border-right: 1px solid #e0e0e0;
}


.copyright{
	text-align: center;
	width: 100%;
	position: relative;
	bottom: -130px;
}

.btn-primary, a.btn-primary, a:visited.btn-primary a:link.btn-primary {
    background-color: #c01b81;
    border: 1px solid #c01b81;
    color: rgba(255,255,255,.9);
}

.contact input {
    text-align: center !important;
    display: block !important;
    margin: auto;
    position: relative;
    top: 13px;
    padding: 0;
}


.get_month {
    position: absolute;
    /* position: relative; */
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0.167em;
    margin-right: 0.167em;
    margin-bottom: 0.333em;
    padding: 0.5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

.get_month {
    left: 300px;
    height: calc(2.2rem + 2px) !important;
    z-index: 9999;
}