.swal2-popup {
    font-size: 1.1rem !important;
}

.swal2-icon {
    width: 5em !important;
    height: 5em !important;
    border-width: .25em !important;
}

.fixed .content-wrapper {
    margin-top: 0;
}

.content-wrapper {
    border-radius: 0;
    margin-right: 0;
}

.main-header {
    width: 0;
}

.fixed .main-menu-footer{
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
}

body.dark-skin .content-wrapper{
    background-color:unset;
}

.content-wrapper{
    margin-left:0;
}

.account-content .form-control{
    background-color:white;
    /*color:#CACACA;*/ /*  this config from figma doesn't work here */
    color:black;
    border-radius: 16px;
}

.account-content .btn.btn-danger{
    background: #ED1C24;
    border-radius: 16px;
    width:100%
}

.account-content .btn.btn-danger-invert {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 124%;

    /* or 25px */
    text-align: center;

    color: #ED1C24;
    border: 1px solid #ED1C24;
    box-sizing: border-box;
    border-radius: 16px;
    width:100%
}

.account-logo-box .text-uppercase{
    margin-top:2rem;
    margin-bottom:4rem;
}