* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: "Roboto", sans-serif;
}

.book-nav {
    background-color: #e54a25;
    padding: 0;
}

.book-nav .dropdown-menu[data-bs-popper] {
    right: 0;
    left: unset;
}

.book-nav .dropdown-menu {
    border: none;
    box-shadow: 0 2px 2rem 0 rgba(53, 59, 62, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.10196);
    border-radius: 0;
    margin-top: 0;
    padding: 0;
}

.book-nav .help-dropdown .dropdown-item:hover {
    background-color: #f6fffd;
}

.book-nav .help-dropdown .dropdown-item {
    padding: 16px;
    background-color: #fff;
}

.book-nav .help-dropdown .dropdown-item .help-item {
    display: flex;
    align-items: center;
}

.book-nav .help-dropdown .dropdown-item .help-item i {
    font-size: 22px;
    margin-right: 10px;
    color: #e54a25;
}

.book-nav .help-dropdown .dropdown-item h5 {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 400;
    color: #272f37;
}

.book-nav .help-dropdown .dropdown-item p {
    color: #939aa2;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.book-nav .user-dropdown .dropdown-menu {
    padding-bottom: 16px !important;
    min-width: 224px;
}

.book-nav .user-dropdown p {
    color: #939aa2;
    font-size: 12px;
    margin: 0 16px;
    padding: 16px 0 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10196);
}

.book-nav .user-dropdown .active {
    background-color: rgba(237, 237, 237, 0.5215686275);
    color: #272f37 !important;
    border-color: #e54a25 !important;
}

.book-nav .user-dropdown .dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
    color: #596570;
    border-left: 2px solid #fff;
}

.book-nav .user-dropdown .dropdown-item i {
    margin-right: 14px;
    font-size: 18px;
}

.book-nav .user-dropdown .dropdown-item:hover {
    background-color: rgba(237, 237, 237, 0.5215686275);
    border-color: rgba(237, 237, 237, 0.5215686275);
}

.book-nav .user-dropdown .um-icon {
    color: #e54a25;
}

.book-nav .navbar-brand {
    font-family: "Signika Negative", sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.book-nav .nav-link {
    color: #fff;
    transition: all 0.4s ease-in-out;
    padding: 18px 24px !important;
}

.book-nav .nav-link.show,
.book-nav .nav-link:hover,
.book-nav .nav-link.active {
    color: #fff;
    background-color: rgba(177, 231, 224, 0.3882352941);
}

.book-nav .user-img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 8px;
}

.book-nav .nav-user-drop {
    padding: 10px 8px !important;
}

.book-nav .nav-user-help {
    padding: 18px 10px !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler span {
    filter: invert(1) brightness(3);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-main {
    background-color: #e54a25;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 20px;
    border: 2px solid #e54a25 !important;
}

.btn-main:active,
.btn-main:hover {
    color: #e54a25 !important;
}

.form-control:focus {
    border-color: #63b2a2;
    box-shadow: 0 0 0 0.25rem rgba(99, 178, 162, 0.25);
}

.book-login-form {
    height: calc(100vh - 60px);
    /* overflow-y: auto; */
    display: flex;
    justify-content: center;
}

.book-login-form form {
    margin: auto;
    padding: 20px 0;
}

.book-login-form .book-input {
    min-width: 400px;
    margin-bottom: 12px;
    min-height: 42px;
}

.book-login-form .book-input::-moz-placeholder {
    font-size: 14px;
    color: rgb(150, 150, 150);
}

.book-login-form .book-input::placeholder {
    font-size: 14px;
    color: rgb(150, 150, 150);
}

.book-login-form .login-btn {
    min-width: 200px;
    justify-content: center;
}

.login-btn {
    margin-top: 10px;
}

.book-side-part {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dbe0e2;
    height: calc(100vh - 60px);
}

.book-side-part .upload-btn {
    margin: 32px auto 24px;
    background-color: #e54a25 !important;
    border-radius: 2px;
    color: #fff !important;
    border: none;
    padding: 8px 24px;
}

.book-side-part .upload-btn i {
    margin-right: 5px;
}

.book-side-part .bside-folders {
    justify-content: space-between;
}

.book-side-part .bside-folders a {
    font-size: 14px;
    font-weight: 500;
    color: #272f37;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 16px 0 24px;
}

.book-side-part .bside-folders a i {
    margin-left: 10px !important;
    height: -moz-fit-content;
    height: fit-content;
}

.book-side-part .bside-folders a .fa-plus {
    font-size: 14px;
    height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    width: 24px !important;
    padding: 3px 5px;
    border-radius: 100%;
}

.book-side-part .bside-folders a .fa-plus:hover {
    background-color: #e54a25;
    color: #fff;
}

.book-side-part .add-bfolder {
    text-decoration: none;
    color: #272f37;
    padding: 10px 24px;
    display: block;
}

.book-side-part .add-bfolder i {
    width: 24px;
    height: 24px;
    background-color: rgba(77, 177, 163, 0.1019607843);
    display: inline-flex;
    justify-content: center;
    margin-right: 10px;
    align-items: center;
    border-radius: 4px;
}

.book-side-part .add-bfolder:hover {
    background-color: rgba(77, 177, 163, 0.1019607843);
}

.book-side-part .nav-link {
    padding: 12px 20px 12px 24px;
    border-left: 3px solid #fff;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.book-side-part .nav-link p {
    margin-bottom: 0;
}

.book-side-part .nav-link.active {
    border-color: #e54a25;
    background-color: rgba(77, 177, 163, 0.1019607843);
}

.book-side-part .nav-link:hover {
    background-color: rgba(77, 177, 163, 0.1019607843);
    border-color: rgba(77, 177, 163, 0.1019607843);
}

.book-side-part .card-folder {
    margin: 10px 24px;
    position: relative;
    padding: 16px 8px 12px;
    border: 1px dashed #c1c9cf;
    border-radius: 8px;
    text-align: center;
}

.book-side-part .card-folder i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #272f37;
}

.book-side-part .card-folder a {
    color: #e54a25;
    text-decoration: none;
}

.book-main-part {
    padding: 32px 0px 32px 40px;
}

.book-main-part .book-heading {
    display: flex;
    justify-content: space-between;
}

.book-main-part .book-heading h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

.book-main-part .book-heading .book-search {
    position: relative;
}

.book-main-part .book-heading .book-search input::-moz-placeholder {
    color: #939aa2;
    font-size: 14px;
}

.book-main-part .book-heading .book-search input::placeholder {
    color: #939aa2;
    font-size: 14px;
}

.book-main-part .book-heading .book-search input {
    padding-left: 32px;
    border-radius: 4px;
    border-color: #c1c9cf;
}

.book-main-part .book-heading .book-search input[type=search]::-webkit-search-cancel-button {
    display: none;
}

.book-main-part .book-heading .book-search i {
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 18px;
    color: #939aa2;
    left: 8px;
    top: 0;
    margin: auto;
    bottom: 0;
}

.book-main-part .book-table {
    margin: 50px 0;
}

.book-table .dt-row {
    --bs-gutter-x: 0rem !important;
}

.book-main-part .book-table td,
.book-main-part .book-table th {
    white-space: nowrap;
}

.book-main-part .book-table .more-dropdown i {
    color: #e54a25;
    margin-right: 8px;
}

.book-main-part .book-table .more-dropdown .dropdown-menu a {
    color: #e54a25;
    background-color: #fff;
    cursor: pointer;
}

.book-main-part .book-table .more-dropdown .dropdown-menu a:hover {
    background-color: #fff;
    color: #272f37 !important;
}

.book-main-part .book-table .more-dropdown .dropdown-toggle::after {
    display: none;
}

.book-main-part .book-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    box-shadow: unset;
}

.book-main-part .book-table th {
    color: #272f37;
    font-size: 14px;
    padding: 8px 16px 8px 0;
}

.book-main-part .book-table tr:hover td {
    background-color: rgba(214, 223, 221, 0.16);
}

.book-main-part .book-table tr:hover .btable-name h5 {
    color: #e54a25;
}

.book-main-part .book-table .book-date {
    font-size: 14px;
    color: #38414a;
}

.book-main-part .book-table .btable-links {
    color: #e54a25;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
}

.book-main-part .book-table .btable-links p {
    font-size: 14px;
    margin-bottom: 0;
}

.book-main-part .book-table .btable-name {
    display: flex;
    align-items: center;
}

.book-main-part .book-table .btable-name img {
    max-width: 50px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 60px;
    padding-right: 16px;
}

.book-main-part .book-table .btable-name h5 {
    font-size: 14px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.book-main-part .book-table .btable-name a {
    margin-bottom: 0;
    color: #939aa2;
    text-decoration: none;
}

.book-main-part .book-table .btable-name a i {
    margin-right: 8px;
    color: #5a5b6a;
}

.dataTables_empty {
    text-align: center !important;
}

.active>.page-link,
.page-link.active {
    color: #fff;
    background-color: #e54a25;
    border-color: #e54a25
}

.loader {
    height: 15px;
    width: 15px;
    margin-left: 5px;
    float: right;
    margin-top: 3px;
}
.loader1 {
    height: 15px;
    width: 15px;
    margin-left: 5px;
    float: right;
    margin-top: 3px;
}
.swal2-confirm {
    background-color: #e54a25 !important;
}

.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #e54a25 !important;
}

.login-box-msg {
    color: #e54a25;
}

a {
    color: #e54a25;
}

.login-link {
    margin-top: 15px;
    text-align: center;
}

.card-title {
    color: #e54a25;
}

.btn-primary {
    background-color: #e54a25;
    border-color: #e54a25;
}

.btn-primary:hover {
    background-color: #e54a25;
    border-color: #e54a25;
}

#submit {
    background-color: #e54a25;
    border-color: #e54a25;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

.custom-file-label {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: none;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #fff !important;
    content: "Browse";
    background-color: #e54a25 !important;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.card-title {
    margin-bottom: 0;
}


@media (max-width: 575.99px) {
    .book-login-form .book-input {
        min-width: 300px;
    }

    .side-part-box {
        display: flex;
        flex-wrap: wrap;
    }

    .book-main-part {
        padding: 30px 0px 30px 0px;
    }

    .book-main-part .book-heading {
        gap: 10px;
    }

    .book-side-part .bside-folders a {
        margin-left: 0 !important;
    }
}

@media (max-width: 767.99px) {
    .book-nav {
        padding: 8px 0;
    }

    .book-nav .nav-user-drop span {
        display: inline-block !important;
    }

    .book-side-part {
        display: flex;
        border-right: none;
        height: -moz-fit-content;
        height: fit-content;
        flex-direction: column;
    }

    .side-part-box {
        display: flex;
    }

    .side-part-box .border-bottom {
        width: 100%;
    }

    .book-table {
        margin: 50px 0 0 !important;
    }

    .book-side-part .upload-btn {
        margin: 32px 0 24px auto;
    }
}

@media (max-width: 991.99px) {
    .book-nav .nav-link {
        padding: 18px 16px !important;
    }

    .book-nav .nav-user-drop {
        padding: 10px 8px !important;
    }

    .book-nav .nav-user-drop span {
        display: none;
    }

    .book-side-part .bside-folders a {
        margin: 0 4px 0 24px;
    }
}

.forgot-align {
    text-align: unset !important;
}

.error {
    color: red;
}

.side-profile {
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100px;
}

.btable-name a {
    text-decoration: none;

}

.dashboard-table {
    padding-top: 0 !important;
}

.side-heading {
    color: #e54a25 !important;
}

.profile-name a {
    color: #272f37 !important;
    text-decoration: none !important;
}

.card-title {
    font-size: 22px !important;
}

.action-btn {
    font-size: 14px !important;
    margin-bottom: 0;
    color: #e54a25;
}

/*# sourceMappingURL=style.css.map */
.first-letter {
    font-weight: 900;
    font-size: 40px;
}

.form-check-input:checked {
    background-color: #e54a25;
    border-color: #e54a25;
}
.hidden{
    display: none !important;
}
