﻿.abs-opacity {
    position: absolute;
    opacity: 0;
}

.display-none {
    display: none
}

.wrong-value-display-none {
    display: none
}

.wrong-value-display-block {
    display: block;
    color: red;
}

.loading-tabel {
    position: relative;
}

    .loading-tabel .loading-animate {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

        .loading-tabel .loading-animate::after {
            background-color: #000;
            opacity: 0.5;
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            top: 0;
            height: 100%;
        }

.lds-roller {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: black;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

customer-name {
    position: relative;
    /* left: 1400px; */
    top: 25px;
    padding: 0 40px;
    text-align: right;
    cursor: pointer;
}

.currency-bold {
    font-weight: bold;
}

.ffffff {
    color: #ffffff
}

.p-50 {
    padding-top: 50px;
}

.display-inline {
    display: inline
}

.f-ar {
    display: flex;
    justify-content: space-around
}

.f-end {
    display: flex;
    justify-content: end;
}

.f-space-between {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.5rem 0;
}

.email_logged {
    position: relative;
    /* left: 1400px; */
    top: 25px;
    padding: 0 40px;
    text-align: right
}

.m-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 991px) {
    .email_logged {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .email_logged {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .email_logged {
        display: none
    }
}

.over-x {
    overflow-x: auto
}
/*this is custom library*/
.m-datatable__pager-info {
    position: sticky
}

.popup-container {
    position: relative;
    background: none;
    cursor: pointer;
    text-align: right;
    padding: 0 40px;
    top: 2rem;
}

    .popup-container .popup-body {
        visibility: hidden;
        position: absolute;
        width: 200px;
        color: #000;
        text-align: left;
        padding: 30px;
        z-index: 1;
        opacity: 0;
        background-color: white;
    }

    .popup-container .show-popup {
        visibility: visible;
        opacity: 1;

        @include susy-breakpoint(0 $breakpoint-tablet-landscape, 8) {
            width: 350px;
        }
    }

.popup-bottom {
    top: 200%;
    left: 85%;
    margin-left: 0px;
}

.font-wei {
    font-weight: bold
}

#m_aside_left .down-size {
    margin-left: 10%;
    font-size: 9px;
    padding: 0px;
    width: 50px;
    height: 25px;
    border-radius: 3px;
    /* align-items: center; */
    display: flex;
    text-align: center;
    justify-content: center;
    /* vertical-align: bottom; */
    align-items: center;
}

#m_aside_left .btn-logout-common {
    margin-left: 28%;
}
/*#logout_btn_img {
    width: 12px;
    height: 15px;
    background: url(../../images/logout3.png);
    background-size: cover;
}*/
.color-6f {
    color: #ffffff !important
}

.p-left-8 {
    padding-left: 8px !important;
}

.paginate_button {
    background: #5867dd !important;
    border: none !important;
    color: white !important;
}

    .paginate_button.current {
        background: #1f287a !important;
        border: none !important;
        color: white !important;
    }

.p-top-1rem {
    padding-top: 1rem !important;
}

.dot {
    height: 20px;
    width: 5px;
    border-radius: 25%;
    display: inline-block;
}

    .dot:hover {
        transform: scale(1.5);
    }
.red{
    background-color:red
}
.yellow {
    background-color: yellow
}
.green{
    background-color:green
}
.detail {
    height: 30px !important;
    width: 10px !important;
    margin:1.5px;
}
.padding-20{
    padding:20px;
}
.heartbeat-success-color {
    background-color: #5cdd8b !important;
}
.heartbeat-danger-color{
    background-color:#dc3545 !important;
    color:white !important;
}
.heartbeat-warning-color {
    background-color: #ffc107 !important;
}
.no-border{
    border:none !important;
}
.text-center{
    text-align:center;
}
.text-underline {
    text-decoration: underline
}
.heartbeat-badge {

    border-radius: 40%;
    padding: .35em 0.65em;
    font-size: .75em;
    min-width: 50px;
}