/*.list-group-item,*/
/*.form-control,*/
/*.col-sm-8 {*/
    /*position: inherit !important;*/
/*}*/

.nav-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 0px;

    box-sizing: border-box;

    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    position: fixed;
    /*width: 1440px;*/
    width: 100%;
    height: 60px;
    left: 0px;
    top: 0px;

    /* Utility / Navbar */

    background: #151515;
    /*background: #9FDAF9;*/
    /*background: #ffffff;*/
    /* Accent2 / Primary */

    /*border-bottom: 1px solid #3F99F7;*/
    /*border-bottom: 1px solid #f5405c;*/
    /*border-bottom: 1px solid #151515;*/
    z-index: 100;
}

.nav-subcontainer-1{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 283.59px;*/
    height: 60px;
    /*left: 40px;*/
    /*top: 0px;*/
    /*float: left;*/
    margin-left: 4%;
}

.nav-subcontainer-1--conversational-ai {
    margin-left: 32px;
}

.logo-home-img-tab{
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    padding: 16px 0px;
    /*margin-left: 20px;*/
    margin-right: 4px;
    gap: 8px;

    min-width: 80px;
    height: 60px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.navbar-logo {
    width: auto;
    height: 23px;
    padding: 0px 12px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navbar-logo-subdomain {
    /*width: 31.59px;*/
    width: auto;
    height: 30px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 12px;
}

.navbar-logo-login {
    width: auto;
    height: 20px;
    margin-top: 4px;
}

.nav-left-tab{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;

    width: 68px;
    height: 60px;

    border-radius: 4px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.nav-left-tab-selected{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    margin-top: 12px;
    gap: 8px;

    width: 68px;
    /*height: 60px;*/
    height: 36px;

    background: #E6F4FB;

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;

    /*border-bottom: 4px solid #3F99F7;*/
    /*border-bottom: 4px solid #f5405c;*/
    /*border-bottom: 4px solid #151515;*/
    border-radius: 0px;
}

.nav-left-tab-link{
    text-decoration: none !important;
}

.nav-left-tab-text{
    width: 48px;
    height: 17px;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.nav-left-tab-text-selected{
    width: 48px;
    height: 17px;

    flex: none;
    order: 0;
    flex-grow: 0;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
}

/*.workflows-require-actions{*/
    /*background-color: #3F99F7;*/
    /*vertical-align: top;*/
    /*font-size: 11px;*/
    /*padding: 2px 6px 2px 5px;*/
    /*margin-left:6px !important;*/
    /*color:white;"*/
/*}*/

.workflows-require-actions{
    /*background-color: #3F99F7;*/
    background-color: #E6F4FB;
    vertical-align: top;
    font-size: 11px;
    padding: 2px 6px 2px 5px;
    margin-left:6px !important;
    /*color:white;*/
    color:#151515;
    font-weight: normal;
}

.nav-subcontainer-2{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    /*position: absolute;*/
    /*width: auto;*/
    height: 60px;
    /*left: 70%;*/
    /*float: right;*/
    /*top: 0px;*/
    /*float: left;*/
    flex-grow: 1;
}

.nav-subcontainer-3{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 283.59px;*/
    height: 60px;
    /*left: 70%;*/
    /*float: right;*/
    /*top: 0px;*/
    /*float: left;*/
    margin-right: 4%;
}

.nav-subcontainer-3--conversational-ai {
    margin-right: 32px;
}

.project-folders-symbol {
    color: #FFFFFF;
    display: inline-block;
    /*font-size:0.85em;*/
    margin-left: 12px;
    margin-right: 12px;
    height: 20px;
    width: 20px;
}

.project-folders-project-name-dark {
    display: inline-block;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    padding-top: 4px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: -4px;
}

.project-folders-dropdown-arrow-symbol {
    display: inline-block;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    padding-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

.top-nav-project-folder-link {
    display: inline-block;
    margin-top: 15px;
}

.notifications-symbol {
    padding-right: 0px;
    color: #FFFFFF;
    /*display: inline-block;*/
    margin-left: 14px;
    margin-top: 18px;
}

.account-symbol {
    /*padding-right: 2px;*/
    color: #FFFFFF;
    /*display: block;*/
    margin-left: 4px;
    /*margin-top: 15px;*/
    margin-top: 2px;
}

.account-dropdown-symbol {
    /*padding-right: 14px;*/
    color: #FFFFFF;
    /*display: block;*/
    /*font-size:0.85em;*/
    /*margin-left: 10px;*/
    /*margin-top: 15px;*/
    margin-left: -8px;
    margin-top: 2px;
}

.account-dropdown-menu {
    position: absolute !important;
    right: 4% !important;
    top: 50px !important;
}

.standard-header{
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 4%;
    padding-right: 4%;

    display: flex;
    flex-direction: column;
    width: 100%;
    /*background: #F7F7F7;*/
    background: #EFF5F8;
}

.dark-mode,
.dark-mode--grey-text {
    color: white !important;
}

.dark-mode--grey-text {
    color: rgba(255, 255, 255, 0.6) !important;
}

.dark-mode--secondary-button {
    text-decoration: none !important;
    color: rgba(165, 213, 248, 1) !important;
    border: 1px solid rgba(165, 213, 248, 1) !important;
}

.dark-mode--secondary-button:hover {
    background-color: rgba(64, 73, 82, 1);
    color: rgba(165, 213, 248, 1) !important;
    border: 1px solid rgba(165, 213, 248, 1) !important;
}

.dark-mode--primary-button {
    background-color: rgba(214, 214, 214, 1) !important;
    border: 1px solid rgba(165, 213, 248, 1) !important;
    color: black !important;
    width: 55px;
    position: relative;
    top: -15px;
}

.dark-mode--header {
    padding-left: 40px;
    padding-right: 40px;
    background-color: rgba(26, 32, 38, 1);
    border-bottom: 1px solid var(--borders-border-20-dark, rgba(255, 255, 255, 0.20));
}


.standard-header-explore{
    /*padding-top: 16px;*/
    padding-bottom: 16px;
    /*padding-left: 4%;*/
    /*padding-right: 4%;*/

    display: flex;
    flex-direction: column;

    width: 100%;
    /*background: #F7F7F7;*/
    /*background: #EFF5F8;*/
}

.standard-header-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

    width: 100%;
    /*background: #F7F7F7;*/
    background: #EFF5F8;
}

.standard-header-row-explore{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

    width: 100%;
    /*background: #F7F7F7;*/
    background: transparent;
}

.header-standalone-padding{
    padding-bottom: 16px;
}

.header-subcontainer-1{
    width: 460px;
}

.header-subcontainer-2{
    flex-grow: 1;
}

.header-subcontainer-3{
    width: 460px;
}

.header-subcontainer-flex-row{
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    align-items: center;
    gap: 8px;
}

.button-right-align{
    float:right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;

}

.standard-gray-header-refresh-area{
    padding-left: 4.4%;
    padding-right: 4.4%;
    /*padding-top: 8px;*/
    padding-bottom: 16px;
    /*position: absolute;*/
    /*top: 0px;*/
    left: 0px;
    margin-top: -16px;
    /*height: 70px;*/

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;

    /*position: absolute;*/
    width: 108.7%;
    /*height: 162px;*/
    /*left: 0px;*/
    /*top: 222px;*/

    background: #F7F7F7;

    margin-left: -4.4%;

}

.standard-back-button-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px 8px 0px;
    gap: 8px;

    width: 175px;
    height: 34px;

    flex: none;
    order: 0;
    flex-grow: 0;
}

a.standard-back-button-container{
    text-decoration: none !important;
}

.standard-back-button-symbol{
    width: 20px;
    height: 20px;
    color: #151515;
}

.standard-back-button-symbol-2{
    font-family: 'Lato';
    font-style: normal;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: rgba(21, 21, 21, 0.6);
}

.standard-back-button-text{
    /*width: 31px;*/
    height: 17px;

    /* Button/Button */

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    display: flex;
    align-items: center;
    text-align: center;

    /* Accent 1/Primary */

    color: #151515;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;

    margin-top: 2px;
}

.standard-back-button-text-2{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: rgba(21, 21, 21, 0.6);
}

.dark-mode-white-text{
    color: #FFFFFF;
}

.standard-gray-header-label-text-large{
    height: 36px;

    /* Headers/H1 */

    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    display: flex;
    align-items: center;

    color: #151515;

    flex: none;
    order: 0;
    flex-grow: 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.standard-gray-header-label-text-large-2{
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    /*line-height: 13px;*/
    align-items: center;
    color: #151515;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.standard-gray-header-label-text-large-3{
    height: 36px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px !important;
    line-height: 30px;
    color: #909495;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 300px;
}

.standard-gray-header-label-text-large-4{
    height: 36px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #151515;
    display: block;
}

.standard-gray-header-label-text-medium{
    height: 23px;

    /* Headers/H3 */

    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    /*display: flex;*/
    /*align-items: center;*/

    /* Text/Text Primary */

    color: #151515;


    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;

    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40ch;
    display: block;
}

.standard-gray-header-label-text-small{
    /*height: 17px;*/

    /* Body/Body */

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 17px;*/
    /* identical to box height */


    /* Text/Text Secondary */

    color: rgba(21, 21, 21, 0.6);
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}



.standard-gray-header-label-text-4{
    height: 23px;
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #151515;
}

.post-header-spacing{
    display: block;
    height: 16px;
}

.primary-button,
.dark-mode--primary-button {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 88px;*/

    /* Accent 1/Primary */

    background: #151515;
    /* Accent 1/Primary */

    border: 1px solid #151515;
    color: #FFFFFF;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.primary-button:hover{
    background: #4B4B4B;
    border: 1px solid #4B4B4B;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button:focus {
    background: #151515;
    border: 2px solid #3F99F7;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button:disabled{
    background: #9D9D9D;
    border: 1px solid #9D9D9D;
    color: #FFFFFF;
    text-decoration: none !important;
}

.secondary-button-white-background{
    background: #ffffff;
}

.button-pf{
    /*background: #ffffff;*/
    height: 38px !important;
    padding: 5px 12px !important;
    margin-right: 2px;

}

.secondary-button-white-background-close{
    background: #ffffff;
    margin-right:auto;
    height: 38px !important;
    padding: 5px 12px !important;
}



.secondary-button,
.dark-mode--secondary-button {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.3);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.secondary-button.red-button{
    border-color: #B91E08;
    color:#B91E08
}

.secondary-button:hover{
    background: #151515;
    border: 1px solid #151515;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.secondary-button.red-button:hover{
    background: #B91E08;
    border: #B91E08
}

.secondary-button:focus{
    border: 2px solid #3F99F7;
    text-decoration: none !important;
    background: #151515;
    color: #FFFFFF;
}

.secondary-button.red-button:focus{
    background: #B91E08;
}

.secondary-button:disabled{
    border: 1px solid #9D9D9D;
    color: #9D9D9D;
    text-decoration: none !important;
}

.thin-button{
    /*border: 2px solid black;*/
    height: 33px;
    padding: 0px 16px;
}

.thin-button:hover{
    height: 33px;
    padding: 0px 16px;
    border: 1px solid #151515;
}

.thin-button:focus{
    height: 33px;
    padding: 0px 16px;
    border: 1px solid #3F99F7;
}

.disabled-secondary-button{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid #9D9D9D;
    color: #9D9D9D;
    text-decoration: none !important;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    pointer-events: none;
}

/* pre design changes */
/*.app-tiles-container{*/
/*    padding: 24px 0px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    !*justify-content: space-between;*!*/
/*    align-items: flex-end;*/
/*    flex-wrap: wrap;*/
/*    width: 100%;*/
/*    !*flex: 1 0 17.38%;*!*/
/*    !*gap: 1.22%;*!*/
/*    gap: 16px;*/
/*    !*border: 1px solid red;*!*/
/*}*/

/* INCLUDES design changes */
.app-tiles-container{
    display: grid;
    justify-content: center;
    /*grid-template-columns: repeat(auto-fill, 224px);*/
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
    width: 100%;
    /*max-width: 1300px;*/
    gap: 24px;
    padding: 24px 4% 24px 4%;
    margin: 0 auto;
}

/* PRE design changes */
/*.app-tile{*/
/*    font-family: Lato, sans-serif;*/
/*    border: 0.5px solid rgba(21, 21, 21, 0.2);*/
/*    !*width: 15%;*!*/
/*    !*width: 227.2px;*!*/
/*    !*width: 200px;*!*/
/*    !*height: 176px;*!*/
/*    aspect-ratio : 1.29 / 1;*/
/*    !*flex: 0 0 33.333333%;*!*/
/*    flex: 0 1 calc(20% - 16px);*/
/*    !*flex: 0 1 calc(227.2px - 16px);*!*/
/*    text-decoration: none !important;*/
/*    padding: 12px 18.8px;*/
/*    !*padding-bottom: 10.5%;*!*/
/*}*/

.app-tile{
    display: flex;
    font-family: Lato, sans-serif;
    /*flex: 1;*/
    flex: 0 0 0;
    min-width: 224px;
    height: 190px;
    padding: 24px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    border: 0.5px solid rgba(21, 21, 21, 0.20);
    background: #FFF;
    color: inherit;
}

.app-tile a {
    text-decoration: none;
}

.app-tile:hover{
    background: #FFFFFF;
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.19);
    text-decoration: none;
    color: inherit;
}

/* PRE update*/
/*.app-tile-img-container{*/
/*    !*margin-top: 10.5%;*!*/
/*    !*height: 26.4%;*!*/
/*    height: 60px;*/
/*    width: 100px;*/
/*    !*width: auto;*!*/
/*    !*width: 26.4%;*!*/
/*    display: block;*/
/*    margin: 12px auto;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*}*/

/* UPDATED */
.app-tile-img-container {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}

.app-tile__ai {
    /*background-color: #2C3842;*/
    background-color: #31363C;
    color: rgba(255, 255, 255, .1);
    /*color: rgba(21, 21, 21, .2);*/
}

.app-tile__ai:hover {
    color: rgba(255, 255, 255, .1);
    /*background: linear-gradient(0deg, #354C5F, #354C5F), linear-gradient(0deg, #75B3E8, #75B3E8);*/
    background-color: #31363C;
    outline: 2.5px solid rgba(117, 179, 232, 1);
}

.app-tile-img{
    height: 40px;
}

.app-tile-name{
    font-weight: bold;
    margin-bottom: 16px;
}

.app-tile-name__ai {
    font-family: Lato, sans-serif;
    color: rgba(255, 255, 255, 1)
}

.app-tile-description{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 8px;
    text-align: left;
    font-size: 12px;
}

.app-tile-description__ai {
    color: rgba(255, 255, 255, .6);
}

.standard-input-field-top-label{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
    margin-top: 12px;
    margin-bottom: 6px;
}

.standard-input-field{
    width: 468px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: rgba(21, 21, 21, 0.6);
    padding: 16px 12px;
    /*margin-right: 4px;*/
}

.standard-input-field:hover{
    background: #FFFFFF;
    border: 1px solid #151515;
}
.standard-input-field:focus{
    background: #FFFFFF;
    border: 1px solid #151515;
    color: #151515;
}

.standard-input-field:disabled{
    background: #F7F7F7;
    border: 1px solid rgba(21, 21, 21, 0.3);
    color: rgba(21, 21, 21, 0.3);
}

.standard-input-field::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder
{
    text-align: left;
}

/**/
.standard-input-field-2{
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: rgba(21, 21, 21, 0.6);
    padding: 16px 12px;
    /*margin-right: 4px;*/
}

.standard-input-field-2:hover{
    background: #FFFFFF;
    border: 1px solid #151515;
}

.standard-input-field-2:focus{
    background: #FFFFFF;
    border: 1px solid #151515;
    color: #151515;
}

.standard-input-field-2:disabled{
    background: #F7F7F7;
    border: 1px solid rgba(21, 21, 21, 0.3);
    color: rgba(21, 21, 21, 0.3);
}
/**/
/**/
.standard-input-field-3{
    width: 400px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: rgba(21, 21, 21, 0.6);
    padding: 16px 12px;
    /*margin-right: 4px;*/
}

.standard-input-field-3:hover{
    background: #FFFFFF;
    border: 1px solid #151515;
}

.standard-input-field-3:focus{
    background: #FFFFFF;
    border: 1px solid #151515;
    color: #151515;
}

.standard-input-field-3:disabled{
    background: #F7F7F7;
    border: 1px solid rgba(21, 21, 21, 0.3);
    color: rgba(21, 21, 21, 0.3);
}
/**/

.standard-table-header-cell-pf{
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;
    padding: 16px 8px 16px 24px;
    /*background: rgba(21, 21, 21, 0.1);*/
    padding-left: 6px !important;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    height: 52px;
    vertical-align: middle !important;
}

.standard-table-header-cell-pf-1{
    border-top: 1px solid #ddd !important;
    border-bottom: none !important;

    padding: 16px 8px 16px 24px;
    padding-left: 10px !important;
    /*background: rgba(21, 21, 21, 0.1);*/
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    height: 52px;
    vertical-align: middle !important;
}


.standard-table-header-cell{
    padding: 16px 8px 16px 24px;
    background: rgba(21, 21, 21, 0.1);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    height: 52px;
    vertical-align: middle !important;
}

.standard-table-header-cell-2{
    padding: 5px;
    background: rgba(21, 21, 21, 0.1);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    /*height: 52px;*/
    vertical-align: middle !important;
}

.standard-table-row > td{
    padding: 16px 8px 16px 24px;
    gap: 4px;
    /*width: 234px;*/
    height: 52px;
    background: #FFFFFF;
    border-bottom: 1px solid rgba(21, 21, 21, 0.2);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /*display: flex;*/
    /*align-items: center;*/
    color: #151515;
    vertical-align: middle !important;
    /*text-align: center;*/
}

.standard-table-row-2 > td{
    padding: 5px;
    gap: 4px;
    /*width: 234px;*/
    /*height: 52px;*/
    background: #FFFFFF;
    border-bottom: 1px solid rgba(21, 21, 21, 0.2);
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /*display: flex;*/
    /*align-items: center;*/
    color: #151515;
    vertical-align: middle !important;
    /*text-align: center;*/
}

.item-count-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    color: rgba(21, 21, 21, 0.6);
}

.subsection-label-1{
    margin: 16px 0px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
}

.container-full-padded-subcontainer{
    padding-left: 4%;
    padding-right: 4%;
}

.container-full-padded-subcontainer-or-1{
    padding-left: 4% !important;
    padding-right: 4% !important;
}

.container-full-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 0px;
}

.standard-vertical-padding{
    padding-top: 20px;
    padding-bottom: 20px;
}

.standard-vertical-padding:empty{
    display: none;
}

.no-vertical-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}

.model-summary-tiles-container{
    padding: 24px 0px;
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    /*flex: 1 0 17.38%;*/
    /*gap: 1.22%;*/
    /*gap: 16px;*/
    /*border: 1px solid red;*/
}

.model-summary-tiles-container-base{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
.model-summary-tiles-container-2{
}

.model-summary-tile{
    border: 0.5px solid rgba(21, 21, 21, 0.2);
    /*width: 15%;*/
    /*width: 227.2px;*/
    /*width: 200px;*/
    /*height: 176px;*/
    aspect-ratio : 1.29 / 1;
    /*flex: 0 0 33.333333%;*/
    /*flex: 0 1 calc(20% - 16px);*/
    flex: 0 1 33%;
    /*flex: 0 1 calc(227.2px - 16px);*/
    text-decoration: none !important;
    /*padding: 20px;*/
    /*padding-bottom: 10.5%;*/
    max-height: 300px;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*gap: 16px;*/
}

.model-summary-tile-base{
    border: 0.5px solid rgba(21, 21, 21, 0.2);
    aspect-ratio : 1.29 / 1;
    flex: 0 1 33%;
    text-decoration: none !important;
    max-height: 300px;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.model-summary-tile-2{
    flex: 0 1 50%;
}

.model-summary-tile-3{
    flex: 0 1 31%;
}

.model-summary-fade-out-container{
    flex: 1 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 10%, transparent 100%);
}

.model-summary-fade-out-container-base{
    flex: 1 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.model-summary-fade-out-container-2{
}

/*.model-summary-tile:hover{*/
    /*background: #FFFFFF;*/
    /*box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.19);*/
/*}*/

.model-summary-tile-header-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.model-summary-tile-name{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
}

.model-summary-open-modal-icon {
    font-size: 20px !important;
    color: #151515;
    cursor: pointer;
}

.ds-summary-modal-header-icon{
    height: 12px;
    width: auto;
    font-size: 16px !important;
}

.model-summary-tile-plot{
    /*max-width: 90%;*/
    /*max-height: 80%;*/
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

#model-results-summary-modal{
    /*position: absolute;*/
    /*left: 123px;*/
    /*top: 104px;*/
}

.model-results-summary-modal-dialog{
    /*position: absolute;*/
    /*left: 123px;*/
    /*top: 104px;*/
    width: 80% !important;
    margin-top: 84px !important;
}

.model-results-summary-modal-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-row-flex-expand-div{
    flex: 1 0 auto;
}

.model-results-summary-modal-title{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
}

.model-results-summary-modal-header-button-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.model-results-summary-modal-header-button-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #151515;
}

.model-results-summary-modal-header-button-icon{
    background: #151515;
    font-size: 10px;
}

.model-results-summary-modal-content{
    background: #FFFFFF !important;
    border: 1px solid rgba(21, 21, 21, 0.2) !important;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.16) !important;
    border-radius: 0px !important;
    /*width: 1162px;*/
    /*height: 691px;*/
    height: 691px !important;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
}

.model-results-summary-modal-body{
    flex: 1 0 auto;
    width: 100%;
}

.model-results-summary-modal-body-container{
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.model-results-summary-modal-body-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.model-results-summary-modal-body-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.import-library-header-text{
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #000000;
}

.library-object-tiles-container{
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    /*align-items: flex-end;*/
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 475px;
    max-height: 475px;
    overflow-y: auto;
    /*height: 120%;*/
    /*flex: 1 0 17.38%;*/
    /*gap: 1.22%;*/
    gap: 16px;
    /*border: 1px solid red;*/
    /*padding-left: 2px;*/
    padding-left: 8px;
    padding-top: 8px;
    border-radius: 3px;
    border: 1px solid var(--Borders-Borders-20, rgba(21, 21, 21, 0.20));
}

.library-object-tile {
    cursor: pointer;
    /*border: 0.5px solid rgba(21, 21, 21, 0.2);*/
    /*width: 15%;*/
    /*width: 227.2px;*/
    /*width: 200px;*/
    /*height: 176px;*/
    aspect-ratio : 1.29 / 1;
    /*flex: 0 1 calc(20% - 16px);*/
    /*width: 158px;*/
    /*width: 225px;*/
    width: 235px;
    height: 123px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /*align-items: space-evenly;*/
    /*flex: 0 1 calc(227.2px - 16px);*/
    text-decoration: none !important;
    padding: 12px 18.8px;
    margin-bottom: 1%;
    /*padding-bottom: 10.5%;*/
}

.library-object-tile-border-default {
    /*outline: 0.5px solid rgba(21, 21, 21, 0.2);*/
    border-radius: 3px;
    border: 1px solid var(--Borders-Borders-10, rgba(21, 21, 21, 0.10));
}

.library-object-tile-border-default:hover{
    background: var(--Risky-Blue-RB225, #E6F4FB);
    border: 2px solid var(--Risky-Blue-RB400, #95D4F4);

}

/*.icon-grid-item.selected {*/
/*    border: 3px solid rgba(149, 212, 244, 1);*/
/*}*/

.library-object-tile-border-selected {
    /*outline: 2px solid #9FDAF9;*/
    border: 3px solid rgba(149, 212, 244, 1);
    /*box-shadow: 0px 9px 16px #EFF5F8;*/
}

.library-object-tile:hover{
    box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.19);
}

.library-object-tile-zoom-in{
    display: flex;
    justify-content: space-evenly;
    cursor: default;
    text-decoration: none !important;
    padding: 12px 18.8px;
    width: 100%;
    height: 100%;
}

.library-object-tile-image{
    width: 400px;
    height: 300px;
}

.library-object-tile-img-container{
    /*margin-top: 10.5%;*/
    /*height: 26.4%;*/
    /*height: 60px;*/
    /*width: 100px;*/
    /*width: auto;*/
    /*width: 26.4%;*/
    /*max-height: 65%;*/
    /*max-height: 45%;*/
    max-height: 62%;
    display: block;
    /*margin: 12px auto;*/
    text-align: center;
    white-space: nowrap;
}

.library-object-tile-zoom-in-img-container{
    /*margin-top: 10.5%;*/
    /*height: 26.4%;*/
    /*height: 40vh;*/
    /*width: 60vw;*/
    /*width: auto;*/
    /*width: 26.4%;*/
    /*height: 100%;*/
    /*width: 100%;*/
    display: block;
    margin-top: 12px;
    margin-right: 10%;
    text-align: center;
    white-space: nowrap;
}

.library-object-tile-img{
    max-height:100%;
    max-width:100%;
    /*width:auto;*/
    /*height: auto;*/
    /*margin-top: 10.5%;*/
    /*height: 26.4%;*/
    /*width: auto;*/
    /*width: 26.4%;*/
    /*display: block;*/
    vertical-align: middle;
}

.library-object-tile{
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #151515;
    /*display: flex;*/
    justify-content: center;
    /*align-items: center;*/
    text-align: center;
}

.library-object-tile-name{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #151515;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    max-width: 180px;
    overflow-wrap: break-word;
}

.library-object-tile-description{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(21, 21, 21, 0.6);
    display: flex;
    justify-content: center;
    /*margin-top: 12px;*/
    /*text-align: center;*/
    flex-direction: row;
    /*height: 60px;*/
}

.library-object-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.library-object-tile-zoom-in-name{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #151515;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.library-object-tile-zoom-in-description{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(21, 21, 21, 0.6);
    display: flex;
    justify-content: center;
    /*margin-top: 12px;*/
    /*text-align: center;*/
    flex-direction: row;
    /*height: 60px;*/
}

.library-object-zoom-in-name{
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*max-width: 200px;*/
}

.body__modal--import-objects,
.body__modal--callout {
    /*height: 65vh;*/
    height: 545px;
    overflow-y: auto;
    flex: 1 0 auto;
    width: 100%;
    /*max-width: calc(100% - 225px);*/
    max-width: calc(100% - 195px);
    /*display: flex;*/
    /*justify-content: center;*/
}

.body__modal--callout {
    /*height: calc(65vh + 64px);*/
}

.import-objects-modal-content{
    display: flex;
    flex-direction: row;
    height: 545px;
    border-radius: 0px;
}

.import-objects-modal-content-scrollable-container{
    max-height: 456px;
}

.import-objects-modal-header{
    /*width: 250px;*/
    /*border-right: 1px solid rgba(21, 21, 21, 0.1);*/
}

.import-objects-modal-dataset-divider{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 225px;
    border-top: 1px solid rgba(21, 21, 21, 0.2);
}

.import-objects-modal-footer{

}

#processing-bar-in-nav{
    position: absolute;
    top: 60px;
    width: 100%;
    /*height: 200vh;*/
    height: 800vh;
    /*height: 100%;*/
    /*background-color: transparent;*/
    /*background-color: white;*/
    /*opacity: 0.5;*/
    /*z-index: 10;*/
    /*background: rgba(255, 255, 255, 0.5);*/
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000000000000;
}

#configuration-process-manager-process-area-1{
    position: absolute;
    top: 60px;
    width: 100%;
    /*height: 200vh;*/
    height: 800vh;
    /*height: 100%;*/
    /*background-color: transparent;*/
    /*background-color: white;*/
    /*opacity: 0.5;*/
    /*z-index: 10;*/
    /*background: rgba(255, 255, 255, 0.5);*/
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000000000000;
}

.ct-selected-dark{
    background: #151515;
}

.collect-explore-content-header-info-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    color: rgba(21, 21, 21, 0.6);
    text-align: left;
}

.standard-modal-content{
    border-radius: 0px !important;
}

.standard-modal-footer{
    padding: 24px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 12px;
}

.run-workflow-modal-content{
    height: 547px !important;
}

.run-workflow-modal-header{
    padding: 24px !important;
}

.run-workflow-modal-header-title{
    /*position: absolute;*/
    /*width: 144px;*/
    /*height: 29px;*/
    /*left: 24px;*/
    /*top: 24px;*/

    /*padding: 24px;*/

    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;

    display: flex;
    align-items: center;
    text-align: center;

    color: #151515;
}

.run-workflow-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.run-workflow-previous-run-message{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    gap: 8px;
    /*background: #EFF5F8;*/
    background: #E6F4FB;
}

.run-workflow-previous-run-message-text{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
}

.run-workflow-options-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.run-workflow-option-tile{
    /*width: 251px;*/
    width: 49%;
    height: 275px;
    border: 1px solid rgba(21, 21, 21, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.run-workflow-option-tile-buffer{
    height: 275px;
    /*border: 1px solid red;*/
    flex: 1 0 auto;
}

.run-workflow-option-tile-image{
    margin-top: 20px;
}

.run-workflow-option-tile-text-large{
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #151515;
}

.run-workflow-option-tile-text-medium{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(21, 21, 21, 0.6);
    width: 203px;
}

.run-workflow-modal-footer{
    padding: 16px 0 0 0;
    margin: 0 10px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 0 12px;
    border-top: 1px solid #e5e5e5;
}

.run-workflow-modal-back-button{
    background: #FFFFFF;
}

.scheduled-workflow-run-modal-body{
    padding: 24px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*gap: 16px;*/
}

.scheduled-workflow-run-date-dropdown{
    width: 172px;
    height: 40px !important;
    outline: none;
}

.standard-checkbox-input{
    width: 20px;
    height: 20px;
    border: 2px solid #151515;
}

.operation-content-header{
    height: 29px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #151515;
    margin-bottom: 16px;
}

.operation-content-subheader{
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #151515;
    margin-bottom: 16px;
}

.arrow-header-margins{
    margin-left: 25px;
}


.save-sub-header-btn{
    /* Button */

    width: 93px;
    height: 48px;
}



.field-label{
    margin-bottom: 6px;
    margin-top: 8px;
}

.delete-icon-red{
    color: #DD230A;
    opacity: 0.6;
    font-size: 20px;
    cursor: pointer;
}

.warning-yellow{
    color:#eed202 !important;
}

/*option {*/
/*    font-family: 'Lato', sans-serif !important;*/
/*    font-style: normal !important;*/
/*    font-weight: 500 !important;*/
/*    font-size: 14px!important;*/
/*    line-height: 17px !important;*/
/*    !*color: #FFFFFF !important;*!*/
/*    height: 100px !important;*/
/*    min-height: 100px !important;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    size: 48px!important;*/
/*}*/

.flex-row{
    display: flex;
    flex-direction: row;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.content-center {
    align-content: center;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.self-center {
    align-self: center;
}

.flex-column-modal{
    display: flex;
    flex-direction: column;
    padding-right: 145px;
}

.flex-column-modal-1{
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}


.transfer-btns{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.transfer-btn-background{
    background: rgba(21, 21, 21, 0.1);
}

.pointer{
    cursor: pointer!important;
}

.pointer-2{
    cursor: grab;
}

.spacer-top-4{
    margin-top: 4px;
}

.color-picker-wrapper,
.color-picker-wrapper-2
{
    width: 50px;
    border-radius: 0.25rem 0 0 00.25rem;
}

.color-picker-wrapper:hover {
    background-color: rgb(243 244 246);
}

.color-picker-wrapper > .chart-style-color-selector,
.color-picker-wrapper-2 > .chart-style-color-selector

{
    padding: 2px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.25rem 0 0 0.25rem;
    border: 0 solid;
}

.color-picker-wrapper > .chart-style-color-selector:hover,
.color-picker-wrapper-2 > .chart-style-color-selector:hover {
    background-color: rgb(229 231 235);
}

.alt-color-picker {
    width:24px;
    font-size:10px;
    border-radius: 0 0.25rem 0.25rem 0;
}

.alt-color-picker:hover {
    background-color: rgb(229 231 235);
}

.change-font-color-1{
    color: #151515;
}

.unselected-mode{
    background: rgba(21, 21, 21, 0.1) ;
}
.unselected-mode:hover{
    background: #EFF5F8!important;
    color: #151515 !important;
}

.unselected-mode.selected-mode:hover{
    background: #151515!important;
    color: #FFFFFF !important;
}


.selected-mode{
    background: #151515!important;
    color: #FFFFFF !important;

}

.lato-font{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.change-font-size-1{
    font-weight: 500;
    font-size: 12px;
}
.change-font-size-2{
    font-weight: 700;
    font-size: 12px;
}

.standard-gap{
    gap:8px;
}
.standard-gap-2{
    gap: 4px
}

.standard-gap-3{
    gap: 5px;
}

.standard-gap-4{
    gap: 16px;
}
.standard-gap-5{
    gap: 6px;
}

.standard-gap-6{
    gap: 12px;
}

.standard-gap-7{
    gap: 24px;
}


.gap-y-1\.5 {
    row-gap: 0.375rem; /* 6px */
}

.switch {
      position: relative;
    display: inline-block;
    width: 42px;
    height: 15px;
}

/*!* Hide default HTML checkbox *!*/
/*.switch input {*/
/*  opacity: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*}*/

/*!* The slider *!*/
/*.slider {*/
/*  position: absolute;*/
/*  cursor: pointer;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background-color: #ccc;*/
/*  -webkit-transition: .4s;*/
/*  transition: .4s;*/
/*}*/

/*.slider:before {*/
/*      position: absolute;*/
/*    content: "";*/
/*    height: 11px;*/
/*    width: 26px;*/
/*    left: 4px;*/
/*    bottom: 2px;*/
/*  background-color: white;*/
/*  -webkit-transition: .4s;*/
/*  transition: .4s;*/
/*}*/

/*input:checked + .slider {*/
/*  background-color: #2196F3;*/
/*}*/

/*input:focus + .slider {*/
/*  box-shadow: 0 0 1px #2196F3;*/
/*}*/

/*input:checked + .slider:before {*/
/*  -webkit-transform: translateX(26px);*/
/*  -ms-transform: translateX(26px);*/
/*  transform: translateX(26px);*/
/*}*/

/*!* Rounded sliders *!*/
/*.slider.round {*/
/*  border-radius: 34px;*/
/*}*/

/*.slider.round:before {*/
/*  border-radius: 50%;*/
/*}*/


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


.slider.new-common:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #151515;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.cn-toggle-width-1 {
    width: 100%;
    justify-content: space-between
}

.cn-toggle-wrapper {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding-right: 0;
}

.cn-toggle-input {
    display: none;
}

.cn-toggle-slider {
    width: 32px;
    height: 16px;
    background-color: rgba(153, 153, 153, 1);
    border-radius: 999px;
    position: relative;
    transition: background-color 0.2s;
}

.cn-toggle-slider::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 1px;
    left: 1px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transition: transform 0.2s;
}

.cn-toggle-input:checked + .cn-toggle-slider {
    background-color: rgba(21, 21, 21, 1);
}

.cn-toggle-input:checked + .cn-toggle-slider::before {
    transform: translateX(16px);
}

/**/
.cn-toggle-slider-2 {
    width: 50px;
    height: 25px;
    background-color: #cccccc;
    border-radius: 999px;
    position: relative;
    transition: background-color 0.2s;
}

.cn-toggle-slider-2::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    bottom: 3px;
    /*bottom: 4px;*/
    /*top: 1px;*/
    /*left: 1px;*/
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    transition: transform 0.2s;
}

.cn-toggle-input-2 {
    display: none;
}

.cn-toggle-input-2:checked + .cn-toggle-slider-2 {
    background-color: rgba(21, 21, 21, 1);
}

.cn-toggle-input-2:checked + .cn-toggle-slider-2::before {
    transform: translateX(26px);
}


.sub-header-col-text{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;

    /* Text/Text Primary */

    color: #151515;
}

.basic-text-1{
    font-size: 14px;
    font-weight: 500;
}

.override-width{
    width: 100%!important;
}

.override-width-2{
    width: 300px;
}

.override-width-3{
    width: 400px;
}

/*color: rgba(21, 21, 21, 0.6);*/

.change-font-color-2{
    color: rgba(21, 21, 21, 0.6);
}

.change-font-color-3{
    color:  #DD230A;
}

.change-font-color-4{
    color: #B91E08;
}
.opacity{
    opacity: 0.5;
}

.opacity-2{
    opacity: 0.6;
}

.opacity-3{
    opacity: 0.3;
}

.override-height-for-input-field{
    height: 52px;
}

.left-to-right-picker-box{
    overflow-y: auto;
    overflow-x: hidden;
    width: 50%;
    height: 25em;
    /*: center;*/
    align-items: flex-start;
    border: 1px solid rgba(21, 21, 21, 0.2);
    border-radius: 0!important;
}

.unselected-left-to-right-picker-item,
.selected-left-to-right-picker-item
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    gap: 8px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
    height: 36px;
    width: 100%;
}

.not-visible{
    display: none;
}

.selected-row{
    background: #E6F4FB;
}

/*LEFT HAND PROGRESS*/

.left-hand-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*position: absolute;*/
    /*width: 180px;*/
    /*height: 781px;*/
    min-height: 100vh;
    padding-top: 29px;
    margin-left: 120px;
    /*border-right: 1px solid rgba(21, 21, 21, 0.1);*/
    /*left: 120px;*/
    /*top: 243px;*/
}

.left-hand-progress-step{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1px 0px;
    gap: 8px;

    width: 180px;
    height: 48px;

    /* Utility/Background */

    background: #FFFFFF;

    /* Inside auto layout */

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.left-hand-progress-text{
    width: 128px;
    height: 17px;

    /* Body/Body Text Bold */
}

.current-step{
    font-weight: bold;
}

.not-current-step{
    color: rgba(21, 21, 21, 0.6);
}

/*END OF LEFT HAND PROGRESS STYLING*/

.default-button-2 {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.3);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    background: #efefef;
}

.default-button-2:hover{
    background: #efefef;
    border: 1px solid #efefef;
    color: #000000 !important;
    text-decoration: none !important;
}

.default-button-2:focus{
    border: 2px solid #efefef;
    text-decoration: none !important;
    background: #efefef;
    color: #000000;
}

.default-button-3 {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    background: #efefef;
}

.default-button-3:hover{
    background: #efefef;
    border: 1px solid #efefef;
    color: #000000 !important;
    text-decoration: none !important;
}

.default-button-3:focus{
    border: 2px solid #efefef;
    text-decoration: none !important;
    background: #efefef;
    color: #000000;
}

.default-button-4 {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 40px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    background: #efefef;
}

.default-button-4:hover{
    background: #efefef;
    border: 1px solid #efefef;
    color: #000000 !important;
    text-decoration: none !important;
}

.default-button-4:focus{
    border: 2px solid #efefef;
    text-decoration: none !important;
    background: #efefef;
    color: #000000;
}


.secondary-button-2{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.3);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.secondary-button-2:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.secondary-button-2:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}


.secondary-button-3{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.secondary-button-3:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.secondary-button-3:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}

.secondary-button-4{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 40px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.secondary-button-4:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.secondary-button-4:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}

.secondary-button-5{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 40px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    background-color: #FFFFFF;
}

.secondary-button-5:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.secondary-button-5:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}

.secondary-button-6{
    box-sizing: border-box;
    /*justify-content: center;*/
    /*align-items: center;*/
    padding: 8px 16px;
    height: 40px;
    border: 1px solid rgba(21, 21, 21, 0.1);
    color: #151515;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor:pointer;
}

.secondary-button-6:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.secondary-button-6:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}

.secondary-button-7{
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    width: 221px;
    height: 48px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.3);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.secondary-button-7:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.secondary-button-7:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}

.secondary-button-7:disabled{
    border: 1px solid #9D9D9D;
    color: #9D9D9D;
    text-decoration: none !important;
}

.secondary-button-7-content-area-1{
    width: 442px;
}

.secondary-button-7-content-area-2{
    width: 442px;
    justify-content: space-between
}

.secondary-button-7-content-area-3{
    width: 442px;
    justify-content: space-between;
    align-items: center;
}

.secondary-button-7-content-area-4{
    width: 442px;
}

.secondary-button-7-content-area-5{
    max-width: 442px;
}


.secondary-button-8{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 6px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 32px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.secondary-button-8:hover{
    background-color: #F2F2F2;
    border-radius: 3px;
    border: 1px solid var(--Borders-Borders-20, rgba(21, 21, 21, 0.20));

}

.danger-button-1{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 46px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid #B91E08;

    color: #FFFFFF;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
    background: #B91E08;
}

.danger-button-1:hover{
    background: #d6230b;
    border: 1px solid #d6230b;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.danger-button-1:focus{
    border: 2px solid #d6230b;
    text-decoration: none !important;
    background: #d6230b;
    color: #FFFFFF;
}

/**/
.danger-button-2{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 40px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */

    border: 1px solid rgba(21, 21, 21, 0.1);

    color: #B91E08;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.danger-button-2:hover{
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    color: #000000 !important;
    text-decoration: none !important;
}

.danger-button-2:focus{
    border: 2px solid #e0e0e0;
    text-decoration: none !important;
    background: #e0e0e0;
    color: #000000;
}

.danger-button-3{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 40px;
    /*left: 16px;*/
    /*top: 393px;*/

    /* Accent 1/Tertiary */
    color: #B91E08;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor:pointer;
}

.danger-button-3:hover{
    text-decoration: underline !important;
}

.danger-button-3:focus{
    text-decoration: underline !important;
}



/**/

.edit-collect-common-html-content-1 {
    border: #ddd 1px solid;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 24px;
}

.primary-button-disabled{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    height: 46px;
    background: #9D9D9D;
    border: 1px solid #9D9D9D;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    pointer-events: none;
}

/*.primary-button:hover{*/
/*    background: #4B4B4B;*/
/*    border: 1px solid #4B4B4B;*/
/*    color: #FFFFFF;*/
/*    text-decoration: none !important;*/
/*}*/

/*.primary-button:focus {*/
/*    background: #151515;*/
/*    border: 2px solid #3F99F7;*/
/*    color: #FFFFFF;*/
/*    text-decoration: none !important;*/
/*}*/



.error-message-text-1 {
    /*width: 238px;*/
    /*height: 17px;*/
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #B91E08;
}

.error-message-text-2 {
    /*width: 238px;*/
    /*height: 17px;*/
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    /*align-items: center;*/
    color: #B91E08;
    /*margin-left: 10px;*/
}

.error-message-color-3 {
    color: #B91E08;
}

.error-message-text-4 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: #B91E08;
}

.delete-circle-icon-red-1{
    color: #DD230A;
    opacity: 0.3;
    font-size: 20px;
    cursor: pointer;
}

.delete-circle-icon-red-1:hover{
    opacity: 1;
    cursor: pointer;
}

.delete-circle-icon-red-2{
    color: #DD230A;
    opacity: 0.3;
    font-size: 14px !important;
    cursor: pointer;
}

.delete-circle-icon-red-2:hover{
    opacity: 1;
    cursor: pointer;
}

.delete-circle-icon-red-3{
    color: #b46c67;
    opacity: 0.7;
    font-size: 16px !important;
    cursor: pointer;
}

.delete-circle-icon-red-3:hover{
    opacity: 1;
    cursor: pointer;
}

.horizontal-spacing-1 {
    margin-left: 10px;
}

.horizontal-spacing-2 {
    margin-left: 5px;
}

.horizontal-spacing-3 {
    margin-left: 8px;
}

.horizontal-spacing-4 {
    margin-right: 5px;
}

.horizontal-spacing-5 {
    margin-left: 20px;
}

.horizontal-spacing-6 {
    margin-left: 30px;
}

.horizontal-spacing-7 {
    margin-right: 8px;
}

.horizontal-spacing-8 {
    margin-left: 40px;
}
/*.common-row-element-flex-2 {*/
/*    margin-bottom: 8px;*/
/*    display: flex;*/
/*    flex-direction: row*/
/*}*/

/*.common-row-element-flex-3 {*/
/*    margin-bottom: 16px;*/
/*    display: flex;*/
/*    flex-direction: row*/
/*}*/

.common-input-label-1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
}

.common-section-header-1 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
}


.common-section-header-2 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #151515;
}

.common-section-header-3 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #151515;
}

.common-section-header-4 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #151515;
}

.basic-border-1{
    border: 1px solid rgba(21, 21, 21, 0.1);
}

.min-height-1{
    min-height: 56px;
}


.filter-management-area{
    width: calc(100% - 295px) !important;
}

.disabled-wrapper{
    pointer-events: none;
}

.disabled{
    cursor: not-allowed!important;;
    /*background-color: lightgrey;*/
}

.disabled:hover{
    cursor: not-allowed!important;;
    /*background-color: lightgrey;*/
}

/*.pointer.disabled{*/
/*    pointer-events: none;*/
/*    cursor: not-allowed!important;*/
/*}*/
.neutral-background-color{
    background: #F7F7F7;
}

.grey-background-color{
    background: rgba(21, 21, 21, 0.15);
    /*background: rgba(21, 21, 21, 0.6);*/
}

.opacity-change{
    opacity: 60%;
}
.opacity-change:hover{
    opacity: 100%;
}

.ninety-deg-change{
    transform: rotate(90deg);
}

.common-column-element-flex-1 {
    display: flex;
    flex-direction: column;
}

.common-column-element-flex-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.common-column-element-flex-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.common-row-element-flex-1 {
    display: flex;
    flex-direction: row
}

.common-row-element-flex-2 {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-3 {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-4 {
    margin-bottom: 14px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-5 {
    margin-bottom: 6px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-6 {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-8 {
    margin-top: 12px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-9 {
    margin-bottom: 4px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-10 {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-11 {
    margin-bottom: 32px;
    display: flex;
    flex-direction: row
}

.common-row-element-flex-12 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row
}

.common-margin-top-1 {
    margin-top: 18px;
}

.overflow-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}


.common-text-input-1 {
    box-sizing: border-box;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.2);
}

.common-text-input-2 {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.2);
}

.common-text-input-text-style-1 {
    padding-left: 12px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(21, 21, 21, 0.6);
}

.common-modal-title-text {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    color: #151515;
}


.common-text-style-1 {
    width: 266px;
    height: 34px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: rgba(21, 21, 21, 0.6);
}

.common-text-style-2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: rgba(21, 21, 21, 0.6);
}

.common-text-style-3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #151515;
}

.common-text-style-4 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: rgba(21, 21, 21, 0.6);
}

.common-text-style-5 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-decoration-line: underline;
    color: #252E32;
    cursor: pointer;
}

.common-text-style-6 {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #252E32;
}

.common-text-style-7 {
    /* Headers/H3 */
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: center;
    /* Text/Text Secondary */
    color: rgba(21, 21, 21, 0.6);
}

.common-text-style-8 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: rgba(21,21,21,1);
    text-decoration: underline rgba(21,21,21,1);
}

.common-text-style-8:hover{
    text-decoration: underline rgba(21,21,21,1);
    color: rgba(21,21,21,1);
}

.common-text-style-9 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #151515;
}

.common-text-style-10 {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    color: #151515;
}

.common-text-style-11 {
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    font-size: 18px;
    color: #151515;
}

.common-text-style-12 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: rgba(21, 21, 21, 0.6);
}

.common-text-style-13 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: rgba(21,21,21,1);
    text-decoration: underline rgba(21,21,21,1);
    margin-left: 2px;
    margin-right: 2px;
}

.common-text-style-13:hover{
    text-decoration: underline rgba(21,21,21,1);
    color: rgba(21,21,21,1);
}

.common-text-style-14 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: #151515;
}

.common-text-style-15 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 14px;
    color: #151515;
}

.common-text-style-16 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: #B91E08;
}

.common-text-style-17 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: #151515;
}

.common-text-style-18 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: #048821;
}

.common-text-style-19 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 12px;
    color: #B91E08;
}

.common-text-style-20 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 18px;
}

.common-text-style-21 {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    color: rgba(21, 21, 21, 0.6);
}

.common-text-style-22 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 12px;
}

.common-text-style-23 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 22px;
}

.common-text-style-24 {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 12px;
    color: #151515;
}


.common-text-style-25 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 12px;
    color: #15151599;
}

.common-text-style-26 {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    color: #adadad;
}

.common-text-style-27 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: underline #FFFFFF;
}

.common-text-style-27:hover{
    text-decoration: underline #adadad;
    color: #adadad;
}

.common-text-style-28 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.common-text-style-29{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #ff7564;
}

.common-text-style-30 {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.common-text-style-31 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.common-text-style-32 {
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    font-size: 18px;
    color: #737373;
}

.common-icon-1 {
    color: #adadad;
}


.common-content-container-1 {
    border: #e8e8e8 1px solid;
    width: 100%;
    padding: 20px
}

.common-content-container-2 {
    border: #e8e8e8 1px solid;
    width: 100%;
    padding: 20px;
    min-width: 680px;
}

.common-content-container-3 {
    border: #e8e8e8 1px solid;
    width: 100%;
}

.common-content-container-4 {
    border-left: #e8e8e8 1px solid;
    border-top: #e8e8e8 1px solid;
    border-right: #e8e8e8 1px solid;
    width: 100%;
    padding: 15px
}

.common-content-container-5 {
    border: #e8e8e8 1px solid;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.common-content-container-6 {
    border: #B9DCEE 2px solid;
    width: 100%;
    padding: 20px
}

.common-content-container-7 {
    border: #e8e8e8 2px solid;
    width: 100%;
    padding: 20px
}

.common-content-container-8 {
    border: #e8e8e8 1px solid;
    width: 100%;
    padding: 20px;
    margin-bottom: 16px;
}

.common-content-container-9 {
    margin-bottom: 16px;
}

.common-content-divider-1 {
    border-bottom: #e8e8e8 1px solid;
    width: 100%;
    padding-bottom: 20px;
}


.primary-button-2{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    /*width: 103px;*/
    height: 40px;
    /*left: 16px;*/
    /*top: 88px;*/

    /* Accent 1/Primary */

    background: #151515;
    /* Accent 1/Primary */

    border: 1px solid #151515;
    color: #FFFFFF;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.primary-button-2:hover{
    background: #4B4B4B;
    border: 1px solid #4B4B4B;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button-2:focus {
    background: #151515;
    border: 2px solid #3F99F7;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button-2:disabled{
    background: #9D9D9D;
    border: 1px solid #9D9D9D;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button-3{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;

    /*position: absolute;*/
    width: 221px;
    height: 48px;
    /*left: 16px;*/
    /*top: 88px;*/

    /* Accent 1/Primary */

    background: #151515;
    /* Accent 1/Primary */

    border: 1px solid #151515;
    color: #FFFFFF;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.primary-button-3:hover{
    background: #4B4B4B;
    border: 1px solid #4B4B4B;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button-3:focus {
    background: #151515;
    border: 2px solid #3F99F7;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button-3:disabled{
    background: #9D9D9D;
    border: 1px solid #9D9D9D;
    color: #FFFFFF;
    text-decoration: none !important;
}

.primary-button-transparent-narrow {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;

    height: 35px;
    margin: 5px 10px;
    background-color: transparent;
    color:black;
    border: none;
}

.primary-button-transparent-narrow:hover {
    /*background: #4B4B4B;*/
    /*border: 1px solid #4B4B4B;*/
    color: black;
    text-decoration: none !important;
}

.primary-button-transparent-narrow-border {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;

    height: 35px;
    margin: 5px 10px;
    background-color: transparent;
    color:black;
    /*border: none;*/
    border: 1px solid #4B4B4B;
}

.primary-button-transparent-narrow-border:hover {
    /*background: #4B4B4B;*/
    border: 1px solid #4B4B4B;
    color: black;
    text-decoration: none !important;
}
.font-for-configuration{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    display: flex;
    align-items: center;

    /* Text/Text Primary */

    color: #151515;


    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.font-for-configuration:hover{
    color: #151515!important;
    text-decoration: none !important;
}

.font-for-configuration-2{
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
}


.modal-padding-1 {
    padding: 15px;
}

.modal-padding-2 {
    padding: 24px;
}

.common-select2-select-1{
    width: 300px;
}

.common-select2-1{
    width: 300px !important;
}

.common-select-2-hide-search .select2-search--dropdown {
    display: none;
}

.common-select2-input-width-1{
    width: 275px;
}

.common-text-pill-pills-area-container-1 {
    height: 200px;
    overflow-y:auto;
}

.common-text-pill-container-1 {
  padding: 3px 8px;
  gap: 4px;
  height: 34px;
  border-radius: 1000px;
  margin-bottom: 8px;
}

.common-text-pill-container-bg-color-1 {
    background: #eaf5e0;
}

.common-text-pill-container-bg-color-2 {
    background: #e3f1ff;
}

.common-text-pill-container-bg-color-3 {
    background: #efefef;
}

.common-text-pill-text-color-1 {
    color: #78a058;
}

.common-text-pill-text-color-2 {
    color: #5895d3;
}


.common-text-pill-text-dims-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    min-width: 50px;
    text-align: center;
    cursor: default;
}


/* example */
/*<div*/
/*        class="common-custom-material-icons-sharp-1 horizontal-spacing-2 pointer common-text-pill-delete-1"*/
/*        onclick="deleteBrand('{{ brand_pill.brand }}')"*/
/*        style="font-size: 15px; color: rgba(21, 21, 21, 0.6);"*/
/*>*/
/*    close*/
/*</div>*/
.common-text-pill-delete-1 {
    font-size: 15px;
    color: rgba(21, 21, 21, 0.6);
}


.common-custom-material-icons-sharp-1 {
    font-family: 'Material Icons Sharp';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.common-cog-icon-1 {
    color: #737373;
    font-size: 20px;
    cursor: pointer;
}

.common-modal-fade-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.common-single-select-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 468px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: rgba(21, 21, 21, 0.6);
}

.common-single-select-width-1 {
    width: 200px;
}

.common-single-select-width-2 {
    width: 400px;
}

.rounded-none {
    border-radius: 0;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.ai-redbird-inline-logo__tile {
    /*width: 100px;*/
    /*height: 103px;*/
    width: 65px;
    height: 65px;
    background: url(../img/redbird_ai.svg);
    background-size: cover;
    display: inline-block;
}

.dropdown-option {
    display: flex;
    padding: 7px 13px;
    border-bottom: 1px lightgray solid;
    cursor: pointer;
}

.dropdown-option:hover {
    background: #f5f5f5;
}

.dropdown-toggle-custom.disabled {
    pointer-events: none;
    opacity: 50%
}

.dropdown-option.disabled {
    pointer-events: none;
    opacity: 50%
}

.dropdown-option>.material-icons-sharp, .dropdown-option>.glyphicon {
    color: #15151599;
}

.dropdown-option>.dropdown-text {
    padding: 3px 15px;
}

.dropdown-menu-custom {
    border-radius: 0; width: 225px; left:-25%; padding: 0;
}

.dropdown-menu-custom>li>a {
    padding: 3px 15px;
    /*background: #F7F7F7;*/
}

.dropdown-menu-custom>li>a.disabled {
    color: lightgrey;
}

.dropdown-menu-custom>li>a:hover {
    background: none;
}

.pd.dropdown-menu>li>a:hover {
    background: #E6F4FB;
}

.pd.dropdown-menu>li>a {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}


.dropdown-header-custom {
    padding: 3px 11px;
    background: #F7F7F7;
    min-height: 15px;
}

.scheduled-tag {
    background: #EAF5E1;
    color: green;
    padding: 4px 8px 4px 8px;
    border-radius: 1000px
}

.manual-tag {
    background: #DADADA;
    color: #151515;
    padding: 4px 8px 4px 8px;
    border-radius: 1000px
}

/* grid classes */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.d3-node-highlighted {
    stroke: lightblue!important;
    stroke-width: 2px;
    stroke-opacity: 1!important;
}


.common-button-1 {
    display: flex;
    border: 1px solid #e0e0e0;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    cursor: pointer;
}

.common-button-1:hover{
    background: #efefef;
    border: 1px solid #efefef;
    color: #000000 !important;
    text-decoration: none !important;
}

.common-button-1:focus{
    border: 2px solid #efefef;
    text-decoration: none !important;
    background: #efefef;
    color: #000000;
}

.common-button-size{
    width: 133px;
    height: 40px;
}

.file-type-csv {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/csv.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-default {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/default.png);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-excel {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/excel.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-google-docs {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/google_docs.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-google-sheets {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/google_sheets.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-google-slides {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/google_slides.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-media {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/media.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-pdf {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/pdf.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-ppt {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/powerpoint.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-word {
    width: 16px;
    height: 20px;
    background: url(../img/file_types/word.svg);
    background-size: cover;
    display: inline-block;
    flex-shrink: 0;
}

.file-type-parent {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}


.secondary-button-v2{
    display: inline-flex;
    height: 32px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    /*background: var(--Background-BG, #FFF);*/
}


.secondary-button-v2:hover{
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.12);
}

.secondary-button-v3{
    display: inline-flex;
    height: 32px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid var(--Borders-Borders-20, rgba(21, 21, 21, 0.20));

}

.secondary-button-v3:hover {
    border-radius: 3px;
    border: 1px solid var(--Borders-Borders-20, rgba(21, 21, 21, 0.20));
    background: var(--Grey-50, #F2F2F2);
}

.common-searchable-dropdown-1 {
    width: 300px;
    !important;
}

.tile-name-wrapper{
    display: flex;
    width: 225px;
    padding: 4px 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 3px;
    background: var(--Grey-Gray-50, #F2F2F2);
}

.macro-name-title,
.operation-name-title
{
    color: var(--Text-Text-Primary, #111);
    /* Caption/Caption */
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.1px;
}

.tile-border{
    border-radius: 3px;
    border: 1px solid var(--Borders-Borders-10, rgba(21, 21, 21, 0.10));
}

.tile-border:hover{
    background: var(--Risky-Blue-RB225, #E6F4FB);
    border: 2px solid var(--Risky-Blue-RB400, #95D4F4);

}

.dropdown-or-input {
    width: 100%;
    height: 32px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(21, 21, 21, 0.2);
    padding: 8px;
}

.border-radius-3{
    border-radius: 3px;
}

.non-bold{
    font-weight: 200;
}

.non-bold-2{
    font-weight: 400;
}

.font-size-14{
    font-size: 14px;
}

.remove-wrapper {
    height: 32px;
    display: flex;
    gap: 8px;
    width: 100%;
    justify-content: space-between;

}

.filter-component-element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-component-operator-selection {
    width: 142px
}

.collapsable-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 3px;
    width: 100%;
    border: 1px solid var(--Borders-Borders-20, rgba(21, 21, 21, 0.20));
    border: 1px solid var(--Borders-Borders-20, color(display-p3 0.0824 0.0824 0.0824 / 0.20));
}

.row-background{
    background: var(--Grey-Gray-50, #F2F2F2);
    background: var(--Grey-Gray-50, color(display-p3 0.95 0.95 0.95));
}

.row-padding{
    padding: 0 12px;
    height: 32px;
}

.material-icons-sharp-overwrite {
    font-family: "Material Icons Sharp";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}


.lr-exclusion-icons{
    color: #15151599;
    margin-right:0;
    cursor: pointer;
}


.lr-exclusion-icons:hover{
    color: #151515;
    margin-right:0;
    cursor: pointer;
}


/*.dropdown-or-input:focus {*/
/*    border: 1px solid rgba(21, 21, 21, 0.6)*/
/*}*/

.cn-select2-width-1 {
    width: 347px;
}