@import '~@spglobal/tokens/dist/web/tokens.css';
@import '../../styles/common.scss';
@import '@spglobal/ca-mfe-package-utils/dist/styles/global';

.selection-container {
    width: 98%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    
    .selection-datepicker > div > div > div > div{
        height: 22px;
    }

    .selection-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        color: $dark-koi-text-text-primary-on-dark-e-3-e-3-e-3;
        font-size: 12px;
        font-family: Akkurat,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 3px 0 4px 11px;
        height: 22px;
    }
    .selection-header-container{
        height: 22px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 8px 8px 0px 0px;
        border: 1px solid $yuki-koi-base-colors-base-gray-65525252;
        background: $dark-koi-background-dark-gray-753-f-3-f-3-f;
    }

    .selection-inner-container{
        display: inline-block;
        padding: 12px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        background-color: $not-selected-color;

		>button {
			float: right;
		}
        .create-company {
            width: 108px;
        
            >span:first-child {
                float: left;
                margin-right: 8px;
            }
        
            .create-company-text {
                line-height: 135%;
                text-transform: none !important;
            }
        }
    }

    .selection-inner-title{
        color: #000;
        font-size: 12px;
        font-family: Akkurat,Helvetica,Arial,sans-serif;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 135%;
    }
    
    .selection-dd-container{
        display: flex;
        align-items: flex-start !important;
        gap: 10px;
        padding-left: 8px !important;
    }
    .selection-dd{
        display: flex;
        width: 170px;
        height: 22px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        
        button > span{
            font-weight: 400 !important;
            span:first-child{
                font-weight: 700 !important;
            }
        }
        
    }
    .companyLabels-align{
        display:flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .company-info-dropdowns{
        display: flex;
        column-gap: 10px;
        flex-wrap: wrap;
        width: auto;
        max-width: 90%;
    }
    .selection-company-title{
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        color: #000;
        margin-bottom: 4px;
    }
    .text-seperator{
        border: 1px solid #000;
        height: 22px;
    }
    .input-seperator{
        border: 1px solid #000;
        height: 28px;
    }

    .selected-dd-container{
        height: 22px;
        justify-content: center;
        gap: 5px;
        align-items: center;
        display: flex;
        padding-top: 2px;
    }
    .edit-label{
        font-size: 11px;
        font-style: normal; 
    }
    .edit-icon{
        padding-bottom: 4px;
        cursor: pointer;
    }
    .padding-top4{
        padding-top: 4px;
        div:first-child{
            margin-bottom: 0px !important;
        }
    }
    .selection-div-first > div > div > div > div:nth-child(2){
        padding-left: 8px !important
    }

    .prop-color {
        color: $prop-color !important;
        font-size: 11px;
        font-style: normal; 
      }
    .new-CompanyName {
        font-size:14px;
        font-style: normal;
        font-weight: 700;
        word-break: break-word;
    }
    .companyName-Width {
        width : 255px;
    }

    :global{
        #industries-dropdown-list {
            #select-dropdown-list{
                & > div > div:nth-child(2) {
                    min-width: 170px;
                    width: 15% !important;
                    border-top: 1px solid;
                    margin-top: 0.5px;
                }
            }

            div[disabled] {
                pointer-events: none;
            }
        }
    }



}
