/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16-Jan-2025, 12:13:04 pm
    Author     : User
*/


@media only screen and (max-width: 400px) and (min-width: 300px) {

    .row h3 {
        color: whitesmoke;
        font-size: 17px;
        padding-left: 0;
        margin-left: 0;

    }

    .Container {
        width: 100%;
    }

    #notificationContainer {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 450px) and (min-width: 401px) {

    .row h3 {
        color: whitesmoke;
        font-size: 20px;
        padding-left: 0;
        margin-left: 0;

    }

    .Container {
        width: 100%;
    }

    #notificationContainer {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 700px) and (min-width: 451px) {

    .row h3 {
        color: whitesmoke;
        font-size: 25px;
        padding-left: 0;
        margin-left: 0;

    }

    .Container {
        width: 100%;
    }

    #notificationContainer {
        margin-left: 1%;
    }
}

@media only screen and (max-width: 299px) and (min-width: 200px) {

    .row h3 {
        color: whitesmoke;
        font-size: 10px;
        padding-left: 0;
        margin-left: 0;


    }

    .Container {
        width: 100%;
    }

    #notificationContainer {
        margin-left: 1%;
    }
}

html {
    overflow-x: hidden;
}

.t2 {
    font-size: 100%;
    color: white !important;
}

.t2:hover {
    background-image: linear-gradient(to bottom right, rgb(98, 98, 245), white);
    text-transform: uppercase;
    font-weight: bold;
    color: black !important;
}

.t2:hover #menu_icon {
    color: black !important;
}

.dropdown:hover {
    /* background-image: linear-gradient(to bottom right, rgb(98, 98, 245), white); */
    /* text-transform: uppercase; */
}

.dropdown:hover .dropdown-toggle {
    font-weight: bold;
    color: white !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    text-transform: none;
}

.dropdown-menu .dropdown-item:hover {
    background-image: linear-gradient(to bottom right, rgb(98, 132, 245), white);
    /* text-transform: uppercase; */
}

.dropdown-menu {
    margin-top: 0;
}

.menu li {
    display: inline-block;
    font-family: Arial;
    padding-right: 0%;
}

.menu {
    /* padding:0%; */
    margin-bottom: 0%;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    color: white;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

#notification_li {
    position: relative;
    padding-top: 0.6rem;
    margin-left: 20px;
}

#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow-x: scroll;
    position: absolute;
    top: 45px;
    margin-left: -190px;
    width: 300px;
    height: 400px;
    z-index: 1;
    display: none;
    /* Enable this after jquery implementation */
}

/* Popup Arrow*/
#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid black;
    border-color: transparent transparent white;
    margin-top: -20px;
    margin-left: 188px;
}

#notificationTitle {
    position: sticky;
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: #ffffff;
    z-index: 1000;
    width: 384px;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    padding: 33px 0px 0px 5px !important;
    min-height: 0px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 7px;
}

#notificationsBody div {
    font-family: 'Times New Roman', Times, serif;
    padding-left: 3px;
    font-size: 16px;
}

#notificationFooter {
    text-decoration: none;
    text-align: center;
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #dddddd;
}

/* #notification_count {
        padding: 3px 7px 3px 7px;
        background: #cc0000;
        color: #ffffff;
        font-weight: bold;
        margin-left: 10px;
        border-radius: 9px;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        position: absolute;
        margin-top: -5px;
        font-size: 10px;
    } */
/* #notification_count {
  padding: 1px 4px 1px 4px;
  background: #cc0000;
  color: #ffffff;
  font-weight: bold;
  margin-left: 8px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
  margin-top: 0px;
  font-size: 10px;
} */
#notification_count {
    padding: 1px 4px 1px 4px;
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 8px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    position: absolute;
    margin-top: -8px;
    font-size: 10px;
}

.notification {
    font-weight: bold;
    color: black;
}