@import url("https://use.typekit.net/cdy6abe.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

:root {
    --primary: #00b1a3;
    --primary-light: #f4fcfb;
    --sidebar-text-color: #636369;
    --primary-dark: #212529;
    --default-font-family: franklin-gothic-condensed, sans-serif;
    --border-color: #ebebf5;
    --light-gray: #646469;
    --cool-gray: #a4afb7;
    --white: #ffffff;
    --white-gray: #f1f1f1;
    --secondary: #16abe0;
    --pale-gray: #ebebf5;
    --gray-pale: #f4f5f6;
    --error-fg: #e35f5f;
    --input-padding-y: 12px;
    --input-padding-x: 12px;
}

body {
    margin: 0;
    font-family: var(--default-font-family);
    font-weight: 400;
    font-size:0.9rem;
    background-color: var(--white-gray);
    min-height: 100vh;
    /* height: 100vh; */
}

/** Start: Custom Select & Input (Michalis Ch) **/

.custom-input {
    display: inline-block;
    width: 100%;
    height: calc(2.25 rem + 2 px );
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff  no-repeat right 0.75rem center;
    background-size: 0px 0px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-dropdown {
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2300b1a3' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 7px;
}

/** End: Custom Select & Input (Michalis Ch) **/


#hidden-product, #hidden-subproduct, #hidden-vertical, #hidden-motivation{
    opacity: 0;
    width: 0;
    height: 0;
    float: left; /* Reposition so the validation message shows over the label */
}


/**Start: Custom Select boxes - Dropdown select (Michalis Ch) - Link: https://codepen.io/General-Dev/pen/JRjwPa **/

/*Styling Selectbox*/
.dropdown-input {
    width: 125px;
    display: inline-block;
    background-color: #fff;
    transition: all .5s ease;
    position: relative;
    font-size: 1rem;
    font-family: franklin-gothic-condensed, sans-serif;
    color: #212529;
    height: 100%;
    text-align: left;
    height:2.4rem;
}

.dropdown-input .select {
    cursor: pointer;
    display: block;
    padding: 0px;
}

.dropdown-input .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown-input:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}


.dropdown-input.active .select > i {
    transform: rotate(-90deg)
}

.dropdown-input .dropdown-input-menu {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    overflow: auto;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdown-input .dropdown-input-menu li {
    padding: 0px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown-input .dropdown-input-menu {
    padding: 0;
    list-style: none
}

.dropdown-input .dropdown-input-menu li:hover {
    background-color: #f2f2f2; 
    color: #00b1a3;
}
.dropdown-input .dropdown-input-menu a:hover {
    background-color: #f2f2f2; 
    color: #00b1a3;
}

.dropdown-input .dropdown-input-menu li:active {
    background-color: #00b1a3;
    color: #ffffff;
}
.dropdown-input .dropdown-input-menu a:active {
    background-color: #00b1a3;
    color: #ffffff;
}

.dropdown-input-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: #ffffff;
}

.dropdown-input-item.active, .dropdown-input-item.selected {
    background-color: #00b1a3;
    color: #ffffff;
    opacity: 0.7;
}


/**Start: Custom Select boxes - Dropdown Table Select (Michalis Ch) - Link: https://codepen.io/General-Dev/pen/JRjwPa **/

/*Styling Selectbox*/
.dropdown-tables {
    transition: all .5s ease;
    position: relative;
    font-family: franklin-gothic-condensed, sans-serif;
    color: #212529;
    height: 100%;
    text-align: left;
    height: 2.4rem;
}

.dropdown-tables .select {
    cursor: pointer;
    display: block;
    padding: 0px;
}

.dropdown-tables .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}

.dropdown-tables:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}


.dropdown-tables.active .select > i {
    transform: rotate(-90deg)
}

.dropdown-tables .dropdown-tables-menu {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    overflow: auto;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdown-tables .dropdown-tables-menu li {
    padding: 0px;
    background-color: #fff;
    transition: all .2s ease-in-out;
    cursor: pointer
}


.dropdown-tables .dropdown-tables-menu {
    padding: 0;
    list-style: none
}

.dropdown-tables .dropdown-tables-menu li:hover {
    background-color: #f2f2f2;
    color: #00b1a3;
}

.dropdown-tables .dropdown-tables-menu li:active {
    background-color: #00b1a3;
    color: #ffffff;
}

.dropdown-tables-item {
    display: block;
    width: 100%;
    padding: 0rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    background-color: #ffffff;
}

.dropdown-tables-item.active, .dropdown-tables-item.selected {
    background-color: #00b1a3;
    color: #ffffff;
    opacity: 0.7;
}

/**End: Custom Select boxes - Dropdown select (Michalis Ch) **/


/** Start: Custom Search Input (Michalis Ch) **/
#searchInput {
    /**background-image: url('/css/search.svg');  **/ 
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 50%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
    outline: none;
}
#searchInput:focus {
    border-color: #ddd;
}
#searchInput:active {
    border-color: #ddd;
}


#searchInputAudiences {
    /**background-image: url('/css/search.svg');  **/
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
    outline: none;
    border-radius: 10px;
}
#searchInputAudiences:focus {
    border-color: #ddd;
}
#searchInputAudiences:active {
    border-color: #ddd;
}

/** End: Custom Search Input (Michalis Ch) **/


/** Start: Custom Calendar icon (Michalis Ch) **/

.calendarIcon {
    background-image: url("data:image/svg+xml,<svg fill='%2300b1a3' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'><path d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z' /><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 9px;
    background-size: 20px 20px;
}

/*Hide arrows for inputs of type number*/
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*Set Margins for page main content*/
.margins{
    margin: 5rem;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.margins-results {
    margin: 2rem;
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.custom-buttons{
    /*margin: 1rem; */
}

.index-buttons{
    margin-top: 1rem;
}

.custom-icon {
    border: 0px;
    color: #00b1a3;
    text-align: center;
    width: 10px;
}


/*Start: Results table fixed size and scrollbar*/

.tbody-results {
    display: block;
    height: 425px;
    overflow: auto;
}

.thead-results, .tbody-results .tr-results {
    display: table;
    width: 100%;
    table-layout: fixed; /* even columns width , fix width of table too*/
}

.thead-results {
    width: calc( 100% - 1em ) /* scrollbar is average 1em/16px width, remove it from thead width */
}

/*End: Results table fixed size and scrollbar*/



/*Start: Text Overlay*/

#overlay_2 {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #00b1a3;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*End: Text Overlay*/

/*Start: Datalist - Hide arrow*/
input::-webkit-calendar-picker-indicator {
    opacity: 0;
}
/*End: Datalist - Hide arrow*/

/*
 * Text & title & descriptions
 */
    .form-description-text {
    font-family: var(--default-font-family);
    font-size: 18px;
    color: var(--dark);
    line-height: 1.5;
}

.light-label {
    font-size: 14px;
    line-height: 1.54;
    color: var(--dark);
}

.a-primary {
    font-family: var(--default-font-family);
    color: var(--primary);
}

    .a-primary:hover {
        text-decoration: none;
        color: var(--cool-gray);
    }



.light-h2 {
    font-family: var(--default-font-family);
    font-size: 36px;
    line-height: 1.25;
    color: var(--primary-dark);
}

.light-h4 {
    font-size: 24px;
    font-family: var(--default-font-family);
    color: var(--cool-gray);
    line-height: 1.67;
    font-weight: 400;
}

.filter-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-family: var(--default-font-family);
}

.light-text {
    color: var(--light-gray);
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.35;
    letter-spacing: normal;
}

.regular-text {
    font-size: 16px;
    color: var(--white);
    line-height: 1.35;
    font-family: var(--default-font-family);
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

/*
 * Navbar
 */

.img-logo {
    max-height: 45px;
}

.dropdown-menu {
    top: 40px;
}

button[aria-expanded="true"] i.mdi {
    color: var(--primary);
}

.navbar-collapse.collapse.show {
    padding: 0;
}

    .navbar-collapse.collapse.show .selected-nav-item {
        border: none;
        border-left: 4px solid var(--primary);
        padding-left: 20px;
    }

    .navbar-collapse.collapse.show .nav-item:not(.selected-nav-item) {
        border-left: 4px solid var(--white);
        padding-left: 20px;
    }

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 30px;
    font-size: 1rem;
    box-shadow: inset -1px 0 0 var(--pale-gray);
}

.navbar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.customized-size {
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
}

.selected-nav-item {
    border-bottom: 2px solid var(--primary);
}

    .selected-nav-item a.nav-link {
        color: var(--primary-dark) !important;
    }

.nav-item a.nav-link {
    color: var(--cool-gray);
    font-size: 24px;
    outline: none;
}

#navbardrop {
    font-size: 16px;
    line-height: 1.56;
    color: var(--primary-dark);
    outline: none;
}

    #navbardrop:hover {
        color: var(--primary);
        text-decoration: underline;
    }

.navbar-brand {
    box-shadow: none;
}

/*
 * Insights
 */

.custom-main-header {
    margin-top: 30px;
    margin-bottom: 15px;
}

.header-item {
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.header-title {
    font-size: 30px;
}

.custom-list-group-item {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    cursor: pointer;
}

.title-md {
    display: inline-block;
    font-weight: 400;
    text-align: left;
    font-size: 20px;
    line-height: 1.35;
}

.block-content {
    padding: 30px;
    background: var(--white);
}

.insights-description {
    margin-top: 25px;
}

.vertical-line {
    padding: 0 2px;
    background: var(--primary);
}

.title-lg {
    font-size: 30px;
    font-family: var(--default-font-family);
    line-height: 1.5;
    color: var(--primary-dark);
    font-weight: 600;
}

.custom-list-group-item.mark-as-new .title-md {
    font-weight: 600;
}

/*
 * Buttons
 */

.btn-custom-primary {
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 6rem;
}

.btn-custom-secondary {
    color: var(--white);
    background-color: var(--cool-gray);
    border: 1px solid var(--cool-gray);
    border-radius: 6rem;
}


/* for new pop-up when audience is broken*/
.btn-custom-primary-pop-up-proceed {
    width: 120px;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 6rem;
    margin-left: 5px;
}

.btn-custom-primary-pop-up-proceed:hover i,
.btn-outline:hover i {
    color: var(--primary);
}

.btn-custom-primary-pop-up-proceed:hover {
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
}
/*-----*/
.btn-custom-primary-pop-up-cancel {
    width: 120px;
    color: var(--white);
    background-color: var(--error-fg);
    border: 1px solid var(--error-fg);
    border-radius: 6rem;
    margin-right: 5px;
}

.btn-custom-primary-pop-up-cancel:hover i,
.btn-outline:hover i {
    color: var(--error-fg);
}

.btn-custom-primary-pop-up-cancel:hover {
    background-color: var(--white);
    border: 1px solid var(--error-fg);
    color: var(--error-fg);
}


.btn-primary-dark {
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    color: var(--white);
}

.btn-gray {
    background-color: var(--gray);
    border: 1px solid var(--gray);
    color: var(--white);
}

.btn-outline {
    padding: 8px 15px;
    border: none;
    background: transparent;
    color: var(--cool-gray);
}

.btn-load-more, .btn-load-more-archived {
    background: var(--pale-gray);
    color: var(--primary-dark);
    margin: 24px 20px 30px 0;
}

    .btn-load-more:hover, .btn-load-more-archived:hover {
        background: var(--primary-dark);
        color: var(--pale-gray);
    }

.btn-custom-primary:hover {
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-custom-secondary:hover {
    background-color: var(--white);
    border: 1px solid var(--cool-gray);
    color: var(--cool-gray);
}

.btn-outline:hover {
    color: var(--primary);
}

.btn-custom-primary:hover i,
.btn-outline:hover i {
    color: var(--primary);
}

.btn-custom-secondary:hover i,
.btn-outline:hover i {
    color: var(--cool-gray);
}

.btn-primary-dark:hover {
    background-color: var(--white);
    font-family: var(--default-font-family);
    border: 1px solid var(--primary-dark);
    color: var(--primary-dark);
}

    .btn-primary-dark:hover i {
        color: var(--primary-dark);
    }

/*
 * Utilities
 */

.btn-plain {
    border: none;
    font-size: 16px;
    padding: 6px 15px;
    line-height: 1.7;
    cursor: pointer;
}

.btn-plain-primary {
    text-transform: uppercase;
    padding: 8px 15px;
    font-family: var(--default-font-family);
    font-size: 12px;
    line-height: 1.44;
    letter-spacing: 0.6px;
    font-weight: 600;
}

button:focus {
    outline: none !important;
}

.border-white-gray {
    border: 1px solid rgb(208, 216, 222);
    border-radius: 1rem;
}

.border-bottom {
    border-bottom: 1px solid rgb(208, 216, 222);
}

button:not(.navbar-toggler) {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

button.navbar-toggler {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
}

.container {
    max-width: 1200px;
}

.icon-24 {
    font-size: 24px;
}

.icon-18 {
    font-size: 18px;
}

.icon-cool {
    color: var(--cool-gray);
}

.icon-green-blue {
    color: var(--primary);
}

.icon-transparency {
    color: var(--white);
    opacity: 0.5;
}

button.filter-icon-toggle {
    display: none;
}

.bg-gray-pale {
    background: var(--gray-pale);
}

.text-pale-gray {
    color: var(--cool-gray)
}

.text-dark {
    color: var(--primary-dark);
}

.bold {
    font-weight: 600;
}

/*
 * Responsive
 */

@media (max-width: 768px) {
    .customized-size {
        height: auto;
        padding: 0;
    }

    .navbar-brand {
        box-shadow: inset -1px 0 0 transparent;
    }

    .selected-nav-item {
        border: none;
        padding-left: 20px;
    }

    .nav-item {
        padding-left: 20px;
    }

        .nav-item a.nav-link {
            color: var(--cool-gray);
            font-size: 20px;
        }
}


@import './common.css';

/*
* Switch toggle
*/

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    background: var(--cool-gray);
}

.btn:focus, .form-control:focus {
    box-shadow: 0 1px 3px 3px transparent;
    border-color: rgb(208, 216, 222);
}

.btn-toggle:focus,
.btn-toggle:focus {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

    .btn-toggle.btn-sm:focus,
    .btn-toggle.btn-sm:focus.active {
        outline: none;
    }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: 1.5rem;
        width: 0.5rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.55rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity .25s;
    }

    .btn-toggle.btn-sm > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left .25s;
    }

    /* Switch transition */
    .btn-toggle.btn-sm.active > .handle {
        left: 1.6875rem;
        transition: left .25s;
    }

.btn-toggle.active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.divider {
    height: 1px;
    margin: 0 auto;
    background: #dcdfe0;
}

form label {
    font-size: 16px;
    color: var(--dark);
    line-height: 1.7;
}

label.form-label {
    padding-left: 0;
    font-family: var(--default-font-family);
    font-size: 1.1em;
    line-height: 1.8;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

/*
 *Dropdown
 */

.dropdown-option .dropdown{
    display: flex;
    height: 2.4375rem;
    padding: 0;
    line-height: 2.4375rem;
    background-color: #fff;
}

.dropdown-btn {
    background: transparent;
    border: none;
    width: 100%;
}

.dropdown-menu[aria-labelledby="dropdownMenuButton"] {
    width: 100%;
    left: -13px !important;
}




/* Custom Radio */
.custom-radio,
.custom-checkbox {
    padding-left: 0;
    margin-right: 0;
}

    .custom-radio input[type=radio],
    .custom-checkbox input[type="checkbox"] {
        display: none !important;
    }

    .custom-radio .custom-control-label::before,
    .custom-radio .custom-control-label::after,
    .custom-checkbox .custom-control-label::before,
    .custom-checkbox .custom-control-label::after {
        display: none;
    }

.custom-control-input ~ .custom-control-label {
    color: var(--cool-gray);
}

.custom-control-input:checked ~ .custom-control-label {
    /*border: 1px solid var(--primary); */
    color: var(--primary);
    font-weight: 500;
    background: var(--primary-light);
    outline: 1px solid var(--primary-light);
}

.checkbox-icon.unchecked,
.checkbox-icon.checked {
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
}

    .checkbox-icon.unchecked svg {
        fill: currentColor;
    }

    .checkbox-icon.checked svg {
        fill: currentColor;
    }


label.custom-control-label::selection {
    background: none;
}


.custom-control-input:checked ~ .custom-control-label .unchecked {
    display: none;
}

.custom-control-input ~ .custom-control-label .checked {
    display: none;
}

.custom-control-input:checked ~ .custom-control-label .checked {
    display: inline-block;
}

.custom-checkbox input[type="checkbox"][disabled] ~ .custom-control-label {
    opacity: 0.2 !important;
    font-style: italic;
    cursor: not-allowed !important;
}

.custom-radio .custom-control-label,
.custom-checkbox .custom-control-label {
    /* text-align: center !important; */
    width: 100%;
    /* height: 2.5rem; */
    /* padding: 0 0.4em; */
    background: white;
    cursor: pointer !important;
    /* border: 1px solid var(--border-color); */
    line-height: 2.375rem;
}


/* input group */
.input-group input {
    border-radius: 0;
    border-left: 0;
    padding-left: 0;
}

.input-group-text {
    border-radius: 0;
    background: white;
    color: var(--cool-gray);
}

/* file upload */
.custom-file-upload {
    color: var(--primary);
    margin-bottom: 0;
    /* line-height: 1; */
    height: auto;
    cursor: pointer;
}

.custom-file-upload:hover {
    text-decoration: underline;
}

.icon-clear {
    background: rgba(0,0,0,0.05);
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 24px;
    text-align: center;
    line-height: 26px;
    color: var(--primary);
    cursor: pointer;
}

    .icon-clear:hover {
        border: 1px solid rgba(0,0,0,0.2);
        line-height: 24px;
    }

.scenario-params .form-control {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0;
    outline: none !important;
    border-bottom: 1px solid #ced4da;
}

.txt-primary {
    color: var(--primary) !important;
}

.custom-control.custom-button {
    padding: 0;
    font-size: 0.9em;
    line-height: 40px;
    text-align: left;
}

.add-more-months {
    font-size: 15px;
    padding: 0;
}

/* Dropdown */
.scenario-params select.dropdown-select {
    display: none !important;
    opacity: 0;
}

.scenario-params .dropdown-control-drawer > .dropdown-placeholder {
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 0.75rem;
    color: #999;
    font-weight: 500;
}

.scenario-params .dropdown-control-drawer {
    border: 1px solid #ced4da;
    height: 2.5rem;
    position: relative;
}

    .scenario-params .dropdown-control-drawer .bootstrap-select {
        position: absolute;
        top: 0;
        left: 0;
    }

        .scenario-params .dropdown-control-drawer .bootstrap-select .dropdown-toggle {
            border: 0;
            border-bottom: 1px solid #ced4da;
        }

.scenario-params .bootstrap-select > .dropdown-menu.show {
    min-width: 101%;
    width: calc(100% + 4px);
    left: -2px !important;
    z-index: 9999;
}

.scenario-params .bootstrap-select .filter-option-inner-inner {
    height: 2.375rem;
    padding-right: 0.375rem;
    padding-left: 0.75rem;
}

.filter-option-inner-inner {
    font-weight: 400;
    color: #495057;
}

.scenario-accounts-drawer .filter-option-inner-inner {
    font-weight: 500;
}

.bs-placeholder .filter-option-inner-inner {
    color: var(--cool-gray);
    font-weight: 400;
}

/* .scenario-params .dropdown.bootstrap-select .filter-option-inner-inner:after {
    content: "\F0140";
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--primary);
    float: right;
} */

.dropdown-toggler-icon {
    position: absolute;
    top: 0;
    right: 6px;
    height: 38px;
    vertical-align: middle;
    padding-top: 7px;
}

    .dropdown-toggler-icon svg {
        fill: var(--primary);
    }

    .dropdown-toggler-icon.toggler-up {
        display: none
    }

.dropup.show .dropdown-toggler-icon.toggler-up {
    display: block;
}

.dropup.show .dropdown-toggler-icon.toggler-down {
    display: none;
}

/* .scenario-params .dropdown.bootstrap-select.dropup.show .filter-option-inner-inner:after {
  content: "\F0143";
} */

.scenario-params .dropup .dropdown-toggle:after {
    display: none;
}

.scenario-params .bootstrap-select .dropdown-toggle:focus,
.scenario-params .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.scenario-params .dropdown-item:hover {
    color: var(--primary);
}

.dropdown-item.active,
.dropdown-item.selected {
    background: var(--primary);
    color: var(--white);
    opacity: 0.7;
}

.scenario-params .bootstrap-select .bs-searchbox .form-control {
    height: 2.375rem;
    padding: 0 0.75rem;
}

/* Submit Button (Run Scenario) */
.scenario-params .button-run {
    text-transform: uppercase;
    font-weight: 100;
    padding: .5rem 2rem .5rem 1rem;
}

.button-run svg {
    margin-right: 0.25rem;
    fill: #bababa !important;
}

/** Results **/
thead {
    color: var(--cool-gray);
}

.col_account {
    width: 40%;
}

.col_month, .col_budget, .col_conversions {
    width: 20%;
    text-align: center;
    text-align: center;
}

.acount-results-table {
    border: 1px solid var(--gray-pale);
    width: 100%;
}

    .acount-results-table .col_account {
        position: relative;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

        .acount-results-table .col_account div {
            position: absolute;
            height: 100%;
            width: 100%;
            text-align: center;
            display: block;
            background: var(--border-color);
            padding-top: 28%;
            margin-left: -1px;
        }


/*******************************************/
/* html, body {
    overflow: auto; /* In order to display scrollbars when needed*/
/* } */ */
/* Sidebar scrollbar styling */

.sibebar-inner-wrapper {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0.25rem 0.25rem 0.5rem;
    position: absolute;
    overflow: auto;
    border-right: 1px solid var(--primary-dark);
}

/* width */
.sibebar-inner-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--sidebar-text-color) var(--primary-dark);
}

    .sibebar-inner-wrapper::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .sibebar-inner-wrapper::-webkit-scrollbar-track {
        background: var(--primary-dark);
    }

    /* Handle */
    .sibebar-inner-wrapper::-webkit-scrollbar-thumb {
        background: var(--sidebar-text-color);
        border-radius: 8px;
    }

/* Content scrollbar styling */
.content-inner-wrapper {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 2.25rem 2.25rem 2.5rem;
    position: absolute;
    overflow: auto;
    border-right: 1px solid var(--primary-dark);
}

/* width */
.content-inner-wrapper {
    scrollbar-width: thin;
    scrollbar-color: var(--sidebar-text-color) var(--white-gray);
}

    .content-inner-wrapper::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .content-inner-wrapper::-webkit-scrollbar-track {
        background: var(--primary-dark);
    }

    /* Handle */
    .content-inner-wrapper::-webkit-scrollbar-thumb {
        background: var(--sidebar-text-color);
        border-radius: 8px;
    }

.checkbox-icon {
    width: 22px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.5rem;
    position: relative;
}

    .checkbox-icon svg {
        position: absolute;
        top: 2px;
        height: 22px !important;
        width: 21px !important;
    }

.custom-control-input:not(:checked) ~ .custom-control-label .checkbox-icon svg {
    fill: transparent;
    border: 1px solid var(--cool-gray);
}

.text-uppercase {
    text-transform: uppercase;
}

.filters_2 {
    /* existing styles */
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
    border-radius: 1rem;
    background-color: var(--white);
    min-width: 50%;
    max-width: 50%;
    flex-basis: 20%;
    overflow: hidden;
}


.filters,
.content {
    height: 100vh;
    height: calc(100vh - 70px);
    position: relative;
}

.filters {
    min-width: 280px;
    max-width: 20%;
    position: relative;
    flex-basis: 20%;
    flex-shrink: 0;
    flex-grow: 1;
    background-color: var(--primary-dark);
}

    .filters h4 {
        color: var(--light-gray);
        margin: 30px 10px 10px 10px;
    }

.filter-row {
    margin: 15px 10px 0 10px;
}

    .filter-row:not(:last-of-type) {
        padding-bottom: 30px;
        border-bottom: 1px solid #38383f;
    }

.filter-title {
    text-transform: unset;
    color: #a4afb7;
    font-size: 16px;
    margin: 5px 0;
}

    .filter-title a {
        color: #a4afb7;
        text-decoration: underline;
        font-size: 16px;
        line-height: normal;
    }

.filter-wrapper .flatipickr-range {
    width: 100%;
}

.filters *::selection {
    background: none;
}

.content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 250%;
}

    .content .table {
        margin-bottom: 0.75rem;
        border-bottom: 1px solid #dee2e6;
    }

        .content .table thead th {
            border-top: 0;
            padding-top: 0.5rem;
            font-weight: 100;
        }

.table_input {
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

    .table_input thead th {
        border-top: 0;
        padding-top: 0.5rem;
        font-weight: 100;
        border-bottom: 2px solid #dee2e6;
    }

    .table_input td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

.daterangepicker select {
    border-color: #cacaca !important;
    background: linear-gradient(359deg, #ececec, transparent);
    box-shadow: 1px 1px 2px #0000001a;
    border-radius: 2px;
}

.date-range-input {
    cursor: pointer;
}

.date-range-input-visual {
    height: 42px;
    width: 100%;
    display: block;
    position: relative;
    border: 2px solid;
    border-radius: 3px;
    color: var(--sidebar-text-color);
}

.date-range-input-visual-contents > span {
    padding: 2px 4px;
}

.date-range-input-visual svg {
    fill: var(--sidebar-text-color);
    vertical-align: sub;
}

.date-range-input-visual.date-selected {
    color: var(--primary);
}

    .date-range-input-visual.date-selected svg {
        fill: var(--primary);
    }

.date-range-input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.date-range-input-visual-contents {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.date-range-input-visual-text {
    display: flex;
    flex-grow: 1;
    flex: 0 1 80%;
}

.date-range-icon {
    flex: 0 0 5%;
    justify-content: end;
    flex-wrap: wrap;
}

.date-selected .date-range-input-visual-text {
    color: #fff;
}

.date-range-input-visual-text > span {
    text-align: center;
}

.date-range-input-visual-text .set-date {
    flex: 0 0 47%;
}

.date-range-input-visual-text .separator {
    flex: 0 0 2%;
    color: var(--sidebar-text-color);
}

.filter-wrapper .custom-control-label {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    text-align: left !important;
    font-weight: 400 !important;
}

    .filter-wrapper .custom-control-label .label-text {
        color: white;
    }

.filters-run {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.filter-show-more {
    padding-top: 4px;
    height: 45px;
}

    .filter-show-more .filter-show-more-inner {
        padding: 0 1rem;
        display: inline-block;
        border-top: 1px solid #02b1a3;
    }

    .filter-show-more a {
        color: #02b1a3;
        position: relative;
        top: 5px;
    }

        .filter-show-more a .mdi {
            font-size: 24px;
            position: relative;
            top: -6px;
        }

        .filter-show-more a:hover {
            text-decoration: none;
        }

            .filter-show-more a:hover span {
                text-decoration: underline;
            }

.filter-competitor .filter-wrapper,
.filter-country .filter-wrapper {
    overflow: hidden;
}


.focus-chart-competitor:hover {
    background-color: rgba(0, 177, 163, 0.2);
    cursor: pointer;
}

.focus-chart-competitor.highlight {
    background-color: rgba(0, 177, 163, 0.4) !important; 
}

.focus-chart-competitor.highlight2 {
    background-color: rgb(192,192,192);
}

.highlight {
    background-color: rgba(0, 177, 163, 0.4) !important; 
}

.highlight2 {
    background-color: rgb(192,192,192);
}


td, th {
    text-align: right;
}

@media (max-width: 768px) {

    html, body {
        overflow: auto;
    }

    .filters,
    .content {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
        height: auto;
    }

        .filters .sibebar-inner-wrapper,
        .content .content-inner-wrapper {
            height: auto;
            position: relative;
            border: 0;
        }
}

@media (min-width: 576px) and (max-width: 768px) {
    .filters {
        padding: 5rem !important;
    }
}

@media (max-width: 576px) {
    .filters,
    .content {
        padding: 1rem !important;
    }

        .content .content-inner-wrapper {
            padding: 0 !important;
        }
}

.right {
    float: right;
}

.clr {
    clear: both;
}

/* file upload */
.custom-file-upload {
    color: var(--primary);
    margin-bottom: 0;
    /* line-height: 1; */
    height: auto;
    cursor: pointer;
}

.custom-file-upload:hover {
    text-decoration: underline;
}

  /* Custom File Upload */
  input[type=file]::-webkit-file-upload-button {
    display: none;
  }

input[type="file"] {
    font-size: revert;
}

/*
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
} */

/* Start:  Input Date */

input#start_date[type=date], input#end_date[type=date]{
    border: 1px solid #ced4da;
   appearence: none;
   -webkit-appearence: none;
   -ms-appearence: none;
   -moz-appearence: none;
   /*background: #f2f2f2;*/
   padding: 12px;
   border-radius: 3px;
   width: 300px;
   outline-color: #00b1a3;
   line-height: 28px;
}


input#start_date[type="date"]:not(:valid), input#end_date[type="date"]:not(:valid){
   font-weight: 400;
   color: var(--cool-gray);
}

.calendarIcon {
   background-image: url("data:image/svg+xml,<svg fill='%2300b1a3' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'><path d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z' /><path d='M0 0h24v24H0z' fill='none'/></svg>");
   background-repeat: no-repeat;
   background-position-x: 95%;
   background-position-y: 50%;
   background-size: 18px 18px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
   opacity: 0;
   padding-left: 140px;
}

/* End:  Input Date */

/* Start: Pound Symbol in input field: */
.GBP{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
	}
.GBP input{
	padding-left:15px;
	}
.GBP:before {
	position: absolute;
    content:"£";
    left:5px;
	top:7px;
 	}
/* End: Pound Symbol in input field: */

/* Start: Euro Symbol in input field: */
.EUR{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
	}
.EUR input{
	padding-left:15px;
	}
.EUR:before {
	position: absolute;
    content:"€";
    left:5px;
	top:7px;
 	}
/* End: Euro Symbol in input field: */

/* Start: USD Symbol in input field: */
.USD{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
	}
.USD input{
	padding-left:15px;
	}
.USD:before {
	position: absolute;
    content:"$";
    left:5px;
	top:7px;
 	}
/* End: USD Symbol in input field: */


/*Start: Custom Dropdown multi-select */
.select-box {
    position:relative;
    background: #212529;
}

.selected {
    width: 100%;
    line-height: 28px;
    padding: 12px;
    border: 2px solid #00b1a3;
    border-radius: 3px;
    margin-bottom: 5px;
    position: relative;
    order: 0;
    text-align: left;
    background: #212529;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    font-family: franklin-gothic-condensed, sans-serif;
}

    .dropdown-arrow {
     background: #212529;
        /*In the following URL we define the path of the image which we find on the Internet:*/
        background-image: url("data:image/svg+xml;utf8,<svg fill='%2300b1a3' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z' /><path d='M0 0h24v24H0z' fill='none'/></svg>");
        background-repeat: no-repeat;
        background-position-x: 97%;
        background-position-y: 50%;
        transition: all 0.4s;
    }

    .dropright {
        background: #212529;
           /*In the following URL we define the path of the image which we find on the Internet:*/
           background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%2300b1a3" class="bi bi-box-arrow-up-right" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/> <path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"/> </svg>');
           background-repeat: no-repeat;
           background-position-x: 97%;
           background-position-y: 50%;
           transition: all 0.4s;
       }

.select-box .options-container + .selected::after {
    transform: rotateX(180deg);
    top: -6px;
}


.select-box .options-container {
    width: 100%;
    max-height: 100%;
    transition: all .2s ease-in-out;
    background: #212529;
    border: 1px solid #646469;
    border-radius: 2px;
    overflow: auto;
    opacity: 0;
    order: 1;
    z-index: -999;
    text-align: left;
    display: block;
    /*In order not to push the html page's content down: */
    position: absolute;
    top: 2.5rem;
    color: #fff;
    font-family: franklin-gothic-condensed, sans-serif;
    font-size: 13px;
    font-weight:400;
}


.select-box .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    z-index:100;
}

.select-box .options-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #212529;
}

.select-box .options-containe::-webkit-scrollbar-track {
    background: var(--primary-dark);
}

.select-box .options-container::-webkit-scrollbar-thumb {
    background: var(--sidebar-text-color);
    border-radius: 8px;
}



.select-box .option,
.selected {
    padding: 12px;
    cursor: pointer;
}

.select-box .option{
padding: 0rem;
margin-left: 1rem;
white-space: nowrap;
overflow: initial;
}

.select-box .option:hover {
    background: #212529;
    color: #00b1a3;
}
 
.select-box label {
    cursor: pointer;
    color: #fff;
    padding-inline: 8rem;
    margin-left: -7.5rem;
}

.select-box .option .radio {
    display: none;
}

.select-box .option.checked {
    color: #00b1a3;
    opacity: 1;
}

input[type=checkbox] {
    transform: scale(2);
    accent-color: cadetblue;
}

/*End: Custom Dropdown multi-select */

.default-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
  }
.default-msg label {
    width: 21%;
    text-align: center;
    line-height: 1.3;
    color: var(--cool-gray);
  }
.default-msg div {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
.default-msg div span {
    border-radius: 31px;
    background: #f3f7ff;
    padding: 15px;
  }
.default-msg span .fa {
    padding: 6px;
    border: 2px solid #000;
    color: var(--primary);
  }

  /* Overlay Spinner: Used when the page is loading */
  #overlay, #overlay_optimization_charts_page {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
  }
  
  .spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #2962ff;
    border-right-color: transparent;
    border-radius: 50%;
  }
  
  @keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
  }
  

/* Start: <A tag> style: */

/* Expand the clickable area */
a:link {
  color: var(--cool-gray);
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: var(--cool-gray);
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:var(--primary-light);
  background-color: transparent;
  text-decoration: none;
}
a:active {
  color: var(--primary-light);
  background-color: transparent;
  text-decoration: none;
}
/* End: <A tag> style: */



/* Start: Style the tablinks */
/*Customize Tab Buttons: */

.tab button:hover {
    background-color: #00c9ba;
    color: #ffffff;
}


.button {
    background: None;
    border: 0px solid black;
    background-color: None;
    color: rgb(51, 133, 255);
    width: 40px
}

.button:hover {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.tab {
    /* margin-top: 62px; */
    float: left;
    background-color: #f1f1f1;
    /* width: 15%; */
    height: 300px;
    background-color: white;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: 1px solid rgb(208, 216, 222);
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 400;
}

button.tablinks.active {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-weight: 500;
    background: var(--primary-light);
    outline: 1px solid var(--primary-light);
}

button.tablinks {
    text-align: center !important;
    width: 100%;
    background: white;
    cursor: pointer !important;
    border: 1px solid #ced4da;
    border-radius:1px;
    color: var(--cool-gray);
}

button.tablinks:hover {
    color: #ffffff;
}

button.tablinks.active:hover {
    color: var(--primary);
}

/* Change background color of buttons on hover */

/* End: Style the tablinks */

/* Start: Set fixed height to a table. If it has more rows, it will be made scrollable */
#table-wrapper {
    position:relative;
}

#table-scroll {
height:400px;
overflow:auto;  
margin-top:20px;
}

#table-wrapper table {
width:100%;
}

#table-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }

#table-scroll::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
 /* End: Set fixed height to a table. If it has more rows, it will be made scrollable */


/* Change the size of fontawesome icons: */
.fa{
    font-size: small;
}

#searchMarket {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    border: 1px solid #636369;
    border-radius: 3px;
    margin-bottom: 12px;
    color: white;
    background-color: #212529;
    padding: 0;
    padding-left:0.5rem;
    letter-spacing: 0.06rem;
    outline: none;
  }

  #searchInterests{
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    border: 1px solid #636369;
    border-radius: 3px;
    margin-bottom: 12px;
    color: white;
    background-color: #212529;
    padding: 0;
    padding-left:0.5rem;
    letter-spacing: 0.06rem;
    outline: none;
  }

  .optimization_first_column{
    text-align:left;
  }

  .optimization_second_column{
    width:25%; 
    text-align:right;
  }

  .min_max_per_platform_label{
      float: left;
      width: 75%;
      margin-top: 0.4rem;
  }

  .min_max_per_platform_input{
    float: right;
    width: 25%;
  }

  /* Start: Percentage Symbol in input field: */
.percentage{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: relative;
	}
.percentage input{
	padding-left:15px;
	}
.percentage:before {
	position: absolute;
    content:"%";
    left:43px;
	top:7px;
 	}
/* End: Percentage Symbol in input field: */

.titles-inside-of-the-borders {
    margin-bottom: 0.5rem; 
    padding-left: 0.5rem; 
    font-weight:400; 
    color:var(--cool-gray);
}

.platform-color-circle {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .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;
  }
  
  input:checked + .slider {
    background-color: var(--primary);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--primary);
  }
  
  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%;
  }

  .custom-checkbox .toggle-icon {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

td, th {
    text-align: right;
}
.irs--big .irs-bar {
top: 33px;
height: 12px;
background-color: #00b1a3;
border: 1px solid #00b1a3;
background: linear-gradient(to bottom, #00b1a3 0%, #00b1a3 30%, #00b1a3 100%);
box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
}
.irs-from, .irs-to, .irs-single {
position: absolute;
display: block;
top: 0;
left: 0;
cursor: default;
white-space: nowrap;
}
.irs--big .irs-line {
top: 38px;
height: 2px;
background-color: white;
background: linear-gradient(to bottom, #ddd -50%, white 150%);
border: 1px solid #ccc;
border-radius: 12px;
}
.irs--big .irs-bar {
top: 37px;
height: 7px;
background-color: #00b1a3;
border: 1px solid #00b1a3;
background: linear-gradient(to bottom, #00b1a3 0%, #00b1a3 30%, #00b1a3 100%);
box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.5);
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
color: #0b0b0b;
text-shadow: none;
/* padding: 1px 5px; */
background-color: #00b1a3;
background: linear-gradient(to bottom, #00b1a3 0%, #00b1a3 100%);
border-radius: 3px;
}
.irs--big .irs-handle {
top: 29px;
width: 22px;
height: 22px;
border: 1px solid rgba(0,0,0,0.3);
background-color: #cbcfd5;
background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 0 0 3px 1px white;
border-radius: 30px;
}
.irs--big .irs-min, .irs--big .irs-max {
top: 0;
padding: 1px 5px;
color: white;
text-shadow: none;
background-color: #9f9f9f;
border-radius: 3px;
display: none;

}

.irs-line {
position: relative;
display: block;
overflow: visible;
outline: none !important;
}
.irs-handle {
position: absolute;
display: block;
box-sizing: border-box;
cursor: default;
z-index: 1;
width: 15px;
}


/* Cookies Consent */

