.info-btn {
    background: none;
    color: white;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.info-btn:focus {
    outline: 0;
}

.btn-mdl {
    width: auto;
    display: flex;
}

.modal-container {
    width: 0;
    height: 0;
    z-index: 100;
}

.fullOpacity{
    opacity: 100%;
}

.modal-message {
    display: block;
    background-color: white;
    color: black;
    width: 300px;
    margin-left: 10px;
    padding: 8px;
    border: solid 1px rgb(114, 114, 114);
    border: none;
    border-radius: 5px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    max-height: 100px;
    text-align: left;

}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-header button {
    border: 0;
    background-color: #ffffff00;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    outline: 0;
    color: rgb(184, 184, 184);
    font-size: 17px;
    transition-duration: .1s;
}

.modal-header button:hover{
    color: #0072ff;
}

.modal-message p {
    margin: 0;
}

.modal-message .message {
    margin-top: 6px;
    font-size: 12px;
}

.modal-message .read-more {
    font-size: 12px;
    margin-left: 200px;
    color: #0072ff;
    font-weight: 700;
    text-decoration: none;
}

.modal-header .read-more:hover{
    color: rgb(214, 214, 214);
}

.mc-left {
    transform: translateX(-345px);
}

.mc-top {
    transform: translateY(-90px);
    position: absolute;
    right: 340px;
}

.mc-bottom {
    transform: translateY(50px);
    position: absolute;
    right: 340px;
}
