.attach-hidden {
    display: none;
}

.logoupload {
    cursor: pointer;
}

.error-msg {
    color: #ff0000c2;
    font-weight: bold;
    text-align: center;
}

.error {
    width: 100%;
    margin-top: .25rem;
    font-size: 90%;
    color: #dc3545;
    /* margin-left: 1rem !important; */
}

.justify-center {
    justify-content: center;
}

.sheet-title {
    font-weight: 500;
    padding-top: 20px;
    font-size: 1.5rem;
}

.success-msg {
    background-color: #78b034f2;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.error-msg {
    background-color: #dd3939;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.sheet-color-box {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
    height: 70px;
    margin: 10px;
    width: 70px;
}

.sheet-color-box.active,
.sheet-color-box:hover {
    border: solid 4px #000;
}

.table thead th,
.table thead th a {
    color: #FFF;
}

.task-value a {
    color: inherit;
}

.table .icon-checked {
    position: absolute;
    margin-top: -5px;
    margin-left: -14px;
}

.quest-circle {
    background-color: #808080;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
}

.wb-invite-member {
    padding-right: 11px;
}

.wb-memberlist {
    max-height: 160px;
    overflow-y: auto !important;
}

.text-success {
    font-size: 1em;
    margin-top: 10px;
}

.wb-invite-table .search-wrapper {
    position: relative;
}

.wb-invite-table .search-wrapper .search-icon {
    position: absolute;
    right: 8px;
    top: 0;
}

.admin .mdi-account-circle {
    color: #050078 !important;
}

.in-charge .mdi-account-circle {
    color: #d66800ea !important;
}

.quick-links .members-count .dot-indicator {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
    background-color: #050078 !important;
    color: #fff;
    text-align: center;
    padding: 10px 8px;
    font-weight: bold;
    font-size: 1.2em;
}

.quick-links .members-count-title {
    float: left;
    margin-top: 14px;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.loader {
    /*
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px; 
    overflow: auto; 
    */
    display: none;
    margin: auto;
    z-index: 2;
}

.w-150 {
    min-width: 150px;
}

.table td .icon-checked {
    color: #008000;
}

.table td,
.table th {
    padding: 4px 10px;
}

.navbar.default-layout .navbar-brand-wrapper,
.navbar.default-layout .navbar-menu-wrapper,
.table thead th,
.wb-chg-sheet-clr span,
.sheet-color-bg {
    background-color: #050078;
    color: #FFF
}

.add-task,
.sheet-color {
    color: #050078 !important;
}

.change-sheet-name {
    color: #fff;
}

.quick-links li a {
    color: #050078 !important;
}

.mdi.mdi-bell-outline {
    color: #000000;
}

.wb-home-brand {
    width: 150px;
    height: 63px;
    background-color: #fff;
    padding: 6px 10px;
}

#field-instruction {
    font-size: 0.8em;
}

@media (max-width: 576px) {
    .wb-content-body {
        padding: 0 20px !important;
    }
    .search-form .text-right {
        text-align: left !important;
    }
}

.w-65 {
    width: 65% !important;
}

.w-15 {
    width: 15% !important;
}

.h-20 {
    height: 20px !important;
}