/* html {
    zoom: 90%;
    scroll-behavior: smooth;
} */

.zoom-90 {
    zoom: 90%;
    scroll-behavior: smooth;
}

.zoom-95 {
    zoom: 95%;
    scroll-behavior: smooth;
}
.bgi {
    background: url("../images/bg/plainbg.jpg");
    background-color: gray;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.body-bg {
    background-color: #eee;
    font-family: "Inter", sans-serif;
}

.card-shadow {
    box-shadow: 14px 21px 31px #4b4a4ad7;
}

.content-shadow-black {
    /* letter-spacing: 1px; */
    text-shadow: 2px 2px 10px #000;
}

.content-shadow-white {
    /* letter-spacing: 1px; */
    text-shadow: 2px 2px 10px #fff;
}

.bg-modblue {
    background-color: #8ccbf7;
}

.div-bg {
    background: -webkit-linear-gradient(
            175deg,
            #7dc9ff 0%,
            rgba(0, 0, 0, 0) 19%
        ),
        radial-gradient(farthest-corner at -67% -57%, #1d87d2 69%, #245ca2 75%);
    background: -o-linear-gradient(175deg, #7dc9ff 0%, rgba(0, 0, 0, 0) 19%),
        radial-gradient(farthest-corner at -67% -57%, #1d87d2 69%, #245ca2 75%);
    background: -moz-linear-gradient(175deg, #7dc9ff 0%, rgba(0, 0, 0, 0) 19%),
        radial-gradient(farthest-corner at -67% -57%, #1d87d2 69%, #245ca2 75%);
    background: linear-gradient(175deg, #7dc9ff 0%, rgba(0, 0, 0, 0) 19%),
        radial-gradient(farthest-corner at -67% -57%, #1d87d2 69%, #245ca2 75%);
}

input.pointer-none {
    pointer-events: none !important;
}

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

.img-bg {
    background-color: #98c1f5;
}

.nav-tabs .nav-link.active {
    color: black;
    background-color: white !important;
    border-color: gray;
    border-width: thin;
}

.dropdown-item {
    color: black;
    background-color: #f9f9f9 !important;
}

.dropdown {
    padding-right: 35px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

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

.table-hover > tbody > tr.hov-tr-default:hover > td,
.hov-tr-default > td {
    color: #343a40;
}

.border-default-primary {
    border-color: #7abaff !important;
}

.border-transparent {
    border: 1px transparent !important;
}

.bottom-line-white {
    /* border-bottom: 1px solid red;
  border-bottom-width: 50%; */
    display: inline-block;
}

.bottom-line-white::after {
    display: block;
    content: "";
    border-bottom: solid 4px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.bottom-line-white:hover:after {
    transform: scaleX(1);
}

/* BOARD OF DIRECTORS PAGE */
/* *, *:before, *:after {
  box-sizing: inherit;
} */

.capitalize {
    text-transform: capitalize;
}

.text-sm {
    font-size: 0.9rem;
}

.text-md {
    font-size: 1rem !important;
}

.text-medium {
    font-size: 1.3rem;
}

.text-lg {
    font-size: 1.5rem;
}

.login-form {
    background-color: rgba(255, 255, 255, 0.5);
    color: #474646;
    border-radius: 10px;
    height: auto !important;
    zoom: 85%;
}

.form-left {
    padding: 20px;
    height: inherit;
}

.form-right {
    border-radius: 0px 10px 10px 0px;
    background-image: url("../images/bg/teamwork.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

div > #welcome-hris {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: black;
    background-color: rgba(255, 255, 255, 0.775);
    border-radius: 10px;
    padding: 200px 10px;
}

.form-logo {
    width: auto !important;
    height: auto !important;
    background-color: white;
    opacity: 50%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
}
.form-logo > img {
    flex: 1;
    display: flex;
    align-items: center;
    opacity: 100%;
}

input::placeholder {
    font-size: 0.9rem;
}

option {
    font-size: 0.9rem;
}

.personalinfo-edit {
    display: none;
}

.personalinfo-show {
    display: block;
    white-space: normal;
}

table.fixed {
    table-layout: fixed;
}

.wrap {
    word-wrap: break-word;
}

.nowrap {
    white-space: nowrap;
}

.loading-spinner {
    display: none;
}

.bg-teal {
    background-color: rgb(6, 141, 169);
}

.text-xs {
    font-size: 0.77rem;
}

ul.pagination {
    font-size: 0.8rem;
}

.pagination > li > a {
    background-color: white;
    color: black;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: black;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a {
    color: white;
    background-color: black !important;
    border: solid 1px white !important;
}

.pagination > .active > a:hover {
    background-color: white !important;
    border: solid 1px white;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100% !important;
    height: 100% !important;
    background-color: #000;
}

.custom-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    /* border-width: 5rem; */
}

.custom-breadcrumb-item {
    display: flex;
}

.custom-breadcrumb-item + .custom-breadcrumb-item {
    padding-left: 0.5rem;
}

.custom-breadcrumb-item + .custom-breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
}

.custom-breadcrumb-item + .custom-breadcrumb-item:hover::before {
    text-decoration: underline;
}

.custom-breadcrumb-item + .custom-breadcrumb-item:hover::before {
    text-decoration: none;
}

.custom-breadcrumb-item.active {
    color: #0079e2;
    border-bottom: 2px solid #0079e2;
}

.table tbody > tr > td.vert-aligned {
    vertical-align: middle;
}

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

.no-bullet {
    list-style-type: none;
}

.border-left-3 {
    border-left: 3px solid;
}

.modal {
    overflow-y: auto;
}

#basicDate {
    margin: 10%;
}

.h-14em {
    height: 14em;
}

.text-indent {
    text-indent: 50px;
}

.ul-no-indention {
    list-style: none;
    padding-left: 0;
}

/* Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

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

/* .no-highlight>a,
a[aria-expanded="true"] {
    color: #fff;
    background: transparent !important;
} */

.modal {
    overflow-y: auto;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 0.25rem 0.6rem;
    font-size: 0.6555rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}

.scrollable {
    height: 200px;
    overflow-y: auto;
}

.break-word {
    word-break: break-word;
}

.width-100 {
    width: 100%;
}

#reminder span:hover {
    text-decoration: solid;
    background-color: black;
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
}

div#payrollReminder span:hover > a {
    text-decoration: solid;
    background-color: #f9d6d5;
    color: red !important;
    padding: 2px 10px 2px 10px !important;
    margin: 0px !important;
    transition: all 0.3s;
}

div#payrollReminder.alert {
    font-size: 0.5rem;
    padding: 2px 10px !important;
    margin: 0px !important;
}

div#forMyApprovalNotif.alert {
    font-size: 0.1rem;
    padding: 5px 10px !important;
    margin: 0px !important;
    transform: scale(1);
    animation: pulse 1s infinite;
}

.approval-count {
    background-color: rgb(143, 34, 14);
    color: white;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 70px;
}

.alternate-approval-count {
    background-color: rgb(233, 162, 95);
    color: white;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 70px;
}

.dropdown-menu {
    opacity: 90%;
}

.for-approval-drowpdown {
    color: rgb(143, 34, 14) !important;
    font-weight: bold;
    padding: 1px !important;
    margin: 0px !important;
}

.disabled {
    pointer-events: none;
}

.dataTables_filter {
    float: left !important;
}

#btn-back-to-top {
    position: fixed;
    opacity: 90%;
    bottom: 10px;
    right: 35px;
}

div#hrDashboard .card {
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 10px;
    transition: all 0.4s ease-in-out;
}

div#hrDashboard .card:hover {
    transform: scale(1.04);
    box-shadow: #70e0ed 0px 5px 5px 0px;
    background-color: #e6f4f1;
}

div#adminDashboard .card {
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 10px;
    transition: all 0.5s ease;
}

div#adminDashboard .card:hover {
    transform: scale(1.04);
    box-shadow: #70e0ed 0px 5px 5px 0px;
    background-color: #e6f4f1;
}

#announceTitle button:hover {
    transform: scale(1.04);
    transition: 500ms linear;
}

.count-pending {
    background-color: rgb(231, 97, 97);
    color: white;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 60px;
}
.no-pending {
    background-color: rgb(135, 203, 185);
    color: white;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 60px;
}

.for-approval-pending {
    background-color: rgb(255, 211, 163);
    color: white;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 60px;
}

.image-update-edit {
    display: none;
}

.image-update-show {
    display: block;
}

.image-hover-edit {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}
.middle-msg {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.text-img {
    color: black;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#profile-image.container {
    position: relative;
    width: 100%;
}
#profile-image.container:hover .image-hover-edit {
    opacity: 0.3;
    cursor: pointer;
}

#profile-image.container:hover .middle-msg {
    opacity: 1;
}
#profile-image.container:hover .text-img {
    opacity: 1;
    cursor: pointer;
}

.v-line {
    border-left: 2px solid grey;
    height: 120px;
    opacity: 75%;
    justify-content: center;
}

.no-marker > ul {
    list-style-type: none;
    padding: 0;
}

div#announcement {
    background-color: rgb(255, 250, 215);
    border-radius: 10px;
    height: 350px;
}

div#announcementContent {
    background-color: rgb(255, 252, 228);
    border-radius: 10px;
    margin: 10px;
    height: 80px;
    box-shadow: 5px 10px 20px #d5d4c9d7;
}

div#announcementContent button:hover {
    transform: scale(1.02);
    background-color: white;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    height: 100%;
}
.bg-sched {
    background-color: rgb(136, 190, 203) !important;
}

.table td {
    vertical-align: middle !important;
}

.thead-white {
    background-color: white !important;
}

.count-requests {
    background-color: rgb(231, 97, 97);
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 60px;
}
.zero-requests {
    background-color: rgb(172, 193, 195);
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 60px;
}

.card-hover:hover {
    background-color: rgb(237, 238, 217);
}

.card-selected {
    background-color: rgb(219, 224, 116);
}

.bg-not-empty {
    background-color: #43a795 !important;
}

.bg-empty {
    background-color: #b94056 !important;
}

ul#sidebarMenus > li > a:hover {
    background-color: white !important;
    color: #000;
}

button#sidebarCollapse:hover {
    background-color: white;
}

span > button#sidebarCollapse:hover > i {
    color: #000;
}

.sched-color {
    background-color: rgb(56, 135, 190);
}

div#employeeRequestMenu .card {
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

div#employeeRequestMenu .card:hover {
    transform: scale(1.03);
    box-shadow: #70e0ed 0px 5px 5px 0px;
    background-color: #e6f4f1;
}

.employeeRequest-edit {
    display: none;
}

.employeeRequest-show {
    display: block;
    white-space: normal;
}

/* 404 error page */
.error404 {
    line-height: 0.9;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 19vw;
    color: #fff !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.textarea {
    max-width: 100%;
}

.big-checkbox {
    width: 20px;
    height: 20px;
}

.big-radio {
    width: 20px;
    height: 20px;
}

div#leaveTable:hover {
    background-color: rgb(172, 170, 170);
    color: rgb(248, 248, 248);
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
