.nav {
    height: 100% !important;
}

.side-nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1. 5rem;
    cursor: pointer;
}

.side-nav-button:hover {
    background-color: rgb(17, 1, 1) !;
    border-radius: 30%;
}

.black-border {
    border:
        1px solid black;
}

.app-header {
    position: fixed;
    width: 100%;
    top: 0px;
    height: 4rem;
    z-index: 0;
}

.main {
    position: absolute;
    width: 100%;
    top: 4rem;
    z-index: 0;
}

.app-side-nav {
    position: absolute;
    left: Orem;
    width: 250px;
    height: calc(100vh - 4rem);
    box-shadow: 0px 0px 10px rgba(0,
            e,
            0.5);
    background-color: Orgba(34,
            34, 34, 1);
    border-top: 1px solid white;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #1b203d;
    overflow: hidden;
    font-family: system-ui;

}

.clearfix {
    clear: both;

}

.logo {
    margin: 0px;
    margin-left: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

.logo span {
    color: #f7403b;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #9dff00;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 0px;
    overflow: scroll;

}

.sidenav a {
    padding: 5px 5px 5px 30px;
    text-decoration: none;
    font-size: 16px;
    color: #931616;
    display: block;
    transition: 0.3s;
    border: 1px solid #6666661c;

}

.sidenav a:hover {
    color: #f1f1f1;
    background-color: #1b203d;
}

.sidenav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.head {
    padding: 20px;
}

.col-div-6 {
    width: 50%;
    float: left;
}

.profile {
    display: inline-block;
    width: 160px;
}

.pro-img {
    float: left;
    width: 40px;
    margin-top: 5px;
}

.profile p {
    color: white;
    font-weight: 500;
    margin-left: 55px;
    margin-top: 10px;
    font-size: 13.5px;
}

.profile p span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    color: #8e8b8b;
}

.col-div-3 {
    width: 24%;
    float: left;
    margin: 2px;    
}

.box {
    width: 100%;
    height: 100px;
    background-color: #272c4a;
    border-radius: 10px;
    border: 2px solid #fff03afc;
}


@media only screen and (max-width:600px) {
    .box p {
        text-align: center !important;
        font-size: 25px !important;
        margin-top: 0px !important;
        padding-left: 0px !important;
        line-height: 10px !important;
    }

    .box p span {
        font-size: 12px !important;
    }

    .box-icon {
        font-size: 20px !important;
        float: right;
        margin-top: 0px !important;
        color: #818181;
        padding-right: 0px !important;
        margin: 6px !important;

    }

    .box {
        text-align: center !important;
        width: 100% !important;
        margin-left: 0px !important;
        padding: 10px !important;
        border-radius: 10px !important;
        border-color: #272c4a !important;

    }

    .col-div-8 {
        width: 100% !important;
    }

    .col-div-4 {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .box-8 {
        margin-left: 0px !important;
    }


    .content-box p {
        font-size: 12px !important;
    }

    td,
    th,
    tr {
        font-size: 12px !important;
    }

    .navbar-nav .nav-link {
        float: left !important;
        color: #ffd7d7 !important;
    }

    .col-div-3 {
        width: 22% !important;
        margin: 5px !important;
        background: #272c4a !important;
        border-radius: 10px !important;
    }
    .col-3 {
        width: 30% !important;
    }

    .form-label {
        font-size: 10px !important;
    }

}

.box p {
    font-size: 35px;
    color: white;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    margin-top: 20px;
    display: inline-block;
}

.box p span {
    font-size: 13px;
    font-weight: 400;
    color: white;
}

.box-icon {
    font-size: 40px;
    float: right;
    margin-top: 35px;
    color: #818181;
    padding-right: 10px;
}

.col-div-8 {
    width: 70%;
    float: left;
}

.col-div-4 {
    width: 30%;
    float: left;
}

.content-box {
    padding: 0px;
}

.content-box p {
    margin: 0px;
    font-size: 20px;
    color: #da211b;
    background: #d1d1d1;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}

.content-box p span {
    float: right;
    background-color: black;
    padding: 3px 10px;
    font-size: 15px;
    color: white;
    border-radius: 3px;
}

.box-8,
.box-4 {
    width: 98%;
    background-color: #222222;
    height: 330px;
    padding: 10px;
    border-radius: 7px;

}

.nav2 {
    display: none;
}

.box-8 {
    margin-left: 10px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;

}

td,
th,
tr {
    text-align: left;
    padding: 12px;
    color: #ddd;
    border-bottom: 1px solid #81818140;
    font-size: 12px;
}

.circle-wrap {
    margin: 50px auto;
    width: 150px;
    height: 150px;
    background: #e6e2e7;
    border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #f7403b;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(126deg);
}

@keyframes fill {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(126deg);
    }
}

.circle-wrap .inside-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    line-height: 130px;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    z-index: 0;
    font-weight: 700;
    font-size: 2em;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    
    color: white;
}

.myyyicsss {
    font-size: 15px !important;
    padding: 10px 0px 10px 30px;
    font-family: arial !important;
    color: black !important;

}

.myyyicsss:hover {
    color: white !important;
    font-size: 18px;
    background-color: rgb(247, 111, 0) !important;
}

.newcss1 {
    margin: -15px 5px -35px 5px;
}

.icon-color {
    color: white !important;
}

.form-format {
    position: absolute;
    left: 30px;
    width: 90%;
    background-color: #fff59c;
    padding: 10px;
    border-radius: 5px;
}

.loginerror {
    text-align: center;
}

.atext {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    Line-height: 1px;
    text-align: center;
    color: black;
    text-wrap: nowrap !important;

}