* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary: #2D69E0;
    --white-1: #F5F6F6;
    --border: #ECECEC;
    --text-grey: #3F4246;
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    /* position: relative;
    min-height: 100vh; */
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
}
main {
    padding-top: 16px;
}
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}

.d-flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.h-screen {
    height: 100vh;
}

.flex-grow {
    flex-grow: 1;
}

.justify-center {
    justify-content: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

input[type="search"] {
    display: block;
    width: 100%;
    padding: 12px 16px 12px 45px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4246;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--white-1);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
    border-radius: 10px;
}

.search {
    left: 15px;
    top: 15px;
}

.filter {
    right: 15px;
    top: 15px;
}

.d-inline-flex {
    display: inline-flex;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-1 {
    margin-bottom: .25rem;
}

.ml-5 {
    margin-left: 3rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: .5rem;
}

.ml-1 {
    margin-left: .25rem;
}

.mr-5 {
    margin-right: 3rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-1 {
    margin-right: .25rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: .5rem;
}

.mt-1 {
    margin-top: .25rem;
}

.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.pb-5 {
    padding-bottom: 3rem;
}

.pb-4 {
    padding-bottom: 1.5rem;
}

.pb-3 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: .5rem;
}

.pb-1 {
    padding-bottom: .25rem;
}

.pt-5 {
    padding-top: 3rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.pt-3 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: .5rem;
}

.pt-1 {
    padding-top: .25rem;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}

.p-12 {
    padding: 12px 14px;
}

.card {
    /* border-radius: 10px; */
}

.off-button {
    background-color: var(--white-1);
}

.folders-and-notes-button,
.add-button {
    background-color: #FAFAFA;
}

.folders-and-notes-button,
.bookmarks-button {
    padding: 12px 16px;
}

.folders-and-notes-button {
    color: var(--text-grey);
}

.bookmarks-button {
    color: #7F7F7F;
}

.add-button {
    border: 1px solid var(--border);
}

@media (min-width: 991px) {
    .add-button {
        min-width: 514px;
        min-height: 154px;
    }
}

.bookmarks-button {
    background-color: white;
}

.text-center {
    text-align: center;
}

.p-32 {
    padding: 32px;
}

.font-weight-bold {
    font-weight: 600;
}

.f-17 {
    font-size: 17px;
}

.f-14 {
    font-size: 14px;
}

p {
    font-size: 16px;
}

.text-grey-500 {
    color: #808080;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    color: var(--text-grey);
}

@media (min-width: 991px) {
    .d-lg-flex {
        display: flex;
    }
    .footer-nav {
        display: none;
    }
}

@media (max-width: 991px) {
    body {
        padding-bottom: 100px;
    }
    .center-buttons-section {
        display: none;
        /* position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center; */
    }
    .footer-nav {
        text-align: left;
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #FAFAFA;
        border-top: 1px solid #ECECEC;
    }
    .center-buttons-section-sm {
        display: flex;
    }
}

@media (max-width: 767px) {
    header {
        flex-direction: column;
    }

    h1 {
        font-size: 24px;
    }

    header .logo-section img {
        width: 28px;
        height: 28px;
    }

    .logo-section {
        margin-bottom: 8px;
    }
    .first-part, .second-part, .f-24{
        font-size: 18px !important;
    }
    .f-17 {
        font-size: 16px;
    }
    .flex-sm-col {
        flex-direction: column;
    }
    .mb-sm-2 {
        margin-bottom: 8px;
    }
    .mt-sm-2 {
        margin-top: 8px;
    }
}

.dropbtn {
    /* background-color: #3498DB; */
    color: white;
    /* padding: 16px; */
    /* font-size: 16px; */
    border: none;
    cursor: pointer;
}

/* .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  } */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    min-width: 280px;
    overflow: auto;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    z-index: 1;
    right: -60px;
    top: 32px;
}

.dropdown-content a {
    /* color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block; */
}

/* .dropdown a:hover {
    background-color: #ddd;
} */

.show {
    display: block;
}

.container {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container:last-child {
    margin-bottom: 4px;
    /* Remove margin for the last child */
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

a {
    color: var(--primary);
    text-decoration: none;
    border-radius: 12px;
}
a:hover {
    /* text-decoration: underline; */
}

.add-button .f-17 {
    color: #0D0D0D;
}
.f-13 {
    font-size: 13px;
}
.f-24 {
    font-size: 24px;
}
.checked-list {
    background-color: #F7F7F5;
    padding: 4px;
    border: 1px solid var(--border);
    border-radius: 6px;
    margin-bottom: 16px;
}
.filter-item {
    padding: 4px 8px;
    border-radius: 6px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    color: #3F4246;
    font-size: 11px;
    margin-bottom: 4px;
}
.filter-item-1 {
    background-color: rgba(255, 51, 51, 0.2);
}
.filter-item-2 {
    background-color: #E2D0F7;
}
.filter-item-3 {
    background-color: #EAF9CE;
}
.filter-item-4 {
    background-color: #F9EECE;
}
.f-11 {
    font-size: 11px;
}
.form-check {
    display: inline-flex;
    align-items: center;
    /* margin-bottom: 4px; */
}
.second-part {
    color: var(--text-grey);
}
.first-part {
    color: rgba(63, 66, 70, 0.3);
}
.new-folder-card {
    background-color: #FAFAFA;
    padding: 24px;
    border-radius: 16px;
}
@media (min-width: 991px) {
    .new-folder-card {
        width: 50%;
        margin: auto;
    }
}
form label {
    color: #828282;
    margin-bottom: 4px;
    display: block;
    font-size: 11px;
}
.btn-primary {
    background-color: var(--primary);
    color: white;
}
.btn-full {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: .6rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid var(--border);
    border-radius: 10px;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}
form .filter-item {
    border: 1px solid var(--border);
    padding: 8px 12px;
    font-size: 16px;
}
.home-page .filter-item , .folder-inside .filter-item{
    border: 1px solid var(--border);
}
.mt-12 {
    margin-top: 12px;
}
.input-append {
    border-left-width: 1px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    /* padding: .375rem .75rem; */
    padding: .6rem .75rem;;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4246;
    text-align: center;
    white-space: nowrap;
    background-color: #fafafa;
    border: 1px solid var(--border);
    border-radius: .25rem;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.f-16 {
    font-size: 16px;
}

.folder {
    width: 100%; /* Make it responsive */
    background-color: #FAFAFA; /* Light yellow folder color */
    border-radius: 5px;
    position: relative;
    /* height: 120px; */
    padding: 16px;
}

.folder::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 1px;
    width: 40%;
    height: 40px;
    background-color: #FAFAFA;
    border-top-left-radius: 20px;
    border-top-right-radius: 14px;
    /* box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.1); */
}
.folder-dropdown {
    margin-top: -34px;
}
h2 {
    font-size: 18px;
    color: var(--text-grey);
}
.notes {
    color: #A0A0A0;
}
.count {
    color: var(--text-grey);
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.row>* {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
@media (max-width: 600px) {
    .col-3, .col-9, .col-4 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 600px) and (max-width: 991px) {
    .col-3, .col-9, .col-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    .f-24{
        font-size: 20px;
    }
}
.navpill-color {
    border: 1px solid #D7FB94;
    background-color: #EAF9CE;
}
.navpill-color1 {
    background-color: #DEE7FF;
    border: 1px solid #8BACFF;
}
.navpill-color2 {
    background-color: #FFE8DE;
    border: 1px solid #FFC38B;
}	
.btn {
    border-radius: 12px;
}
.font-weight-medium {
    font-weight: 500;
}
.folder-inside .card {
    border: 1px solid var(--white-1);
}
.folder-inside .card {
    border: 1px solid var(--white-1);
    padding: 16px;
    border-radius: 10px;
}
:focus-visible {
    border: 1px solid #2D69E0;
    outline: none;
}
select {
    background-image: url("../images/SelectIcon.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}