/* login.blade.php css start */
#kt_sign_in_submit:hover {
    background-color: #27ae60 !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
    border-color: #219150 !important;
    transition: background 0.3s, box-shadow 0.3s;
}

#forget-password:hover{
    background-color: #ffc700 !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(246, 185, 2, 0.91);
    border-color: #ffc700 !important;
    transition: background 0.3s, box-shadow 0.3s;
}
/* login.blade.php css end */


/* role module index.blade.php css start */
    #createRole:hover{
        background-color: #27ae60 !important;
        color: #fff !important;
        box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
        border-color: #219150 !important;
        transition: background 0.3s, box-shadow 0.3s;
    }
    #roleBtnId:hover{
        background-color: #27ae60 !important;
        color: #fff !important;
        box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
        border-color: #219150 !important;
        transition: background 0.3s, box-shadow 0.3s;
    }
/* role module index.blade.php css end */


/* permission module index.blade.php css start */
    #addModalBtnPermission:hover{
        background-color: #27ae60 !important;
        color: #fff !important;
        box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
        border-color: #219150 !important;
        transition: background 0.3s, box-shadow 0.3s;
    }
    #savePermissionBtn:hover{
        background-color: #27ae60 !important;
        color: #fff !important;
        box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
        border-color: #219150 !important;
        transition: background 0.3s, box-shadow 0.3s;
    }
/* permission module index.blade.php css end */


/* role permission mapping module index.blade.php css start */
    #createRolePermissionMapping:hover{
        background-color: #27ae60 !important;
        color: #fff !important;
        box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
        border-color: #219150 !important;
        transition: background 0.3s, box-shadow 0.3s;
    }
    #saveRolePermissionMapping:hover{
        background-color: #27ae60 !important;
        color: #fff !important;
        box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
        border-color: #219150 !important;
        transition: background 0.3s, box-shadow 0.3s;
    }
/* role permission mapping module index.blade.php css end */


.btn-primary {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;

}

.btn-info {
    color: #fff !important;
    background-color: #659be0 !important;
    /* border-color: #508edb; */
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}
.table td, .table th {
    white-space: nowrap;
}


/* user create.blade start -- */
    #work_schedule_div .type {
        margin-top: 1rem;
        margin-bottom: 1.8rem;
    }
/* user create.blade end -- */




/* calender css start -- */
#calendar {
  width: 100%;
  max-width: 600px;
  margin: auto;
  font-family: sans-serif;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.day {
  padding: 15px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: pointer;
}

.day:hover {
  background-color: #eef;
}

.tooltip {
  position: absolute;
  padding: 8px;
  background: #333;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  display: none;
  pointer-events: none;
}
/* calender css end -- */



/* attendance-leave css start -- */
.attendance-leave {
    background-color: rgb(30, 30, 77);
    color: #faf0f0ff;
    width: 12rem;
    border-radius: 2rem;
}

.margin-bottom{
    margin-bottom: .5rem !important;
    margin-left: 1.5rem !important;
}

/* color palette (reuse) */
.cr-red{--c:#e53935;} .cr-green{--c:#2e7d32;} .cr-orange{--c:#fb8c00;} .cr-blue{--c:#1e88e5;}
.cr-purple{--c:#8e24aa;} .cr-teal{--c:#00897b;} .cr-brown{--c:#6d4c41;} .cr-cyan{--c:#008b8b;}
.cr-indigo{--c:#3f51b5;} .cr-darkorange{--c:#ff8c00;} .cr-goldenrod{--c:#b8860b;} .cr-slate{--c:#2f4f4f;}
.cr-dodger{--c:#1e90ff;} .cr-sea{--c:#20b2aa;} .cr-crimson{--c:#dc143c;}

/* legend small circles */
.swatch{
    display:inline-block; width:12px; height:12px; border-radius:50%;
    background:var(--c,#999); margin-right:6px; vertical-align:middle;
}

/* pretty radios */
.color-radio{
    --size:18px;
    display:flex; align-items:center; gap:.6rem; padding:.45rem .6rem;
    border:1px solid #e7e7e7; border-radius:.6rem; cursor:pointer;
    transition:background .15s ease, border-color .15s ease;
    user-select:none;
}
.color-radio:hover{ background:#fafafa; border-color:#ddd; }
.color-radio input[type="radio"]{ display:none; }
.color-radio .dot{
    width:var(--size); height:var(--size); border-radius:50%;
    border:2px solid var(--c,#666); position:relative; flex:0 0 var(--size);
}
.color-radio input[type="radio"]:checked + .dot{
    border-color:var(--c,#666);
}
.color-radio input[type="radio"]:checked + .dot::after{
    content:""; position:absolute; inset:3px; border-radius:50%;
    background:var(--c,#666);
}
.color-radio span:last-child{ line-height:1; }

#applyLeave{ z-index:1050; }
#leaveType{ z-index:1060; }
.modal-backdrop{ z-index:1040; }

/* attendance-leave css start -- */

