/*Write your custom css in this file.*/
.title-leave-balance {
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.timeline-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.timeline-images .file-mockup {
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    align-items: center;
}

.js-task {
    display: none !important;
}

.action--activity {
    cursor: pointer;
}

.w28p {
    width: 28%;
}


.w30p {
    width: 30%;
}

.sidebar-brand {
    background-color: white !important;
}

#milestone-task-table .sub-task-icon, #task-table .sub-task-icon {
    padding: 1px 4px;
    margin-right: 5px;
}

#milestone-not-completed-task-table .sub-task-icon, #task-table .sub-task-icon {
    padding: 1px 4px;
    margin-right: 5px;
}

.badge {
    margin-left: 3px;
    margin-right: 3px;
}

.tooltip.show {
    z-index: 9999;
}

.icon-11 {
    width: 11px;
    height: 11px;
}


.modal-header .modal-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 70%;
    overflow: hidden;
}

.modal-header .modal-title a {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#page-view .page-title.clearfix,
.task-view-modal-body .page-title.clearfix {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#page-view .page-title h1,
.task-view-modal-body .page-title h1 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
    line-height: normal;
    flex: 1;
    min-width: 0;
}

#page-view .page-title h1 a,
.task-view-modal-body .page-title h1 a {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    display: inline-block;
    max-width: 80%;
}

.cursor {
    cursor: pointer;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.w170 {
    width: 170px;
}

.w180 {
    width: 180px;
}

.w190 {
    width: 190px;
}


.w200 {
    width: 200px;
}

.aspect-square {
    aspect-ratio: 1;
}


.cursor-pointer {
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 33px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/*input:checked + .slider {*/
/*    background-color: #2196F3;*/
/*}*/
/*input#toggle_view + .slider:before {*/
/*    transform: translateX(75px);*/
/*}*/
input#toggle_view:not(:checked) + .slider:before {
    transform: translateX(135px);
}

input#toggle_view:checked + .slider {
    padding-left: 30px;
}

input#toggle_view:not(:checked) + .slider {
    padding-right: 30px;
}

#list_view {
    display: none;
}

input#toggle_view:checked ~ #strip_view {
    display: block;
}

input#toggle_view:not(:checked) ~ #list_view {
    display: block;
}
.toggle-labels {
    display: flex;
    justify-content: space-between;
    width: 60px;
}

.label-off, .label-on {
    display: none;
}

input#toggle_view:not(:checked) ~ .toggle-labels .label-off {
    display: inline;
}

input#toggle_view:checked ~ .toggle-labels .label-on {
    display: inline;
}
