
    .btn{
    min-height: unset;
    }



    /*######General######*/

    /*Default Font Size*/
    html{
    font-size: 15px;
    }
    /*fix for font size in buttons if font size is unter 16px*/


    /*Font Family(ies)*/
    body,
    .tooltip, .popover, h2, p,  .main-footer .left span, .main-footer .right, .navbar.navbar-main .top-menu-wrapper .navbar-brand,
    .sidebar.sidebar-main a span,
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    .full-page section .section-header .title,
    .iw-stepper .iw-step .circle,
    .page-container-register .title,
    .page-container-landing-page .title,
    .page-container-checkout section .section-header
    {
    font-family:Helvetica !important;
    }


    /*headers and tabs color*/
    .iw-aside-navigator-wrapper .iw-aside-container section .section-header .title,
    section .section-header .title,
    .iw-ribbon .bg-ribbon,
    .text-primary,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .price,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active i,
    .nav-tabs .nav-link:hover:not(.active),
    .iw-catalogue-wrapper .product .info-area .title a:hover,
    .iw-catalogue-wrapper .modal .product .info-area .title a:hover,
    .iw-catalogue-wrapper .product.preview .price,
    .iw-catalogue-wrapper .modal .product.preview .price
    {
    color:#7D7AE8 !important;
    }

    /*bookmark (bg-ribbon) color*/
    .iw-ribbon .fg-ribbon
    {
    background: #7D7AE8 !important;
    width:auto !important;
    }

    .page-link, .page-link:hover, a, a:hover,
    .checkbox-icon,
    input[type="checkbox"]:checked ~ i span:nth-of-type(1),
    input[type="radio"]:checked ~ i span:nth-of-type(1),
    input[type="checkbox"]:checked ~ i span:nth-of-type(2),
    input[type="radio"]:checked ~ i span:nth-of-type(2),
    input[type="checkbox"]:not(:checked) ~ i span:nth-of-type(1),
    input[type="radio"]:not(:checked) ~ i span:nth-of-type(1),
    .iw-stepper .iw-step,
    .slick-prev::before, .slick-next::before,
    .content-product-details #iw-aside-scroll-container #iw-product-section-features .list-group-item.active i,
    .info-tooltip.btn.btn-plain,
    .progressrim .percent .number span,
    .btn-link:hover, .btn.btn-glyph:hover
    {
    color:#7D7AE8;
    }

    .btn-link, .btn.btn-glyph{
    color:#7D7AE8e6;
    }

    .progressrim svg circle:nth-child(2){
    stroke:#7D7AE8;
    }

    .iw-stepper .iw-step .circle{
    }
    .iw-stepper .iw-step.current .circle{
    background-color:#7D7AE8e6;
    }

    .nb-stepper-step {
    color: #7D7AE8;
    }

    .nb-stepper-step.nb-stepper-step--completed::after {
    background-color: #7D7AE8;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__circle, .nb-stepper-step.nb-stepper-step--current::after {
    background-color: #7D7AE8;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #7D7AE8;
    }

    .stepper-step.nb-stepper-step--current .nb-stepper-step__circle {
    background-color: #7D7AE8;
    }

    .nb-stepper-step.nb-stepper-step--current .nb-stepper-step__text {
    color: #7D7AE8;
    }

    .nb-stepper-step.nb-stepper-step--completed .nb-stepper-step__text {
    color: #7D7AE8;
    }

    .form-control:focus{
    border-color:#7D7AE84c;
    }

    option:hover {
    box-shadow: 0 0 10px 100px red inset;
    }

    .badge-primary,
    .iw-stepper .iw-step::after,
    .iw-stepper .iw-step + .iw-step::after,
    .select2-container--bootstrap4 .select2-results__option--highlighted,
    .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"],
    .btn-action:hover,
    .content-product-details #iw-aside-scroll-container .iw-product-section-editions .edition-wrapper .edition .addon-item.card:hover .card-footer .buttons-wrapper{
    background-color:#7D7AE8;
    }
    .bg-primary{
    background-color:#7D7AE8 !important;
    }

    .select2-container--bootstrap4.select2-container--focus .select2-selection{
    border-color: #7D7AE899;
    box-shadow: 0 0 0 .2rem #7D7AE84d;
    }

    .sidebar.sidebar-main a::after,
    .iw-aside-navigator-wrapper .iw-aside-navigator .card,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.active .nav-link{
    border-color:#7D7AE8;
    }

    .sidebar.sidebar-main a::before{
    border-color:#7D7AE830 !important;
    }

    .iw-aside-navigator-wrapper .iw-aside-navigator .card .menu .list-group-item.active{
    border-left-color:#7D7AE8;
    border-right-color:#7D7AE8;
    }

    .custom-select:focus
    {
    border-color:#7D7AE84d;
    }
    /*BUTTONS*/
    :root {
    --nb-primary-button-background-color: #7D7AE8;
    --nb-primary-button-border-color:     #7D7AE8;

    --nb-primary-button-background-color--hover: #7D7AE8;
    --nb-primary-button-border-color--hover:     #7D7AE8;

    --nb-primary-button-background-color--active: #7D7AE8;
    --nb-primary-button-border-color--active:     #7D7AE8;

    --nb-primary-button-background-color--focus: #7D7AE8;
    --nb-primary-button-border-color--focus:     #7D7AE8;

    --nb-secondary-button-border-color: #7D7AE8;
    --nb-secondary-button-text-color:   #7D7AE8;

    --nb-secondary-button-background-color--hover: #7D7AE840;
    --nb-secondary-button-border-color--hover:     #7D7AE8;
    --nb-secondary-button-text-color--hover:       #7D7AE8;

    --nb-secondary-button-background-color--active: #7D7AE840;
    --nb-secondary-button-border-color--active:     #7D7AE8;
    --nb-secondary-button-text-color--active:       #7D7AE8;

    --nb-secondary-button-background-color--focus:           #7D7AE840;
    --nb-secondary-button-border-color--focus: border-color: #7D7AE8;

    --nb-outline-primary-button-border-color: #7D7AE8;
    --nb-outline-primary-button-text-color: #7D7AE8;

    --nb-outline-primary-button-background-color--hover: #7D7AE840;
    --nb-outline-primary-button-border-color--hover:     #7D7AE8;
    --nb-outline-primary-button-text-color--hover:       #7D7AE8;

    --nb-outline-primary-button-background-color--focus: #7D7AE840;
    --nb-outline-primary-button-border-color--focus:     #7D7AE8;
    --nb-outline-primary-button-text-color--focus:        #7D7AE8;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled).active,
    .page-item.active .page-link {
    background-color:#7D7AE8;
    border-color:#7D7AE8;
    }

    .btn.btn-icon {
    color:#7D7AE8;
    border-color:#7D7AE8;
    }

    .btn.btn-icon:hover:not(:disabled):not(.disabled) {
    color:#7D7AE8;
    border-color:#7D7AE8;
    background-color:#7D7AE840;

    }

    .dropdown-item:not(:disabled):not(.disabled):active, .dropdown-item:not(:disabled):not(.disabled).active{
    border-color:#7D7AE840;
    background-color:#7D7AE840;
    }

    .iw-filters-container .iw-filters-list .filter-list .filter-item a:hover:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a.selected:not(:disabled):not(.disabled),
    .iw-filters-container .iw-filters-list .filter-list .filter-item a:not(:disabled):not(.disabled):active,
    .dropdown-item:hover
    {
    border-color: #7D7AE8bf;
    background-color: #7D7AE8bf;
    }

    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .ltr .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-left-color: #7D7AE8;
    }

    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item.active,
    .rtl .iw-support-content .iw-cases-wrapper .list-group .list-group-item:hover{
    border-right-color: #7D7AE8;
    }

    /*Custom range*/

    .custom-range::-webkit-slider-thumb {
    background-color: #7D7AE8;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-webkit-slider-runnable-track {
    background-color: #7D7AE84c;
    }

    .custom-range::-moz-range-thumb {
    background-color: #7D7AE8;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-moz-range-thumb:active {
    background-color: #ebf1fe;
    background-color: #7D7AE819;
    }

    .custom-range::-moz-range-track {
    background-color: #7D7AE84c;
    }

    .custom-range::-ms-thumb {
    background-color: #7D7AE8;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .custom-range::-ms-fill-lower {
    background-color: #7D7AE84c;
    }

    .custom-range::-ms-fill-upper {
    background-color: #7D7AE84c;
    }

    /*Custom switch*/
    .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #7D7AE8;
    background-color: #7D7AE8;
    }

    .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color: #7D7AE850;
    }

    /*Custom radio*/
    .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #7D7AE850;
    background-color: #7D7AE850;
    }

    .iw-list-picker-item.is-selected,
    .iw-list-picker-item:hover {
    border-color: #7D7AE8;
    }

    /*Theme UI Components*/

    .nb-section .nb-main-title
    {
    color:#7D7AE8 !important;
    }

    .nb-grid .k-grid a
    {
    color:#7D7AE8;
    }

    /*Override hardcoded min-height*/
    .nb-search-input {
    min-height: initial !important;
    }

    .browser-compatibility {
    background-color:#7D7AE8 !important;
    }



/*CustomCSS*/
body {
    background-color: #ffffff !important;
}

.sidebar.sidebar-main {
    background-color: #f3f6fb;
}

input {
    background-color: #f8f7f6 !important;
}

.iw-aside-navigator-wrapper .iw-aside-navigator {
    background-color: #f3f6fb !important;
}

/* sfv4 - Approve Cookies OK button. */
.btn-success {
    color: #7D7AE8 !important;
    background-color: #7D7AE8 !important;
    border: solid 1px #7D7AE8 !important;
    background-image: none;
}

/* sfv4 -Hover Approve Cookies OK button. */
.btn-success:hover {
    color: #ffffff !important;
    background-image: none !important;
    background-color: #ffffff !important;
}

/* increase width for billing plan dropdown
.billing-plan-th {
    min-width: 150px;
}
.quantity {
    min-width: 80px;
}

.btn.btn-secondary,
.btn.btn-outline-gray {
    color: #7D7AE8;
    border-color: #7D7AE8;
}

.btn.btn-secondary:hover,
.btn.btn-outline-gray:hover {
    color: #ffffff !important;
    background-color: #7D7AE8 !important;
    border-color: #7D7AE8 !important;
    transition:none !important;
}

.nb-dropdown .btn.btn-secondary:hover {
    background-color: #ffffff !important;
}

.btn.btn-primary:hover {
    color: #ffffff !important;
    background-color: #7D7AE8;
    border-color: #7D7AE8;
}

#bootstrap-confirm-box-modal>div:nth-child(1)>div:nth-child(1)>div:nth-child(3)>button:nth-child(2):hover {
    color: #ffffff !important;
    background-color: #7D7AE8;
    border-color: #7D7AE8;
}

.nb-widget .nb-widget__header .nb-title {
    color: #000000;
}

/* sfv4 - Cookie Acceptance Background */
.cookies-acceptance {
    background-color: #515357 !important;
}

/* sfv4 - Navigation Bar (App & Services and Login button). */
.rb-menu {
    color: #FFFFFF !important;
    background-color: #FFFFFF;
}

/* sfv4 - Middle grey space in between banners. */
.banner {
    color: #FFFFFF !important;
    background-color: #FFFFFF;
}

/* The small number that is showing on the Billing tab to indicate the number of customer invoices (Blue by default). */
.badge {
    color: #FFFFFF !important;
    background-color: #F88D2B !important;
}

/* sfv4 - Input fields with type=text. */
input[type=text] {
    background-color: #88898D;
}

/* sfv4 - Password input field on the login page. */
input[type=password] {
    background-color: #88898D;
}

/* sfv4 - Links with itemprop (e.g. Microsoft Azure on Service page). */
[itemprop~="name"] {
    color: #7D7AE8;
}

/* sfv4 - Drop-down box */
.custom-select {
    background-color: #88898D;
}

/* sfv4 - Submit A Ticket */
.btn:hover {
    background-image: none !important;
    font-weight:bold;
    box-shadow:none;
}

/* sfv4 - Submit A Ticket Modal - Subject*/
#fld-subject {
    background: #88898D;
}

/* sfv4 - Submit A Ticket Modal - Subject White on Focus */
#fld-subject:focus {
    background: #FFFFFF;
}

/* sfv4 - Input Type Email  */
input[type=email] {
    background: #88898D;
}

/* sfv4 - Input Type Email White on Focus */
input[type=email]:focus {
    background: #FFFFFF;
}

/* sfv4 - My Account - Phone */
#fld-phone {
    background: #88898D;
}

/* sfv4 - My Account - Phone White on Focus */
#fld-phone:focus {
    background: #FFFFFF;
}

/* sfv4 - "Quantity" Drop-down box on the"Order new product page".*/
#main-quantity {
    background-color: #88898D;
}

/* sfv4 - "Phone number" field on the "Service Details" order page".*/
#agreement-phone-118 {
    background-color: #88898D;
}

/* sfv4 - "Agreement date" field on the "Service Details" order page".*/
#agreement-date-118 {
    background-color: #88898D;
}

/* sfv4 - "Quantity" fields (dynamically setup for all Quantity fields across the poral).*/
input[name="quantity"] {
    background-color: #88898D;
}

/* sfv4 - "Cancel" button on the Pop-up window that appears after you click on "Remove" product from the basket.*/
.btn-danger {
    color: #FFFFFF !important;
    border-color: #FFBE81;
    border: solid 1px #FFBE81 !important;
    background-color: #FFBE81;
    background-image: none !important;
}

/* sfv4 - Hover to "Cancel" button on the Pop-up window that appears after you click on "Remove" product from the basket.*/
.btn-danger:hover {
    color: #FFBE81 !important;
    background: #FFFFFF;
    background-image: none !important;
    background-color: #FFFFFF !important;
}

/* sfv4 - Hover to "OK" button on the Pop-up window that appears after you click on "Remove" product from the basket.*/
#bootstrap-confirm-box-modal>div:nth-child(1)>div:nth-child(1)>div:nth-child(3)>button:nth-child(2):hover {
    color: #655BD9 !important;
    background: #FFFFFF;
    background-image: none !important;
    background-color: #FFFFFF !important;
}

/* sfv4 - Background color for "Cancellation Instructions" textarea field on the "Cancellation Request" page.*/
.w-100.rounded.cancel-subscription-instructions {
    background-color: #88898D;
    color: #495057 !important;
}

/* sfv4 - Focus color "Cancellation Instructions" textarea field on the "Cancellation Request" page.*/
.w-100.rounded.cancel-subscription-instructions:focus {
    background-color: #FFFFFF;
    color: #515357 !important;
}

.iw-catalogue-wrapper .product-wrapper .product:not(.preview) {
    height: 200px;
}

.custom-select {
    background-color: #ffffff !important;
}

.catalogue-banner {
    position: relative;
    background-image: url('https://bss.us.interworks.cloud/Data/System/2024/7/9/914CA7A1-DEA5-4ED7-96F2-948CD1450C4B/Roof-of-modern-building-1.jpg');
    background-size: cover;
    background-position: center;
    background-color: #D0D1DE;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.new-products-banner {
    position: relative;
    background-image: url('https://bss.us.interworks.cloud/Data/System/2024/7/9/0DDD48B4-233A-421B-85A1-C9FFD643DB5F/grid-pillars-sky.png');
    background-size: cover;
    background-position: center;
    background-color: #D0D1DE;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.catalogue-title, .new-products-banner-title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #ffffff;
}

.homepage-background-container {
    position: relative;
    background-image: url('https://bss.us.interworks.cloud/Data/System/2024/7/9/B8B39E8C-BEA8-4062-81CA-BE79FC2C73E9/empty-hallway-background-2.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /* Semi-transparent black overlay */
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.homepage-title {
    margin: 30px;
    padding: 0px;
    font-size: 40px;
}

/* Responsive Design: Adjust font size on smaller screens */
@media (max-width: 600px) {
    .catalogue-title {
        font-size: 28px;
        /* Smaller font size for mobile devices */
    }

    .homepage-title {
        margin: 10px;
        padding: 0px;
        font-size: 32px;
    }
}

    /* increase width for billing plan dropdown */
    .content-add-to-basket .iw-aside-container table th.billing-plan-th {
      min-width: 130px !important;
    }

    .content-add-to-basket .iw-aside-container table th.quantity {
      width: 30px !important;
      min-width: 30px !important;
    }

    .cancel-subscription-executionType {
      width: 150px;
      min-width: 150px;
    }

.main-footer .container {
    background-color: #ffffff !important;
    color: #515357 !important;
}