#edwsier-bridge {
    display: none;
}

.eb_toke_detail_tbl {
    margin: 15px 10px 15px 30px;
    line-height: 35px;
}


/*************************************/

#auth_edwiserbridge_copy {
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1000000;
    left: 50%;
    top: 120px;
    margin-left: -150px;
    opacity: 0.8;
}

.eb_copy_btn {
    text-align: right;
    color: #157acb;
    cursor: pointer;
    padding-left: 10px;
    font-size: 12px;
    visibility: hidden;
}

.eb_copy_text {
    cursor: pointer;
}

#eb_create_service {
    margin-bottom: 10px;
    margin-top: 10px;
}

#admin-ebnewserviceinp .form-defaultinfo,
#admin-ebexistingserviceselect .form-defaultinfo,
#admin-ebnewserviceuserselect .form-defaultinfo {
    display: none;
}

.eb_settings_err,
#eb_common_err {
    color: red;
    display: none;
    border: 1px solid #ff00001f;
    padding: 12px;
    background-color: #ff000008;
}

#eb_common_success {
    color: green;
    display: none;
    border: 1px solid #b3ffb3;
    padding: 12px;
    background-color: #f1f6f1;
}

#admin-ebexistingserviceselect {
    display: none;
}

.eb-plugin-update-notice{
    position: relative;
}
.eb-plugin-update-notice-heading{
    color: #133F3F;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.eb-plugin-update-notice-body{
    color: #333;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.eb-plugin-update-changelog{
    color: #333;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.eb-plugin-update-dismiss{
    top: 0;
    position: absolute;
    right: -40px;
    text-decoration: none;
    color: #242424;
}
.eb-plugin-update-dismiss:hover{
    text-decoration: none;
    color: #242424;
}
.eb-plugin-update-action{
    color: #0041C9;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 6px;
}
.eb-plugin-update-action span{
    color: #333;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.eb-plugin-update-notice p{
    margin-bottom: 3px;
}

.alert-dismissible:has(.eb-plugin-update-notice) .close{
    display: none !important;
}
