* {
    margin: 0;
    box-sizing: border-box;
}

.item a {
    color: black;
    text-decoration: none;
}

@media (min-width:1200px) and (max-width:1800px) {

    .container {
        display: flex;
        height: auto;
    }

    .video-profile {
        width: 20%;
        height: auto;
        padding-top: 40px;
        border-right: 2px solid lightgray;
    }

    .profile-name {
        font-family: 'Roboto', sans-serif;
        height: 29%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .b {
        height: 70px;
        width: 70px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.814);
        font-size: 60px;
        border-radius: 50%;
        font-weight: bold;
        box-shadow: 0px 2px 2px gray;
    }

    .balmiki {
        font-size: 28px;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0 0 0;
        font-weight: bold;
    }

    .id-num {
        font-size: 15px;
        margin-top: 10px;
    }

    .menu {
        width: 100%;
        height: auto;
        border-left: 2px solid lightgray;
    }

    .menu ul {
        width: 100%;
        height: 100%;
        margin-top: 40px;
    }

    .menu ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 55px;
        font-size: 17px;
        font-family: 'Roboto', sans-serif;
    }

    .current {
        color: blue;
    }

    .menu-list ul .item:hover {
        cursor: pointer;
        color: blue;
    }

    .logo-place {
        height: 10%;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-place img {
        height: 70px;
        box-shadow: 0px 0px 1px gray;
    }

    .menu-name {
        display: flex;
        align-items: left;
        width: 60%;
    }

    .item span {
        padding: 0 10px;
    }

    .item i {
        font-size: 20px;
        padding: 0 10px;
    }

    /*CSS for right part of the calender  */
    .right-part {
        width: 100%;
        margin-top: 20px;
    }

    .right-part nav {
        padding: 10px 20px;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
    }

    .date-calender {
        height: 300px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .date-calender .date {
        /* margin-top: 20px; */
        height: 75%;
        width: 45%;
        box-shadow: 0px 2px 2px gray;
        padding: 10px 10px;
        font-family: 'Roboto', sans-serif;
        border-top: 1px solid lightgray;

    }

    .date-calender .exam {
        height: 65%;
        width: 100%;
        margin-top: 10px;
        display: flex;
    }

    .exam-date {
        padding: 5px 5px;
        width: 25%;
        border: 0.5px solid rgba(0, 0, 0, 0.522);
        margin: 0 5px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'Roboto', sans-serif;

    }

    .exam-date p {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .edit-btn {
        height: 25px;
        width: 100%;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: right;
        padding: 0 10px;
    }

    .edit-btn .btn {
        border: none;
        background-color: green;
        color: white;
        border-radius: 1px;
    }

    .edit-btn .btn:hover {
        cursor: pointer;
    }


    .date-calender .calender {
        border-top: 1px solid lightgray;
        padding: 10px 10px;
        font-family: 'Roboto', sans-serif;
        height: 75%;
        width: 45%;
        margin-left: 30px;
        box-shadow: 0px 2px 2px gray;
        font-size: 20px;
    }

    .month i {
        margin: 0 7px;
        font-size: 20px;
        transition: 0.3s all;
    }

    .month i:hover {
        color: blue;
        font-size: 25px;
        cursor: pointer;
    }

    .calender .January {
        height: 65%;
        width: 100%;
        font-family: 'Roboto', sans-serif;

    }

    table tr th {
        padding: 0px 15px;
        font-size: 13px;
    }

    table tr td {
        padding: 8px 15px;
        font-size: 13px;
        text-align: center;
        margin: 0 4px;
    }

    table tr .sat {
        color: red;
        font-weight: bold;
    }


    /* CSS for Bachlore */
    .bachlore-date {
        height: 400px;
        width: 100%;
        padding: 10px 10px;
        display: flex;
    }

    .all-date {
        width: 70%;
        height: 100%;
        box-shadow: 0px 2px 2px gray;
        border-top: 0.5px solid rgba(0, 0, 0, 0.582);
        font-family: 'Roboto', sans-serif;

    }

    /* table */
    .all-date table {
        width: 100%;
        padding: 10px 0;
    }

    .head {
        height: 70px;
        padding: 10px 0;
        font-size: 17px;
    }

    .head th {
        height: 70px;
        width: 20%;
        font-size: 16px;
        padding: 15px 0;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;

    }

    .sem {
        height: 70px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;

    }

    .announcement {
        border-top: 0.5px solid rgba(0, 0, 0, 0.582);
        margin-left: 20px;
        width: 25%;
        height: 100%;
        box-shadow: 0px 2px 2px gray;
        padding: 10px 10px;
        font-family: 'Roboto', sans-serif;


    }

    .announcement div {
        margin-top: 10px;
        width: 100%;
        height: 85%;
        background-color: gray;

    }

    .announcement div section {
        width: 100%;
        height: 1px;
        background-color: black;
        margin-top: 20px;

    }

    .upload {
        width: 100%;
        text-align: right;
        margin-top: 2px;
        font-family: 'Roboto', sans-serif;
    }

    .upload:hover {
        cursor: pointer;
        color: blue;
        text-decoration: underline;
    }
}