.cosearch {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.cosearch table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.cosearch table td, .cosearch #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}
.cosearch table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.cosearch table tr:hover {
    background-color: #ddd;
}
.cosearch table th {
    padding: 12px;
    text-align: left;
    background-color: rgba(16, 90, 105, 0.6) !important;
    color: white;
}
.cosearch .results-table-cont {
    max-height: 600px !important;
    overflow-y: auto;
}

#cosearch-input {
    width: 100%;
    position: relative;
    cursor: text;
    font-size: 27px;
    line-height: 28px;
    padding: 0 16px;
    height: 63px;
    background-color: #fff;

    border: 3px solid #000000;
    border-radius: 3px;
    color: #23263b;
    box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
    overflow: hidden;
    transition: all 100ms ease-in-out;
}
#cosearch-input :focus {
    border-color: #3c4fe0;
    box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
}

#cosearch-input-submit {
    width: 100%;
    margin-top: 14px;
}

.co-details-item {
    font-size: 22px;
}

.co-details-item i {
    padding-right:22px;
    width:40px;
}

.co-details-item a {
    padding-left: 12px;
}


hr {
    border-top: 8px solid rgb(53 44 44) !important;
}



.alert-success,.alert-primary {
    --bs-alert-color: #000000;
    --bs-alert-bg: #d7d7d7;
    --bs-alert-border-color: #000000;
}


.cosearch .sg-content-feature-full, .cosearch.sg-content-feature-full {
    border:4px solid #cccaca !important;
}
