.content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 14px;
    padding: 11px 23px;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #237c80;
    border-radius: 30px;
    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}



[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}


@font-face {
font-family: 'Nucleo Outline';
src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
font-weight: normal;
font-style: normal;
        
}

.now-ui-icons {
display: inline-block;
font: normal normal normal 14px/1 'Nucleo Outline';
font-size: inherit;
speak: none;
text-transform: none;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 768px) {

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

    .nav-tabs .nav-item>.nav-link {
        margin-bottom: 5px;
    }
}
.grid-container {
display: grid;
justify-content: end; /* Align items to the end (right) of the grid container */
grid-template-columns: auto auto; /* Create two columns with auto width */
}


.date-picker {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #ccc;
width: 100%;
padding: 6px 12px;
box-sizing: border-box;
font-size: 14px;
line-height: 1.42857143;
color: #555;
height: 34px;
}

.date-picker span {
    flex-grow: 0.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.date-picker i {
    margin-left: 10px;
}

.form-group {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .project-field {
        max-width: 500px;
    }
}

.clear-btn:link {
color: #237c80;
text-decoration: none;
}
.clear-btn:visited {
color: #237c80;
background-color: transparent;
text-decoration: none;
}
.clear-btn:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
.total-hours-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

/* edit create blade file */
.input-group .form-control {
    height: 35px;
}

.input-group .input-group-text {
    height: 35px; 
}

/* index timesheet */
.disabled-btn {
    border-radius: 0.5rem !important;
}

/* leave details */

.custom-circle-half {
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
  }
  
  .first-half-icon {
    transform: scaleX(-1);
  }
  
  .red-white-half {
    background: linear-gradient(to right, red 50%, white 50%);
  }
  
  
  .white-red-half {
    background: linear-gradient(to right, white 50%, red 50%);
  }
  
  td i.custom-circle-half {
    position: relative;
    z-index: 1;
  }
  
  td i.custom-circle-half::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }


 
.align-top {
align-self: flex-start;
}
.date-picker {
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #ccc;
width: 100%;
padding: 6px 12px;
box-sizing: border-box;
font-size: 14px;
line-height: 1.42857143;
color: #555;
height: 34px;
}

.date-picker span {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.date-picker i {
    margin-left: 10px;
}

.form-group {
    margin-bottom: 10px;
}


.clear-btn:link {
color: #237c80;
text-decoration: none;
}
.clear-btn:visited {
color: #237c80;
background-color: transparent;
text-decoration: none;
}
.clear-btn:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
.total-hours-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}


.align-top {
align-self: flex-start;
}

/* Faint color for project name and date */
.faint-color {
    color: #999999; 
}

.table-hover td {
    text-align: left;
}
.table-hover tr {
    border-color: white;
}

.description-cell {
    max-width: 300px; 
}

.full-description {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn.text-primary.btn-link {
    padding: 0;
    margin: 0 5px;
}
.btn.text-danger.btn-link {
    padding: 0;
    margin: 0 5px;
}
.table-hover tr {
    border-bottom: 0.5px solid #ccc; 
}
.table > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #a3a3a3;
}
.card .card {
    margin-bottom: 5px !important;
}
.delete-icon-red {
    color: red;
}
.circular-mask {
    width: 130px; 
    height: 130px; 
    border-radius: 50%; 
    overflow: hidden;
}

.circular-image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.responsive {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }
a.text-primary:focus, a.text-primary:hover {
    color: #237c80  !important;
}

.status-circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    position: relative;
    top: 20px;
    left: 20px;
}

.green-circle {
    background-color: green;
}

.yellow-circle {
    background-color: #e8e808;
}

.red-circle {
    background-color: red;
}

.gray-circle {
    background-color: gray;
}

.tox-notifications-container {
    display: none !important;
    visibility: hidden !important;
}

.summary-container {
    width: 330px; 
}
.custom-width {
    width: 97%; 
}
.reason-cell {
    max-width: 300px;
    word-wrap: break-word;
}

.tooltip-wrap {
    max-width: 300px; /* Adjust this value based on your layout */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-group {
    margin-bottom: 15px;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
    .form-group {
        width: 100%;
    }

    #reportrange {
        width: 100%;
    }
}
.fa.fa-eye, .fa.fa-eye-slash {
    font-weight: 400;
    color: black;
    margin-top: 20px;
    margin-right: -20px;
}