.container-add-listing {
    margin-top: 100px;
}

#data  {
    margin-right: 25%;
    margin-left: 25%;
}

.header-add-listing {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.dot {
    margin-right: 5px;
    background-color: #999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dot p {
    margin-left: 8px;
    margin-top: 3px;
}

/* Header/Tittle */
.title {
    background-color: #EBEBEB;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 78px;
    padding-right: 78px;
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.active, .btn:hover {
    background-color: #666;
    color: white;
}

.active, .title:hover {
    background: linear-gradient(90deg, #00B3DE 100%, #0083CA 100%);
    color: white;
    /* padding-left: 78px;
    padding-right: 78px; */
}

.active , .title:hover {
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
}

.add-listing-data {
    border-radius: 0px 0px 20px 20px;
    border: 1px solid #00B3DE;
    width: 100%;
    /*margin-top: 20px;
    */
    margin-bottom: 20px;
    padding: 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -ms-border-radius: 0px 0px 20px 20px;
    -o-border-radius: 0px 0px 20px 20px;
}

/* ==============START============== */

#container-listing {
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
}

h4 {
    font-weight: bold;
}

.side-left {
    display: flex;
}

.side-right {
    display: flex;
    margin-top: 1000px;
}

.data-listing {
    display: flex;
}

/* ==============END============== */

.card {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 20px 20px;
}
