       body {
            font-family: 'Montserrat', sans-serif; /* Set Google Font */
            background-color: #EEEEEEC2; /* Optional: Light background for the body */
            width: 85%;
            margin-left:8%;

        }

        .bold{
            font-weight: 700;
        }

          .password-container {
            position: relative;        
        }
          .toggle-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }

        .customtb{
            background-color: #07738F;
            min-height: 151px;
            width: 100%;
        }

        .gradimg{
            width: 100%;
            border-radius: 15px;
            height: 90%;
            height:400px;
        }

          .toggle-iconplatform {
            position: absolute;
            right: 20px;
            top: 53%;
            cursor: pointer;
        }
          .toggle-iconverify {
            position: absolute;
            right: 22px;
            top: 73%;
            transform: translateY(-50%);
            cursor: pointer;
        }

          .toggle-iconplatformedituser {
            position: absolute;
            right: 20px;
            top: 68%;
            cursor: pointer;
        }
          .toggle-iconverifyedituser {
            position: absolute;
            right: 22px;
            top: 95%;
            transform: translateY(-50%);
            cursor: pointer;
        }
        
      .check{
        width: auto;
        display: inline-block;
        margin-left: 20px;
      }

    .lighter{
        background-color: #F2F2F2B8;
    }

  .notes-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 20px;
      width: 100%;
      max-width: 1200px;
      margin-top: 20px;
    }

    .exp{
        font-size:12px;color:gray;
    }

    .borders{
        border: 1px solid #c8c6c691;
      border-radius: 10px;
      width: 100%;

    }

    .note-card {
      background-color: #ffffff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }


     .navbar-expand-lg .navbar-nav .nav-link{
       text-align: center !important;
    }
        
    .note-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .note-header {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      margin-bottom: 10px;
      color: #555;
    }

    .note-title {
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }

    .note-date {
      font-size: 14px;
      color: #aaa;
    }

    .note-content {
      font-size: 16px;
      line-height: 1.6;
      color: #444;
      margin-bottom: 20px;
    }

    .note-footer {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
    }
    .newsimg{
        border-radius: 15px;width: 100%;
        object-fit: cover;
        min-height: 200px;
        max-height: 200px;
    }

        .newshead{
            font-size: 20px !important;min-height: 160px;
        }

        .file-upload-wrapper {
            display: inline-block;
            position: relative;
            text-align: center;
        }

        .file-upload-wrapper input[type="file"] {
            display: none;
        }

        .custom-file-upload {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 12px 24px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 8px;
            text-transform: uppercase;
            transition: background-color 0.3s ease;
        }

        .custom-file-upload:hover {
            background-color: #0056b3;
        }


        .editor-container {
            margin-top: 20px;
        }
        #editor {
            width: 100%;
            min-height: 350px;
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 4px;
            background-color: #fff;
            overflow-y: scroll;
            line-height: 1.5;
        }
        .editor-container button {
            background-color: #bdbdbd;
            border: none;
            padding: 8px;
        }
        .editor-container button:hover {
            background-color: gray;
        }
        .editor-container button:focus {
            outline: none;
        }

        .file-upload-wrappers {
            margin: 20px 0;
        }
        .custom-file-uploads {
            display: inline-block;
            padding: 6px 12px;
            cursor: pointer;
            border: 1px solid #ccc;
            background-color: #f7f7f7;
            border-radius: 4px;
        }
        .file-namess {
            list-style-type: none;
            padding: 0;
        }
        .file-namess li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 5px 0;
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
            background-color: #f7f7f7;
        }
        .remove-files {
            cursor: pointer;
            color: red;
            font-weight: bold;
        }
        

        .file-names {
            display: block;
            margin-top: 10px;
            font-size: 14px;
            color: #333;
            max-width: 300px;
            margin: 10px auto;
            text-align: left;
            word-wrap: break-word;
        }

        .file-names li {
            list-style-type: none;
            margin: 5px 0;
        }
 
         .custom-file-label{
            display: inline-block !important;
            width: 100%;
        }

         .documentstyle{
          background-color: #5a8072;
          padding: 12px;
          display: inline-block;
          color: white;
          border-radius: 5px;
          margin-left: 15px;
          width: auto;
        }

        .documentstyle:hover{
            color:white;
        }

        .removeicon{
             color: red;
              margin-top: -5px;
              display: inline-block;
              font-size: 20px;
            position: absolute;
              margin-left: -13px;
        }
        .removeicon:hover{
            color: #e6936b;
            border-radius: 50%;
            font-size: 20px;
        }

    .pagination {
        display: inline-block;
        margin-top: 10px;
    }

    .pagination_link {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        border: 1px solid #ddd; 
        margin: 0 4px;
        cursor: pointer;
    }

    .pagination_link.active {
        background-color: #4CAF50; 
        color: white;
        border: 1px solid #4CAF50;
    }

    .pagination_link:hover:not(.active) {
        background-color: #ddd; 
    }


.table-container {
    width: 100%;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: left;
}

.responsive-table th, .responsive-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    vertical-align: top;
}

.responsive-table th {
    cursor: pointer;
    background-color: #f4f4f4;
    font-weight: bold;
}

.responsive-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Search box styling */
.search-box {
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Pagination styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.pagination button {
    padding: 8px 12px;
    margin: 0 5px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.pagination button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


/* Mobile responsiveness */
@media (max-width: 600px) {
    .responsive-table th, .responsive-table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    .pagination button {
        padding: 6px 10px;
        font-size: 14px;
    }
}


        .carouselinfo{
        z-index: 999999999999;
        position: absolute;
        top: 2px;
        height: 600px;
        left: 60px;
        width: 626px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
        padding: 20px;     
        }

        .carouselh2{
            color: #07738F;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 45px;
        }
        .carouselh1{
            color: black;
            font-size: 65px;
            font-weight: 700;
        }

        .headercta{
         color: white;
          background: #07738F;
          font-size: 20px;
          font-weight: 700;
          padding: 25px;
          display: inline-block;
          border-radius: 8px;
          width: 311px;
          margin-top: 60px;
          vertical-align: unset;
          text-align: -webkit-center;
        }

        .headercta:hover{
            opacity: 0.8;
            color: white;
            text-decoration: none;
        }

        .row{
            margin-right: 0px;
            margin-left: 0px;
        }

        .legtlgmenu p{
            font-size: 14px;
            border-bottom: 1px !important;
        }

        @keyframes disappear {
          0% {
            opacity: 1;
          }
          100% {
            opacity: 0;
            visibility: hidden; /* Optional: Make the element non-interactive */
          }
        }   
        
        .errormessage{
            position: absolute;
          border: 1px solid black;
          padding: 15px;
          top: 15%;
          left: 43%;
          background-color: black;
          color: white;
          font-weight: 700;
          border-radius: 10px;
          z-index: 1;
          animation: disappear 3s forwards;
        }   

        .nav-item{
            font-size: 15px;
        }

        .navbar {
            background-color: #F2F2F236; /* Navbar background */
            color: black; /* Text color */
            padding: 15px 30px; /* Padding for the navbar */
        }
        .navbar-brand img {
            width: 250px; /* Adjust logo size */
        }
        .carousel-item img {
            width: 100%; /* Make images responsive */
            height: 390px; /* Maintain aspect ratio */
            object-fit: cover;
        }

        .objectfit{
            object-fit: cover;
        }

        .homep{
            font-size: 17px;
        }

        .homepbsmall{
            font-size: 15px;
            line-height: 25px;
        }

        .pagehead{
            font-weight: 700;
            font-size: 20px;
            line-height: 25px;
            text-align: center;

        }

        .nav{
            background-color: #F2F2F2B8;
        }

        .sidebar{
            background-color: #F2F2F2B8;
        }

        .sidebar a{
            color: #000000;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            margin-top: 12px;
            display: inline-block;

        }

        .login{
            border: 1px solid #07738F;
            color: #07738F;
            font-weight: 700;
            padding: 10px;
            vertical-align: bottom;
            border-radius: 5px;
            margin-left: 15px;
        }

        .bluecta{
            background-color: #07738F;
            border: 1px solid #07738F;
            padding: 15px;
            border-radius: 5px;
            color: white;
            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            width: 212px;
            min-height: 50px;
            margin: 10px;
            display: inline-block;
            text-align: center;
        }

        .bluectasmall{
            background-color: #07738F;
            border: 1px solid #07738F;
            padding: 10px;
            border-radius: 5px;
            color: white;
            font-size: 12px;
            font-weight: 700;
            display: inline-block;
            text-align: center;
        }
        .bluectasmall:hover{
            color:white;
            opacity: 0.8;
        }

        #breadcrumb{
          margin-left: 137px;
          margin-top: 12px;
          margin-bottom: 0px;

        }

        #breadcrumb a{
            display: inline-block;
            width: auto;
            cursor: pointer;
            color: black;
        }
        #breadcrumb a:first-child { 
            text-decoration: underline; 
        }

        .breadarrow{
            color: gray;
              font-size: 13px;
              margin-left: 7px;
              margin-right: 11px;
        }

        .input{
            border: 1px solid #CCCCCC;
            border-radius: 5px;
            height: 33px;
        }

        .helplink{
            font-size: 13px;
            color: #07738F;
            line-height: 15px;
            text-decoration: underline;
            margin-right: 35px;
            display: inline-block;
        }

        .resourcehead{
            background-color: #F2F2F2;
            padding: 15px;
        }

        .paginationcta{
            padding: 14px;
              border: 1px solid #07738F;
              border-radius: 8px;
              margin-left: 5px;
              margin-right: 5px;
              cursor: pointer;
              color: #07738F;
              display: inline-block;
        }

        .paginationctaactive{
            padding: 14px;
              border: 1px solid #07738F;
              border-radius: 8px;
              margin-left: 5px;
              margin-right: 5px;
              cursor: pointer;
              color: white;
              background-color: #07738F;
              display: inline-block;
        }

        .supportimages{
            width: 915px; 
        }


        .h2black{
            font-size: 17px;
            font-family: 'Baloo Thambi 2', sans-serif;
            line-height: 22px;
            color: black;
            font-weight: 700; 
        }

        .h2blackc{
            font-size: 25px;
            font-family: 'Baloo Thambi 2', sans-serif;
            line-height: 22px;
            color: black;
            font-weight: 700; 
        }

        .h2blackcl{
            font-size: 25px;
            font-family: 'Baloo Thambi 2', sans-serif;
            line-height: 22px;
            color: black;
            font-weight: 700; 
            text-align: left;
        }


        .h2white{
            font-size: 22px;
            line-height: 22px;
            color: #FFF;
            font-weight: 700;
        }
        .h2blue{
            font-size: 22px;
            line-height: 22px;
            color: #07738F;
            font-weight: 700;
        }

        .h2bluebalo{
            font-size: 22px;
            font-family: 'Baloo Thambi 2', sans-serif;
            line-height: 22px;
            color: #07738F;
            font-weight: 700;
            display: inline-block;

        }

        .h2blue:hover{
            color: #07738F;
        }

        h1{
            font-family: 'Baloo Thambi 2', sans-serif;
            font-weight: 700;
            font-size: 45px;
            line-height: 69px;
        }

        h1 span{
            color: #07738F;

        }

        h2{
            font-family: 'Baloo Thambi 2', sans-serif;
            font-size: 30px;
            line-height: 40px;
            text-align: center;
            font-weight: 700;
        }

        h2 span{
            color: #07738F;

        }

        .bluecta:hover{
            background-color: #07738F;
            color: white;
            opacity: 0.8;
        }
        .orangecta{
            background-color: #FFA915;
            border: 1px solid #FFA915;
            padding: 15px;
            border-radius: 5px;
            color: white;
            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            width: 200px;
            height: 50px;
            margin: 10px;
            display: inline-block;
            text-align: center;
        }

        .orangecta:hover{
            background-color: #FFA915;
            color: white;
            opacity: 0.8;
        }
        .whitecta{
            background-color: white;
            border: 1px solid white;
            padding: 15px;
            border-radius: 5px;
            color: #07738F;
            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            width: 200px;
            height: 50px;
            margin: 10px;
            display: inline-block;
            text-align: center;
        }

        .whitecta:hover{
            background-color: white;
            color: #07738F;
            opacity: 0.8;
        }
        .transcta{
            background-color: transparent;
            border: 1px solid white;
            padding: 15px;
            border-radius: 5px;
            color: white;
            font-size: 17px;
            line-height: 20px;
            font-weight: 700;
            width: 200px;
            height: 50px;
            margin: 10px;
            display: inline-block;
            text-align: center;
        }

        .transcta:hover{
            background-color: white;
            color: #07738F;
            opacity: 0.8;
        }

        .hometwoboxleft{
            background: linear-gradient(to bottom, #07738F 1000%, #40B2CF 0%); height: 583px;
        }

        .whitehead{
            font-weight:700;font-size:55px;line-height:35px;color: white; padding: 80px;
            font-family: 'Baloo Thambi 2', sans-serif;
            margin-left: 45px;

        }

        .whiteboxtext{
            font-size:22px;font-weight:300;line-height:35px;color:white; width: 80%; margin-left: 70px;
        }

        .

        {
            border: 1px solid #CFCFCF;
            border-radius: 15px;
        }

        .box{
            border: 1px solid #E8E8E8;
            border-radius: 15px;
            width: 510px;
        }

        .boxbecome{
            border: 1px solid #CFCFCF59;
            border-radius: 15px;
            padding: 0px;
        }

        .boxwhite{
            border: 1px solid #CFCFCF;
            border-radius: 15px;
            background-color: white;
            min-height: 540px;
            height: auto;
        }

        .boxwhite img{
            border-radius: 15px;
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .boxheader{
            font-family: 'Baloo Thambi 2', sans-serif;
            color: #07738F;
            font-weight: 700;
            font-size: 25px;
            line-height: 25px;
            
        }

            .role-container{
                margin-top: 25px;
            }

            .role {
              float:left;
              width: 100%;

            }

            .name {
                width: 270px;
                display: inline-block;
            }

        footer{
            background-color: #272727;
            min-height: 300px;
            color: #CCCCCC !important;
            font-size: 14px;

        }

        .footerhead{
            font-size: 24px;
            font-weight: 700;
            line-height: 36.86px;
            text-align: left;
            color: #40B2CF;
            padding: 10px;
            margin-left: 30px;
            font-family: 'Baloo Thambi 2', sans-serif;

        }

        .footerlinks li {
            color: #CCCCCC !important;
            list-style-type: none;
        }
        .footerlinks li a{
            color: #CCCCCC !important;
            list-style-type: none;
        }
        .footerlinks li a:hover{
            color: gray !important;
            list-style-type: none;
        }

        .mobilemenu{
         display: none;
        }

        .boxheadblue{
            font-weight:700;font-size:30px;color: #07738F;float: left;padding: 10px;
        }

        .boxheadorange{
            font-weight:700;font-size:30px;color: #FFA915;float: left;padding: 10px;
        }
