@media screen and (min-width: 600px) {
#hidedesktop {
    display: none;
}
}

@media screen and (max-width: 600px) {
#hidemobile {
    display: none;
}
}

/* DASHBOARD */

.side-nav {
  background-color: #fff; /* Light mode background color */
  color: #333; /* Light mode text color */
  position: fixed;
  overflow-x: hidden;
  height: 100%;
}

/*.nav-link p, .nav-link i{
    background-color: transparent;
    color: #333;
}
.nav-item:hover, .nav-link p:hover {
    background-color: #d2cad6;
    color: #fff;
}*/

#dark-mode {
    color: #fff;
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.toggle-checkbox {
  display: none;
}

.toggle-label {
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
}

.toggle-label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

.toggle-checkbox:checked + .toggle-label {
  background-color: #000; /* Dark mode background color */
}

.toggle-checkbox:checked + .toggle-label:before {
  transform: translateX(20px);
  /* Dark mode icon position */
  background-color: #fff; /* Dark mode icon color */
}

.content1 {
    padding: 20px 20px;
}

.content2 {
    padding: 0 0;
}

.row-content {
    display: flex;
    flex-direction: row;
}

center-content {
    align-items: center;
    justify-content: center;
}

.column-content {
    display: flex;
    flex-direction: column;
}

.sub-content {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 20px;
}

.link-right {
    padding-left: 1250px;
}

.button-see-all {
    float: left;
    color: #000181;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.atitle{
    font-size: 24px;
    font-family: verdana;
    color: #000;
}

.btitle{
    font-size: 24px;
    font-family: helvetica;
    color: #040C49;
    font-weight: bold;
}

.squarebox {
    max-width: 80%;
    height: 20%;
    padding: 50px;
    margin: 20px;
    background: #EBEEFD; /* #6972FF #FD6774 (pink circle) #C53F3F / #cf3030 (red icon) 040C49 (very drak blue) #000181 (welcome blue) */
    border-radius: 25px;
    font-family: Trebuchet MS;
}

.inner h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #c40b56;
    text-align: center;
}

.inner h2 {
    text-align: center;
    font-size: 20px;
    color: #201162;
    font-weight: bold;
}

.inner h4 {
    text-align: center;
    font-size: 18px;
    color: #201162;
    font-weight: bold;
}

.inner p {
    text-align: center;
    font-size: 14px;
}

.inner span {
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #4361ee;
    text-transform: uppercase;
}



.welcome-user{
    float: left;
    width: 100%;
    max-width: 1035px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    margin: 10px 20px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.welcome-user h1{
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #c40b56;
    text-align: center;
}

.welcome-user span{
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #4361ee;
    text-transform: uppercase;
}

.welcome-user p{
    font-size: 14px;
    font-family: Trebuchet MS;
    color: #7f8c8d;
    font-style: italic;
    text-align: center;
}

.welcome-img{
    float: right;
    max-width: 300px;
    margin-top: -128px;
    transition: transform .5s ease;
    filter: drop-shadow(5px 5px 5px #64646F33);
    z-index: 3;
}

.welcome-img:hover {
    transform: scale(1.1);
}

.profile{
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    color: #000181;
    text-align: left;
    padding: 10px 15px 0;
}

.profile2{
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    color: darkmagenta;
    text-align: left;
    padding: 0 15px 10px;
}

.noti{
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    color: #000181;
    text-align: left;
    padding: 10px 15px 0;
}

.column-user {
    float: right;
    width: 100%;
    max-width: 497px;
    height: auto;
    padding: 15px 10px 5px;
    margin: 10px 20px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.column-user h2 {
    text-align: center;
    font-size: 20px;
    color: #201162;
    font-weight: bold;
}

.column-user p {
    text-align: center;
    font-size: 14px;
}

.overview-bg {
    float: left;
    width: 100%;
    max-width: 1035px;
    height: 450px;
    padding: 30px 30px;
    margin: 10px 20px 0;
    background: #FFF;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 10px solid #c40b56;
    display: flex;
}

.overview-bg h2{
    font-size: 20px;
    color: #201162;
    font-weight: bold;
}

.overview-bg h3{
    font-size: 22px;
    color: #4361ee;
    font-weight: bold;
}

.overview-bg h4{
    font-size: 18px;
    color: #7f8c8d;
    text-align: left;
}

.smallbox {
    float: left;
    width: 220px;
    /* width: 100%; 
    max-width: 220px;*/
    height: 215px;
    padding: 30px 30px 20px;
    margin: 10px 0 10px 20px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.smallbox h1{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    max-width: 380px;
    text-align: center;
}
.smallbox h2{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    max-width: 380px;
    text-align: center;
    margin-bottom: 20px;
}
.smallbox h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    max-width: 380px;
    text-align: center;
}

.value-bg {
    float: left;
    /* width: 100%; */
    width: 500px;
    height: auto;
    padding: 30px 30px 20px;
    margin: 40px 20px 0;
    background: #FFF;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 8px solid #c40b56;
}

.value-bg h2{
    font-size: 20px;
    color: #201162;
    font-weight: bold;
    width: 80%;
    max-width: 380px;
}
.value-bg h3{
    font-size: 20px;
    color: #7f8c8d;
    text-align: right;
    padding-right: 0;
}

.figure-bg {
    float: left;
    width: 100%;
    max-width: 363px;
    height: auto;
    padding: 30px 30px;
    margin: 20px 20px 10px;
    background: #FFF;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 5;
    border-top: 10px solid #201162;
}

.figure-bg h2{
    font-size: 20px;
    color: #201162;
    font-weight: bold;
}

.figure-bg h3{
    font-size: 20px;
    color: #7f8c8d;
    text-align: right;
    align-content: flex-end;
}

.bg-img{
    float: right;
    max-width: 300px;
    margin-top: -108px;
    z-index: 2;
}

.icon-img{
    width: 35px;
    height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-icon {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding-right: 20px;
}

.content-icon2 {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 20px;
    margin-left: 60px;
}

.content-icon2 {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 20px;
    margin-left: 60px;
}

.link-button{
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 30%;
    background: #fff;
    padding: 20px 20px 10px;
    margin: 20px 20px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.link-button p {
    text-align: left;
    margin-left: 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
}

.btn1 {
  background-color: #040C49;
  border: none;
  border-radius: 8px;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  margin: 10px 20px;
  width: 100%;
  max-width: 363px;
}

.btn1:hover {
  background-color: #c40b56;
  color: white;
}

.btn2 {
  color: #7f8c8d;
  
  text-align: center;
  text-decoration: none;
  font-style: italic;
  font-size: 16px;
  cursor: pointer;
  /*
  padding: 5px;
  margin: 4px 2px;
  */
}

.btn2:hover {
    color: #7209B7;
    font-weight: bold;
}

.widget-bg {
    background-color: #fff;
    height: auto;
    border-radius: 0;
    margin: 0 10px 20px; 
    padding: 10px 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    /* border: 5px solid #c40b56; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.widget {
    background-color: #040C49;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px;
    width: auto;
    cursor: move;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.widget:hover {
    cursor: move;
}

.circle-link {
    height: 40px;
    width: 40px;
    background-color: #040C49;
    border-radius: 50%;
    border-style: none;
    margin-bottom: 10px;
    position: fixed;
}

.link-user{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    height: 30%;
    padding: 20px 40px 20px 40px;
    margin-left: 20px;
    margin-right: 80px;
    margin-top: 40px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.link-user:hover {
    transform: scale(1.1);
}

.link-user1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    height: 30%;
    padding: 20px 40px 20px 40px;
    margin-left: 20px;
    margin-top: 40px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.link-user1:hover {
    transform: scale(1.1);
}

.link-user2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    height: 0%;
    padding: 20px 40px 20px 40px;
    margin-left: 20px;
    margin-right: 80px;
    margin-top: 40px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.link-user2:hover {
    transform: scale(1.1);
}

.link-user h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
    text-align: center;
}

.link-user1 h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
    text-align: center;
}

.link-user2 h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
    text-align: center;
}

.link-user p{
    font-size: 14px;
    font-family: Arial;
    color: #000;
    text-align: center;
}

.link-user1 p{
    font-size: 14px;
    font-family: Arial;
    color: #000;
    text-align: center;
}

.link-user2 p{
    font-size: 14px;
    font-family: Arial;
    color: #000;
    text-align: center;
}

.circle {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #040C49;
    border-radius: 50%;
    border-style: none;
    margin-bottom: 10px;
}

.circle-bg {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #FD6774;
    border-radius: 50%;
    border-style: none;
    margin-top: 15px;
    margin-bottom: 10px;
}

.circle0 {
    height: 30px;
    width: 30px;
    display: absolute;
    background-color: #7f8c8d;
    border-radius: 50%;
    border-style: none;
    margin-top: -10px;
    margin-bottom: auto;
}

.circle1 {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #FD6774;
    border-radius: 50%;
    border-style: none;
    margin-bottom: 10px;
}

.circle2 {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #cf3030;
    border-radius: 50%;
    border-style: none;
    margin-bottom: 10px;
}

.circle3 {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #6799fd;
    border-radius: 50%;
    border-style: none;
    margin-bottom: 10px;
}

.content-icon3 {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding: 30px 0px 20px;
    margin-left: 20px;
}

.link-explore{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 180px;
    padding: 20px 40px 20px 40px;
    margin-left: 0px;
    margin-right: 40px;
    margin-top: 0px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.link-explore:hover {
    transform: scale(1.1);
}

.link-explore h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
    text-align: center;
}

.link-explore p{
    font-size: 14px;
    font-family: Arial;
    color: #000;
    text-align: center;
}

.link-news{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 500px;
    padding: 20px 40px 20px 40px;
    margin-left: 0px;
    margin-right: 40px;
    margin-top: 0px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.link-news:hover {
    transform: scale(1.1);
}

.link-news h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
    text-align: center;
}

.link-news p{
    font-size: 14px;
    font-family: Arial;
    color: #000;
    text-align: center;
}

.news-img{
    width: 100px;
    height: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.content-button {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    padding-right: 20px;
}

.content-link{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 450px;
    height: auto;
    padding: 20px 40px;
    margin-left: 20px;
    margin-right: 40px;
    margin-top: 20px;
    background: #fff;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: transform .5s ease;
}

.content-link:hover {
    transform: scale(1.1);
}

.content-link h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS;
    color: #000;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
}

.content-link p{
    font-size: 14px;
    font-family: Arial;
    color: #000;
    text-align: left;
}

.content-circle {
    height: 70px;
    width: 70px;
    background-color: #040C49;
    border-radius: 50%;
    border-style: none;
}

.content-circle1 {
    height: 70px;
    width: 70px;
    background-color: #6799fd;
    border-radius: 50%;
    border-style: none;
}

.content-circle2 {
    height: 70px;
    width: 70px;
    background-color: #FD6774;
    border-radius: 50%;
    border-style: none;
}


.column1 {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row1::after {
  content: "";
  clear: both;
  display: table;
}
