/*CSS Document */
 
/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}

/* Class for clearing floats */
/* .clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;} */
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

a { 
    text-decoration: none !important;
    box-shadow: none !important;
}
.error{color:red !important;}
.iusisu_error{color:red !important;}
.iusisu_success-msg{color:green !important;}
/*==========Form-Design-START===========*/
h2{
    padding-bottom: 15px;
}
h2, h3{
font-size: 1.4em;
}
h1, h2, h3, h4, h5, h6{
font-weight: 400 !important;
}
.iusisu_form-wrapper.iflair-plugin {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 10px 40px -3px rgb(36 48 59 / 15%);
    border-radius: 8px;
    max-width: 450px;
    margin: 30px auto;
    text-align: center;
    display: block;
}
.iusisu_my-account-wrapper p.form_success_message{
    font-size: 1.1em !important;
}
body .iusisu_form-wrapper.iflair-plugin h2 {
    font-family: 'Roboto';
    text-transform: capitalize;
    color: #4A4A4A;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 0;
}
p.iusisu_login-message-con.success-msg {
    color: green !important;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.iusisu_form-wrapper.iflair-plugin form .iusisu_form-field:last-of-type {
    margin-bottom: 0;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field label {
    display: block;
    text-align: left;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 11px;
    color: #4A4A4A;
    font-weight: 500;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field label.iusisu_error {
    font-size: 14px;
    margin: 5px 0 0;
    color: #ff0000;
    font-weight: 400;
}
.custom-file-upload input {
    margin-top: 12px;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field.iusisu_profile-picture{
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1;
}

.iusisu_form-wrapper.iflair-plugin form input[type="email"],
.iusisu_form-wrapper.iflair-plugin form input[type="text"],
.iusisu_form-wrapper.iflair-plugin form input[type="password"] {
    width: 100%;
    background-color: transparent !important;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    border-style: solid !important;;
    border-color: #3a51632b !important;;
    border-width: 0 0 1px 0 !important;;
    padding: 15px 15px 15px 0px !important;;
    box-shadow: inset 0 1px 0px rgba(0,0,0,0) !important;;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1 !important;
}
.iusisu_form-footer a {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    color: #000 !important;
    text-decoration: none !important;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-footer span.iusisu_forgotPassword a {
    text-decoration: none !important;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-footer span.iusisu_forgotPassword + a {
    text-decoration: none !important;
}
.iusisu_form-wrapper.iflair-plugin h2 {
    font-family: 'Roboto' !important;
    text-transform: capitalize !important;
    color: #4A4A4A !important;
    font-weight: 400 !important;
}
.iusisu_form-wrapper span.iusisu_user-profile-and-logout a {
    color: #000 !important;
    text-decoration: none !important;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    box-shadow: none !important;
}
.iusisu_form-wrapper.iflair-plugin form input[type="email"]:focus,
.iusisu_form-wrapper.iflair-plugin form input[type="text"]:focus,
.iusisu_form-wrapper.iflair-plugin form input[type="password"]:focus {
    outline: none;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field i {
    position: absolute;
    top: 16px;
    right: 4px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    font-size: 16px;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field.remember-me {
    text-align: left;
    color: #000;
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.iflair-plugin .iusisu_form-field.iusisu_profile-picture .fa-cloud-upload {
      
       position: absolute;
       top: 2.7rem;
       right: 1.2rem;
       bottom: 0;
       margin: 0;
       cursor: pointer;
       height: min-content;
       top: 50px;
       right: 15px;
       color: #000;
}
.iusisu_form-field .fa-eye-slash:before{
    font-size: 16px;
    color: #000;

}
.iusisu_form-wrapper.iflair-plugin .iusisu_action-field {
    margin: 30px 0;
    width: 100%;
    display: block;
}
.iusisu_form-wrapper.iflair-plugin div:last-child {
    margin-bottom: 0;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_action-field input[type="submit"],
.iusisu_form-wrapper.iflair-plugin .iusisu_action-field input#submit {
    max-width: 130px;
    width: 100%;
    border-radius: 4px;
    padding: 13px 15px;
    height: auto;
    background-color:var(--primary);
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary);
    cursor: pointer;
    border: transparent !important;
    box-shadow: none !important;
    margin: 0 auto;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_action-field input[type="submit"]:hover,
.iusisu_form-wrapper.iflair-plugin .iusisu_action-field input#submit:hover {
    background-color: var(--btn-hover);
    color: var(--pre-secondary);
}
.iusisu_form-field input::placeholder{
    font-family: 'Poppins', sans-serif !important;
}

.iusisu_form-wrapper.iflair-plugin span.iusisu_forgotPassword {
    display: inline-block;
    padding-right: 7px;
    border-right: 1px solid var(--secondary);
    margin-right: 2px;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field input[type="password"] {
    padding-right: 40px;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-field span.iusisu_user_password_generate {
    font-weight: 600;
    cursor: pointer;
    display: block;
    text-align: right;
    margin: 10px 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    background: #d1d1d1;
    height: 48px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    color: #000 !important;
}
.iusisu_form-wrapper.iflair-plugin #iusisu-user-reg .iusisu_form-field i#iusisu_togglePassword {
    position: absolute;
    right: 94px;
    top: 17px;
    color: #000 !important;
    font-size: 16px;
}
.change-form-outer .iusisu_form-field #iusisu_old-password,
.change-form-outer .iusisu_form-field #iusisu_new-password,
.change-form-outer .iusisu_form-field #iusisu_confirm-password,
#iusisu_login .iusisu_form-field #iusisu_password,
.iusisu_form-field #iusisu_txtPassword {
    min-height: 49px;
}
.iusisu_form-field .fa-eye {
    color: #000;
    font-size: 16px;
}
.iusisu_form-wrapper.iflair-plugin a {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.iusisu_form-wrapper.iflair-plugin a:hover,
.iusisu_form-wrapper.iflair-plugin a:focus {
    color: #2271b1 !important;
}
.iusisu_form-wrapper.iflair-plugin .iusisu_form-footer {
    line-height: normal;
    text-align: center;
}
/*==========Form-Design-END===========*/
/*=======My-Account-Page-Design-Start========*/
.iusisu_profile-picture .iusisu_image-wrap > img{
    margin-top: 20px;
    display: block;
    width: 118px;
    height: 90px;
    object-fit: cover;
    padding: 10px;
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 1rem;
    margin: auto;
}
.iusisu_image-wrap {
    margin: 10px 0 0;
    position: relative;
    width: fit-content;
    line-height: 1;
    display: inline-block;
    border: 1px solid #3a51632b;
    margin-top: 1rem;
    position: relative;
}
.iusisu_remove-image {
    display: none;
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 10em;
    padding: 3px 7px;
    text-decoration: none;
    font: 700 20px/20px sans-serif;
    background: #555;
    border: 2px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.remove-image:hover {
    cursor: pointer;
    color: #FFF;
    background: #E54E4E;
}
.iusisu_my-account-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 100% !important;
    box-shadow: 6px 10px 40px 4px rgb(36 48 59 / 15%);
    background-color: #ededed;
    margin: 3% auto;
    padding: 30px 25px 14px 25px;
    border-radius: 20px;
}
.iusisu_my-account-wrapper ul.iusisu_tabs {
    list-style-type: none;
    background-color: #fff;
    box-shadow: 0px 10px 40px -3px rgb(36 48 59 / 15%);
    padding: 0 !important;
    margin: 0 !important;
    width: 300px;
}
.iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link {
    display: flex;
    width: 100%;
    padding: 15px;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 !important;
}
.iusisu_my-account-wrapper .iusisu_user-profile-and-logout a{
    text-decoration: none;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper #iusisu_dashboard .iusisu_form-wrapper{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 10px 40px -3px rgb(36 48 59 / 15%);
    border-radius: 8px;
}
.iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link.iusisu_current {
    background-color: var(--primary);
    color: var(--pre-secondary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link.iusisu_current, .iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link:hover{
    width: calc(100% + 20px);
}
.iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link i{
    width: 31px;
}
.iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link:hover {
    background-color: var(--btn-hover);
    color: var(--pre-secondary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}
.iusisu_my-account-wrapper ul.iusisu_tabs li a, .iusisu_my-account-wrapper ul.iusisu_tabs li{
    color: var(--secondary);
}
.iusisu_my-account-wrapper .iusisu_tab-link.iusisu_current a{
    color: #fff !important;
}
.iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link:hover a {
    color: var(--pre-secondary);
}
.iusisu_my-account-wrapper ul.iusisu_tabs li a{
    text-decoration: none;
    box-shadow: none !important;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper {
    width: calc(100% - 322px);
    padding: 0 0 0 22px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content.iusisu_current {
    display: block;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content {
    display: none;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#iusisu_dashboard {
    text-align: center;
    color: #363636;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content h2 {
    font-size: 35px;
    line-height: 54px;
    margin-top: 0 !important;
    color: #000 !important;
    margin-bottom: 0;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content .iusisu_profile-picture .iusisu_button-primary{
    font-size: 14px;
    background-color: transparent !important;
    border-bottom: 1px solid #3a51632b;
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper #iusisu_dashboard .iusisu_form-wrapper a {
    text-decoration: none;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content a {
    color: var(--primary);
    font-weight: 600;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 14px;
    display: flex !important;
    height: 26px;
    justify-content: center;
    align-items: center;
    line-height: 28px;
    width: 26px;
    /* background: #2271b1; */
    cursor: pointer;
}
.iusisu_image-wrap .iusisu_remove-image img {
    filter: invert(1);
}
#iusisu_myeditprofile{
    width: auto !important;
    text-transform: capitalize;
}
.iusisu_my-account-wrapper .iusisu_user-profile-and-logout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.iusisu_my-account-wrapper .iusisu_user-profile-and-logout a:hover{
    color:var(--primary) !important;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content a:hover {
    color: #000;
}
.updated_offer_details {
    padding-bottom: 115px;
}
.iusisu_my-account-wrapper a.remove-profile-image {
    display: none;
    position: absolute;
    top: -16px;
    right: -8px;
    border-radius: 10em;
    padding: 3px 7px;
    text-decoration: none;
    font: 700 20px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgb(0 0 0 / 50%), inset 0 2px 4px rgb(0 0 0 / 30%);
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}
.iusisu_my-account-wrapper a.remove-profile-image:hover{
    cursor: pointer;
    color: #FFF;
    background: #E54E4E;
    padding: 4px 8px;
    top: -18px;
    right: -10px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_user-profile-image {
    margin-bottom: 5px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_user-profile-image .iusisu_user-image,.iusisu_iflair-form-logo .iusisu_user-image{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #3a51632b;
    max-width: 110px;
    width: 100%;
    height: 110px;
    background-size: 110px;
}
.iusisu_form-wrapper .iusisu_image-wrap .iusisu_remove-image {
    background: #2271b1;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content p {
    margin-bottom: 15px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content p:last-of-type {
    margin-bottom: 0;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_form-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#iusisu_user_loader{
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: black
        url('../public/images/loader.svg')
        50% 50%
        no-repeat;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper .dropdown {
    padding-left: 0 !important;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper .table-wrapper {
    margin: 0;
    width: 100%;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper > div {
    margin: 5px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper > div:first-of-type {
    margin-left: 0;
    margin-right: auto;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper .dataTables_filter {
    margin-right: 0;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper table#space_order_list_dashboard {
    margin-top: 30px;
    font-size: 14px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper table#space_order_list_dashboard th {
    padding: 5px;
    width: auto !important;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper table#space_order_list_dashboard td {
    padding: 7px;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper table#space_order_list_dashboard tr td button.view-detail {
    padding: 10px;
    width: 100px;
    line-height: 1;
    background-color: #ed2050;
}
.iusisu_my-account-wrapper .iusisu_tab-content-wrapper table#space_order_list_dashboard tr td button.view-detail:hover {
    background-color: #F1305D;
}
.iusisu_my-account-wrapper input[type="submit"]{
    color: #fff !important;
}
.iusisu_form-wrapper input[type="submit"]{
    color: #fff !important;
}
.iusisu_form-field.iusisu_profile-picture input[type="file"]::-webkit-file-upload-button{
    background-color: #2271b1;
    color: #fff;
    border: 1px solid #2271b1;
    border-radius: 10px;  
    padding: 0.7rem 1rem 0.7rem 1rem;
    cursor: pointer;
 
}
.iusisu_form-field.iusisu_profile-picture input[type="file"]::-moz-file-upload-button{
   background-color: #2271b1;
    color: #fff;
    border: 1px solid #2271b1;
    border-radius: 10px;
    padding: 0.7rem 1rem 0.7rem 1rem;
    cursor: pointer;
}
.edit-profile-outer {
    display: grid;
    align-items: initial;
    grid-gap: 30px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
}
.edit-profile-outer .iusisu_form-field {
    margin: 0 !important;
}
.edit-profile-outer .iusisu_form-field.iusisu_profile-picture {
    grid-column: 1 / 3;
}
.iusisu_form-wrapper .change-form-outer {
    display: grid;
    align-items: initial;
    grid-gap: 30px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
}
.iusisu_form-wrapper .iusisu_form-field:last-child {
    grid-column: 1/3;
    color: #000;
}
.iusisu_my-account-wrapper .iusisu_tabs li.iusisu_tab-link:hover a {
    color: #fff !important;
}
.iusisu_form-wrapper .iusisu_change-password-message {
    grid-column: 1/3;
}
.iusisu_form-field #iusisu_togglePassword {
    padding-right: 10px;
}
/*=======My-Account-Page-Design-End========*/
@media (max-width: 1025px) {
    .listing-wrapper .list-item {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper .table-wrapper {
        overflow-x: auto;
    }
    .iusisu_my-account-wrapper {
        max-width: 94%;
    }
}

@media (max-width: 767px) {
    .iusisu_form-wrapper .iusisu_form-field.iusisu_profile-picture img {
        max-width: 60px;
    }
    .iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link.iusisu_current, .iusisu_my-account-wrapper ul.iusisu_tabs li.iusisu_tab-link:hover {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .iusisu_my-account-wrapper ul.iusisu_tabs,
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper {
        width: 100%;
    }
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper div#space_order_list_dashboard_wrapper > div {
        margin: 5px 0;
        width: 100%;
        text-align: left;
    }
}

@media (max-width: 599px) {
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_form-wrapper {
        padding: 15px 0;
    }
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper{
        padding: 15px 0;
    }
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_form-wrapper {
        padding: 20px;
    }
    .iusisu_my-account-wrapper .iusisu_tab-content-wrapper .iusisu_tab-content a{
        font-size: 13px;
    }
    .iusisu_form-wrapper.iflair-plugin .iusisu_form-field span.iusisu_user_password_generate {
        position: relative;
        background: transparent;
        height: auto;
        display: block;
        padding: 0;
    }
    .iusisu_form-wrapper.iflair-plugin .iusisu_form-field i#iusisu_togglePassword{
        right: 0;
    }
}
@media screen and (max-width:400px){
    .iusisu_my-account-wrapper .iusisu_user-profile-and-logout {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .iusisu_my-account-wrapper .iusisu_user-profile-and-logout a{
        height: auto !important;
        line-height: 1.7 !important;
    }
}