*:focus {
    outline: none !important;
}

@media(max-width:1280px) {
    body {
        zoom: 0.55;
    }
}

/* #mainContent,
.page-copy,
.xrm-attribute,
.xrm-attribute-value,
.ba_page {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
} */

#mainContent {
    background-color: #F6F6F9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .ba_page {
    color: #505D6F !important;
    display: flex;
    justify-content: flex-start;
    padding-top: 50px;
    align-items: center;
} */

/* .ba_content-box {
    width: 95%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(80, 93, 111, 0.25);
    flex-grow: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
} */

.ba_step-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.5px;
    padding-bottom: 26px;
    color: #8E8EA9;
}

.ba_section {
    gap: 25px;
    height: 100%;
}

.ba_active-section {
    display: flex;
}

.ba_title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 26px;
    color: #505D6F;
}

.ba_ba_file-upload-wrap {
    display: flex;
}

.ba_separator {
    width: 1px;
    background-color: #EAEAEF;
    height: 287px;
    flex-grow: 0;
    margin: 0 71px 0 61px;
}

.ba_download-template-link,
.ba_download-template-link:hover,
.ba_download-template-link:visited,
.ba_download-template-link:focus {
    background-color: #1D9955;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.75px;
    align-self: start;

}

.ba_file-upload-control {
    display: none !important;
}


.ba_file-template-link {
    display: flex;
    flex-direction: column;
    text-align: start;
    flex-grow: 0;
}

.ba_upload-file-container {
    flex-grow: 3;
}

.ba_section.ba_step-file-upload {
    padding-left: 10px;
}
.ba_file-upload-icon {
    background-image: url('../UploadExcelIcon.png');
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.ba_clipIcon {
    background-image: url('../ClipIcon.png');
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.ba_clipIcon-svg {
    display: flex;
    align-items: center;
}

.ba_file-upload-svg svg {
    fill: #2B4C9C;
}

.ba_dragdrop {
    color: #8E8EA9;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.5px;
}

.ba_file-upload-error .ba_file-upload-svg svg {
    fill: #F05656;
}

.ba_file-drop-zone {
    box-sizing: border-box;
    background-color: #F6F6F9;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 558px;
    height: 204px;
    border: 1px dashed #EAEAEF;
    border-radius: 5px;
    flex-direction: column;
    gap: 10px;
    color: #505D6F;
}

.ba_file-upload-error {
    background-color: #FFE8E8;
}

.invalidCell input,
.invalidCell select {
    background-color: #FFE8E8 !important;
    color: #F05656 !important;
}

.ba_cell-data {
    padding: 5px;
    cursor: default;
}

.newRowField,
.ba_edit-row-field {
    background-color: #F6F6F9;
    border: none;
    padding: 5px;
    width: 100%;
}

.ba_container {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(80, 93, 111, 0.25);
    border-radius: 4px;
}

.ba_button {
    background: #F5F5F5;
    border: 1px solid #EAEAEF;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.75px;
    color: #2B4C9C;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 5px;
    border-radius: 4px;
    line-height: 90%;
    cursor: pointer;
}

.ba_choose-file,
.ba_button-action {
    background: linear-gradient(92.72deg, #56AAFF 0%, #2B4C9C 100%);
    color: #fff;
}

.ba_choose-file {
    width: 137px;
    height: 32px;
}

.ba_section-buttons .ba_button {
    padding: 10px 16px;
    height: 36px;
}

.ba_section-buttons {
    justify-content: flex-end;
    padding: 10px;
    border-top: 1px solid #EAEAEF;
    display: flex;
}

.ba_table-button {
    border-radius: 4px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ba_edit-table-row {
    background-color: #2B4C9C;
}

.ba_delete-table-row {
    background-color: #F05656;
}
.ba_save-table-row {
    background-color: #20CA7B;
    display: none;
}

.ba_exit-table-row {
    background-color: #F05656;
    display: none;
}

.ba_new-table-row {
    background-color: #20CA7B;
}

.ba_actions-cell {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 60px;
}


#sitesTableFromExcel_wrapper td ,#customProducts_wrapper td{
    padding: 5px;
    height: 45px;
}

#sitesTableFromExcel_wrapper th ,#customProducts_wrapper th{
    color: #8E8EA9;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 90%;
    letter-spacing: 0.5px;
    font-variant: all-small-caps;
    padding: 10px;
}

.ba_select-row-checkbox {
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #F5F5F5;
    border: 1px solid #86898A;
    margin: 0 auto;
}

#sitesTableFromExcel_wrapper tr.selected .ba_select-row-checkbox,
.ba_select-row-checkbox-checked {
    background: #E7F4FD;
    border: 1px solid #2B4C9C;
    color: #2B4C9C;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.89644 7.5821L0.64644 4.3321C0.451187 4.13684 0.451187 3.82026 0.64644 3.62499L1.35353 2.91788C1.54878 2.72261 1.86539 2.72261 2.06064 2.91788L4.24999 5.10721L8.93935 0.417879C9.1346 0.222625 9.45121 0.222625 9.64646 0.417879L10.3535 1.12499C10.5488 1.32024 10.5488 1.63682 10.3535 1.8321L4.60355 7.58212C4.40828 7.77737 4.09169 7.77737 3.89644 7.5821Z' fill='%232196F3'/%3E%3C/svg%3E");
}

#sitesTableFromExcel_wrapper thead>tr:not(.ba_table-new-row) ,#customProducts_wrapper thead>tr:not(.ba_table-new-row){
    background-color: #F6F6F9;
}

.ba_content-box .form-control,
.ba_content-box .form-control:focus {
    box-shadow: none;
}

#sitesTableFromExcel_wrapper thead>tr>th.sorting,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc_disabled,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc_disabled,
#sitesTableFromExcel_wrapper thead>tr>td.sorting,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc_disabled,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc_disabled,
#customProducts_wrapper thead>tr>th.sorting,
#customProducts_wrapper thead>tr>th.sorting_asc,
#customProducts_wrapper thead>tr>th.sorting_desc,
#customProducts_wrapper thead>tr>th.sorting_asc_disabled,
#customProducts_wrapper thead>tr>th.sorting_desc_disabled,
#customProducts_wrapper thead>tr>td.sorting,
#customProducts_wrapper thead>tr>td.sorting_asc,
#customProducts_wrapper thead>tr>td.sorting_desc,
#customProducts_wrapper thead>tr>td.sorting_asc_disabled,
#customProducts_wrapper thead>tr>td.sorting_desc_disabled
{
    padding: 10px 0px 10px 26px;
}

#sitesTableFromExcel_wrapper thead>tr>th.sorting:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc_disabled:before,
#customProducts_wrapper thead>tr>th.sorting:before,
#customProducts_wrapper thead>tr>th.sorting_asc:before,
#customProducts_wrapper thead>tr>th.sorting_desc:before,
#customProducts_wrapper thead>tr>th.sorting_asc_disabled:before,
#customProducts_wrapper thead>tr>th.sorting_desc_disabled:before,
#customProducts_wrapper thead>tr>td.sorting:before,
#customProducts_wrapper thead>tr>td.sorting_asc:before,
#customProducts_wrapper thead>tr>td.sorting_desc:before,
#customProducts_wrapper thead>tr>td.sorting_asc_disabled:before,
#customProducts_wrapper thead>tr>td.sorting_desc_disabled:before
{
    right: 0px;
    left: 10px;
}

#sitesTableFromExcel_wrapper thead>tr>th.sorting:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting:after,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc:after,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc:after,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc_disabled:after,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc_disabled:after,
#sitesTableFromExcel_wrapper thead>tr>td.sorting:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting:after,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc:after,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc:after,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc_disabled:after,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc_disabled:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc_disabled:after,
#customProducts_wrapper thead>tr>th.sorting:before,
#customProducts_wrapper thead>tr>th.sorting:after,
#customProducts_wrapper thead>tr>th.sorting_asc:before,
#customProducts_wrapper thead>tr>th.sorting_asc:after,
#customProducts_wrapper thead>tr>th.sorting_desc:before,
#customProducts_wrapper thead>tr>th.sorting_desc:after,
#customProducts_wrapper thead>tr>th.sorting_asc_disabled:before,
#customProducts_wrapper thead>tr>th.sorting_asc_disabled:after,
#customProducts_wrapper thead>tr>th.sorting_desc_disabled:before,
#customProducts_wrapper thead>tr>th.sorting_desc_disabled:after,
#customProducts_wrapper thead>tr>td.sorting:before,
#customProducts_wrapper thead>tr>td.sorting:after,
#customProducts_wrapper thead>tr>td.sorting_asc:before,
#customProducts_wrapper thead>tr>td.sorting_asc:after,
#customProducts_wrapper thead>tr>td.sorting_desc:before,
#customProducts_wrapper thead>tr>td.sorting_desc:after,
#customProducts_wrapper thead>tr>td.sorting_asc_disabled:before,
#customProducts_wrapper thead>tr>td.sorting_asc_disabled:after,
#customProducts_wrapper thead>tr>td.sorting_desc_disabled:before,
#customProducts_wrapper thead>tr>td.sorting_desc_disabled:after
{
    right: 0px;
    left: 10px;
}

#sitesTableFromExcel_wrapper thead>tr>th.sorting_asc:before,
#sitesTableFromExcel_wrapper thead>tr>th.sorting_desc:after,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_asc:before,
#sitesTableFromExcel_wrapper thead>tr>td.sorting_desc:after,
#customProducts_wrapper thead>tr>th.sorting_asc:before,
#customProducts_wrapper thead>tr>th.sorting_desc:after,
#customProducts_wrapper thead>tr>td.sorting_asc:before,
#customProducts_wrapper thead>tr>td.sorting_desc:after
{
    color: #2B4C9C;
}

#sitesTableFromExcel_wrapper .pagination>.disabled>span,
#sitesTableFromExcel_wrapper .pagination>.disabled>span:hover,
#sitesTableFromExcel_wrapper .pagination>.disabled>span:focus,
#sitesTableFromExcel_wrapper .pagination>.disabled>a,
#sitesTableFromExcel_wrapper .pagination>.disabled>a:hover,
#sitesTableFromExcel_wrapper .pagination>.disabled>a:focus,

#customProducts_wrapper .pagination>.disabled>span,
#customProducts_wrapper .pagination>.disabled>span:hover,
#customProducts_wrapper .pagination>.disabled>span:focus,
#customProducts_wrapper .pagination>.disabled>a,
#customProducts_wrapper .pagination>.disabled>a:hover,
#customProducts_wrapper .pagination>.disabled>a:focus
{
    opacity: .5;
}

div.dataTables_wrapper .ba_selected-info span.select-info,
div.dataTables_wrapper .ba_selected-info span.select-item {
    margin: 0;
}
div.dataTables_wrapper{
    padding-top: 20px;
}
.ba_table-title{ 
position: absolute;
}
#sitesTableFromExcel.dataTable>tbody>tr * ,
#customProducts.dataTable>tbody>tr *
{
    cursor: pointer;
}

#sitesTableFromExcel_length select, #customProducts_length select{
    border: none;
}

.ba_selected-info {
    font-size: 0px;
    line-height: 0px;
}

.ba_selected-info .select-info {
    font-size: 15px;
    width: 100%;
    line-height: 1;
    display: block;
}

#sitesTableFromExcel_length,#customProducts_length
.ba_table-info {
    text-align: right;
}

.ba_table-info .select-info {
    font-size: 0px;
}


#sitesTableFromExcel.dataTable>tbody>tr.selected>* , #customProducts.dataTable>tbody>tr.selected>*{
    box-shadow: inset 0 0 0 9999px #2B4C9C1F;
    color: #505D6F;
}

#submitButton {
    display: none;
}

/* Loader */

.ba_loader {
    background-color: #2B4C9C1F;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ba_spinner {
    -webkit-animation: rotation 1.35s linear infinite;
    animation: rotation 1.35s linear infinite;
}

.ba_loading {
    display: flex !important;
}

.ba_loader svg {
    stroke: #2B4C9C;

}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.ba_circle {
    stroke-dasharray: 180;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: turn 1.35s ease-in-out infinite;
    animation: turn 1.35s ease-in-out infinite;
}

@-webkit-keyframes turn {
    0% {
        stroke-dashoffset: 180;
    }

    50% {
        stroke-dashoffset: 45;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 180;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes turn {
    0% {
        stroke-dashoffset: 180;
    }

    50% {
        stroke-dashoffset: 45;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 180;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

.ba_bundle-selection-modal, 
.ba_delete-row-modal,
.ba_overview-modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /*background-color: #F6F6F9;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ba_bundles-selection-gallery-old {
    display: flex;
    height: 100%;
    width:100%;
    overflow: hidden;
}

.ba_bundles-selection-gallery {
    display: ruby;
    width: 100%;
}

.ba_bundles-selection-gallery .slick-track {
    height: 99%;
}

.ba_bundles-selection-gallery .slick-list {
    height: 100%;
}

.ba_bundle-selection-modal .modal-footer {
    padding: 0px;
}

.ba_bundle-item:not(:nth-child(-n+5)) {
    display: none;
}

.ba_combobox select {
    display: none;
}

.ba_bundle-item {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 8px;
    width: 244px;
    margin-bottom: 2%;
}

.ba_bundle-selection-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.ba_bundle-selection-modal .modal-header .close {
    position:relative;
    z-index:3;
}

.ba_bundle-selection-modal .modal-header:before,
.ba_bundle-selection-modal .modal-header:after {
    content: "";
    display: none;
}

.ba_bundle-selection-modal-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    right: 0;
    z-index:0;
}

.ba_ccp-toggle {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ba_ccp-toggle h5 {
    color: #000;
}

.ba_bundle-selection-modal .modal-dialog {
    width: 1028px;
    height: 695px;
    display: flex;
}

.ba_bundle-item-header {
    background: #505D6F;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px;
    padding: 12px 0px;
    height: 61px;
}

.ba_bundle-item-header-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ba_bundle-item-hidden {
    display:none !important;
}

.ba_bundle-item-selected .ba_bundle-item-header {
    background: #2B4C9C;
}

.ba_bundle-item-selected {
    background-color: #E7F4FD;
}

.ba_bundle-selection-modal .modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
    border-radius:10px;
}

.ba_bundle-selection-modal .modal-body {
    flex-grow: 1;
    padding: 0;
}

.ba_bundle-selection-modal button:active,
.ba_bundle-selection-modal button.active,
.ba_bundle-selection-modal button:hover {
    background: none;
    border: none;
}

.ba_bundle-selection-modal .modal-footer,
.ba_bundle-selection-modal .modal-header {
    border: none;
}

.ba_bundle-selection-modal .ba_section-buttons {
    border: none;
}

.ba_modal-disclaimer {
    color: #F05656;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 15px 0px;
}

.ba_bundle-item-body {
    flex-grow: 1;
    padding: 16px 14px 0px 14px;
    line-height: 14.4px;
    color: #505D6F
}

.ba_bundle-item-body-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    color: #2B4C9C;
    margin-bottom: 10px;
}
.ba_bundle-item-body-sub-title {
    font-size: 12px;
    text-align: center;
    height: 50px;
    line-height: 14.4px;
}
.ba_bundle-item-body-line {
    /*width: 156px;*/
    border: 1px solid #EAEAEF;
    margin: 0px 0px 10px 0px;
}
.ba_bundle-item-section-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

ul.ba_bundle-item-section-items {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 18px;
    flex-direction: column;
    display: flex;
}
li.ba_bundle-item-section-item::marker {
    font-size:5px;
}
.ba_bundle-item-footer {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    padding: 20px 0px;
}

.ba_bundles-count {
    font-weight: bold;
    font-size: 20px;
}

.ba_bundle-item-selected .ba_bundles-count {
color: #2B4C9C;
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}

.ba_bundles-selection-wrap {
    overflow-y: scroll;
    height: 425px;
}

.ba_bundle-btn {
    background: #F6F6F9;
    border: 1px solid #EAEAEF;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    color: #8E8EA9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ba_toggle-capsule,
.ba_toggle-head {
    position: absolute;
}

.ba_toggle-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 20px;
}

.ba_toggle-on .ba_toggle-head {
    background: #0075B0;
    transform: translateX(16px);
}

.ba_toggle-on .ba_toggle-capsule {
    background: #33A3DC;
}

.ba_toggle-capsule {
    border-radius: 12px;
    height: 14px;
    width: 28px;
    background: #000000;
    opacity: 0.2;
    border-radius: 12px;
    transition: 0.3s linear;
}

.ba_toggle-head {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: 0;
    background: #F1F1F1;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    transition: 0.3s linear;
}

.ba_section{
    padding: 14px;
}

.ba_section-optional-services {
    flex-direction: row;
    display: flex;
}

.ba_sites-gallery-title {
    background-color: #505D6F;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 12px;
}

.ba_sites-gallery-filter input {
    padding: 10px;
    border: none;
    background-color: #F6F6F9;
    width: 100%;
}

.ba_sites-gallery-filter input::placeholder,
.ba_sites-gallery-filter input::-ms-input-placeholder {
    color: #8E8EA9 !important;
}
.ba_sites-table-selected-count {
    color: #2B4C9C;
}

.ba_sites-gallery-item {
    border-top: 1px solid #EAEAEF;
    padding: 13px 0px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #505D6F;
}

.ba_sites-gallery-wrap {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    min-width: 15%;
    width: 15%;
    min-height: 628px;
}

.ba_sites-gallery-item-count {
    border-radius: 50px;
    background-color: #505D6F;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}

.ba_sites-gallery-item.ba_sites-gallery-item-selected {
    color: #2B4C9C;
}

.ba_sites-gallery-item-selected .ba_sites-gallery-item-count {
    background-color: #2B4C9C;
}

.ba_sites-gallery {
    padding: 0px 12px;
}

.ba_optional-services-title {
    font-weight: bold;
    font-size: 20px;
    color: #2B4C9C;
    margin: 10px 0px;
}

.ba_optional-services-navigation,
.ba_optional-services-sub-navigation {
    display: flex;
    gap: 10px;
    flex-direction: row;

}

.ba_optional-services-navigation {
    background: #F6F6F9;
    border-radius: 4px;
    padding: 10px;
    color: #505D6F;
}

.ba_optional-services-sub-navigation {
    border-bottom: 1px solid #EAEAEF;
    color: #505d6f8a;
    padding: 0px 10px;
}

.ba_optinal-service-nav-item {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ba_optinal-service-nav-item-title {
    padding: 10px 8px;
    font-size: 14px;
}

.ba_optinal-service-complated-icon {
    height: 20px;
    width: 20px;
}

.ba_optinal-service-nav-item-completed .ba_optinal-service-complated-icon {
    background-color: #fff;
    box-sizing: content-box;
    border-radius: 15px;
    display: block;
    color: #2B4C9C;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.89644 7.5821L0.64644 4.3321C0.451187 4.13684 0.451187 3.82026 0.64644 3.62499L1.35353 2.91788C1.54878 2.72261 1.86539 2.72261 2.06064 2.91788L4.24999 5.10721L8.93935 0.417879C9.1346 0.222625 9.45121 0.222625 9.64646 0.417879L10.3535 1.12499C10.5488 1.32024 10.5488 1.63682 10.3535 1.8321L4.60355 7.58212C4.40828 7.77737 4.09169 7.77737 3.89644 7.5821Z' fill='%232196F3'/%3E%3C/svg%3E");
}

.ba_optinal-service-nav-item-active .ba_optinal-service-complated-icon {
    border-radius: 0px 4px 4px 0px;
    height: 100%;
}

.ba_optinal-service-nav-item-active {
    color: #2B4C9C;
}

.ba_optional-services-navigation .ba_optinal-service-nav-item-active .ba_optinal-service-nav-item-title {
    border-radius: 4px;
    background-color: #fff;
}

.ba_optional-services-navigation .ba_optinal-service-nav-item-completed .ba_optinal-service-nav-item-title {
    border-radius: 4px 0px 0px 4px;
}

.ba_optional-services-sub-navigation .ba_optinal-service-nav-item {
    display: none;
}

.ba_optional-services-sub-navigation .ba_optinal-service-nav-item.ba_optinal-service-nav-item-show {
    display: flex;
}

.ba_optional-services-sub-navigation .ba_optinal-service-nav-item-active .ba_optinal-service-nav-item-title {
    position: relative;
}

.ba_optional-services-sub-navigation .ba_optinal-service-nav-item-active .ba_optinal-service-nav-item-title:after {
    content: " ";
    position: absolute;
    height: 2px;
    background-color: #2B4C9C;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.ba_os-form {
    width: 20%;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    display:flex;
    max-height: 415px;
    column-gap: 30%;
}
.ba_os-form-full-width {
    width: 100%;
}
.ba_os-section {
    display: none;
    flex-direction: column;
    width:100%;
    height:490px;
    /*height: 100%;*/
    max-height: 490px;
}

.ba_os-section-active {
    display: flex;
}

.ba_os-form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ba_optional-services-body {
    display: flex;
    padding-top: 10px;
    max-height: 460px;
}

.ba_optional-services-body input[type="text"],
.ba_optional-services-body select {
    box-sizing: border-box;
    border: 1px solid #0000001f;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #505D6F;
    /*width: 90%;*/
}

.ba_optional-services-body select {
    margin-bottom: 15px;
}

.ba_os-form select{
    margin-bottom: 0px !important;
}

.ba_optional-services-body .ba_os-form-control-label {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 15px; /*12px for att*/
    line-height: 90%;
    letter-spacing: 0.5px;
    background-color: #fff;
    padding: 0px 5px;
    color: #505D6F;
    left: 12.5px;
    top: -5px;
}

.ba_optional-services-body input[type="text"]:focus,
.ba_optional-services-body select:focus {
    border: 1px solid #2B4C9C;
    box-shadow: none;
}

.ba_optional-services-body input[type="text"]:focus+label,
.ba_optional-services-body select:focus+label {
    color: #2B4C9C;
}

.ba_os-form-control-wrap {
    position: relative;
    width: 100%;
    
}

.ba_os-form-control-hidden {
    display:none;
}

.ba_os-selected-item {
    border-bottom: 1px solid #EAEAEF;
    padding: 15px 30px 15px 0px;
}

.ba_os-selected-item,
.ba_os-selected-item-controls {
    display: flex;
    align-items: center;
    margin-left:16px;/*not exist in att*/
}

.ba_os-selected-item-controls {
    gap: 16px;
}

.ba_os-selected-item .ba_bundle-btn {
    height: 24px;
    width: 24px;
}

.ba_os-form-gallery-item-header {
    min-height: 50px;
}

.ba_os-selected-item .ba_bundle-btn svg path,
.ba_os-form-gallery-item-count-wrap .ba_bundle-btn svg path {
    fill: #2B4C9C;
}

.ba_os-selected-item .ba_bundle-btn.ba_bundle-btn-disabled svg path,
.ba_os-form-gallery-item-count-wrap .ba_bundle-btn.ba_bundle-btn-disabled svg path {
    fill: #8E8EA9;
}

.ba_os-selected-item-title {
    flex-grow: 1;
}

.ba_os-selected-item-separator {
    width: 1px;
    margin: 0px 8px;
    height: 10px;
    background-color: #8E8EA9;
}

.ba_os-form-label {
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 17px;
}

.ba_os-form-label-wrap {
    display: flex;
    align-items: center;
}

.ba_os-form-checkbox-wrap,
.ba_os-form-radio-button {
    display: flex;
    gap: 15px;
    padding-bottom:10px;
}

.ba_os-form-radio-button {
    align-items: center;
}

.ba_os-form-radio-button-wrap {
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    border: 1px solid #0000001f;
    border-radius: 4px;
    padding: 15px;
    width: 90%;
}

.ba_os-selected-item-title {
    color: #2B4C9C;
}

.ba_os-form-checkbox {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 5px 0px !important;
    border-radius: 4px;
    background: #F5F5F5;
    border: 1px solid #86898A;
    padding: 0px;
    align-self: flex-start;
}

.ba_os-form-checkbox-selected {
    background: #E7F4FD;
    border: 1px solid #2B4C9C;
    color: #2B4C9C;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.89644 7.5821L0.64644 4.3321C0.451187 4.13684 0.451187 3.82026 0.64644 3.62499L1.35353 2.91788C1.54878 2.72261 1.86539 2.72261 2.06064 2.91788L4.24999 5.10721L8.93935 0.417879C9.1346 0.222625 9.45121 0.222625 9.64646 0.417879L10.3535 1.12499C10.5488 1.32024 10.5488 1.63682 10.3535 1.8321L4.60355 7.58212C4.40828 7.77737 4.09169 7.77737 3.89644 7.5821Z' fill='%232196F3'/%3E%3C/svg%3E");
}

.ba_os-form-checkbox-label {
    margin: 0;
    font-weight: 400;
}

.ba_os-form-radio-button-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 5px 0px !important;
    border-radius: 50px;
    background: #F5F5F5;
    border: 1px solid #86898A;
    padding: 0px;
}

.ba_os-form-radio-button-selected .ba_os-form-radio-button-icon {
    background: #E7F4FD;
    border: 1px solid #2B4C9C;
    color: #2B4C9C;
}

.ba_os-form-radio-button-selected .ba_os-form-radio-button-icon:after {
    /*content: '●';
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;*/
    content: ' ';
    display: block;
    height: 100%;
    background-color: #2B4C9C;
    border-radius: 50%;
    border: 4px #fff solid;
}

.ba_section-coulmn.ba_optional-services-wrap {
    flex-grow:2;
    flex-direction: column;
    display:flex;
}

.ba_optional-services-footer {
    display: flex;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #EAEAEF;
    width: 95%;
    height: 68px;
}

.ba_optional-services-footer .ba_button {
    background: #2B4C9C;
    color: #FFFFFF;
    padding: 9.5px 16px;
}

.ba_optional-services-header {
    margin-bottom: 20px;
}

.ba_os-form-control-wrap .ba_os-form-control-wrap {
    width: 90%;
}

.ba_os-form-section-label {
    margin-bottom: 25px;
}

.ba_os-form-section-title-row {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-bottom: 25px;
    cursor: pointer;
}

.ba_os-form-section {
    transition: all 0.3s linear;
    height: 0px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0px;
}

.ba_os-form-section-opened .ba_os-form-section {
    height: auto;
    opacity: 1;
    margin-top: 25px;
}

.ba_os-form-section-icon svg {
    transition: transform 0.3s linear;
}

.ba_os-form-section-opened .ba_os-form-section-icon svg {
    transform: rotate(180deg);
}

.ba_os-form-blue-button,
.ba_os-form-blue-button:hover,
.ba_os-form-blue-button:visited,
.ba_os-form-blue-button:focus {
    background: #2B4C9C;
    padding: 6px 12px;
}

.ba_os-form-section-title {
    font-weight: 800;
}

.ba_os-form-sub-label {
    font-size: 14px;
}

.ba_os-form-sub-description {
    margin-left: 20.5px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #505d6fb3;
}

.ba_os-form-gallery-item-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.ba_os-form-gallery-control-wrap {
    width: 100%;
}

.ba_os-form-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    overflow-y: auto;
    height: 380px;
}

.ba_os-form-gallery-item-wrap {
    width: 30%;
    border: 1px solid #EAEAEF;
    border-radius: 4px;
    padding: 16px;
    gap: 8px;
    display: flex;
    flex-direction: column;
    height: 333px;
}

.ba_os-form-gallery-item-count-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ba_os-selected-item-count,
.ba_os-form-gallery-item-count {
    text-align: center;
    width: 35px;
    border:none;
}

.ba_os-form-gallery-item-price {
    text-align: right;
    font-weight: bold;
    font-size: 17px;
}

.ba_os-form-gallery-item-title {
    font-weight: bold;
    font-size: 17px;
}

.ba_os-form-gallery-item-sub-title {
    font-weight: 400;
    font-size: 16px;
}

.ba_gallery-item-checkbox-label.ba_os-form-checkbox-label {
    font-size: 14px;
}

.ba_gallery-item-checkbox-wrap.ba_os-form-checkbox-wrap {
    align-items: center;
}

.ba_os-form-gallery-item-body {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 162px;
    height: 162px;
}
.ba_os-form-gallery-item-body img {
    max-height:100%;
}
.ba_os-form-gallery-item-sub-items {
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 60%;
}

.ba_bundle-item-header-sub-title {
font-size:12px;
}

.ba_table>thead>tr>th,
.ba_table>thead>tr>td,
.ba_table>tbody>tr>th,
.ba_table>tbody>tr>td,
.ba_table>tfoot>tr>th,
.ba_table>tfoot>tr>td {
text-align: left;
color: #505D6F;
font-size: 14px;
}
.ba_table>thead>tr>th {
border-width: 1px 0px 1px 0px;
border-style: solid;
border-color: #EAEAEF;
}
.ba_table>caption+thead>tr:first-child>th, 
.ba_table>caption+thead>tr:first-child>td, 
.ba_table>colgroup+thead>tr:first-child>th, 
.ba_table>colgroup+thead>tr:first-child>td, 
.ba_table>thead:first-child>tr:first-child>th, 
.ba_table>thead:first-child>tr:first-child>td {
    border-top: 1px solid #EAEAEF;
}
#formpopup_sites_overview {
display: flex;
flex-direction: column;
}
.body_sites_overview {
 flex-grow: 2;
}
#close_sites_overview {
align-self: end;
}
input.ba_bundles-count {
    width: 40px;
    text-align: center;
    border: none;
    background-color: transparent;
}
input.ba_bundles-count::-webkit-outer-spin-button,
input.ba_bundles-count::-webkit-inner-spin-button,
input.ba_os-selected-item-count::-webkit-outer-spin-button,
input.ba_os-selected-item-count::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ba_button_os_remove {
    background-color: #F05656 !important;
}
.ba_button_save,
.ba_button_os_update,
.ba_button_os_remove {
display:none;
}
.ba_os-form-calculated-wrap {
font-size: 13px;
line-height: 18px;
letter-spacing: 0.5px;
display: flex;
gap:10px;
}
.ba_os-form-calculated-value {
    font-weight: bold;
}

ba_os-section-label{
    padding-bottom:20px;
}
.ba_os-section-label-bundles {
    display: flex;
    gap: 25px;
    align-items: center;
}

.tooltip {
    background-color:#F6F6F9;
}

.required{
color: red;
}