*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
}

body {
    background-color: #e8e7e3;
    font-size: 15px;
    line-height: 1.5;
}

@media(min-width:768px) {
    .showdata {
        padding: 0 40px;
    }
}

table th {
    white-space: nowrap;
}

table {
    background-color: #fff;
    padding: 10px;
}

table thead {
    background-color: #0b226f;
    color: #fff;
}

.table-responsive {
    max-height: 500px;
    overflow: scroll;
    border: none;
}

table::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    border: none;
    border-radius: 6px;
}

table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 6px;

}

table::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border: none;
    border-radius: 6px;
}

.step {
    padding: 0px 0;
    border-bottom: 1px solid #f1f1f1;
}

.control-label {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 13px;
}

.step h3 {
    font-size: 22px;
}

/* .btn {
    width: 100%;
} */

.ptop-5 {
    padding-top: 10px
}

#doc_req_sec {
    display: none;
    transform: all .3s ease;
}

.user-detail {
    background-color: #0e5a87;
    color: #fff;
    padding: 5px 50px;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-detail h3,
.user-detail a {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

.white-bg {
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    border: 1px solid #9b9b9b;
    margin-top: 50px;
}

.heading {
    font-size: 16px;
    margin-top: 10px
}

.flex-bg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-gap: 10px;
}

.action-list li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
}

.action-list {
    margin: 0
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.filter li {
    list-style: none;
    display: inline-block;

}

.filter li:not(:first-child) {
    padding: 15px 20px 5px;
}

.filter {
    padding-left: 0;
}

@media(min-width:992px) {
    .d-flex {
        display: flex;
        justify-content: space-evenly;
    }
}

@media(max-width:992px) {
    .d-flex {
        display: block !important;
    }
}