@font-face {
    font-family: 'PoppinsSemiBold';
    src: url("./Poppins-SemiBold.otf")
}

@font-face {
    font-family: 'PoppinsRegular';
    src: url("./Poppins-Regular.otf")
}

.map-section {
    padding: 0 !important;
    position: relative;
}

.map-section img {
    height: auto;
    width: 100%;
}

.titles-section {
    overflow: auto;
    padding: 2% 0 !important;
    box-shadow: 0 -21px 10px -7px #6c757da3 inset;
    -webkit-box-shadow: 0 -21px 10px -7px #6c757da3 inset;
    -moz-box-shadow: 0 -21px 10px -7px #6c757da3 inset;
}

.titles-section::-webkit-scrollbar {
    width: 5px;
}

.titles-section::-webkit-scrollbar-thumb {
    background: #505050;
    border-radius: 20px;
}

.titles-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.titles img {
    margin-top: -7px;
    width: 30px;
}

.titles {
    border-bottom: 1px solid black;
    color: #7A7A7A;
    font-family: PoppinsSemiBold;
    padding: 0 5px 10px 5px;
}

.place-info {
    padding: 0 15px;
}

#place_title {
    color: #7A7A7A;
    font-family: PoppinsSemiBold;
    padding: 0 5px 10px 5px;
}

#place_description {
    margin: -15px 0 15px 0;
}

.titles span {
    font-size: 16px;
    margin-left: 5px;
}

.categories {
    padding: 0 0 10px 20px;
}

.categories ul {
    margin: 0 !important;
    padding: 10px;
}


/* .map-section .all-points {
    background-color: red;
} */

.categories .all-points,
#place_description {
    color: #7A7A7A;
    cursor: pointer;
    font-family: PoppinsRegular;
    font-size: 13px;
    list-style: none;
}

.bold {
    color: black !important;
    font-size: 15px !important;
    font-weight: bolder;
}

.modal .modal-content,
.modal .modal-dialog {
    border: 0;
    margin: auto;
    width: auto;
}

.modal .modal-body {
    padding: 0 !important;
}

.modal img {
    border-radius: 5px;
    border: 5px solid #f9fafb;
}

.modal .btn-close {
    opacity: 1;
    position: absolute;
    right: 11px;
    z-index: 9;
    top: 10px;
    height: 4px !important;
    width: 4px !important;
}

.modal {
    height: auto !important;
    position: absolute !important;
    width: auto !important;
    overflow: unset !important;
}

.modal::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 13px solid #fff;
    top: -12px;
    z-index: 9999;
    left: 50%;
}

.full-height-width {
    height: 100% !important;
    width: 100% !important;
}

.modal-backdrop {
    position: absolute !important;
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .categories {
        padding: 0 20px;
    }
    .titles span {
        font-size: 14px;
    }
    .categories .all-points {
        font-size: 14px;
    }
    .titles img {
        width: 25px;
    }
}