#security3 .panel-body{
    background-color: #F8F8F8;
    padding: 10px 15px;
}
#security3 .panel-body .title-content{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
#security3 .panel-body .body-content{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
#security3 .action{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#security3 .action .btn-goto-settings{
    background-color: #0068FF;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
}
#security3 .action .confirm-delete-account{
    color: #333;
    border: 1px solid #333;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px;
    padding: 4px 10px;
}
#security3 .btn-restore{
    background-color: #0068FF;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
}
.box-my-bidoo h2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.box-my-bidoo .box{
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 15px 0;
}
#deleteAccountReason{
    padding: 5px 10px;
    font-size: 14px;
    resize: vertical;
    border-color: #DBDBDB;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    color: #525252;
}
#deleteAccountReason.disabled{
    border-color: #DBDBDB;
    color: #525252;
}
#deleteAccountReason.error{
    border-color: #E41B1B;
}
.title-textarea{
    margin-bottom: 5px;
}
.box-checkbox label{
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 5px;
}
.box-checkbox label.error{
    color: #E41B1B;
}
.wrap-char-counter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3px;
    gap: 3px;
}
.char-counter{
    font-size: 10px;
    color: #525252;
    text-align: left;
    margin-top: 0px;
}
.char-counter.limit-reached{
    color: #00CC66;
    font-weight: bold;
}

#deleteAccountButton{
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    color: #858585;
}
#deleteAccountButton span.fa{
    margin-right: 10px;
}
#deleteAccountButton.active{
    background-color: #0068FF !important;
    border-color: #0068FF !important;
    color: #fff !important;
}
#confirmDelete{
    width: 20px;
    height: 20px;
}
.box-checkbox{
    display: flex;
    justify-content: flex-start;
    margin-left: 5px;
    margin-top: 4px;
}
#modalConfirmDeleteAccount .modal-dialog{
    width: 346px;
    margin: 15px auto;
}
#modalConfirmDeleteAccount{
    color: #333;
    font-size: 15px;
    text-align: center;
}
#modalConfirmDeleteAccount .modal-body{
    padding: 30px;
}
#modalConfirmDeleteAccount .content-part{
    margin-bottom: 30px;
}
#modalConfirmDeleteAccount .title-part{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
#modalConfirmDeleteAccount .btn-delete{
    width: 100%;
    background-color: #E41B1B;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
#modalConfirmDeleteAccount .btn-undo{
    width: 100%;
    background-color: #fff;
    color: #333;
    border: 1px solid #A4A4A4;
    margin-bottom: 10px;
    font-weight: bold;
}

.back_to_home{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #4B81EF;
}
.back_to_home a.active i{
    font-size: 20px;
    color: #4B81EF !important;
    position: absolute;
    left: 3px;
    top: 0px;
}
.back_to_home a{
    color: #4B81EF !important;
    font-size: 14px;
    margin-left: 3px;
    list-style: none;
    text-decoration: none;
    white-space: nowrap;
}
.delete-account .box-my-bidoo{
    padding: 50px;
}
.wrap-before-header{
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 576px) {
    .box-my-bidoo {
        padding: 50px 15px !important
    }
    .delete-button{
        margin-top: 20px;
    }
    .wrap-before-header {
        position: absolute;
        top: 20px;
        left: 0px;
    }
    body.delete-account{
        background-color: #fff;
    }
    body.delete-account .box-my-bidoo{
        box-shadow: none;
    }
}