@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Avenir';
    src: url('/Avenir-Regular.woff2') format('woff2'),
         url('/Avenir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }


html{
    --font-Manrope: "Manrope", sans-serif;
    --font-Avenir: 'Avenir', sans-serif;
    --font-family-Monteserrat: "Montserrat", sans-serif;
}
.wrapper-body {
    max-width: 100% !important;
    padding: 0 !important;
}
.navbar{
    padding: 20px 36px; 
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10);

}
.navbar-nav{
    gap: 24px;
}
.p_16_36{
    padding: 16px 36px;
}
.nav-tabs li.nav-item {
    width: 30%;
}
.navbar-brand{
    padding: 20px 0 !important;
}
.nav-tabs .nav-link:focus{
    outline: none;
}
.profilebuilder {
    background-color: #F5F5F5;
    height: calc(100vh - 86px);
    padding-top: 60px;
    overflow-y: scroll;
}
.profilesection {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #FFF;
    padding: 20px;
    gap: 36px;
    width: 86%;
    margin: 0 auto;
}
.profilesection__heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    border-right: 1px solid #bbb;
    padding-right: 24px;
}
.profilesection__tabs{
    width: 76%;
}
.nav-tabs{
    gap: 36px;
    border-bottom: 0;
}
.profile__label {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
}
.nav-tabs .nav-link{
    border-radius: 12px;
    background: #F5F5F5 !important;
    padding: 6px 12px;
    color: #878787;
}
.nav-tabs .nav-link .profile__label-name span{
    color: #4D4D4D;
}


.nav-tabs .nav-link.active{
    border-color: transparent;
    border-radius: 12px;
    background: #F7F5FF;
    padding: 6px 12px;
    color: #000;
}
.nav-tabs .nav-link.active .profile__label-name span{
    color: #683DE6;
}
.profile__label-number {
    width: 46px;
    height: 46px;
    padding: 9px;
    border-radius: 36px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(135, 135, 135);
    border-image: initial;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-Manrope);
    background-color: #fff;
    color: #878787;
}
.profile__label-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: var(--font-Avenir);
}
.profilesetup {
    display: flex;
    flex-direction: column;
    gap: 36px; 
}

.profiletabscontainer {
    border-radius: 20px;
    border-top: 5px solid #683DE6;
    background-color: #ffffff;
    padding: 60px;
    width: 75%;
    margin: 0 auto;
}
.profiletabcontent {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.profiletabheading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height:36px;
    font-family: var(--font-Manrope);
}
.profiletabcontent__form {
    margin-bottom: 36px;
    position: relative;
}
.profiletabcontent__form-label {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: var(--font-Avenir);
    display: flex;
    gap: 4px;
    align-items: center;
}
.profiletabcontent__form-input input,.profiletabcontent__form-input select {
    padding: 0px 12px;
    height: 40px;
    border-radius: 12px;
    border: 2px solid #bbb;
    background-color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #4D4D4D;
    font-family: var(--font-Avenir);
    width: 100%;
}
.profiletabcontent__form-input textarea {
    padding: 8px 12px;
    border-radius: 12px;
    border: 2px solid #BBB;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #696969;
    font-family: var(--font-Avenir);
    margin-bottom: 12px;
}
.profiletabcontent__form-btn {
    display: flex;
    margin-bottom: 36px;
}
.profiletabcontent__form-btn button {
    background-color: transparent;
    border: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.36px;
    color: #683DE6;
}
.required{
    color: #E30000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500; 
    font-family: var(--font-Avenir);
}
.hrline{
    border-top: 1px solid #D9D9D9;
    width: 90%;
    margin: 30px auto;
}

 .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.profiletabcontent__form-input .input-group{
    padding-left: 6px;
    padding: 2px 4px 4px;
    height: 40px;
    border-radius: 12px;
    border: 2px solid #bbb;
    background-color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #4D4D4D;    
    flex-direction: column; 
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    overflow: hidden;
}
.profiletabcontent__form-input .input-group input {
    border: 0;
    padding: 0 6px;
    height: 32px;
    border-radius: 0;
    width: 97%;
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    line-height:24px;
    letter-spacing: 0.32px;
    color: #696969;
    font-family: var(--font-Avenir);
}
.profiletabcontent__form-input .input-group  .plus{
     
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    border-radius: 7px;
    background-color: #DED6FF !important;
    border: 0;
    height: 30px;
    color: #683DE6 !important;
    width: 30px;
    justify-content: center;
    margin-right: 6px; 
}  
.tag{
    padding: 0;
}
.badge {
    height: 28px;
    padding: 4px 8px;
    border-radius: 7px !important;
    background-color: #DED6FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #683DE6;
}
.search-icon{
    background-color: transparent;
    border: 0;
    color: #696969;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.48px;
    padding: 4px 4px;
}
.profilecheckbox {
    display: flex;
    gap: 36px;
}
.profilecheckbox .form-check .form-check-label {
    margin-left: 3px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #4D4D4D;
}
.profilecheckbox input {
    width: 20px;
    height: 20px;
    padding: 0;
}
.updateprofile__container {
    padding-bottom: 36px;
    padding-top: 36px;
}
.updateprofilebutton .btn-primary{
    border-radius: 32px;
    background-color:#683DE6;
    padding: 12px 16px; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #fff;
}a
.updateprofilebutton {
    display: flex;
    width: 96%;
    justify-content: flex-end;
    align-items: end;
}
 
.navbar .container {
    justify-content: flex-start !important;
}
.profilesection{
    padding: 20px 32px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.profilesection__heading{   
    border-bottom: 1px solid #bbb;
    padding-bottom: 16px;
    border-right: 0;
    padding-right: 0;
    width: 100%;
    font-family: var(--font-Manrope);
}
.profilesection__tabs {
    width: 100%;
}
.nav-tabs {
    gap: 16px;
    width: 100%;
    border-bottom: 0px !important;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 0;
}
.profilebuilder .nav-tabs .nav-item {
    width: 23.5%;
}
.nav-tabs .nav-link.active {
    border-color: #683DE6 !important;
}
.profilebuilder .nav-tabs .nav-link { 
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: 1px solid transparent;
}
.profilebuilder .nav-link:hover{
    color: #000 !important;
}
.active .profile__label-number{
    background-color: #683DE6;
    color: #fff;
    border-color: #683DE6;
}
.profiletabscontainer{
    width: 100%;
}
.profiletabsubheading {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #696969;
}
.codes__container {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}
.codes__container button {
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 6px;
}
.codeslabel{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.36px;
    color: #683DE6;
}
.profiletabcontent__form-heading{ 
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color:#000;
}
.profiletabcontent__form-border {
    padding: 12px 24px 32px 24px;
    border-radius: 12px;
    border: 1px solid #BBB;
    background: #fff;
}
.profiletabcontent__form-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bbb;
    padding: 12px 0px;
    margin-bottom: 24px;
}
.profiletabcontent__form-heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--font-Manrope);
    margin-bottom: 0;
}
.codes img {
    width: 24px;
    height: 24px;
}
.updateprofilebutton {
    display: flex;
    width: 96%;
    justify-content: flex-end;
    align-items: end;
    gap: 36px;
}
.message{ 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #696969;
    margin: 12px 0;
}

.locationcontainer {
    border-radius: 12px;
    border: 1px solid #BBB;
    background: #fff;
    padding: 24px;
}
.locationcontainer__heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    padding-bottom: 12px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 24px;
}
.disabled-text{
    color: #878787;
}
.profiletabcontent__form-input select:disabled {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}
.profiletabcontent__form-btn{
    margin-top: 24px;
}
.reviewsubmitcontainer {
    border-radius: 20px;
    border: 2px solid #BBB;
    background: #FFF;
    padding: 24px;
    margin-bottom: 36px;
}
.headingcontent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}
.headingcontent h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    font-family: var(--font-Manrope);
}
.edit_details a {
    border-radius: 32px;
    border: 1px solid #683DE6;
    padding: 8px 16px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-family: var(--font-Avenir);
    color: #683DE6;
}
.edit_details img {
    width: 15.014px;
    height: 15.016px;
}
.edit_details span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #683DE6;
    font-family: var(--font-Avenir);
}
.tabcontent__form {
    margin-bottom: 36px;
}
.tabcontent__form-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #4D4D4D;
    margin-bottom: 12px;
    font-family: var(--font-Avenir);
    display: flex;
    gap: 12px;
}
.tabcontent__form-input {
    border-radius: 12px;
    background: #F5F5F5;
    padding: 6px 12px;
    height: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    font-family: var(--font-Manrope);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.keywordscontainer {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}
.keyword {
    border-radius: 12px;
    border: 1px solid var(--Thonder-color-brand-primary-default, #683DE5);
    background: #F7F5FF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 6px 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000;
    font-family: var(--font-Avenir);
}
.modal{
    backdrop-filter: blur(1px);
}
.modal-dialog{
    border-radius: 20px; 
    background: #FFF; 
}
.modal-header{
    padding: 16px 24px !important;
    background-color: #EDEBF5;
    margin-bottom: 0px;
    border: 0;
}
.modal-content{
    border: 0 !important;
    box-shadow: none !important;
}
.modal-title { 
    font-family: var(--font-Manrope);
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.modal-title .subtext{
    color:#696969; 
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    display: inline-table;
}
.modal-body{
    padding: 24px 32px !important;
}
.modal-body .input-group{
    margin: 12px 0;
}
.popup_container p {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 24px;
    font-family: var(--font-Avenir);
}
.popup_input {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}
.popup_input label {
    color: #683DE6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--font-Avenir);
}
.popup_input select, .popup_input input {
    height: 40px;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #BBB;
    background: #FFF;
    font-family: var(--font-Avenir);
}
.popup_input textarea {
    height: 120px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--Thonder-color-surface-border, #BBB);
    background: #FFF;
    width: 100%;
}
.editkeyword{
    border-radius: 20px;
    border: 1px solid #bbb;
    background-color:#fff;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
}
.editinputcontainer{ 
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 20px 20px 0px 0px !important;
    gap: 8px;
}
.editinputcontainer input{
    border-bottom: 1px solid #bbb !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 5px !important;
    padding: 10px 10px !important;
}
.edittagcontainer{
    padding: 20px 44px;
    align-items: center;
}
.addkeyword__container {
    margin: 20px 44px 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.addkeyword {
    display: flex;
    height: 40px;
    padding: 0px 12px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #BBB;
    background: #F5F5F5;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    font-family: var(--font-Avenir);
}
.edit_keyword {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.edit_taglabel {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--font-Avenir);
}
.editsubtext {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 12px 0px;
    border-top: 1px solid #D9D9D9;
    width: 91%;
    margin: 0 auto;
    font-family: var(--font-Avenir);
}
.modal-footer{
    border: 0 !important;
    justify-content: center !important;
}
.modal-footer .btn.btn-secondary {
    border-radius: 32px;
    border: 1px solid  #683DE6;
    width: 128px;
    padding: 12px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #683DE6;
    background-color: #fff;
    font-family: var(--font-Avenir);
}
.modal-footer .btn.btn-primary {
    border-radius: 32px;
    border: 1px solid  #180E53;
    width: 128px;
    padding: 12px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #fff;
    background-color: #180E53;
    font-family: var(--font-Avenir);
}
.headingcontent a{
    text-decoration: none;
}
.fade { 
    opacity: 1;
}
.profiletabcontent__form-input button {
    background-color: transparent !important;
    color: #000;
    border: 0;
}
.btn-cancel{
    padding: 12px 16px;
    border-radius: 32px;
    border: 1px solid #683DE6;
    background-color: transparent; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:24px;  
    color:#683DE6;
    letter-spacing: 0.32px;
    font-size: var(--font-Avenir);
}
.btn-saveprogress{
    padding: 12px 16px;
    border-radius: 32px;
    background-color: #180E53; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:24px;  
    color:#fff;
    letter-spacing: 0.32px;
    font-size: var(--font-Avenir);
    border: 1px solid #180E53;
}
.btn-next{
    padding: 12px 16px;
    border-radius: 32px;
    background-color: #683de6; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:24px;  
    color:#fff;
    letter-spacing: 0.32px;
    border: 1px solid #E1E1E1;
    font-size: var(--font-Avenir);
}
.btn-submit{
    padding: 12px 16px;
    border-radius: 32px;
    background-color: #683DE6; 
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:24px;  
    color:#fff !important;
    letter-spacing: 0.32px;
    border: 1px solid #683DE6;
    font-size: var(--font-Avenir);
}
.tabcontent__form-heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBB;
    margin-bottom: 20px;
    font-size: var(--font-Manrope);
}
.suma_ai{
    display: flex;
}
.suma_container {
    position: absolute;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    padding: 12px;
    width: 470px;
    z-index: 2;
    display: none;
    top: 2rem;
    left: 0;
    transition: 1s ease-in;
}
.suma_content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}
.suma_text h1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
    font-family: var(--font-Avenir);
}
.suma_text p {
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: var(--font-Avenir);
}
.suma_img {
    width: 38%;
}
.suma_ai:hover > .suma_container{
    display: block;
}
.headingcontent a {
    text-decoration: none !important;
}
.profiletabcontent__form-input input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative; 
    border-radius: 12px;
    background: url(calendarIcon.png) no-repeat right 0px center;
    background-size: 35px;
  }
  .profiletabcontent__form-input input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0; 
  }
  .profiletabcontent__form-input input[type="date"]:hover {
    border-color: #007BFF;
  }
  .profiletabcontent__form-input input[type="date"]:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  .error-message{
    display: none;
    background-color: rgb(255, 230, 230);
    color: red;
    border:2px solid red;   
    padding: 10px; 
    margin:10px; 
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
  }
  .btn:hover {
    color: #fff;
    background-color: #683DE6;
    border-color: #683DE6; 
  }
    .btn-primary:hover{
        color: #fff;
        background-color: #683DE6;
        border-color: #683DE6;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.30);
    }

    .btn.disabled, .btn:disabled, fieldset:disabled .btn {
        pointer-events: none;
        background-color: #E1E1E1;
        border-color: #E1E1E1;
        opacity: 0.65;
        color: #878787;
    }
    .btn.disabled, .btn:disabled, fieldset:disabled .btn {
        pointer-events: none;
        background-color: #E1E1E1;
        border-color: #E1E1E1;
        opacity: 0.65;
        color: #878787;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.36px;
        font-family: var(--font-Avenir);
    }
    .form-control:focus{
        background-color: none;
    }
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
        cursor: not-allowed;
    }
    .form-control[readonly]:focus{
        background-color:#eeeeee !important;
    }
    input::placeholder, textarea::placeholder{
        color: #4D4D4D !important;
    }

    .chips-container{
        display: flex;
        gap: 12px;
        justify-content: flex-start;
        margin: 20px 44px;
        flex-wrap: wrap; 
    }
    .chip{
        display: flex;
        height: 40px;
        padding: 0px 12px;
        align-items: center;
        gap: 10px;
        font-family: var(--font-Avenir);
        border-radius: 12px; 
        background: #F7F5FF;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.32px;
        color: #000;
        border: 1px solid #683DE6;
    }
    .remove-btn{
        cursor:pointer;
    }
   .disabled-dropdown{
        pointer-events: none;
        background-color: #e2e2e2;
        cursor: not-allowed;
   }
   .add_another_btn{
        display: flex;
        margin-bottom: 10px;
   }
   .btn-transparent {
        border: 0;
        background-color: transparent;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0.36px;
        color: #180E53;
    }
    .video-link iframe{
        width: 100%;
        border-radius: 12px;
        height: 225px;
    }

    #field-description {
        white-space: normal;
        overflow: visible;
        word-break: break-all;
    }
    .signup-text{
        color: #683de6 !important;
    }
    .chip-close{
        cursor: pointer;
        color: #683DE6;
    }
    .remove-btn img {
        width: 8px;
    }
    .profiletabcontent__form-input {
        position: relative;
    }
    .chip-remove {
        cursor: pointer;
        color: #683DE6;
    }
@media (min-width: 992px){
   .modal-lg{
    max-width: 1056px !important;
   }
}


@media(max-width:768px){
    .navbar {
        padding: 16px;
    }
    .profilesection {
        width: 100%;
        flex-direction: column;
        padding: 16px;
        gap: 24px;
    }
    .profiletabcontent{
        gap: 16px;
    }
    .profilesection__heading{
        border: 0;
    }
    .profilesection__tabs {
        width: 100%;
    }
    .nav-tabs {
        gap: 16px; 
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .profilebuilder .nav-tabs .nav-item {
        width: 48%;
    }
    .profile__label { 
        gap: 8px; 
    }
    .profile__label-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .profile__label-name{
        font-size: 14px;
    }
    .profiletabscontainer{
        width: 100%;
        padding: 32px 16px;
    }
    .updateprofilebutton { 
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .hrline{
        margin: 6px auto;
    }
    .profilebuilder{
        padding-top: 16px;
    }
    .profiletabcontent__form-input .input-group input{
        width: 90%;
    }
}

@media(max-width:425px){
    .navbar {
        padding: 16px;
    }
    .profilesection {
        width: 100%;
        flex-direction: column;
        padding: 16px;
        gap: 24px;
    }
    .profilesection__heading{
        border: 0;
    }
    .profilesection__tabs {
        width: 100%;
    }
    .nav-tabs {
        gap: 16px; 
        justify-content: space-evenly;
    }
    .profilebuilder .nav-tabs .nav-item{
        width: 100%;
    }
    .profile__label { 
        gap: 8px; 
    }
    .profile__label-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .profile__label-name{
        font-size: 14px;
    }
    .profiletabscontainer{
        width: 100%;
        padding: 32px 16px;
    }
    .updateprofilebutton { 
        width: 100%;
        justify-content: center;
        align-items: center;
    }
     
}

@media(max-width:375px){
    .navbar {
        padding: 16px;
    }
    .profilesection {
        width: 100%;
        flex-direction: column;
        padding: 16px;
        gap: 24px;
    }
    .profilesection__heading{
        border: 0;
    }
    .profilesection__tabs {
        width: 100%;
    }
    .nav-tabs {
        gap: 16px; 
        justify-content: space-evenly;
    }
    .profilebuilder .nav-tabs .nav-item {
        width: 100% !important;
    }
    .profile__label { 
        gap: 8px; 
    }
    .profile__label-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .profile__label-name{
        font-size: 14px;
    }
    .profiletabscontainer{
        width: 100%;
        padding: 32px 16px;
    }
    .updateprofilebutton { 
        width: 100%;
        justify-content: center;
        align-items: center;
    }
     
}

@media(max-width:320px){
    .navbar {
        padding: 16px;
    }
    .profilesection {
        width: 100%;
        flex-direction: column;
        padding: 16px;
        gap: 24px;
    }
    .profilesection__heading{
        border: 0;
    }
    .profilesection__tabs {
        width: 100%;
    }
    .nav-tabs {
        gap: 16px; 
        justify-content: space-evenly;
        align-items: center;
    }
    .profilebuilder .nav-tabs .nav-item {
        width: 100%;
    }
    .profile__label { 
        gap: 8px; 
        justify-self: center;
        align-items: center;
        flex-direction: column;
    }
    .profile__label-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .profile__label-name{
        font-size: 14px;
        text-align: center;
    }
    .profile__label-name span{
        justify-content: center;
    }
    .profiletabscontainer{
        width: 100%;
        padding: 32px 16px;
    }
    .updateprofilebutton { 
        width: 100%;
        justify-content: center;
        align-items: center;
    }
     
}
