﻿
/*body {
    background-color: #1c1c1c;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

/*button {
    border: none;
    background-color: transparent;
}

.btn {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    transition: all 0.2s;
    &:hover

{
    cursor: pointer;
}

}

.btn-success {
    color: darken($color-success, 30%);
    border-color: darken($color-success, 10%);
    background-color: $color-success;
    &:hover

{
    background-color: darken($color-success, 10%);
    color: white;
}

}

.btn-danger {
    color: darken($color-danger, 30%);
    border-color: darken($color-danger, 10%);
    background-color: $color-danger;
    &:hover

{
    background-color: darken($color-danger, 10%);
    color: white;
}

}

.btn-warning {
    color: darken($color-warning, 30%);
    border-color: darken($color-warning, 10%);
    background-color: $color-warning;
    &:hover

{
    background-color: darken($color-warning, 10%);
    color: white;
}

}

.btn-info {
    color: darken($color-info, 30%);
    border-color: darken($color-info, 10%);
    background-color: $color-info;
    &:hover

{
    background-color: darken($color-info, 10%);
    color: white;
}

}*/

/* message */
.msg {
    position: fixed;
    top: 40px;
    left: 50%;
    padding: 10px 20px;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.msg-loading {
    background-color: #fff;
}

.msg-success {
    background-color: #28a745;
}

.msg-warning {
    color: darken($color-warning, 30%);
    background-color: #ffc107;
}

.msg-danger {
    background-color: #dc3545;
}

.msg-info {
    background-color: #17a2b8;
}

/*fade*/
.animate {
    opacity: 0;
    transition: all 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animate.active {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }

.animate-loading {
    opacity: 0;
    transition: all 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animate-loading.active {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }

.slide-in-down {
    transform: translateY(-100%) translateX(-50%);
}

.report {
    position: fixed;
    left: 50%;
    padding: 10px 20px;
    border-radius: 1rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #f6c23e;
    z-index: 991;
}

.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 990;
}

.fullscreen-container-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 990;
}

.container-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.5);
    z-index: 990;
    height: 100%;
    width: 100%;
    border-radius: 0.85rem;
}

.report2 {
    /*top: 50%;
    left: 50%;
    position: fixed;
    padding: 10px 20px;
    border-radius: 1rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #f6c23e;
    width: 300px;
    margin: -100px 0 0 -150px;*/
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.85rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #f6c23e;
    padding: 10px 20px;
    width: 300px;
}

.report-6s {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.85rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    background-color: #fff;
    width: 300px;
}

.report-driver-off {
    width: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.85rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    background-color: #fff;
}

.report-color {
    /*top: 35%;
    left: 50%;
    position: fixed;
    padding: 10px 20px;
    border-radius: 1rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #f6c23e;
    width: 300px;
    margin: -100px 0 0 -150px;*/

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.85rem;
    color: white;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #f6c23e;
    padding: 10px 20px;
    width: 300px;
    }

.report-color-rate {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.85rem;
    color: white;
    font-size: 16px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 10px 20px;
    width: 80%;
}

.select-list-user {
    /*top: 50%;
    left: 50%;
    position: fixed;
    padding: 10px 20px;
    border-radius: 0.35rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    width: 40%;
    margin: -100px 0 0 -150px;*/

    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.85rem;
    color: white;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 10px 20px;
}
