.login-logo {
    width: 180px;  /* your desired width */
    height: auto;  /* maintain aspect ratio */
    max-height: 100px;  /* optional, limit height */
}

.navbar-home img {
    max-height: 63px !important;
    width: auto;
}

.navbar-brand img {
    max-width: 150px !important;
    max-height: 50px !important;
}


body {
    font-size: 14px;
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;  
  font-style: normal;
}
.welcome_msg {
  border: 1px solid #E2E8F0;
}
.welcome_title {
  color: #0F172B;
  font-size: 20px;
  font-weight: 500;
}
.welcome_msg p {
  color: #45556C;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.welcome_widget {
  margin: 0 0 0 -30px;
}
.mood_widget p {
  color: #0F172B;
  font-size: 12px;
}
h5 {  
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #0F172B;
}
.tabs_widget li {
  width: 33.3333%;
}
.common_tabs_widget {
    background: #F1F5F9;
    padding: 5px;
    border-radius: 4px;
}
.common-sm-font {
  font-size: 12px;
}
.btn-sm {
  font-size: 12px;
}
.text-muted {
  color: #8b93ab !important;
}
.time-label {
  color: #0F172B;
  font-size: 20px;
}
.card {
  border: 1px solid #eee;
  border-radius: 12px;
}
.small-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
}
.small-box h6 {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
}
.small-box h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}
.info-icon {
  float: right;
  font-size: 1rem;
  color: #ccc;
}
.label {
  font-weight: 500;
  font-size: 0.7rem;
  color: #3e708d;
}
.work-hours {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d1d1d;
}
.break-info {
  font-weight: 600;
  color: #343a40;
}
.btn-punch {
  border: 1px solid red;
  color: red;
  font-weight: bold;
  border-radius: 4px;
  padding: 7px 10px !important;
  margin-top: -10px;
}
.btn-punch:hover img {
  filter: brightness(0) invert(1);
}
.availability-section {
  max-width: 600px;
  margin: auto;
  background: #f9fbfd;
  border-radius: 16px;
  padding: 20px;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section-title {
  font-weight: 700;
  color: #1d2c4d;
  font-size: 16px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.availability-card {
  flex: 1 1 calc(50% - 15px);
  background: #F8FAFC;
  border-radius: 4px;  
  padding: 8px;
}
.card-title {
  font-size: 13px;
  font-weight: 600;
  color: #314158;
  margin-bottom: 0;
}
.card-value {
  font-size: 24px;
  font-weight: 700;
  color: #0F172B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-icon {
  font-size: 18px;
  color: #cde5f7;
}
.common-bg-light {
  background: #f2f4f7;
  border: 1px solid #eff1f4;
  border-radius: 10px;
}
.section-label {
  font-size: 14px;
  color: #7B849F;
}
.common_blue {
  background-color: #eaf2ff;
  font-size: 12px;
  color: #3aa1d6;
}
.common_blue:hover {
  background-color: #c1d5f6;
  color: #3aa1d6;
}
.common_select {
  background-color: transparent;
  font-size: 14px;
  color: #0F172B;
  border: 1px solid transparent;
  padding: 3px !important;
  border-radius: 4px;
  transition: all 0.5s ease-in-out 0s;
  margin-top: -10px;
}
.common_select:hover {
  background-color: #e4e4f4;
}
.common_select:focus {
  outline: none;
  box-shadow: none;
}
.text-primary {
  color: #3aa1d6 !important;
}
.common_tabs_widget .nav-pills .nav-link.active {
  background: #fff;
  color: #0F172B;
  font-weight: 500;
}
.common_tabs_widget .nav-pills .nav-link {
  background: #F1F5F9;
  color: #45556C;
  text-align: center;
  width: 100%;
  padding: 6px;
  font-size: 14px;
}
.list-group-item {
  border: none !important;
  padding: 0.40rem 0 !important;
  color: #0F172B;
  font-size: 14px;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item img {
  width: 18px;
  margin: 0 5px 0 0;
}
.btn-outline-primary {
  border: 1px solid #3aa1d6;
  color: #3aa1d6;
}
.btn-outline-primary:hover {
  background: #3aa1d6;
  color: #fff;
}
.fw-bold {
  font-weight: bold;
}
.g-0>[class*="col"],
.gx-0>[class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.g-0,
.gx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.g-0>[class*="col"],
.gy-0>[class*="col"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.g-0,
.gy-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.g-1>[class*="col"] {
  padding: 4px !important;
}
.g-1 {
  margin: -4px !important;
}
.gx-1>[class*="col"] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.gx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.gy-1>[class*="col"] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.gy-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
/* Repeat for g-2 to g-5 */
.g-2>[class*="col"] {
  padding: 8px !important;
}
.g-2 {
  margin: -16px !important;
}
.rounded-3 {
  border-radius: 6px;
}
.common_badge_color {
  background: #2b7fff;
  color: #fff;
}
input:checked+.slider {
  background-color: #01c16a !important;
}
.btn-secondary .icon {
  filter: brightness(0) invert(1) !important;
}
.border-none {
  border: none !important;
  background: transparent;
}
.carousel-control-prev {
  left: 44% !important;
}
.carousel-control-next {
  right: 44% !important;
}
.carousel-control-prev,
.carousel-control-next {
  top: auto !important;
}
.btn_contoler {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_height {
  height: 130px;
}
.list-group {
  height: auto;
  max-height: 250px;
  overflow: auto;
}
.common_link_apply {
    color: #2B7FFF;
    font-weight: 500;    
    transition: all 0.5s ease-in-out 0s;
    font-size: 14px;
}
.common_link_apply:hover {
    color: #2B7FFF;
    text-decoration: underline;
}
.common_success {
    color: #00C16A;
    font-weight: 500;
}
.common_applied {
    color: #62748E;
    font-weight: 500;
}
.common_font_size {
    font-size: 14px;
    color: #0F172B;
}
.separate_border {
  border-top: 1px solid #E2E8F0;
}
.counter_color {
  color: #0F172B;
  font-size: 20px;
}
.common_highlight {
  color: #2B7FFF;
  font-weight: 500;    
  transition: all 0.5s ease-in-out 0s;
  font-size: 14px;
}
.common_widget p {
  color: #45556C;
}
.counter_big {
  font-size: 20px;
  color: #62748E;
  font-weight: 500;  
}
.counter_big span {
  color: #0F172B;
  font-weight: 600;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E8F0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00C16A;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00C16A;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.donut-center {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  line-height: 50px;
}
.donut-center .number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #111;
}
.donut-center .label {
    font-size: 1.5rem;
    color: #555;
}
.break_widget .col-3 {
  text-align: right;
}
@media all and (max-width:768px) {
  .welcome_widget {
    margin: 0;
  }
  .welcome_msg .col-sm-2,
.welcome_msg .col-sm-7,
.welcome_msg .col-sm-3 {    
    max-width: 100%;
    text-align: center;
}
.common_widget .counter_big {
  margin: 20px 0;
}
.common_widget .col-sm-6 {
    max-width: 50%;
}
.common_widget p {
  margin: 20px 0 0 0!important;
}
.count_widget_ouput {
  margin-top: 20px;
}
.btn-punch {
  margin-top: 0;
  margin-bottom: 10px;
}
.break_widget .col-6 {
  max-width: 100%;
  flex: 0 0 100%;
}
.border-right {
    border-right: 0 !important;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}
.border_right_right {
  border-right: 0 !important;
  border-bottom: 1px solid #dee2e6;
  margin: 0 0 10px 0;
}
.break_widget .mb-4 {
  margin-bottom: .5rem !important;
}
.break_widget .pl-2 {
  padding-left: 0!important;
}
.break_widget .pr-2 {
  padding-right: 0!important;
}
}
.layout-main-section {
    padding: 0!important;
    border: none!important;
}
.layout-main-section-wrapper {
    overflow-y: inherit!important;
}
.layout-main {
  max-width: 2100px !important;
}
.page-head.container {
  max-width: 2100px !important;
  padding-left: 0px 0px !important;
  padding-right: 0px 0px !important;
}
.page-head .container {
  max-width: 2100px !important;
  padding-left: 0px 0px !important;
  padding-right: 0px 0px !important;
}
.section-body {
  max-width: 2100px !important;
  padding-left: 0px 0px !important;
  padding-right: 0px 0px !important;
}
.section-head {
  max-width: 2100px !important;
  padding-left: 0px 0px !important;
  padding-right: 0px 0px !important;
}
.page-title {
  padding-left: 0px 0px !important;
  padding-right: 0px 0px !important;
}
.form-section.card-section {
  padding-left: 0px 0px !important;
  padding-right: 0px 0px !important;
}
.form-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.selected .sidebar-item-icon svg {
  filter: brightness(0) invert(1) !important;
}
.desk-sidebar .standard-sidebar-item:hover .sidebar-item-icon svg {
  filter: brightness(0) invert(1);
}
.desk-sidebar .standard-sidebar-item:hover .es-icon {
  filter: brightness(0) invert(1);
}
.desk-sidebar-item .standard-sidebar-item .selected svg {
  filter: brightness(0) invert(1) !important;
}
/* .dashboard-wrapper {
  padding: 20px;
}
.card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.card h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.timer {
  font-size: 28px;
  font-weight: bold;
  color: #13723a;
} */
.tabs_widget li {
  width: 33.3333%;
}
.common-sm-font {
  font-size: 12px;
}
.btn-sm {
  font-size: 12px;
}
.text-muted {
  color: #8b93ab !important;
}
.time-label {
  font-size: 15px;
  color: #1b2559;
}
.card {
  border: 1px solid #eee;
  border-radius: 12px;
}
.small-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
}
.small-box h6 {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
}
.small-box h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
}
.info-icon {
  float: right;
  font-size: 1rem;
  color: #ccc;
}
.label {
  font-weight: 500;
  font-size: 0.7rem;
  color: #3e708d;
}
.work-hours {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d1d1d;
}
.break-info {
  font-weight: 600;
  color: #343a40;
}
.btn-punch {
  border: 1px solid red;
  color: red;
  font-weight: bold;
  border-radius: 8px;
}
.availability-section {
  max-width: 600px;
  margin: auto;
  background: #f9fbfd;
  border-radius: 16px;
  padding: 20px;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section-title {
  font-weight: 700;
  color: #1d2c4d;
  font-size: 16px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.availability-card {
  flex: 1 1 calc(50% - 15px);
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 10px;
}
.card-title {
  font-size: 13px;
  font-weight: 600;
  color: #7b849f;
  margin-bottom: 0;
}
.card-value {
  font-size: 24px;
  font-weight: 700;
  color: #242e5f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-icon {
  font-size: 18px;
  color: #cde5f7;
}
.common-bg-light {
  background: #f2f4f7;
  border: 1px solid #eff1f4;
  border-radius: 10px;
}
.home_gray {
  background: #f2f4f7;
  border-radius: 10px;
  border: 1px solid #eee;
}
.section-label {
  font-size: 12px;
  color: #aeb2c3;
}
.common_blue {
  background-color: #eaf2ff;
  font-size: 12px;
  color: #3aa1d6;
}
.common_blue:hover {
  background-color: #c1d5f6;
  color: #3aa1d6;
}
.common_select {
  background-color: #f2f2f7;
  font-size: 12px;
  color: #9aa1b6;
  border: 1px solid #f2f2f7;
  padding: 5px !important;
  border-radius: 7px;
  transition: all 0.5s ease-in-out 0s;
}
.common_select:hover {
  background-color: #e4e4f4;
}
.common_select:focus {
  outline: none;
  box-shadow: none;
}
.text-primary {
  color: #3aa1d6 !important;
}
.common_tabs_widget .nav-pills .nav-link.active {
  background: #0b4a6f;
  color: #fff;
}
.common_tabs_widget .nav-pills .nav-link {
  background: #f1f5f9;
  color: #6b7d95;
  text-align: center;
  width: 100%;
}
.common_half li {
  width: 50%;
}
.list-group-item {
  border: none !important;
  padding: 0.40rem 0 !important;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item img {
  width: 15px;
  margin: 0 5px 0 0;
}
@media (max-width: 575.98px) {
  .availability-card {
    flex: 1 1 100%;
  }
}
/* .page-head {
            display: none;
        } */
.tabs_common_half li {
  width: 50%;
}

.btn-outline-primary {
  border: 1px solid #3aa1d6;
  color: #3aa1d6;
}
.btn-outline-primary:hover {
  background: #3aa1d6;
  color: #fff;
}
.fw-bold {
  font-weight: bold;
}
/* Recreate Bootstrap 5 gutter utilities for Bootstrap 4 */
.g-0>[class*="col"],
.gx-0>[class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.g-0,
.gx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.g-0>[class*="col"],
.gy-0>[class*="col"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.g-0,
.gy-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.g-1>[class*="col"] {
  padding: 4px !important;
}
.g-1 {
  margin: -4px !important;
}
.gx-1>[class*="col"] {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.gx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.gy-1>[class*="col"] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.gy-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
/* Repeat for g-2 to g-5 */
.g-2>[class*="col"] {
  padding: 8px !important;
}
.g-2 {
  margin: -16px !important;
}
.rounded-3 {
  border-radius: 6px;
}
.common_badge_color {
  background: #2b7fff;
  color: #fff;
}
input:checked+.slider {
  background-color: #01c16a !important;
}
.btn-secondary .icon {
  filter: brightness(0) invert(1) !important;
}
.border-none {
  border: none !important;
  background: transparent;
}
.carousel-control-prev {
  left: 44% !important;
}
.carousel-control-next {
  right: 44% !important;
}
.carousel-control-prev,
.carousel-control-next {
  top: auto !important;
}
.btn_contoler {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_height {
  height: 130px;
}
.list-group {
  height: auto;
  max-height: 150px;
  overflow: auto;
}
 
 .break-timer {
    font-weight: 600;
    background: #f1f6ff;
    color: #133f8a;
    padding: 4px 8px;
    border-radius: 12px;
    margin: 4px 6px 0 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
    font-size: 0.9rem;
    white-space: nowrap;
}

.welcome_msg p {
    color: #45556C;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.welcome_title {
    color: #0F172B;
    font-size: 20px;
    font-weight: 500;
}