/*Custom*/
.error{
    border: 1px solid #FF0000 !important;
}

.b2s-auto-post-publish-label, .b2s-auto-post-update-label{
    font-style:italic;   
}

.b2s-post-type-list{
    float: left;
    margin-bottom: 5px;
    width: 50%;
}

.b2s-post-type-select-btn{
    padding: 0 0 1px !important;
}

.b2s-network-auth-count {
    font-size: 12px;
    font-style: italic;
    color: #777;
    font-weight: normal;
    line-height: 1;
}

.list-group-item{
    border: 0px !important;
}

.b2s-img-network {
    width: 36px !important;
    margin-top: 8px !important;
}

.b2s-input-text-size-45{
    width: 60px;
}

.chosen-container{
    min-width: 50% !important;
}

.padding-bottom-3{
    padding-bottom: 3px;
}

.b2s-bold{
    font-weight: 600;
}

ul.chosen-choices {
    background-image: none !important;
    border-radius: 3px;
    border: 1px solid #d7d7d7 !important;
    box-shadow: none;
}

.b2s-network-item-auth-select + .chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    height: auto !important;
    min-height: 30px;
}

.b2s-auto-post-own-update-warning .alert-warning {
    background-color: #fff8ec;
    color: #92510a;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px 14px;
}

.b2s-network-tos-auto-post-import-warning{
    display: none;
}

.b2s-network-tos-auto-post-import-warning > .alert{
    margin-bottom: 0px !important;
}

#b2s-auto-post-profil-dropdown-twitter option:disabled {
    color: #ff4f68;
}

.b2s-w-100 {
    width: 100%;
    padding: 0px;
}

.b2s-auto-post-header {
    display: inline-block;
    margin-right: 5px;
}

/* Modern toggle switch */
.b2s-ap-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin-bottom: 0;
    flex-shrink: 0;
    vertical-align: middle;
}
.b2s-ap-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.b2s-ap-slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #cbd5e1;
    border-radius: 24px;
    transition: .2s;
}
.b2s-ap-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.b2s-ap-switch input:checked + .b2s-ap-slider {
    background-color: #0073aa;
}
.b2s-ap-switch input:focus + .b2s-ap-slider {
    box-shadow: 0 0 0 2px rgba(0,115,170,.35);
}
.b2s-ap-switch input:checked + .b2s-ap-slider:before {
    transform: translateX(20px);
}


.b2s-ap-configure-btn {
  background: #f1f5f9;
    border-color: #cbd5e1 !important;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    transition: background .15s, border;
    margin-left: 15px;
}

.b2s-ap-configure-btn:hover,
.b2s-ap-configure-btn:focus {
    background: #ebebeb;
    color: #2c3338;
    text-decoration: none;
}
.b2s-ap-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform .2s;
    flex-shrink: 0;
}
.b2s-ap-configure-btn.collapsed .b2s-ap-caret {
    transform: rotate(-90deg);
}
.b2s-ap-configure-body {
    border-left: 3px solid #e0e0e0;
    padding-left: 16px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
}

.b2s-auto-post-categories-state-include,
.b2s-auto-post-categories-state-exclude,
.b2s-auto-post-tags-state-include,
.b2s-auto-post-tags-state-exclude {
    margin-right: 5px!important;
    margin-bottom: 10px!important;
}
.b2s-auto-post-state{
    margin-right: 3px!important;
    margin-bottom: 4px!important;
}

/* Network profile selects — reshare pill style */
#b2s-auto-post-profil-dropdown,
#b2s-auto-post-profil-dropdown-twitter {
    height: 28px !important;
    font-size: 12px !important;
    font-weight: 500;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    color: #475569;
    padding: 5px 12px;
    background: #f8fafc;
    transition: background .15s, border-color .15s, color .15s;
    min-height: 12px !important;
    line-height: normal;
    padding-left: 30px !important;
    padding-right: 23px;
    min-width: 100%;
}

.b2s-rp-autopost-manuell-standard-filters{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 15px;
}
#b2s-ap-advanced-filters{
    padding-left: 45px;
}

#b2s-ap-configure-manuell{
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
}
.b2s-ap-network-details-container-list{
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.list-group-item-ap{
    padding: 0 !important;
}
.b2s-ap-network-item-trigger {
    padding: 4px 10px !important;
    margin-top: 0 !important;
    justify-content: flex-start !important;
    gap: 8px;
}
.b2s-ap-network-item-trigger .b2s-rp-new-chevron {
    margin-left: auto;
}
.b2s-ap-network-trigger-img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 0 !important;
}
#b2s-auto-post-settings-btn {
    position: sticky;
    bottom: 30px;
    z-index: 100;
    float: right;
    margin-top: 13px;
    margin-right: 10px;
    width: 150px;
    height: 35px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.info-links {
    width: 100%;
    align-content: center;
    text-align: center;
    font-size: 14px!important;
    line-height: 1.6em;
}

.info-links a:first-child {
    text-align: left;
}

.info-links a:last-child {
    text-align: right;
}
.b2s-ap-m-modal-further-info-heading{
    color: #629f21;
    text-align: center;
}