﻿:root {
    --primary-color: #4CD3BB; /* #661aff; /*#83C767;*/
    --secondary-color: #1A1A1A;
}

body {
}

.busy-bg-color-primary {
    background-color: var(--primary-color) !important;
}
.busy-bg-color-secondary {
    background-color: var(--secondary-color) !important;
}
.busy-bg-color-danger {
    background-color: #dd3c3cff !important;
}

.busy-color-primary {
    color: var(--primary-color) !important;
}

.busy-color-secondary {
    color: var(--secondary-color) !important;
}

.busy-header {
    height: 50px !important;
    background: linear-gradient(135deg, #1A1A1A 0%, #26C3A0 50%, #1A1A1A 100%) !important;
    border: none !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 999;
}

.appsbooth-logo {
    color: #4CD3BB !important;
    font-size: 1.0em !important;
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

.busy-footer {
    /*height: 50px !important;*/
    background: linear-gradient(135deg, #1A1A1A 0%, #26C3A0 50%, #1A1A1A 100%) !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    font-size: smaller !important;
    z-index: 999;
}

.busy-provider {
    background-color: #fafafa !important;
    border-color: #83C767 !important;
}

    .busy-provider:hover {
        background-color: #83C767 !important;
    }

.setting-link {
    text-decoration: none !important;
}

    .setting-link a:link {
        color: #333333 !important;
    }

    .setting-link a:hover {
        color: var(--primary-color) !important;
    }
