/*/Nav1 header/*/
.header-top .rounded-circle{
    width: 33px;
    height: 33px;
    border: rgba(47,107,151,1) 1.5px solid;
    border-radius: 50%;
    background-color: white;
    text-align: center;
}


/*/--- members-bredcrumb ---/*/

.custombreadcrumb li {
    color: gray;
    font-weight: lighter;
}

.custombreadcrumb .active2 {
    color: black;
    font-weight: bold;
}

/*/--- members-activity ---/*/

.memProfimg {
    width: 110px;
}

.memviewBtn {
    margin-bottom: -15px;
}


/*/--- members-message ---/*/

.msgOptionSec {
    width: auto;
}

.dotBtn {
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 15px;
}

.msgRow .black {
    color: black;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: grey;
    border-radius: 50%;
    margin-bottom: 1px;
}

.msgOptions {
    position: absolute;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top-width: 0;
    right: 34px;
    width: 12em;
    box-shadow: 0px 3px 20px 10px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.msgOptions i {
    padding-right: 10px;
}

.msgOptions :hover a {
    color: #fff;
}

.align-items-center .c1 {
    width: 70px;
    min-width: 70px;
}

.align-items-center .c2 {
    width: 100%;
    min-width: 85px;
    margin-left: 10px;
}

.align-items-center .c3 {
    height: 70px;
    min-width: 50px;
}

.msgDueSec {
    position: absolute;
    margin-top: 17px;
}


.msgDueSec p {
    text-align: right;
    font-size: small;
}

.msgRow:hover {
    cursor: pointer;
    transform: scale(1.0);
    box-shadow: 0px 3px 15px 8px rgba(0, 0, 0, 0.2);
}


#msgBox .modal-header .modal-title {
    color: black;
    font-size: large;
}

#msgBox .modal-header img {
    width: 40px;
    padding-right: 5px;
}

#msgBox .modal-footer p {
    font-size: 14px;
    position: absolute;
    left: 10px;
}




/*/--- members-bridegroomProf ---/*/

.nav-tabs .nav-item a {
    color: #444444;
    background-color: rgb(var(--base), .2);
}

/*/page bg color/*/
.ProfileViewSection .text-primary-grad {
    color: rgb(15,75,96);
    background: -moz-linear-gradient(90deg, rgba(15,75,96,1) 0%, rgba(24,140,141,1) 42%, rgba(47,107,151,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,75,96,1) 0%, rgba(24,140,141,1) 42%, rgba(47,107,151,1) 100%);
    color: linear-gradient(90deg, rgba(15,75,96,1) 0%, rgba(24,140,141,1) 42%, rgba(47,107,151,1) 100%);
    /*/
    background: rgb(253, 41, 123);
    background: -moz-linear-gradient(0deg, rgba(253, 44, 121, 1) 0%, rgba(253, 101, 91, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(253, 44, 121, 1) 0%, rgba(253, 101, 91, 1) 100%);
    background: linear-gradient(0deg, rgba(253, 44, 121, 1) 0%, rgba(253, 101, 91, 1) 100%);/*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProfileViewSection .bg-primary-grad {
    background: rgb(15,75,96);
    background: -moz-linear-gradient(90deg, rgba(15,75,96,1) 0%, rgba(24,140,141,1) 42%, rgba(47,107,151,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,75,96,1) 0%, rgba(24,140,141,1) 42%, rgba(47,107,151,1) 100%);
    background: linear-gradient(90deg, rgba(15,75,96,9) 0%, rgba(24,140,141,1) 42%, rgba(47,107,151,1) 100%);
}

.ProfileViewSection .btn-primary{
    background: rgb(15,75,96);
    background: -moz-linear-gradient(90deg, rgba(15,75,96,9) -10%, rgba(47,107,151,1) 42%, rgba(24,140,141,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(15,75,96,9) -10%, rgba(47,107,151,1) 42%, rgba(24,140,141,1) 100%);
    background: linear-gradient(90deg, rgba(15,75,96,9) 0%, rgba(47,107,151,1) 42%, rgba(24,140,141,1) 100%);
}

.btn-primary-success{
  background: rgb(15, 84, 96);
    background: -moz-linear-gradient(90deg, rgba(47,85,96,9) -10%, rgb(47, 151, 106) 42%, rgb(24, 141, 112) 100%);
    background: -webkit-linear-gradient(90deg, rgba(47,85,96,9) -10%, rgb(47, 151, 106) 42%, rgb(24, 141, 112) 100%);
    background: linear-gradient(90deg, rgba(47,85,96,9) -10%, rgb(47, 151, 106) 42%, rgb(24, 141, 112) 100%);
    color: #fff;
}

.border--primary{
  border: 2px solid rgb(var(--base));
}

.btn-primary-success:hover{
  color: #fff;
}

.ProfileViewSection .fill-dark {
    fill: #4d4d4d;
}

.ProfileViewSection .fill-primary-grad stop:nth-child(1) {
    /*/stop-color: rgba(253, 101, 91, 1);/*/
    stop-color: rgba(47,107,151,1);
}

.ProfileViewSection .fill-primary-grad stop:nth-child(2) {
    /*/stop-color: rgba(253, 44, 121, 1);/*/
    stop-color: rgba(24,140,141,1);
}

@media(min-width: 1199.98px) {
    .profile-sidebar {
        margin-top: -260px
    }
}

.profName{
    margin-top: -1px; 
    font-size: larger; 
    font-weight: 600;
}

.membershipBadge{
    font-size: smaller; 
    margin-top: -20px;
}

.profViewOptionBtnSec a {
    text-align: left;
    font-size: small;
    border-color: white;
}

.ProfSideBarBtns1 {
    padding-right: 3px;
}
.ProfSideBarBtns2 {
    padding-left: 3px;
}

.ProfileViewSection .tabbadge {
    font-size: smaller; 
    margin-top: -20px;
}

.ProfileViewSection .tabtitle{
    font-size: larger; 
    font-weight: 600;
}

.ProfileViewSection .profViewOptionBtnSec a {
    text-align: left;
    font-size: small;
}

.sizing{
    width: 55%;
}

.borderLeft {
    border-left: 1px white solid;
}

@media(width < 768px) {
    .borderLeft {
        border-left: 0px;
    }
}

.badge-platinum {
    padding: 5px;
    background-color: #4d4d4d;
    color: #e7e7e7;
}

.badge-gold {
    padding: 5px;
    background-color: goldenrod;
    color: black;
}

.badge-silver {
    padding: 5px;
    background-color: silver;
    color: #4d4d4d;
}

.ProfileViewSection .tab-content .rounded-circle {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    margin-left: -25px;
    margin-right: 25px;
    background-color: white;
}

.ProfileViewSection .tab-content .accordion-item {
    margin-left: 25px;
    border-top: #fff;
    border-bottom: #fff;
    border-right: #fff;
    cursor: pointer;
}

.ProfileViewSection .tab-content .accordion-body {
    margin-left: 25px;
}

.ProfileViewSection .tab-content .accordion :last-child {
    border-left: #fff;
}


.cus-nav-tabs.border-bottom a {
    border-bottom: 3px solid transparent
}

.cus-nav-tabs.white a.active {
    border-color: #fff;
    color: #fff !important
}



.ProfileViewSection .CusAccordion-head[aria-expanded="true"] .CusAccordion-title {
    /*/color: rgb(253, 41, 123);/*/
    color: rgba(24,140,141,1);
}


/*/ Font style

font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
/*/


/*/----member-sidebars-----/*/


#navbarSupportedContent3 .list-group-item.active{
    background-color: white;
    color: rgb(16, 133, 139);
    font-weight: 500;
    border-color: #f0eaea;
}

#navbarSupportedContent4 .list-group-item.active{
  background-color: white;
  color: rgb(16, 133, 139);
  font-weight: 500;
  border-color: #f0eaea;
  border-radius: 5px;
}


#navSidebar1 .sidebar-header{
    margin-bottom: 40px;
}

#navSidebar1 .search__left{
    height: 100%;
}

#navSidebar1 .sidebar-header a{
    font-size: larger; 
    color: grey; 
    width: 100%;
}

#navSidebar1 .sidebar-header h6{
    color: grey; 
    width: 100%;
}



.hidden_block{
  display: none;
}



.matchcard .membershipBadge{
    margin-top: -25px; 
    float: right;
}

.primary-light-grad{
    background: -moz-linear-gradient(45deg, rgba(15,75,96,0.8) 0%, rgba(24,140,141,0.4) 42%, rgba(47,107,151,0.9) 100%);
    background: -webkit-linear-gradient(45deg, rgba(15,75,96,0.8) 0%, rgba(24,140,141,0.4) 42%, rgba(47,107,151,0.9) 100%);
    background: linear-gradient(45deg, rgba(15,75,96,0.8) 0%, rgba(24,140,141,0.4) 42%, rgba(47,107,151,0.9) 100%);
}


.MemberImgData1 {
  padding-left: 30px;
}

@media(max-width: 767px) {
  .MemberImg1 {
      margin-left: 0px;
      margin: auto;

  }

  .MemberImgData1 {
      padding-left: 0px;
  }
}

.membership_flag {
  margin-right: -25px;
  margin-top: -8px;
}

@media(max-width: 767px) {
  .mem_summery-section {
      padding-left: 0;
  }

  .text-right {
      text-align: right;
  }

  .mem_main-details {
      font-size: small;
  }
}














#signUpProgress {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    margin-bottom: 0px;
    padding: 40px;
}

#signUpProgress .form-header {
    gap: 5px;
    text-align: center;
    font-size: .9em;
}
#signUpProgress .form-header .stepIndicator {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}
#signUpProgress .form-header .stepIndicator.active {
    font-weight: 600;
}
#signUpProgress .form-header .stepIndicator.finish {
    font-weight: 400;
    color: #009688;
}
#signUpProgress .form-header .stepIndicator::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}
#signUpProgress .form-header .stepIndicator.active::before {
    background-color: #a7ede8;
    border: 3px solid #d5f9f6;
}
#signUpProgress .form-header .stepIndicator.finish::before {
    background-color: rgb(103, 167, 168);
    border: 3px solid rgb(var(--base));
}
#signUpProgress .form-header .stepIndicator::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}
#signUpProgress .form-header .stepIndicator.active::after {
    background-color: #a7ede8;
}
#signUpProgress .form-header .stepIndicator.finish::after {
    background-color: rgb(var(--base))
}
#signUpProgress .form-header .stepIndicator:last-child:after {
    display: none;
}

#signUpForm .step {
    display: none;
}

.label-textl input {
    all: unset;
   
}


@media (max-width: 507px) { 
  #signUpProgress .form-header .stepIndicator {
    letter-spacing: -0.9px!important;
    font-size: 12px!important;
  }
  #signUpProgress{
    padding: 40px 20px;
  }
}

/*//*/
.custom--accordion2 .accordion-button{
    border-color: hsl(var(--border));
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    cursor: pointer;
}


.custom--accordion2 .accordion-button[aria-expanded=true] {
    background-color: rgb(var(--base), .2);
}


#navbarSupportedContent4 .accordion-button[aria-expanded=true] {
  background-color: black;
  border-radius: 5px;
  border: 1px solid rgb(var(--base));
  box-shadow: none;
  color: rgb(var(--base));
}







/*/Otp form/*/
.otpForm .card {
    width: 450px;
    background: #fff;
    height: 350px;
    position: relative;

    border: 1px solid rgb(var(--base), .2) !important;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 2px #dddddd67;
    margin-bottom: 30px;
  }
  
  .otpForm .container {
    height: 100vh;
  }
  
  
  .otpForm  .mobile-text {
    color: #989696b8;
    font-size: 15px;
  }
  
  .otpForm .form-control {
    margin-right: 12px;
  }
  
  .otpForm .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgba(15,75,96,0.8);
    outline: 0;
    box-shadow: none;
  }
  
  .otpForm .cursor {
    cursor: pointer;
  }

#currentResidence_entry{
    display: none;
}


  

  
  .my-choose-avatar {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .my-choose-avatar .title {
    font-weight: 700;
    font-size: 14px;
  }
  
  .avatar-item {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 55px;
    transition: transform 500ms;
    transition-timing-function: cubic-bezier(0.22, 0.11, 0.67, 0.55);
  }
  
  .my-avatars-container {
    display: flex;
    width: 350px;
    height: 150px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    font-family: monospace;
    position: relative;
    gap: 50px;
  }
  
  .my-avatars-container::before {
    content: '<';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 35px;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
    box-shadow: 0px 0px 50px 60px #FFFFFF;
    background: #FFFFFF;
  }
  
  .my-avatars-container::after {
    content: '>';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 35px;
    right: 0;
    top: 0;
    display: flex;
    box-shadow: 0px 0px 50px 60px #FFFFFF;
    background: #FFFFFF;
  }
  
  .avatars {
    position: relative;
    display: flex;
    gap: 20px;
    transition: transform 500ms;
  }
  
  #text-avatar {
    display: none;
  }

  
  .sectionLeft {
    position: absolute;
    left: 0;
    width: 35px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
  }
  
  .sectionRight {
    position: absolute;
    right: 0;
    width: 35px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
  }
  
  .current {
    transform: scale(1.2);
  }
  
  .current:hover #text-avatar {
    display: block;
  }
  
  .current:hover {
    cursor: pointer;
    background-blend-mode: overlay;
    background-color: #14192c89;
    place-items: center;
    display: grid;
  }
  

.avatars input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
  
/* Add a border to the image when its associated radio button is checked */
.avatars input[type="radio"]:checked + label .avatar-item {
    border: 2px solid transparent;
    border-color: rgb(16,133,139);
}

#femaleAvatarCol{
display: none;
}

  

.checkAbovePlan{
    cursor: pointer;
}

.invalidPass{
    color: red;
    display: none;
}
.validPass{
    color: #009688;
    display: none;
}


/*/loading element/*/
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.loading-dots {
  display: flex;
  align-items: center;
}

.loading-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #f6f2f2;
  border-radius: 50%;
  animation: bounce 1s infinite;
}

.loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
}




/*/ home page/*/

.colored{
    background: var(--linear-bg);
    border: 1px solid rgb(var(--base));
    border-radius: 10px;
}

.pkg-price{
    background: var(--linear-bg);
    color: transparent;
    display: inline-block;
    margin: 0 auto;
    -webkit-background-clip: text;
    margin-bottom: 20px !important;
    font-weight: 600;
}


.strike-text {
    border-bottom: 3px solid rgb(var(--base));
    width: 119px;
    margin-top: -23px;
    position: absolute;
  }
  


  /*/HOME/*/
  .text-shine{
  background: linear-gradient(to right, rgb(16,133,139) 0, #a7ede8 10%, rgb(16,133,139) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}




.link {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    text-decoration: none;
    position: relative;
  }
  .link span,
  .link i {
    position: relative;
  }
  .link i {
    margin-left: 0.5em;
  }
  .link .color {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background-color: rgb(var(--base));
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -0.65em;
  }
  .link:hover{
    color: white;
  }


@keyframes shine {
    /* Define the keyframe percentages and corresponding styles */
    0% {
        background-position: 0;
    }
    60% {
        background-position: 115px;
    }
    100% {
        background-position: 215px;
    }
  }



  .bordered-div  {
    --s: 70px; /* the size on the corner */
    --t: 7px;  /* the thickness of the border */
    --g: 20px; /* the gap between the border and image */
    
    padding: calc(var(--g) + var(--t));
    outline: var(--t) solid whitesmoke; /* the color here */
    outline-offset: calc(-1*var(--t));
    -webkit-mask:
      conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
      0 0/calc(100% - var(--s)) calc(100% - var(--s)),
      linear-gradient(#000 0 0) content-box;
  }




  .imageCard .card {
    overflow: hidden; /* Hide any overflowing content within the card */
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  .imageCard .card-img {
    object-fit: cover; /* Make sure the image covers the entire card */
    height: 300px; /* Set the height of the image, adjust as needed */
  }
  
  .imageCard .card-body-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*background-color: rgba(59, 52, 52, 0.4); /* Overlay background color */
    box-shadow: inset 0 -100px 40px -35px rgba(60, 60, 60, 0.9);
    padding: 5px;
    display: flex; 
  }

  .imageCard .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .imageCard .card-title {
    margin: 5px;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    text-shadow: 8px 8px 20px #444444;
  }
  


  /*/custom toastify notifications/*/

  .custom-toast-primary {
    background: linear-gradient(45deg, rgba(15,75,96), rgba(24,140,141), rgba(47,107,151));
    color: white; 
    border-radius: 5px; 
    font-size: small;
    margin-top: 5%;
  }

  .custom-toast-danger {
    border: 1px solid rgb(85, 62, 62);
    background: linear-gradient(45deg, rgb(234, 5, 5), rgb(191, 70, 18), rgb(162, 10, 10));
    color: #fff; 
    border-radius: 5px; 
    font-size: small;
    margin-top: 5%;
  }

  .custom-toast-warning {
    border: 1px solid rgb(85, 62, 62);
    background: linear-gradient(45deg, rgb(198, 157, 8), rgb(188, 131, 6), rgb(226, 172, 7));
    color: #ffffff; 
    border-radius: 5px; 
    font-size: small;
    margin-top: 5%;
  }

  .custom-toast-success {
    border: 1px solid rgb(132, 182, 140);
    background: linear-gradient(65deg, rgb(13, 102, 5),rgb(92, 186, 51), rgb(7, 163, 56));
    color: #fff;
    border-radius: 5px; 
    font-size: small;
    margin-top: 5%;
  }

.remveitalic{
    font-family: Cambria, serif; 
    font-style: normal;
}

.fontRed{
    color: red;
}



  
  
  /*cookie card */


  .cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgb(var(--base));
  }
  
  .cookies-card.hide {
    bottom: -500px !important;
  }
  
  .radius--10px {
    border-radius: 10px;
  }
  
  .cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .cookies-card__content {
    margin-bottom: 0;
  }
  
  .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
  }
  
  .cookies-btn:hover {
    color: #363636;
  }
  
  
  @media (max-width: 767px) {
    .cookies-card {
      width: 100%;
      left: 0;
      bottom: 0;
      font-size: 14px;
      padding: 15px;
    }
  }
  
  .borderTopless{
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
  }

  .uppercaseLetter::first-letter {
    text-transform: uppercase;
  }
  
.btn_InputGroup{
    background-color: white;
    border: 1px solid rgb(var(--base));
    border-radius: 0px;
    color: #009688;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn_InputGroup:hover{
    background-color: #009688;
    color: white;
}

.redCard{
    background-color: #f607071f;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#mobileOTPEntry{
    display: none;
}

.Notidot {
    width: 10px;
    height: 10px;
    background-color: rgb(var(--base));
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: -14px;
    margin-top: 1px;
  }
  @media(max-width: 992px) {
    .Notidot {
      margin-left: 2.7px;
    }
  }
  @media(min-width: 992px) {
    .Notidot {
      top:21px;
    }
  }
  .mrginLeft{
    margin-left: -10px;
  }






/*/Admin panel/*/

.fixedSideBar{
  border-radius: 0px; 
  position: fixed;
  height: 100%; 
  width: 22%;
  margin-top:-80px;
}

@media(max-width: 1199px) {
  .fixedSideBar {
    margin-top: 0px;
    width: 350px;
    margin-left: 0;
    margin-left:0; 
  }
}

/*/----Select checkbox----/*/
.dropdown {
  position: relative;
  margin-bottom: 20px;
}

.dropdown-list {
  padding: 25px 20px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border: 1px solid rgba(black, .2);
  max-height: 223px;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 10;
}

.checkbox {
  opacity: 0;
  transition: opacity .2s;
}

.dropdown-label {
  display: block;
  height: 44px;
  font-size: 16px;
  line-height: 42px;
  background: #fff;
  border: 1px solid rgba(black, .2);
  padding: 0 40px 0 20px;
  cursor: pointer;
  position: relative;
}

.dropdown-label:before {
    content: '▼';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .25s;
    transform-origin: center center;
  }

.dropdown .open .dropdown-list {
    display: block;
}

.dropdown .open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}

.dropdown .open .dropdown-label:before {
  transform: translateY(-50%) rotate(-180deg);
}


.checkbox {
  margin-bottom: 20px;
}

.checkbox:last-child {  
    margin-bottom: 0;
}
  
.checkbox-custom {
  display: none;
}

.checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(black, .3);
  border-radius: 2px;
  margin-top: -2px;
}

.checkbox-custom:checked + .checkbox-custom-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 4px;
  height: 4px;
  padding: 2px;
  transform: rotate(45deg);
  text-align: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
}
.checkbox-custom-label {
  line-height: 16px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: black;
}







/*/
#signUpForm input {
    padding: 15px 20px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
#signUpForm input:focus {
    border: 1px solid #009688;
    outline: 0;
}
#signUpForm input.invalid {
    border: 1px solid #ffaba5;
}

#signUpForm .form-footer{
    overflow:auto;
    gap: 20px;
}
#signUpForm .form-footer button{
    background-color: #009688;
    border: 1px solid #009688 !important;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    margin-top: 5px;
}
#signUpForm .form-footer button:hover {
  opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
    background-color: #fff;
    color: #009688;
}