/*================================================================================
 Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
 Version: 2.0
 Author: PIXINVENT
 Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 180px !important;
    height: 96px !important;
    width: 180px;
}

.website-logo {
    max-width: 150px !important;
    height: 70px !important;
    width: 150px;
}

.logo.admin-logo {
    max-width: 150px !important;
    height: 70px !important;
    width: 150px;
}

.page-loader {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    z-index: 99999;
}

@media (max-width: 1199px) {
    .navbar-container.d-flex.content.admin-login {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
    }
    .vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
        top: 52px !important;
    }
}

@media (max-width: 767px) {
    .vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
        top: 100% !important;
        left: unset !important;
    }
}

@media (max-width: 500px) {
    .horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
        left: 0;
    }
    .header-navbar .navbar-container {
        flex-basis: unset;
    }
    html [data-col="1-column"] .content {
        margin-left: auto !important;
    }
    .header-navbar .navbar-nav {
        z-index: 9999;
    }
    .header-navbar .navbar-container .show .dropdown-menu {
        left: -100px !important;
    }
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
    width: 16rem !important;
    margin-top: 10px;
}

.save-btn-width {
    width: -webkit-fill-available;
}

.category-div {
    margin-bottom: 6.5%;
}

.card-body.category {
    padding: 0%;
}

.dropzone {
    min-height: 135px !important;
}

.dropzone .dz-message {
    font-size: 1rem !important;
}

.dropzone .dz-message:before {
    width: 25px;
    height: 25px;
    top: 6rem;
}

.position-relative {
    position: relative !important;
    width: 95%;
}

.set-primary-color {
    color: var(--primary);
}

.email-font-size {
    font-size: 10px;
}

.settings-checkbox-color {
    color: var(--primary);
}

ol {
    padding-left: inherit;
    margin-bottom: auto;
}

.li-padding {
    padding-left: inherit;
}

ul {
    list-style: none;
    padding-left: 3%;
}

.ul-padding {
    padding-left: inherit;
}

.save-btn-width {
    width: -webkit-fill-available;
}

.category-div {
    margin-bottom: 6.5%;
}

.card-body.category {
    padding: 0%;
}

.dropzone {
    min-height: 135px !important;
}

.dropzone .dz-message {
    font-size: 1rem !important;
}

.dropzone .dz-message:before {
    width: 25px;
    height: 25px;
    top: 6rem;
}

.a-text-color-remove {
    color: inherit;
}

.card-body-settings-list {
    margin-top: 1rem !important;
}

.tasks-scroll {
    height: 720px;
    overflow-y: auto;
}

.list-group-todo-category {
    margin-left: 8%;
}


/* .sidebar-padding{
  padding: 0.35rem 0.5rem;
} */

.list-group-margin {
    margin-bottom: 5%;
}

.todo-paginate-background {
    background: white;
}

.todo-paginate {
    background: rgba(186, 18, 18, 0.12);
}

.img-responsive {
    width: auto;
    height: 100px;
}

.todo-application .content-area-wrapper .content-right .app-fixed-search {
    background: transparent !important;
    border-bottom: 0px;
}

.todo-background {
    margin-top: 8px;
    /* background-color: transparent !important; */
}

.todo-background-image {
    background-image: url(/images/theme-images/theme_img_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.todo-task-create-input-style.icon {
    /* width: 100%; */
    padding-left: unset;
    border: none;
    outline: none;
}

.todo-task-create-input-style {
    /* width: 100%; */
    border: none;
    outline: none;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px 20px;
    /* background-color: #474747d4 !important; */
}

.todo-application .content-area-wrapper .content-right .todo-task-list-wrapper .todo-task-list {
    padding: 0 !important;
    margin: 10px !important;
    list-style: none;
}

.todo-application .content-area-wrapper .content-right .todo-task-list-wrapper {
    position: relative;
    height: calc(100% - 0rem) !important;
    background-color: transparent !important;
    border-radius: 0;
}

.todo-application .content-area-wrapper .content-right .todo-task-list-wrapper .todo-task-list li {
    cursor: pointer;
    transition: all 0.2s, border-color 0s;
    position: relative;
    padding: 10px 20px !important;
    background-color: #fffffffa;
    border-radius: 8px;
    margin-bottom: 10px !important;
}

.card {
    margin-bottom: 1rem !important;
}

.card.create-todo-card {
    margin-bottom: 0rem !important;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
}

.row.create-todo-row {
    flex-wrap: unset;
}

.nav-logo {
    height: 40px;
    width: 80px;
}

@media only screen and (max-width: 768px) {
    .profile-image-center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom-checkbox .custom-control-label.todo-setting-checkbox::before {
    border-radius: 100%;
}

.error {
    color: var(--primary);
    border-color: var(--primary);
}

.todo-counter-section,
.todo-question-section,
.todo-image-section,
.todo-movie-section {
    display: block;
}

.todo-counter-section.show,
.todo-question-section.show,
.todo-image-section.show,
.todo-movie-section.show {
    display: block;
}

.theme-image-style {
    height: 225px;
    width: 100%
}

.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 0.357rem;
    border-bottom-right-radius: 0.357rem;
}

.input-group-append:not(:last-child) .input-group-text {
    border-right: 1px solid #d8d6de;
}

.input-group.is-invalid .input-group-text {
    border-color: var(--primary) !important;
}

.loader-section,
.page-loader {
    display: none;
    width: 100%;
    height: 100%;
    /* background: #100b0b24; */
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.loading,
.swal2-loader {
    border: 3px solid var(--secondary) !important;
    border-radius: 50%;
    border-top: 3px solid var(--primary) !important;
    width: 30px !important;
    height: 30px !important;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    display: block;
}


/* Safari */

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

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

.card-remove-background {
    background-color: transparent !important;
}

#toast-container {
    display: none;
}

.todo-application .todo-item:hover .drag-icon {
    visibility: hidden;
}

.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .list-group .list-group-item.active {
    border-color: var(--primary);
}

.page-line-title span {
    border-bottom: 3px solid var(--primary);
    padding: 10px 0px;
}

.web-page-card {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}


/* horizontal theme applied css */


/* .logo-style{
    width: 100%;
} */

.logo-style-li {
    width: 150px;
}

.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: left;
    margin-right: 0rem !important;
    margin-left: 0.2rem;
}

.navbar-dropdown-menu-style {
    margin-left: 0.2rem;
    margin-top: -0.6rem;
}


/* app-todo-sidebar */

.todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu.todo-sidebar-style {
    width: 100%;
    z-index: 3;
    /* padding-top: 23%; */
}


/* todo-task update sidebar */

.input-group.todo-update {
    flex-wrap: unset !important;
}

.modal-slide-in .modal-dialog {
    width: 40% !important;
}

@media only screen and (max-width: 768px) {
    .modal-slide-in .modal-dialog {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .content-area-wrapper {
        margin-top: 15%;
    }
}

@media only screen and (max-width: 768px) {
    .position-relative {
        position: relative !important;
        width: 84%;
    }
}

.row.update-task-label-action {
    flex-wrap: unset;
    /* text-align: right; */
}

.todo-create-title {
    flex-flow: column;
}


/* Statistics Question Screen CSS */

.cardbody-padding-margin {
    padding-left: 32px;
    margin-top: 10px;
}

label.question {
    font-size: 1.0rem !important;
}

.card-body.questions {
    height: 233px;
    overflow-y: auto;
}

.card-body.photos {
    height: 300px;
    overflow-y: auto;
}

@media only screen and (max-width: 768px) {
    .card-body.questions {
        height: 100%;
        overflow-y: unset;
    }
}


/* .todo-edit-setting-ch {
    width: 100px;
} */

.set-dark-color {
    color: var(--gray-dark);
}

.star {
    color: var(--primary);
}

.auth-wrapper .brand-logo {
    margin: 1rem auto 2rem;
    width: 180px;
}

.sidebar-todo-modal .input-group:not(.bootstrap-touchspin):focus-within {
    box-shadow: unset;
    border-radius: unset;
}

#note-button,
#link-button,
#counter-button,
#stun-effect-button,
#start-date-button,
#end-date-button,
#task-assigned-button,
#repeat-add-button {
    display: none;
}

.todo-created-by {
    font-size: 10px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.todo-task-list .todo-title {
    font-weight: 500;
}

.context-menu-list span {
    color: var(--primary);
}

.created-by-user-only-use-checkbox {
    display: none;
}

.horizontal-layout.navbar-floating.footer-static .app-content .content-area-wrapper,
.horizontal-layout.navbar-floating.footer-static .app-content .kanban-wrapper {
    height: calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 4.45rem) + 6.5rem);
}


/* .todo-application .content-area-wrapper .sidebar .todo-sidebar .todo-app-menu .sidebar-menu-list {
    height: calc(100% - 30px);
} */

.navbar-floating .header-navbar-shadow {
    background: unset;
}

@media (max-width: 991px) {
    .horizontal-layout .logo-style.justify-content-center {
        justify-content: left !important;
    }
    .horizontal-layout .header-navbar .navbar-container ul.navbar-nav li>a.nav-link {
        padding: 0;
    }
    .horizontal-menu .navbar.header-navbar .navbar-container {
        padding: 0.8rem 1rem;
    }
    .todo-application .content-area-wrapper {
        margin-top: 0px;
    }
}

ol.photos {
    list-style: none;
}

.card-text.photos-card-body {
    margin-bottom: 0;
    font-size: small;
}

.hr-border-color {
    border-color: #dad3d3;
}

.li-bg-color {
    background: #fff4f4;
}

.stunn-effect-li-items-color {
    color: #6e6b7b;
}

#task-image-listing .image-section,
#task-video-listing .image-section,
#cip-open-task-image-listing .image-section,
#cip-open-image-listing .image-section,
.chart-image-listing .image-section,
#cip-accepted-image-listing .image-section,
#cip-solved-image-listing .image-section,
#cip-approved-card-section .image-section,
#todo-show-image-listing .image-section,
#todo-show-file-listing .image-section,
#todo-show-video-listing .image-section,
#todo-show-cip-open-task-image-listing .image-section,
.statistics-image-section .image-section {
    width: 100px;
}

#task-file-listing .file-size,
#task-video-listing .video-size,
#todo-show-file-listing .file-size,
#todo-show-video-listing .video-size {
    width: 100px;
    height: 100px;
}


/* .admin-logo {
    width: 150px;
} */

.category-close,
.assigned-close,
.start-date-close,
.end-date-close,
.note-close,
.link-close,
.counter-close,
.stun-effect-close {
    display: none;
}

#cip-filter,
.filter-sidebar-block {
    display: none;
}

.cip-filter-block .custom-checkbox .custom-control-label::before,
.task-stun-effect-block .custom-checkbox .custom-control-label::before {
    border-radius: 100%;
}

.task-stun-effect-block .custom-checkbox .custom-control-label::before {
    border-color: #d8d6de !important;
    background-color: unset !important;
}

.task-stun-effect-block .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.cip-filter-block .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.task-stun-effect-block .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: unset !important;
}

.task-stun-effect-block .custom-checkbox .custom-control-input~.custom-control-label::after {
    background-image: unset !important;
}


/* .repeat-on-listing li {
    width: 100%;
    text-align: center;
    border: 1px solid #d8d6de;
    margin: 1px;
    padding: 10px;
    border-radius: 0.357rem;
} */

#repeat-on-block,
#todo-show-repeat-on-block {
    display: none;
}

form input.error,
form input.error:focus {
    border-color: var(--primary) !important;
}


/* .repeat-on-listing li.active {
    border-color: var(--primary);
} */


/* #form-modal-todo .input-group-merge .form-control.error:not(:last-child) {
    border-right: 1px solid;
}

.input-group-merge .form-control:not(:last-child) {
    border-right-color: var(--primary) !important;
    border-right: 1px !important;
} */

.repeat-on-listing .btn-outline-primary.active:disabled {
    background-color: rgba(186, 18, 18, 0.2);
    color: #BA1212;
}

.repeat-on-listing div {
    padding: 2px;
}

#cip-note-button,
#cip-open-note-button,
#cip-due-time-button,
#cip-accepted-note-button,
#cip-solved-note-button,
#cip-approved-note-button {
    display: none;
}

.cip-image-dropzone-disabled {
    pointer-events: none;
    cursor: default;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: var(--primary);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: var(--primary);
}

.is-invalid .select2-container--default .select2-selection--multiple {
    border-color: var(--primary);
}

.horizontal-layout .header-navbar-shadow {
    margin-top: -40px;
}

#account-page-logout-url a {
    display: none;
}

button.btn.btn-outline-primary.w-100.active-btn {
    color: #fff;
    background-color: var(--primary);
}

.disabel-created-by.assignee-main-block.remove-span span.select2-selection__choice__remove,
.remove-span span.select2-selection__choice__remove {
    display: none !important;
}

@media (max-width: 1200px) {
    .repeat-on-listing button {
        padding: 8px 0px !important;
    }
}

.account-page-logout-button {
    border-radius: 100%;
    padding: 7px;
}

.account-page-logout-button .feather,
.choose-camera-option-block .feather {
    width: 25px;
    height: 25px;
}

#task-image,
#task-video {
    display: none;
}

.choose-camera-option-block label {
    width: 190px;
    text-align: left;
}

.statistics-page-block {
    display: none;
}

.language-label-option .swal2-radio {
    flex-flow: column;
}


/* radio css */

.language-label-option .swal2-radio {
    align-items: baseline;
}

.language-label-option .swal2-radio span {
    padding-left: 10px;
    text-transform: capitalize;
}

.language-label-option .swal2-radio label {
    display: flex;
    align-items: center;
    margin: 0 0 6px 0;
}

.language-label-option .swal2-content {
    padding: 0 0;
}

.language-label-option .swal2-validation-message {
    margin: 0 0em;
}

.language-label-option .swal2-radio input[type=radio] {
    min-height: unset;
    position: relative;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    border: 1px solid #d8d6de;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}

.language-label-option .swal2-radio input[type=radio]::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    /* top: 2px;
    left: 2px; */
    position: absolute;
    border-radius: 100%;
    border: unset;
    padding: 0;
    -webkit-font-smoothing: none;
    box-sizing: unset!important;
}

.language-label-option .swal2-radio input[type=radio]:checked:before {
    background: var(--primary);
}

textarea {
    min-height: 60px;
}


/* ::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
} */


/* @media (max-width: 450px) {
    .flatpickr-calendar.hasTime.animate.open.arrowTop.showTimeInput {
        left: 9% !important;

left: 0 !important;
right: 0 !important;
margin-left: auto !important;
margin-right: auto !important;

}

}
*/

.todo-task-list-wrapper {
    overflow-y: scroll;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-date-time {
    border-left: 0px;
    border-radius: 0 5px 5px 0;
}

span#username {
    width: 100px;
    overflow: hidden;
}

#todo-upcoming-task-list .card {
    margin-bottom: 0rem !important;
}

#todo-upcoming-task-list {
    display: none;
}

.todo-due-time {
    font-size: 10px;
    color: rgb(186 18 18 / 60%);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}