﻿
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    background-color: #583672 !important;
}

    body > .container {
        height: 86%;
        max-width: 97%;
        overflow: auto;
    }

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px;
    height: 100% !important;
    margin-top: 0px !important;
    max-width: 100% !important;
}

    .loader .btn-primary {
        left: 45%;
        top: 45%;
        position: absolute;
        border: 5px solid white;
        box-shadow: 10px 10px 0px #0000007d;
        background: black;
    }

/* Profile Picture */

.profile-name {
    display: inline-block;
}

.profile-menu {
    position: absolute;
    right: 10px;
}

.dropdown-toggle::after {
    margin-left: 0;
}

.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

    .profile-pic img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.profile-menu .dropdown-menu {
    right: 0;
    left: unset;
}

.profile-menu .fa-fw {
    margin-right: 10px;
}

.toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}


.card{
    border: 0 !important;
}