﻿.bg-gestao {
    background-color: #0079BF !important;
}

.drop-preview {
    background-color: rgba(150, 150, 200, 0.1);
    border: 1px dashed #ccc;
    margin: 20px;
}

.border-ticket {
    border-left: 4px solid #FB9B1F !important;
}

.border-staff {
    border-left: 4px solid #2B2B2B !important;
}

.border-bug {
    border-left: 4px solid #DA2121 !important;
}

.border-meeting {
    border-left: 4px solid #FF0084 !important;
}

.border-todo {
    border-left: 4px solid #15C971 !important;
}

.border-us {
    border-left: 4px solid #0079BF !important;
}

.border-none {
    border-left: 4px solid #000000 !important;
}

.hide-html {
    display: none !important;
}

.divider-actions {
    padding-left: 70px;
    padding-right: 70px;
}

.cursor-hand {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.full-width {
    width: 100%;
}

.wrapper {
    padding-bottom: 20px;
}

.divider {
    position: relative;
    margin-top: 20px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #15C971;
    border: 1px solid rgb(48,49,51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.container-current-task {
    align-items: center;
}

.title-current-task {
    max-width: 220px;
    cursor: pointer;
    color: #282626;
}

.card-detail-item-add-button {
    background-color: #091e420a;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 8px 8px 0;
    transition-duration: 85ms;
    transition-property: background-color,border-color,box-shadow;
    transition-timing-function: ease;
}

.button-link {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #091e420a;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    margin-top: 8px;
    max-width: 290px;
    overflow: hidden;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transition-duration: 85ms;
    transition-property: background-color,border-color,box-shadow;
    transition-timing-function: ease;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #172b4d;
    font-weight: 400;
    line-height: 20px;
}

    .button-link:hover {
        background-color: #091e4214;
        border: none;
        box-shadow: none;
    }

    .button-link:disabled {
        background: #ccc;
        cursor: not-allowed;
        color: #878789;
    }

/**Scroll Right Custom*/
.overflow-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.overflow-container::-webkit-scrollbar {
    width: 9px;
    background-color: #f5f5f5;
}

.overflow-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #bfc4ce;
}
