/*******************************************************************************
* Sweet Alert
*******************************************************************************/

.success .swal-button, .warning .swal-button{
    padding: 10px 20px;
    border-radius: 2px;
    background: orangered;
    color: #FFF;
    font-size: 14px;
    border: none!important;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.success .swal-button:focus, .warning .swal-button:focus{
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
.success .swal-button:hover, .warning .swal-button:hover{
    background: var(--color-3);
}

/*******************************************************************************
* Custom
*******************************************************************************/

.Wxyiq {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.4);
    z-index: 9999;
    backdrop-filter: blur(5px);
    overflow: auto;
}
.WR0o7 {
	width: 100%;
	max-width: 500px;
	background: #FFF;
    margin: auto 10px;
    position: relative;
    transform: translateY(-100vh);
    opacity: 0;
    transition: .2s ease;
    padding-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%) , 0 1px 10px 0 rgb(0 0 0 / 12%) , 0 3px 5px -1px rgb(0 0 0 / 20%);
}
.WR0o7.active {
    transform: translateY(0px);
    opacity: 1;
}
.DwGxB {
    
}
.DwGxB img {
    width: 100%;
}
