/*
| 1. Default style
| 2. Login page
| 3. User page
| 4. Calendar page
| 5. Project page
|
|
|
|
|
|
|
 */

/*=============================================================================*/
/*                          1. Default style                                   */
/*=============================================================================*/
*:not(.material-icons) {
    font-family: "Nunito", sans-serif;
}

body:not(.login-bg) {
    background-color: rgba(234, 234, 234, 0.2) !important;
}

body.login-bg {
    background-image: url("../img/login-bg.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

body.login-bg #app {
    margin-top: 10%;
}

body.logged-in header, body.logged-in main, body.logged-in footer {
    padding-left: 285px;
}

@media only screen and (max-width: 992px) {
    body.logged-in header, body.logged-in main, body.logged-in footer {
        padding-left: 0;
    }
}

b, strong {
    font-weight: bold !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
    text-transform: unset !important;
    border-radius: 25px;
}

.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
    font-size: 14px;
}

.btn {
    background-color: #64b5f6;
}

.btn:hover {
    background-color: #5198d1;
}

input, select, textarea:not(.select2-search__field) {
    border: 1px solid #e3e3e3 !important;
    border-radius: 25px !important;
    box-shadow: 4px 4px 5px -3px rgb(188 188 188 / 22%) !important;
    text-indent: 8px;
    background-color: rgba(254, 254, 254, 0.47) !important;
    height: 2.5rem !important;
}

input:focus, select:focus, textarea:focus:not(.select2-search__field) {
    box-shadow: 4px 4px 5px -3px rgba(81, 152, 209, 0.22) !important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    border: 2px solid #888888 !important;
    background-color: #888888 !important;
}

table [type="checkbox"] + span:not(.lever) {
    height: 14px !important;
    padding-left: 20px !important;
}

.ck.ck-editor__main > .ck-editor__editable {
    border: 1px solid #eeeeee !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    min-height: 180px;
}

.ck.ck-toolbar {
    border: 1px solid #eeeeee !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

input.invalid {
    border-bottom: 1px solid #ff0000 !important;
}

.card {
    box-shadow: 0px 0px 12px 0px rgb(188 188 188 / 22%) !important;
    border-radius: 12px;
}

.z-depth-1 {
    box-shadow: 0px 0px 12px 0px rgb(188 188 188 / 22%) !important;
}

.heading {
    font-weight: normal;
    font-size: 20px;
    margin-top: 3px;
}

.subHeading {
    font-weight: bold;
    font-size: 18px;
    margin-top: 3px;
}

.w-100 {
    width: 100%;
}

.m-t-0 {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-r-3 {
    margin-right: 3px;
}

.m-r-5 {
    margin-right: 5px;
}

.sidenav {
    width: 275px;
    background-color: #ffffff;
}

.sidenav li a {
    color: #595959;
    font-size: 16px;
}

.sidenav li a i {
    color: #595959;
    font-size: 18px !important;
}

nav {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgb(188 188 188 / 22%) !important;
}

nav i {
    height: unset;
}

nav a {
    position: absolute;
    top: 5px;
    right: 15px;
}

.sidenav-search {
    width: 70% !important;
    background: url("../img/search-icon.png") no-repeat left;
    background-position-x: 5px;
    background-size: 20px;
    padding-left: 20px !important;
}

.sidenav-search:before {
    content: url("../img/search-icon.png");
    position: absolute;
    top: 50%;
    left: 10px; /* Adjust the position based on your requirements */
    transform: translateY(-50%);
    /* Additional styling for the pseudo-element */
}

.logout-wrapper {
    position: absolute;
    bottom: 62px;
    width: 100%;
}

.sidenav li > a > i, .sidenav li > a > [class^="mdi-"], .sidenav li > a li > a > [class*="mdi-"], .sidenav li > a > i.material-icons {
    float: unset !important;
    margin: 0 12px 0 0 !important;
}

table span.badge {
    color: #ffffff;
    border-radius: 15px;
    width: 120px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.lineThrough {
    text-decoration: line-through;
}

hr {
    border-top: 1px solid #ececec;
}

#toast-container {
    top: auto !important;
    left: auto !important;
    bottom: 5%;
    right: 3%;
}

.toast-border {
    border-radius: 10px;
}

.primaryButton {
    background-color: #F9B636;
    color: #fff;
    box-shadow: none;
}

.secondaryButton {
    background-color: #eeeeee;
    color: #5d5d5d;
    font-size: 16px;
}

.secondaryButton:hover, .secondaryButton:focus {
    background-color: rgba(238, 238, 238, 0.75);
}

.primaryButton:hover, .primaryButton:focus {
    background-color: rgba(249, 182, 54, 0.75);
}

.primaryBackground {
    background-color: #F9B636;
}

.primaryColor {
    color: #F9B636;
}

.cardBtn:hover {
    background-color: rgba(234, 234, 234, 0.35);
    cursor: pointer;
}

.topBtn {
    height: 45px;
    line-height: 45px;
}

.d-flex {
    display: flex;
}

.modal {
    border-radius: 18px;
}

.modal.small-modal {
    width: 32%;
}

.modal.large-modal {
    width: 75%;
}

.modal-overlay, .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background-color: rgba(96, 96, 96, 0.5) !important;
}

.scroll-horizontal {
    overflow-x: scroll !important;
    padding: 2px;
}

table.no-wrap td, table.no-wrap th {
    white-space: nowrap !important;
}

table.bordered-thead {
    border-collapse: collapse;
}

table.bordered-thead thead {
    background: #F9B636 !important;
    border: 1px solid white;
}

table tr td, table tr th {
    padding: 12px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-28 {
    font-size: 28px;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-normal {
    font-weight: normal !important;
}

.underlined {
    text-decoration: underline;
}

.underlined-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}

.underlined-hover:hover td {
    text-decoration: underline;
    cursor: pointer;
}

ul.stepper .step.active::before {
    background-color: #323232;
}

ul.stepper .step.done::before {
    background-color: #4caf50;
}

ul.stepper .step .step-content .step-actions {
    justify-content: flex-end;
}

.preloader-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(34, 34, 34, 0.5);
    z-index: 999999999999999 !important;
}

.preloader-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.preloader-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preloader-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.clickable {
    cursor: pointer;
}

.project-tabs {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.tabs .tab {
    text-transform: unset;
    background-color: rgba(245, 245, 245, 0.58);
}

.tabs .tab a {
    color: #323232;
}

.tabs .tab a:hover, .tabs .tab a.active, .tab a:focus, .tabs .tab a.active:focus {
    color: #323232;
    background-color: rgba(50, 50, 50, 0.20);
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #323232;
    font-weight: bold;
}

.tabs .indicator {
    background-color: #323232;
}

/*=============================================================================*/
/*                          2. Login page                                      */
/*=============================================================================*/
.login-logo {
    width: 350px;
}


/*=============================================================================*/
/*                          3. User page                                      */
/*=============================================================================*/
.user-overview-card {
    text-align: center;
}

.user-overview-card i {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 20px;
    color: #272727;
}

.user-overview-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

/*=============================================================================*/
/*                          4. Calendar page                                   */
/*=============================================================================*/

#calendar table {
    background-color: unset !important;
    border-radius: unset !important;
    box-shadow: none !important;
}

#calendar {
    height: 80vh;
}

.fc-theme-standard .fc-scrollgrid {
    border: unset !important;
}

.fc .fc-button-primary {
    background: #323232 !important;
    border: 1px solid #323232 !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    padding: 6px 15px
}

.fc-toolbar-title {
    font-weight: bold !important;
    float: left;
}

.fc-button-group {
    border-bottom: 1px solid #d2d2d2 !important;
}

.fc-button-group .fc-button-primary {
    background: transparent !important;
    border: unset !important;
    color: #323232 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    padding: 8px 18px;
}

.fc-button-group .fc-button-active {
    border-bottom: 3px solid #323232 !important;
    color: #323232 !important;
}

.fc .fc-prev-button, .fc .fc-next-button {
    background: transparent !important;
    border: unset !important;
}

.fc .fc-prev-button .fc-icon, .fc .fc-next-button .fc-icon {
    color: #a2a2a2 !important;
}

.fc-scrollgrid table tbody tr {
    border: 1px dashed #ececec !important;
}

.fc .fc-col-header-cell-cushion {
    font-weight: bold;
    color: #323232;
    text-decoration: none !important;
}

.fc-event {
    border-radius: 0 0 12px 12px !important;
    border-top: 4px solid #2196f3 !important;
    /*border-top: 4px solid #f44336 !important;*/
}

.fc-event-main {
    color: #080808 !important;
}


/*=============================================================================*/
/*                          5. Project page                                   */
/*=============================================================================*/
.projectStatusWrapper {
    background-color: #fff;
    border-radius: 12px;
}

.oneProjectStatus {
    flex-grow: 1;
    text-align: center;
    padding: 20px;
}

.oneProjectStatus:hover {
    background-color: rgba(239, 239, 239, 0.66);
}

.oneProjectStatus.done {
    background-color: #4caf50;
    color: #fff;
}

.oneProjectStatus:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.oneProjectStatus:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.oneProjectStatus:not(.done, :last-child) {
    border-right: 1px solid rgba(239, 239, 239, 0.71);
}

.oneProjectStatus.done:not(:last-child) {
    border-right: 1px solid rgba(66, 154, 69, 0.72);
}

.oneProjectStatus p {
    margin: unset !important;
}

.oneProjectStatus i {
    font-size: 28px;
}

.projectHoursTable {
    max-height: 50vh;
    overflow-y: scroll;
}

.hiddenInputs {
    display: none;
}

.blend  {
    color: white !important;
    mix-blend-mode: difference !important;
}

td a {
    color: #405ea4;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
    padding: 30px;
}

.swal2-container {
    z-index: 100000 !important;
}

.table thead th {
    background: #F9B636 !important;
    border: 1px solid white !important;
}

th a {
    color: black !important;
}

.width-100 {
    width: 100%;
}