.detail_title {
    color: #212123;
    font-family: "GothamRoundedMedium_21022";
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 13px;
    padding-top: 13px;
    padding-bottom: 31px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height: 100%;
    backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-custom {
    margin: 10% auto;
    padding: 20px;
    width: 100%;
    border-radius: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.15);
}

.close-modal {
    color: #aaa;
    float: left;
    font-size: 28px;
    font-weight: bold;
    padding-right: 13px;
    outline: none !important;
    box-shadow: none !important;

}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#ajax_result {
    padding-left: 20px;
    padding-bottom: 20px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.modal-header-device {
    display: block;
}

.modal-body-device {
    padding: 2px 16px;
}

.tiptool_modal {
    background-color: #F1E9DA;
    border-radius: 24px;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.15);
    color: black;
    padding: 20px;
    font-family: "GothamRoundedMedium_21022", sans-serif;
}

@media only screen and (max-width: 991px) {
    .modal-content {
        width: auto !important;
    }

    #pool_img {
        margin-right: 10px;
    }

    #popup_modal_modal{
        padding: 10px;
    }
}