.form {
    width: 100%;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(3, 0, 0, 0.3);
    display: flex;
    -webkit-tap-highlight-color: transparent;

}



.pagination-container {
    overflow-x: auto;
    display: flex;
    justify-content: center;
}

.pagination-container .pagination {
    flex-wrap: nowrap;
}

.has-search .form-control-feedback {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-15%);
    font-size: 1.12rem;
    color: black;
    padding-left: 0.5rem;
    height: 100%;
    align-items: stretch;
}

.has-search .form-control {
    padding-left: 3rem;
    height: 100%;
    border: 0px solid transparent;
    font-size: 0.87rem;
    flex: 1;
    align-items: stretch;
}


.custom-form-group {
    padding-top: 5px;
    display: flex;
    align-items: stretch;
    margin: 0;
    height: 4rem;
}

.form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .1rem rgb(6 6 6) !important;
}

.btn-prim {
    font-weight: 600;
    font-size: 0.9rem;
    height: 2.8rem;
    background-color: #000;
    margin: 0;
    padding: 0;
    border-radius: 0.6rem;
    color: white;
    align-items: stretch;
    margin: 0;
}

.btn-prim:hover {
    background-color: #333;
}

.btn-prim:active {
    background-color: #151516b4;
    outline: none;
    box-shadow: none;
}

.btn-container {
    align-items: stretch;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}




.form-group {
    padding-top: 5px;
    display: flex;
    align-items: stretch;

    margin: 0;
    height: 4rem
}



.form-group:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: grey;
}









@media (max-width: 576px) {
    .form {
        box-shadow: none;
    }

    .col-title {
        border: gray 1px solid;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px -9px 5px rgba(0.1, 0.1, 0.1, .1);
    }

    .col-address {
        border: gray 1px solid;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 2px 6px 7px rgba(0.1, 0.1, 0.1, .1);
    }

    .col-search {
        padding: 0px !important;
        margin: 0px !important;
    }

    .form-group:nth-child(1)::after {
        content: none !important;
    }
}
