
header img.user--image {
    max-width: 50px;
    border-radius: 50px;
    margin-left: 15px;
}
.agent-home .custom-navbar form button.btn {
    min-width: 90px;
    font-size: 18px;
    margin-left: 0;
}

.steps {
    margin: 80px 0;
}


.common-steps {
    padding: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: space-between;
    background: linear-gradient(135deg, #eef7fc 0%, #dff1fb 50%, #cfeaf8 100%);
    height: 100%;
        transition: .5s;
        cursor: pointer;
}
.common-steps:hover {
    transform: scale(1.1);
}
.common-steps .steps-content {
    flex-basis: 70%;
}
.common-steps i {
    font-size: 70px;
}
.steps-content span {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 25px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}

.steps-content h3 {
    font-weight: 600;
    font-size: 25px;
}
.steps-content p {
    color: #999;
    font-size: 15px;
}
.steps-content button {
    background-color: #1f375d;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
}
.common-steps img {
    width: 90px;
}

.common-using {
    border: 1px solid #ffc41f;
    padding: 30px;
    border-radius: 10px;
    transition: .5s;
}
.common-using:hover {
    transform: translate(0px, -10px);
}
.common-using img {
    max-width: 50px;
    margin-bottom: 30px;
}
.common-using.pink {
    border-color: #df339a;
    margin-top: 150px;
}
.common-using button {
    border: 0;
    padding: 4px 15px;
}
.common-using.pink button {
    background-color: #de339a;
    color: #fff;
    border-radius: 3px;
}

.common-using.yellow {
    border-color: #ffbf1d;
        margin-bottom: 150px;
}
.common-using.yellow button{
       background-color: #ffbf1d;
        color: #000;
    border-radius: 3px;
}
.common-using.green {
    border-color: #11866a;
    margin-top: 150px;
}
.common-using.green button{
       background-color: #11866a;
        color: #fff;
    border-radius: 3px;
}
.using-secure-head h2 {
    font-size: 50px;
}
.using-secure .row {
    align-items: center;
}

.using-secure-head h2 span {
    font-weight: 600;
    color: #2aa6d9;
}

.grow-sell-sec {
    padding: 60px 0;
    background-color: #2ba5d61a;
    margin-top: 80px;
}
.grow-sell-sec .row {
    align-items: center;
}
.grow-sell-content p {
    font-size: 18px;
    color: #999;
}

.common-grow-sell ul {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: end;
    gap: 30px;
        flex-wrap: wrap;
}
.common-grow-sell ul li {
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    box-shadow: 0 0 5px #9996;
}
.common-grow-sell ul img {
    width: 100px;
    margin-bottom: 30px;
    transition: .5s;
}
.common-grow-sell ul li:hover img {
    transform: scale(1.5) rotate(45deg);
}
.common-grow-sell ul li h4 {
    font-size: 22px;
}

section.grow-sell-sec.sell-sec {
    margin-top: 0;
        background: linear-gradient(135deg, rgb(255, 243, 245) 0%, rgba(245, 240, 251, 0) 100%);
}


/* business */

.activity-points {
    background: linear-gradient(135deg, #eaf6fc63 0%, #cfeaf659 50%, #a9d8ee40 100%);
    max-width: 1000px;
    margin: 60px auto;
    padding: 60px;
    box-shadow: rgba(16, 24, 40, 0.06) 0px 2px 4px -2px, rgba(16, 24, 40, 0.1) 0px 4px 8px -2px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.points-month h4 {
    font-size: 30px;
    color: #20385e;
    font-weight: 600;
        margin-bottom: 20px;
}
.points-month select {
    width: 150px;
    padding: 10px 5px;
    border: 1px solid #999;
    background-color: transparent;
    border-radius: 5px;
    outline: 0;
}
.activity-points h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #29a6d9;
    font-size: 40px;
}

.customer-crm .crm-sec {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, #eaf6fc 0%, #cfeaf659 50%, #a9d8ee36 100%);
    padding: 60px;
    box-shadow: rgb(16 24 40 / 17%) 0px 2px 4px -2px, rgb(16 24 40 / 18%) 0px 4px 8px -2px;
    border-radius: 5px;
}
.crm-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}
.crm-head i {
    font-size: 30px;
    color: #29a6d9;
}
.crm-head-content h4 {
    font-weight: 600;
    margin-bottom: 3px;
}

.crm-head-content p {
    margin-bottom: 0;
    font-size: 18px;
}

.common-crm button{
    transition: .3s;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #9996;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    
}

.common-crm button:hover{
    box-shadow: 0 0 10px #2ca6d785;
}

.common-crm i {
    font-size: 30px;
    color: #2ca5d7;
}
.common-crm h5 {
    font-size: 25px;
    margin-bottom: 0;
}

/* map */

.ap-card {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 28px;
  border-radius: 20px;
  color: white;
  background: linear-gradient(135deg, #7b5cff, #4da3ff, #2de2c5);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.ap-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ap-points {
  text-align: center;
  margin: 20px 0 10px;
}

.points-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.points-label {
  font-size: 18px;
  opacity: 0.9;
}

.subtext {
  font-size: 14px;
  opacity: 0.85;
  margin-top: 6px;
}

.wrap {
    background-color: transparent;
    max-width: 500px;
    margin: 50px auto 20px;
}
.points-month select {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: 0;
    /* color: #fff; */
}
/* .wrap select {
     display: none;
}
  */
 .custom-select {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: transparent;
     color: #fff;
     padding: 8px 15px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
         border: 1px solid #fff;
}
 .custom-select:after {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color:#fff transparent transparent transparent;
     position: absolute;
     top: 16px;
     right: 10px;
     transform: rotateZ(0deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
/*.custom-select:hover {
     background-color: #b83729;
}
*/
 .custom-select:active, .custom-select.active {
     background-color: #fff;
     color: #9E9E9E;
}
 .custom-select:active:after, .custom-select.active:after {
     transform: rotateZ(180deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
         border-color: #000 transparent transparent transparent;
}
 .custom-select:focus{
    outline: 2px;
}
 .select-options {
     max-height: 200px;
     overflow-y: auto;
     display: block;
     position: absolute;
     top: 100%;
     right: 0;
     left: 0;
     z-index: 999;
     margin: 0;
     padding: 0;
     list-style: none;
     background-color: #29a3d5;
     border-radius: 0px 0px 5px 5px;
     display: none;
}
 .select-options li {
     color: #fff;
     margin: 0;
     padding: 12px 0;
    /* text-indent: 15px;
    */
    /* border-top: 1px solid #AED581;
    */
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     padding-left: 15px;
}
 .select-options li:hover {
     color: #424242;
     background: #fff;
}
 .select-options li[rel="hide"] {
     display: none;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 10px;
     background-color:#9E9E9E;
}

/* Leads */

.leads {
    margin: 80px 0;
}
.leads-filter {
    text-align: center;
}
.leads .container {
    max-width: 1000px;
}
.insurance-head {
    border: 1px solid #9996;
    padding: 30px 0px 0;
    border-radius: 10px;
}
.common-leads {
    margin-top: 40px;
}
.common-leads h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #2ba5d5;
}

.insurance-head h4 {
    margin-bottom: 30px;
    color: #29a7d7;
    font-weight: 600;
    font-size: 20px;
        padding: 0px 30px;
}

.insurance-head h4 i {
    margin-right: 10px;
}
.insurance-head h5 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
        padding: 0px 30px;
}
.insurance-head p {
    font-weight: 600;
        padding: 0px 30px;
}
.insurance-head p.due-premium {
    background-color: #fbeee8;
    margin-bottom: 0;
    padding: 15px 30px;
    border-radius: 0 0 10px 10px;
}
.insurance-head p.due-premium span {
    color: #ff0000a8;
}

.common-verification .verified-btn a {
    font-size: 18px;
    color: #121212;
    text-decoration: none;
    font-weight: 600;
    padding-right: 10px;
}

/* grow */

.daily-poster {
    margin: 80px 0 60px;
}

.all-poster {
    display: flex;
    overflow-x: auto; 
    gap: 20px;
    align-items: center;
}

.common-poster {
    min-width: 350px;
    margin-bottom: 40px;
    text-align: center;
}

.all-poster::-webkit-scrollbar {
    height: 8px;
}

/* .all-poster::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
} */

.all-poster::-webkit-scrollbar-thumb {
    background: #2aa6d9;
    border-radius: 10px;
}
.common-poster img {
    margin-bottom: 20px;
    width: 350px;
    max-height: 340px;
    object-fit: cover;
    border-radius: 10px;
}

.poster-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.poster-head-content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #33a5da;
}

.leads-filter button{
    font-size: 20px;
}

.leads-filter button:nth-of-type(1) {
    background-color: #055a05b0;
    border: 1px solid #055a05b0;
    margin-right: 10px;
}

.leads-filter button:nth-of-type(2) {
    background-color: #ffc529;
    border: 1px solid #ffc529;
    color: #000;
}

.leads-filter button:hover{
    background-color: #fff;
    color: #000;
    border-color: #000;
}
section.customer-crm {
    margin-top: 80px;
}

.crm-sec .row {
    justify-content: center;
}

.crm-sec .sell-btn {
    background-color: #1f375d;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.crm-sec .sell-btn:hover{
    background-color: transparent;
    color: #1f375d;
}
.crm-sec .sell-btn h5{
    font-size: 40px;
}

.policy-list table th, policy-list table td {
    min-width: 200px;
}


/* common table */
      .table-container {
        margin-top: 60px;
      }
      .card {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      }
      .table thead {
        background-color: #0d6efd;
        color: #fff;
      }
      .badge-pending {
        background-color: #ffc107;
        color: #000;
      }
      .badge-approved {
        background-color: #198754;
      }
      .badge-rejected {
        background-color: #ff0000a3
        
        ;
      }


      /* new payout */

      section.points {
    margin-top: 80px;
}
.points .container {
    max-width: 800px;
}
.points h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

       .month {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        margin-bottom: 26px;
        border-radius: 14px;
        background: #f0f0f0;
        font-size: 18px;
        color: #555;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
        transition: all 0.35s ease;
        cursor: pointer;
        position: relative;
        overflow: hidden;
      }

      .month::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          120deg,
          transparent,
          rgba(255, 255, 255, 0.5),
          transparent
        );
        transition: 0.6s;
      }

      .month:hover::before {
        left: 100%;
      }

      .month:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
      }

      .points {
        font-weight: 600;
      }

      
 .active-month {
    background: linear-gradient(135deg, #33a0b8, #2b7d93);
    color: white;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(0, 170, 200, 0.6),
          0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(1.2);
}

      .active .points {
        font-size: 24px;
      }

      .active:hover {
        transform: translateY(-6px) scale(1.03);
        box-shadow:
          0 0 20px rgba(0, 200, 255, 0.8),
          0 0 40px rgba(0, 200, 255, 0.6),
          0 20px 40px rgba(0, 0, 0, 0.25);
      }
      


@media screen and (max-width:1200px){
    .common-steps {
        flex-wrap: wrap;
        align-items: flex-start;
        flex-flow: column-reverse;
    }
    .common-steps img {
    width: 60px;
    margin-bottom: 20px;
}
.using-secure-head h2 {
    font-size: 40px;
}
.common-using.pink, .common-using.green {
    margin-top: 70px;
}
.common-using.yellow {
    margin-bottom: 70px;
}
.common-using {
    padding: 20px;
 }
}

@media screen and (max-iwdth:1024px){
   .common-steps {
    padding: 20px;
 }
}

@media screen and (max-width:767.5px){
    .common-using.pink, .common-using.green {
    margin-top: 0;
}
.common-using {
    margin-bottom: 30px !important;
}
.using-secure-head {
    margin-bottom: 20px;
}
.grow-sell-sec {
    margin-top: 40px;
}
.steps {
    margin: 60px 0;
}
.grow-sell-content {
    text-align: center;
    margin-bottom: 30px;
}
.common-grow-sell ul {
    justify-content: center;
            padding-left: 0;
 }
 .using-secure-head h2 {
    font-size: 30px;
}
.ap-header {
    justify-content: center;
}
.points-number {
    font-size: 50px;
 }
 .wrap {
    margin: 30px auto 20px;
}
.customer-crm .crm-sec {
    padding: 20px;
 }
 .crm-head {
    flex-wrap: wrap;
}
.common-crm {
    padding: 20px 10px;
 }
 .common-crm h5 {
    font-size: 20px;
}
}



@media screen and (max-width:576px){
    .leads-filter button {
    margin-bottom: 15px;
}
.insurance-head {
    padding: 20px 0px 0;
 }
 .insurance-head h4, .insurance-head h5, .insurance-head p {
    padding: 0px 20px;
}
.insurance-head p.due-premium {
    padding: 15px 20px;
 }
 .insurance-head h5 {
    font-size: 25px;
 }
 .insurance-head h4 {
    margin-bottom: 20px;
}
.leads {
    margin: 60px 0 20px;
}
}




