.admin-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.user-image-name-div {
    display: flex;
}

.user-image {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.boat-data h5 {
    margin-bottom: 15px;
}

.data-spacing {
    margin-left: 5px;
}

.admin-modal-button {
    width: 70px;
    height: 30px;
    max-width: 100%;
    background: transparent;
    border: 1px solid #dedede;
}

.admin-modal-button:hover {
    background-color: #58A35C;
    border-color: #58A35C;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

i {
    margin-right: 5px;
}

.display-image-div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.admin-modal-main .display-image-div {
    align-items: unset;
    justify-content: unset;
}

.cover-document-main {
    border-top: 1px solid #e7eaec;
    padding: 15px 0;
}

.image-gallery-main {
    padding-top: 15px;
    border-top: 1px solid #e7eaec;
    margin: 20px 0;
}

.image-gallery-main h4 {
    margin-bottom: 20px;
}

.left-side-image {
    width: 100%;
    height: 300px;
    overflow: hidden;

}

.left-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.right-side-image {
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
    max-height: 150px;
    /* height: 150px; */
    overflow: hidden;

}

.right-side-image img {
    width: 180px;
    object-fit: cover;
    object-position: center;
}

.left-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.three-image-group .card-image {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.three-image-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.modal-detail-section h4 {
    margin: 15px 0;
}

.modal-detail-section {
    border-top: 1px solid #e7eaec;
    padding: 15px 0;

}

.listing-details label {
    font-weight: 800;
    font-size: 13px;
    color: #000;
}

.Payout {
    position: relative;
}

.payout-label {
    margin-right: 15px;
}

.radio-data {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}

.project-admin-radio-btn-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 150px;
}

.project-admin-radio-btn-wrapper label {
    margin-left: 45px !important;
}

.project-admin-orange-radio-btn {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.project-admin-orange-radio-btn input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #A3A2AE;
}

.project-admin-orange-radio-btn input[type='radio']:checked:after {
    width: 7px;
    height: 7px;
    border-radius: 15px;
    top: -23px;
    left: 3px;
    position: relative;
    background-color: #FF5900;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #FF5900;
}

.project-admin-orange-radio-btn input[type='radio']:checked:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #FF5900;
}

input[type='radio']:checked:after {
    width: 7px;
    height: 7px;
    border-radius: 15px;
    top: -18px;
    left: 3px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

input[type='radio']:checked:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}

input.edit-radio-btn:checked:after {
    width: 7px;
    height: 7px;
    border-radius: 15px;
    top: -23px;
    left: 3px;
    position: relative;
    background-color: #000;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #000;
}

input.edit-radio-btn:checked:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}

.project-listing-image-div {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid #dedede;
    padding: 10px 20px;
    position: relative;
    margin: 15px 0;
}

.project-listing-image-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.project-listing-image-div a {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 100px;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #b7bfc8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    outline: none;
    box-shadow: none;
}

.project-listing-image-div a img {
    width: 10px;
    height: 10px;
    overflow: hidden;
}

.ql-toolbar {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
}

.editor-wrapper {
    position: relative;
}
.username{
  text-transform: capitalize;
}
