
.prologo {
    display: none;
}

.dialogue {
    height: 79vh !important;
}

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    background: #2a3842;
}

.content-wrapper {
    /* background: rgb(3, 31, 45); */
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(206 239 255);
}

a.nav-link {
    color: #cceeff !important;
}
nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
    background: #2a3842;
    border-bottom: none;
}

li.nav-item.d-block.d-md-none.pgname {
    margin-top: 9px;
    color: #cef;
    font-weight: 600;
}
#Notification_Modal .modal-body {
    text-align: center;
}

#Notification_Modal .modal-content {
    background: #031f2d;
}

#Notification_Modal .modal-body h5 {
    color: red;
}
/***************************loading Signs*******************************************/
.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #2980b9;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}
/***********************************************************************/

@media only screen and (max-width: 600px) {
    .content-wrapper > .content {
        padding: unset;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding: 0 5px;
    }

    .container-fluid {
        padding-top: 57px;
    }

    .row {
        padding-top: unset !important;
       /* margin-top: unset !important;*/
    }

    .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .prologo {
        display:block
    }

    nav.main-header.navbar.navbar-expand.navbar-white.navbar-light {
        position: fixed;
        width: 100%;
        top:0;
    }


}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #031f2d;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

    #overlay img {
        height: 100px;
        width: 100px;
        margin-left: 20px;
        margin-top: 20px;
        background: #31d6e66b;
        border-radius: 100%;
        padding: 5px;
    }

.spinner {
    animation: rotate 1.4s linear infinite;
    -webkit-animation: rotate 1.4s linear infinite;
    -moz-animation: rotate 1.4s linear infinite;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
}

.progressx {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
}

.spinner-dot {
    width: 274px;
    height: 274px;
    position: relative;
    top: 0;
}


@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.path {
    stroke-dasharray: 170;
    stroke-dashoffset: 20;
}
