@import url(header.css);
@import url(footer.css);

@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/* dashbaord pages goes here */

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f8fb;
    font-family: 'Montserrat';
}

body>.main {
    padding: 80px 0 30px;
    height: calc(100vh - 60px);
    overflow-y: auto;
}

body>.navbar-dark+.main {
    padding: 20px 0;
    height: calc(100vh - 60px);
    background-color: #FFFFFF;
}

body>.main>.main_content_wrapper {
    padding: 0 70px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    body>.main>.main_content_wrapper {
        padding: 0;
    }
}

body>.navbar-dark+.main>.main_content_wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 80px 0;
}

@media screen and (max-width: 1200px) {
    body>.navbar-dark+.main>.main_content_wrapper {
        padding: 20px 40px 0;
    }
}

@media screen and (max-width: 1024px) {
    body>.navbar-dark+.main>.main_content_wrapper {
        padding: 5px 40px 0;
    }
}

@media screen and (max-width: 767px) {
    body>.navbar-dark+.main>.main_content_wrapper {
        padding: 0 20px;
    }
}

body>.navbar-dark+.main>.main_content_wrapper:has(.profile_setting.full_width) {
    padding-top: 0;
    height: 100%;
}

.navbar.navbar-dark {
    background-color: #0b4b9a;
    background-image: -o-linear-gradient(321deg, #59a359, #0b4b9a);
    background-image: linear-gradient(309deg, #0b4b9a, #59a359);
    padding: 0;
    min-height: 52px;
    margin-top: 80px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffff;
    border-radius: 10px;
    border-radius: 6px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0 6px;
    }
}

@media screen and (max-width: 882px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding: 2px 5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar.navbar-dark {
        min-height: 80px;
        padding: 0 10px;
    }
    .navbar-dark .navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
        padding: 5px 8px;
        margin: 0 3px;
    }
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #f1f1f1;
}

.navbar.navbar-dark .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    display: none;
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-transform: uppercase;
}

.navbar.navbar-dark .navbar-toggle svg {
    fill: #ffffff;
    width: 28px;
    height: 26px;
}

.navbar-collapse {
    justify-content: center;
    z-index: 99;
}

/* ---  search bar --- */

.search_bar {
    padding: 10px;
}

.content_wrapper {
    height: 100%;
    padding: 30px 10%;
    background: #ffffff;
    margin-top: 15px;
}

@media (max-width: 980px) {
    .content_wrapper {
        padding: 30px 5%;
    }
}

.full_width {
    width: 100%;
    background-color: #f6f8fb;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
    .form-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .form-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.sub-heading {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 30px;
}


/* image upload css here */

.avatar_error {
    color: red;
    margin-top: 15px;
}

.avatar_error+.avatar-text {
    margin-top: 10px;
}

.avatar-text {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    opacity: 0.5;
    text-align: center;
    margin: 20px 0 20px;
}

.avatar-upload {
    position: relative;
    max-width: 135px;
    margin: 10px auto;
}

.avatar-upload.b0 {
    position: relative;
    max-width: 135px;
    margin: 10px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 8px;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    /* border: 1px solid transparent; */
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    color: #757575;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/business/assets/images/ic-add.svg) no-repeat center;
    text-align: center;
    margin: auto;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 0;
}

.avatar-upload .avatar-edit.active input+label:after {
    background-image: url(/business/assets/images/ic-edit.svg);
}

.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #f1f1f1;
}

.avatar-upload.b0 .avatar-preview,
.avatar-upload.b0 .avatar-preview>div {
    border-radius: 10px;
}

.avatar-upload.b0 .avatar-edit {
    right: 15px;
}

.avatar-upload.b0 {
    max-width: 260px;
}

.avatar-upload.b0 .avatar-preview {
    width: 260px;
}


/* ends image upload css here */

.upload_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.upload_image .avatar-upload.b0 {
    margin: 0;
}

.upload_image .upload_action {
    width: calc(100% - 260px);
    padding-left: 20px;
}

.upload_image .upload_action h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.upload_image .upload_action p {
    color: rgba(114, 114, 114, 0.8);
    margin-bottom: 15px;
}

.upload_image .upload_action .upload_btn {
    border-radius: 4px;
    background-color: #e0ecff;
    font-size: 14px;
    font-weight: 500;
    color: #0b4b9a;
    height: 30px;
    min-width: 122px;
    line-height: 2.1;
    display: inline-block;
}

.upload_image .upload_action .upload_btn:hover {
    background: #000000;
    color: #ffffff;
}

.upload_image .avatar-upload .avatar-preview>div {
    background-size: contain;
    background-size: 55px;
    background-color: #f6f8fb;
}

.upload_image .avatar-upload .avatar-preview {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.upload_image .avatar_error {
    width: 100%;
}

.upload_image .avatar-upload .avatar-edit.active+.avatar-preview>div {
    background-size: cover;
}

.date_icon {
    background: url(/business/assets/images/ic-date.svg) no-repeat calc(100% - 10px);
}


/* ---- PROFILE SETTING --- */

.profile_setting {
    /* background-color: #FFFFFF; */

}

.profile_setting>.container {
    background: #ffffff;
    max-width: 100%;
}

.profile_setting>.container .container {
    height: 100%;
}

.col_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 30px;
}

.col_wrap .sidebar {
    width: 250px;
    padding: 20px 0 0 20px;
    background-color: #f6f8fb;
}

.col_wrap .sidebar .nav-item~.nav-item {
    margin-top: 15px;
}

.col_wrap .sidebar .nav-link {
    color: #727272;
}

.col_wrap .sidebar .nav-link:hover,
.col_wrap .sidebar .nav-link.active {
    background-color: #ffffff;
    color: #0b4b9a;
}

.col_wrap .right_wrap {
    width: calc(100% - 212px);
}

.right_wrap {
    padding: 2.5% 4%;
}

.profile_details {
    max-width: 350px;
    margin: 0 auto;
}

.profile_details .avatar-upload .avatar-preview {
    margin: 0 auto;
}

.profile_details .checkForm.readonly {
    pointer-events: none;
}

.profile_details .checkForm.readonly .avatar-edit {
    display: none;
}

.change_password {
    max-width: 350px;
}

.faq_content {
    width: 100%;
}

.single_faq .faq-title {
    background-attachment: scroll;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
    padding: 0 20px 0 0;
    position: relative;
    width: 100%;
    display: block;
    background-color: transparent;
    border-radius: 0;
}

.single_faq .faq-title:not(.collapsed) {
    margin-bottom: 20px;
}

.single_faq .faq-title .cross {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0;
    right: 0;
}

.faq_sec .col-sm-6:last-child .single_faq .faq-title {
    border-radius: 5px 0;
}

.single_faq .faq-title .cross::before {
    background-color: #000000;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    top: 7px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(0);
    -webkit-transition: all .3s ease 0s;
    width: 10px;
}

.single_faq .faq-title.collapsed .cross::after,
.single_faq .faq-title .cross::after {
    background-color: #000000;
    height: 10px;
    left: 7px;
    position: absolute;
    top: 3px;
    width: 2px;
    content: "";
}

.single_faq .faq-title.collapsed .cross::after {
    -ms-transform: rotate(0);
    transform: rotate(0);
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(0);
    -webkit-transition: all .3s ease 0s;
}

.single_faq .faq-title .cross::after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(90deg);
    -webkit-transition: all .3s ease 0s;
}

.single_faq .well>p {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.accordian_wraper {
    background-color: #f6f8fb;
    padding: 20px;
}

.accordian_wraper~.accordian_wraper {
    margin-top: 20px;
}

.content_wrapper h1,
.content_wrapper h2,
.content_wrapper h3,
.content_wrapper h4,
.content_wrapper h5,
.content_wrapper h6 {
    margin-bottom: 20px;
}

.content_wrapper h1 {
    font-size: 22px;
}

.content_wrapper h2 {
    font-size: 20px;
}

.content_wrapper h3 {
    font-size: 18px;
}

.content_wrapper h4 {
    font-size: 16px;
}

.content_wrapper h5 {
    font-size: 14px;
}

.content_wrapper p {
    color: #727272;
    line-height: 1.56;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 400;
}

.add_offer .content_wrapper,
.edit_offer .content_wrapper {
    margin-top: 0;
    padding: 0;
}

.dashboard-wrapper {
    /* padding: 60px;
    position: relative; */
}

@media screen and (max-width: 1200px) {
    .dashboard-wrapper{
        padding: 0;
    }

    .dashboard-wrapper .container-fluid{
        padding: 0;
    }
}

.ins-dashboard-boxes {
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
}

.ins-dashboard-boxes h3 {
    font-size: 16px;
    padding: 0;
}

.ins-dashboard-boxes .dsval {
    font-size: 40px;
    font-weight: 600;
    margin:  0;
    display: inline-block;
}

.ins-dashboard-boxes.one {
    background: #57a15b;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(27, 72, 29, 0.2);
    box-shadow: 0 0 10px rgba(27, 72, 29, 0.2);
}

.ins-dashboard-boxes.two {
    background: #51838c;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(81, 131, 140, 0.7);
    box-shadow: 0 0 10px rgba(81, 131, 140, 0.7);
}

.ins-dashboard-boxes.three {
    background: #125394;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(8, 38, 68, 0.07);
    box-shadow: 0 0 10px rgba(8, 38, 68, 0.07);
}

.ins-dashboard-boxes.four {
    background: #f5386d;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(80, 14, 33, 0.07);
    box-shadow: 0 0 10px rgba(80, 14, 33, 0.07);
}

.page_name {
    font-size: 1.2rem;
    margin: 20px 0;
}

@media screen and (max-width: 980px) {
    .page_name{
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .page_name {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.content_wrapper.business_info {
    padding: 20px;
}

.info_form {
    margin-bottom: 20px;
}

.info_form [class*="col-"] {
    margin-bottom: 20px;
}

.info_form .info_label {
    margin-bottom: 5px;
    color: #000000;
    opacity: 0.4;
    font-size: 14px;
}

.info_form .info_value {
    color: #000000;
    font-size: 16px;
}

.info_form.dotted {
    padding: 20px;
    border: 1px dashed #ccc;
    border-radius: 3px;
}

.business_info .form-title {
    margin-bottom: 20px;
}

.bubble span {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(11, 75, 154, 0.1);
    border-radius: 30px;
    font-size: 14px;
    margin: 2px;
}

.images_groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;

}

.images_groups img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    margin: 5px;
}

.user_image {
    width: 100px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
}

.user_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto;
}

.subscription_page .plan_cards {
    margin-bottom: 20px;
}

/* ===============================
            RESPONSIVE CSS 
   =============================== */

@media (max-width:1024px) {
    .top_banner {
        height: 410px;
    }
}

@media (max-width: 882px) {
    .upload_image .upload_action {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }

}



@media (max-width: 767px) {
    .navbar.navbar-dark {
        margin-top: 50px;
    }

    .col_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .col_wrap .sidebar,
    .col_wrap .right_wrap {
        width: 100%;
    }

    .col_wrap .right_wrap {
        margin-top: 20px;
    }

    .profile_setting {
        margin-bottom: 50px;
    }

    .dashboard-wrapper {
        padding: 0;
    }

    .notification-wrapper {
        padding: 20px;
    }
}


@media (max-width: 576px) {
    .navbar.navbar-dark {
        min-height: 52px;
    }
    .navbar.navbar-dark .navbar-toggle {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 20px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .search_wrapper {
        margin-right: 10px;
    }

    .add_offer_btn span {
        display: none;
    }

    .filter_sec .col_2 .form-control {
        padding: 0 2px;
    }

    .single_faq .faq-title {
        font-size: 14px;
    }

    .single_faq .well>p {
        font-size: 12px;
    }

    .ins-dashboard-boxes {
        padding: 10px;
    }

    .ins-dashboard-boxes h3 {
        padding: 0;
        font-size: 12px;
    }

    .ins-dashboard-boxes .dsval {
        font-size: 20px;
    }

}

/* dashboard  */

.dashboard-wrapper {
    background: #fff;
     
  }
 
  /* ── Stat Cards ── */
  .ins-dashboard-boxes {
    border-radius: 14px;
    padding: 15px 22px;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,.12);
    
  }
  .ins-dashboard-boxes h3  { font-size: 14px; font-weight: 600; opacity: .9; margin: 0; }
  .ins-dashboard-boxes .dsval { font-size: 32px; font-weight: 800; line-height: 1; margin-top:10px;}
  /* .ins-dashboard-boxes.one   { background: linear-gradient(135deg, #3a9e6f 0%, #2d7a54 100%); } */
  /* .ins-dashboard-boxes.two   { background: linear-gradient(135deg, #2e8e7e 0%, #1f6d5f 100%); } */
  /* .ins-dashboard-boxes.three { background: linear-gradient(135deg, #1e5fa8 0%, #15437a 100%); } */
 
  /* ── Completion Card ── */
  .ss-completion {
    background: #fff;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .ss-ring { position: relative; width: 80px; height: 80px; flex-shrink: 0; }
  .ss-ring svg { transform: rotate(-90deg); }
  .ss-ring-label {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 800; color: #1e5fa8;
  }
  .ss-completion-text { flex: 1; min-width: 180px; }
  .ss-completion-text h2 { font-size: 18px; font-weight: 700; color: #1a1a2e; margin: 0 0 4px; }
  .ss-completion-text h2 span { color: #3a9e6f; }
  .ss-completion-text p  { font-size: 13px; color: #667; margin: 0; }
  .ss-dots { display: flex; gap: 6px; margin-top: 10px; }
  .ss-dot { width: 10px; height: 10px; border-radius: 50%; background: #3a9e6f; }
  .ss-dot.inactive { background: #dde; }
 
  /* ── Photos Card ── */
  .ss-photos {
    background: linear-gradient(135deg, #f7fdf5 0%, #eef7f0 100%);
    border: 1.5px solid #c8ecd4;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 10px rgba(58,158,111,.08);
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .ss-photos-icon {
    width: 56px; height: 56px; border-radius: 14px;
    background: linear-gradient(135deg, #3a9e6f22, #3a9e6f44);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; flex-shrink: 0;
  }
  .ss-photos-text { flex: 1; min-width: 160px; }
  .ss-photos-text h3 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin: 0 0 3px; }
  .ss-photos-text p  { font-size: 13px; color: #556; margin: 0; }
 
  /* ── Action Cards ── */
  .ss-action-card {
    background: #fff;
    border-radius: 14px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .ss-action-card .icon { 
    font-size: 24px; 
    margin-bottom: 10px; 
   
}
.ss-action-card .icon span{
     background-color:#f0fdf4;
    border-radius: 10px;
    padding: 10px;
    color:#16a34a;

}
  .ss-action-card h4 { font-size: 14px; font-weight: 700; color: #1a1a2e; margin: 0; min-height: 36px; }
  .ss-action-card p  { font-size: 12px; color: #889; line-height: 1.4; flex: 1; margin: 0; }
  .ss-action-card .btn {
    margin-top: 12px; font-size: 12px; font-weight: 600;
    border-radius: 9px; padding: 0px 14px;
    display: flex; align-items: center; justify-content: space-between;
  }
 
  /* ── Custom Buttons ── */
  .btn-ss-green {
    background: linear-gradient(135deg, #3a9e6f, #2d7a54);
    color: #fff !important; border: none;
    font-weight: 500;
    font-size: 14px;
  }
  .btn-ss-green:hover { opacity: .88; color: #fff; }
 
  .btn-ss-blue {
    background: linear-gradient(135deg, #1e5fa8, #15437a);
    color: #fff !important; border: none;
  }
  .btn-ss-blue:hover { opacity: .88; color: #fff; }
 
  /* ── Sidebar Cards ── */
  .ss-sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    margin-bottom: 16px;
  }
  .ss-sidebar-card h3 { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0 0 12px; }
 
  .ss-plan-badge {
    background: linear-gradient(135deg, #e84855, #c0392b);
    color: #fff; border-radius: 10px;
    padding: 14px 18px; font-size: 20px;
    font-weight: 800; text-align: center;
    margin-bottom: 10px;
  }
 
  .ss-tip {
    background: linear-gradient(135deg, #fffdf0, #fff8dc);
    border: 1.5px solid #f0d870;
    border-radius: 12px; padding: 14px;
    display: flex; gap: 10px; align-items: flex-start;
  }
  .ss-tip .tip-icon { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
  .ss-tip p { font-size: 14px; color: #554; line-height: 1.5; margin: 0; }
 
  .ss-quick-action {
    display: flex;   gap: 12px;
      border-radius: 12px;
     
    
    transition: transform .15s;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .ss-quick-action:last-child { margin-bottom: 0; }
  .ss-quick-action:hover { transform: translateX(2px); text-decoration: none; }
  .ss-quick-action .qa-icon {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
  }
  /* .ss-quick-action .qa-icon.teal { background: linear-gradient(135deg, #1e8e7e22, #1e8e7e44); }
  .ss-quick-action .qa-icon.gold { background: linear-gradient(135deg, #f5a62322, #f5a62344); } */
  .ss-quick-action h4 { font-size: 18px; font-weight: 500; color: #1a1a2e; margin: 0; }
  .ss-quick-action p  { font-size: 14px; color: #889; margin: 2px 0 0; }
  .qa-icon img{
    height: 40px;
    width:40px;
  }
  .ss-quick-action h4.txt-yellow{
    color:#fa9e14;
  }
 .ss-quick-action h4.txt-green{
    color:#49b45a;
  }
  .ss-verified{
    background: linear-gradient(135deg, #fffdf0, #fff8dc);
    border:1px solid #f0d870;
  }
  .ss-feature{ 
    background:linear-gradient(135deg, #e4fae7, #caf3d1);
    border:1px solid #49b45a;
  }
  .ss-tip{
    display: flex;
    gap: 12px;
    border-radius: 12px;
   
    transition: transform .15s;
    margin-bottom: 10px;
    text-decoration: none;
  } 
 .ss-tip .qa-icon span{
    font-size: 20px;
    color:#e5c53a;
  }
  @media (max-width: 767px) {
    .ins-dashboard-boxes{
        padding: 15px 10px;
    }
     .ss-features .col-md-3{
        padding:0;
    }
    .ins-dashboard-boxes .dsval{
        font-weight: 500;
        font-size: 20px;
    }
    .ss-features{
        margin: 5px 0;
    }
    .ss-stack .col-6:nth-child(1),
    .ss-stack .col-6:nth-child(3){
        padding-right:5px;
    }
    .ss-stack .col-6:nth-child(2),
    .ss-stack .col-6:nth-child(4){
        padding-left:5px;
    }
    .ss-features .col-6{
        padding: 0 5px;
    }
    .ss-action-card .btn{
        padding: 0px 10px;
        font-size: 10px;
    }   
    .ss-action-card .icon span{
        padding: 6px;
    }
    .ss-action-card h4{
        font-size: 12px;
        font-weight: 600;
        min-height: 28px;
    }
    .material-symbols-outlined {
        font-size: 22px;
    }
  }