@font-face {
    font-family: centurygothic;
    src: url(fonts/Century-Gothic.ttf);
}

@font-face {
    font-family: gothicbo;
    src: url(fonts/GOTHICB0.ttf);
}

@font-face {
    font-family: gothicbi;
    src: url(fonts/GOTHICBI.ttf);
}

@font-face {
    font-family: gothici;
    src: url(fonts/gothici.ttf);
}

:root {
    --left-side-width: 140px;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
}

@keyframes rightsideopen {
    from {
        height: 0px;
        overflow: hidden;
    }
    5% {
        height: 84px;
        overflow: hidden;
    }
    10% {
        height: 90px;
        overflow: hidden;
    }
    15% {
        height: 100px;
        overflow: hidden;
    }
    20% {
        height: 110px;
        overflow: hidden;
    }
    25% {
        height: 120px;
        overflow: hidden;
    }
    30% {
        height: 130px;
        overflow: hidden;
    }
    35% {
        height: 140px;
        overflow: hidden;
    }
    40% {
        height: 150px;
        overflow: hidden;
    }
    45% {
        height: 160px;
        overflow: hidden;
    }
    50% {
        height: 170px;
        overflow: hidden;
    }
    55% {
        height: 180px;
        overflow: hidden;
    }
    60% {
        height: 190px;
        overflow: hidden;
    }
    65% {
        height: 200px;
        overflow: hidden;
    }
    70% {
        height: 210px;
        overflow: hidden;
    }
    75% {
        height: 220px;
        overflow: hidden;
    }
    to {
        height: auto;
        display: block;
        box-shadow: 0px 0px 15px 3px lightgrey;
    }
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    overflow-x: hidden;
}

body * {
    font-family: centurygothic, arial;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.font-gbold {
    font-family: 'gothicbo', arial;
}

#page {
    min-height: 750px;
}

body button:focus {
    outline: 0px transparent;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

li {
    list-style-type: none;
}

.hidden {
    display: none;
}

div#modalcontent.info-modal .modalheader {
    padding: 20px;
    text-align: left;
}

/* -------------------------------------------------------------------- */
/* Left side, Right side, Top Section and Dashboard - Get Started Page: */
/* -------------------------------------------------------------------- */
div#topmenus {
    z-index: 100;
    min-height: 50px;
    border-bottom: 1px solid #acacac;
    /*overflow: hidden;*/
}


	div#topmenus .header_logo {
		width: 155px;
		top: 0px;
		position: relative;
		left: 8px;
	}
	div#topmenus .header_logo img {
		width: 55px;
		margin: 0 auto;
		padding: 22px 0;
	}

button#socialpopupclose {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: 0px transparent;
}

.options-cell {
    text-align: center;
    border-left: 1px solid #acacac;
}

.options-cell a {
    height: 29px;
    display: inline-block;
    width: 30px;
    margin: 10px 12px 9px;
    position: relative;
}

.options-cell a img {
    max-width: 100%;
    max-height: 100%;
}

div#modalmessage.popupmessage {
    text-align: center;
    margin: 0 0 15px;
}

div#getintouch, div#topmenu {
    padding: 17px 0 0;
}

.get-in-touch-button, .burger {
    padding: 30px 105px 30px 0;
}

.burger {
    font-size: 17px;
    cursor: pointer;
}

div#maincenter > .center-content h2.page-heading span {
    color: #5931fb;
}

div.dashboard-page-content {
    font-size: 18px;
    display: none;
}

h2.dashboard-percentage-title {
    margin-top: 80px;
}

.dashboard-percentage-content {
    margin-bottom: 40px;
}

.burger::after {
    content: '';
    display: inline-block;
    height: 15px;
    width: 27px;
    position: relative;
    right: 0;
    top: 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.get-in-touch-button {
    background: transparent url(images/getintouch.png) no-repeat scroll right center;
    background-size: 89px;
    margin: 0 40px;
    font-size: 17px;
    cursor: pointer;
}

.get-in-touch-button:hover,
.burger:hover,
.burger:hover::after,
button.btn-with-icon:hover,
span.x-icon:hover,
button.edit-icon:hover,
.elementor-widget-google-ads-preview button:hover,
.elementor-widget-google-ads-preview input[type="button"]:hover,
input#trackinginstallsubmit:hover,
.campaign-save-button:hover,
.options-cell a:hover,
button#profileEdit:hover,
button.delete-avatar-image:hover,
#confirmContent button,
button#socialpopupclose {
    opacity: 0.6;
}

#main
{
    padding-left: calc((var(--left-side-width)) + 15px);
}
nav#leftside {
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    max-width: var(--left-side-width);
    box-shadow: 2px -2px 8px 5px lightgrey;
    min-height: 100vh;
}

div#topmenus {
    /*width: calc((100% - var(--left-side-width)) - 155px);*/
	width: 100%;
    padding: 0;
}


div#maincenter {
    padding-left: 15px;
	margin-bottom: 60px;
}

h1.site-title {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    opacity: 0.01;
    left: -500vw;
    top: -500vw;
}

div#sidelogo a {
    width: 100%;
    cursor: pointer;
    margin: 0 0 20px;
}

div#sidelogo a img {
    width: 55px;
    margin: 0 auto;
    padding: 22px 0;
}

div#loadcontainer {
    width: calc((100% - var(--left-side-width)) - 15px);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
}

img#loadericon {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    max-width: 30px;
}

div#loadingfade {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

div#maincenter > .center-content {
    padding-top: 200px;
}

div#maincenter > .center-content.content-dashboard, div#maincenter > .center-content.content-profile {
    padding-top: 74px;
}

div#maincenter > .center-content h1, div#maincenter > .center-content h2 {
    font-size: 24px;
    color: #151515;
    margin: 10px 0 27px;
}

.progress-container {
    margin: 0 0 25px;
}

span.progress-text, span.progress-percentage {
    font-size: 12px;
    color: #868686;
}

.progress-bottom {
    background: #E8E8E8;
    height: 16px;
}

.current-progress {
    height: 100%;
    left: 0;
    top: 0;
    background: #FBA331;
}

div#sidemenu ul li {
    text-align: center;
    margin: 0 auto 12px;
    width: 100%;
    line-height: 20px;
    padding: 0 20px;
}

div#sidemenu ul li a {
    color: #595959;
    font-size: 14px;
    display: inline-block;
    min-width: 80px;
}

div#sidemenu ul li a::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    padding: 55px 0 0;
    width: 100%;
    height: 100%;
    display: block;
}

div#sidemenu ul li#menu-item-15320 a::before {
    background-image: url(images/svg/tools_icon.svg);
}

div#sidemenu ul li#menu-item-701 a::before {
    background-image: url(images/dashboard-icon.png);
}



div#sidemenu ul li.icon-campaigns a::before {
    background-image: url(images/campaign-icon.png);
}

div#sidemenu ul li.icon-creative a::before {
    background-image: url(images/creative-icon.png);
}

div#sidemenu ul li.icon-tracking a::before {
    background-image: url(images/tracking-icon.png);
}

div#sidemenu ul li.icon-tools a::before {
    background-image: url(images/svg/calendar_icon.svg);
}

div#sidemenu ul li#menu-item-15332 a::before {
    background-image: url(images/svg/tracking_icon.svg);
}



div#sidemenu ul li.icon-video a::before {
    background-image: url(images/group.png);
}

div#sidemenu ul li a:hover {
    position: relative;
    text-decoration: none;
}

div#sidemenu ul li a::after {
    content: '';
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div#sidemenu ul li a:hover,
div#sidemenu ul li.current-menu-item a
{
    color: #5931fb;
}

/*div#sidemenu ul li a:hover::after {
    content: '';
    border-radius: 2px;
    border: 2px solid #FBA331;
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    margin: auto;
    display: inline-block;
    box-shadow: 0px 3px 6px 1px lightgrey;
}*/
.dashboard-steps {
    margin: 45px 0 0;
    width: 100%;
}

.question-mark {
    border-radius: 50%;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-family: 'gothicbo';
    cursor: pointer;
    margin: -2px 0 0 15px;
}

.tooltiptext {
    display: none;
    position: absolute;
    font-size: 12px;
    width: 200px;
    opacity: 1.0;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    bottom: 35px;
    left: 25px;
}

.tooltiptext::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    width: 5px;
}

.question-mark:hover + .tooltiptext {
    display: block;
}

.step-number {
    font-size: 18px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 50%;
    background: #FBA431;
    color: #fff;
    padding: 2px 0 0;
    margin: 0 20px 0 0;
}

.step-content {
    padding: 5px 0 0 50px;
    font-size: 14px;
    line-height: 25px;
}

.center-content h2 {
    font-size: 24px;
    margin: 0 0 4px;
}

.step-desc p {
    font-size: 16px;
    line-height: 20px;
    color: #585858;
    margin: 0;
}

.dashboard-step {
    margin: 35px 0;
}

div#maincenter > .center-content .dashboard-step h2 {
    font-size: 18px;
    margin: 4px 0 0;
    font-weight: bold;
}

.step-top-line {
    position: relative;
    cursor: pointer;
}

.step-top-line::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 225px;
    top: 8px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    animation-duration: 0.25s;
    animation-name: arrowTurnBack;
}

.step-button button {
    background: #000;
    color: #fff;
    border: 0px transparent;
    height: 40px;
    text-align: center;
    padding: 2px 15px 0;
    min-width: 190px;
    max-width: 190px;
    font-size: 14px;
}

.dashboard-step.opened .step-content.hidden {
    display: block;
}

iframe {
    /*max-width: 685px;*/
    height: auto;
    min-height: 400px;
    margin-top: 10px;
    width: 100%;
}

.dashboard-step.opened .step-content {
    padding-left: 55px;
}

.dashboard-step.opened .step-top-line::after {
    margin: 6px 0 0 0px;
    transform: rotate(225deg);
    animation-duration: 0.25s;
    animation-name: arrowTurn;
}

.step-button button:hover,
.dbb-button-container button:hover,
button.blackbutton:hover,
button.hovered:hover,
.question-mark:hover,
button#modalclose:hover,
button#createNewCampaign:hover,
.normal-submit-button:hover,
#payredirectlink:hover {
    opacity: 0.6;
}

.dashboard-steps > div:last-child {
    padding: 0;
}

.dashboard-skip {
    margin: 60px 0;
}

.dashboard-skip a {
    color: #A9C7CE;
}

.dbb-img-container {
    height: 100px;
}

.dbb-img {
    background: #D2D2D2;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dashboard-bottom .dbottom-block .dbb-title {
    margin: 10px 0;
    min-height: 57px;
}

.dbottom-block {
    padding: 0;
    margin: 40px 0 0;
}

.dashboard-bottom .dbottom-block h3 {
    font-size: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.dashboard-bottom .dbottom-block p {
    line-height: 20px;
    min-height: 60px;
    margin: 0;
    font-size: 13px;
}

.dashboard-bottom {
    margin: 25px 0;
    flex-wrap: wrap;
}

.dbb-button-container button, .dbb-button-container a {
    text-decoration: none;
    border: 1px solid #FBA431;
    background: #FBA431;
    color: #fff !important;
    height: 40px;
    min-width: 198px;
    padding: 0 15px;
    margin: 13px 0 0;
}

.dbb-button-container a {
    padding-top: 6px;
    cursor: pointer;
}

.step-button {
    right: 0;
    top: -3px;
}

div#rightside {
    padding: 0;
}

div#rightboxholder {
    margin: 50px 0 0 0;
    height: 100%;
    float: right;
    width: 100%;
    padding: 20px 15px;
}

div#rightbox > .rightbox-inner {
    max-width: 100%;
    padding: 0 30px 0;
}

div.rightbox-top-toggle {
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px 3px lightgrey;
    padding: 25px 30px 0;
}

div#rightboxtoggle {
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding-top: 20px !important;
    padding-bottom: 55px !important;
    float: right;
    width: 100%;
}

/*
div#rightbox, */
div#rightboxtoggle.hidden {
    display: none;
}

div#rightbox:not(.visible) {
    height: 0px;
    box-shadow: 0 0 0 transparent;
    overflow: hidden;
}

div#rightbox.visible {
    /*display: block;*/
    /*height: auto;*/
    /*box-shadow: 0px 0px 15px 3px lightgrey;*/
    animation-duration: 0.5s;
    animation-name: rightsideopen;
}

div#rightboxtoggle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
}

span#moreoptionsarrow {
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 28px;
}

span#lessoptionsarrow {
    font-size: 10px;
    text-align: center;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

div#rightbox h4 {
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding-top: 23px !important;
    font-size: 1rem;
    width: 100%;
}

div#rightboxicons, div#rightboxiconsopened {
    display: block;
    position: relative;
    margin: 10px 0 5px;
    text-align: center;
}

a.right-box-icon {
    display: inline-block;
    vertical-align: middle;
}

a.right-box-icon:hover {
    text-decoration: none;
    opacity: 0.5;
}

a.right-box-icon.icon-webinar {
    width: 25px;
    height: 25px;
    margin: 2px 10px 0 0;
}

a.right-box-icon.icon-webinar img {
    max-width: 28px;
    position: relative;
    top: -3px;
}

a.right-box-icon.icon-phone {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

div#rightboxiconsopened {
    margin-top: 12px;
}

div#rightClose {
    cursor: pointer;
    padding: 10px 0;
    z-index: 1;
}

div#rightClose .closearrow {
    height: 10px;
    width: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(135deg);
    margin: 0 auto 0;
    display: block;
}

h4.company-title {
    margin: 0 0 40px;
}

h4.company-title, h4.company-title * {
    font-size: 16px;
    line-height: 19px;
}

.balance-title {
    max-width: 100px;
    margin: 41px auto 0px;
    line-height: 20px;
}

.balance-amount {
    line-height: 20px;
    margin: 0 0 10px;
}

.balance-amount span {
    font-size: 16px;
}

button.blackbutton {
    background: #000;
    color: lightgray;
    border: 1px solid #000;
}

button.blackbutton::after {
    content: '+';
    position: absolute;
    color: #fff;
}

button#rightaddbalance {
    font-size: 12px;
    height: 33px;
    padding: 0 25px 0 10px;
    margin: 0 0 30px;
}

button#rightaddbalance::after {
    right: 8px;
    top: 9px;
    font-size: 17px;
    height: 16px;
    line-height: 15px;
}

.tracking-status-container {
    margin: 0 0 50px;
}

.tracking-status-title {
    margin: 20px 0;
}

.tracking-status-subtitle {
    line-height: 14px;
    font-size: 13px;
    margin: 26px auto 6px;
    max-width: 85px;
}

.registered-events {
    font-size: 11px;
    line-height: 12px;
    width: 100px;
    margin: 10px auto 6px;
}

a.view-details {
    font-size: 11px;
    text-decoration: underline;
    color: #000;
    margin: 10px auto;
}

.active-campaigns-title {
    line-height: 20px;
    margin: 0 0 8px;
}

.current-active-campaigns {
    font-size: 12px;
    line-height: 15px;
    margin: 11px 0 0;
}

/* ------------------------------------------------------- */
/* Tracking/Tools page: ---------------------------------- */
/* ------------------------------------------------------- */
div#maincenter > .center-content.content-tools,
div#maincenter > .center-content.content-tracking,
div#maincenter > .center-content.content-video-library {
    padding-top: /*89px*/ 74px;
}

div#maincenter > .center-content h2.page-heading {
    font-size: 34px;
    margin: 0 0 2px;
}

p.page-description {
    margin: 0 0 40px;
}

.tools-top-right {
    margin: -5px 0 20px;
}

div#toolstable table thead tr th {
    background-color: #6AB9E2;
    color: #B6E7FF;
    font-weight: 100;
    padding: 13px 24px 10px;
    z-index: 1;
    position: relative;
}

div#toolstable table tbody {
    box-shadow: 0px 0px 5px 4px lightgrey;
}

td.tool-table-empty {
    padding: 103px 0 116px;
    font-size: 25px;
}

th.heading-cell.hc-name {
    width: 19%;
}

th.heading-cell.hc-use {
    width: 17.8%;
}

th.heading-cell.hc-num {
    width: 25.8%;
}

button.input-searchicon {
    background-color: #000;
    border: 0px transparent;
    width: 33px;
    height: 33px;
}

.cs-bottom-section .cs-banners .cs-banner {
    max-width: 180px;
}

.cs-bottom-section .cs-banners .cs-banner .banner-image img {
    max-width: unset;
}

.cs-bottom-section .cs-banners .cs-banner .banner-image {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
}

i.searchicon {
    background-image: url(assets/css/glyphicons_027_search.png);
    height: 19px;
    width: 19px;
    display: block;
    background-repeat: no-repeat;
    background-position: 1px center;
    background-size: 100%;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

input.input-with-search {
    font-size: 16px;
    height: 33px;
    border: 1px solid #000;
    width: 164px;
    padding-left: 10px;
}

button#createnewtool {
    height: 32px;
    margin-right: 30px;
    min-width: 200px;
    text-align: left;
    padding: 0 15px 0 30px;
    font-size: 15px;
}

button#createnewtool::after {
    left: 12px;
}

.center-content.content-tracking p.page-description.tracking-description {
    margin: 0 0 1rem;
    font-size: 18px;
}

.t-selector {
    box-shadow: 0px 3px 5px 1px lightgrey;
    height: 47px;
    margin: 0 0 23px;
    cursor: pointer;
}

.t-selector-bot {
    display: none;
}

.t-selector.open {
    height: auto;
}

.t-selector.open .t-selector-bot {
    display: block;
    padding: 14px 47px;
}

.t-selector.open span.caret {
    transform: rotate(225deg);
    top: 0px;
}

.t-selector-title {
    padding: 14px 0 0 47px;
}

.tracking-selectors {
    margin-bottom: 62px;
}

p.page-description a {
    color: powderblue;
}

div#maincenter .center-content.content-tracking h2.page-heading.page-heading-bottom {
    margin: 110px 0 0;
}

.tracking-statuses {
    margin: 17px 0 0;
}

.t-status-box {
    box-shadow: 0px 3px 5px 1px lightgrey;
    padding: 38px 20px 25px 20px;
    margin: 0 0 28px;
}

.t-status-box h5 {
    font-size: 17px;
    font-family: 'gothicbo';
    margin: 0 0 26px;
}

.t-status-left {
    display: inline-block;
    width: 100%;
    max-width: 432px;
}

.t-status-right {
    max-width: calc(100% - 460px);
}

.tracking-statuses ul li {
    color: #DB4143;
    list-style-type: disc;
    margin: 0 0 0 16px;
}

span.caret {
    width: 9px;
    height: 9px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
    left: 8px;
}

.track-iframe iframe {
    max-width: 121%;
    width: 121%;
    margin: 0 0 25px;
}

.tools-page-logos {
    margin-top: 1rem;
    margin-bottom: 25px;
}

.tools-page-content {
    min-height: 22px;
}

a.tools-logo {
    overflow: hidden;
}

a.tools-logo span.topimage {
    width: 100%;
    height: 150px;
    display: block;
    position: relative;
    overflow: hidden;
}

a.tools-logo img {
    margin: auto;
    display: block;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    max-height: 100%;
}

a.tools-logo span.bottomtext {
    font-size: 14px;
    color: #000;
    margin: 20px 0;
    display: block;
}

a.tools-logo:hover, a.tools-logo:hover span, #payredirectlink:hover {
    text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/* Creative Studio: --------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div#maincenter > .center-content.content-creative-studio {
    padding-top: 74px /*84px*/;
    padding-bottom: 100px;
}

div#maincenter > .center-content h2.page-heading.large-title {
    font-size: 72px;
}

.cs-mid-section {
    margin: /*50px*/ 1rem 0 70px;
}

button.btn-with-icon {
    border: 1px solid #000;
    background: transparent;
    padding: 20px 10px 20px 100px;
    min-width: 200px;
    margin-right: 26px;
    text-align: left;
    background-repeat: no-repeat;
}

button.btn-with-icon.btn-upload {
    background-image: url(images/upload-icon.png);
    background-size: 51px;
    background-position: 36px center;
}

button.btn-with-icon.btn-create {
    background-image: url(images/creativ-studio-page-icon.png);
    background-size: 41px;
    background-position: 38px center;
}

.cs-buttons-right {
    min-width: 275px;
    padding: 33px 0 0;
}

input#searchforcs {
    width: calc(100% - 32px);
}

.black-labeled-select {
    background-color: #000;
    border: 0px transparent;
    color: #fff;
    width: 198px;
    height: 33px;
    margin-right: 25px;
    text-indent: 12px;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    cursor: pointer;
    margin-bottom: 15px;
}

.cs-tool-box label {
    margin: 0;
    color: #fff;
    line-height: 33px;
    z-index: 1;
    padding: 0 0 0 10px;
    top: 0;
    left: 0;
}

.cs-tools {
    margin: 0 0 50px;
}

.cs-banners,
.switchers,
.campaign-buttons,
.search-holder,
.balance-amount,
.landing-search,
.daily-budget-content {
    font-size: 0;
}

.cs-banner {
    width: auto;
    margin: 0 40px 30px 0;
    max-width: 260px;
}

.cs-banner h4 {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 6px;
    height: 35px;
}

iframe.trackiframe {
    min-height: 600px;
}

.cs-banner p {
    font-size: 18px;
    text-align: center;
}

.number-of-ads {
    height: 33px;
    width: auto;
    padding: 4px 0 0 0;
    margin-right: 10px;
}

.cs-tool-box:last-of-type, #cssortbox {
    float: right;
    width: 275px;
    margin-right: 0;
}

.cs-tool-box:last-of-type select {
    margin-right: 0;
    min-width: 275px;
}

.black-labeled-select .select-text-holder {
    line-height: 33px;
    text-align: left;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.black-labeled-select .select-text-holder::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 11px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    transform: rotate(45deg);
}

.black-labeled-select-options {
    border: 1px solid #000;
    background: #fff;
    top: 33px;
    left: 0;
    z-index: 100;
}

.cs-search-box {
    float: right;
    margin-right: 70px;
}

.black-labeled-select-options div {
    color: #000;
}

.black-labeled-select-options div:hover {
    background-color: lightgray;
}

select.banner-channels, body .select2-container {
    display: block;
    width: 100% !important;
    height: auto !important;
}

select.banner-channels option,
.select2-container--default .select2-results__option--selectable,
.select2-selection__choice__display {
    font-size: 14px;
}

body .select2-container--default .select2-selection--multiple ul li.select2-selection__choice {
    padding-left: 10px;
    padding-right: 25px;
    border: 0px transparent;
    background: #000;
    color: #fff;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff;
    left: unset;
    right: 7px;
    font-size: 14px;
    border: 0px transparent;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent;
    color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Campaigns: --------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.campaign-cell strong, .toggle-cell strong {
    /* text-shadow: 1px 0 0 #000; */
    font-family: 'gothicbo', sans-serif;
}

div#maincenter > .center-content {
    padding-top: 170px;
    padding-right: 0;
}

button#sharebutton {
    display: none !important;
}

button#createNewCampaign, .campaign-save-button, .normal-submit-button, #payredirectlink {
    background: #FAA431;
    color: #fff;
    border: 0px transparent;
    height: 40px;
    padding: 0 30px;
}

#payredirectlink {
    float: right;
    font-size: 18px;
    height: 50px;
    margin-top: 50px;
    cursor: pointer;
}

.campaign-save-button.form-page {
    margin: 40px 0;
    float: right;
}

body button#landingnew:hover {
    opacity: 1.0;
}

button#landingnew:hover .tooltiptext {
    display: block;
    font-size: 14px;
    width: 155px;
    padding: 8px 10px;
    left: 60px;
    top: 0px;
    height: 37px;
}

button#landingnew:hover .tooltiptext::after {
    right: unset;
    bottom: -9px;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid black;
}

.campaign-strategy-image {
    text-align: right;
    overflow: hidden;
    min-height: 350px;
}

.campaign-strategy-image img {
    position: relative;
    right: -35px;
}

.landing-pages.strategy h3 {
    margin-top: 20px;
}

input#daterange {
    height: 0;
    width: 100%;
    border: 0px transparent;
    float: right;
    text-align: right;
    opacity: 0.01;
    z-index: -10000;
}

.daterangepicker{
    display: block !important;
    z-index: 1 !important;
    width: 400px !important;
    background: transparent !important;
    border: 0px transparent !important;
    border-radius: 0 !important;
}

.drp-calendar.left .calendar-table {
    padding: 0 !important;
    background: transparent !important;
    border: 0px transparent !important;
    width: 100%;
}

.drp-calendar.left {
    width: 100% !important;
    background: transparent;
    position: relative;
    padding: 10px 20px !important;
}

.drp-calendar.left .calendar-table, .drp-calendar.left .calendar-table table, .drp-calendar.left .calendar-table table tbody, .drp-calendar.left .calendar-table table thead {
    width: 100% !important;
}

.drp-calendar.left .calendar-table table {
    border-spacing: 10px 3px;
    border-collapse: separate;
}

.drp-calendar.right, .daterangepicker:after, .daterangepicker:before {
    display: none !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 40px !important;
    width: 40px !important;
    height: 38px !important;
    font-family: 'gothicbo', san-serif;
    border: 0px transparent !important;
    border-radius: 2px !important;
}

.daterangepicker .calendar-table td {
    background: #fff !important;
    color: #000 !important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background: transparent !important;
    color: rgba(0, 0, 0, 0.2) !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #FAA431 !important;
    color: #fff !important;
}

button#editcampaign::after, button#landingediticon::after, button.edit-icon::after {
    content: '\270F';
}

.daterangepicker .calendar-table td.today {
    border: 2px solid #FAA431 !important;
}

.daterangepicker .calendar-table th.prev, .daterangepicker .calendar-table th.next {
    background: #fff !important;
    position: relative !important;
    border-radius: 50% !important;
}

.daterangepicker .calendar-table th.prev {
    left: -15px;
}

.daterangepicker .calendar-table th.next {
    right: -15px;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    width: auto !important;
    border: 0px transparent !important;
    font-size: 20px !important;
    position: relative !important;
    font-family: 'gothicbo' !important;
    appearance: none !important;
    padding: 5px !important;
    margin-right: 5px !important;
}

.daterangepicker td.in-range:not(.active) {
    background-color: #FAA431 !important;
    border-color: transparent !important;
    color: #fff !important;
    border-radius: 0 !important;
    opacity: 0.4 !important;
}

div#maincenter > .center-content.content-campaigns h2.page-heading {
    margin-bottom: /*84px*/ 1rem;
}

button#saveCampaignStrategy {
    margin-top: 110px;
}

.campaign-buttons {
    top: 9px;
    right: 0;
}

.campaign-buttons button,
.elementor-widget-google-ads-preview button,
.elementor-widget-google-ads-preview input[type="button"] {
    font-size: 16px;
    border: 0px transparent;
    color: #fff;
    padding: 4px 10px;
    margin-left: 30px;
    min-width: 123px;
    background-color: #000;
}

.campaign-buttons button#campaignlaunch {
    background-color: #FAA330;
}

div#maincenter > .center-content.content-campaigns h2.page-heading button, button.edit-icon {
    background-color: #000;
    color: #fff;
    border: 0px transparent;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: 5px;
    margin: 0 0 0 33px;
    font-size: 18px;
}

div#maincenter > .center-content.content-campaigns h2.page-heading button::after, button.edit-icon::after {
    transform: rotate(135deg);
    display: block;
    padding: 0 15px 0px 0px;
}

.switchers button {
    font-size: 14px;
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    margin: 0 0 15px 0;
    padding: 10px 0;
    min-width: 150px;
}

.switchers button.active, .switchers button:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.switcher-button-container:first-child button, .switchers button:first-child {
    min-width: 170px;
}

div#maincenter > .center-content #socialpopup h2 {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    font-family: 'gothicbo', sans-serif;
}

.landing-page-content h3, .landing-page-content h3 * {
    font-size: 24px;
    font-family: 'gothicbo';
    margin: 56px 0 8px;
}

.landing-page-content p {
    margin: 0 0 27px;
}

.landing-search {
    max-width: 934px;
    margin: 0 0 84px;
}

.landing-search input {
    font-size: 16px;
    width: calc(100% - 50px);
    height: 51px;
    padding: 0 20px;
    font-family: 'gothicbo';
}

.landing-search button {
    background-color: #000;
    color: #fff;
    border: 0px transparent;
    font-size: 28px;
    width: 50px;
    height: 51px;
    padding: 0;
}

.landing-search button::after {
    transform: rotate(135deg);
    display: block;
}

.landing-buttons button {
    background-color: transparent;
    border: 0px transparent;
    padding: 90px 0 0;
    max-width: 85px;
    margin: 0 20px 25px 0;
    font-size: 11px;
}

.landing-buttons button::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #000;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

button#landingcomputer::before {
    background-image: url(images/upload-icon.png);
    background-size: 60px;
}

button#landingnew::before {
    background-image: url(images/creativ-studio-page-icon.png);
    background-size: 50px;
}

button#landingcreative::before {
    background-image: url(images/creativestudioicon.png);
    background-size: 65px;
    background-position: 8px 8px;
}

button#addnewlandingpage {
    border: 0px transparent;
    background: transparent;
    font-size: 24px;
    font-family: 'gothicbo';
    margin: 67px 0 5px;
}

.landing-add-new p {
    margin: 0 0 20px;
}

.contents .content-holder {
    min-height: 100px;
}

form#campaignStrategyForm, #userCampaigns .campaign-row {
    display: flex;
    flex-wrap: wrap;
}

.campaign-row {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.campaign-row:last-of-type {
    border-bottom: 1px solid #000;
}

.campaign-cell {
    flex-wrap: wrap;
    cursor: pointer;
    align-content: start;
    position: relative;
    padding: 10px 10px 15px;
}

img.load-campaign {
    position: absolute;
    top: 30px;
    z-index: 1;
    right: 55px;
    height: 15px;
    cursor: pointer;
}

img.archivate-campaign {
    position: absolute;
    top: 31px;
    z-index: 1;
    right: 90px;
    height: 15px;
    cursor: pointer;
}

div#campaignswitchers h5 {
    display: inline-block;
    margin: 0 15px 25px 0;
    cursor: pointer;
}

div#campaignswitchers h5 a {
    color: #000;
}

div#campaignswitchers h5:hover, div#campaignswitchers h5 a:hover {
    opacity: 0.7;
    text-decoration: none;
}

form#campaignStrategyForm > div {
    padding: 0;
}

.budget-content.landing-page-content {
    margin-top: 0;
}

.budget-content.landing-page-content h3 {
    margin-top: 20px;
}

div#userCampaigns, div#campaignPagination {
    margin: 0 0 40px;
}

div#campaignPagination a {
    border: 1px solid #000;
    color: #000;
    text-align: center;
    height: 32px;
    min-width: 30px;
    display: inline-block;
    padding: 3px 0 0;
    margin: 0 15px 0 0;
    text-decoration: none;
}

div#campaignPagination a:hover {
    opacity: 0.6;
}

div#socialpopup .sp-inner {
    max-width: 628px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 10000;
    height: 500px;
    box-shadow: 0 0 12px 0px rgb(0 0 0 / 25%);
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0 20px;
}

.social-popup-box {
    cursor: pointer;
    margin-bottom: 25px;
}

.social-popup-box img {
    display: block;
    margin: 0 auto;
}

.social-popup-box span {
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.landing-buttons {
    margin: 10px 0 0;
}

/* ---------------- */
/* - Tab: Budget: - */
/* ---------------- */
.google-ads-preview-row.rw-description label:not(.gapt-checkbox-label),
.google-ads-preview-row.rw-description2 label:not(.gapt-checkbox-label) {
    vertical-align: top;
}

body .adv-rating i.fa.fa-star::before {
    content: '\204E';
    font-size: 26px;
    line-height: 0px;
    display: block;
}

body .mobile-cards {
    width: 100%;
}

.promotionsextension-div i.fa.fa-tag::before {
    content: '';
    background: transparent url(images/tag-icon.PNG) no-repeat scroll center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 22px;
}

body i.fa.fa-phone {
    transform: none;
}

body i.fa.fa-comment::before {
    content: '';
    background: transparent url(images/popup-icon.PNG) no-repeat scroll center 2px;
    width: 15px;
    height: 18px;
    display: inline-block;
    background-size: 24px;
}

body .promotionsextension-div i {
    width: 25px;
    text-align: left;
}

body i.fa.fa-phone:before {
    content: '';
    background: transparent url(images/phone-icon.PNG) no-repeat scroll center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 22px;
}

body .af-div,
.pricesextension-div.pricesextension-bot.shown {
    float: none;
}

body #page .cs-tool-box.black-labeled-select.page-campaign {
    float: none;
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    width: 100%;
    max-width: 428px;
    margin-bottom: 0;
}

body #page .black-labeled-select.page-campaign .select-text-holder {
    line-height: 31px;
}

body #page .black-labeled-select.page-campaign .select-text-holder::after {
    border-color: #000;
}

.budget-content {
    margin: 67px 0 0;
}

.budget-tab h4 {
    font-size: 16px;
    font-family: 'gothicbo';
}

body #page .black-labeled-select.page-campaign .black-labeled-select-options {
    border: 2px solid #000;
    background: #fff;
    top: 30px;
    left: -2px;
    z-index: 100;
    width: calc(100% + 4px);
}

.budget-tab {
    padding-left: 30px;
    border-left: 2px solid lightgray;
    margin: 0 0 36px;
}

.right-currency-text {
    top: 15px;
    max-width: 530px;
    width: 100%;
    font-size: 12px;
    left: 535px;
}

.right-currency-text h6,
.bcs-section h5 {
    font-size: 12px;
    font-family: 'gothicbo';
    margin: 0 0 3px;
}

.budget-tab.btab-caret h4 {
    padding: 18px 0;
}

.daily-budget-content > div {
    border: 2px solid #000;
    font-size: 16px;
    min-width: 99px;
    line-height: 28px;
    padding: 0 10px;
}

.daily-budget-content .dbc-currency {
    background: #000;
    color: #fff;
}

.daily-budget-content .dbc-currency span {
    padding-right: 5px;
}

.text-box {
    font-size: 12px;
}

.bcs-section {
    padding-left: 0;
    padding-right: 30px;
}

.bcs-section h6 {
    margin: 10px 0 0;
}

.bcs-box {
    padding: 10px 10px 0;
    box-shadow: 0px 0px 14px -3px lightgrey;
    margin: 6px 0 0;
}

.bcs-section.bcs-text-section {
    padding: 32px 0 0 54px;
}

input.radio-input {
    display: none;
}

label.radio-label {
    margin: 3px 0 12px;
}

label.radio-label::after {
    content: '';
    border: 2px solid #F5A538;
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    float: left;
    margin: 4px 11px 0 0;
}

input.radio-input:checked + label.radio-label::after {
    content: '';
    background: #F5A538;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    outline: 2px solid #F5A538;
    margin: 6px 12px 0 2px;
}

.form-content input[type="text"], .form-content textarea, .form-content select {
    border-left: 0px transparent;
    border-right: 0px transparent;
    border-top: 0px transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    max-width: 510px;
    width: 100%;
    resize: none;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.form-content input[type="text"]:focus-visible,
.form-content textarea:focus-visible,
form#profileForm input[type="text"]:focus-visible,
form#profileForm input[type="password"]:focus-visible,
form#profileForm input[type="email"]:focus-visible,
form#profileForm textarea:focus-visible,
input#topsearch:focus-visible {
    outline: 0px transparent;
}

form#profileForm input[type="text"]:focus-visible,
form#profileForm input[type="password"]:focus-visible,
form#profileForm input[type="email"]:focus-visible,
form#profileForm textarea:focus-visible {
    border-color: #FAA431;
}

form#campaignStrategyForm h3 {
    margin-bottom: 40px;
}

/* ----------------- */
/* - Tab: Summary: - */
/* ----------------- */
.summary-content {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.summary-content .image-section .cs-banner {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
}

.summary-content .image-section .cs-banner img {
    max-width: 100%;
    margin: 0 0 10px;
    max-height: 121px;
}

.summary-content .image-section {
    padding-left: 0;
}

.summary-content .type-section {
    padding-right: 0;
    padding-left: 50px;
}

label#yourcampaignnamelabel {
    left: 3px;
    top: 4px;
    font-size: 24px;
    font-family: 'gothicbo';
}

.stratsection-input input {
    width: 100%;
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    margin: 20px 0 0;
}

.moneysection {
    position: static;
    font-size: 0;
    text-align: right;
}

.ad-schedule-section {
    text-align: right;
}

.ad-schedule-section span.scheduletext {
    margin: 70px 0;
}

.moneybox.mb-left {
    background: #000;
    position: relative;
    color: #fff;
}

.moneybox.mb-left::before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    height: 10px;
    width: 10px;
    display: block;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FAA431;
    transform: rotate(-45deg);
}

.moneybox.mb-right {
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.strategy-section {
    padding-right: 85px;
}

span.scheduletext {
    color: rgba(0, 0, 0, 0.6);
    margin: 28px 10px 0 0;
    display: inline-block;
}

span.schedulefromto {
    background: rgba(0, 0, 0, 0.6);
    height: 1px;
    width: 14px;
    display: inline-block;
    margin: 1px 5px 5px;
}

.dtype-holder {
    position: relative;
    padding: 0 0 0 15px;
}

.device-type-section {
    margin: 4px 0 0;
}

.dtype-holder label::before {
    content: '';
    position: absolute;
    left: -17px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
}

.dtype-holder input {
    width: 1px;
    height: 1px;
    opacity: 0.01;
    z-index: -1000;
}

.dtype-holder input:checked + label::before {
    background: #000;
}

.dtype-holder label {
    color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    position: relative;
}

.device-type-section span.scheduletext {
    margin-bottom: 15px;
}

input.stratdata {
    width: 110px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    height: 34px;
    text-align: center;
}

.moneybox {
    width: 140px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    text-align: center;
    padding: 8px 0 0;
}

button#saveSummary {
    position: static;
    float: none;
    display: block;
    margin: 30px 0 0 auto;
}

.device-type-section span.scheduletext {
    font-family: 'gothicbo';
    color: #000;
}

input#yourcampaignname {
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
    border-bottom: 2px solid #000;
    padding: 5px 10px 5px 355px;
    font-size: 24px;
    height: 48px;
}

input#yourcampaignname:focus-visible,
input#yourcampaignname:focus,
.stratsection-input input:focus,
.stratsection-input input:focus-visible {
    outline: 0px transparent;
}

.your-campaign-name {
    margin: 0 0 50px;
}

.summary-box {
    box-shadow: 0px 0px 14px -3px lightgrey;
    margin: 6px 0 38px;
    padding: 16px 0px 18px;
    flex-wrap: wrap;
}

.summary-sub-box h5 {
    font-size: 16px;
    font-family: 'gothicbo';
    position: relative;
    margin: 0;
    display: inline-block;
    white-space: pre;
}

span.x-icon {
    background-color: #E56163;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    text-align: center;
    margin: 0px 0 0 12px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

span.x-icon:after {
    content: '\00d7';
    color: #fff;
    font-size: 16px;
    line-height: 5px;
    position: relative;
    top: -3px;
}

body #main button.edit-icon {
    width: 14px;
    height: 14px;
    margin: 0 0 0 10px;
    position: absolute;
    top: 3px;
    right: -23px;
}

body #main button.edit-icon::after {
    font-size: 9px;
    padding: 0;
    position: relative;
    top: -2px;
    left: 2px;
}

.summary-text ul li {
    line-height: 19px;
}

.summary-text ul.typed li {
    padding-left: 12px;
    position: relative;
}

.summary-text ul.typed li::before {
    content: '-';
    position: absolute;
    left: 2px;
    top: 0;
}

.summary-text ul li span:last-child {
    float: right;
}

ul.top-space {
    margin-top: 10px;
}

.summary-text ul li span,
ul.top-space ul li {
    line-height: 20px;
}

.summary-text.no-title {
    margin-top: 25px;
}

/* -------------------------------------------------------------------- */
/* Modal: ------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
div#modalmessage.success {
    color: green;
}

div#modalmessage.error {
    color: red;
}

div#modalfade, div#confirmFade, div#socialpopupfade {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    cursor: pointer;
}

div#modalcontent {
    max-width: 700px;
    width: calc(100% - 20px);
    position: fixed;
    top: 50px;
    background: #fff;
    display: block;
    z-index: 10010;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 14px -4px #fff;
}

.modalheader {
    color: #151515;
    font-size: 34px;
    font-family: 'gothicbo';
    padding: 40px 60px 20px;
    position: relative;
    text-align: center;
}

.modalbody {
    padding: 0 20px 8px;
    overflow: hidden;
}

.modalbody p {
    font-size: 14px;
}

input#google_tag_manager_id, input.tins-input {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

button#modalclose {
    background-color: transparent;
    color: #000;
    border: 0px transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 15px;
}

.popup-help-video iframe {
    min-height: 300px;
}

.popup-help-video p {
    margin: 0;
    text-align: center;
}

button#modalclose::after {
    content: '\00d7';
}

.popup-form-field {
    margin: 0 0 20px;
    min-height: 33px;
}

input#trackinginstallsubmit {
    background: #000;
    color: lightgray;
    border: 1px solid #000;
    float: right;
    font-size: 14px;
    height: 33px;
    min-width: 150px;
    margin: 10px 0 0;
}

.popup-form-field input[type="text"] {
    border-bottom: 2px solid #000;
    width: 100%;
    padding: 10px;
}

.popup-form-field label {
    top: 10px;
    left: 0;
    margin: 0;
}

.popup-form-field input[type="text"]:focus-visible,
.popup-form-field input[type="text"]:focus {
    outline: 0px transparent;
}

/* -------------------------------------------------------------------- */
/* Google Ads Preview Tool extra css: --------------------------------- */
/* -------------------------------------------------------------------- */
body #main .form-control:focus {
    outline: 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}

label#promotiondetailslabel span.tooltiptext,
label#promotiontypeselectlabel span.tooltiptext {
    left: -90px;
}

.messageextension-div span {
    vertical-align: 2px;
}

div#leftsidealert {
    margin-bottom: 30px;
}

.step-tooltip.popup-tooltip {
    top: -20px;
    right: 5px;
}

.step-tooltip.popup-tooltip .question-mark {
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #FBA331;
    margin: 0;
}

.step-tooltip.popup-tooltip .tooltiptext {
    font-size: 10px;
    bottom: 25px;
    left: 10px;
    z-index: 10;
    width: 200px;
}

.step-tooltip.popup-tooltip .tooltiptext::after {
    right: unset;
    border-left: unset;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    bottom: -10px;
}

div#modalpopup .cs-banner {
    max-width: 140px;
    margin: 0 10px 20px;
    cursor: pointer;
    position: relative;
}

div#modalpopup .cs-banner h4 {
    font-size: 12px;
}

div#modalpopup .cs-banner img {
    max-height: 100px;
    max-width: 100%;
}

div#modalcontent.bannermodal .modalbody {
    text-align: center;
    margin: 25px 0 0;
}

.cs-banner-checkbox {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
}

label.banner-chk-label::before {
    content: '';
    width: 18px;
    height: 18px;
    display: block;
    background: #fff;
    border-radius: 1px;
    border: 2px solid #FAA431;
    cursor: pointer;
    margin-top: 2px;
}

.cs-banner-checkbox input:checked + label.banner-chk-label::before {
    content: '\2713';
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}

.cs-banner-checkbox input {
    display: none;
}

.t-selector .popup-form-field {
    margin: 0;
    min-height: 0;
}

.t-selector input#google_tag_manager_id {
    margin-left: 0;
    margin-right: 0;
}

.t-selector input#trackinginstallsubmit {
    float: none;
    margin: 10px 0 0;
}

.topimage iframe {
    height: 240px;
    min-height: 240px;
    max-width: 110%;
    width: 110%;
    margin: 0;
}

.center-content.content-video-library a.tools-logo {
    z-index: 10;
    cursor: pointer;
    display: block;
    height: auto;
}

.center-content.content-video-library a.tools-logo span.topimage {
    border: 3px solid #000;
}

.center-content.content-video-library a.tools-logo::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

span.vl-texticon-inner {
    display: block;
    width: 160px;
    height: 200px;
    position: absolute;
    border: 4px solid rgba(244, 244, 244, 1);
    left: 0;
    right: 0;
    margin: 10px auto;
    background: rgb(244, 244, 244);
    background: radial-gradient(circle, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

span.vl-title {
    border: 2px solid #000;
    width: 60px;
    height: 1px;
    background: #000;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

span.vl-line {
    border: 2px solid #000;
    background: #000;
    left: 0;
    height: 1px;
}

span.vl-line.vl-line-full {
    width: calc(100% - 25px);
    right: 0;
    margin: 0 auto;
}

span.vl-line.vl-line-half {
    width: calc(50% - 25px);
    left: 13px;
}

span.vl-line.vl-line1 {
    top: 35px;
}

span.vl-line.vl-line2 {
    top: 45px;
}

span.vl-line.vl-line3 {
    top: 55px;
}

span.vl-line.vl-line4 {
    top: 75px;
}

span.vl-line.vl-line5 {
    top: 85px;
}

span.vl-line.vl-line6 {
    top: 95px;
}

span.vl-line.vl-line7 {
    top: 115px;
}

span.vl-line.vl-line8 {
    top: 125px;
}

span.vl-line.vl-line9 {
    top: 135px;
}

span.vl-line.vl-line10 {
    top: 155px;
}

span.vl-line.vl-line11 {
    top: 165px;
}

span.vl-line.vl-line12 {
    top: 175px;
}

/* -------------------------------------------------------------------- */
/* --- Log In --------------------------------------------------------- */
/* -------------------------------------------------------------------- */
#page.not-logged-in {
    min-height: 0;
}

div#main.log-in-page {
    width: 100%;
    margin: 0 auto;
}

div#main.log-in-page div#maincenter {
    padding: 0;
}

div#logindiv {
    font-size: 0;
    text-align: center;
}

.login-sides {
    width: 100%;
    font-size: 14px;
    max-height: 100vh;
    overflow: hidden;
    height: 100vh;
    position: relative;
    max-width: 50%;
    margin: 0 auto;
    left: 0;
    text-align: left;
    right: 0;
}

.login-left > img {
    position: absolute;
    width: 864px;
    height: 1117px;
    display: block;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}

a#loginlogo img {
    max-width: 100px;
    margin: 0 auto 40px;
}

div#loginFormContainer {
    width: 60%;
    margin: auto;
    height: 310px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}

.login-form-div input[type="text"], .login-form-div input[type="password"] {
    width: 100%;
    height: 37px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 2px 15px 0;
    border-radius: 2px;
    margin: 0 0 13px;
    background: #fff;
}

.login-form-div input[type="submit"] {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    border: 0px transparent;
    height: 37px;
    font-weight: 700;
    border-radius: 2px;
}

.login-form-div input[type="submit"]:hover, .dbb-button-container a:hover {
    opacity: 0.6;
}

div#wpadminbar {
    display: none;
}

a#ssLostPasswd, a#ssLogIn {
    color: #151515;
    font-size: 12px;
    margin: 0 0 10px;
    display: block;
}

img.social-popup-image-hover, .social-popup-box:hover img.social-popup-image {
    display: none;
}

.social-popup-box:hover img.social-popup-image-hover {
    display: block;
}

.social-popup-box:hover span {
    color: #FAA431;
}

div[data-type="google"] img {
    max-width: 134px;
    max-height: 128px;
}

form#profileForm {
    display: flex;
    flex-wrap: wrap;
}

.box-full-width {
    padding: 0;
}

.box-top-left {
    padding-left: 0;
}

.box-top-right {
    padding-right: 0;
}

form#profileForm h3 {
    font-family: 'gothicbo';
    margin: 40px 0;
}

form#profileForm input[type="text"],
form#profileForm input[type="password"],
form#profileForm input[type="email"],
form#profileForm textarea,
form#rvndForm input[type="text"],
form#rvndForm input[type="password"],
form#rvndForm input[type="email"],
form#rvndForm textarea,
form#rvndForm select {
    border-top: 0px transparent;
    border-left: 0px transparent;
    border-right: 0px transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding: 8px 45px 8px 11px;
    width: 100%;
    margin: 10px 0 0;
    resize: none;
}

form#profileForm input[type="text"]:disabled,
form#profileForm input[type="password"]:disabled,
form#profileForm input[type="email"]:disabled,
form#profileForm textarea:disabled {
    background-color: transparent;
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

input#profileSubmit {
    margin: 40px 0;
}

form#profileForm label.form-label {
    width: 100%;
    margin: 18px 0 8px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
}

a.gravatar-link {
    width: 100%;
    display: block;
    margin: 10px 0 8px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
}

button#profileEdit {
    line-height: 20px;
    vertical-align: top;
    margin: 2px 0 0 15px;
    cursor: pointer;
    background: #FAA431;
    color: #000;
    border: 0px transparent;
    height: 40px;
    font-size: 18px;
    padding: 0 45px 0 30px;
    position: relative;
}

button#profileEdit img {
    position: absolute;
    right: 15px;
    top: 10px;
}

input[type="submit"]:disabled {
    opacity: 0.6;
    background-color: #acacac;
    cursor: not-allowed;
}

form#profileForm textarea {
    min-height: 170px;
}

.form-field.form-field-profile {
    min-height: 155px;
}

input#profileAvatar {
    min-height: 130px;
    width: 100%;
    cursor: pointer;
    position: relative;
}

input#profileAvatar::before {
    content: 'Click to upload';
    position: absolute;
    top: 65px;
    color: #FAA431;
    font-size: 17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 139px 0 0;
    z-index: 10;
    letter-spacing: -0.5px;
    text-shadow: 0px 0px 1px #faa431;
}

input#profileAvatar::after {
    content: 'Click to upload or drag and drop\a SVG, PNG, JPEG. (Max 400x400px)';
    position: absolute;
    left: 0;
    background: #fff url('images/avatar.png') no-repeat scroll center 15px;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.6);
    opacity: 1.0;
    text-align: center;
    padding: 65px 0 0 0;
}

form#profileForm.editing-form div#avatarImages {
    opacity: 1.0;
}

.acc-top-right {
    padding-top: 51px;
}

input#profileAvatar:focus::after,
input#profileAvatar:hover::after,
input#profileAvatar:focus-visible::after {
    border-color: #FAA431;
    outline: 0px transparent;
}

input#profileAvatar:disabled::after {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #acacac;
}

input#profileAvatar:disabled::before {
    color: #acacac;
    text-shadow: 0px 0px 1px #acacac;
}

div#avatarImages {
    width: 100%;
    display: block;
    height: 170px;
    padding-top: 20px;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 1;
    overflow-y: hidden;
    overflow-x: auto;
    opacity: 0.3;
    white-space: nowrap;
    padding-bottom: 10px;
}

div#avatarImages > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

div#avatarImages img {
    height: 100px;
}

div#avatarImages div.avatar-div:last-child img {
    margin-right: 0;
}

div#avatarImages::-webkit-scrollbar {
    height: 10px;
    display: block;
    cursor: grab;
    position: relative;
}

/* Track */
div#avatarImages::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
div#avatarImages::-webkit-scrollbar-thumb {
    background: #FAA431;
    border-radius: 10px;
    cursor: grab;
}

/* Handle on hover */
div#avatarImages::-webkit-scrollbar-thumb:hover {
    background: #acacac;
}

button.delete-avatar-image {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    cursor: pointer;
    padding: 0 1px 0 0;
    line-height: 23px;
    background: #FAA431;
    border: 2px solid #FAA431;
    border-radius: 50%;
    margin: auto;
    display: none;
}

form#profileForm.editing-form div#avatarImages > div:hover button {
    display: block;
}

div#confirmationModal {
    max-width: 300px;
    width: calc(100% - 20px);
    position: fixed;
    top: 50px;
    background: #fff;
    display: block;
    z-index: 1001;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 14px -4px #fff;
}

div#confirmTitle {
    color: #151515;
    font-size: 24px;
    font-family: 'gothicbo';
    padding: 20px;
    position: relative;
    text-align: center;
}

button#acceptButton {
    background: #FAA431;
    color: #fff;
    border: 0px transparent;
    height: 35px;
    padding: 0 30px;
}

button#declineButton {
    background: #ACACAC;
    color: #fff;
    border: 0px transparent;
    height: 35px;
    padding: 0 30px;
    float: right;
}

div#confirmContent {
    padding: 0 20px 20px;
}

input#topsearch {
    height: 100%;
    min-height: 49px;
    border: 0px transparent;
    padding: 0 60px;
    font-size: 18px;
    width: 100%;
    background: #fff url(images/kereso_self.png) no-repeat scroll 20px center;
    background-size: 25px 25px;
}

.options-cell.topmenu-cell {
    background: #fff;
}

div#searchResults {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 49px;
    background: #fff;
    width: 100%;
}

a.search-result-row {
    border-bottom: 1px solid #acacac;
    display: block;
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
    height: 70px;
    padding: 10px;
    color: #000;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a.search-result-row:hover, a.search-result-row:focus, a.search-result-row:focus-visible {
    outline: 1px solid #000;
    text-decoration: none;
}

a.search-result-row img {
    height: 50px;
    margin-right: 10px;
}

#campaigncontent .cs-banners .banner-image img {
    max-width: 100%;
}

.cs-bottom-section .cs-banners .cs-banner {
    vertical-align: top !important;
}

.cs-bottom-section .cs-banners .cs-banner .banner-image img {
    max-width: unset;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
    max-height: 180px;
}

label.set-avatar-label {
    font-size: 14px;
}

.profile-set-avatar {
    text-align: center;
    position: relative;
}

label.set-avatar-label {
    font-size: 14px;
    margin: 0 0 0 6px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

input.set-avatar-chk {
    cursor: pointer;
}

form#profileForm:not(.editing-form) .profile-set-avatar::before {
    content: '';
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.options-cell a.profile-icon.img-set img {
    border-radius: 50%;
}

.track-iframe {
    position: relative;
}

.track-iframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 10000;
}

.track-iframe.fullscreen iframe {
    height: 100%;
}

button#viewonfullscreen {
    position: absolute;
    right: -20%;
    top: 20px;
    background: transparent;
    border: 0px transparent;
    color: #fff;
    font-size: 14px;
}

button#viewonfullscreen i {
    vertical-align: middle;
}

button#trackiframeclose {
    background: transparent;
    border: 0px transparent;
    position: fixed;
    right: 20px;
    top: 20px;
}

button#trackiframeclose img {
    filter: invert(1);
}

.campaigns-message {
    display: block;
    padding: 22px 0 0 10px;
    height: 70px;
    margin: 0 0 25px;
}

.campaigns-message.type-success {
    background-color: #4BFA77;
}

button#cmsgclose {
    background: transparent;
    border: 0px transparent;
    float: right;
    margin: 0 20px 0 0;
}

.rightbox-inner h5, .rightbox-inner h5 a {
    color: #151515;
    font-size: 16px;
    margin: 5px 0;
    display: block;
}

.rightbox-inner h5 a {
    font-weight: 700;
}

.rightbox-inner h5 img {
    height: 25px;
    float: right;
    margin: -2px 0 0;
}

a.contactlink {
    color: #000;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 10px;
}

a.contactlink img {
    display: inline-block;
    width: 26px;
    vertical-align: middle;
}

a.contactlink.cl-phone img {
    width: 20px;
}

a.contactlink.cl-mail img {
    margin-left: -3px;
    margin-right: -3px;
}

.rightbox-inner h5.company-contact {
    margin: 40px 0;
}

div#directmessagebox {
    border-top: 2px solid #C4C4C4;
}

div#searchResults a:first-child {
    border-top: 1px solid #acacac;
}

div#rightbox {
    background: #fff;
    box-shadow: 0px 0px 15px 3px lightgrey;
}

strong.cell-budg.open-toggle::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 30px;
    height: 9px;
    width: 9px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    animation-duration: 0.25s;
    animation-name: arrowTurnBack;
}

@keyframes arrowTurn {
    from {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(135deg);
    }
    75% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(225deg);
    }
}

@keyframes arrowTurnBack {
    from {
        transform: rotate(225deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(135deg);
    }
    75% {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(45deg);
    }
}

@keyframes showToggleCell {
    from {
        height: 0px;
    }
    10% {
        height: 10px;
    }
    25% {
        height: 25px;
    }
    40% {
        height: 40px;
    }
    50% {
        height: 50px;
    }
    60% {
        height: 60px;
    }
    75% {
        height: 100px;
    }
    to {
        height: auto;
    }
}

@keyframes hideToggleCell {
    from {
        height: auto;
    }
    25% {
        height: 100px;
    }
    50% {
        height: 50px;
    }
    75% {
        height: 25px;
    }
    to {
        height: 0px;
    }
}

div.toggle-cell {
    height: auto;
    animation-duration: 0.25s;
    animation-name: hideToggleCell;
    overflow: hidden;
}

.opened div.toggle-cell {
    display: block;
    animation-duration: 0.25s;
    animation-name: showToggleCell;
    height: auto;
    border-bottom: 1px solid #000;
}

.campaign-row.opened strong.cell-budg.open-toggle::after {
    transform: rotate(225deg);
    top: 33px;
    animation-duration: 0.25s;
    animation-name: arrowTurn;
}

.campaign-list-images {
    margin: 10px 0 0;
}

.campaign-list-images .cs-banner {
    width: 113px;
    height: 113px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
}

.campaign-list-images .cs-banner img {
    max-height: 113px;
    position: absolute;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
}

div.toggle-cell {
    height: 0px;
    padding-right: 0;
    /* border-bottom: 1px solid #000; */
    padding-left: 10px;
}

.campaign-row.opened {
    margin-bottom: 40px;
}

button#createNewCampaign {
    float: right;
}

#maincenter > div#primary {
    margin-top: 75px;
}

div#learndashcontent {
    margin-top: 1rem;
}

.content-holder.content-videos {
    padding-left: 15px;
}

#campaigncontent .switchers {
    position: relative;
    float: left;
    width: 100%;
}

#campaigncontent .switchers::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#campaignObjForm div.question-mark {
    background: #FAA431;
}

div#campaigncontent.numbuttons-5 button.switcherbutton {
    margin-right: 40px;
    width: calc(100% / 6.1);
}

div#campaigncontent.numbuttons-6 button.switcherbutton {
    margin-right: 30px;
    width: calc(100% / 7.29);
    min-width: 140px;
}

div#campaigncontent .switcherline {
    background: #C4C4C4;
    position: relative;
    margin: 0 0 25px;
    height: 8px;
}

div#campaigncontent.numbuttons-5 .switcherline {
    width: calc(((100% / 6.1) * 5) + 160px);
}

div#campaigncontent.numbuttons-6 .switcherline {
    width: calc(((100% / 7.29) * 6) + 150px);
}

.switcherline .switcher-progress {
    background: #FAA431;
    height: 100%;
    width: 0px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
div#campaigncontent.numbuttons-5 .switchers.type-objective .switcherline .switcher-progress {
    width: calc(20% - 35px);
}

div#campaigncontent.numbuttons-5 .switchers.type-strategy .switcherline .switcher-progress {
    width: calc(40% - 35px);
}

div#campaigncontent.numbuttons-5 .switchers.type-creatives .switcherline .switcher-progress {
    width: calc(60% - 17.5px);
}

div#campaigncontent.numbuttons-5 .switchers.type-summary .switcherline .switcher-progress {
    width: calc(80% - 8.75px);
}

div#campaigncontent.numbuttons-5 .switchers.type-payment .switcherline .switcher-progress {
    width: 100%;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
div#campaigncontent.numbuttons-6 .switchers.type-objective .switcherline .switcher-progress {
    width: calc(16.6666% - 25px);
}

div#campaigncontent.numbuttons-6 .switchers.type-strategy .switcherline .switcher-progress {
    width: calc(32.3332% - 12.5px);
}

div#campaigncontent.numbuttons-6 .switchers.type-creatives .switcherline .switcher-progress {
    width: calc(49.9998% - 12.5px);
}

div#campaigncontent.numbuttons-6 .switchers.type-budget .switcherline .switcher-progress {
    width: calc(66.6664% - 12.5px);
}

div#campaigncontent.numbuttons-6 .switchers.type-summary .switcherline .switcher-progress {
    width: calc(83.3333% - 6.25px);
}

div#campaigncontent.numbuttons-6 .switchers.type-payment .switcherline .switcher-progress {
    width: 100%;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
div#campaigncontent .switchers.type-strategy button[data-content="objective"],
div#campaigncontent .switchers.type-strategy button[data-content="strategy"],
div#campaigncontent .switchers.type-creatives button[data-content="objective"],
div#campaigncontent .switchers.type-creatives button[data-content="strategy"],
div#campaigncontent .switchers.type-creatives button[data-content="creatives"],
div#campaigncontent .switchers.type-budget button[data-content="objective"],
div#campaigncontent .switchers.type-budget button[data-content="strategy"],
div#campaigncontent .switchers.type-budget button[data-content="creatives"],
div#campaigncontent .switchers.type-budget button[data-content="budget"],
div#campaigncontent .switchers.type-summary button[data-content="objective"],
div#campaigncontent .switchers.type-summary button[data-content="strategy"],
div#campaigncontent .switchers.type-summary button[data-content="creatives"],
div#campaigncontent .switchers.type-summary button[data-content="budget"],
div#campaigncontent .switchers.type-summary button[data-content="summary"],
div#campaigncontent .switchers.type-payment button[data-content="objective"],
div#campaigncontent .switchers.type-payment button[data-content="strategy"],
div#campaigncontent .switchers.type-payment button[data-content="creatives"],
div#campaigncontent .switchers.type-payment button[data-content="budget"],
div#campaigncontent .switchers.type-payment button[data-content="summary"],
div#campaigncontent .switchers.type-payment button[data-content="payment"],
div#campaigncontent .switchers.step-strategy button[data-content="objective"],
div#campaigncontent .switchers.step-strategy button[data-content="strategy"],
div#campaigncontent .switchers.step-creatives button[data-content="objective"],
div#campaigncontent .switchers.step-creatives button[data-content="strategy"],
div#campaigncontent .switchers.step-creatives button[data-content="creatives"],
div#campaigncontent .switchers.step-budget button[data-content="objective"],
div#campaigncontent .switchers.step-budget button[data-content="strategy"],
div#campaigncontent .switchers.step-budget button[data-content="creatives"],
div#campaigncontent .switchers.step-budget button[data-content="budget"],
div#campaigncontent .switchers.step-summary button[data-content="objective"],
div#campaigncontent .switchers.step-summary button[data-content="strategy"],
div#campaigncontent .switchers.step-summary button[data-content="creatives"],
div#campaigncontent .switchers.step-summary button[data-content="budget"],
div#campaigncontent .switchers.step-summary button[data-content="summary"],
div#campaigncontent .switchers.step-payment button[data-content="objective"],
div#campaigncontent .switchers.step-payment button[data-content="strategy"],
div#campaigncontent .switchers.step-payment button[data-content="creatives"],
div#campaigncontent .switchers.step-payment button[data-content="budget"],
div#campaigncontent .switchers.step-payment button[data-content="summary"],
div#campaigncontent .switchers.step-payment button[data-content="payment"]
{
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- */
div#maincenter > .center-content form#campaignObjForm h2 {
    font-size: 32px;
    font-weight: 700;
    float: left;
    width: 100%;
}
div#maincenter > .center-content form#campaignObjForm h2 span {
    font-size: 22px;
    font-weight: 400;
}
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
.obj-choice {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 35px 0;
    cursor: pointer;
    padding: 0 0 0 22px;
}
.content-holder .landing-pages, form#campaignSummaryForm {
    float: left;
    width: 100%;
}
.landing-pages.objective {
    width: 100%;
}
.creatives-left .cs-banner {
    width: auto;
    margin: 0 20px 20px 0;
    max-width: 260px;
}
.summary-images {
    font-size: 0;
}
.creatives-left .banner-image {
    position: relative;
}
button.cmp-banner-delete {
    background: transparent;
    border: 0px transparent;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 18px;
    cursor: pointer;
    display: block;
}
.summary-content .image-section button.cmp-banner-delete,
.fbinnerimage .cmp-banner-delete,
.lninnerimage .cmp-banner-delete {
    display: none;
}
.creatives-left .banner-image img {
    max-height: 173px;
}
.obj-choice label {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.obj-choice img {
    max-height: 20px;
    max-width: 20px;
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 10px;
}
.obj-choice input {
    opacity: 0.01;
    z-index: -1;
    width: 0;
    position: absolute;
    height: 0;
}
.obj-choice label::before {
    border: 1px solid #000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    content: '';
    margin: auto 0;
    cursor: pointer;
}
img.objimg.img-revenue {
    max-height: 25px;
    position: relative;
    top: 1px;
}
.obj-choice input:checked + label::before {
    content: '';
    background: #000;
}
.campaign-strategy-image h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    padding: 30px 0 0 0;
    width: 400px;
    float: right;
    text-align: left;
}
label[for="choicetraffic"] {
    position: relative;
    left: 12px;
}
img.objimg.img-traffic {
    position: relative;
    left: 9px;
}
label[for="choicewebsitetraffic"] {
    position: relative;
    left: 7px;
}
img.objimg.img-websitetraffic {
    position: relative;
    left: 2px;
}
form#budgetform {
    padding: 50px 0 0;
}
.fbcontent.fbcontent-right, .lncontent.lncontent-right {
    position: relative;
    text-align: right;
    padding: 0;
}
.fb-bottom-cover {
    position: absolute;
    width: 470px;
    height: 95px;
    display: block;
    background: #F9FBFB;
    top: 357px;
    right: 25px;
    text-align: left;
}
.fb-bottom-cover h5 {
    font-weight: 700;
    margin: 10px 0 5px;
    padding: 0 10px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fb-bottom-cover p {
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fb-bottom-cover span {
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: gray;
}
.fb-top-cover {
    background: #F9FBFB;
    position: absolute;
    width: 490px;
    height: 25px;
    display: block;
    right: 15px;
    top: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    padding: 5px 5px 0 5px;
    font-weight: 700;
}
.fbinnerimage, .lninnerimage {
    display: block;
    position: absolute;
    right: 15px;
    top: 100px;
    width: 486px;
    height: 256px;
    overflow: hidden;
}
.fbinnerimage .cs-banner,
.fbinnerimage .cs-banner .banner-image,
.lninnerimage .cs-banner,
.lninnerimage .cs-banner .banner-image {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.fbinnerimage .cs-banner .banner-image img,
.lninnerimage .cs-banner .banner-image img {
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}
.lninnerimage {
    right: 0;
    top: 122px;
    width: 578px;
    height: 305px;
}
.summary-fb-images {
    position: relative;
}
.mob-fb-image {
    overflow: hidden;
    position: absolute;
    height: 209px;
    width: 231px;
    top: 193px;
    left: 23px;
}
.summary-content .image-section .mob-fb-image .cs-banner img {
    max-height: unset;
    min-height: 100%;
    position: absolute;
    max-width: unset;
    left: -50%;
    right: -50%;
    top: -50%;
    bottom: -50%;
    margin: auto;
}
div#dashboardhelpvideos {
    margin-bottom: 25px;
}
.dashboard-help-video iframe {
    min-height: 200px;
    padding: 0 0 0 6px;
}
.t-selector.t-selector-manual-install, button#cscreatebutton {
    display: none;
}
body #learndashcontent .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    display: block;
}
body #learndashcontent span.ld-list-item-title {
    display: block;
    width: 100%;
}
body #learndashcontent span.ld-list-item-desc {
    display: block;
    width: 100%;
    font-size: 11px;
}
body #learndashcontent .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    max-width: 430px;
    display: block;
    width: 100%;
    overflow: hidden;
}
body #learndashcontent .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name img {
    margin-bottom: 10px;
    max-width: 100%;
}

.crm-timesheet-table tbody input[value=""] {
    background: #ff979763 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
table.crm-timesheet-table {
    position: relative;
}
table.crm-timesheet-table thead > tr:first-child > th {
    position: sticky !important;
    top: 0;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #acacac !important;
}
body table#reportpagetable thead > tr:first-child > th {
    position: static !important;
    z-index: 1;
}
table#reportpagetable {
    display: block;
    overflow-x: auto;
}

/*status colors */

span.hoursLeftStatus
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}

span.hoursLeft_neg {
    background: #fb4b4b;
}
span.hoursLeft_0 {
    background: #c0ff33;
}
span.hoursLeft_25 {
    background: #bdf53f;
}
span.hoursLeft_50 {
    background: #feff5c;
}
span.hoursLeft_75 {
    background: #ffc163;
}
span.hoursLeft_99 {
    background: #ffa879;
}
span.hoursLeft_100 {
    background: #5931fb;
}
span.hoursLeft_empty {
    background: #f400ff;
}



.statusColors {
    position: fixed;
    height: 50px;
    z-index: 999;
    bottom: 0;
    display: flex;
    right: 15px;
}
.statusColors span.hoursLeftStatusColor {
    height: 17px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #212121;
    padding: 0 10px;
}
.report-tabs a span {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    text-align: center;
    padding: 2px 0 0;
}
td.empty_terv::before
{
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background: #f400ff;
}
.report-project-percentage.empty_terv:before {
    content: "!";
    position: absolute;
    left: -8px;
    background: #f400ff;
    width: 20px;
    height: 20px;
    border-radius: 360px;
    top: -7px;
    z-index: 2;
    color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bolder;
}
td.empty_terv {
    background: #f400ff;
}
.projectLeadDev {
    margin-left: 10px;
}
body .set-support-cont > span.select2 {
    display: inline-block;
    width: auto !important;
    height: 20px !important;
    vertical-align: top;
    margin-left: 10px;
    min-width: 100px;
}
body .set-support-cont > span.select2 span.select2-selection {
    display: block;
    padding: 0 !important;
    min-height: 20px !important;
    height: 20px !important;
}
body .set-support-cont ul li.select2-selection__choice {
    min-height: 15px !important;
    height: 15px !important;
    vertical-align: top !important;
    margin-top: 2px !important;
    line-height: 15px !important;
}
body .set-support-cont ul li.select2-selection__choice span {
    font-size: 11px !important;
}
body .set-support-cont .select2-search__field {
    margin-top: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
}
