.panel {
    overflow: scroll !important;
}

.gradient {
    background: rgb(0,153,204);
    background: linear-gradient(0deg, rgba(0,153,204,1) 0%, rgba(186,101,213,1) 0%, rgba(0,153,204,1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-wrapper.chiller-theme.toggled #close-sidebar, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
    color: black;
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover, .chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a {
        color: red;
    }

.sidebar-submenu {
    background: #5cc4e5 !important;
}

.page-title {
    color: white;
}

#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#loading-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #999;
    width: 100px;
    height: 30px;
    margin: -7px 0 0 -45px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
}

#loading-content {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border: 3px solid #F00;
}

    #loading-content:after {
        content: "";
        position: absolute;
        border: 3px solid #0F0;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
    }

    #loading-content:before {
        content: "";
        position: absolute;
        border: 3px solid #00F;
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }

#loading-content {
    border: 3px solid transparent;
    border-top-color: #4D658D;
    border-bottom-color: #4D658D;
    border-radius: 50%;
    -webkit-animation: loader 2s linear infinite;
    -moz-animation: loader 2s linear infinite;
    -o-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
}

    #loading-content:before {
        border: 3px solid transparent;
        border-top-color: #D4CC6A;
        border-bottom-color: #D4CC6A;
        border-radius: 50%;
        -webkit-animation: loader 3s linear infinite;
        -moz-animation: loader 2s linear infinite;
        -o-animation: loader 2s linear infinite;
        animation: loader 3s linear infinite;
    }

    #loading-content:after {
        border: 3px solid transparent;
        border-top-color: #84417C;
        border-bottom-color: #84417C;
        border-radius: 50%;
        -webkit-animation: loader 1.5s linear infinite;
        animation: loader 1.5s linear infinite;
        -moz-animation: loader 2s linear infinite;
        -o-animation: loader 2s linear infinite;
    }

@-webkit-keyframes loaders {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#content-wrapper {
    color: #FFF;
    position: fixed;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
}

#header {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 100px;
    background-color: #666;
}

#content {
    width: 800px;
    height: 1000px;
    margin: 0 auto;
    text-align: center;
    background-color: #888;
}

.loa {
    opacity: 0.1;
}

.sidebar-dropdown1 a span b {
    background: linear-gradient(45deg, #0698cd, #006088);
    color: white;
    padding: 3px;
    border-radius: 5px;
    font-size: 10px;
    margin: 3px 0;
    float: inline-end;
}

.animate {
    display: inline-block;
    animation: upDown 5s ease-in-out infinite;
}

@keyframes upDown {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

span.highlighted {
    font-size: 9px;
    font-weight: 700;
    background: #ea116a;
    padding: 0 2px;
    color: white;
    margin-left: 5px;
}

.Method {
    background-color: blue;
    width: auto;
    color: white;
    font-weight: 500;
    padding: 0px 3px;
}

table#GridView1 tbody tr {
    border-bottom: 1pt solid black;
}

table#GridView2 tbody tr {
    border-bottom: 1pt solid black;
}



.dropdown-menu {
    right: 0px !important;
    left: inherit;
}

.profile-card {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    height: 100%;
}

.title__contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3em;
    font-weight: 700;
    margin: 20px auto 20px;
}

nav.navbar button {
    border: 1px solid black;
    /*height: 30px;*/
    width: 150px;
    border-radius: 15px;
    margin: 5px 0;
    cursor: pointer;
}


.rightbox {
    background: #7479ac;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

    .rightbox:nth-child(2) {
        margin: 1px 0;
    }

    .rightbox:hover {
        background: #5b6093;
    }

.table-user-information {
    font-size: 18px;
}

    .table-user-information > tbody > tr {
        border-top: 1px solid #ccc;
    }

        .table-user-information > tbody > tr > td {
            border-top: 0;
            font-weight: 500;
        }


@keyframes circlespin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes circlespinout {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

section.profile-section {
    width: 100%;
    overflow: hidden;
    padding: 40px 0px;
}

table tr td {
    width: auto
}


@media(max-width:575px) {


    table span {
        font-size: 15px !important;
    }

    .table-user-information {
        font-size: 15px;
    }

        .table-user-information > tbody > tr:first-child {
            font-size: 20px;
        }
}

@media(min-width:576px) {


    table span {
        font-size: 15px !important;
    }

    .table-user-information {
        font-size: 16px;
    }

        .table-user-information > tbody > tr:first-child {
            font-size: 20px;
        }
}

@media(min-width:992px) {

    table span {
        font-size: large !important;
    }

    .table-user-information {
        font-size: 18px;
    }

        .table-user-information > tbody > tr:first-child {
            font-size: 26px;
        }
}


#Profile {
    position: relative;
    margin: auto;
    align-items: center;
    display: flex;
    margin: auto;
    justify-content: center;
    background: #2ba2d6;
}

.right {
    padding: 0 30px;
}

#Profile:before {
    content: '';
    position: absolute;
    top: -3px;
    width: 155px;
    height: 155px;
    border-radius: 162px;
    border: 2px solid #BCBCBC;
}

#Profile:after {
    content: '';
    position: absolute;
    top: -5px;
    width: 162px;
    height: 160px;
    border-radius: 172px;
    border: 2px solid #FF9900;
}

#Profile img {
    border-radius: 150px;
}

.title-profile {
    margin: 10px 0;
    padding: 0 30px;
}
