.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-1 {
    position: absolute;
}

.account-settings {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 100px 24px;
    overflow-x: hidden;
}

.account-settings .popup-block {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
}

.popup-block .header {
    padding: 40px;
    position: relative;
}

.popup-block .close-popup {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.popup-block .title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
}

.tabs {
    width: 100%;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    display: flex;
    border-bottom: 2px solid #D6D6D6;
    border-radius: 0;
    padding-left: 40px;
    align-items: center;
}
.tabs-nav li {
    margin-bottom: -2px;
    padding: 0 24px 18px;
    width: auto;
    border-bottom: 2px solid transparent;
}
.tabs-nav li:hover {
    border-bottom: 2px solid #625F81;
}
.tabs-nav li.tab-active {
    border-bottom: 2px solid #625F81;
}
.tabs-nav li a {
    border: none;
    background: transparent;
    margin: 0;
    color: #C0BFCD;
    outline: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    padding-bottom: 18px;
}
.tabs-nav li:hover a {
    color: #625F81;

}
.tabs-nav li.tab-active a {
    color: #625F81;

}

.inner-box {
    padding: 20px 40px 0px;
    min-height: 425px;
    max-height: 425px;
    overflow: auto;
}

.inner-box .heading {
    font-size: 20px !important;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 20px;
}

.inner-box .text {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.5px;
}

.inner-box .info-box {
    padding-bottom: 24px;
    margin: 8px 0 24px;
    border-bottom: 1px solid #D6D6D6;
    position: relative;
}

.info-box .top-wrap {
    display: flex;
    justify-content: space-between;
    color: #625F81;
    align-items: center;
    margin-bottom: 8px;
}

.inner-box .title {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}

.info-box .content {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.5px;
}

.edit-btn.cancel {
    display: none;
}

.info-box .change-info-form {
    display: none;
}

.info-box .content-notif {
    display: none;
}

.info-box .change-info-form form {
    margin-bottom: 0;
}
.info-box .change-info-form form > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.info-box .change-info-form .field-col {
    width: 48%;
}

.info-box .change-info-form .update_user_email, 
.info-box .change-info-form .update_user {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    width: auto;
    display: inline-block;
    padding: 8px 16px !important;
    margin-top: 13px !important;
    margin-bottom: 0 !important;
}
.response_status{
    text-align: left !important;
}

.response_status label.error{
    margin: 10px 0;
    font-size: 12px;
    color: #cb3535;
}

.response_status label.success {
    margin: 10px 0;
    font-size: 14px;
    color: #2c916e;
}

.info-box.active .content {
    display: none;
}

.info-box.active .content.content-notif {
    display: block;
}

.info-box.active .edit-btn {
    display: none;
}

.info-box.active .edit-btn.cancel {
    display: block;
}

.info-box.active .change-info-form {
    display: block;
}

.redirect_label{
    padding: 0 40px 40px 40px;
    text-align: left;
}

.edit-btn {
    font-size: 12px;
    background: transparent;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 600;
}

.edit-btn i {
    margin-right: 8px;
}

.edit-btn:hover {
    background: #BFBFBF;
}

.delete-btn {
    display: flex;
    width: 100%;
    color: #E64236;
    padding: 8px;
    border: 1px solid;
    justify-content: center;
    max-width: 140px;
    border-radius: 4px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
}



.inner-box form {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    text-align: left;
}

.inner-box form input {
    padding: 8px;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    color: #000000;
    background-color: #fff;
    font-size: 16px;
}

.inner-box form label {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 4px !important;
}

a.forgot-password {
    font-size: 14px;
    line-height: 20px;
    color: #625F81;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: right;
    margin: 16px 0;
    letter-spacing: 0.5px;
}

.inner-box input[type="submit"] {
    margin-top: 40px !important;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    display: block;
    margin: 16px 0;
    letter-spacing: 0.5px;
    max-width: 160px;
}

.form-wrap .desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #999999;
}

.notif-box .form-wrap {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.notif-box.inner-box label {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
}

.notif-box.inner-box .heading {
    margin-bottom: 16px;
}

.notif-box.inner-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #625F81 !important;
    border-radius: 4px;
}
  
  /* When the checkbox is checked, add a blue background */
  
.notif-box.inner-box input:checked ~ .checkmark {
    background-color: #625F81;
}

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .notif-box.inner-box input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .notif-box.inner-box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .delete-account-popup {
      display: none;
  }

  .delete-account-popup.popup-block .header {
    border-bottom: 2px solid #D6D6D6;
}

.delete-account-popup .main-content .heading {
    margin-top: 0;
}

.deletion-form .title {
    margin-top: 0px;
    margin-bottom: 10px;
}
.inner-box input[type="textarea"] {
    height: 92px;
}

.deletion-form form input {
    margin-bottom: 16px !important;
}

.deletion-form input[type="checkbox"] {
    width: auto;
    margin: 0 !important;
}

.deletion-form .btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.deletion-form .btn-wrap input[type="submit"] {
    background: #E64236;
    margin: 0 !important;
    line-height: 20px;
    border: 1px solid #E64236;
}

a.cancel-delete {
    font-size: 14px;
    width: auto;
    display: block;
    letter-spacing: 0.5px;
    color: #625F81;
    border: 1px solid;
    text-align: center;
    border-radius: 4px;
    padding: 8px 16px;
    line-height: 20px;
    font-weight: 600;
}

.acc-settings-heading {
    color: #000;
}

@media only screen and (max-width: 768px){
    .tabs {
        height: 60vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 425px){
    .popup-block .header {
        padding: 30px;
    }

    .tabs-nav {
        padding-left: 5px;
    }

    .tabs-nav li {
        padding: 0px 9px 15px;
    }

    .tabs {
        height: 60vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    a.cancel-delete {
        padding: 8px 8px;
    }

}

@media only screen and (max-width: 320px){
    .tabs-nav li {
        padding: 0px 9px 15px;
    }
    .tabs {
        height: 55vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .inner-box input[type="submit"] {
        width: 67%;
        font-size: 13px;
    }

    a.cancel-delete {
        padding: 8px 4px;
    }

    .deletion-form .btn-wrap {
        gap: 5px;
    }

    .inner-box .title {
        font-size: 13px;
    }

    .inner-box .heading {
        font-size: 16px !important;
    }

    .notif-box.inner-box label {
        font-size: 15px;
    }

    
}