/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;

}*/

/*@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat.ttf') format('woff');
}

body {
    font-family: Montserrat, sans-serif;
}*/

/*maky
-------------------------------------------------- */
table {
    font-size: 0.8rem;
}

.maky-bs-0 {
    box-shadow: none !important;
}

.modal-header {
    padding: 0.5rem 1rem !important;
}

.maky-bluefade {
    background-image: linear-gradient(to right, rgba(116, 183, 255, 0.6), 40%, rgba(0, 54, 181, 0.6));
}

.nav-link-navbar {
    font-weight: 600;
    font-size: 1.1rem;
    transition: 0.1s;
}

    .nav-link-navbar:hover {
        color: white !important;
    }

.maky-nav-active {
    color: white !important;
}

.navbar-brand {
    padding-top: 0.1rem;
    color: rgba(0,0,0,.55) !important;
    font-size: 1.5rem;
    font-weight: 600;
}

.maky-op-6 {
    opacity: 60%;
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 600;
}

.maky-base {
    padding: 1.6rem;
    padding-top: 0;
}

.maky-display-hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #e7eaed;
    height: 3px;
    margin-bottom: 5px;
}

td {
    padding: 0.25rem !important;
}

.maky-base-padding {
    padding: 0 2rem 0 2rem;
}

.maky-base-margin {
    margin: 0 2rem 0 2rem;
}

.maky-base-header {
    font-weight: 600;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.maky-base-header-text {
    font-weight: 600;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.61);
}

.maky-base-background {
    background-color: rgb(246, 248, 250);
}

.maky-tab-btn {
    color: #00000080;
    padding: .2rem 1rem;
}

.maky-tab-btn-active {
}

.maky-toolbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
}

.maky-toolbar-btn {
    font-size: 0.9rem;
    border: solid 1px lightgray;
    padding: 0.3rem;
}

    .maky-toolbar-btn:hover {
        background-color: rgb(246, 248, 250);
    }

.maky-toolbar-btn-green {
    font-size: 0.9rem;
    border: solid 1px #03b30e;
    padding: 0.3rem;
}

    .maky-toolbar-btn-green:hover {
        background-color: #07ff073d;
    }

.maky-toolbar-btn-red {
    font-size: 0.9rem;
    border: solid 1px #ff0000a1;
    padding: 0.3rem;
}

    .maky-toolbar-btn-red:hover {
        background-color: #ff0000a1;
    }

.maky-toolbar-btn-blue {
    font-size: 0.9rem;
    border: solid 1px #0d6efd;
    padding: 0.3rem;
}

    .maky-toolbar-btn-blue:hover {
        background-color: #8cb1eb;
    }

.maky-kanban-placeholder {
    height: 5rem;
    line-height: 1.2em;
    background-color: rgba(52, 217, 101, 0.44);
}

.maky-split {
    display: flex;
    justify-content: space-between;
}

.maky-bottom-line {
    border-bottom: 1px solid #dee2e6;
}

.maky-top-line {
    border-top: 1px solid #dee2e6;
}

.maky-kanban-base {
    white-space: nowrap;
    overflow-x: auto;
    padding: 1.6rem;
    padding-top: 0;
    height: 79.6vh;
}

.maky-kanban-column {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    min-width: 350px;
    max-width: 350px;
    margin: 0 0.4rem;
}

.maky-kanban-column-header {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 1rem 0.2rem 1rem;
    border-radius: 5px;
    max-width: 350px;
    min-width: 350px;
    border: 1px solid #dee2e6;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    margin: 0 0.4rem;
}

.maky-kanban-column-header-text {
    font-size: 18px;
    font-weight: 600;
}

.maky-kanban-column-header-desc {
    display: flex;
    justify-content: space-between;
}

.maky-kanban-task {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 0.5rem;
    box-shadow: rgba(140, 149, 159, 0.41) 0px 1px 4px;
    font-size: 0.9rem;
    background-color: white;
    min-width: 330px;
}

.dropdown-menu {
    font-size: 0.9rem;
    min-width: 0;
}

.dropdown-item {
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}

.maky-kanban-task-header {
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.maky-kanban-task-header-text {
    font-size: 1rem;
    font-weight: 600;
}

.maky-kanban-task-body {
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
}

.maky-break-text {
    overflow: hidden;
    word-wrap: break-word;
    white-space: break-spaces;
}

.maky-kanban-headers {
    display: inline-flex;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
}

.maky-kanban-tasks {
    display: inline-flex;
    width: 100%;
}

.maky-kanban-drag-handle {
    cursor: grab;
    margin: 0.25rem 0 0 0.5rem;
}

.maky-form-basic {
    display: inline-block;
}

.maky-card {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin: 0.5rem;
    box-shadow: rgba(140, 149, 159, 0.41) 0px 1px 4px;
    background-color: white;
}

.maky-card-header {
    border-bottom: solid #dee2e6 1px;
    margin: 0.5rem;
    font-weight: bold;
}

.maky-card-body {
    margin: 0.5rem;
}

.maky-card-footer {
    margin: 0.5rem;
    font-weight: bold;
}


.maky-card-op {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 0.3em;
    box-shadow: rgba(140, 149, 159, 0.41) 0px 1px 4px;
    margin-bottom: 0.5rem;
}
/*loader
-------------------------------------------------- */
.loaderbody {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: rgba(128,128,128,0.2);
    z-index: 2147483647;
}

.loader {
    border: 12px solid #f3f3f3; /* Light grey */
    border-top: 12px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 48%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}
