.slds-input{
    height:52px;
    font-size:14px;
}
.slds-combobox__input-value{
    height:52px;
    font-size:14px;
}
.slds-input_faux{
    height:52px;
    font-size:14px;
}
.slds-truncate{
    padding-top: 10px;
}
.slds-pill{
    height: 52px;
    width: 700px;
    font-size:14px;
    padding-left:7px; 
}
.slds-required{
    display: none;
}

.slds-button_icon{
    color: #80379B;
}
.slds-form-element__icon{
    padding-top: 0px;
}
ul.slds-tabs_default__nav{
    margin-left: 60px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.slds-is-active a {
    color: #80379B;
    font-weight: 600 !important;
}
.slds-tabs_default__link{
    color: black;
    font-weight: 600;
}
.custom-phone-link {
    color: black; /* Example link color */
    text-decoration: none; /* Underline the link */
    cursor: auto;
}
.slds-card {
    border:none;
}
.fix-popover_tooltip_alignment{
    background: #381750;
}
.slds-pill__label {
    width:1000px;
}
.slds-accordion__summary {
    box-shadow: 1px 8px 28px rgb(32 32 32 / 6%); 
}
 
.slds-accordion__section{ 
    border-radius: 10px;
    box-shadow:1px 8px 28px rgb(32 32 32 / 6%);
}
.slds-accordion__list-item {
    padding-bottom:1rem;
}
.slds-accordion__summary-content{
    font-weight: 700;
}
.slds-form-element__control .slds-radio, .slds-form-element__control .slds-checkbox {
    
    border-bottom:0px; 
}