/*
Theme Name: SociaBlend v.3.1.6.8
Theme URI: http://SociaBlend.com/SociaBlend/
Author: Coley Rayle
Author URI: http://SociaBlend.com
Description: A WordPress theme using AdminLTE Bootstrap template.
Version: 1.6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, admin, dashboard
Text Domain: SociaBlend-theme
*/

/* Global page styles for login and registration */
body.login-page,
body.register-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f5f5f5;
    margin: 0;
    padding: 20px;
}

/* Container boxes for login and registration */
.login-box,
.register-box {
    width: 320px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 
                0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    position: relative;
    overflow: hidden;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-box:hover,
.register-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15),
                0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Common logo styles */
.login-logo,
.register-logo {
    text-align: center;
    margin-bottom: 15px;
}

.login-logo img,
.register-logo img {
    max-width: 100px;
    height: auto;
}

/* Input group styles */
.input-group {
    margin-bottom: 10px;
}

.input-group .form-control {
    height: 36px;
    padding: 8px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
}

.input-group-append .input-group-text {
    height: 36px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.input-group-append .input-group-text .fas {
    color: #777;
    font-size: 14px;
}

/* Button styles */
.btn-primary {
    width: 100%;
    padding: 6px; /* standardized padding */
    font-size: 10px;
    background-color: #6aa693;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #5a8f7d;
}

/* Messages and errors */
.login-box-msg,
.login-error {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.login-error {
    color: #dc3545;
    font-size: 13px;
}

/* Social authentication buttons */
.social-auth-links {
    margin-top: 15px;
}

.social-auth-links .btn {
    margin-bottom: 8px;
    width: 100%;
    padding: 8px;
    font-size: 13px;
    border-radius: 4px;
}

.social-auth-links .btn-primary {
    background-color: #3b5998;
}

.social-auth-links .btn-danger {
    background-color: #db4437;
}

/* Checkbox groups */
.checkbox-group {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.icheck-primary {
    display: flex;
    align-items: center;
}

.icheck-primary label {
    margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .login-box,
    .register-box {
        width: 90%;
        padding: 15px;
    }

    .login-logo img,
    .register-logo img {
        max-width: 100px;
    }

    .input-group .form-control {
        font-size: 12px;
    }

    .btn-primary {
        font-size: 13px;
    }
}

.navbar-badge {
    background-color: #6aa693 !important;
    color: #fff !important;
}


.ribbon-wrapper {
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.ribbon {
  font-size: 0.75rem;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  background-color: #6aa693 !important;; /* Green theme color */
  color: #fff !important;;
  position: relative;
  top: 12px;
  right: -20px;
}
.profile-card-icons i {
  font-size: 1rem;
}
.card-footer a {
  font-size: 1.2rem;
  margin: 0 0.5rem;
}

#globalModal .btn-outline-success {
  color: #6aa693 !important;; /* Theme green color */
  border-color: #6aa693 !important;
}

#globalModal .btn-outline-success:hover,
#globalModal .btn-outline-success:focus {
  background-color: #28a745;
  color: #fff;
}

    /* Custom styles for the messaging modal */
#messagingModal {
  display: none; /* Hide by default (Bootstrap will show it when called via .modal('show')) */
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 320px;
  max-width: 90vw;
  height: auto;
  z-index: 1050; /* Make sure it’s above other elements */
}

#messagingModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-height: 90vh;
}

#messagingModal .modal-content {
  border-radius: 0.5rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

#messagingModal .card {
  margin: 0;
  border: none;
}

#messagingModal .card-footer {
  border-top: 1px solid #dee2e6;
}
/* Position modal bottom-right */
.modal-bottom-right {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  transform: none !important; /* remove default translateY(-50%) center effect */
}

.modal-bottom-right .modal-content {
  margin: 0;
}
/* Profile Template Specific */

  .nav-pills .nav-link:hover,
  .nav-pills .nav-link.active {
    background-color: #6aa693;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(106, 166, 147, 0.6);
  }
  .card {
    border: 1px solid #6aa693;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(106, 166, 147, 0.25);
  }
  .avatar-camera-overlay {
    position: absolute;
    bottom: -10px;
    right: -10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
  }
  .avatar-camera-overlay:hover {
    opacity: 0.8;
  }
  
  #photosGallery img,
  #videosGallery video {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
  }

  .delete-media-btn {
    z-index: 2;
  }

  #photosGallery .col-md-4,
  #videosGallery .col-md-4 {
    position: relative;
  }

/* Prevent the card from stretching downward during tab switch */
.tab-pane {
  min-height: 200px; /* Prevents height flicker */
}

/* Optional: smooth transition */
.tab-pane.fade {
  transition: opacity 0.15s linear;
}

/* Fix media layout consistency */
#photosGallery img,
#videosGallery video {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}

/* Prevent layout shift when switching tabs */
#photosContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#photosGallery, #videosGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#photosGallery .col-md-4,
#videosGallery .col-md-4 {
  max-width: 100%; /* prevent overflow */
  flex: 0 0 calc(33.333% - 15px); /* 3 per row with gap */
}

#photosGallery .col-md-4 img {
  display: block;
}

/* Optional: constrain tab content max height and allow scrolling if needed */
.tab-content > .tab-pane {
  max-height: 600px;
  overflow-y: auto;
}

.platform-disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* blocks clicks */
}

.sb-ad-card .sb-ad-label{
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* =========================================================
   GiveWP Donor Dashboard — Sociablend Styling
   Page slug: /donor-dashboard/
   ========================================================= */

.page-slug-donor-dashboard .content-wrapper,
.page-id .content-wrapper {
    background: #f4f6f9;
}

.page-slug-donor-dashboard .entry-content,
.page-slug-donor-dashboard .give-donor-dashboard,
.page-slug-donor-dashboard .givewp-donor-dashboard {
    max-width: 1180px;
    margin: 0 auto;
}

.page-slug-donor-dashboard .give-donor-dashboard,
.page-slug-donor-dashboard .givewp-donor-dashboard {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.06);
    padding: 24px;
}

.page-slug-donor-dashboard h1,
.page-slug-donor-dashboard h2,
.page-slug-donor-dashboard h3,
.page-slug-donor-dashboard h4,
.page-slug-donor-dashboard h5,
.page-slug-donor-dashboard h6 {
    color: #343a40;
    font-weight: 600;
}

.page-slug-donor-dashboard a {
    color: #6aa693;
}

.page-slug-donor-dashboard a:hover {
    color: #5b907f;
    text-decoration: none;
}

.page-slug-donor-dashboard .btn,
.page-slug-donor-dashboard button,
.page-slug-donor-dashboard input[type="submit"] {
    border-radius: 0.35rem;
}

.page-slug-donor-dashboard .btn-primary,
.page-slug-donor-dashboard .give-submit,
.page-slug-donor-dashboard input[type="submit"] {
    background-color: #6aa693 !important;
    border-color: #6aa693 !important;
    color: #fff !important;
}

.page-slug-donor-dashboard .btn-primary:hover,
.page-slug-donor-dashboard .give-submit:hover,
.page-slug-donor-dashboard input[type="submit"]:hover {
    background-color: #5b907f !important;
    border-color: #5b907f !important;
}

.page-slug-donor-dashboard .btn-outline-primary {
    color: #6aa693 !important;
    border-color: #6aa693 !important;
}

.page-slug-donor-dashboard .btn-outline-primary:hover {
    background-color: #6aa693 !important;
    border-color: #6aa693 !important;
    color: #fff !important;
}

.page-slug-donor-dashboard .nav,
.page-slug-donor-dashboard .nav-tabs,
.page-slug-donor-dashboard .nav-pills {
    gap: 6px;
    border-bottom: 0;
}

.page-slug-donor-dashboard .nav-tabs .nav-link,
.page-slug-donor-dashboard .nav-pills .nav-link {
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #495057;
    background: #fff;
    padding: 0.55rem 0.95rem;
    font-weight: 600;
}

.page-slug-donor-dashboard .nav-tabs .nav-link.active,
.page-slug-donor-dashboard .nav-pills .nav-link.active {
    background-color: #6aa693 !important;
    border-color: #6aa693 !important;
    color: #fff !important;
}

.page-slug-donor-dashboard .card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.85rem;
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.page-slug-donor-dashboard .card-header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-weight: 600;
}

.page-slug-donor-dashboard table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.page-slug-donor-dashboard table th {
    background: #f8f9fa;
    color: #495057;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.page-slug-donor-dashboard table th,
.page-slug-donor-dashboard table td {
    padding: 12px 14px;
    vertical-align: middle;
}

.page-slug-donor-dashboard table tr + tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.page-slug-donor-dashboard input[type="text"],
.page-slug-donor-dashboard input[type="email"],
.page-slug-donor-dashboard input[type="password"],
.page-slug-donor-dashboard input[type="number"],
.page-slug-donor-dashboard input[type="url"],
.page-slug-donor-dashboard select,
.page-slug-donor-dashboard textarea {
    border-radius: 0.35rem;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.page-slug-donor-dashboard input[type="text"]:focus,
.page-slug-donor-dashboard input[type="email"]:focus,
.page-slug-donor-dashboard input[type="password"]:focus,
.page-slug-donor-dashboard input[type="number"]:focus,
.page-slug-donor-dashboard input[type="url"]:focus,
.page-slug-donor-dashboard select:focus,
.page-slug-donor-dashboard textarea:focus {
    border-color: #6aa693;
    box-shadow: 0 0 0 0.2rem rgba(106, 166, 147, 0.15);
}

.page-slug-donor-dashboard .alert,
.page-slug-donor-dashboard .notice {
    border-radius: 0.75rem;
}

.page-slug-donor-dashboard .badge {
    border-radius: 999px;
    font-weight: 600;
}

.page-slug-donor-dashboard .pagination .page-link {
    color: #6aa693;
    border-color: rgba(0, 0, 0, 0.08);
}

.page-slug-donor-dashboard .pagination .page-item.active .page-link {
    background-color: #6aa693;
    border-color: #6aa693;
    color: #fff;
}

.page-slug-donor-dashboard hr {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
    .page-slug-donor-dashboard .give-donor-dashboard,
    .page-slug-donor-dashboard .givewp-donor-dashboard {
        padding: 16px;
        border-radius: 0.75rem;
    }

    .page-slug-donor-dashboard table th,
    .page-slug-donor-dashboard table td {
        padding: 10px 10px;
    }

    .page-slug-donor-dashboard .nav-tabs .nav-link,
    .page-slug-donor-dashboard .nav-pills .nav-link {
        padding: 0.5rem 0.75rem;
        font-size: 0.92rem;
    }
}
/* V1.5.4 Footer / Powered by Unify */
.sb-site-footer {
    padding: 14px 18px 18px;
}

.sb-site-footer .sb-footer-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.sb-site-footer .sb-footer-meta {
    color: #6c757d;
    font-size: 0.9rem;
}

.sb-powered-by-unify {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sb-powered-by-unify img {
    display: block;
    width: min(175px, 70%);
    max-height: 42px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .sb-site-footer {
        text-align: center;
        padding-bottom: 20px;
    }

    .sb-site-footer .sb-footer-primary {
        justify-content: center;
    }

    .sb-powered-by-unify img {
        width: min(145px, 70%);
        max-height: 36px;
    }
}

/* === Sociablend V1.6 beta readiness polish === */
.sb-dashboard-container { max-width: 1560px; }
.sb-dashboard-left .list-group-item { border-left: 0; border-right: 0; }
.sb-side-card { border: 0; border-radius: 12px; overflow: hidden; }
.sb-upgrade-card { border: 0; border-radius: 12px; background: linear-gradient(135deg, rgba(106,166,147,.12), #fff); }
.sb-online-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: #28a745; box-shadow: 0 0 0 3px rgba(40,167,69,.15); }
.sb-feedback-card { border: 1px solid rgba(106,166,147,.22); border-radius: 14px; overflow: hidden; }
.sb-feedback-card .list-group-item { cursor: pointer; }
.sb-feedback-card .list-group-item:hover { background: rgba(106,166,147,.08); }
#globalModal .modal-dialog,
#postDetailModal .modal-dialog,
.sb-post-modal .modal-dialog { max-width: 540px !important; }
#globalModal .modal-content,
#postDetailModal .modal-content,
.sb-post-modal .modal-content { border-radius: 14px; overflow: hidden; }
body.sidebar-collapse .content-wrapper { margin-left: 4.6rem; }
@media (max-width: 991.98px) {
  body.sidebar-collapse .content-wrapper { margin-left: 0; }
  .sb-dashboard-container { padding-left: 12px; padding-right: 12px; }
}
@media (min-width: 1200px) {
  .sb-dashboard-feed { max-width: 760px; }
}
/* Profile page: keep columns side by side longer and prevent right rail drop. */
.page-template-page-profile .content .row,
.page-template-page-profile-php .content .row { align-items: flex-start; }
.page-template-page-profile .col-lg-3,
.page-template-page-profile-php .col-lg-3 { flex: 0 0 22%; max-width: 22%; }
.page-template-page-profile .col-lg-7,
.page-template-page-profile-php .col-lg-7 { flex: 0 0 56%; max-width: 56%; }
.page-template-page-profile .col-lg-2,
.page-template-page-profile-php .col-lg-2 { flex: 0 0 22%; max-width: 22%; }
@media (max-width: 1199.98px) {
  .page-template-page-profile .col-lg-3,
  .page-template-page-profile .col-lg-7,
  .page-template-page-profile .col-lg-2,
  .page-template-page-profile-php .col-lg-3,
  .page-template-page-profile-php .col-lg-7,
  .page-template-page-profile-php .col-lg-2 { flex: 0 0 100%; max-width: 100%; }
}

/* V1.6.2 Contacts Online polish */
.sb-online-contact a { min-width: 0; }
.sb-online-avatar-wrap { position: relative; width: 36px; height: 36px; flex: 0 0 36px; display: inline-block; }
.sb-online-avatar { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }
.sb-online-avatar-wrap .sb-online-dot { position: absolute; right: -1px; bottom: 0; width: 10px; height: 10px; border: 2px solid #fff; }

/* V1.6.3 shared launch-readiness UI polish */
.sb-shared-page-shell .card,
.sb-dashboard-shell .card {
    border: 0;
    border-radius: 14px;
}

.sb-page-title-card {
    border-left: 4px solid #6aa693 !important;
}

.sb-back-button {
    border-color: #6aa693;
    color: #2f6b5e;
    border-radius: 999px;
    min-width: 92px;
}

.sb-back-button:hover,
.sb-back-button:focus {
    background: #6aa693;
    border-color: #6aa693;
    color: #fff;
}

.sb-shared-sidebar .card-header,
.sb-side-card .card-header {
    border-bottom: 2px solid rgba(106,166,147,.25);
}

.sb-dashboard-container {
    max-width: 1320px;
}

@media (max-width: 991.98px) {
    .sb-page-title-card .card-body {
        gap: 12px;
    }
    .sb-back-button {
        width: 100%;
    }
}


/* V1.6.4 notification bulk action + community scaffolding */
.sb-notification-header-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #6c757d;
}
.sb-notification-check {
    margin-top: .35rem;
    flex: 0 0 auto;
}
.sb-notification-bulk-delete {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
    background: #fff !important;
}
.sb-notification-bulk-delete:hover {
    background: #dc3545 !important;
    color: #fff !important;
}
.sb-community-filter-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
@media (max-width: 768px) {
    .sb-community-filter-grid { grid-template-columns: 1fr; }
}
.sb-community-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(106,166,147,.35);
    color: #2a5b50;
    background: rgba(106,166,147,.08);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: .8rem;
    margin: 2px;
}


/* V1.6.5 sidebar shortcut/prompt pass */
.sb-profile-style-back { font-weight: 600; display: inline-flex; align-items: center; gap: .35rem; }
.sb-profile-style-back:hover, .sb-profile-style-back:focus { color: #4f8e7e !important; text-decoration: none !important; }
.sb-sidebar-shortcut-plus .nav-link { color: #6aa693 !important; font-weight: 700; }
.sb-sidebar-rotator { padding: .75rem; }
.sb-sidebar-rotator-card { background: #fff; border: 1px solid rgba(106,166,147,.24); border-radius: 12px; padding: .75rem; box-shadow: 0 6px 18px rgba(0,0,0,.05); }
.sb-sidebar-rotator-title { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: #6aa693; font-weight: 800; margin-bottom: .35rem; }
.sb-sidebar-rotator-item { display: none; }
.sb-sidebar-rotator-item.active { display: block; }
.sb-sidebar-rotator-item p { font-size: .84rem; margin-bottom: .35rem; color: #495057; }
.sb-sidebar-rotator-item a { color: #2f6b5e; font-weight: 700; font-size: .82rem; }
.sb-landing-live-card #feedContent { min-height: 190px; }


/* =========================================================
   SociaBlend V1.6.6 UI polish
   ========================================================= */
body.login-page,
body.register-page {
    background: radial-gradient(circle at top left, rgba(106,166,147,0.24), transparent 34%),
                linear-gradient(135deg, #f7fbfa 0%, #eef4f2 48%, #ffffff 100%);
}
.login-page-container,
.register-page-container {
    max-width: 1120px;
}
.login-box,
.register-box {
    border-radius: 18px;
    border: 1px solid rgba(106,166,147,0.18);
    box-shadow: 0 18px 44px rgba(31,45,61,0.12);
}
.login-card-body,
.register-card-body {
    border-radius: 16px;
}
.login-left-column .login-placeholder,
.login-right-column .login-placeholder,
.sb-auth-side-card {
    border: 1px solid rgba(106,166,147,0.16);
    border-radius: 18px !important;
    min-height: 210px;
}
.login-box .btn-primary,
.register-box .btn-primary,
.sb-auth-primary-btn {
    background-color: #6aa693 !important;
    border-color: #6aa693 !important;
    border-radius: 999px;
    font-weight: 700;
}
.login-box .form-control,
.register-box .form-control {
    border-radius: 10px;
    border-color: rgba(106,166,147,0.28);
}
.register-box {
    width: min(460px, 96vw);
    padding: 14px;
}
.register-card-body {
    padding: 18px !important;
}
.register-logo {
    margin-bottom: 8px;
}
.register-logo img {
    max-width: 82px;
}
.register-box .form-control {
    height: 34px;
    font-size: 13px;
    padding: 6px 10px;
    margin-bottom: 7px !important;
}
.register-box .alert {
    padding: 8px 10px;
    margin-bottom: 8px !important;
    font-size: 12px;
}
.register-box label {
    font-size: 13px;
    margin-bottom: 6px;
}
.sb-sidebar-shortcut-menu {
    border: 1px solid rgba(106,166,147,0.18);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
    margin: 8px 10px 12px;
    padding: 8px;
    display: none;
}
.sb-sidebar-shortcut-menu.is-open { display: block; }
.sb-sidebar-shortcut-menu a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 9px;
    color: #2f5149;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
}
.sb-sidebar-shortcut-menu a:hover { background: rgba(106,166,147,0.11); }
body.sidebar-collapse .sb-sidebar-rotator,
body.sidebar-collapse .sb-sidebar-shortcut-menu {
    display: none !important;
}
.sb-feed-card-menu {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
}
.sb-feed-card-menu .btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(0,0,0,0.08);
    color: #2f5149;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.sb-connected-feed-card {
    border-left: 4px solid #6aa693;
}
@media (max-width: 767.98px) {
    .login-left-column,
    .login-right-column { display: none; }
    .register-box { margin-top: 10px; }
}

/* =========================================================
   SociaBlend V1.6.7 sidebar, filters, feed batching, accounts
   ========================================================= */
body.sidebar-collapse .main-sidebar:hover {
    width: 4.6rem !important;
}
body.sidebar-collapse .main-sidebar:hover .brand-text,
body.sidebar-collapse .main-sidebar:hover .user-panel .info,
body.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-link p {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
body.sidebar-collapse .main-sidebar:hover .sidebar {
    overflow-x: hidden !important;
}
.sb-sidebar-shortcut-option {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 9px;
    color: #2f5149;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    text-align: left;
}
.sb-sidebar-shortcut-option:hover,
.sb-sidebar-shortcut-option:focus {
    background: rgba(106,166,147,0.11);
    outline: none;
}
.sb-saved-shortcut .nav-link { color: #2f5149; }
.sb-feed-batch-hidden { display: none !important; }
#feedContent {
    max-height: 74vh;
    overflow-y: auto;
    padding-right: 4px;
}
#feedContent::-webkit-scrollbar { width: 6px; }
#feedContent::-webkit-scrollbar-thumb { background: rgba(106,166,147,.45); border-radius: 999px; }
.control-sidebar .card-body { padding: .65rem !important; }
.control-sidebar .form-group { margin-bottom: .55rem !important; }
.control-sidebar label,
.control-sidebar .form-label { font-size: .74rem !important; margin-bottom: .18rem !important; }
.control-sidebar .custom-range { height: .85rem; }
.control-sidebar .custom-control-label { font-size: .78rem; }
.control-sidebar .form-control-sm { height: calc(1.45em + .38rem + 2px); font-size: .78rem; padding: .18rem .45rem; }
.control-sidebar .nav-tabs .nav-link { padding: .38rem .58rem; }
.sb-blocked-users-control {
    border-top: 1px solid rgba(106,166,147,.18);
    margin-top: .35rem;
    padding-top: .55rem;
}
.sb-account-catalog-btn { font-size: .82rem; }
.sb-add-account-card .badge { font-size: .62rem; }
