@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/sf-pro-display");

html,
body {
    font-family: "Inter", sans-serif !important;
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background-color: #ffffff;
    max-height: 100vh;
}

.main-content {
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    overflow-x: hidden;
    margin-bottom: 50px;
}
a#files_next:hover {
    color: #fff !important;
}

.sidebar {
    background-color: #f6f8f9;
    min-height: 100vh;
}

.main-header {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e5e9eb;
}
.header {
    padding: 10px 0;
    border-bottom: 1px solid #e5e9eb;
}

.content-container {
    overflow-y: auto;
    flex-grow: 1;
}

.search .ti {
    font-size: 24px;
    color: #e5e9eb;
}
a.menu {
    color: #5b6871;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.084px;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
}
a.menu:hover {
    color: #6b5afe;
}
a.menu:focus {
    color: #6b5afe;
}

a.menu i.ti {
    font-size: 24px;
}

input.form-search {
    color: #b0babf;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.084px;
    border: none !important;
}

input.form-search::placeholder {
    color: #b0babf;
}

input.form-search:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea.create-folder {
    border-radius: 4px;
    border: 1px solid var(--Neutral-100, #e7eaee);
}
textarea.create-folder:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button#createDirectoryBtn {
    border-radius: 4px;
    background: var(--6-b-4-eff, #6b4eff);
    border: none;
    color: var(--Shades-White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
.modal-header {
    border-bottom: none !important;
    margin-bottom: -30px;
}

.bg-login {
    background-color: #6b4eff;
    min-height: 100vh;
}

.primary {
    background-color: #6b4eff;
}

.progress {
    height: 4px;
    margin-top: 5px;
    background: rgb(107 78 255 / 12%);
}
.progress-bar {
    background-color: #6b4eff;
    border-radius: 6px;
}
p.storage-info {
    color: var(--Ink-Light, #6c7072);
    font-family: "Inter", sans-serif !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 0px;
}
.text {
    color: var(--6-b-4-eff, #6b4eff);
    font-family: "Inter", sans-serif !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
hr {
    background: #9ea2a4;
    border-radius: 8px;
}
.storage-info {
    padding: 0.5rem 0rem;
    margin-bottom: 50px;
}

.subtitle1 {
    color: var(--Dark-Gray-Dark-Gray-2, #252c32);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.084px;
}

a.nav-link i.ti {
    font-size: 24px;
    margin-right: 10px;
}
.set-top {
    margin-top: -60px;
}

a.text {
    text-decoration: none;
}

#mediaSubMenu {
    margin: 10px 0px 10px 10px;
}
#mediaSubMenu a.nav-link {
    margin-bottom: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #6b4eff;
    color: #f6f8f9;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

@media (min-width: 767px) {
    a.nav-link:hover {
        background-color: #6b4eff;
        color: #f6f8f9;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    a.nav-link {
        margin-bottom: 5px;
        color: #252c32;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.084px;
        text-decoration: none;
        display: flex;
        border-radius: 8px !important;
        transition: background-color 0.3s ease, color 0.3s ease,
            box-shadow 0.3s ease;
    }
}

.login-form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.subtitle {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.card-login {
    border: none;
}

.subtitle-login {
    color: var(--Ink-Darkest, #090a0a);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.title-login {
    color: var(--Ink-Darkest, #090a0a);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

input.form-auth {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e3e5e5;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

input.form-auth:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #6b4eff;
}

.form-auth::placeholder {
    color: var(--Ink-Lighter, #72777a);
}
.btn-main {
    border-radius: 8px;
    background: var(--Primary-Base, #6b4eff);
    color: var(--Sky-White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.btn-round {
    border-radius: 48px;
}
.title1 {
    color: var(--Ink-Darkest, #090a0a);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.text-btn {
    color: var(--White, #fff);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.btn-secondary {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.btn-main:hover {
    background: var(--Primary-Base, #6b5afe);
    color: var(--Sky-White, #fff);
}

.btn-main:focus {
    background: var(--Primary-Base, #6b5afe);
    border-color: var(--Primary-Base, #6b5afe);
    color: var(--Sky-White, #fff);
    box-shadow: none;
}

.toc {
    margin-top: 10px;
    text-align: center;
    color: var(--Ink-Light, #6c7072);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

/* mobile section */
@media (max-width: 767px) {
    body {
        background-color: #fcfcfc;
    }

    .login-form {
        flex-direction: column;
        min-height: 100vh;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: space-around;
    }
    .card.w-75.card-login {
        background-color: #fcfcfc;
    }
    a.nav-link i.ti {
        margin-right: 0px;
    }
    .progress {
        height: 10px;
    }
    .title1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }
    p.desc {
        font-size: 14px !important;
    }
}

.offcanvas {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

button.list-group-item.uploads.d-flex.justify-content-between.align-items-center
    > i {
    font-size: 16px;
}
.offcanvas-header {
    padding: 0 !important;
}
button.btn.btn-native {
    padding: 0;
}

button.list-group-item.uploads {
    border: none;
    border-radius: 8px;
    background: #f2f4f5;
    margin: 5px;
    padding: 11px 20px 11px 23px;
    transition: background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease;
}

button.list-group-item.uploads:hover {
    background-color: #e7e7ff;
    color: #6b4eff !important;
}
button.list-group-item.uploads:hover > .item-name {
    color: #6b4eff !important;
}

button.btn.nav-link.wrap-menu.menu-add-new {
    border-radius: 48px;
    background: var(--Primary-Base, #6b4eff);
    color: #fff;
    font-size: 24px;
    box-shadow: none;
}

.container-mobile {
    max-width: 540px;
}
.wrap-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bdbdbd;
    text-align: center;
    font-family: "SF Pro Display", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    transition: background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease;
}
.warp-menu {
    text-decoration: none;
}
.wrap-menu:hover {
    color: #bdbdbd;
}
.wrap-menu.active:hover {
    color: #6b4eff;
}
.wrap-menu:focus {
    color: #6b4eff;
}
.active {
    color: #6b4eff;
}
.wrap-menu > span {
    padding-top: 5px;
}

.fixed-bottom {
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.list-group-item.uploads:first-child {
    border-radius: 8px;
}
.list-group-item.uploads:last-child {
    border-radius: 8px;
}

.item-name {
    color: #090a0a;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
}
input.form-search-mobile {
    border-radius: 8px;
    border: 2px solid var(--Primary-Base, #6b4eff);
    background: var(--Sky-White, #fff);
    border-left: none;
    transition: border 0.3s ease;
}

span.input-group-text {
    border-radius: 8px;
    border: 2px solid var(--Primary-Base, #6b4eff);
    background: var(--Sky-White, #fff);
    border-right: none;
    padding-right: 0px;
}

input.form-search-mobile::placeholder {
    border-left: none !important;
}

input.form-search-mobile:focus {
    border-left: none !important;
    border: 2px solid var(--Primary-Base, #6b4eff);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-search-mobile:focus + span.input-group-text,
input.form-search-mobile:not(:placeholder-shown) + span.input-group-text {
    border-right: none !important;
}

.card.card-storage {
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.modal-body {
    padding: 2rem 1rem 2rem 1rem;
}
.modal-content {
    border-radius: 16px;
}

.dropdown-menu {
    border: 1px solid #e3e5e5;
    border-radius: 8px;
    color: #72777a;
    font-size: 14px;
}
.dropdown-item.active,
.dropdown-item:hover {
    background-color: #e7e7ff;
    color: #6b4eff !important;
}

i.more-icons {
    font-size: 24px;
}

.modal-content.modal-opacity {
    background: transparent !important;
    border: none !important;
}

/* datatable style */
.file-table th {
    color: #84919a;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.216px;
    text-transform: uppercase;
}

.file-table td {
    border-bottom: 1px solid #e5e9eb;
}

.file-table tr {
    color: #252c32;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.084px;
    border-bottom: 1px solid #e5e9eb;
}

.file-table td > i {
    font-size: 24px;
    color: #6b4eff;
    transition: color 0.3s;
}

.file-table tbody tr:hover {
    background-color: #6c4effd5;
    cursor: pointer;
    color: #fff;
    border: none;
}

.file-table tbody tr:hover td {
    border-color: transparent;
}

.file-table tbody tr:hover i {
    color: #fff;
}
table.dataTable.no-footer {
    border-bottom: none !important;
    margin-bottom: 20px;
}

table.dataTable thead th {
    border-bottom: none !important;
}

table.dataTable tbody td {
    border-bottom: 1px solid #e5e9eb;
}

/* Pagination styling */
.dataTables_wrapper .dataTables_paginate {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.084px;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0.75em;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #e5e9eb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #fff !important;
    color: #fff;
    border: 1px solid #6b4eff;
    border-radius: 8px !important;
}

button#backButton {
    font-size: 24px;
}

button#backButton:focus {
    box-shadow: none !important;
}

a.paginate_button.current {
    background: none !important;
    border: none !important;
}

a#files_previous {
    color: var(--Gray-700, #344054);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-right: 10px;
}

a#files_next {
    color: var(--Gray-700, #344054);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

p.desc {
    color: #090a0a;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

p.text-desc {
    color: var(--Gray-4, #bdbdbd);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}

.list-group-item.contacts {
    padding: 10px;
    border: none !important;
    background-color: transparent !important;
}

.item-name:hover {
    color: #6b4eff !important;
}

.card.card-subscirbe {
    border-radius: 16px;
    background: var(--Sky-White, #fff);
    box-shadow: 4px 4px 10px 10px rgba(0, 0, 0, 0.05);
}
/* circulare progress */
.circle-wrap {
    margin: auto;
    width: 150px;
    height: 150px;
    background: #fefcff;
    border-radius: 50%;
    position: relative;
}

.circle-wrap .circle {
    width: 100%;
    height: 100%;
    position: relative;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-wrap .circle .mask {
    clip: rect(0, 75px, 150px, 0); /* Adjust the clip values */
}

.circle-wrap .circle .fill {
    background-color: #6b4eff; /* Set default fill color */
    transform-origin: center;
}

.circle-wrap .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #fff;
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: #101828;
    position: absolute;
    z-index: 100;
    font-size: 24px;
    top: 14px;
    left: 14px;
}

.card-hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
}

.btn-upload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer !important;
    margin-top: 5px;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.card.card-profile {
    border: none !important;
}

.profile-area {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

@keyframes fill {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(135deg);
    }
}

.phone-user {
    color: var(--Gray-1, #333);
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

p.card-text.quota-info {
    color: var(--Gray-4, #bdbdbd);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    margin-top: 5px;
}

p.card-text.info {
    color: var(--Gray-4, #bdbdbd);
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    margin-top: 5px;
}
.card-body.card-subscribe.text-center {
    padding: 30px 80px 30px 80px;
}

@media (max-width: 767px) {
    .extra-info {
        display: block !important;
    }

    .d-md-none {
        display: inline !important;
    }

    .d-md-table-cell {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .extra-info {
        display: none !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }
}

/* added new */

.btn-text:focus {
    box-shadow: none;
}

.rowCheckbox,
#selectAllCheckbox {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.rowCheckbox:checked,
#selectAllCheckbox:checked {
    background-color: #6b4eff !important;
    border-color: #6b4eff !important;
    color: #fff;
}

a.btn.btn-back > i {
    font-size: 25px;
}
a.btn.btn-back:focus {
    box-shadow: none;
}
div#files_info {
    color: #344054;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #6b4eff !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-family: "Inter", sans-serif !important;
}

a#files_previous:hover {
    color: #fff !important;
}

a.dropdown-item.toggle-table {
    font-size: 14px;
}

a.dropdown-item.toggle-table > i.ti {
    font-size: 20px;
    margin-right: 5px;
}

.modal-body.modal-edit {
    padding: 2rem 1rem 1rem 1rem;
}

button#submitEdited {
    border-radius: 4px;
    background: var(--6-b-4-eff, #6b4eff);
    border: none;
    color: var(--Shades-White, #fff);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

button#submitEdited:focus {
    box-shadow: none;
}

/* timeline image */
.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 2px;
}

.img-fluid.image-timeline {
    width: 190px;
    height: 155px;
    flex-shrink: 0;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.img-fluid.image-timeline:hover {
    transform: scale(1.1);
    border-radius: 8px;
    border: 3px #fff solid;
    cursor: pointer;
}

/* image album */
.img-fluid.image-album {
    width: 380px;
    height: 300px;
    flex-shrink: 0;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.avatar {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.profile-ava {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

p.names {
    margin: 0px;
    margin-left: 0.3rem;
    font-family: "Inter", sans-serif !important;
}

.img-fluid.image-album:hover {
    transform: scale(1.1);

    border: 3px #fff solid;
    cursor: pointer;
}
/* mobile */
@media (max-width: 767px) {
    .img-fluid.image-timeline {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
        padding: 3px;
    }
    .img-fluid.image-album {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
        padding: 3px;
    }
}

.card-album {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.card-album:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-album .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.card-album .card-body {
    padding: 1.25rem;
}

.card-album .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #6c757d;
    text-decoration: none !important;
}

.card-album .card-text {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none !important;
}

.card-album .card-text.files-count {
    font-weight: bold;
    text-decoration: none;
}

a.btn-album {
    text-decoration: none;
}

@media (max-width: 768px) {
    .card-album {
        margin-bottom: 20px;
    }
}
