#software-selector .button-select {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 8px 20px 0px;
    padding: 12px;
    border: 1px solid;
    border-radius: 8px;
    background-color: #3563ae;
    font-family: inherit;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    width: 300px;
    color: #f5f5f5
}

#software-selector-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
}

#software-selector-modal {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

    #software-selector-modal p {
        padding: 10 0px 0px 0px;
    }

    #software-selector-modal .inner-body {
        flex: 1;
        overflow-y: overlay;
        padding: 1em 0;
    }

    #software-selector-modal .softwareSelector_inner {
        box-shadow: 0 5px 30px rgba(0, 0, 0, .3);
        border-radius: 10px;
        padding: 32px;
        background-color: #fff;
        width: 650px;
        max-height: 700px;
        min-height: 60vh;
        max-width: 800px;
    }

    #software-selector-modal .modal-heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0
    }

.softwareSelector-hide {
    display: none !important
}

.exit-button-style button {
    font-size: 40px;
    top: 8px !important;
    right: 16px !important
}

#software-selector-modal .ss-close-modal {
    border: none;
    background: transparent;
    font-size: 40px;
    color: #454545;
}

.form-wrapper {
    margin: 0
}

.form-row {
    display: flex;
    clear: both;
    padding: 8px 0 0
}

    .form-row .field-wrapper {
        flex: 1
    }

.field-wrapper {
    margin: 0;
    padding: 0
}

#software-selector-modal img,
#software-selector img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.button-icon {
    margin-top: -2px !important;
    margin-right: 4px !important;
    color: #fff
}

.padding-left-1 {
    padding-left: 16px !important
}

.section-header {
    text-align: left
}

.font-bold {
    font-weight: 700 !important;
}

#software-selector-modal .h2-sub {
    font-size: 1.25rem !important;
    line-height: 1.4375rem !important;
    color: #454545;
    background-color: #fff !important;
    border: 0px !important;
  padding: 0px;
}

svg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

#software-selector .tag {
    align-items: center;
    background-color: #d9d9d9;
    border-radius: 40px;
    display: inline-flex;
    margin: 8px 8px;
    vertical-align: middle;
    padding: 8px
}

    #software-selector .tag .text-wrapper {
        padding: 0px 2px;
    }

#software-selector .hollow {
    background-color: #f5f5f5 !important;
    color: #1e1e1e !important;
    padding: 7.8px !important;
    margin: 8px 8px !important;
    width: auto !important
}

.close-button-top-corner {
    position: absolute;
    top: 8px !important;
    right: 16px !important;
    box-shadow: 0 0 0 2px #fff;
    overflow: initial;
}

    .close-button-top-corner:focus-visible {
        outline: 2px solid black !important;
        outline-offset: -1px
    }

.close-button-top-corner {
    position: absolute;
    z-index: 10;
    color: #454545;
    cursor: pointer
}

.step-wrapper {
    display: flex;
    align-items: center;
}

.step-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: rgb(44, 44, 44);
    color: rgb(255, 255, 255);
    margin-right: 10px;
    font-size: 16px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(44, 44, 44);
    border-image: initial;
}

.is-disabled {
    background-color: #d9d9d9 !important;
    color: #b3b3b3 !important;
    border-color: #d9d9d9 !important;
}

.is-selected {
    background-color: #fff !important;
    color: #2c2c2c !important;
    border-color: #303030 !important
}

.select-wrapper {
    flex: 1;
    position: relative;
    margin-top: 8px
}

    .select-wrapper:before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        visibility: "hidden";
        transition: all .3s ease-in-out
    }

    .select-wrapper:hover:before, .select-wrapper.is-focused:before, .select-wrapper.has-error {
        visibility: visible;
        width: 100%
    }

        .select-wrapper.has-error:before {
            background-color: #d13f3d
        }

.label-select.is-bold {
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.label-select.is-disabled {
    font-weight: 600;
    color: #b3b3b3 !important;
    background-color: transparent !important;
}

.input-select {
    margin-bottom: 4px;
    position: relative;
}

.input-label, #software-selector-modal select {
    display: block;
    width: 100%;
}

#software-selector-modal select {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    border-image: initial;
    border-radius: 8px;
    margin: 1px;
    padding: 12px 12px 12px 16px;
}

#software-selector-modal select {
    min-height: 48px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    background: transparent;
}

.input-option-holder {
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    margin: 8px 1px;
    padding: 12px 12px 12px 16px;
}

.is-disabled-option-holder {
    font-weight: 600;
    color: #b3b3b3 !important;
    background-color: #d9d9d9;
    border-radius: 8px;
}

.button-software {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 8px;
    padding: 12px;
    border: 1px solid;
    border-radius: 8px;
    background-color: #3563ae;
    font-family: inherit;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-wrap-mode: nowrap;
    color: #f5f5f5;
}

.button-software.disabled, .button-software[disabled] {
    color: #b3b3b3 !important;
    background-color: #d9d9d9 !important;
    cursor: not-allowed;
}

.button-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.button-wrapper .button-apply {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

/* Alert Box */
#ss-alert-box.alert-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px 25px;
    border: 1px solid #EC221F;
    background: #FEE9E7;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    font-family: Arial, sans-serif;
}

#ss-alert-box .alert-icon {
    color: #b40000;
    font-weight: bold;
    border: 2px solid #b40000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

#ss-alert-box h4 {
    margin: 0;
    font-size: 18px;
    color: #a00000;
    font-weight: 700;
}

#ss-alert-box p {
    margin: 5px 0 0;
    color: #900B09;
    font-size: 15px;
}

#ss-alert-box span {
    color: #a00000;
    font-weight: bold;
    text-decoration: underline;
}

#ss-button-container.button-container {
    text-align: center;
    margin-top: 35px;
}

#ss-button-container .shop-button {
    display: inline-block;
    padding: 8px 100px;
    border: 1px solid; /*#3563ae*/
    border-radius: 8px;
    text-decoration: none;
    font-size: .9rem;
    transition: 0.2s;
}

/* #ss-button-container .shop-button:hover {
    background: #3563ae;
    color: #fff;
} */
