.modal {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px) !important;
    zoom: 120% !important;
}
td,th{
    border-top: none !important;
    border-bottom: none !important;
}
.book-form input[type=file]{
    height: calc(1.5em + .75rem + 24px);
}
.book-form input[type=file]::file-selector-button {
    border: 2px solid #50abf2;
    padding: .6em .8em;
    border-radius: 8px;
    margin-right: 12px;
    background-color: #50abf2;
    color: white;
    cursor: pointer;
    transition: 1s;
}

/* #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin6], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin6], #main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin6], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin6] {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(1px) !important;
} */

.topbar .top-navbar {
    min-height: 70px;
}
.sidebar-nav{
    padding-top: 0px;
}
.sidebar-nav #sidebarnav .sidebar-item {
    margin: 8px;
}
.sidebar-nav #sidebarnav .sidebar-item.selected>.sidebar-link {
    border-radius: 8px;
}
@media (min-width: 768px) {
    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .topbar .top-navbar .navbar-header .navbar-brand > a >.text-white {
        display: none;
    }
}
.topbar .top-navbar .navbar-header .navbar-brand{
    height: auto;
    width: 290px;
    border-bottom-right-radius: 8px !important;
}

*:not(.modal) {
    zoom: 97% !important;
}

@media screen and (max-width: 576px) {
    *:not(.modal)>* {
        zoom: 89% !important;
    }
}

@media screen and (max-width: 768px) {
    *:not(.modal)>* {
        zoom: 91% !important;
    }
}

@media screen and (max-width: 992px) {
    *:not(.modal)>* {
        zoom: 93% !important;
    }
}

@media screen and (max-width: 1200px) {
    *:not(.modal)>* {
        zoom: 95% !important;
    }
}

@media screen and (max-width: 1400px) {
    *:not(.modal) > * {
        zoom: 97% !important;
    }
}
.bg-blur {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px) !important;
}

.rounded-app {
    border-radius: 8px !important;
}

.form-control {
    border-radius: 8px !important;
    height: calc(1.5em + .75rem + 18px);
}

.form-control::placeholder {
    color: grey;
}

.btn {
    border-radius: 8px !important;
    padding: 0.65rem;
}



.app-color {
    color: #50abf2 !important;
    /* color: rgb(80, 171, 242) !important; */
}

.shadow-hover {
    transition: all;
    transition-duration: 600ms;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-hover:hover {
    transition: all;
    transition-duration: 600ms;
    -webkit-box-shadow: 0 1rem 3rem rgba(80, 171, 242, .5) !important;
    box-shadow: 0 1rem 3rem rgba(80, 171, 242, .5) !important;
}

.item-logout:focus:active {
    background-color: #ff4f70;
    color: #fff !important;
}


.tag-badge-success {
    color: #50abf2;
    background-color: rgba(80, 171, 242, .2);
    font-weight: bold;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
    border-radius: 8px;
}

.dotted-background {
  background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.171) 1px, transparent 1px) !important;
  background-size: 20px 20px; /* Adjust spacing between dots */
  background-repeat: repeat; /* Ensures the pattern repeats */
}

.tag-badge-danger {
    color: #ff4f70;
    background-color: rgba(255, 79, 112, .2);
    font-weight: bold;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
    border-radius: 0px;
}

.tag-badge-warning {
    color: rgb(253, 193, 106);
    background-color: rgba(253, 193, 106, .2);
    font-weight: bold;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
    border-radius: 0px;
}

.paragraph {
    line-height: 30px;
    font-size: 16px;
    color: black;
    margin-left: 2rem;
}

.text-bold {
    font-weight: 900;
}

@media screen and (max-width: 400px) {
    .navbar-brand {
        border-bottom-left-radius: 8px;
    }
}

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pre-wrap {
    white-space: pre-wrap !important;
}

audio{
  background-color: #F0F0F0;
  border: 1px solid #1c2d41;
  border-radius: 8px;
}
.bg-auth-input{
    background-color: #FFF;
    border-color: rgba(128, 128, 128, 0.337);
    color: black;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 16px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 16px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border-radius: 16px;
    background: #555;
}