*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h3{
    font-size: 24px;
    font-weight: 600;
}
label{
    font-size: 14px;
    font-weight: 500;
}
.justify-content-space-around{
  display: flex;
  justify-content: space-around;
}
.text-align-end{
  text-align: end !important;
}
.link-color a{
    color: #1A51A4;
    font-size: 17px;
    font-weight: 500;
}
.bg-white{
    background: #fff !important;
}
a:hover{
    text-decoration: none;
}
.text-sm{
    font-size: 13px;
}
.p-30{
    padding: 30px;
}
.mt-8{
  margin-top: 8px !important;
}
.mt-20{
  margin-top: 20px !important;
}
.mt-20-percent{
    margin-top: 20%;
}
.btn-primary-dark{
    background: #1A51A4;
}
.text-primary-dark{
    color: #1A51A4;
}
.text-white{
    color: #fff;
}
.text-red{
    color: #FF7121;
}
.input-border{
    border: 1px solid #1A51A4;
}
.text-align-center{
    text-align: center;
}
.login-img{
    width: 100%;
    height:100%;
    border-radius: 21px;
    padding: 20px;
    background: #fff;
}
.login-img img{
    width: 100%;
    padding: 30px;
}
.input-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.input-container input {
    width: 100%;
    padding-right: 30px; /* Space for the icon */
}
.border-right{
  border-right: 2px solid #000;
  margin-right: 5px;
}
.input-container i {
    position: absolute;
    right: 10px; /* Adjust as needed */
    font-size: 16px; /* Adjust size as needed */
    color: #AFAFAF; /* Adjust color as needed */
    padding-right: 15px;
}
/* .btn-hover input:hover{
    background-color: #fff;
} */
/* input[type="submit"]:hover {
    background-color: #fff; 
    color: #1A51A4;
} */
 /* General button styles */
 .btn-primary-dark {
    background-color: #1A51A4; /* Default background color */
    color: #fff; /* Default text color */
    border: none; /* Remove border */
    cursor: pointer; /* Change cursor to pointer */
}

/* Hover effect */
.btn-primary-dark:hover {
    background-color: #fff; /* White background on hover */
    color: #1A51A4 !important; /* Dark blue text color on hover */
}

/* Ensure padding and other styles */
input[type="submit"] {
    padding: 10px;
    font-size: 26px;
    font-weight: 700;
}
.social-icons ul{
    padding: 0;
  }
  .social-icons ul li{
    list-style-type: none;
  }
  .social-icons ul li a{
    text-decoration: none;
  }
  .dashboard-header {
  color: white;
}
/* .dashboard-header .welcome-section {
  font-family: Poppins, sans-serif;
} */
.card-custom {
  background: #E3EEFF;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.icon-container {
  background: #1A51A4;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-overlay {
  background: white;
  width: 23.33px;
  height: 23.33px;
  border-radius: 50%;
}
.text-primary {
  color: #1A51A4;
}
.card-body-custom {
  line-height: 29px;
}
.order-card {
  background: white;
  border-bottom: 1px solid #AEAEAE;
  /* border-radius: 8px; */
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  transition: transform 0.2s;
}
      .order-card:hover {
          transform: scale(1.01);
      }
      .order-icon {
          /* width: 40px; */
          /* height: 40px; */
          /* background: #1A51A4; */
          /* border-radius: 50%; */
          /* display: flex; */
          /* justify-content: center; */
          align-items: center;
          /* position: relative; */
          margin-right: 15px;
      }
      .order-icon div {
          width: 20px;
          height: 20px;
          background: white;
          border-radius: 50%;
          position: absolute;
      }
      .order-details {
          flex-grow: 1;
      }
      .order-details span {
          display: block;
      }
      .order-date {
          color: #505050;
          font-size: 10px;
      }
      @media (max-width: 600px) {
          .order-card {
              flex-direction: column;
              align-items: flex-start;
          }
          .order-icon {
              margin-bottom: 10px;
          }
      }

      .toolbar {
  font-size: 12px;
  font-weight: 600;
  font-family: poppins;
}

.nav-button img,
.date-display img,
.login-status img,
.logout-status img,
.tracking img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.date-display, .login-status, .logout-status, .tracking, .view-details {
  display: flex;
  align-items: center;
}

.view-details a {
  color: #007BFF;
  text-decoration: none;
}

.view-details a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .toolbar {
      flex-direction: column;
  }

  .view-details {
      margin-top: 10px;
  }
}

.title {
          color: #1A51A4;
          font-size: 1.2rem;
          font-weight: 700;
          margin-bottom: 10px;
      }

      .login-city {
          color: #ED1B24;
          font-size: 1rem;
          font-weight: 500;
      }

      .login-city strong {
          font-weight: 600;
      }

      
      .todo-box {
  margin-top: 20px;
  padding: 15px;
  /* background-color: #f9f9f9; */
  border: 1px solid #ddd;
  border-radius: 4px;
  /* color: #838383; */
  font-size: 14px;
  box-shadow: 0px 0px 4px rgba(26, 81, 164, 0.25);
  /* border-radius: 4px; */
  transition: transform 0.2s;
  font-weight: 400;
}
.todo-box:hover{
transform: scale(1.01);
}

      @media (max-width: 768px) {
          .container {
              width: 100%;
              padding: 15px;
          }

          .title {
              font-size: 1rem;
          }

          .login-city {
              font-size: 0.9rem;
          }

          .todo-box {
              font-size: 0.75rem;
          }
      }

      @media (max-width: 480px) {
          .title {
              font-size: 0.9rem;
          }

          .login-city {
              font-size: 0.8rem;
          }

          .todo-box {
              font-size: 0.7rem;
          }
      }
      
      li::marker {
  font-size: 1em; /* Adjust size as needed */
  color: #1A51A4 /* Change color if needed */
}

.form-container {
    width: 100%;
    background: white;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0,0,0,0.1); */
    overflow: hidden;
  }

  .form-header {
    background: #ECEDEE;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .form-header h2 {
    margin: 0;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
  }

  .form-header .close-btn {
    width: 15px;
    height: 15px;
    background: black;
    cursor: pointer;
    border-radius: 3px;
  }

  .form-body {
    padding: 20px;
  }

  .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .form-group label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
  }

  .form-group select {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #1A51A4;
    border-radius: 4px;
    background-color: white;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII, %3Csvg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7"%3E%3Cpath fill="%238F8F8F" d="M0 0l5 5 5-5z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 7px;
    cursor: pointer;
  }

  .form-group select:focus {
    outline: none;
    border-color: #1A51A4;
  }

  .form-footer {
    padding: 20px;
    /* border-top: 1px solid #1A51A4; */
  }

  .form-footer .total-target {
    font-size: 14px;
    color: #AFAFAF;
  }

  .form-footer .total-value {
    font-size: 15px;
    color: #AFAFAF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }

  .button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .button-group button {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s ease;
  }

  .button-group .draft-btn {
    border: 1px solid #1A51A4;
    background-color: white;
    color: #1A51A4;
  }

  .button-group .draft-btn:hover {
    background-color: #f0f4ff;
  }
  .button-group .draft-btn-danger {
    border: 1px solid #ED1B24;
    background-color: white;
    color: #ED1B24;
  }

  .button-group .draft-btn-danger:hover {
    background-color: #f0f4ff;
  }

  .button-group .send-btn {
    background-color: #1A51A4;
    color: white;
  }

  .button-group .send-btn:hover {
    background-color: #163d8a;
  }

  /* Responsive Design */
  @media (max-width: 600px) {
    .form-header h2 {
      font-size: 18px;
    }

    .form-group label {
      font-size: 14px;
    }

    .form-group select {
      font-size: 12px;
    }

    .form-footer .total-target,
    .form-footer .total-value {
      font-size: 12px;
    }

    .button-group button {
      font-size: 12px;
      padding: 8px 16px;
    }
  }
  input{
padding: 10px;
  font-size: 14px;
  border: 1px solid #1A51A4;
  border-radius: 4px;
  margin-bottom: 20px;
  }
  /* Input field styling */
  .input-with-image {
          background-image: url('/assets/images/modal-icon.svg'); /* Add your image URL here */
          background-repeat: no-repeat;
          background-position: 95% center; /* Align image */
          background-size: 20px; /* Size of the image */
          
          
          width: 100%; /* Adjust input width */
          
      }

      .input-with-image::placeholder {
          color: #aaa;
      }

       .upload-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
        }
        .upload-btn {
            width: 28px;
            height: 28px;
            background-color: #1A51A4;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }
        .upload-btn:before, .upload-btn:after {
            content: "";
            position: absolute;
            background-color: white;
        }
        .upload-btn:before {
            width: 12px;
            height: 2px;
        }
        .upload-btn:after {
            width: 2px;
            height: 12px;
        }
        .upload-text {
            font-family: Poppins, sans-serif;
            font-size: 14px;
            font-weight: 500;
            color: #333;
        }

        .card {
            background-color: white;
            box-shadow: 1px 1px 4px rgba(26, 81, 164, 0.15);
            border-radius: 15px;
            border: 1px solid #1A51A4;
            padding: 20px;
            overflow: hidden;
          }
      
          .card h2 {
            color: #1A51A4;
            font-size: 18px;
            font-weight: 600;
            margin: 0;
          }
      
          .card h2 span {
            color: #ED1B24;
          }
      
          .card .divider {
            border-top: 4px solid #E1E1E1;
            width: 100%;
            margin: 10px 0;
            position: relative;
          }
      
          .card .divider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 38px;
            border-top: 4px solid #ED1B24;
          }
      
          .card p {
            font-size: 14px;
            color: #686868;
            line-height: 1.8;
            text-align: justify;
            margin: 10px 0;
            background: #FAFAFA;
            padding: 15px;
            border-radius: 6px;
            border: 1px solid #838383;
          }
      
          /* Media Queries for smaller devices */
          @media (max-width: 768px) {
            .container {
              padding: 10px;
            }
      
            .card {
              padding: 15px;
            }
      
            .card h2 {
              font-size: 16px;
            }
      
            .card p {
              font-size: 13px;
              line-height: 1.6;
            }
          }
      
          @media (max-width: 480px) {
            .card h2 {
              font-size: 14px;
            }
      
            .card p {
              font-size: 12px;
            }
          }
          .header {
                  display: flex;
                  align-items: center;
                  font-size: 18px;
                  font-weight: 600;
              }
      
              .header span:last-child {
                  color: #ED1B24;
              }
      
              .header span:first-child {
                  color: #1A51A4;
              }
      
              .files-container {
                  display: flex;
                  gap: 20px;
                  flex-wrap: wrap;
                  margin-top: 20px;
              }
      
              .file-card {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  width: 100%;
                  max-width: 273px;
                  background-color: #FAFAFA;
                  border: 1px solid #1A51A4;
                  border-radius: 6px;
                  padding: 10px;
                  position: relative;
              }
      
              .file-card .file-info {
                  display: flex;
                  align-items: center;
              }
      
              .file-icon {
                  background-color: #1A51A4;
                  width: 30px;
                  height: 30px;
                  border-radius: 6px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-right: 10px;
              }
      
              .file-icon::before {
                  content: '\f15b';
                  font-family: 'FontAwesome';
                  color: white;
                  font-size: 16px;
              }
      
              .file-name {
                  color: #1A51A4;
                  font-size: 14px;
                  font-weight: 600;
              }
      
              .remove-icon {
                  width: 24px;
                  height: 24px;
                  background-color: #ED1B24;
                  border-radius: 50%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  cursor: pointer;
                  position: absolute;
                  top: -10px;
                  right: -10px;
              }
      
              .remove-icon::before {
                  content: '\f00d';
                  font-family: 'FontAwesome';
                  color: white;
                  font-size: 12px;
              }
      
              /* Responsive Design */
              @media (max-width: 768px) {
                  .files-container {
                      flex-direction: column;
                  }
              }
      
              @media (max-width: 480px) {
                  .header {
                      font-size: 16px;
                      flex-direction: column;
                      align-items: flex-start;
                  }
              }
              .header {
                background-color: #376dbe;
                color: white;
                display: grid;
                grid-template-columns: 1fr 3fr 1.5fr 1.5fr 2fr 1.5fr;
                padding: 10px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
              }
          
              /* .row {
                display: grid;
                grid-template-columns: 1fr 3fr 1.5fr 1.5fr 2fr 1.5fr;
                padding: 10px;
                font-size: 14px;
                font-weight: 500;
                color: #333;
                border-bottom: 1px solid #aeaeae;
                text-align: center;
              }
          
              .row:nth-child(even) {
                background-color: #e6eefc;
              } */
          
              .attach-po {
                background-image: url(/assets/images/files-attach-icon.svg);
                background-repeat: no-repeat;
                background-position: center;
                /* width: 15px; */
                /* height: 15px; */
                margin: 0 auto;
              }
          
              @media screen and (max-width: 768px) {
                .header, .row {
                  grid-template-columns: repeat(3, 1fr);
                  grid-template-rows: auto auto;
                  font-size: 12px;
                }
          
                .header div:nth-child(5),
                .header div:nth-child(6),
                .row div:nth-child(5),
                .row div:nth-child(6) {
                  display: none;
                }
              }
          
              @media screen and (max-width: 480px) {
                .header, .row {
                  grid-template-columns: repeat(2, 1fr);
                  font-size: 10px;
                }
          
                .header div:nth-child(3),
                .header div:nth-child(4),
                .row div:nth-child(3),
                .row div:nth-child(4) {
                  display: none;
                }
              }
              .card {
                background-color: white;
                box-shadow: 1px 1px 4px rgba(26, 81, 164, 0.15);
                border-radius: 15px;
                border: 1px solid #1A51A4;
                padding: 20px;
                overflow: hidden;
              }
          
              .card h2 {
                color: #1A51A4;
                font-size: 18px;
                font-weight: 600;
                margin: 0;
              }
          
              .card h2 span {
                color: #ED1B24;
              }
          
              .card .divider {
                border-top: 4px solid #E1E1E1;
                width: 100%;
                margin: 10px 0;
                position: relative;
              }
          
              .card .divider::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 38px;
                border-top: 4px solid #ED1B24;
              }
          
              .card p {
                font-size: 14px;
                color: #686868;
                line-height: 1.8;
                text-align: justify;
                margin: 10px 0;
                background: #FAFAFA;
                padding: 15px;
                border-radius: 6px;
                border: 1px solid #838383;
              }
          
              /* Media Queries for smaller devices */
              @media (max-width: 768px) {
                .container {
                  padding: 10px;
                }
          
                .card {
                  padding: 15px;
                }
          
                .card h2 {
                  font-size: 16px;
                }
          
                .card p {
                  font-size: 13px;
                  line-height: 1.6;
                }
              }
          
              @media (max-width: 480px) {
                .card h2 {
                  font-size: 14px;
                }
          
                .card p {
                  font-size: 12px;
                }
              }
              .header {
                      display: flex;
                      align-items: center;
                      font-size: 18px;
                      font-weight: 600;
                  }
          
                  .header span:last-child {
                      color: #ED1B24;
                  }
          
                  .header span:first-child {
                      color: #1A51A4;
                  }
          
                  .files-container {
                      display: flex;
                      gap: 20px;
                      flex-wrap: wrap;
                      margin-top: 20px;
                  }
          
                  .file-card {
                      display: flex;
                      justify-content: space-between;
                      align-items: center;
                      width: 100%;
                      max-width: 273px;
                      background-color: #FAFAFA;
                      border: 1px solid #1A51A4;
                      border-radius: 6px;
                      padding: 10px;
                      position: relative;
                  }
          
                  .file-card .file-info {
                      display: flex;
                      align-items: center;
                  }
          
                  .file-icon {
                      background-color: #1A51A4;
                      width: 30px;
                      height: 30px;
                      border-radius: 6px;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      margin-right: 10px;
                  }
          
                  .file-icon::before {
                      content: '\f15b';
                      font-family: 'FontAwesome';
                      color: white;
                      font-size: 16px;
                  }
          
                  .file-name {
                      color: #1A51A4;
                      font-size: 14px;
                      font-weight: 600;
                  }
          
                  .remove-icon {
                      width: 24px;
                      height: 24px;
                      background-color: #ED1B24;
                      border-radius: 50%;
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      cursor: pointer;
                      position: absolute;
                      top: -10px;
                      right: -10px;
                  }
          
                  .remove-icon::before {
                      content: '\f00d';
                      font-family: 'FontAwesome';
                      color: white;
                      font-size: 12px;
                  }
          
                  /* Responsive Design */
                  @media (max-width: 768px) {
                      .files-container {
                          flex-direction: column;
                      }
                  }
          
                  @media (max-width: 480px) {
                      .header {
                          font-size: 16px;
                          flex-direction: column;
                          align-items: flex-start;
                      }
                  }
                  /* .activity-container {
                width: 100%;
                max-width: 600px;
                margin: 0 auto;
                background-color: white;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                border-radius: 10px;
                overflow: hidden;
              } */
          
              .activity-header {
                background-color: #f0f0f0;
                padding: 15px;
                font-weight: bold;
                font-size: 18px;
                color: #333;
              }
          
              .activity-list {
                padding: 10px 15px;
              }
          
              .activity-item {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 0;
              }
          
              .activity-item:last-child {
                border-bottom: none;
              }
          
              .activity-icon {
                margin-right: 10px;
                font-size: 24px;
                color: #1A51A4;
              }
          
              .activity-content {
                flex-grow: 1;
              }
          
              .activity-name {
                font-weight: bold;
                color: #1A51A4;
                font-size: 16px;
              }
          
              .activity-text {
                font-size: 14px;
                color: #666;
                margin-top: 5px;
              }
          
              .activity-timestamp {
                font-size: 12px;
                color: #999;
                white-space: nowrap;
              }
          
              .activity-footer {
                display: flex;
                align-items: center;
                padding: 10px 15px;
                border-top: 1px solid #e0e0e0;
                background-color: #f8f8f8;
              }
          
              .input-icon {
                font-size: 20px;
                margin-right: 10px;
                color: #1A51A4;
              }
          
              .input-field {
                flex-grow: 1;
                border: none;
                outline: none;
                padding: 10px;
                border-radius: 25px;
                background-color: #f8f8f8;
              }
          
              .send-button {
                font-size: 20px;
                color: #1A51A4;
                cursor: pointer;
              }
          
              @media (max-width: 600px) {
                .activity-container {
                  width: 90%;
                }
              }
              #ampm{
                padding: 10px;
    font-size: 14px;
    border: 1px solid #1A51A4;
    border-radius: 4px;
    margin-bottom: 20px;
              }
              .date-input {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            .date-input input
             {
                width: 100%;
                max-width: 100%;
                height: 40px;
                border: 1px solid #1A51A4;
                border-radius: 3px;
                padding: 10px;
                font-size: 12px;
                color: #AFAFAF;
            }
            
            .date-input input::placeholder,
            .date-input select {
                color: #AFAFAF;
            }
            
            .date-input input:focus,
            .date-input select:focus {
                border-color: #1A51A4;
                outline: none;
                color: #333;
              
            }
            
            
            @media (max-width: 768px) {
                .date-input {
                    flex-direction: column;
                    align-items: flex-start;
                }
            
                .date-input input,
                .date-input select {
                    max-width: 100%;
                    margin-bottom: 10px;
                }
            }

            .header {
              margin-bottom: 20px;
          }
          
          .header h1 {
              font-size: 24px;
              color: #1A51A4;
          }
          
          .highlight {
              color: #ED1B24;
          }
          
          .divider {
              display: flex;
              align-items: center;
          }
          
          .line {
              flex-grow: 1;
              height: 4px;
              background: #E1E1E1;
              margin: 0 10px;
          }
          
          .line.highlight {
              background: #ED1B24;
          }
          
          .form {
              display: flex;
              flex-wrap: wrap;
              gap: 20px;
          }
          
          .form-row {
              flex: 1;
              min-width: 250px;
          }
          
          .form-row label {
              display: block;
              margin-bottom: 5px;
              color: #333;
          }
          
          .form-row input {
              width: 100%;
              padding: 10px;
              border: 1px solid #1A51A4;
              border-radius: 3px;
              color: #333;
          }
          
          .add-button {
              background-color: #1A51A4;
              color: white;
              padding: 10px 15px;
              border: none;
              border-radius: 3px;
              cursor: pointer;
              /* margin-top: 20px; */
          }
          
          .add-button:hover {
              background-color: #ED1B24;
          }
          .remarks-box {
            border: 0.5px solid #1A51A4;
            border-radius: 3px;
            background: white;
            padding: 10px;
        }
        
        .remarks-box input {
            width: 100%;
            border: none;
            outline: none;
            color: #333;
            font-size: 14px;
        }

         .add-row-btn {
          background-color: #1A51A4;
          color: white;
          font-size: 24px;
          border: none;
          padding: 10px;
          cursor: pointer;
      }
       .add-row-btn:hover {
          background-color: #0d3a8a;
      }
       .remove-row-btn {
          background-color: #ff4d4d;
          color: white;
          font-size: 24px;
          border: none;
          padding: 10px;
          cursor: pointer;
      }
       .remove-row-btn:hover {
          background-color: #e63c3c;
      }
  
      /* Container for the main section */
.Group1000005169 {
  display: flex;
  flex-direction: column;
  width: 100%; /* Full width */
  max-width: 300px; /* Max width for larger screens */
  padding: 16px; /* Add some padding */
}

/* Title styles */
.CreateLead {
  color: #1A51A4;
  font-size: 21px;
  font-weight: 600;
}

/* Subtitle styles */
.LeadManagementCreateLead {
  color: #1A51A4;
  font-size: 15px;
  font-weight: 300;
}

/* Button styles */


.Group1000005204 {
  position: relative; /* Needed for absolute children */
}

/* Rectangle button styles */
.Rectangle26 {
  height: 32px;
  border-radius: 3px;
}

/* Cancel button styles */
.Cancel {
  position: absolute; 
  left: 34px; 
  top: 7px; 
  color: #ED1B24; 
  font-size: 12px; 
  font-weight: 600; 
}

/* Styles for the Create Lead button */
.Group1000005268 {
  display: flex;
  align-items: center; /* Center the text vertically */
  justify-content: center; /* Center the text horizontally */
  height: 100%; /* Full height */
}

/* Media Queries for Responsive Design */
@media (max-width: 600px) {
  .Group1000005169 {
      padding: 8px; /* Less padding on small screens */
  }

  .CreateLead {
      font-size: 18px; /* Smaller font size */
  }

  .LeadManagementCreateLead {
      font-size: 14px; /* Smaller font size */
  }
}
 textarea::placeholder{
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
 }
 .btn-outline-primary{
    color: #1A51A4;
    border-color: #1A51A4;
 }
 .btn-outline-primary.btn-outline-primary:hover{
    background: #1A51A4;
 }
 .btn-primary-dark:hover{
  border: 1px solid #1A51A4;
 }
 .dropstart .dropdown-toggle::before{
  display: block !important;
 }
 .last-activity-container {

  margin: 20px auto;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  border: 0.5px solid #1A51A4;
  padding: 10px;
  position: relative;
}
.back {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #1A51A4;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.profile-list {
  margin-top: 10px;
  padding: 20px;
}
.profile-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 0.3px solid #AEAEAE;
}
.profile-pic {
  /* width: 30px; */
  /* height: 30px; */
  border-radius: 50%;
  border: 0.5px solid #1A51A4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.profile-info {
  margin-left: 15px;
}
.name {
  color: #1A51A4;
  font-size: 15px;
  font-weight: 500;
}
.description {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin: 5px 0;
}
.date {
  font-size: 10px;
  color: #838383;
  font-weight: 400;
  text-align:right;
}

/* /* Full-screen Google Maps background */
.map-background iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(80%);
}

.track-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.track-button {
  display: flex;
  align-items: center;
  background-color: #f0f0f066;
  border: none;
  border-radius: 4px;
  padding: 10px;
  /* color: #1a51a4; */
  font-size: 14px;
  box-shadow: 0px 0px 4px 0px #00000040;
}

.arrow-icon {
  font-size: 20px;
  color: #1a51a4;
  margin-left: 10px;
  float: right;
}
.search-box {
  width: 100%;
  /* max-width: 432px; */
  height: 50px;
  background: #F0F5FE;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.search-icon {
  color: #1A51A4;
  font-size: 16px;
  margin-right: 10px;
}

.search-label {
  color: #1A51A4;
  font-size: 13px;
  font-weight: 500;
}

/* Responsive design */
@media (max-width: 768px) {
  .search-box {
    height: 40px;
    padding: 0 15px;
  }

  .search-label {
    font-size: 12px;
  }

  .search-icon {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .search-box {
    height: 35px;
    padding: 0 10px;
  }

  .search-label {
    font-size: 11px;
  }

  .search-icon {
    font-size: 12px;
  }
}

/* .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #1a51a4;
  font-size: 18px;
} */

.tabs {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.tab {
  background: none;
  border: none;
  font-size: 16px;
  color: #aeaeae;
}

.tab.active {
  color: #1a51a4;
  font-weight: bold;
}

.user-list {
  margin-top: 20px;
}

.user-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.avatar {
  width: 40px;
  height: 40px;
  background-color: #f0f5fe;
  border-radius: 50%;
  margin-right: 15px;
}

.user-details {
  display: flex;
  flex-direction: column;
}

.user-name {
  font-size: 16px;
  color: #000;
}

.user-status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status {
  font-size: 14px;
}

.present {
  color: #1a51a4;
}

.timestamp {
  font-size: 12px;
  color: #aeaeae;
}
.arrow-button {
  width: 40px;
  height: 40px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}

.circle {
  width: 40px;
  height: 40px;
  background-color: #1A51A4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-arrow-left {
  color: white;
  font-size: 20px;
}

.user-info-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  /* max-width: 400px; */
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  /* margin: 0 auto; */
  /* background-color: #f8f8f8; */
  /* border-radius: 8px; */
}

.avatar-frame {
  position: relative;
  width: 53px;
  height: 53px;
  margin-right: 15px;
}



.user-details {
  flex: 1;
}

.user-name {
  font-size: 19px;
  font-weight: 400;
  color: black;
  margin-bottom: 5px;
}

.user-status {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.logged-in {
  color: #1A51A4;
  margin-right: 10px;
}

.date-time {
  display: flex;
  gap: 5px;
  color: #AEAEAE;
}

.today {
  font-size: 13px;
}

.time {
  font-size: 13px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .user-info-container {
    max-width: 90%;
    padding: 8px;
  }

  .avatar-frame {
    width: 45px;
    height: 45px;
  }

  .avatar-bg-outer,
  .avatar-bg-inner {
    width: 100%;
    height: 100%;
  }

  .user-name {
    font-size: 17px;
  }

  .user-status {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .user-info-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
  }

  .avatar-frame {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .user-name {
    font-size: 16px;
  }

  .logged-in,
  .date-time {
    font-size: 11px;
  }
}

.history-tl-container ul.tl{
  margin:20px 0;
  padding:0;
  display:inline-block;
  /* text-align: center; */
}
.history-tl-container ul.tl li{
  list-style: none;
  margin:auto;
  margin-left:160px;
  min-height:50px;
  /*background: rgba(255,255,0,0.1);*/
  border-left:2px solid #000;
  padding:0 0 30px 30px;
  position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
  position: absolute;
  left: -10px;
  top: -5px;
  content: " ";
  border: 4px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #9d9d9d;
  height: 20px;
  width: 20px;
  transition: all 0.25ms ease-in;

}
.history-tl-container ul.tl li:hover::before{
  border-color:  #9d9d9d;
  transition: all 1000ms ease-in-out;
}

ul.tl li .item-detail{
  color:rgba(0,0,0,0.5);
  font-size:px;
}
ul.tl li .timestamp{
  color: #8D8D8D;
  position: absolute;
width:100px;
  left: -50%;
  text-align: left;
  font-size: 14px;
}
.notes {
  text-align: center;
  margin-top: 20px;
}

.notes-button {
  padding: 10px 20px;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  font-size: 14px;
  /* color: #1a51a4; */
  cursor: pointer;
}

