.el-loading-mask{
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.2);
}

.el-loading-spinner .path{
    color:#fff;
}


.el-loading-spinner i{
    color:#fff;
    text-shadow: 0 0 10px #fff;
}
.el-loading-spinner .el-loading-text{
    color:#fff;
    text-shadow: 0 0 10px #fff;
}

.el-message-box__wrapper{
    backdrop-filter: blur(10px);
}

.el-dialog__wrapper{
    backdrop-filter: blur(10px);
}

.el-message {
    min-width: 300px;
    border:none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(65,69,80,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 20000px;
    backdrop-filter: blur(5px);
}

.el-alert{
    border:none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(65,69,80,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 20000px;
    backdrop-filter: blur(5px);
}

.el-alert--warning.is-light{
    background-color: rgba(65,69,80,0.5);
}

.el-message-box {
    width: auto;
    max-width: 96%;
    border:none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(65,69,80,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 20px;
}

.el-message-box__title{
    color:#fff
}

.el-message-box__content{
    color:#fff
}

.el-message-box__headerbtn .el-message-box__close {
    color: #fff;
    text-shadow: 0 0 0 #fff;
    transition: all 300ms;
}

.el-message-box__headerbtn:hover .el-message-box__close {
    color: #fff;
    text-shadow: 0 0 10px #fff;
}

.el-dialog{
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(65,69,80,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 20px;
}

.el-dialog__title {
    color:#fff
}

.el-dialog__headerbtn .el-dialog__close{
    color: #fff;
    text-shadow: 0 0 0 #fff;
    transition: all 300ms;
}

.el-dialog__headerbtn:hover .el-dialog__close {
    color: #fff;
    text-shadow: 0 0 10px #fff;
}

.el-form-item__label {
    color:#fff
}

.el-radio{
    color:#fff
}

.el-radio__inner{
    transition: all 300ms;
}

.el-radio__label{
    transition: all 300ms;
}

.el-radio__input.is-checked .el-radio__inner {
    border-color:#FA6E86;
    background: #FA6E86;
    text-shadow: 0 0 10px #fff;
}

.el-radio__input.is-checked+.el-radio__label {
    color: #fff;
    text-shadow: 0 0 10px #fff;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
    -webkit-box-shadow: 0 0 2px 2px #FA6E86;
    box-shadow: 0 0 2px 2px #FA6E86;
}

.el-button{
    color:#fff;
    border: none;
    font-weight: 300;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-radius: 10000px;
    background-color: rgba(65,69,80,0.3);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0);
    transition: all 300ms;
}

.el-button--primary:focus,.el-button--primary:hover {
    color:#fff;
    border-top-color: rgba(255,255,255,0.65);
    border-bottom-color: rgba(255,255,255,0.45);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 15px #fff;
    backdrop-filter: blur(7px);
    background-color: rgba(65,69,80,0.3);
}

.el-button:focus,.el-button:hover {
    color:#fff;
    border-top-color: rgba(255,255,255,0.65);
    border-bottom-color: rgba(255,255,255,0.45);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 15px #fff;
    backdrop-filter: blur(7px);
    background-color: rgba(65,69,80,0.3);
}

.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    color: #a1a1a1;
    cursor: not-allowed;
    background-image: none;
    background-color: rgba(0,0,0,0.2);
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.el-input{
    border: none;
}

.el-input__inner{
    border: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.3);
    border-radius: 1000px;
    color:#fff;
    transition: all 300ms;
}

.el-input__inner:hover {
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.el-input__inner:focus {
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    background-color: rgba(0,0,0,0.5);
}


.el-card{
    border:none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(65,69,80,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 20px;
    color:#fff;
}

.el-card__header {
    border:none;
}

.el-switch__label {
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.el-switch__label.is-active {
    color: #fff;
    text-shadow: 0 0 10px #fff;
}

.el-textarea__inner{
    border: none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    color:#e6e6e6;
    transition: all 300ms;
}

.el-textarea__inner:focus{
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.el-textarea__inner:hover{
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.el-table--border{
    border:none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.el-table{
    background-color: rgba(0,0,0,0.1);
    border-radius: 20px;
    color:#fff;
}

.el-table--border::after,.el-table::before{
    background-color: rgba(0,0,0,0.1);
}

.el-table thead{
    color:#fff;
}

.el-table th, .el-table tr{
    background-color: rgba(0,0,0,0.1);
}

.el-table--striped .el-table__body tr.el-table__row--striped td{
    background-color: rgba(0,0,0,0.1);
}

.el-table td, .el-table th.is-leaf{
    border:none;
}

.el-table--enable-row-hover .el-table__body tr:hover>td{
    background-color: rgba(0,0,0,0.2);
}