#alertModal {
    display: block;
}

#alertBgContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: white; */
    background-color: var(--themebgdarkcolor);
    opacity: 0.75;
    z-index: 999999;
}

#alertBox {
    position: fixed;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    top: 35%;
    left: 0;
    right: 0;
    /* bottom: 0; */
    /* width: 30em; */
    max-width: 25em;
    /* height: 11em; */
    padding: 1em;
    padding-left: 1em;
    background-color: #fff;
    z-index: 9999999;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.333);
    outline: 0;
    border-radius: 5px;
    transition: all ease 0.25s;
    opacity:1.6;
}

    #alertBox .alertTitle {
        position: relative;
        font-size: 1.35em;
        font-weight: bold;
        color: #444;
        padding-top: 0em;
/*        font-family: ProximaNova-Light;
*/        font-family: "Quicksand", sans-serif !important;
    }

        #alertBox .alertTitle .alertClose {
            position: absolute;
            right: 0;
            top: 0em;
            color: #000;
            font-weight: normal;
            cursor: pointer;
            text-align: center;
            font-size: 0.7em;
            line-height: 0.9em;
        }


#alertBox .alertTitle .alertClose:hover {
    color: #333;
}

    #alertBox .alertContent {
        margin-top: 0.75em;
        font-size: 0.95em;
        font-family: ProximaNova-Light;
        margin-bottom: 0.38rem !important;
    }

    #alertBox .alertButtons {
/*        margin-top: 1em;
*/        text-align: right;
    }

        #alertBox .alertButtons button {
            margin-right: 0.5em;
            min-width: 100px;
        }

.alertButtons .button-save {
    padding: 4px 40px;
}

#ociuzToast {
    /*position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;    
    opacity: 1;*/
}

    #ociuzToast #toastMain {
        display: none;
        opacity: 0;
        position: fixed;
        top: -1.75em;
        right: 1em;
        z-index: 1999999;
        min-width: 250px;
        max-width: 350px;
        height: auto;
        overflow: hidden;
        font-size: 1rem;
        background-color: rgba(255,255,255,1);
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 0.25rem 0.75rem 0.25rem rgb(0 0 0 / 20%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 0.4rem;
    }

    #ociuzToast .toast-header {
        padding: 0.25rem 0.75rem;
        background-color: var(--menubgcolor);
        color: var(--themetextcolor) !important;
    }

    #ociuzToast .toast-body {
        padding: 0.35rem 0.75rem 0.75rem 0.75rem;
    }

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

#ociuzToast .toast-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--themetextcolor) !important;
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
    text-decoration: none;
    transition: all ease 0.25s;
}

    #ociuzToast .toast-header .close:hover {
        opacity: .8;
        text-shadow: none;
    }

#ociuzToast .toast-header .closetime {
    font-size: 0.7rem;
}
