body, html {
        
    font-family: "Roboto", Helvetica, sans-serif;
    background-color: #121212;
}

.box {
    position: relative;
    width: 420px;
    /*height: 510px;*/
    /*background: #ffffff;*/
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}

/*.box::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 380px;*/
/*    height: 420px;*/
/*    background: linear-gradient(0deg, transparent, transparent, #3291fb, #2573e9, #2c82f1);*/
/*    z-index: 1;*/
/*    transform-origin: bottom right;*/
/*    animation: animate 6s linear infinite;*/
/*}*/

/*.box::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 380px;*/
/*    height: 420px;*/
/*    background: linear-gradient(0deg, transparent, transparent, #3291fb, #2573e9, #2c82f1);*/
/*    z-index: 1;*/
/*    transform-origin: bottom right;*/
/*    animation: animate 6s linear infinite;*/
/*    animation-delay: -3s;*/
/*}*/

/*.borderLine::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 380px;*/
/*    height: 420px;*/
/*    background: linear-gradient(0deg, transparent, transparent, #3291fb, #3291fb, #3291fb);*/
/*    z-index: 1;*/
/*    transform-origin: bottom right;*/
/*    animation: animate 6s linear infinite;*/
/*    animation-delay: -1.5s;*/
/*}*/

/*.borderLine::after*/
/*{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -50%;*/
/*    left: -50%;*/
/*    width: 380px;*/
/*    height: 420px;*/
/*    background: linear-gradient(0deg, transparent, transparent, #3291fb, #3291fb, #3291fb);*/
/*    z-index: 1;*/
/*    transform-origin: bottom right;*/
/*    animation: animate 6s linear infinite;*/
/*    animation-delay: -4.5s;*/
/*}*/

/*@keyframes animate {*/
/*    0% {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

.box form {
    /*position: absolute;*/
    inset: 6px;
    background: #fff;
    padding: 25px 25px;
    border-radius: 8px;
    /*z-index: 2;*/
    /*display: flex;*/
    /*flex-direction: column;*/
}

.box form h2 {
    color: #fff;
font-weight: 500;
text-align: center;
letter-spacing: 0.1em;
border: #ffffff3d solid 1px;
padding: 10px;
border-radius: 10px;
}
.box form p {
    color: #fff;
text-align: center;
border: #ffffff3d solid 1px;
padding: 10px;
border-radius: 10px;
font-size: 18px;
}
.box form .inputBox {
    position: relative;
    width: 350px;
    margin-top: 15px;
}
p.text-white.linebottom {
    font-size: 19px;
    padding-top: 20px;
    color:#fff;
}
.box form .inputBox input {
    position: relative;
    width: 100%;
    padding: 20px 10px 10px;
    background: transparent;
    outline: none;
    border: #ccc solid 1px;
    box-shadow: none;
    color: #23242a;
    font-size: 1em;
    transition: 0.5s;
    z-index: 10;
    margin-top: 6px;
    border-radius: 5px;
}
input#submit:hover {
    background-color: #0030a0 !important;
}

.btn-block {
    display: block;
    width: 100%;
}
input#submit {
    width: 100%;
    color: #fff !important;
    background-color: #0033A0 !important;
}
.box form .inputBox span {
    position: absolute;
    left: 0;
    padding: 20px 0px 10px;
    pointer-events: none;
    color: #ffffff;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
}
.bodybg {
    background-color: #0030a1 !important;}
.box form .inputBox input:valid ~ span,
.box form .inputBox input:focus ~ span {
    color: #fff;
    font-size: 0.75em;
    transform: translateY((-34px));
}
h2.logo-name {
    font-size: 65px;
    color: #fff !important;
}
.box form .inputBox i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}
p.daily-line.text-white {
    font-size: 30px;
    color: #fff;
}
.box form .inputBox input:valid ~ i,
.box form .inputBox input:focus ~ i {
    height: 44px;
}

.box form .links {
    display: flex;
    justify-content: space-between;
}

.box form .links a {
    margin: 10px 0;
    font-size: 0.75em;
    color: #8f8f8f;
    text-decoration: none;
}

.box form .links a:hover,
.box form .links a:nth-child(2) {
    color: #fff;
}

#submit {
    border: none;
    outline: none;
    padding: 9px 25px;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 4px;
    font-weight: 600;
    width: 100px;
    margin-top: 30px;
    background-color: #57a1ff;
    color: #002c84;
}

#submit:active {
    opacity: 0.8;
}
.textwhitecenter{
color:#fff;
text-align: center;
}
.bodybg {
/* background-color: #f3f3f3 !important; */
width: 100%;
background-color: rgb(255, 255, 255); /* Fallback color: semi-transparent black */
background-size: cover; /* Ensure the image covers the whole area */
background-position: center; /* Center the image */
background-blend-mode: overlay; /* Blends the image with the background color */
margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logologin {
margin-bottom: 20px;

}
.inputBox label {
color: #000 !important;
text-align: left !important;
}
/* .formbody {
text-align: center;
} */

.logologin {
margin-bottom: 20px;
display: block;
margin-left: auto;
margin-right: auto;
}
span.text-danger {
    color: #f00 !important;
    margin: 0px;
    padding: 6px 0px !important;
}

.bg-warnings {
    background-color: #7978E9 !important;
}

aside.main-sidebar {
    background-color: #062A4D;
}
.small-box.bg-dangerss {
        background-color: #F3797E;
}
.bg-success {
    background-color: #4747A1 !important;
}
.bg-dangerss{
    background-color: #ff7583 !important;
}

.small-box h3 {
    font-size: 16px !important;
}

.small-box i{
    color:#fff !important;
   font-size: 34px !important;
}

.bg-info{
        background-color: #7DA0FA !important;

}












.small-box.bg-dangers-clock {
    background-color: #fff !important;
}



.clockbox, #clock {
  width: 100%;
  height: 150px;
}
/* Clock styles */
.circle {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.mid-circle {
    fill: #000;
}
.hour-marks {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.hour-hand {
    fill: none;
    stroke: #000;
    stroke-width: 17;
    stroke-miterlimit: 10;
}

.minute-hand {
    fill: none;
    stroke: #000;
    stroke-width: 11;
    stroke-miterlimit: 10;
}

.second-hand {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-miterlimit: 10;
}

/* Transparent box ensuring arms center properly. */
.sizing-box {
    fill: none;
}

/* Make all arms rotate around the same center point. */
#hour,
#minute,
#second {
    transform-origin: 300px 300px;
    transition: transform .5s ease-in-out;
}


.date {
  margin-top: 0px;
  font-size: 1.2em;
  text-align: center;
}
.punchin {
  display: inline-grid
;
}


.buttons .punch-in {
  background-color: #28a745;
  color: white;
}

.buttons .punch-out {
  background-color: #0030A0;
  color: white;
}

.punchin span {
  font-size: 14px;
}

li.breadcrumb-item a {
    color: #0030A0;
}
i.fas.fa-toggle-on {
    color: #08a100;
    font-size: 27px;
}
table thead tr {
    background-color: #0030a0 !important;
    color: #fff !important;
}

div.dt-buttons {
    position: relative;
    float: left;
    padding-top: 20px;
}
.main-sidebar {
    background: #f7f7f7 !important;
}
.dt-buttons button {
    border: #0030a0 solid 1px;
    background-color: #0030A0 !important;
    color: #fff !important;
}
.nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1) !important;
    color: #0030A0 !important;
}

.nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1) !important;
    color: #0030A0 !important;
}

.nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: rgba(255, 255, 255, .1) !important;
    color: #0048b3 !important;
}.nav-sidebar>.nav-item>.nav-link:active {
    color: #0b0c0c !important;
}
.sidebar a {
    color: #686868 !important;
}

span.brand-text.font-weight-light {
    color: #f6f6f6 !important;
}


i.fas.fa-plus {
    color: #0030A0;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #ffffff;}
    
.nav-treeview>.nav-item>.nav-link.active, .nav-treeview>.nav-item>.nav-link.active:focus, .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(255, 255, 255, .9);
    border: #0030a045 solid 1px;
    box-shadow: #cccccc80 0px 1px 2px 1px;
    color: #343a40;
}
span.labels {
    font-weight: bold;
}

span.text {
    font-weight: normal !important;
}

/*html {*/
/*    zoom: 0.8;*/
/*   height:100%;*/
/*}*/

.buttons {
    position: absolute;
    right: 11px;
    margin: -5px;
}
button.btn.btn-primary.btcolor {
    background-color: #00309F !important;
}




.inner.text-center.cardss {
    height: 260px;
}
.cardss {
    height: 260px;
}
.cards-big{
    height: 330px;  
}
p.mar-bo {
    margin-bottom: 20px;
}

.leave-card {
    max-width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
.leave-heading {
    font-weight: bold;
}
.apply-btn {
    width: 100%;
    margin-top: 0px;
}


.small-box {
    border-radius: 8px;
    border: #cccccc9e solid 1px;
    box-shadow:none;
}

.attendance-card {
    max-width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}
.attendance-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    width: 50%;
}
.color-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.dot-purple { background: purple; }
.dot-green { background: green; }
.dot-red { background: red; }
.dot-blue { background: blue; }
.dot-orange { background: orange; }


.attendance-cards {
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.circle-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.info-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f1f1f1;
    font-size: 14px;
}
.clocked-in {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    background: #eee;
    color: gray;
    border: none;
}


.info-card {
    padding: 20px;
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.policy-card { background-color: #4b6878; height: 160px; margin-bottom:10px;} /* Blueish */
.holiday-card { background-color: #f1b600; height: 160px; } /* Yellow */
.view-btn {
    background: white;
    color: black;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
}

p.mb-0.font-small {
    font-size: 15px;
}



.holiday-list {
    width: 100%;
    margin: auto;
    background: white;
    border-radius: 8px;
    padding: 10px;
    overflow: scroll;
    height: 250px;
    overflow-x: hidden;
}
.holiday-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.holiday-item:last-child {
    border-bottom: none;
}
.holiday-name {
    font-weight: bold;
}
.holiday-date {
    color: gray;
}


th, td {
    border: 1px solid black;
    text-align: center;
    padding: 10px;
}

.leaves-heading {
    background-color: #306eff;
    color: white;
    font-weight: bold;
    
}

