body {
    font-family: 'Roboto', sans-serif !important;
}

.navbar {
    background-color: #006597 !important;
    color: white !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.navbar .navbar-nav .nav-link {
    color: white !important;
}

@media only screen and (min-width: 991px) and (max-width: 1440px){
    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        padding-right: 4px;
        padding-left: 4px;
    }
}
@media only screen and (max-width: 1028px) {
    .navbar .navbar-nav .nav-link {
        font-size: 13px;
        padding-right: 4px;
        padding-left: 4px;
    }
}

.navbar .icon {
    color: white !important;
}

.navbar .icon:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

@media only screen and (max-width: 360px) {
    .Header-Title {
        display: none;
    }
}

.table tbody td {
    font-size: 12px;
    padding: 5px 10px !important;
}

.table thead th {
    color: #444;
    font-size: 14px !important;
    text-transform: capitalize !important;
}

.card-header {
    padding: 0.40rem 1rem !important;
    /* background-color: #6e1f4e; */
    color: black;
}


/* .card {
    border: 1px solid #6e1f4e!important;
} */

.card-body {
    padding-top: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0em 0.5em !important;
}

.view_notice_li:hover {
    color: #6e1f4e !important;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative
}

.small-box>.inner {
    padding: 10px
}

.small-box>.small-box-footer {
    background-color: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10
}

.small-box>.small-box-footer:hover {
    background-color: rgba(0, 0, 0, .15);
    color: #fff
}

.small-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap
}

.small-box .icon>i.bi,
.small-box .icon>i.bi,
.small-box .icon>i.bi,
.small-box .icon>i.bi,
.small-box .icon>i.bi,
.small-box .icon>i.bi,
.small-box .icon>i.bi {
    font-size: 60px;
    top: 20px;
}

.hw_image_delete:hover {
    transform: scale(1.5);
}


.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.bi,
.bi-question-circle-fill::before {
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.5;
}


.small-box:hover .icon>i,
.small-box:hover .icon>i.bi,
.small-box:hover .icon>i.bi,
.small-box:hover .icon>i.bi,
.small-box:hover .icon>i.bi,
.small-box:hover .icon>i.bi,
.small-box:hover .icon>i.bi,
.small-box:hover .icon>i.bi {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.icon {
    width: 0rem !important;
    height: 0rem !important;
    font-size: 1.25rem;
    vertical-align: bottom;
    stroke-width: 1.5;
}

.click:hover {
    padding: 2px;
}

.shortcuts {
    width: 52px;
}

.no-underline:hover {
    text-decoration: none;
}

.dashboard::after {
    /* content: ""; */
    display: inline-block;
    vertical-align: .306em;
    width: .36em;
    height: .36em;
    border-bottom: 1px solid;
    border-left: 1px solid;
    margin-right: .1em;
    margin-left: .4em;
    transform: rotate(-45deg);
    opacity: 0;
  }

  .cursor{
    cursor: pointer;
  }
form .spinner{
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    display: none;
}

.themeText {
    color: #006597!important;
}

.cambria {
    font-family: Cambria!important;
}

.pb0 {
    padding-bottom: 0rem!important;
}


.bgAlice {
    background-color: aliceblue!important;
}


.innerDivLoader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Spinner style */
.innerLoader {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: innerSpin 1s linear infinite;
}

@keyframes innerSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.chart-loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}

.chart-bar-loader {
    display: flex;
    gap: 6px;
    height: 40px;
    align-items: flex-end;
    margin-bottom: 10px;
}

.chart-bar-loader .bar {
    width: 8px;
    background-color: #3498db;
    animation: grow 1.2s infinite ease-in-out;
    border-radius: 4px;
}

.bar1 { animation-delay: 0s; }
.bar2 { animation-delay: 0.2s; }
.bar3 { animation-delay: 0.4s; }
.bar4 { animation-delay: 0.6s; }

@keyframes grow {
    0%, 100% { height: 10px; }
    50% { height: 40px; }
}

.chart-loading-text {
    font-size: 14px;
    color: #333;
}


.button-shine {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
    cursor: pointer;
}

.button-shine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: shine-ripple 2s infinite;
}

@keyframes shine-ripple {
    0% {
        left: -75%;
    }

    50% {
        left: 125%;
    }

    100% {
        left: 125%;
    }
}
.spinner{
    width: 1rem;
    height: 1rem;
    margin-right: 4px;
    display: none;
}

.f14 {
    font-size: 14px!important;
}


.modalCloseBtn {
    height: 2.5rem!important;
}
