#wpcontent {
    padding-right: 20px;
}

.wp-core-ui p .button {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    -bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: 1px;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

input[type=checkbox], input[type=radio] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

input[type=checkbox]:checked::before {
    content: unset;
}

.disconnect_btn {
    float: right;
    border-radius: 50%;
    padding: 2px 7px;
}

.card.no-config {
    max-width: 100%;
    text-align: center;
}

.card.no-config img {
    width: 300px;
    margin-bottom: 16px;
}

.card.no-config .card-title {
    font-size: 30px;
    margin: 0 0 16px;
}

.card.no-config .card-text, .card.no-config .btn-primary {
    font-size: 18px;
}

/*Loader style*/
.loader-overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
/*Loader style*/
.loader-overlay-chat {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(13,110,253,1);
    z-index: 999;
}
.lds-ellipsis {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
/*END Loader style*/

/*SweetAlert2 style*/
.swal2-actions .btn {
    margin: 10px;
}
/*END SweetAlert2*/

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

em {
    color: red;
    margin-left: 5px;
}

.card__task {
    display: flex;
    align-items: flex-start;
    height: 48px;
    /*width: 249px;*/
    border-radius: 4px;
    box-shadow: 0 2px 8px #00000014;
    background-color: #fff;
    padding: 12px;
    border-top: 2px solid;
    text-transform: uppercase;
}

.task_info_main {
    display: flex;
    justify-content: space-between;
}

.task_wrapper {
    padding: 10px;
    box-shadow: 0 2px 8px #00000014;
    border-radius: 0;
}

.task_title {
    font-size: 13px;
    flex: 1;
}

.task_assignee {
    width: 24px;
    height: 24px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task_other_info {
    display: flex;
    justify-content: space-between;
}

.task_other_info_all {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}

.task_other_info_all div,.task_other_info_all i  {
    margin: 0 10px;
}

.custom-modal {
    --bs-modal-width: 800px;
}

.card.task-info {
    padding: 10px;
    height: 300px;
    overflow: auto;
}

.card.comments {
    padding: 5px;
    height: 300px;
    overflow: auto;
}

.chat-wrapper {
    display: flex;
}

.chat-wrapper .avatar {
    width: 24px;
    height: 24px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-box {
    padding: 10px;
    border: 1px solid #dedede;
    margin-left: 8px;
    border-radius: 12px;
    margin-bottom: 12px;
    width: 100%;
    flex: 1;
}

.user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-name {
    font-size: 13px;
    flex: 1;
}

.user-post-date {
    font-size: 10px;
}

.custom-modal .modal-footer {
    display: flex;
}

#add_comment {
    flex: 1;
    width: 100%;
}

.banner-wrapper-taskpage, .banner-wrapper-taskpage-mobile {
    text-align: center;
    margin: 10px 0;
}

.banner-wrapper-taskpage-mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    .banner-wrapper-taskpage {
       display: none;
    }
    .banner-wrapper-taskpage-mobile {
        display: block;
    }
}