/* global change on 03-05-2023*/
hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #acacac;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* end */
/* cards css */
.document-card-cls{
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid var(--Brand-Black-Solid-Brand-Black---400, #102D4F);
}
.document-card-cls .file-name{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.document-card-cls .file-logo {
  border: none;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%; /* Make it round */
  background-color: #ffe0e0; /* Fill with the specified color */
}


.card {
  box-shadow: 0px 4px 18px 0px rgba(75, 70, 92, 0.13);
  padding: 24px;
  border-radius: 6px;
  background: #fff;
}

.default-card {
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);

}

.profile-card{
  border-radius: 4px;
  border: 1px solid var(--Brand-Black-Solid-Brand-Black---200, #102D4F);
  background: var(--bs-white, #FFF);
  box-shadow: none;
}

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



.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: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}




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

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

.myTimeFont {
  color: #343A40;
  font-weight: 500;
  font-size: 14px;
}

.cardDayFont {
  letter-spacing: 4px;
  font-weight: 600;
  font-size: 14px;
  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;
}




/* round button style for dates this is for main page showing five 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%);
} */

/* this is for hovering on sidbar icon chanage its color to white */
.sidebar .nav-item: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%);
} */

/* this is for change color of icon it is open */
.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 */



/* end */
/* ========form control css============ */
input.form-control,
select.form-control {
  height: 2.825rem !important;
  border-radius: 0.40rem;
  border: 1px solid #c0c9d6;
}




.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: 13px;
  height: 13px;
}

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

/* font decoration style   */

.font-style-1 {
  color: #102D4F;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.font-style-11 {
  color: #102D4F;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.font-h-style{
  font-size: 18px;
  font-weight: 700;
  color: #102d4f;
}

.font-h-style-1{
  font-size: 17px;
  font-weight: 600;
  color: #405772;
}


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

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

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

.font-style-5 {
  color: #102D4F;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.font-style-5-lite {
  color: #405772;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.font-h-style-3 {
  color: #405772;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.font-h-style-4 {
  color: #405772;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.font-style-6 {
  color: var(--Brand-Black-Solid-Brand-Black---400, #102D4F);
  font-feature-settings: 'clig' off, 'liga' off;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Public Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 107.692% */
}

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


.font-style-8 {
  color: #102D4F;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.font-h-style-2{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #405772
}

/* salary slip css */
.net-salary-text {
  color: var(--Brand-Black-Solid-Brand-Black---500, #102D4F);

  /* Headline 5 */
  font-family: Public Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.38px;
}

.salary-text-1 {
  color: #102D4F;
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
}

.salary-text-2 {
  color: #102D4F;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
.salary-text-3{
  color: #102D4F;
  font-size: 15px;
  font-weight: 600;
}

.text-style-gray {
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  color: rgb(159, 171, 185);
}


/* end */

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

.icon-size-p-1 {

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

}



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

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


/* end */

.mobile-dropdown {
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;

  border-bottom: 2px solid var(--Brand-Black-Solid-Brand-Black---500, #102D4F);
  background: var(--brand-black-opacity-brand-opacity-8, rgba(16, 45, 79, 0.08));
}

/* text types by me */

.text-bold-1 {
  font-size: 16px;
  font-weight: 600;
}

.text-type-1 {
  color: #708195;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  /* 153.846% */
}

.text-type-2 {
  color: var(--Brand-Black-Solid-Brand-Black---400, #102D4F);
  font-size: 16px;
  font-weight: 600;

}

.text-type-3 {
  color: var(--Brand-Black-Solid-Brand-Black---400, #405772);
  font-size: 16px;
  font-weight: 700;

}

/* ===================================================================================================== */

/* ====================================file css design ================================================*/
.file-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-input {
  position: absolute;
  font-size: 100px;
  opacity: 0;
  right: 0;
  top: 0;
}

.file-label {
  color: #405772;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.file-icon {
  margin-right: 10px;
}

.file-name {
  margin-top: 5px;
  color: #405772;
  margin-left: 18px;
}

.file-label-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  gap: 10px;
  height: 32px;
  border: 1px solid #102D4F;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  color: #102D4F;
  z-index: 2;
}

.file-label-1 span{
  margin-right: 0px;
}


/* Style the text that displays the selected file name */
.file-name1 {
  margin-top: 10px;
}

/* Button */


/* end */

/* ============================ tabs header style 2 ========================== */
.header-tabs-2 .nav-link{
  color: #708195;
  font-size: 16px;
  font-weight: 600;
}
.header-tabs-2 .nav-link.active{
  color: #102d4f;
  border-bottom: 3px solid #102d4f;
}
.header-tabs-2 .nav-link.active:hover{
  color: #102d4f;
}
.header-tabs-2 .nav-link:hover{
  color: #708195;
}
/* end */

/* ============================ tabs header style 3 ========================== */

.header-tabs-3 .nav-link{
  font-size: 14px;
  font-weight: 600;
  background: #b7c0ca;
  color: #fff;
  border-radius: 24px;
}
.header-tabs-3 .nav-link.active{
  background-color: #102d4f;
  color: #fff;
  
}
.header-tabs-3 .nav-link.active:hover{
  color: #fff;
}
.header-tabs-3 .nav-link:hover{
  color: #fff;
}





/* ===========end=============== */

.h3-headline{
  font-size: 18px;
  font-weight: 700;
  color: #102d4f;
}

/* code for input file  */
.custom-input-wrapper {
  border: 1px solid #c0c9d6;
  border-radius: 6px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom-input-wrapper input[type="file"] {
  display: none; /* Hides the file input */
}
.custom-input-wrapper input[type="text"] {
  border: none;
  outline: none;
  width: 100%;
  padding: 5px;
  color: #a3aebd;
  background-color: transparent;
  height: 1.6rem;
}
.custom-input-wrapper i {
  font-size: 24px;
  color: #a3aebd;
}

/* company settings gray boarders */
.border-top-1{
  background-color: #eceff1;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
  padding-top: 7px;
}
.border-bottom-1{
  background-color: #eceff1;
  border-bottom-left-radius: 5px; 
  border-bottom-right-radius: 5px;
  padding-top: 7px;
}
.border-all-0{
  background-color: #eceff1;
  border-radius: 0px;
  padding-top: 7px;
}
.border-full{
  background-color: #eceff1;
  border-radius: 5px;
  padding-top: 7px;
}

.ticketFilterModal.right .modal-dialog {
  position: fixed;
  margin-top: 100px;
  width: 280px;
  height: 70%;
  right: 20px;
  transform: translate3d(0%, 0, 0);
}

.ticketFilterModal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}

.ticketFilterModal.right .modal-body {
  padding: -5px 15px 80px;
}

.ticketFilterModal.right.fade.in .modal-dialog {
  right: 0;
  /* background-color: blue; */
}

/* notification css */
.notification-dropdown {
  width: 400px;
}
.notification-header {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification-header a {
  font-size: 12px;
  color: #007bff;
}
.notification-item {
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification-item:last-child {
  border-bottom: none;
}
.notification-text {
  font-size: 13px;
}
.notification-text span {
  color: #ff5722;
  font-weight: 600;
}
.notification-actions button {
  border: none;
  background: none;
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
}
.notification-actions button:hover {
  color: #0056b3;
}

.tooltip {
  background-color: #102d4f !important; /* Set the tooltip background color */
  color: white !important; /* Set the tooltip text color */
  font-size: 16px; /* Increase font size */
  font-weight: 300; /* Set lighter font weight */
  border-radius: 8px; /* Optional: Add rounded corners */
  padding: 10px; /* Optional: Add extra padding */
}

.tooltip .arrow::before {
  border-top-color: #102d4f !important; /* Match the arrow color with the background */
}

.tooltip-inner {
  background-color: #102d4f !important; /* Ensures the tooltip content background matches */
  color: white !important; /* Ensures the tooltip text is white */
  font-size: 16px; /* Apply larger font size */
  font-weight: 300; /* Apply lighter font weight */
  padding: 8px 12px; /* Adjust padding for better spacing */
}

.required{
  color: red;
}