a.btn>span.fa-list-alt
{
    position: absolute;
    margin-right: auto;
    width: 20px;
    height: 20px;
    font-size: 28px;
    bottom: 22px;
    left: 10px;
} 

.table1 {
    font-family: Avenir, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
    }
    .category-cards-container>input[type="radio"].hide{
       display: block !important;
       /*  opacity: 0;*/
        z-index: -1;
        position: absolute;
    }
    .category-cards-container>input[type='radio']:checked:before {
        width: 16px;
        height: 16px;
        background-color: var(--portalThemeColor4);
        z-index: 1;
      }
      @media (-ms-high-contrast: active), (forced-colors: active) {
        #msdyn_bankappointmenttype input[type='radio']:checked:before {
            background-color: Highlight;   /* focus button when in high-contrast mode */
        }
      }
      .category-cards-container>input[type='radio']:before,
    .category-cards-container>input[type='radio']:after {
      border-radius: 50%;
      inset: 0;
      margin: auto;
      position: absolute;
      content: '';
    }
      
      .category-cards-container> input[type='radio']:after {
        width: 32px;
        height: 32px;
        background-color: var(--portalThemeColor7);
        border: 2px solid var(--portalThemeColor4);
      }
    category-cards-container>input[type='radio'] {
        position: relative;
        margin-right: 16px;
        width: 32px;
        height: 32px;
        outline: none; /* focus outline is handled by :after rule */
        -moz-appearance: initial !important; /* apply custom radio style in Firefox */
      }
      .category-cards-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
        grid-gap: 25px;
        /*justify-content: center;*/
        margin: 0;
      }
      
      .category-cards-container>label {
        min-height: 150px; 
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        outline: 1px solid var(--portalThemeColor3);
        text-align: center;
        font-weight: 400;
        max-width: 250px;
        background-color: #5881f1 !important;
      }
      .opportunity>label {
        max-height: 200px !important;
        min-height: 140px !important;
      }
      .opportunityproducts_tbl> table,
      .opportunityproducts_tbl> th,
      .opportunityproducts_tbl> td{
        border: 1px solid grey;
      } 
      
      .opportunityproducts_tbl>th{
         padding:30px;
      }
      .opportunityproducts_tbl>th,
      .opportunityproducts_tbl>td{
         padding:30px;
      }
    
    
      .category-cards-container>label:hover {
        cursor: pointer;
        background-color: #92b9fb !important;
      }
      
      .category-cards-container>label>.card {
        height: 100%;
        margin-bottom: 0px;
       
        background-color: #5881f1;
        color: #fff;
        font-weight: 600;
        font-family: Avenir, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        /*text-transform: uppercase;*/
        justify-content: center;

      }
      
      .category-cards-container>label>.card:hover {
        background-color: #92b9fb !important;
      }

      .category-cards-container>label>.card .card-body {
        display: flex;
        justify-content: center;
        border-top: 1px solid var(--portalThemeColor3);
        padding: 0;
        margin: 25px 25px 0 25px;
        padding-top: 25px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        
      }
      
      .category-cards-container>label>.card .card-header {
        font-size: 13px;
        border-bottom: 1px solid transparent;
        margin-bottom: 20px;
        padding-bottom: 0;
        padding-top: 25px;
        font-weight: 400;
      }

      .category-cards-container>input[type="radio"]:checked+label {
        outline: 1px solid var(--portalThemeColor4);
        box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
      }
      
      .category-cards-container>input[type="radio"]+label .selected-bg {
        display: none;
      }
      
      .category-cards-container>input[type="radio"]:checked+label .selected-bg {
        display: unset;
        position: absolute;
        inset: 0;
 
        /*background-color: var(--portalThemeColor4);*/
        opacity: 5%;
        pointer-events: none;
      }
      
      .category-cards-container>input[type="radio"]:hover+label,
      .category-cards-container>input[type="radio"]:focus+label {
        outline: 2px solid var(--portalThemeColor4);
        box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);

      }
      
      .card .card-header.category-header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }
      .autoSelectedSP{
        background-color: #bdd2f5 !important;
      }
      .autoSelectedSP-disabled{
        pointer-events: none;
      }
      .crmEntityFormView .tab-title, .crmEntityFormView .section-title h3{
        font-size: 26px;
        margin-bottom: 50px;
        border: none;
        color: #6c757d;

      }
      .crmEntityFormView .actions{
        border: none;
      }
      .crmEntityFormView, .entitylist, .modal-content, .popover-content{
        border: none;
      }
      .visible{
        display: block;
    }
    .unvisible{
        display: none !important;
    }
    .crmEntityFormView{
      border:none !important; 
    }
    #EntityFormPanel{
      border: none !important;
    }
    .btn{
      border-radius: 5px;
    }
    .crmquickform-cell{
      border: none !important;
    }
    #Subgrid_new_1 .table{
      min-height: 100px;
    }
    #Subgrid_new_1 .table-responsive{
      min-height: 150px;
    }
    div.message.success{
      text-align: center;
      background-color: #ffffff !important;
      border:none !important;
    }
    #MessageLabel{
      font-size: 19px !important;
    }
    #rwm_retailerid_lookupmodal .remove-value{
      display: none;
    }
    .navbar-brand img{
      height: 50px !important;
      margin: 10px 10px !important;
    }

    ::placeholder {
      color: #6c757d !important;
    }

    body{
      font-family: Avenir, 'sans-serif' !important;
    }
    [name="webChat"]{
      display: none !important;
    }
    #my_custom_centralwarehouse_lookup{
      border: 1px solid #949494 !important;
      width: 500px !important;
    }