.amguidepro-modal .modal-header {
    background-color: #000000;
}

.amguidepro-modal .modal-title {
    color: #FFFFFF;
}

.amguidepro-modal button.close {
    width: 24px;
    height: auto;
    opacity: 1;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 30px;
    line-height: 20px;
    font-size: 1.2rem;
}

.amguidepro-modal .modal-dialog .modal-content .modal-body img {
    margin: 0 auto;
    display: block;
}

.amguidepro-modal .modal-content .modal-body .table-responsive .table td, .amguidepro-modal .modal-content .modal-body .table-responsive .table th {
    text-align: center;
    border-bottom: 1px solid #000000;
}

.amguidepro-modal .modal-content .modal-body .table-guide {
    margin: 20px 20px 0;
}

#amguidepro-container {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    row-gap: 0.7rem;
}

.amguidepro-modal .container-custom_image .layer-custom_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(0,0,0,.6);
    text-align: center;
    cursor: pointer;
}

.amguidepro-modal .container-custom_image .layer-custom_image:hover {
    opacity: 1;
}

.amguidepro-modal .container-custom_image .layer-custom_image .zoom-in {
    font-size: 3.125rem;
    color: #fff;
}

@media (min-width:768px) {
    .amguidepro-modal .modal-dialog {
        max-width: 90%;
    }
}
