﻿.izi-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    padding-bottom: 0;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.iziModal-header-title {
    text-transform: uppercase;
}

/* START : IZIMODAL THEMING */
@media (min-width:0px) {
    .iziModal-content {
        background-color: #f5f5f5;
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
    }

    .iziModal .iziModal-header {
        /*background: #43b7cc !important;*/
        background: #2d92a5 !important;
        /*background: rgba(46, 131, 232, 0.9) !important;*/
    }

    .iziModal .label, .iziModal label {
        font-family: Roboto,arial,sans-serif;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 6px;
        color: #424242;
    }
}
/* END : IZIMODAL THEMING */