.ststus {
    position: absolute;
    top: 4px;
    right: 59.8%;
    height: 16.8%;
    width: 39%;
    z-index: 100"";
    padding: 999;
    border-radius: 10px 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2rem;
    color: #3249cd;
    font-size: 1rem;
    background-color: rgb(255 255 255);
    z-index: 100;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-radius: 13px;
}
.card-header {
    border-radius: 13px 13px 0 0;

}
.card-header:first-child {

    border-radius: 13px 13px 0 0;
}
.card {
    border-radius: 13px;
	margin-bottom: 31px;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 13px 13px;
}
li.list-group-item {
    background-color: #ffffff;
}

.ccontrol {
    width: 18%;
    height: calc(2.5rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #4a5363;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #133c8b;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 23px;
	text-align: center;
}
.ccontrol:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 .btn-control {
    background-color: #b7ddf5;
}
form.filtering.clearfix {
    text-align: center;
}
@media only screen and (max-width: 767px) {
.ccontrol {
    width: 100%;
	    margin-top: 10px;
	}

}