.gray {
  background: #f5f5f5ca; }

.yellow {
  background: #f2a62c; }
.blue {
  background: #01579b; }
.orange {
  background: #b6862d; }
.red {
  background: #ff8a80; }
  .white {
    background: white;
  }

  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    display: none; /* Hidden by default */
}
.scroll-to-top.show {
    display: block; /* Show when scrolled down */
}

  .full-page {
    height: 100vh;
    display: flex;
    justify-content: left;
    align-items: left;

    text-align: left; 
}

section {
  height: 100vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent scrollbars from overflowing */
}

#section1 { background: #004d40; 
  background-image: url('../img/bg2.png');
 background-repeat: no-repeat;
 background-size:contain;
 background-position: right; 
 justify-content: left;
  align-items:start;}


      .changeChip {
    background-color: #004d40;
    color: white;
  }

  .circleCenterFix {
    margin-left: auto;
    margin-right: auto;
  }

  .landingBackground {
    background-color:#025732 ; 
   padding-bottom: 200px;
    background-image: url('../img/bg2.png');
background-repeat: no-repeat;
background-size:contain;
background-position: right; 
  } 
  md-fab-toolbar {
    position: fixed;
    bottom: 20px; /* Adjust spacing from the bottom */
    right: 20px;  /* Adjust spacing from the right */
  }
  .circleLetter {
    background-color: #004d40;
  }

  .comCard {
    min-height: 200px;
    min-width: 220px;
    max-width: 220px;
   }

  .tlimgfix {
    max-height: 145px;
     object-fit: cover; 
     object-position: center;
  }
  
   .text-center {
    margin: 0;
    padding:0;
    text-align: center;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
}  
df-messenger {
  --df-messenger-bot-message: gray;
  --df-messenger-button-titlebar-color:#025732;
  --df-messenger-chat-background-color: #fafafa;
  --df-messenger-font-color: white;
  --df-messenger-send-icon: #878fac;
  --df-messenger-user-message: #b6862d;                  
}  
  .textClip {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-chips md-chip {
  fill: rgba(255, 255, 255, 0.87);
  cursor: pointer;

}
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    width: auto;
  }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px;
  }
  .selectdemoSelectHeader md-input-container {
    min-width: 200px;
  }

  .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #004d40; ; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .registerCard {
    margin-top: -1%;
    min-width: 450px;
   max-width: 450px;}

   .circleCard {
    min-width: 220px;
   }

   .tlCard {
    min-width: 500px;
   max-width: 500px;}

  .loginCard {
     min-width: 300px;
    max-width: 300px;}

  .newsContent {
    margin-right: auto; 
    margin-left: auto; 
    margin-bottom: 3%;
   }

   .demo-dialog-content {
    padding: 0 15px;
    width: 100%;
    min-height: 100vh;
  }

  .newsImg {
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    box-sizing: content-box; 
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    width: 10%;
  }

  .knowImg {
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    box-sizing: content-box; 
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    width: 12%;
  }

  md-sidenav.md-locked-open {
    width: 200px;
    min-width: 200px;
    max-width: 200px;   }

  .groupImg{
    width: 25%;
  }

  .groupChat {
    border-radius: 50%;
    padding-top: 2px;
    border: none;
    color: white;
    text-align: center;
    font: 24px Arial, sans-serif;
  }

  .groupNum {
    border-radius: 50%;
    margin: auto;
    width: 40px;
    height: 40px;
    padding: 4px;
    background:#01579b;
    border: none;
    color: white;
    text-align: center;
    font: 30px Arial, sans-serif;
  }
  .dateSquare {
    margin: auto;
    min-width: 40px;
    height: 40px;
    padding: 4px;
    background:#01579b;
    border: none;
    color: white;
    text-align: center;
    font: 15px Arial, sans-serif;
  }
  .groupLetter {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 2px;
    background: #004d40; ;
    border: none;
    color: white;
    text-align: center;
    font: 18px Arial, sans-serif;
  }

  .groupBio {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 2px;
    font-stretch: condensed;
    background: orange;
    border: none;
    color: white;
    text-align: center;
    font-family:cursive;
    font-size: 28px;
  }
  .md-chips{
    box-shadow: 0 0px !important;
  }
  
a {
color: #2ec19b;
  }

  
  .dotBlank {
    height: 36px;
    width: 36px;
    background-color:#2ec19b;
    border-radius: 50%;
    text-align: center;
    color: whitesmoke;
    font-weight: 700;
    align-items: center;
    display: inline-block;
    font-size: 1.8em;
  }

  .dot {
    height: 40px;
    width: 40px;

    text-align:center;
    color: whitesmoke;
    font-weight: 700;
    display: inline-block;
    font-size: 1.2em;
  }

  .cardbackground {
    background-image: url("../img/cb2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
   }

  .groupCenterFix {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .groupCenter {
    display: block;
    margin-left: 5%;
    margin-top: 15%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
  .center {
    display: block;
    margin-left: auto;
    padding-left: 5%;
    margin-right: auto;
  }
  .md-no-underline span  {
    color: teal; 
  }
  .md-cardfix2 {
    border-radius: 0px 0px 0px 0px;
  }
  .md-cardfix {
    border-radius: 10px 10px 10px 10px;
  }
  md-card {
    border-radius: 10px 10px 10px 10px;
  }
  .Newinput {
    border-radius: 10px 10px 10px 10px;
  }

md-card .md-card-image {
    border-radius: 10px 10px 10px 10px;
    width: 60%;
   }

  .md-raised {
    border-radius: 18px 18px 18px 18px;
    padding-left: 15px;
    padding-right: 15px;
  }


.smallScreen {
  padding-top: 7px; 
  width: 5%;
}

 md-toolbar-fixed {
  box-shadow: 0px 5px 5px -3px #111;    
}

 .full {
    padding: 0 6px 0 6px;
         margin: 6px 8px 6px 8px;
    min-width: 95%;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    border: none;
    outline: none;
  }



          @media screen and (min-width: 500px) {
            .padding-fix {
              padding-top: 10px;
            }
       
          .md-dialog-fix  {
            min-width: 900px; 
            max-width: 900px;
            min-height: 800px;
          }  
     
        }

  
        .userGrey {
          background-color: lightgray;
        }

       
        .mytoolbar {
          position: fixed;
          top: 0px;
        }
        .label {
          color: white;
          padding: 8px;
        }
        @media only screen and (max-width: 850px) {

        .groupCenter {
          display: block;
          margin-left: 1%;
          margin-top: 1%;
          margin-bottom: 1%;
          margin-right: 1%;
        }
      }
        @media only screen and (max-width: 600px) {

          .center {
            display: block;
            margin-left: 0%;
            padding-left: 0%;
            margin-right: 0%;
          }

                .md-button.md-fab.md-fab-bottom-right {
            top: auto;
            right: 20px;
            bottom: 60px;
            left: auto;
            position: absolute; }

          .smallScreen {
            padding-top: 10px; 
            width: 20%;
          }      
    .shrinkListText {
    max-width: 200px;
    }
        }
      
        .success {background-color: #4CAF50;} /* Green */
        .info {background-color: #2196F3;} /* Blue */
        .warning {background-color: #ff9800;} /* Orange */
        .danger {background-color: #f44336;} /* Red */
        .other {background-color: #e7e7e7; color: black;} /* Gray */
        .content-desktop {display: block;}
        
.content-mobile {display: none;} 
        @media screen and (max-width: 768px) {
          .groupImg{
            width: 15%;
          }
          .circleCard {
            min-width: 95%;
           }
           .mentorCard {
            min-width: 98%;
           }
           .comCard {
            min-height: 200px;
            min-width: 95%;
            max-width: 95%;
           }

          .groupCenter {
            display: block;
            margin-left: 5%;
            margin-top: 30%;
            margin-bottom: 1%;
            margin-right: 5%;
          }
          .landingBackground {
            background-color:#025732; 
            height: 100%; 
            background-image: none;
        background-repeat: no-repeat;
        background-size:contain;
        background-position: right; 
          }
          .newsContent {
            margin-right: 0%; 
            margin-left: 0%; 
            background-color: white; 
            border-right: lightgray; 
            border-left: lightgray; 
            border-width: 0px 1px; 
            border-style: solid;
          }

          .tlimgfix {
            max-height: 600px;
             object-fit: cover; 
             object-position: center;
          }

          .content-desktop {display: none;}
          .content-mobile {display: block;}

          .loginCard {margin-top: 1%;
            min-width: 300px;
          max-width: 300px;}
          
                 .registerCard {margin-top: 1%;
            min-width: 350px;
          max-width: 350px;}
          
        }

          md-grid-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
          }

          .#004d40; Text {
            color: #004d40; ;              }

            .text-divider{margin: 1.5em 0; line-height: 0; text-align: center;}
            .text-divider span{background-color:white; padding:.5em; text-align: top;}
            .text-divider:before{ content: " "; display: block; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #f7f7f7;}
            .container{max-width:1170px; margin:auto;}
            img{ max-width:100%;}


            .custom-file-input::-webkit-file-upload-button {
              visibility: hidden;
            }
            .custom-file-input::before {
              content: 'Select file';
              display: inline-block;
              background: linear-gradient(top, #f9f9f9, #e3e3e3);
              border: 1px solid #999;
              border-radius: 3px;
              padding: 5px 8px;
              outline: none;
              white-space: nowrap;
              cursor: pointer;
              text-shadow: 1px 1px #fff;
              font-weight: 700;
              font-size: 10pt;
            }
            .custom-file-input:hover::before {
              border-color: black;
            }
            .custom-file-input:active::before {
              background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
            }

            
            