.ad-title-and-content {
    word-break: break-word;
}

.ad-phone-number {
    display: flex;
    align-items: center;
}

.ad-phone-number .user-phone-number {
    flex: 70%;
}

/* search bar  */
.search {
    position: relative;
    display: flex;
    width: 50%;
    margin: 0 auto;
}

.searchTerm {
    width: 100%;
    border: 3px solid #0d6efd;
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9dbfaf;
}

.searchTerm:focus {
    color: #0d6efd;
}

.searchButton {
    width: 40px;
    border: 1px solid #0d6efd;
    background: #0d6efd;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.search-wrap {
    width: 100%;
    position: relative;
    top: 50%;
}

.pagination-wrapper {
    bottom: 8vh;
    width: 100%;
    right: 0;
}

main {
    margin-bottom: 100px;
}
nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}

.edit-button {
    color: green;
}
.fa-trash {
    color: red;
}
/* end search bar  */
@media only screen and (max-width: 991px) {
    .ad-phone-number {
        display: block;
    }
    .search {
        width: 100%;
    }
    footer {
        height: 26vh;
    }
}
.ad-edit-button {
    position: absolute;
    bottom: 60px;
    right: 16px;
}
@media only screen and (max-width: 660px) {
    .ad-edit-button {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 1025px) {
    .card {
        overflow: auto;
    }
}
@media only screen and (max-width: 426px) {
    .show-phone-button {
        float: right;
    }
    .cropper-crop-box {
        width: 100% !important;
    }
    .cropper-container  {
        width: 100% !important;
    }
}
.btn-color {
    background-color: #0e1c36;
    color: #fff;
}

.profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.cardbody-color {
    background-color: #ebf2fa;
}

a {
    text-decoration: none;
}

/* --------------------- */
.img-upload-form {
    background-color: #fff;
    box-shadow: 0 10px 60px rgb(218, 229, 255);
    border: 1px solid rgb(159, 159, 160);
    border-radius: 20px;
    padding: 2rem 0.7rem 0.7rem 0.7rem;
    text-align: center;
    font-size: 1.125rem;
    max-width: 320px;
}

.img-upload-form .form-title {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
}

.img-upload-form .form-paragraph {
    margin-top: 10px;
    font-size: 0.9375rem;
    color: rgb(105, 105, 105);
}

.img-upload-form .drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color 0.2s ease-in-out;
}

#file-input {
    width: 350px;
    max-width: 100%;
    color: #444;
    padding: 2px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(8, 8, 8, 0.288);
}

#file-input::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

#file-input::file-selector-button:hover {
    background: #0d45a5;
}

/* testing cropping */
img {
    display: block;
    max-width: 100%;
}
.preview {
    text-align: center;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.section {
    margin-top: 150px;
    background: #fff;
    padding: 50px 30px;
}
.modal-lg {
    max-width: 1000px !important;
}
.cropper-line {
    background-color: transparent;
}
.ad-logo {
    border-radius: .25rem;
}

