:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(fa-brands-400.woff2) format("woff2"), url(fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-brands-400.woff2) format("woff2"), url(fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.ttf) format("truetype");
    unicode-range: U+f003, U+f006, U+f014, U+f016-f017, U+f01a-f01b, U+f01d, U+f022, U+f03e, U+f044, U+f046, U+f05c-f05d, U+f06e, U+f070, U+f087-f088, U+f08a, U+f094, U+f096-f097, U+f09d, U+f0a0, U+f0a2, U+f0a4-f0a7, U+f0c5, U+f0c7, U+f0e5-f0e6, U+f0eb, U+f0f6-f0f8, U+f10c, U+f114-f115, U+f118-f11a, U+f11c-f11d, U+f133, U+f147, U+f14e, U+f150-f152, U+f185-f186, U+f18e, U+f190-f192, U+f196, U+f1c1-f1c9, U+f1d9, U+f1db, U+f1e3, U+f1ea, U+f1f7, U+f1f9, U+f20a, U+f247-f248, U+f24a, U+f24d, U+f255-f25b, U+f25d, U+f271-f274, U+f278, U+f27b, U+f28c, U+f28e, U+f29c, U+f2b5, U+f2b7, U+f2ba, U+f2bc, U+f2be, U+f2c0-f2c1, U+f2c3, U+f2d0, U+f2d2, U+f2d4, U+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(fa-v4compatibility.woff2) format("woff2"), url(fa-v4compatibility.ttf) format("truetype");
    unicode-range: U+f041, U+f047, U+f065-f066, U+f07d-f07e, U+f080, U+f08b, U+f08e, U+f090, U+f09a, U+f0ac, U+f0ae, U+f0b2, U+f0d0, U+f0d6, U+f0e4, U+f0ec, U+f10a-f10b, U+f123, U+f13e, U+f148-f149, U+f14c, U+f156, U+f15e, U+f160-f161, U+f163, U+f175-f178, U+f195, U+f1f8, U+f219, U+f250, U+f252, U+f27a
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
/* loder start */
  .wrapper {
    align-items: center;
    background-color: #000000c9;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 994;
    top: 0;
    display: none;
}
.loader{
    position: absolute;
    z-index: 1000 !important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    display: none;
}
  
.loading-text {
    color: #36347D;
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    /* top: 62% !important; */
    transition: all;
      animation-name: fluffy;
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;

}

   .loader svg {
      filter: drop-shadow(2px 2px 3px #0002);
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all;
      animation-name: fluffy;
      animation-duration: 3s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      position: absolute;
  
      &:nth-of-type(1) {
        width: 14%;
        height: 28%;
        transform: translate(-55%, -53%);
      }
      &:nth-of-type(2) {
        width: 10%;
        height: 18%;
        animation-delay: -0.2s;
        transform: translate(-40%, -30%);
      }
      &:nth-of-type(3) {
        width: 15%;
        height: 13%;
        animation-delay: -0.3s;
        transform: translate(-73%, -8%);
      }
    }
  
  
  @keyframes fluffy {
    0% {
      top: 50%;
    }
    50% {
      top: 44%;
    }
    100% {
      top: 50%;
    }
  }
  
@media screen and (max-width:1440px) {
    .loader {
        position: absolute;
        z-index: 1000 !important;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        transform: translate(0%, -15%);
    }
    .loader svg {
        filter: drop-shadow(2px 2px 3px #0002);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all;
        animation-name: fluffy;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        position: absolute;
    
        &:nth-of-type(1) {
            width: 14%;
            height: 28%;
            transform: translate(-55%, -50%);
        }
        &:nth-of-type(2) {
            width: 10%;
            height: 18%;
            animation-delay: -0.2s;
            transform: translate(-40%, -33%);
        }
        &:nth-of-type(3) {
            width: 15%;
            height: 13%;
            animation-delay: -0.3s;
            transform: translate(-73%, -22%);
        }
      }
}
  /* loader end */
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303";
}

.fa-code-branch-alt:before,
.fa-code-branch:before {
    content: "\f126";
}

.fa-x-alt:before,
.fa-x:before {
    content: "\58";
}

.fa-file-lines-alt:before,
.fa-file-lines:before {
    content: "\f15c";
}

.fa-arrows-turn-to-dots-alt:before,
.fa-arrows-turn-to-dots:before {
    content: "\e4c1";
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b";
}

.fa-add:before,
.fa-plus:before {
    content: "\2b";
}

.fa-spin:before {
    content: "\f2f9";
}

.fa-circle-arrow-left:before {
    content: "\f0a8";
}

.fa-money-bill-1-wave:before {
    content: "\f53b";
}

.navbar {
    background-color: #37347d;
    color: white;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    border-bottom: 2px solid #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0px 2px 8px #e0e0e0;
    position: relative;
}

.toggle-text{
    font-size: 16px;
    padding: 0 5px;
}
.toggle-text:hover{
    text-decoration: none;
}
.head-logo {
    background-color: #fff;
    padding: 10px 15px;
    border-top: 2px solid #c5c405;
    width: 307px;
}

.logout-btn{
    right: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    text-align: end;
}

.nav-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    /* width: 40%; */
}

.nav-links li {
    margin: 0 15px;
    /* padding: 5px 16px; */
}

.nav-links li:hover {
    background-color: #C5C402;
    border-radius: 4px;
}

.nav-links .nav-item a {
    display: block;
    /* Ensures the <a> spans the entire <li> */
    text-decoration: none;
    color: inherit;
    padding: 5px 16px;
}

.nav-item.active {
    background-color: #C5C402;
    border-radius: 4px;
}

.nav-links a {
    color: white;
    text-decoration: none;
}

.nav-links a:hover {
    text-decoration: none;
}

.logout a {
    color: white;
    text-decoration: none;
}

.container {
    padding: 20px 0;
}

h1 {
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    padding: 10px;
    border: 1px solid #ddd;
}

th {
    background-color: #283369;
    color: #fff;
}

a {
    color: #202020;
    text-decoration: none;
}

.ck-editor__editable a{
    color: #0d6efd;
    text-decoration: underline;
}

.title-header {
    display: flex !important;
    justify-content: space-between !important;
}

.title-header button {
    background-color: #37347d;
    border: none;
}

.title-header button:hover {
    background-color: #29275f;
    border-color: unset;
}

.error-message {
    color: red;
    display: none;
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.pagination-info {
    font-size: 14px;
    color: #333;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination a,
.pagination span {
    padding: 6px 15px;
    margin: 0 3px;
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    text-decoration: none;
    color: #4d4d4d;
    transition: background-color 0.3s, color 0.3s;
    font-size: 14px;
}

.pagination a:hover {
    background-color: #29275f;
    color: white;
}

.pagination .page-active {
    background-color: #37347d;
    color: white;
    font-weight: bold;
    border: none;
}

.page-ellipsis {
    padding: 8px 12px;
    color: #666;
}

.keywords {
    height: auto !important;
}

.modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.toggle-switch {
    position: relative;
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    background-color: #e91502;
    outline: none;
    border-radius: 20px;
    transition: background 0.3s;
    cursor: pointer;
}

.toggle-switch:checked {
    background-color: #02aa09;
}

.toggle-switch::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background: white;
    transition: 0.3s;
}

.toggle-switch:checked::after {
    left: 22px;
}

.w-40 {
    width: 40%;
}

.select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    appearance: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    border-radius: 4px;
    width: 100%;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.select-input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
    display: block;
    z-index: 2000;
}

.form-group {
    padding: 0 0 15px 0;
}

.form-group label {
    padding-bottom: 3px;
}

.ck-editor__editable_inline {
    height: 634px !important;
}

@media screen and (max-width:1800px){
    .ck-editor__editable_inline {
        height:284px !important;
    }
}
.ck.ck-word-count {
    display: flex;
    justify-content: flex-end;
    background: var(--ck-color-toolbar-background);
    padding: var(--ck-spacing-small) var(--ck-spacing-standard);
    border: 1px solid var(--ck-color-toolbar-border);
    border-top-width: 0;
    border-radius: 0 0 var(--ck-border-radius);
    font: normal normal normal var(--ck-font-size-base) / var(--ck-line-height-base) var(--ck-font-face);
}

.ck.ck-word-count .ck-word-count__words {
    margin-right: var(--ck-spacing-standard);
}

.ck.ck-powered-by{
    display: none;
}


/* background: #f1f1f1; */
/* box-shadow: 0px 5px 5px #cacaca; */
/* border-top: 1px solid #eae3e3; */
/* css style for blog 31-12-2024 blog controller create*/
.step {
    display: none !important;
}

.step.active {
    display: block !important;
}

.step-navigation {
    display: flex !important;
    justify-content: flex-end;
    position: fixed;
    box-shadow: 0px -1px 8px #f1f1f1;
    background-color: #fff;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.step-navigation button {
    padding: 10px 40px !important;
    background: #36347D;
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 6px;
    margin: 0 15px;

}

#add-blog-form,
#edit-blog-form {
    padding: 10px 50px !important;
}

.title-header {
    padding: 0 50px !important;
}

.home-title-header {
    padding: 0 !important;
}

.header-style {
    padding: 10px 0 0;
    color: #36347D;
    font-weight: 600;

}

.ck.ck-toolbar>.ck-toolbar__items {
    justify-content: space-evenly;
}

.modal-header {
    background: #283369;
    color: #fff;
    padding: 10px 15px;
    /* border-bottom: 2px solid #4d4d4d; */
}

.custom-footer-button {
    padding: 0 10px 10px 0;
    border: none;
}

.custom-footer-button button {
    background-color: #37347d;
    color: #fff;
    padding: 8px 30px;
    border: none;
}

.custom-footer-button button:hover {
    background-color: #29275f;
}

.home-title-header h2 {
    font-weight: 700;
}

.btn-close {
    color: #fff !important;
    background-color: #C5C402 !important;
    opacity: 1;
    font-size: 12px;
}

.dashboard-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px
}

.dashboard-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px;
    width: 300px;
    /* Fixed width for the cards */
    /* text-align: center; */
    transition: transform 0.3s;
    cursor: pointer;
}

.dashboard-card h3 {
    margin: 0 0 10px;
    color: #333;
    font-size: 24px;
}

.dashboard-card p {
    font-size: 30px;
    color: #36347d;
    margin: 0;
    font-weight: 700;
}

.dashboard-card:hover {
    transform: scale(1.05);
}

#blog-container tr:nth-child(odd), #category-container tr:nth-child(odd) {
    background-color: rgb(243, 243, 243)
}

/* login page */
.main-section {
    background-color: #fff;
    transform: translateY(12%);
    height: 80vh;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(../images/background.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.background-body {
    background-color: #283369;
}

.login-container {
    width: 450px;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    margin-left: 20px;
    height: 500px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.login-container h1 {
    text-align: center;
}

.login-container input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid #4d4d4d36;
    border-radius: 4px;
}


.login-container button {
    width: 100%;
    padding: 14px;
    background: #283369;

    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    transition: 0.4s linear;
}

.login-container button:hover {
    background-color: #C5C402;
}

.error-message {
    color: red;
    text-align: center;
}

.text-danger {
    color: red;
}

.a-link {
    color: #3d3ba5;
    font-weight: 600;
    font-size: 15px;
}

/* .circle-1{
    background-color: #02aa09;
    height: 400px;
    border-radius: 30px;
    position: absolute;
    z-index: 10;
} */
#getOtpBtn {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 10px;
}

/* Sidebar */
.sidebar {
    width: 307px;
    /* width: 25%;
    height: 90vh; */
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
}


.menu {
    list-style: none;
    padding: 12px 0;
}


.menu li {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
    transition: 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
}

.menu li svg:hover,
.menu li svg.active {
    /* background: #37347D; */
    color: #37347D;
}

.menu li:hover,
.menu li.active {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 600;
    color: #37347D;
    transition: 0.5s linear;
}
.menu li :hover,
.menu li a.active {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-weight: 600;
    color: #37347D !important;
    transition: 0.5s linear;
}

/* Main Content */
.main-content {
    flex: 1;
    padding: 30px 0;
    background: #f9f9f9;
    display: flex;
    gap: 20px;
}


/* User List */
.list-view {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    margin-left: 20px;
    height: 430px;
    overflow-y: auto;
}


.list-view h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 15px;
}

.list-view h2::before {
    content: "";
    position: absolute;
    width: 35px;
    background: #C5C402;
    height: 4px;
    bottom: -16px;
    left: -30px;
    transition: 0.5s linear;
    transform: rotate(90deg);
    top: 8px;
}

.add-new-btn {
    /* background: red; */
    width: 30px;
    height: 28px;
    border-radius: 5px;
    padding: 4px;
    border: 1px solid #36347d3b;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    color: #3d3ba5;
}

#search-user {
    width: 100%;
    padding: 8px;
    border: 1px solid #36347d14;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.list-user-icon {
    width: 22px;
    height: 22px;
    border-radius: 61%;
    padding: 3px;
    margin: 0;
    border: 1px solid #4d4d4d;
}

.list-item {
    /* padding: 10px; */
    padding: 8px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    gap: 10px;
}

.list-item:hover {
    background: #f4f4f4;
}

.user-icon {
    margin-right: 10px;
    font-size: 16px;
}

.administration-div {
    width: 100%;
    display: flex
;
    max-height: 90vh;
    min-height: 93vh;
}
    


.form-view {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    width: 65%;
}

/* user list */
.list-title {
    /* font-size: 50px; */
    text-transform: capitalize;
    line-height: 1.2;
    color: #36347D;
    margin-bottom: 1.7rem;
    position: relative;
}



/* user form */
.form-view h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 15px;
}

.form-view h2::before {
    content: "";
    position: absolute;
    width: 35px;
    background: #C5C402;
    height: 4px;
    bottom: -16px;
    left: -30px;
    transition: 0.5s linear;
    transform: rotate(90deg);
    top: 8px;
}

.search-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #36347d14;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.submit-button {
    color: #fff;
    background-color: #283369;
    border: none;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 5px;
}

.submit-button:hover {
    background-color: #C5C402;
    color: #fff;
}

.label-text {
    font-size: 13px;
    padding: 5px 0;
}


/* media query */
@media screen and (max-width:1400px) {
    .main-section {
        background-color: #fff;
        transform: translateY(5%);
        height: 90vh;
        border-radius: 20px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-image: url(../images/background.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .login-container {
        width: 431px;
        padding: 30px;
        border-radius: 20px;
        background: #fff;
        margin-left: 20px;
        height: 420px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}

@media screen and (min-width:1401px) {
    .sidebar {
        /* width: 20%; */
        /* height: 90vh; */
        width: 307px;
        background: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    /* .head-logo {
        background-color: #fff;
        padding: 10px 41px;
        border-top: 2px solid #c5c405;
    } */
    .main-content {
        flex: 1;
        padding: 30px 0;
        display: flex;
        gap: 30px;
    }

    .list-view {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        width: 20%;
        margin-left: 30px;
        height: 790px;
    }

    .form-view {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        width: 75%;
    }
}

.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.status-inactive {
    color: #D32F2C;
}
.status-active {
    color: #388E3C;
}
.status-draft {
    color: #757575;
}
.status-processing {
    color: orange;
}
.status-verified {
    color: #2E7D32;
}

/*card preview on right*/
.blog-head-section {
    position: relative;
}
.blog-text-par {
    background: #36347D;
    color: #fff;
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    font-size: 14px;
}
.card-body-section {
    padding: 0 0 0 16px;
    border-left: 3px solid #C5C402;
}
.blog-heading {
    font-size: 21px;
    font-family: 'Inter-Bold';
    text-transform: capitalize;
    color: #36347D !important;
}
