.edbr_s_add_follow_button, .edbr_s_remove_follow_button{
    color: #fff;
    margin-left: 0;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 6px;
    border: 1px solid #b9b9b9;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edbr_s_add_follow_button:hover, .edbr_s_remove_follow_button:hover{
    border-color: #2d5be3;
    background-color: #2d5be3;
}
.edbr_s_add_follow_button:focus, .edbr_s_remove_follow_button:focus{
    border-color: #2d5be3;
    background-color: #2d5be3;
}
[data-theme="light-mode"] .edbr_s_follow_single .edbr_s_add_follow_button, [data-theme="light-mode"] .edbr_s_follow_single .edbr_s_remove_follow_button{
    color: #000;
}
[data-theme="light-mode"] .edbr_s_follow_single .edbr_s_add_follow_button:hover,
[data-theme="light-mode"] .edbr_s_follow_single .edbr_s_add_follow_button:focus,
[data-theme="light-mode"] .edbr_s_follow_single .edbr_s_remove_follow_button:hover,
[data-theme="light-mode"] .edbr_s_follow_single .edbr_s_remove_follow_button:focus{
    color: #fff;
}
.edbr_s_btn_loading {
    opacity: 0.6;
    pointer-events: none;
}
.edbr_s_btn_loader{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2d5be3;
    width: 20px;
    height: 20px;
    display: none;
    -webkit-animation: edbr_spin 0.6s linear infinite;
    animation: edbr_spin 0.6s linear infinite;
}
.edbr_s_btn_loading .edbr_s_btn_text{
    display: none;
}
.edbr_s_btn_loading .edbr_s_btn_loader{
    display: flex;
}
.edbr_s_add_follow_button_wrap{
    display: flex;
    gap: 10px;
}
.edbr_s_add_follow_button_wrap_2:has( .edbr_s_add_follow_button),
.edbr_s_add_follow_button_wrap_2:has( .edbr_s_remove_follow_button) {
    padding: 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
li.action .edbr_s_add_follow_button, 
li.action .edbr_s_remove_follow_button {
    color: black;
    line-height: 28px;
}
li.action .edbr_s_add_follow_button:hover,
li.action .edbr_s_remove_follow_button:hover{
    color: white;
}
.iscu_no_follow_yet_para{
    background-color: white;
    padding: 16px;
    border-radius: 8px;
}
.edbr_s_pagination{
    gap: 10px;
}
.edbr-s-follow-search-box {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.edbr-s-follow-search-box-input{
    padding: 12px;
      border-radius: 4px;
      border-color: #e4e9f1;
}
.edbr-s-follow-search-box-sub-btn{
    border-radius: 7px;
}
.cirkle-loader.edbr_s_follow_loop_loader {
    display: none;
}
@-webkit-keyframes edbr_spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes edbr_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (min-width: 576px) and (max-width: 991px){
    .user-top-header .menu-list:has( #edbr-follower-nav-id-personal-li),
    .user-top-header .menu-list:has( #edbr-following-nav-id-personal-li) {
      width: 100%;
      margin-bottom: 0;
      display: inline-block;
    }
    .user-top-header .menu-list:has( #edbr-follower-nav-id-personal-li) li,
    .user-top-header .menu-list:has( #edbr-follower-nav-id-personal-li) li {
        width: 25%;
        display: inline-block !important;
    }
}

@media only screen and (max-width: 575px) {
    .edbr_s_add_follow_button_wrap{
        justify-content: center;
    }
}