.docs-sert-date-inscr {
  margin: 0 !important;
}

.docs-specs-input + * {
  display: none;
}

.docs-specs--wrapper {
  margin-bottom: 40px;
}


.docs-specs-input {
  height: 60px;
  padding: 0 20px !important;
    display: flex;
    width: 100%;
    height: 60px;
    font-size: 18px;
    border-radius: 8px !important;
    border: 1px solid #E2E8F1 !important;
}


.docs-opt--popup {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-radius: 4px;
  font-size: 16px;
}

.docs-opt--popup__item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.docs-opt--popup__item:hover {
  background: #f0f0f0;
}



.your-specialization {
    padding: 15px;
    width: 100%;
    border-radius: 10px;
     color: #4B537B !important;
     background: white !important;
}

.wpcf7-form-control {
   background: white !important;
}

.meta-marks {
  margin-top: -15px;
    font-size: 12px;
    line-height: 1.1em;
}

.profile-type--wrapper select {
  width: 100%;
    padding: 15px;
    border-radius: 10px;
    color: #4B537B !important;
}

.profile-type--wrapper select::placeholder, input::placeholder {
   color: #4B537B !important;
}

.profile-type--wrapper p {
  margin-bottom: 5px;
}

.wpcf7-form .wpcf7-validates-as-date, .wpcf7-form .wpcf7-validates-as-date::placeholder  {
  color: #4B537B !important
}

.profile-type--wrapper {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  
  .odc-order-heading {
    font-size: 18px !important;
    font-weight: 600;
  }
  
  .docs-sert-date-inscr, .profile-type--wrapper {
  font-size: 14px !important;
  line-height: 1.2em;
}

  
  
  .wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 14px !important;
    line-height: 1.2em;
}
}

.accreditation-advantages ul {
  display: flex;
      flex-wrap: wrap;

    flex-direction: row;
    margin-top: 40px;
    gap: 15px;
    justify-content: space-between;
}

.accreditation-advantage {
  background: white;
    padding: 15px;
    border-radius: 15px;
    width: 32%;
}

.accreditation-advantage img {
  width: 40px;
}



.accreditation-banner {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.accreditation-content a {
    height: 60px;
    display: inline-block;
    line-height: 60px;
    padding: 0 50px;
    background: #02B5BC;
    border: 1px solid #02B5BC;
    border-radius: 8px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    max-width: 400px;
}

.accreditation-banner img {
  max-width: 500px;
  border-radius: 15px;
}


@media (max-width: 991px) {
      .placement-btn {
        width: 100% !important;
      }
  
 .accreditation-advantages .accreditation-advantage h3 {
        padding: 10px 0 10px 0;
  }
  
  .accreditation-advantage {
    width: 100%;
  }
  
   .accreditation-advantages p {
     font-size: 14px;
   }
  
  .accreditation-banner {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}
.accreditation-banner img {
  width: 70vw;
}

.accreditation-content a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
}



}

.wpcf7-response-output {
    font-weight: 500;
    line-height: 1.2em;
    font-size: 20px;
    text-align: center;
    padding: 50px 50px !important;
    border-radius: 20px;
    color: #293A5F;
    border: 1px solid #02B5BC !important;
    background: #f6fdfd;
}


.wpcf7-not-valid-tip {
    color: #fe3f7a !important;
}

.backgr-con {
  background: url(../images/back-doc.png) 0 10%/100% auto no-repeat;
}
.backgr-con .breadcump_d-sec {
  background: transparent;
}
.backgr-con #about-pr-card-sec {
  padding-top: 30px;
  padding-bottom: 120px;
}
.backgr-con #about-pr-card-sec .head-main {
  margin-bottom: 60px;
}
.backgr-con #about-pr-card-sec .head-th {
  margin-bottom: 30px;
}
.backgr-con #about-pr-card-sec .profile-row .col-pr {
  margin-bottom: 20px;
}
.backgr-con #about-pr-card-sec .profile-row .pr-inf-con {
  height: 100%;
  background: #fff;
  box-shadow: 2px 2px 8px #eeeeee;
  border-radius: 10px;
  padding: 20%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.backgr-con #about-pr-card-sec .profile-row .pr-inf-con .text-inf {
  font-size: 18px;
  color: #4B537B;
  margin-bottom: 40px;
}
.backgr-con #about-pr-card-sec .profile-row .pr-inf-con img {
  width: 90%;
}
.backgr-con #about-pr-card-sec .card-row {
  margin-top: 40px;
}
.backgr-con #about-pr-card-sec .card-row .col-card {
  margin-bottom: 20px;
}
.backgr-con #about-pr-card-sec .card-row .col-card .card-inf-con {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 8px #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  padding: 20%;
  display: flex;
  align-items: center;
}
.backgr-con #about-pr-card-sec .card-row .col-card .card-inf-con .text-inf {
  text-align: center;
  font-size: 18px;
  color: #4B537B;
}
.backgr-con #about-pr-card-sec .card-row .col-card .card-inf-con .lock-bl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}
.backgr-con #about-pr-card-sec .card-row .col-card .card-inf-con .lock-bl img {
  height: 45px;
}
.backgr-con #about-pr-card-sec .offer-end-row {
  margin-top: 80px;
  margin-bottom: 50px;
}
.backgr-con #about-pr-card-sec .offer-end-row .img-offer {
  text-align: center;
  margin-bottom: 50px;
}
.backgr-con #about-pr-card-sec .offer-end-row .img-offer img {
  width: 100%;
}
.backgr-con #about-pr-card-sec .offer-end-row .main-btn {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.backgr-con #about-pr-card-sec .row-f-req .con-forms .head-th {
  text-align: center;
}
.backgr-con #about-pr-card-sec .row-f-req .con-forms .form-req .inp-con {
  margin-bottom: 20px;
}
.backgr-con #about-pr-card-sec .row-f-req .con-forms .form-req .inp-con .common-field {
  padding: 0 20px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E2E8F1;
  outline: none !important;
  font-size: 14px;
  color: #4B537B;
  display: flex;
  align-items: center;
  width: 100%;
}
.backgr-con #about-pr-card-sec .row-f-req .con-forms .form-req .inp-con .sub-btn {
  width: 100%;
  line-height: 60px;
  padding: 0 15px;
  background: #27C6CA;
  border: 1px solid #27C6CA;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .backgr-con #about-pr-card-sec .card-row .col-card .card-inf-con {
    padding: 10%;
  }
}
@media (max-width: 991px) {
  .backgr-con #about-pr-card-sec .card-row .col-card .card-inf-con {
    padding: 15%;
  }
  .backgr-con #about-pr-card-sec .profile-row .pr-inf-con {
    padding: 5%;
  }
}
@media (max-width: 575px) {
  .backgr-con #about-pr-card-sec .profile-row .pr-inf-con img {
    width: 100%;
  }
  .backgr-con #about-pr-card-sec .offer-end-row .main-btn {
    margin-bottom: 20px;
  }
}

/* Кастомные стили */
  .row-f-req2 {
          margin-top: 40px;
             display: none;
        }

.wpcf7-submit {
              background: #02B5BC !important;
              border: 1px solid #02B5BC !important;
        color: white !important;
              font-size: 18px;
            }

            .wpcf7-submit:hover {
              background: #dd5069 !important;
              border: 1px solid #dd5069 !important;
            }

  .wpcf7-form-control-wrap .wpcf7-form-control {
      font-size: 18px
    }
    
    .wpcf7-submit {
        font-size: 24px !important;
      border-radius: 15px !important;
    }
    
    
    
    @media (max-width: 1200px) {
      
.wpcf7-submit {
  font-size: 18px !important;
} 

}




@media (max-width: 767px) {
  
  
  .accreditation-btn {
    border-radius: 0 0 15px 15px !important;
  }


.wpcf7-response-output {
        padding: 30px !important;
        font-size: 18px !important;
}


.wpcf7-submit {
  font-size: 16px !important;
} 

}


@media (max-width: 400px) {

.wpcf7-submit {
  font-size: 16px !important;
} 

  }
    
/* 		Стили заявка на оформление */
    
    
      body {
        background: white !important;

      }

      .backgr-con {
        position: relative;
        background: none !important;
      }

      h1 {
        font-size: 32px;
        margin: 0;
        padding: 30px 0 15px 0;
      color: #293A5F;
      }

      .for-doctor h2 {
        font-size: 32px;
        margin-bottom: 20px;
/*         font-weight: 800; */
        color: #293A5F;
      }

      h3 {
        font-size: 22px;
        margin-bottom: 15px;
/*         font-weight: 800; */
        color: #293A5F;
      }

      h4 {
        font-size: 22px;
        color: #293A5F;
      }
    
  


    .docma-bands .btn-prof--first, .docmaschool-btn .large-btn {
      font-size: 22px;
      padding: 10px 0;
      height: 64px;
      display: flex !important;
        justify-content: center;
        align-items: center;
      width: 35%;
    }


      .docmaschool--wrapper {
        margin: 0 0 50px 0;
    padding: 20px;
      }



      .btn-blue-hover:hover {
        background-color: #dd5069 !important;
      }



      .btn-pink-hover:hover {
        background-color: #02B5BC !important;
      }

      .btn-darkblue-hover:hover {
        background-color: #dd5069 !important;
      }

      .employment-wrapper {
        margin: 0 0 50px 0;
        padding: 20px;
    min-height: 400px;
  
    
      }
    
          .employment-wrapper h3 {
        padding: 30px 0 20px 0;
      }

      .employment-wrapper p {
        margin-bottom: 0;
      }

      .text-hidden--desctop {
        margin-top: 30px;
        display: none;
      color: #293A5F;
      }

      .docmaschool-btn {
        margin-top: 80px;
      display: flex;
      justify-content: center;
      }


      #pediatrics {
        grid-area: pediatrics;
        color: #dd5069;
        background-color: rgba(221, 80, 105, 0.15);
      }

      #gynecology {
        grid-area: gynecology;
        background-color: #e7e7e7;
      }

      #neurology {
        grid-area: neurology;
        color: #dd5069;
        background-color: rgba(221, 80, 105, 0.15);
      }

      #dermatology {
        grid-area: dermatology;
        background-color: #e7e7e7;
      color: #293A5F !important;
      }

      #med-eng {
        grid-area: med-eng;
        background-color: rgba(80, 184, 188, 0.15);
        color: #179095;
      }

      #anothers-prof {
        grid-area: anothers-prof;
        color: #dd5069;
        background-color: rgba(221, 80, 105, 0.15);
      }

      .docmaschool {
        display: flex;
      padding-top: 30px;

      }

      .docmaschool-content {
        width: 65%;
      }

      .docmaschool-courses--expectation {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 50px;
      }

      .docmaschool-courses--expectation h4 {
        margin-bottom: 20px;
      }

      .expectation-list {
        display: grid;
        gap: 10px;
        grid-template-areas:
          "dermatology neurology gynecology"
      "med-eng med-eng anothers-prof"
      }

      .expectation-list li {
      cursor: auto;
        border-radius: 15px;
        text-decoration: none;
        color: #293b5f;
        padding: 10px;
        border: 1px solid rgba(41, 59, 95, 0.5);
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px,
          rgba(0, 0, 0, 0.24) 0px 1px 2px;
      }

      .expectation-list li:hover {
        box-shadow: none;
      }

      .docma-school--logo {
        width: 200px;
        display: none;
        margin: 0 0 10px 10px;
      }

      .docmaschool-courses {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
      }

      
      .docmaschool-courses--available {
        display: flex;
        flex-direction: column;
        text-align: center;
      }

      .docmaschool-courses--available h4 {
        margin-bottom: 20px;
      }

      .docmaschool-courses img {
        width: 200px;
        display: block;
        margin: 0 auto auto auto;
      }

      .already-doc {
        padding: 20px;
      }


      .already-doc a {
        background: #02B5BC;
        margin-top: 30px;
      }

      .sign-up--btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 90px;
      }

      .sign-up--btns a {
        padding: 35px;
        line-height: 22px;
      height: 64px;
        width: 40%;
        text-decoration: none;
        color: #293b5f;
        text-align: center;
        font-size: 20px;
        align-items: center;
        font-weight: 600;
        display: flex;
        justify-content: center;
        outline: 1px solid #E2E8F1;
        outline-offset: -1px;
        border-radius: 15px;
      }

      .docma-bands {
        position: relative;
      }

      /* чтобы работало позиционирование - поставь у backgr-con  position relative	 */

      .docma-bands--mobile {
        transform: rotate(180deg);
        display: block;
        position: absolute;
        left: calc(100% - 80px);
        width: 80px;
        height: 100px;

        display: none;
      }


      .docma-bands-already-doc {
        content: "";
        transform: rotate(180deg);
        position: absolute;
        width: 80px;
        height: 100px;
        right: 0%;
        background-image: url(/wp-content/uploads/2023/10/bands-left.svg);
        background-position: left;
        background-size: 85px;
        background-repeat: no-repeat;
/*         margin-left: -20px; */
        margin-top: 10px;
      }

      .bands-right {
        left: 0;
        transform: rotate(0deg);
        margin-left: 0;
      }



      .block-active {
    display: flex;
      flex-direction: column;
        background-color: #eff9f9;
        border-radius: 15px;
        padding: 20px 20px 50px 20px;
    animation: blockAppearance 0.5s ease-in-out;
    
      }

    
    @keyframes blockAppearance {
  0% {
    opacity: 0;
  }

 
  100% {
    display: block;
    opacity: 1;
  }
}
    
    .become-doc {
      padding: 20px 20px 50px 20px;
      margin-bottom: 50px;
    }		

      .become-doc--nav-btns {
        display: flex;
        flex-direction: row;
      }

      .become-doc--nav-btns a {
         padding: 15px 5px;
        line-height: 30px;
        width: 35%;
        text-decoration: none;
        color: #293b5f;
        text-align: center;
        font-size: 22px;
        align-items: center;
        font-weight: 600;
          display: flex;
        justify-content: center;
      }




      .placement-btn {
        background-color: #f7faff;
        color: #293b5f !important;
        border-radius: 15px 0 0 15px;
        z-index: 1;
        /*width: 33% !important;*/
      }

      .btn--card {
        padding: 20px !important;
      }



      .education-btn {
        background-color: #f7faff;
        z-index: 1;
        cursor: pointer;
/*         margin-left: -20px; */
      }


.accreditation  {
  margin-bottom: 50px;
}

.accreditation h3 {
  padding: 30px 0 20px 0;
}

.accreditation-btn {
  border-radius: 0 15px 15px 0;
  background-color: #f7faff;
}

      .employment-btn {
        background-color: #f7faff;
        cursor: pointer !important;
        /*border-radius: 0 15px 15px 0;*/
/*         margin-left: -20px; */
        cursor: pointer !important;
      }





      .btn-mobile {
        width: 250px;
      }



      .doc-profile--content {
        display: flex;
        align-items: center;
        margin-top: 40px;
      }

      .doc-profile--content div {
        width: 55%;
        margin-top: 15px;
      }

      .docma-btn {
/*         width: 270px; */
        text-align: center;
        text-decoration: none;
        margin: 0 auto;
        background-color: #293b5f;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        color: white !important;
        padding: 10px 15px;
        border-radius: 15px;
        font-size: 16px;
      }

      .link-mobile {
        text-align: center;
        display: none;
      }

      .link-mobile a {
        color: white;
        width: 100%;
      }

      .doc-profile--mockup img {
        padding: 30px 0;
        width: 75%;
        display: block;
        margin: 0 auto;
      }

      .become-doc-list {
        position: relative;
        display: grid;
        grid-template: 1fr / 1fr 1fr 1fr 1fr;
    gap: 20px;
        justify-content: space-evenly;
        list-style: none;
      color: #293A5F;
        margin: 20px 0;
        
      }

      .become-doc-list--item {
        font-weight: 600;
      }
      
      .become-doc-list p {
        display: flex;
    margin: 20px 0 0 auto;
    text-align: center;
    color: #FE3F7A !important;
    /*opacity: 0.5;*/
    border: 1px solid #FE3F7A;
    padding: 2px 10px;
    justify-content: center;
    border-radius: 15px;

    font-size: 14px;
      }

      .become-doc-list li {
        display: flex;
    flex-direction: column;
    justify-content: space-between;
        border-radius: 10px;
        padding: 15px;
        line-height: 1.3em;
        position: relative;
        background-color: white;
        /*max-height: 200px;*/
        border: 1px solid rgba(41, 59, 95, 0.2);
      font-size: 20px;
      }

      .locked {
        position: relative;
        background-color: rgba(217, 217, 217, 0.46) !important;
      }

      .locked:before {
        content: "";
        position: absolute;
        background-image: url(/wp-content/uploads/2023/10/locked.svg);
        background-size: 80px;
        background-position: center center;
        background-repeat: no-repeat;
        left: 20%;
        top: 20%;
        height: 60%;
        width: 60%;
      }

      .card-margin {
        margin-top: 80px;
      }

      #doc-card-img {
        width: 65% !important;
      }

      .btn-active {
        background-color: #02B5BC !important;
        color: white !important;
        outline: 1px solid #E2E8F1;
        outline-offset: -1px;
      }

      .menu-btn {
        outline: 1px solid #E2E8F1;
        outline-offset: -1px;
      }

      .menu-btn:hover {
        background-color: #02B5BC;
        color: white !important;
        outline: 1px solid #02B5BC;
        outline-offset: -1px;
        transition: all 0.3s ease;

      }

      .active-btn {
        background-color: #02B5BC !important;
        color: white !important;

        outline: 1px solid #02B5BC;
        outline-offset: -1px;

      }

      .toggle-btn:hover {
        background-color: #02B5BC !important;
        color: white !important;
      }

      @media (max-width: 1199px) {
      
      .become-doc-list li p {
        font-size: 12px;
      }

        #doc-card-img {
          width: 80% !important;
        }

        .become-doc-list {
          display: grid;
          grid-template: 1fr / 1fr 1fr 1fr 1fr;
          gap: 15px;
        }

        .doc-profile--mockup img {
          width: 90%;
        }
      }

      @media (max-width: 991px) {
      
      .docma-bands .btn-prof--first, .docmaschool-btn .large-btn{
        font-size: 18px;
        width: 100%;
      }

        .education-btn {
          border-radius: 0 !important;

        }

        .bands-right {
          display: none;
        }

        #doc-card-img {
          width: 100% !important;
        }

        .docmaschool-btn {
          margin-top: 20px;
        }

        .employment-wrapper {
       
          padding: 20px;
        }
      


        .become-doc-list {
          padding: 0;
        }

        .card-margin {
          margin-top: 180px !important;
        }

        .text-hidden--desctop {
          display: block;
        }


        .docmaschool-courses {
          padding: 0;
        }

        .desctop-vissible {
          display: block !important;
        }

        .docma-school--logo {
          width: 45%;
          display: block;
        }

        .docmaschool-courses img {
          display: none;
        }

        .docmaschool-content {
          width: 100%;
        }

        .docmaschool {
          flex-direction: column;
        }

        .already-doc {
          flex-direction: column;

        }

        .already-doc a {
          width: 100%;
        }


        .text-hidden--mobile {
          display: none !important;
/* 			color: #293A5F !important; */
      
        }

        .docma-bands::before {
          transform: rotate(180deg);
          top: 100px;
          left: calc(100% - 40px);
        }

        .btn-mobile {
          width: 100%;
          margin: 40px 0 60px 0;
        }

        .become-doc-list {
          justify-items: baseline;
        }

        .become-doc-list li:nth-child(odd) {
          justify-self: flex-end;
        }

        .become-doc-list li:nth-child(even) {
          justify-self: flex-start;
        }

        .become-doc--nav-btns a {
          font-size: 18px;
        }

        .doc-profile--content div {
          width: 100%;
        }

        .doc-profile-link {
          display: none;
        }

        .link-mobile {
          display: block;
        }

        .become-doc-list {
          justify-items: center;
          grid-template: 1fr 1fr 1fr 1fr / 1fr;
        }
      }

      @media (max-width: 767px) {
        
        
    
        
        
      .docma-bands .btn-prof--first, .docmaschool-btn .large-btn {
        font-size: 18px;
        height: auto;
        height: 42px;
      }
      
      .sign-up--btns a {
        font-size: 18px;
        padding: 10px 0 !important;
        height: auto;
      }
      
    .become-doc--nav-btns  .placement-btn--mobile {
        border-radius: 10px 10px 0 0;
      }
      
      .become-doc--nav-btns  .employment-btn--mobile {
       border-radius: 0;  
      }
      
      
      
      .become-doc {
        padding: 10px;
      }
      
      .become-doc-list li {
        font-size: 18px;
      }

        .already-doc,
        .docmaschool--wrapper,
        .employment-wrapper {
          padding: 5px;
        }


        .block-active {
          padding: 5px 5px 30px 5px;
        }




        .doc-profile--content {
          margin-top: 20px;
        }

        .expectation-list li {
          min-height: 40px;
          align-self: center;
          padding: 5px;
          font-size: 12px;
          line-height: 16px;

        }

        .expectation-list {

          grid-template-areas:
            "gynecology neurology dermatology"
            "med-eng med-eng anothers-prof";
        }

        .expectation-list li {

          display: flex;
          justify-content: center;
          align-items: center;

        }


        .docma-bands-already-doc {
          display: none;
        }

        .sign-up--btns a:last-child {
          margin-top: 0 !important;
          padding: 10px;
          /*padding: 5px 10px 5px 10px !important;*/
        }

        .sign-up--btns a {
          font-size: 18px;
        }

        .docma-bands--mobile {
          display: block;
        }

        .docma-bands::before {
          display: none;
        }

        .become-doc-list li {
          display: flex;
          justify-content: center;
          flex-direction: column;
        }

        .link-mobile a {
          padding: 5px 15px;
        }

        .become-doc--nav-btns {
          flex-direction: column;
        }

        .doc-profile--mockup img {
          width: 100%;
        }

        .become-doc--nav-btns a {
          width: 100%;
          margin: 0;
          border-radius: 15px;
        }

        .education-btn br,
        .employment-btn br {
          display: none;
        }


        h1 {
          font-size: 24px;
        }

        .for-doctor h2 {
          font-size: 24px;
        }

        h3 {
          font-size: 20px;
        }
      }

      @media (max-width: 440px) {
        .expectation-list {
          gap: 5px;
        }


        .become-doc-list {
          gap: 5px;
        }

        .become-doc-list li {
          padding: 10px;
          font-size: 14px;
        }
      }



      @media (max-width: 360px) {



        .sign-up--btns a {
          font-size: 16px;
        }
      }

      @media (max-width: 350px) {
        .expectation-list {

          grid-template-areas:
            "neurology gynecology"
            "dermatology med-eng"
            "anothers-prof anothers-prof";
        }

      }
    
    
    .block-hidden {
        display: none;
    }
    
    
    
    
    
.btn-animation {
   position: relative !important;
   background-position: right center;
   background-size: 300% auto;
   -webkit-animation: pulse 2s infinite;
   animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
 0% {
  box-shadow: 0 0 0 0 rgba(2, 181, 188, 0.6);;
 }

 70% {
  box-shadow: 0 0 0 20px rgb(218 103 68 / 0%);
 }

 100% {
  box-shadow: 0 0 0 35px rgb(218 103 68 / 0%);
 }
}
 
 
 
 .momentum {
   position: absolute !important;
    left: 5px;
   margin-right: 10px;
    opacity: 0.5;
 --uib-size: 40px;
 --uib-speed: 1s;
 --uib-color: rgb(221, 255, 242);
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 height: var(--uib-size);
 width: var(--uib-size);
 animation: rotate01561 var(--uib-speed) linear infinite;
}

.momentum::before,
.momentum::after {
 content: '';
 height: 25%;
 width: 25%;
 border-radius: 50%;
 background-color: var(--uib-color);
}

.momentum::before {
 animation: wobble290123 calc(var(--uib-speed) * 1.25) ease-in-out infinite;
}

.momentum::after {
 animation: wobble9123 calc(var(--uib-speed) * 1.25) ease-in-out infinite;
}

.momentum::before {
 margin-right: 10%;
}

@keyframes wobble9123 {
 0%,
  100% {
  transform: translateX(0);
 }

 50% {
  transform: translateX(calc(var(--uib-size) * 0.2)) scale(1.1);
 }
}

@keyframes wobble290123 {
 0%,
  100% {
  transform: translateX(0);
 }

 50% {
  transform: translateX(calc(var(--uib-size) * -0.2)) scale(1.1);
 }
}

@keyframes rotate01561 {
 0% {
  transform: rotate(0deg);
 }

 100% {
  transform: rotate(360deg);
 }
}

 

  
