/* global change on 03-05-2023*/

@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600&display=swap");

body {
  font-family: 'Public Sans', sans-serif;
}


/* end */
/* cards css */
.card {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 6px;
}

/* content  */
.content-header {
  padding: 0px;
  margin: 0px;
}

.modal-body {
  padding-left: 0;
  padding-right: 0;
}


.card-body {
  padding: 0;
}

.card-header {
  cursor: default !important;
  border-bottom: 2px solid rgba(83, 93, 85, 0.4) !important;
  padding-left: 0;
  padding-top: 0;
  padding-right: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;

}

.card-header .card-title {
  color: #102D4F;
  font-weight: 600;
}

.right-arrow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #102D4F;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

.round-div-1 {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}

.bg-warning {
  color: #fff !important;
}

.myTimeFont {
  font-weight: bold;
  color: #535d55;
  font-size: 18px;
}

.cardDayFont {
  letter-spacing: 7px;
  font-weight: 600;
  color: #9b9797;
}

.my-request-title {
  font-weight: 600;
  color: #535d55;
  font-size: 14px;
}

.company-text {
  font-weight: 600;
  color: #535d55;
  font-size: 13px
}

.elevation-4 {
  /* box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22) !important; */
  box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3) !important;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-badge {
  position: relative;
  font-size: .6rem;
  font-weight: 300;
  padding: 2px 4px;
  right: 10px !important;
  top: -9px !important;
}

/* date 03-05-2023 */

/* navbar images */
/* .header-dashboard-img {
  position: relative;
  object-fit: cover;
  width: 1345px;
  height: 178px;
} */


/* end */



/* end */



/* 1px = 0.0625rem */
.no-border {
  border-collapse: separate;
  border-spacing: 0;

}

.no-border tbody td,
.no-border tbody th {
  border: none;
  padding: .7rem;
}

.remove-bullet {
  list-style: none;
  padding: 0;
}

.remove-bullet li {
  margin: .8em 0;
  padding: 0;
}

/* card footer white color */
.card-footer {
  background-color: #fff;
}

.btn-outline-primary {
  background-color: rgba(16, 45, 79, 0.1);
}

.btn-outline-danger {
  background-color: rgba(94.1%, 27.8%, 21.6%, 0.1)
}

.btn-default {
  color: #102D4F;
  background: rgba(16, 45, 79, 0.08);
  border-radius: 4px;

}

/* round button style for dates */
.btn-round {
  position: relative;
  display: inline-block;
  width: 1.37rem;
  height: 1.37rem;
  border-radius: 50%;
  background-color: #102D4F;
  color: #fff;
  border: none;
  margin-right: 0.625rem;
}

.btn-round:last-child {
  margin-right: 0;
}

.btn-round i {
  font-style: normal;
  font-weight: bold;
  width: 22px;
  height: 22px;
}

.btn-date {
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
  font-size: .75rem;
  font-weight: bold;
  color: #343A40;
  top: -1.2rem;
  left: 1.3rem;

}

/* end */

div.date-col-left p {
  margin: 0px;
}

div.date-col-left>p:nth-child(1) {
  /* your styles here */
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  text-transform: capitalize;

}

div.date-col-left>p:nth-child(2) {

  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 70px;
  height: 16px;
  color: #535D55;
}


div.date-col-right p {
  margin: 0px;
}

div.date-col-right>p:nth-child(1) {
  width: 51px;
  height: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #20C997;
}

.punch-out {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #28C76F;
}

.leave-l-date {
  /* your styles here */
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  text-transform: capitalize;

}


.leave-l-week {

  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  width: 70px;
  height: 16px;
  color: #535D55;
}


.amount-st {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;


}

.card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #535D55;
}

.card-title-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #535D55;

}

.card-title-link:hover {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #535D55;
}


.card-title-link i {
  width: 12px;
  height: 12px;
  color: #535D55;
}

.navbar-badge {
  font-size: .6rem;
  font-weight: 300;
  padding: 2px 4px;
  position: relative;
  right: 4px;
  top: -15px;

}

.input-group {
  align-items: center;

}

/* chat profile image with online indicator */

.chat-profile-image {
  position: relative;
  display: inline-block;
}

.chat-profile-image img {
  margin-top: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.online-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid white;
}


/* responsive css */

.sidbar-t0-img {
  fill: #102D4F !important;
}

.nav-link {
  color: #102D4F;
}

.nav-link:hover {
  background-color: rgba(16, 45, 79, .9) !important;

  color: #fff !important;
}

/* .nav-link:hover> .icon-style-1{
  filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(107%) contrast(101%);
} */


.nav-link:hover>.icon-style-2 {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(107%) contrast(101%);
}

/* .menu-open .nav-link .icon-style-1{
  filter: invert(10%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(107%) contrast(101%);
} */
.menu-open .nav-link .icon-style-2 {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(107%) contrast(101%);
}

/* .icon-style-1{

  filter: invert(88%) sepia(15%) saturate(6374%) hue-rotate(192deg) brightness(92%) contrast(92%);


} */


.header-icon:hover {
  color: #102D4F;
}

.sidbar-t1-img {
  width: 74px;
  margin-left: -1rem;
}

/* sidbar */
/* default change of button color */

.btn-primary:hover {
  color: #fff;
  background-color: rgba(16, 45, 79);
  border-color: #102D4F;
  box-shadow: none;
}

/* end */
/* ========form control css============ */
.form-control {
  height: 2.125rem;
}

.form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
}

.form-control:focus {
  border-color: #405772;
}

label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #405772
}

/* end */

/* modal custom css */
.modal-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.modal-content {
  padding: 24px;
}

.modal-header {
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(83, 93, 85, 0.4) !important;

}

.modal-header .close {
  width: 12px;
  height: 12px;
  margin: -1rem 0rem -1rem auto;
}



.modal-x-icon {
  width: 12px;
  height: 12px;
  
}

.balance-cls {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
}

/* font decoration style   */

.font-style-1 {
  font-weight: 700;
  font-size: 13px;
  line-height: 14px;
}

.font-style-2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}

.font-style-3 {
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
}

.font-style-4 {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.font-style-5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.icon-size-1 {
  width: 24px;
  height: 24px;
}

.icon-size-p-1 {

  width: 36px;
  height: 24px;
  padding: 1px 8px 4px 9px;

}

.font-style-4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.font-style-8 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.top-nav-company-name {
  /* position: absolute; */
  width: 10rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: 0.2rem;

  /* right: 30px;
  top: 20px; */
}


/* end */

/* entity */

.btn-outline-primary {
  background: rgba(13, 110, 253, 0.08);
  border: 1px solid #102D4F;
  border-radius: 4px;
}


.entity-table thead {
  background-color: #F8f9fa;
  font-weight: 600;
  font-size: 14px;

}

.entity-table td,
th {
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  table {
    width: 100%;
  }

  th,
  td {
    display: block;
  }

  th {
    text-align: center;
  }
}

.entity-table td {
  font-weight: 500;
  font-size: 14px;
  color: #102D4F;
}

.entity-table td p {
  font-weight: 400;
  font-size: 12px;
}




.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #F4F6F9 !important;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  font-weight: 500;

  color: #6c757d;
  content: "";
}

.breadcrumb-item.active {
  color: #102D4F !important;
  font-size: 700;
}

.btn-pagination {
  margin-left: .2rem;
  margin-right: .2rem;
  color: #4B465C;
  background: rgba(16, 45, 79, 0.08);
  border-radius: 4px;
  font-weight: 500;
  line-height: 22px;
  background: rgba(75, 70, 92, 0.08);
  border-radius: 6px;
  height: 34px;
}


.pagination .active a {
  color: #fff;
  background-color: #102D4F;
  box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
  border-radius: 6px;
  width: 34px;
  height: 34px;

}

/* Style for unchecked radio buttons */
/* .form-radio-style {
  font-size: 16px;
  line-height: 19px
} */

.form-radio-style {
  display: flex;
}

.form-radio-style label {
  font-size: 16px;
  line-height: 19px;
  margin-top: 4px;
  margin-left: 4px;
}

.form-radio-style input {

  margin-top: 4px;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #BFBFBF;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 0px;

}

/* Style for checked radio buttons */
input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid #102D4F;
}

/* addd */