/*
| 1. Default style
| 2. Login page
| 3. User page
| 4. Calendar page
| 5. Project page
| 6. Conversation Reports page
| 7. Settings page
| 8.
|
|
|
|
 */

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

body {
    background-color: rgb(249 250 251) !important;
}

.container-login {
    display: flex;
    height: 100vh;
}
.left-side {
    background-image: url("/img/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.right-side {
    background-color: white;
    width: 40%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.right-side .hero-headline {
    color: white !important;
}

.login-input {
    width: 70vh !important;
}

.login-image-container {
    text-align: center; /* Center horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Set a height */
}

.login-image-container img {
    max-width: 30%; /* To make image responsive */
    height: auto; /* Maintain aspect ratio */
}

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: 5px;
}

.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 #eeeeee !important;
    border-radius: 5px !important;
    box-shadow: 4px 4px 5px -3px rgb(188 188 188 / 22%) !important;
    text-indent: 5px;
    background-color: rgba(254, 254, 254, 0.47) !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 #64b5f6 !important;
    background-color: #64b5f6 !important;
}

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

.switch label .lever {
    background-color: #c4c4c4;
    margin: unset !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: rgba(50, 50, 50, 0.67);
}

.switch label .lever:after {
    background-color: #fff;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #323232;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #323232;
}

.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;
}

.card-image {
    border-radius: 12px !important;
}

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

.heading {
    font-weight: bold;
    font-size: 28px;
    margin-top: 3px;
}

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

.w-100 {
    width: 100%;
}

.displayNone {
    display: none;
}

.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;
}

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

.sidenav {
    width: 275px;
}

nav {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
nav i {
    height: unset;
}

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

.rotate-180 {
    transform: rotate(180deg);
}

.fa-caret-down {
    transition: transform 0.5s;
}

table span.badge {
    color: #ffffff;
    border-radius: 5px;
    width: 110px;
    height: 28px;
    line-height: 28px;
}

.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: #323232;
    color: #fff
}

.primaryButton:hover, .primaryButton:focus {
    background-color: rgba(26, 28, 30, 0.75);
}

.primaryBackground {
    background-color: #323232;
}

.primaryColor {
    color: #323232;
}

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

.cardBtn.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.cardBtn.disabled i {
    color: #2a2a2a !important;
}

.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;
}

div:where(.swal2-container) .swal2-select {
    max-width: 85% !important;
}

table {
    background-color: #fff;
    border-radius: 12px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}

table.bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

table.borderless tr {
    border: unset !important;
}

table.simple-padding tr td {
    padding: 5px;
}

table tr {
    border-bottom: 1px solid rgba(218, 218, 218, 0.36);
}

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

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

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

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

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

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

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

.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.active {
    background-color: #81c784;
    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, .projectLogsTable, .projectConversationsTable {
    max-height: 50vh;
    overflow-y: scroll;
}

.colorPicker input[type=radio] {
    display: none;
}

.colorPicker input[type=radio]:checked + label span {
    transform: scale(1.25);
    border: 2px solid black;
}

.colorPicker label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 10px;
}

.colorPicker label:hover span {
    transform: scale(1.25);
    border-radius: 10px;
}

.colorPicker label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    border-radius: 10px;
}

.border-black {
    border: 1px solid black !important;
}


/*=============================================================================*/
/*                  6. Conversation Reports page                               */
/*=============================================================================*/
.conversationWrapper .ck.ck-editor__main > .ck-editor__editable {
    min-height: 90vh !important;
}


/*=============================================================================*/
/*                          7. Dropzone style                                  */
/*=============================================================================*/
.dropzone {
    min-height: 150px;
    border: 3px dashed rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #4b4b4b !important;
}

.dropzone .dz-preview .dz-error-message {
    background: linear-gradient(to bottom, #4b4b4b, #3c3c3c) !important;
}


/*=============================================================================*/
/*                          8. Settings style                                  */
/*=============================================================================*/
.card.settingsCard .card-content {
    padding: 16px !important;
}

.deadline-toggle {
    display: none;
}

/*input {*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background: #f8f9fc !important;*/
/*    border: none !important;*/
/*    border-radius: 5px !important;*/
/*    padding-left: 10px !important;*/
/*    transition: 100ms !important;*/
/*}*/

/*input::placeholder {*/
/*    color: #495057 !important;*/
/*}*/

/*input:hover {*/
/*    transition: 100ms !important;*/
/*    border: none !important;*/
/*    border-left: 10px solid #FB0301 !important;*/
/*}*/

/*input:focus-visible {*/
/*    transition: 100ms !important;*/
/*    border: none !important;*/
/*    border-left: 10px solid #FB0301 !important;*/
/*    outline: none !important;*/
/*}*/

/*input:not(:placeholder-shown) {*/
/*    transition: 100ms !important;*/
/*    border: none !important;*/
/*    border-left: 10px solid #FB0301 !important;*/
/*    outline: none !important;*/
/*}*/

@media only screen and (max-width: 768px) {
    .fc .fc-toolbar-title {
        font-size: 16px;
    }
    .fc .fc-button {
        font-size: 12px;
    }

    .modal {
        width: 100% !important;
        height: 100vh;
        max-height: none !important;
        border-radius: 0 !important;
        top: 0 !important;
    }

    .modal.modal-fixed-footer {
        height: 100% !important
    }
}


.red-text {
    color: #F01358 !important;
}

.red {
    background-color: #F01358 !important;
}

.black-text {
    color: #101920 !important;
}

.black {
    background-color: #101920 !important;
}

#login-card {
    display: inline-block;
    padding: 32px 48px 0px 48px;
    border: 1px solid #EEE;
    border-radius: 10px;
}

.w-full {
    width: 100% !important;
}

.p-10 {
    padding: 10px;
}

.mk-a {
    color: #F01358;
    text-decoration: underline;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer
}
