
.Tina-modal {
    z-index: 3;
    display: none;
    padding-top: 200px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}


.Tina-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}


.Tina-container {
    padding: 0.01em 16px
}


.Tina-modal-color {
    color: #fff !important;
    background-color: #960025 !important;
}


.Tina-modal-button {
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: 0;
    font-size: 22px;
}



@media (max-width: 600px) {
    .Tina-modal-content {
        margin: 0 20px;
        width: auto !important
    }

    .Tina-modal {
        padding-top: 100px
    }
}

@media (max-width: 768px) {
    .Tina-modal-content {
        width: 500px
    }

}

@media (min-width: 993px) {
    .Tina-modal-content {
        width: 600px
    }
}

