.toastMessage.forceActionsText{
     white-space : pre-line !important;
}
lightning-checkbox-group div {
    display: flex;
    flex-wrap: wrap;
}
lightning-checkbox-group div > span {
    width: 33%;
    padding: 0.25rem 0;
}
.full-width-checkboxgroup lightning-checkbox-group div > span {
    width: 100%;
}
.slds-checkbox .slds-checkbox__label > span.slds-form-element__label {
    color: rgb(22, 50, 92);
    font-size: 16px;
}
.slds-checkbox label.slds-checkbox__label {
    display: flex;
}
/* Sam 17 Mar 2021 : US 74747 start */
.antigen .popup-content{
    width:62.5%;
    padding:3.75rem;
}
.antigen .popup .popup-header .close-button{
    right: -2rem;
    top: -2rem;
}
.antigen .popup .popup-wrapper .close-button img{
    width:1.5rem;
    height:1.5rem;
}
.antigen .popup .radio-card .slds-radio_faux{
    margin-right:0.8125rem;
}
.search-wrapper .slds-input__icon path{
    fill:#526173;
}
.search-wrapper .slds-input-has-icon_left-right .slds-input{
    padding-left:2.5rem;
    font-size:1rem;
}
.search-wrapper .slds-button__icon{
    width:1.5rem;
    height:1.5rem;
}
.search-wrapper .slds-input__icon-group_right .slds-input__icon_right{
    right: 1.5rem;
}
.search-wrapper .slds-input__icon-group .slds-input__icon.slds-button{
    top:20%;
}
.search-wrapper .slds-input-has-icon .slds-input__icon{
    width:1.25rem;
    height:1.25rem;
    top: 43%;
}
.antigen .popup[role="dialog"]{
    overflow: initial;
}
.antigen .popup .popup-wrapper{
    top: 5% !important;
}
.antigen .popup .popup-content{
    height: 90vh;
    /* overflow-y: auto; */
}
.card-box .slds-grid.slds-wrap{
    align-items:flex-end;
}
.individual-form .individual-card .slds-form-element__control{
    width:48.7%;
}
.remove-btn .slds-button, .add-btn .slds-button{
    /* Ateeq 23-March 2021 Defect 76022 */
    /* height:2.75rem; */
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width:32.2%;
    font-size:1.25rem;
}
.slds-scope .slds-form-element .slds-input{
    font-size:1rem;
}
.slds-combobox_container .slds-listbox_vertical .slds-media.slds-listbox__option{
    font-size:1rem;
}
.slds-button_brand{
    height: 3.25rem;
}
/* Sam 17 Mar 2021 : US 74747 end */
@media screen and (max-width: 760px) {
    lightning-checkbox-group div > span {
        width: 100%;
    }   
    .slds-checkbox [type="checkbox"] {
        bottom: 0;
        left: 0.875rem;
    }
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .individual-wrapper .all-btn-wrapper .slds-button{
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
  }
}