@media screen and (min-width: 800px) {
.right-align {
    text-align: right;
}

}
@media screen and (min-width: 992px) {
.transferflowcss p {
        padding-left: 94px;
}
.transferflowcss {
        padding-left: 94px;
}
.identify button.slds-button.slds-button_icon.slds-button_icon-border{
    margin-top: 48px;
}

}

@media only screen and (max-width: 600px) {
.right-align {
    text-align: left;
    padding-top:20px;
}

}


.dd{
    padding-top: var(--lwc-spacingLarge,1.5rem);
}

.panel.slds-modal.slds-fade-in-open {
    background: none;
}
button.slds-button.slds-button--neutral.ok.uiButton--default.uiButton--brand.uiButton span.label.bBody {
background: rgb(37, 116, 169);
    color: #fff;
}

.headercss{
    font-size: 28px;
    align-items: center;
    color: #C04C0B;
    font-family: 'Roboto';
    font-style: normal;
}
.commoncss{
    font-family: Roboto;
    font-weight: 500;
}
.cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12 {
    padding:inherit  !important;
}
forceCommunitySection .cb-section_column:only-child {
    padding: inherit  !important;
}
span.slds-accordion__summary-content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
body{
    outline: none;
}
lightning-accordion{
    outline: none;
}
html{
    background: #e6e6e6 !important;
}
.slds-combobox__input slds-input_faux{
    border: 1px solid rgba(125, 125, 125, 1);
}
.slds-form-element__control input {
    /* border: aqua; */
    border: 1px solid rgba(0, 0, 0, 1);
}
.slds-form-element__control textarea {
    border: 1px solid rgba(0, 0, 0, 1);
}
.slds-combobox__form-element button {
    border: 1px solid rgba(125, 125, 125, 1);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /* line-height: 146%; */
    color: #616161;
}
lightning-base-combobox-item{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}
.horizontal-line{
    border-top: 1px solid #e6e6e6;
}
.rowval-style{
    color: #212121;
    font-family: Roboto;
    font-weight: 400;
  }
.mycss lightning-input.slds-form-element {
    padding: 10px;
}
.mycss span#form-label-23 {
    display: none;
}
.slds-file-selector__text {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
}
.slds-file-selector__button {
align-items: center;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #0076A8;
}
lightning-file-upload lightning-input div.slds-form-element__help{
 display:none
}
.mycss span.slds-form-element__label {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #616161;
  padding-bottom: 10px;
  padding-right: 20px;
}
lightning-output-field.casedesc.slds-form-element lightning-formatted-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    
    
    color: #000000;
}

.identify lightning-primitive-icon {
   color:rgba(33, 33, 33, 1)
}