.oko-config-spinner{
    position: fixed;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    display: none;
    justify-content: center;
    align-items: center;

    transition: .3s;
    background: rgba(0, 0, 0, .6);
	font-size: initial;

}

.oko-config-spinner>img{
	opacity: 1 !important;
	font-size: initial;
    width: 100px;
    max-width: 90% !important;
}





#alert-contain.oko-cfg{
    position:fixed;
    z-index: 999999;
    bottom: 100px;
    right: 30px;
    text-align: right;
    width: 70%;
    pointer-events: none;
    padding-top: 10px;
	/* border: 5px solid red; */
	/* height: 20px; */
}
.alert-wrap.oko-cfg{
    transition: .5s;
}
.alert-msg.oko-cfg{
    position: relative;
    background: rgba(0, 0, 0, .9);
    color: lightgrey;
    font-size: 15px;
    display: inline-block;
    margin: 1px 0;
    padding: 5px 50px 5px 20px;
    pointer-events: initial;
	font-weight: bold;
	border-radius: 4px;
}
.alert-msg.oko-cfg pre{
    max-height: 80vh;
    overflow-y: auto;
}
.alert-msg.oko-cfg span{
    color: orange;
}
.oko-cfg .alert-icon,
.alert-close.oko-cfg{
    height: 100%;
    width: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 4px 0 0 4px;
}

.oko-cfg .alert-icon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
}




.alert-close.oko-cfg{
    position: absolute;
    right: 0px;
    top: 0px;
    pointer-events: initial;
    cursor: pointer;
    border-left: 1px solid grey;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}
/* .oko-cfg.alert-close:hover{
    background: rgba(250, 50, 55, .4);
}
.oko-cfg .alert-icon{
    background: lightgrey;
}
.oko-cfg .alert-icon.type-success{
    background: rgba(100, 245, 100, .7);
} */
.oko-cfg .alert-icon.type-error,
.oko-cfg .alert-icon.type-warning{
    background: red;
}

