/* Manager’s Dashboard */
body {
    margin: 0;
}
h1,h2,h3,h4,h5,h6,li,lo,p,a,button,form *,table th,table td, select, option,div {
    font-family: 'Heebo', sans-serif;
}
menu-tab {
    z-index: 99999999;
    position: fixed;
    left: 0;
    top: 0;
}
.manager-dashboard {
    padding: 25px 40px 25px 125px;
    position: relative;
    overflow-x: hidden;
    height: 100vh;
}
.menu-tab {
    border: 1px solid #4c88a01a;
    border-radius: 0 10px 10px 0;
    background: #FCFCFC;
    padding: 40px 10px;
    border-left: 0;
    height: 100vh;
    transition: 0.6s ease-in-out;
}
.um-logo .expanded-menu-logo {
    display: none;
}
.menu-tab-icon-title {
    margin-left: 30px;
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
    display: none;
    transition: 0.6s ease-in-out;
}
a.menu-tab-icon-wrapper.selected svg path {
    fill: #4C88A0;
}
.um-logo img {
    object-fit: cover;
    height: 100%;
    width: 60px;
    transition: 0.6s ease-in-out;
}
.menu-tabs-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    display: flex;
    transition: 0.6s ease-in-out;
}
a.menu-tab-icon-wrapper:not(:last-child) {
    margin-bottom: 10px;
}
a.menu-tab-icon-wrapper {
    text-decoration: none;
    align-items: center;
    display: flex;
}
a.menu-tab-icon-wrapper.selected .menu-tab-icon-title {
    line-height: 22px;
    color: #4C88A0;
    font-weight: 600;
    font-size: 18px;
}
a.menu-tab-icon-wrapper .menu-tab-icon {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 45px;
    width: 45px;
}
a.menu-tab-icon-wrapper.selected .menu-tab-icon {
    background: #E9FAFF;
}
.menu-tab:has(.menu-tabs-wrapper:hover) {
    padding: 40px;
    width: 220px;
}
.menu-tab:has(.menu-tabs-wrapper:hover) a.menu-tab-icon-wrapper.selected:before {
    background: #E9FAFF;
    position: absolute; 
    border-radius: 5px;
    width: 250px;
    height: 45px;
    content: '';
    left: -5px;
    z-index: 1;
    top: 0;
}
.menu-tab:has(.menu-tabs-wrapper:hover) a.menu-tab-icon-wrapper.selected {
    position: relative;
}
.menu-tab:has(.menu-tabs-wrapper:hover) a.menu-tab-icon-wrapper.selected .menu-tab-icon, 
.menu-tab:has(.menu-tabs-wrapper:hover) a.menu-tab-icon-wrapper.selected .menu-tab-icon-title {
    z-index: 2;
}
.menu-tab:has(.menu-tabs-wrapper:hover) .um-logo img {
    display: none;
}
.menu-tab:has(.menu-tabs-wrapper:hover) .um-logo .expanded-menu-logo {
    display: block;
    width: 80%;
}
.menu-tab:has(.menu-tabs-wrapper:hover) .menu-tabs-wrapper {
    align-items: flex-start;
}
.menu-tab:has(.menu-tabs-wrapper:hover) .menu-tab-icon-title {
    display: block;
}
.um-logo {
    margin-bottom: 60px;
}
.manager-dashboard-content {
    padding-bottom: 100px;
    margin-top: 15px;
}
.mmt-header-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.mmt-header-subtitle {
    margin-bottom: 10px;
    line-height: 18px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 14px;
}
.mmt-header-text-wrapper {
    padding-top: 15px;
}
.mmt-header-title {
    line-height: 25px;
    font-weight: 500;
    font-size: 21px;
}
.mmt-header-notification-image-wrapper {
    display: flex;
}
.mmt-header-image-wrapper {
    margin-left: 15px;
}
.mmt-header-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.mmt-header-image {
    height: 50px;
    width: 50px;
}
.date-range-title {
    margin-bottom: 5px;
    padding-left: 5px;
}
.date-range-title p {
    line-height: 18px;
    color: #656869;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.date-range form {
    align-items: center;
    display: flex;
}
.date-range-wrapper text-field input[type='date'] {
    min-width: 200px;
}
text-field input {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    outline: 0;
}
text-field input::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
text-field .date-from {
    margin-right: 20px;
}
text-field .date-to {
    margin: 0 20px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../../img/calendar_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 18px;
    width: 17px;
}
a.filterBtn {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    text-decoration: none;
    align-items: center;
    border-radius: 8px;
    padding: 8px 16px;
    line-height: 22px;
    color: #4C88A0;
    font-size: 18px;
    display: flex;
    transition: 0.6s ease-in-out;
}
a.filterBtn svg {
    margin-right: 5px;
}
.form-action-btn {
    position: relative;
}
div#typeUserPopup {
    border: 2px solid #4c88a01a;
    padding: 20px 60px 40px 25px;
    width: calc(100% + 40px);
    background: #FCFCFC;
    border-radius: 5px;
    position: absolute;
    z-index: 5;
    top: 48px;
    left: 0;
}
.form-action-btn.active a.filterBtn {
    border-color: #4C88A0;
}
.type-of-user-popup-title p {
    line-height: 18px;
    color: #ACB2B5;
    font-size: 14px;
    margin: 0;
}
.type-of-user-popup-title {
    margin-bottom: 10px;
}
.type-of-user-popup-checkbox.form-options-fields-wrapper {
    flex-direction: column;
}
.type-of-user-popup-checkbox.form-options-fields-wrapper .CheckboxFieldContainer {
    background: transparent;
    box-shadow: none;
    margin-right: 0;
    border: none;
    padding: 0;
}
.type-of-user-popup-checkbox.form-options-fields-wrapper checkbox-field label {
    justify-content: flex-start;
    padding-left: 40px;
    min-width: 75px;
    font-size: 16px;
    width: 100%;
}
.type-of-user-popup-checkbox.form-options-fields-wrapper checkbox-field:last-child .CheckboxFieldContainer {
    margin-bottom: 0;
}
.type-of-user-popup-checkbox.form-options-fields-wrapper .CheckboxFieldContainer:focus, 
.type-of-user-popup-checkbox.form-options-fields-wrapper .CheckboxFieldContainer:active, 
.type-of-user-popup-checkbox.form-options-fields-wrapper .CheckboxFieldContainer:hover {
    border: none;
}
.running-budget-wrapper {
    justify-content: flex-start;
    margin: 40px 0 35px;
    align-items: center;
    display: flex;
}
.objectives-manager-wrapper {
    justify-content: space-between;
    padding: 0 15px;
    display: flex;
    width: 90%;
}
.campaign-objectives-main-wrapper {
    padding-right: 25px;
    width: 50%;
}
.um-manager-wrapper {
    padding-left: 25px;
    margin-top: 35px;
    width: 50%;
}
.objectives-supports-wrapper {
    align-items: flex-start;
    display: flex;
}
.campaign-objectives-wrapper {
    padding-right: 20px;
    width: 50%;
}
.past-campaigns-volume-wrapper {
    margin: 25px 0 35px;
}
.running-budget-box {
    border: 2px solid #4c88a01a;
    border-radius: 10px;
    padding: 10px 20px;
    min-width: 150px;
    min-height: 85px;
}
.running-campaigns-wrapper {
    margin-right: 15px;
}
.running-budget-title p {
    line-height: 15px;
    color: #4C88A0;
    font-size: 13px;
    margin: 0;
}
.running-budget-content p {
    line-height: 28px;
    color: #656869;
    font-size: 24px;
    margin: 0;
}
.running-budget-title {
    margin-bottom: 20px;
}
.media-supports-wrapper {
    padding-left: 20px;
    width: 50%;
}
.campaign-objectives-main-title-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}
.campaign-objectives-main-title-wrapper p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    margin: 0;
}
.campaign-objectives-main-content {
    background: #F4F4F4;
    border-radius: 10px;
    min-height: 300px;
}
.past-campaigns-volume-wrapper .campaign-objectives-main-content, 
.past-campaigns-value-wrapper .campaign-objectives-main-content {
    min-height: 240px;
}
.um-manager-inner-wrapper,
.um-campaign-inner-wrapper,
.um-client-inner-wrapper {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    padding-bottom: 15px;
    border-radius: 10px;
}
.um-manager-title-wrapper, 
.um-manager-content-wrapper,
.um-campaign-title-wrapper, 
.um-campaign-content-wrapper,
.um-client-title-wrapper, 
.um-client-content-inner-wrapper,
.um-campaign-content-inner-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.um-manager-title-wrapper {
    border-bottom: 2px solid #4c88a01a;
    padding: 15px 25px 10px 40px;
}
.um-manager-inner-wrapper p,
.um-campaign-inner-wrapper p,
.um-client-inner-wrapper p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
    margin: 0;
}
.manager-name {
    width: 50%;
}
.um-manager-title-wrapper .manager-name {
    width: 40%;
}
.um-manager-content-wrapper .manager-name,
.um-client-content-wrapper .client-management-name {
    align-items: center;
    display: flex;
}
.um-manager-content-wrapper {
    padding: 12px 55px 12px 35px;
}
.manager-image {
    margin-right: 15px;
    height: 40px;
    width: 40px;
}
.manager-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.um-manager-content-wrapper:not(:last-child),
.um-campaign-content-wrapper:not(:last-child),
.um-client-content-wrapper:not(:last-child) {
    border-bottom: 1px solid #4c88a01a;
}
.um-manager-inner-wrapper .um-manager-content-wrapper p,
.um-campaign-inner-wrapper .um-campaign-content-wrapper p,
.um-client-inner-wrapper .um-client-content-wrapper p {
    line-height: 20px;
    font-size: 16px;
}
.um-manager-content-wrapper .manager-total-budget {
    text-align: right;
    width: 35%;
}
.um-manager-title-wrapper .manager-total-budget {
    text-align: right;
    width: 30%;
}
.um-manager-title-wrapper .manager-assigned-campaigns {
    text-align: center;
    width: 30%;
}
.um-manager-content-wrapper .manager-assigned-campaigns {
    text-align: center;
    width: 15%;
}

/* Manager Budget Control */
.um-campaign-title-wrapper {
    border-bottom: 2px solid #4c88a01a;
    padding: 15px 30px 10px 30px;
}
.um-campaign-wrapper {
    margin-top: 20px;
}
.um-campaign-content-wrapper {
    padding: 10px 30px 10px 25px;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .campaign-name p, 
.um-campaign-inner-wrapper .um-campaign-content-wrapper .client-name p {
    font-weight: 500;
}
.campaign-name {
    width: 20%;
}
.client-name {
    width: 18%;
}
.campaign-start-date, 
.campaign-end-date, 
.gross-revenue, 
.negotiated-revenue, 
.media-discount, 
.net-revenue {
    width: 10%;
}
.media-discount {
    text-align: center;
    width: 12%;
}
.um-campaign-title-wrapper > div p {
    align-items: center;
    display: flex;
}
.sort-icon {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    display: flex;
}
.um-campaign-title-wrapper > div.media-discount p {
    justify-content: center;
}
.search-keywords-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.search-keywords input.search-field {
    border: 2px solid #4c88a01a;
    padding: 12px 16px 12px 65px;
    background: #FCFCFC;
    border-radius: 8px;
    line-height: 20px;
    color: #ACB2B5;
    min-width: 300px;
    font-size: 16px;
    outline: 0;
}
.search-keywords input.search-field::placeholder {
    font-family: 'Heebo', sans-serif;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.search-keywords {
    position: relative;
    margin-right: 25px;
}
.search-keywords:before {
    background: url('/img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    width: 24px;
    content: '';
    left: 20px;
    top: 12px;
}
.popup-button {
    border: 2px solid #4c88a01a;
    padding: 8px 40px 8px 16px;
    justify-content: center;
    background: #FCFCFC;
    align-items: center;
    border-radius: 8px;
    line-height: 20px;
    font-weight: 500;
    color: #4C88A0;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    transition: 0.6s ease-in-out;
}
.search-client-button-container {
    margin-right: 10px;
}
.date-range-button-container {
    margin-right: 25px;
}
.clear-all-btn a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    border-radius: 8px;
    line-height: 22px;
    color: #4C88A0;
    font-size: 18px;
    padding: 8px 0;
    display: flex;
}
.popup-button-wrapper:before {
    background: url('/img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 7px;
    width: 12px;
    content: '';
    right: 17px;
    top: 17px;
    transition: 0.6s ease-in-out;
}
.popup-button-wrapper.selected:before {
    background: url('/img/clear-selection.svg');
    height: 24px;
    right: 10px;
    width: 24px;
    top: 8px;
}
.popup-button-wrapper.selected .popup-button {
    background: #E9FAFF;
}
.popup-button-wrapper.focused .popup-button {
    border: 2px solid #4c88a0;
    background: #E9FAFF;
}
.popup-button-wrapper.focused:before {
    background: url(/img/arrow-up.svg);
}
.popup-button-container,
.popup-button-wrapper {
    position: relative;
}
.popup-overlay {
    box-shadow: 0 2px 15px rgb(0 0 0 / 25%);
    background: #FCFCFC;
    padding: 20px 25px;
    position: absolute;
    border-radius: 5px;
    top: 50px;
    left: 0;
}
.popup-clear-apply-wrapper {
    justify-content: space-between;
    margin-top: 15px;
    display: flex;
}
.popup-clear-apply-wrapper a {
    text-decoration: none;
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
}
.date-range-popup-fields-wrapper input {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    width: 200px;
    outline: 0;
}
.start-date-wrapper {
    margin-bottom: 15px;
}
.date-range-popup-fields-wrapper label {
    padding-left: 5px;
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.popup-search {
    margin-bottom: 30px;
}
.popup-search input {
    border: 1px solid #4c88a01a;
    border-radius: 10px;
    line-height: 20px;
    padding: 8px 25px;
    color: #ACB2B5;
    min-width: 300px;
    font-size: 16px;
    outline: 0;
}
.popup-search input::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.popup-overlay-wrapper ul {
    overflow-y: scroll;
    list-style: none;
    height: 400px;
    padding: 0;
    margin: 0;
}
.popup-overlay-wrapper ul::-webkit-scrollbar {
    width: 3px;
}
.popup-overlay-wrapper ul::-webkit-scrollbar-track {
    background: #EEF0F0; 
}
.popup-overlay-wrapper ul::-webkit-scrollbar-thumb {
    background: #CED1D2 
}
.popup-overlay-wrapper ul li {
    padding-bottom: 10px;
}
.popup-overlay-wrapper ul li label {
    position: relative;
    padding-left: 50px;
    line-height: 20px;
    color: #656869;
    font-weight: 500;
    font-size: 16px;
}
.popup-overlay-wrapper ul li input {
    display: none;
}
.popup-overlay-wrapper ul li label:before {
    border: 2px solid #4c88a01a;
    background-color: transparent;
    position: absolute;
    border-radius: 3px;
    height: 20px;
    content: '';
    width: 20px;
    left: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.popup-overlay-wrapper ul li input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    height: 10px;
    content: '';
    bottom: 7px;
    width: 5px;
    left: 9px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.popup-overlay-wrapper ul li input:checked+label:before {
    border: 2px solid #4c88a0;
    background-color: #4c88a0;
}
div#campaign-popup {
    padding: 25px 20px;
}
.campaign-popup-clear-apply-wrapper {
    margin-top: 30px;
}

/* Client Management */
.company-button-container, 
.status-button-container, 
.owner-button-container {
    margin-right: 10px;
}
.um-client-wrapper {
    margin-top: 20px;
}
.account-manager-button-container {
    margin-right: 25px;
}
.popup-overlay-wrapper ul.status-list {
    overflow-y: hidden;
    min-width: 250px;
    height: 100%;
}
.client-search-keywords-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.add-client-button a {
    border: 2px solid #4c88a0;
    justify-content: center;
    background: #4C88A0;
    text-decoration: none;
    align-items: center;
    border-radius: 8px;
    padding: 8px 20px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    display: flex;
}
.add-client-button a img {
    margin-right: 15px;
}
.um-client-title-wrapper {
    border-bottom: 2px solid #4c88a01a;
    padding: 15px 20px 10px 10px;
}
.um-client-content-wrapper {
    padding: 10px 20px 10px 10px;
}
.um-client-content-wrapper .client-management-name p {
    color: #4C88A0;
    font-weight: 500;
}
.select-client {
    width: 3%;
}
.select-client-checkbox input {
    display: none;
}
.select-client-checkbox label {
    position: relative;
}
.select-client-checkbox label:before {
    border: 2px solid #4c88a01a;
    background-color: transparent;
    position: absolute;
    border-radius: 3px;
    height: 15px;
    content: '';
    width: 15px;
    top: -8px;
    left: 0;
    transition: 0.6s ease-in-out;
}
.select-client-checkbox input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    bottom: -5px;
    height: 7px;
    content: '';
    width: 3px;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.select-client-checkbox input:checked+label:before {
    border: 2px solid #4c88a0;
    background-color: #4c88a0;
}
.um-client-inner-wrapper .um-client-content-wrapper .client-status p {
    border-radius: 15px;
    padding: 2px 15px;
    line-height: 18px;
    font-size: 14px;
}
.um-client-inner-wrapper .um-client-content-wrapper .client-status p.Active {
    background: #91cc5640;
    color: #91CC56;
}
.um-client-inner-wrapper .um-client-content-wrapper .client-status p.Inactive {
    background: #65686940;
    color: #656869;
}
.um-client-inner-wrapper .um-client-content-wrapper .client-status p.Draft {
    background: #ff800b40;
    color: #FF800B;
}
.um-client-inner-wrapper .um-client-content-wrapper .owner-name p, 
.um-client-inner-wrapper .um-client-content-wrapper .account-manager p {
    color: #4C88A0;
}
.um-client-inner-wrapper .um-client-content-wrapper .owner-name p.owner-email, 
.um-client-inner-wrapper .um-client-content-wrapper .account-manager p.account-manager-email {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.edit-client a {
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    font-weight: 500;
    color: #4C88A0;
    font-size: 16px;
    display: flex;
}
.edit-client a img {
    margin-right: 5px;
}
.client-status, 
.campaign-number, 
.um-discount {
    text-align: center;
    width: 10%;
}
.active-number, 
.edit-client {
    text-align: center;
    width: 6%;
}
.owner-name, 
.account-manager {
    width: 15%;
}
.client-management-name {
    width: 25%;
}
.um-client-inner-wrapper .um-client-content-wrapper .client-status p {
    width: fit-content;
    margin: 0 auto;
}
.client-status,
.um-discount {
    margin-right: 50px;
}
.edit-client a {
    justify-content: flex-end;
}
div#um-client-popup {
    border: 2px solid #4c88a01a;
    border-radius: 15px 0 0 0;
    padding: 35px 25px 15px;
    background: #FCFCFC;
    z-index: 999999999;
    position: fixed;
    width: 500px;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.um-client-popup-close-edit-wrapper {
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    padding: 0 15px;
    display: flex;
}
.um-client-popup-close-edit-wrapper a {
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    color: #656869;
    font-weight: 500;
    font-size: 16px;
    display: flex;
}
.um-client-popup-contacts-edit-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.um-client-popup-contacts-wrapper {
    margin-right: 30px;
}
.um-client-popup-close-edit-wrapper a img {
    margin-right: 5px;
}
.um-client-popup-close-edit-wrapper .um-client-popup-contacts-edit-wrapper a {
    color: #4C88A0;
}
.um-client-popup-details-wrapper {
    padding: 0 30px 0 5px;
    margin-bottom: 50px;
    display: flex;
}
.um-client-popup-logo-wrapper {
    margin-right: 25px;
    width: 20%;
}
.um-client-popup-content-wrapper {
    width: 80%;
}
.um-client-popup-logo {
    border: 2px solid #4c88a01a;
    border-radius: 50%;
    overflow: hidden;
    height: 90px;
    width: 90px;
}
.um-client-popup-logo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
body.popup-active {
    position: relative;
    transition: 0.6s ease-in-out;
}
body.popup-active:before {
    background: #2727271a;
    position: absolute;
    z-index: 999999999;
    min-height: 1000px;
    height: 100%;
    content: '';
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.um-client-popup-wrapper p {
    margin: 0;
}
.um-client-popup-wrapper .client-popup-status p {
    border-radius: 15px;
    width: fit-content;
    padding: 2px 15px;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
}
.um-client-popup-wrapper .client-popup-status p.Active {
    background: #91cc5640;
    color: #91CC56;
}
.um-client-popup-wrapper .client-popup-status p.Inactive {
    background: #65686940;
    color: #656869;
}
.um-client-popup-wrapper .client-popup-status p.Draft {
    background: #ff800b40;
    color: #FF800B;
}
.client-popup-status {
    margin-bottom: 15px;
}
.client-company-name {
    margin-bottom: 10px;
}
.um-client-popup-wrapper .client-company-name p {
    line-height: 25px;
    color: #656869;
    font-weight: 500;
    font-size: 21px;
    margin: 0;
}
.company-owner-name {
    margin-bottom: 30px;
}
.um-client-popup-wrapper .company-account-manager p, 
.um-client-popup-wrapper .company-um-discount p {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 14px;
    color: #ACB2B5;
    margin-top: 0;
}
.company-owner-name p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    margin: 0;
}
.company-account-manager {
    margin-bottom: 20px;
}
.company-account-manager-list-wrapper select, 
.company-um-discount-list-wrapper select,
.company-discount-list-wrapper select,
.company-status-list-wrapper select {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    position: relative;
    padding: 10px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/* .company-account-manager-list-wrapper:after, 
.company-um-discount-list-wrapper:after, */
.company-discount-list-wrapper:after {
    background: url('/img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 17px;
    top: 20px;
}
.add-client-form-left-fields .company-account-manager-list-wrapper:after, 
.add-client-form-left-fields .company-discount-list-wrapper:after,
.add-client-form-left-fields .company-status-list-wrapper:after {
    top: 45px;
}
/* .company-account-manager-list-wrapper, 
.company-um-discount-list-wrapper, */
.company-discount-list-wrapper {
    margin-bottom: 20px;
    position: relative;
}
.um-client-popup-wrapper .company-account-manager-list-wrapper p, 
.um-client-popup-wrapper .company-um-discount-list-wrapper p {
    line-height: 20px;
    color: #656869;
    margin-bottom: 0;
    font-size: 16px;
}
.um-client-popup-wrapper .company-account-manager-list-wrapper, 
.um-client-popup-wrapper .company-um-discount-list-wrapper {
    margin-bottom: 0;
}
.um-client-popup-campaigns-title-all-wrapper {
    border-bottom: 1px solid #4c88a01a;
    justify-content: space-between;
    padding: 0 20px 0 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}
.um-client-popup-wrapper .um-client-popup-campaigns-title-wrapper p {
    color: #ACB2B5;
    font-weight: 500;
}
.um-client-popup-campaigns-see-all-wrapper a {
    text-decoration: none;
    line-height: 20px;
    color: #656869;
    font-weight: 500;
    font-size: 16px;
}
.um-client-popup-campaigns-filter {
    justify-content: space-between;
    border: 1px solid #4c88a01a;
    background: #EEF0F0;
    border-radius: 5px;
    display: flex;
    padding: 2px;
}
.um-client-popup-campaigns-filter-inner-wrapper {
    padding: 0 10px;
}
.um-client-popup-campaigns-filter-wrapper {
    margin-bottom: 10px;
}
.um-client-popup-wrapper .popup-campaigns-filter p {
    text-align: center;
    padding: 5px 15px;
    color: #ACB2B5;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}
.popup-campaigns-filter {
    width: 25%;
}
.um-client-popup-wrapper .popup-campaigns-filter.selected p {
    background: #FCFCFC;
    border-radius: 3px;
    color: #4C88A0;
}
.um-client-popup-campaign-box {
    border: 1px solid #4c88a01a;
    border-radius: 5px;
    padding: 25px 20px;
}
.um-client-popup-campaign-box-container client-campaign-box:not(:last-child) .um-client-popup-campaign-box {
    margin-bottom: 10px;
}
.um-client-popup-campaign-box-title-status-share {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.um-client-popup-wrapper .um-client-popup-campaign-box-title p {
    font-weight: 500;
}
.um-client-popup-wrapper .um-client-popup-campaign-box-status p {
    border-radius: 15px;
    width: fit-content;
    padding: 2px 15px;
    line-height: 18px;
    font-size: 14px;
}
.um-client-popup-wrapper .um-client-popup-campaign-box-status p.Active {
    background: #91cc5640;
    color: #91CC56;
}
.um-client-popup-wrapper .um-client-popup-campaign-box-status p.Inactive {
    background: #65686940;
    color: #656869;
}
.um-client-popup-wrapper .um-client-popup-campaign-box-status p.Draft {
    background: #ff800b40;
    color: #FF800B;
}
.um-client-popup-campaign-box-details > div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.um-client-popup-campaign-box-date, 
.um-client-popup-campaign-box-days {
    margin-bottom: 15px;
}
.um-client-popup-campaign-box-details p {
    color: #656869;
}
.um-client-popup-campaign-box-details > div img {
    margin-right: 10px;
}
.um-client-popup-campaign-box-title-status {
    align-items: center;
    display: flex;
}
.um-client-popup-campaign-box-title {
    margin-right: 20px;
    color: #656869;
}
.um-client-popup-campaign-box-container {
    overflow-y: scroll;
    height: 400px;
}
div#add-client-popup {
    box-shadow: -2px 0 10px #0000001a;
    border-radius: 15px 0 0 0;
    background: #FCFCFC;
    z-index: 999999999;
    padding: 25px 0;
    position: fixed;
    width: 575px;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.add-client-popup-overlay-wrapper {
    height: 100%;
}
.add-client-form-left-right-fields {
    align-items: flex-start;
    display: flex;
}
.add-client-form-left-right-fields > div {
    width: 50%;
}
.add-client-form-left-fields {
    padding-right: 8px;
}
.add-client-form-right-fields {
    padding-left: 8px;
}
.add-client-form-left-right-fields .TextFieldContainer {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
}
.add-client-popup-section-title p {
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.add-client-popup-section-add-contact-button a {
    border: 2px solid #4c88a01a;
    text-decoration: none;
    align-items: center;
    border-radius: 5px;
    padding: 10px 16px;
    line-height: 20px;
    font-weight: 500;
    color: #4C88A0;
    font-size: 16px;
    display: flex;
    width: 120px;
}
.add-client-popup-section-add-contact-button a img {
    margin-right: 10px;
}
.add-client-popup-section-title {
    margin-bottom: 15px;
}
.add-client-popup-add-button-wrapper a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    display: flex;
    transition: 0.6s ease-in-out;
}
.add-client-popup-add-button a {
    border: 2px solid #CED1D2;
    background: #CED1D2;
    color: #FCFCFC;
    width: 100px;
}
.add-client-popup-cancel-button,
.add-client-popup-delete-button {
    margin-right: 30px;
}
.add-client-popup-cancel-button a {
    border: 2px solid #ACB2B5;
    color: #ACB2B5;
    width: 125px;
}
.add-client-popup-delete-button a {
    border: 2px solid #f70909;
    color: #fff;
    width: 125px;
    background-color: #f70909;
}

.add-client-popup-add-button-wrapper {
    box-shadow: 0px -2px 5px 0px #00000008;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 65px;
    background: #FCFCFC;
    margin-top: 60px;
    position: fixed;
    display: flex;
    width: 445px;
    bottom: 0;
    right: 0;
}
.add-client-popup-title p {
    line-height: 25px;
    font-weight: 500;
    color: #656869;
    font-size: 21px;
    margin: 0;
}
.add-client-popup-desc p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
    margin: 0;
}
.add-client-popup-title {
    margin-bottom: 5px;
}
.add-client-popup-title-close {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 0 45px;
    display: flex;
}
.add-client-popup-close-button-wrapper {
    display: none;
}
.add-client-popup-content-wraper {
    height: 100%;
}
form#addClientForm {
    overflow-y: scroll;
    height: 85%;
}
text-field label,
.company-account-manager-list-wrapper label,
.company-discount-list-wrapper label,
.ibl-group-company-list-title p,
.company-status-list-wrapper label {
    margin-bottom: 3px;
    line-height: 18px;
    padding-left: 5px;
    color: #656869;
    font-size: 14px;
    margin-top: 0;
}
.add-client-form-left-right-fields text-field input::placeholder,
.company-account-manager-list-wrapper input::placeholder,
.company-discount-list-wrapper input::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.add-client-popup-info-section {
    margin-bottom: 30px;
    padding: 0 45px;
}
div#add-contact-section {
    margin-bottom: 40px;
    padding: 0 45px;
}
text-field .clientImage label {
    line-height: 18px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    padding-left: 0;
    cursor: pointer;
    margin: 0;
}
.TextFieldContainer.clientImage {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 30px;
    align-items: center;
    position: relative;
    min-height: 60px;
    display: flex;
}
.add-client-form-fields text-field:not(:first-child) .TextFieldContainer {
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
    width: 75%;
}
.add-client-form-fields text-field input {
    padding: 8px 16px;
}
.add-client-form-fields text-field:not(:first-child) .TextFieldContainer input:focus,
.add-client-form-fields .company-account-manager-list-wrapper select:focus, 
.add-client-form-fields .company-discount-list-wrapper select:focus {
    border-color: #4C88A0;
}
.add-client-form-fields .company-account-manager-list-wrapper, 
.company-discount-list-wrapper,
.company-status-list-wrapper {
    margin-bottom: 10px;
    position: relative;
    width: 75%;
}
.add-client-form-fields .company-account-manager-list-wrapper select, 
.add-client-form-fields .company-discount-list-wrapper select {
    padding: 8px 16px;
    color: #ACB2B5;
}
.add-client-form-fields .company-account-manager-list-wrapper:after, 
.add-client-form-fields .company-discount-list-wrapper:after, 
.add-client-form-fields .company-status-list-wrapper:after {
    background: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 17px;
    top: 40px;
}
.ibl-group-company-options-wrapper {
    align-items: center;
    padding-left: 5px;
    display: flex;
}
.ibl-group-company-options-wrapper label {
    align-items: center;
    padding-left: 25px;
    line-height: 18px;
    color: #656869;
    font-size: 14px;
    display: flex;
}
.ibl-group-company-options-wrapper label:before {
    border: 1.5px solid #4C88A0;
    background: #FCFCFC;
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    height: 15px;
    width: 15px;
    content: '';
    left: 0;
    top: 0;
}
.ibl-group-company-options-wrapper input {
    display: none;
}
.ibl-group-company-options-wrapper input:checked+label:after {
    background-color: #4C88A0;
    border-radius: 50%;
    position: absolute;
    height: 12px;
    width: 12px;
    content: '';
    left: 3px;
    top: 3px;
}
.ibl-group-company-option-yes, 
.ibl-group-company-option-no {
    position: relative;
}
.ibl-group-company-option-yes {
    margin-right: 70px;
}
.ibl-group-company-list-title {
    margin-bottom: 15px;
}
.add-client-popup-close-button {
    margin-right: -25px;
}
text-field .TextFieldContainer.clientImage input {
    cursor: pointer;
    width: 60px;
    opacity: 0;
}
text-field .clientImage label:before {
    content: url('/img/upload-icon.svg');
    border: 1px solid #ACB2B5;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    display: flex;
    height: 60px;
    width: 60px;
    left: 0;
    top: 0;
}
.add-client-form-left-right-fields text-field input {
    padding: 10px 16px;
}
.add-client-popup-add-button a:hover, 
.add-client-popup-add-button a:focus {
    background: #4C88A0;
}
.add-client-form-left-right-fields text-field input:active, 
.add-client-form-left-right-fields text-field input:focus {
    border-color: #4C88A0;
    /* border-width: 1px; */
}
.add-client-form-left-right-fields select::placeholder {
    color: #ACB2B5;
}
div#client-discard-changes-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    position: fixed;
    padding: 45px;
    margin: auto;
    height: 20%;
    width: 25%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}
body.discard-popup-active {
    position: relative;
    transition: 0.6s ease-in-out;
}
body.discard-popup-active:after {
    background: #2727271a;
    position: absolute;
    z-index: 999999999;
    min-height: 1000px;
    height: 100%;
    content: '';
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.client-discard-changes-popup-title p {
    line-height: 25px;
    color: #656869;
    font-weight: 500;
    font-size: 21px;
    margin: 0;
}
.client-discard-changes-popup-title {
    margin-bottom: 15px;
}
.client-discard-changes-popup-desc p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    margin: 0;
}
.client-discard-changes-popup-title-close {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    display: flex;
}
.client-discard-changes-popup-close-button {
    margin-right: -25px;
    margin-top: -25px;
}
.client-discard-save-button-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.client-discard-save-button-wrapper a {
    border: 2px solid #4C88A0;
    background: #FCFCFC;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.client-discard-save-button-wrapper > div {
    width: 45%;
}
.client-discard-changes-popup-buttons-wrapper {
    width: 100%;
}
.client-discard-save-button-wrapper .client-save-button a {
    background: #4C88A0;
    color: #FCFCFC;
}
div#add-contact-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 35%;
    width: 35%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.add-contact-popup-title-close {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}
.add-contact-popup-title p {
    line-height: 25px;
    color: #656869;
    font-weight: 500;
    font-size: 21px;
    margin: 0;
}
.add-contact-form-name {
    margin-bottom: 20px;
}
.add-contact-form-fields .TextFieldContainer {
    flex-direction: column;
    display: flex;
}
.add-contact-form-fields text-field input::placeholder {
    color: #ACB2B5;
}
.add-contact-form-fields text-field input {
    padding: 10px 16px;
}
.add-contact-form-phone-email {
    justify-content: space-between;
    display: flex;
}
.add-contact-form-fields text-field {
    display: block;
    width: 49%;
}
.add-client-popup-add-button-wrapper.add-contact-save-btn {
    position: initial;
    margin-top: 80px;
    box-shadow: none;
    width: auto;
    padding: 0;
}
.add-contact-form-fields text-field input:active, 
.add-contact-form-fields text-field input:focus {
    border-color: #4C88A0;
    /* border-width: 1px; */
}
.add-client-popup-add-button-wrapper.add-contact-save-btn.edit-contact-delete-save-btn {
    justify-content: space-between;
}
.edit-contact-delete-save-btn.add-client-popup-add-button-wrapper a {
    width: 175px;
}
.edit-contact-delete-save-btn.add-client-popup-add-button-wrapper .edit-contact-delete-btn a {
    background: transparent;
    border-color: #A2131B;
    color: #A2131B;
}
.edit-contact-delete-save-btn.add-client-popup-add-button-wrapper .edit-contact-save-btn a {
    border-color: #4C88A0;
    background: #4C88A0;
}
div#edit-contact-popup .add-contact-form-fields text-field input {
    color: #656869;
}
div#edit-contact-popup .add-contact-form-fields text-field input:not(:placeholder-shown) {
    border-color: #4c88a0;
    border-width: 1px;
}
.add-client-form-fields text-field:not(:first-child) .TextFieldContainer input, 
.add-client-form-fields .company-account-manager-list-wrapper select, 
.add-client-form-fields .company-discount-list-wrapper select {
    color: #656869;
}
.add-client-form-fields text-field:not(:first-child) .TextFieldContainer input:not(:placeholder-shown) {
    border-color: #4c88a0;
    border-width: 1px;
}
.contact-added .add-contact-section-title-button {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}
.add-client-popup-section-add-contact-container {
    margin-bottom: 10px;
}
.contact-added .add-client-popup-section-title.contacts-title {
    margin-bottom: 0;
}
.new-contact-added-wrapper {
    justify-content: space-between;
    background: #F8F8F8;
    align-items: center;
    border-radius: 5px;
    padding: 15px 25px;
}
.search-contact-wrapper {
    margin-bottom: 10px;
}
.new-contact-added-wrapper {
    display: flex;
}
new-client-contact-info:not(:last-child) .new-contact-added-wrapper {
    margin-bottom: 10px;
}
.manage-contact-button-wrapper {
    align-items: center;
    display: flex;
}
.manage-contact-icons-wrapper {
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    display: flex;
}
.manage-contact-icon:not(:last-child) {
    margin-right: 15px;
}
.manage-contact-icon a {
    justify-content: center;
    align-items: center;
    display: flex;
}
.manage-contact-icons-wrapper:after {
    background: #4c88a01a;
    position: absolute;
    height: 15px;
    margin: auto;
    content: '';
    width: 2px;
    bottom: 0;
    right: 0;
    top: 0;
}
.contact-available p {
    line-height: 18px;
    color: #656869;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.manage-contact-button a {
    text-decoration: none;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
}
div#edit-contact-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 35%;
    width: 35%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.manage-contact-add-contact-button a {
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    font-weight: 500;
    color: #4C88A0;
    font-size: 16px;
    display: flex;
}
.manage-contact-popup-button-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    display: flex;
}
.manage-contact-done-button a {
    border: 2px solid #4C88A0;
    background: #FCFCFC;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    width: 185px;
}
.manage-contact-add-contact-button a img {
    margin-right: 15px;
}
.manage-contact-popup-title-search {
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
.manage-contact-popup-title p {
    line-height: 20px;
    color: #656869;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.manage-contact-popup-title {
    width: 55%;
}
.manage-contact-popup-search input {
    border: 1px solid #4c88a01a;
    padding: 12px 16px 12px 60px;
    background: #FCFCFC;
    border-radius: 10px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    outline: 0;
    width: 75%;
}
.manage-contact-popup-search-wrapper {
    width: 45%;
}
.manage-contact-popup-search {
    position: relative;
}
.manage-contact-popup-search:before {
    content: url('/img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 10px;
}
.manage-contact-popup-search input::placeholder {
    color: #ACB2B5;
}
.manage-contact-title-wrapper {
    justify-content: space-between;
    padding: 0 15px 0 25px;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.manage-contact-name-item {
    justify-content: space-between;
    padding: 15px 15px 15px 25px;
    background: #F8F8F9;
    align-items: center;
    border-radius: 5px;
    display: flex;
}
.manage-contact-title-wrapper p {
    line-height: 18px;
    color: #ACB2B5;
    font-size: 14px;
    margin: 0;
}
.manage-contact-title-wrapper > div {
    width: 32%;
}
.manage-contact-title-wrapper .contact-edit-delete {
    width: 4%;
}
.manage-contact-name-item > div {
    width: 32%;
}
.manage-contact-name-item .contact-edit-delete {
    position: relative;
    width: 4%;
}
.manage-contact-name-item:not(:last-child) {
    margin-bottom: 10px;
}
.manage-contact-name-item p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    margin: 0;
}
.contact-edit-delete-button a {
    justify-content: center;
    align-items: center;
    display: flex;
}
div#contact-edit-delete-popup {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    position: absolute;
    border-radius: 8px;
    padding: 20px 35px;
    min-width: 125px;
    z-index: 5;
    top: 30px;
    right: 0;
}
.contact-edit-delete-popup-overlay-wrapper a {
    text-decoration: none;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
}
.contact-edit-button {
    margin-bottom: 10px;
}
.contact-delete-button a {
    color: #A2131B;
}
.manage-contact-names-wrapper {
    overflow-y: scroll;
    height: 550px;
}
.manage-contact-names-wrapper::-webkit-scrollbar {
    width: 3px;
}
.manage-contact-names-wrapper::-webkit-scrollbar-track {
    background: #EEF0F0; 
}
.manage-contact-names-wrapper::-webkit-scrollbar-thumb {
    background: #CED1D2 
}

/* Campaign Mangement */
.um-campaign-management-wrapper .um-campaign-content-wrapper {
    padding-left: 10px;
    display: block;
}
.um-campaign-management-wrapper campaign-management-lists:not(:last-child) .um-campaign-content-wrapper,
.um-campaign-content-container campaign-lists:not(:last-child) .um-campaign-content-wrapper,
.um-manager-content-container manager-lists:not(:last-child) .um-manager-content-wrapper,
.um-client-content-container client-lists:not(:last-child) .um-client-content-wrapper {
    border-bottom: 1px solid #4c88a01a;
}
.um-campaign-management-wrapper {
    margin-top: 20px;
}
.um-campaign-management-wrapper .um-campaign-title-wrapper {
    padding-left: 10px;
}
.select-campaign {
    width: 3%;
}
.campaign-management-name, 
.client-contact-name, 
.campaign-status, 
.number-of-days {
    width: 15%;
}
.author-name {
    width: 12%;
}
.campaign-more-options-button-wrapper {
    text-align: right;
    width: 5%;
}
.number-of-days {
    text-align: center;
}
.campaign-status {
    text-align: center;
}
.um-campaign-management-wrapper .um-campaign-title-wrapper .campaign-status p, 
.um-campaign-management-wrapper .um-campaign-title-wrapper .number-of-days p {
    justify-content: center;
}
.select-campaign-checkbox input {
    display: none;
}
.select-campaign-checkbox label {
    position: relative;
}
.select-campaign-checkbox label:before {
    background-color: transparent;
    border: 2px solid #4c88a01a;
    position: absolute;
    border-radius: 3px;
    height: 15px;
    content: '';
    width: 15px;
    top: -8px;
    left: 0;
    transition: 0.6s ease-in-out;
}
.select-campaign-checkbox input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    bottom: -5px;
    height: 7px;
    content: '';
    width: 3px;
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.select-campaign-checkbox input:checked+label:before {
    border: 2px solid #4c88a0;
    background-color: #4c88a0;
}
.um-campaign-management-wrapper .um-campaign-content-wrapper .campaign-management-name p {
    color: #4C88A0;
    font-weight: 500;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .campaign-status p {
    border-radius: 15px;
    width: fit-content;
    padding: 2px 15px;
    line-height: 18px;
    font-size: 14px;
    margin: 0 auto;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .campaign-status p.Active {
    background: #91cc5640;
    color: #91CC56;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .campaign-status p.Inactive {
    background: #65686940;
    color: #656869;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .campaign-status p.Draft {
    background: #ff800b40;
    color: #FF800B;
}
.um-campaign-management-wrapper .um-campaign-content-wrapper .client-contact-name p {
    color: #4C88A0;
    font-weight: 500;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .author-name p {
    color: #4C88A0;
}
.um-campaign-inner-wrapper .author-name p.author-email {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.campaign-button-container,
.client-button-container, 
.author-button-container, 
.campaign-search .date-range-button-container {
    margin-right: 10px;
}
.campaign-search .search-keywords {
    margin-right: 15px;
}

/* Create New Campaign Steps */
.create-campaign-steps-wrapper p {
    margin: 0;
}
.bread-crumb-wrapper p {
    line-height: 18px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.bread-crumb-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
bread-crumb {
    position: absolute;
    left: 125px;
    top: 40px;
}
.bread-crumb-arrow img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bread-crumb-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
}
.create-campaign-steps-wrapper {
    margin: 45px auto 0;
    margin-top: 45px;
    max-width: 70%;
}
.steps-content-button-wrapper {
    margin: 45px auto 0;
    max-width: 85%;
}
.bread-crumb-arrow {
    margin: 0 15px;
}
.bread-crumb2 p, 
.bread-crumb3 p {
    color: #4C88A0;
}
.bread-crumb-arrow.bread-crumb-arrow2 {
    display: none;
}
.campaign-kpi .bread-crumb-arrow.bread-crumb-arrow2 {
    display: flex;
}
.campaign-kpi .bread-crumb2 p,
.campaign-kpi .bread-crumb-arrow1 svg path {
    color: #ACB2B5;
    fill: #ACB2B5;
}
.steps-next-button {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.steps-next-button a {
    border: 2px solid #ACB2B5;
    text-decoration: none;
    background: #ACB2B5;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
    color: #FCFCFC;
    min-width: 150px;
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
}
.steps-number-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    display: flex;
}
.step-number-inner-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: flex;
}
.create-campaign-step2-wrapper .step-number1 .step-number-inner-wrapper,
.create-campaign-step3-wrapper .step-number1 .step-number-inner-wrapper,
.create-campaign-step3-wrapper .step-number2 .step-number-inner-wrapper,
.create-campaign-step4-wrapper .step-number1 .step-number-inner-wrapper,
.create-campaign-step4-wrapper .step-number2 .step-number-inner-wrapper,
.create-campaign-step4-wrapper .step-number3 .step-number-inner-wrapper {
    cursor: pointer;
}
.step-number {
    justify-content: center;
    background: #CED1D2;
    align-items: center;
    margin-right: 20px;
    border-radius: 50%;
    display: flex;
    height: 24px;
    width: 24px;
    transition: 0.6s ease-in-out;
}
.step-number p {
    line-height: 18px;
    color: #FCFCFC;
    font-weight: 500;
    font-size: 14px;
}
.step-number-wrapper.selected .step-number,
.create-campaign-step2-wrapper .step-number1 .step-number,
.create-campaign-step3-wrapper .step-number1 .step-number,
.create-campaign-step3-wrapper .step-number2 .step-number,
.create-campaign-step4-wrapper .step-number1 .step-number,
.create-campaign-step4-wrapper .step-number2 .step-number,
.create-campaign-step4-wrapper .step-number3 .step-number {
    background: #4C88A0;
}
.step-text p {
    line-height: 20px;
    color: #CED1D2;
    font-weight: 500;
    font-size: 16px;
    transition: 0.6s ease-in-out;
}
.step-number-wrapper.selected .step-text p,
.create-campaign-step2-wrapper .step-number1 .step-text p,
.create-campaign-step3-wrapper .step-number1 .step-text p,
.create-campaign-step3-wrapper .step-number2 .step-text p,
.create-campaign-step4-wrapper .step-number1 .step-text p,
.create-campaign-step4-wrapper .step-number2 .step-text p,
.create-campaign-step4-wrapper .step-number3 .step-text p {
    color: #4C88A0;
}
.step-number-wrapper:not(:last-child) .step-number-inner-wrapper:after {
    background: #CED1D2;
    position: absolute;
    right: -95px;
    margin: auto;
    content: '';
    width: 75px;
    height: 1px;
    bottom: 0;
    top: 0;
}
.steps-title-wrapper {
    max-width: 85%;
    margin: 0 auto;
}
.step-top-title {
    margin-bottom: 10px;
}
.step-top-title p {
    line-height: 18px;
    color: #656869;
    font-size: 16px;
}
.step-main-title p {
    line-height: 25px;
    color: #656869;
    font-weight: 500;
    font-size: 21px;
}
.campaign-step-wrapper .TextFieldContainer {
    flex-direction: column;
    margin-bottom: 40px;
    display: flex;
}
.campaign-step-wrapper text-field input::placeholder {
    color: #ACB2B5;
}
.campaign-step-wrapper .TextFieldContainer input:active, 
.campaign-step-wrapper .TextFieldContainer input:focus {
    border-color: #4C88A0;
}
.campaign-select-client-container {
    margin-bottom: 40px;
}
.campaign-select-client-container p, 
.campaign-season-wrapper p {
    margin-bottom: 3px;
    line-height: 18px;
    padding-left: 5px;
    color: #656869;
    font-size: 14px;
    margin-top: 0;
}
.select-client-button {
    border: 2px solid #4c88a01a;
    justify-content: flex-start;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 400;
    font-size: 16px;
    outline: 0;
}
.select-client-button-wrapper.popup-button-wrapper:before {
    right: 30px;
    top: 20px;
}
.campaign-date-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    display: flex;
}
.campaign-date-wrapper .campaign-start-date, 
.campaign-date-wrapper .campaign-end-date {
    width: 100%;
}
.campaign-step-wrapper .campaign-date-wrapper .TextFieldContainer {
    margin-bottom: 0;
}
.campaign-date-wrapper .campaign-start-date {
    padding-right: 15px;
}
.campaign-date-wrapper .campaign-end-date {
    padding-left: 15px;
}
.campaign-date-dash {
    justify-content: center;
    align-items: center;
    line-height: 20px;
    color: #000000;
    min-height: 50px;
    font-size: 16px;
    display: flex;
}
.campaign-season-wrapper {
    margin-bottom: 60px;
}
.campaign-season-list-wrapper {
    position: relative;
}
.campaign-season-list-wrapper select {
    border: 2px solid #4c88a01a;
    justify-content: flex-start;
    background: #FCFCFC;
    align-items: center;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    width: 100%;
    outline: 0;
    transition: 0.6s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.campaign-season-list-wrapper:before {
    background: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 7px;
    width: 12px;
    content: '';
    right: 30px;
    top: 20px;
    transition: 0.6s ease-in-out;
}
div#select-client-popup {
    border: 2px solid #4c88a01a;
    width: calc(100% - 4px);
    background: #FCFCFC;
    padding: 35px 0 20px;
    border-radius: 8px;
    box-shadow: none;
    z-index: 10;
    top: 50px;
    transition: 0.6s ease-in-out;
}
.select-client-button-wrapper.popup-button-wrapper {
    z-index: 12;
}
.select-client-button-wrapper.popup-button-wrapper.focused .popup-button {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
}
.select-client-popup-wrapper.popup-overlay-wrapper ul {
    overflow-y: hidden;
    min-height: 200px;
    padding: 0 50px;
    height: 100%;
}
.select-client-popup-wrapper .popup-search input {
    min-width: calc(100% - 80px);
    padding: 15px 15px 15px 65px;
    width: calc(100% - 80px);
    background: #FCFCFC;
}
.search-select-client.popup-search {
    position: relative;
    padding: 0 25px;
}
.search-select-client.popup-search:before {
    background: url('/img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    width: 24px;
    content: '';
    left: 45px;
    top: 12px;
}
.campaignClient-popup-add-new-client-wrapper {
    border-top: 1px solid #4c88a01a;
    padding-top: 20px;
}
.campaignClient-popup-add-new-client-button a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    display: flex;
}
.campaignClient-popup-add-new-client-button a img {
    margin-right: 15px;
}
.campaignClient-popup-add-new-client-button {
    justify-content: center;
    align-items: center;
    display: flex;
}
.select-client-popup-wrapper.popup-overlay-wrapper ul li {
    padding-bottom: 15px;
}
.select-client-popup-wrapper.popup-overlay-wrapper ul li label {
    font-weight: 400;
    padding-left: 0;
}
.select-client-popup-wrapper.popup-overlay-wrapper ul li label:before {
    display: none;
}
.select-client-popup-wrapper.popup-overlay-wrapper ul li input:checked+label {
    color: #4C88A0;
    font-weight: 500;
}
.select-client-popup-wrapper.popup-overlay-wrapper ul li input:checked+label:after {
    display: none;
}
.form-options-wrapper:not(:last-child) {
    margin-bottom: 20px;
}
.form-options-title-wrapper p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.form-options-select-all-wrapper a {
    text-decoration: none;
    line-height: 18px;
    color: #4c88a0;
    font-weight: 500;
    font-size: 14px;
}
.form-options-fields-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex;
}
.form-options-fields-wrapper .CheckboxFieldContainer {
    box-shadow: 0 1px 10px #0000001a;
    padding: 10px 30px 10px 10px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.6s ease-in-out;
}
.form-options-fields-wrapper checkbox-field label {
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    position: relative;
    line-height: 18px;
    margin-bottom: 0;
    color: #656869;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    margin-top: 0;
    height: 25px;
}
.form-options-fields-wrapper checkbox-field input {
    display: none;
}
.form-options-fields-wrapper checkbox-field label:before {
    border: 2px solid #4c88a01a;
    background-color: #FCFCFC;
    position: absolute;
    border-radius: 3px;
    height: 20px;
    content: '';
    width: 20px;
    left: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.form-options-fields-wrapper checkbox-field input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    height: 13px;
    content: '';
    bottom: 6px;
    width: 5px;
    left: 8px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.form-options-fields-wrapper checkbox-field input:checked+label:before {
    border: 2px solid #4c88a0;
    background-color: #4c88a0;
}
.form-options-title-all-wrapper {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
.form-options-title-wrapper {
    margin-right: 150px;
}
.form-options-fields-wrapper .CheckboxFieldContainer:focus, 
.form-options-fields-wrapper .CheckboxFieldContainer:active, 
.form-options-fields-wrapper .CheckboxFieldContainer:hover {
    border: 1px solid #4c88a04d;
}
form#campaignForm .form-options-wrapper:not(:first-child) .form-options-select-all-wrapper {
    display: none;
}
.select-ethnicity-wrapper {
    max-width: 75%;
}
.select-district-wrapper {
    max-width: 85%;
}
.select-age-wrapper {
    max-width: 60%;
}
.select-lifeStage-wrapper {
    max-width: 85%;
}
.select-revenue-wrapper {
    max-width: 80%;
}
.next-btn-step2 {
    margin-top: 90px;
}
.next-btn-step1 {
    margin-top: 85px;
}
.form-choice-fields-wrapper {
    display: flex;
}
.choose-industry-option-no {
    margin-right: 25px;
}
.choose-industry-wrapper.form-options-wrapper {
    margin-bottom: 50px;
}
.choose-industry-option-yes, 
.choose-industry-option-no {
    position: relative;
}
.form-choice-fields-wrapper input {
    display: none;
}
.form-choice-fields-wrapper label {
    align-items: center;
    padding-left: 25px;
    line-height: 18px;
    color: #656869;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    height: 20px;
}
.form-choice-fields-wrapper label:before {
    border: 1.5px solid #4C88A0;
    background: #FCFCFC;
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    height: 15px;
    width: 15px;
    content: '';
    left: 0;
    top: 0;
}
.form-choice-fields-wrapper input:checked+label:after {
    background-color: #4C88A0;
    border-radius: 50%;
    position: absolute;
    height: 12px;
    width: 12px;
    content: '';
    left: 3px;
    top: 3px;
}
.select-industry-wrapper {
    max-width: 85%;
}
.use-generated-wrapper {
    background: #83c9e13b;
    border-radius: 5px;
    padding: 10px 25px;
}
.use-generated-option {
    position: relative;
}
.form-options-main-title-wrapper {
    background: #F4F4F4;
    margin-bottom: 15px;
    margin-right: -10px;
    border-radius: 8px;
    margin-left: -20px;
    padding: 7px 25px;
}
.form-options-main-title p {
    line-height: 18px;
    color: #656869;
    font-weight: 600;
    font-size: 14px;
}
.select-tv-wrapper .form-options-fields-wrapper {
    max-width: 85%;
}
.select-radio-wrapper .form-options-fields-wrapper {
    max-width: 90%;
}
.select-malls-wrapper {
    max-width: 95%;
}
.next-btn-step4 {
    margin-top: 150px;
}
.create-campaign-step4-wrapper .steps-content-button-wrapper {
    margin-top: 30px;
}
.form-options-fields-wrapper.form-accordion-wrapper {
    flex-direction: column;
    width: 100%;
}
.form-accordion-wrapper.form-options-fields-wrapper .CheckboxFieldContainer {
    margin-right: 0;
}
.accordion {
    width: 100%;
}
.form-accordion-wrapper.form-options-fields-wrapper checkbox-field label {
    justify-content: flex-start;
}
.form-accordion-wrapper .accordion-card {
    box-shadow: 0 1px 10px #0000001a;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 15px;
    transition: 0.6s ease-in-out;
}
.form-accordion-wrapper.form-options-fields-wrapper .CheckboxFieldContainer {
    box-shadow: none;padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
}
.accordion-title {
    position: relative;
}
.accordion-title:after {
    background: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 14px;
    content: '';
    width: 14px;
    right: 0;
    top: 8px;
}
.form-accordion-wrapper .accordion-content-wrapper {
    padding-top: 20px;
    flex-wrap: wrap;
    display: flex;
}
.form-accordion-wrapper.form-options-fields-wrapper .accordion-content-wrapper .CheckboxFieldContainer {
    box-shadow: 0 1px 10px #0000001a;
    padding: 10px 30px 10px 10px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 5px;
    margin-right: 20px;
    width: fit-content;
}
.accordion-panel {
    transition: 0.6s ease-in-out;
}
.accordion-title.is-open + .accordion-panel {
    display: block !important;
}
.select-pressDailies-wrapper {
    max-width: 85%;
}
.select-pressWeeklies-wrapper {
    max-width: 90%;
}

/* Pre-Campaing Data insights */
.pre-campaign-name-buttons {
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    display: flex;
}
.pre-campaign-name-wrapper {
    width: 50%;
}
.pre-campaign-buttons-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 50%;
}
.pre-campaign-data-dashboard-wrapper p {
    margin: 0;
}
.pre-campaign-name-title p {
    line-height: 25px;
    color: #656869;
    font-weight: 500;
    font-size: 21px;
}
.pre-campaign-name-subtitle p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
}
.pre-campaign-name-title {
    align-items: center;
    margin-bottom: 5px;
    display: flex;
}
.pre-campaign-data-dashboard-wrapper {
    margin-left: 20px;
    margin-top: 30px;
}
a.pre-campaign-button {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    text-decoration: none;
    align-items: center;
    border-radius: 5px;
    line-height: 22px;
    padding: 6px 16px;
    color: #4C88A0;
    font-weight: 500;
    min-height: 24px;
    font-size: 18px;
    display: flex;
}
.pre-campaign-button-wrapper:not(:first-child) {
    margin-left: 20px;
}
.pre-campaign-button-icon {
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    display: flex;
}
.pre-campaign-budget-notes-wrapper {
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
}
.pre-campaign-budget-objectives-wrapper {
    margin-right: 7px;
    width: 50%;
}
.pre-campaign-notes-wrapper {
    position: relative;
    margin-left: 7px;
    width: 50%;
}
.pre-campaign-budget-date-days-wrapper {
    margin-bottom: 15px;
    display: flex;
}
.pre-campaign-budget-date-days-wrapper > div:not(:last-child) {
    margin-right: 15px;
}
.pre-campaign-budget-wrapper {
    width: 25%;
}
.pre-campaign-days-wrapper {
    width: 20%;
}
.pre-campaign-date-wrapper {
    width: 55%;
}
.objective-first-line, 
.objective-second-line {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
span.objectives-separator {
    color: #CED1D2;
    font-weight: 600;
    margin: 0 15px;
}
.pre-campaign-box-wrapper {
    border: 2px solid #4c88a01a;
    padding: 10px 20px 25px;
    background: #FFFFFF;
    border-radius: 10px;
    transition: 0.6s ease-in-out;
}
.pre-campaign-box-title {
    margin-bottom: 20px;
}
.pre-campaign-box-title p {
    line-height: 17px;
    color: #4C88A0;
    font-size: 13px;
}
.pre-campaign-objectives-wrapper .pre-campaign-box-title {
    margin-bottom: 10px;
}
.pre-campaign-box-text p {
    line-height: 26px;
    color: #656869;
    font-size: 22px;
}
.pre-campaign-objectives-wrapper .pre-campaign-box-text p {
    line-height: 20px;
    font-size: 16px;
}
.objective-first-line {
    margin-bottom: 3px;
}
.pre-campaign-notes-wrapper .pre-campaign-box-title {
    margin-bottom: 60px;
}
.pre-campaign-notes-box-text {
    margin-bottom: 15px;
    text-align: center;
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.pre-campaign-notes-box-btn a {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
    line-height: 22px;
    padding: 6px 16px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 18px;
    display: block;
}
.pre-campaign-notes-box-btn {
    justify-content: center;
    align-items: center;
    display: flex;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper {
    padding-bottom: 70px;
}
.campaign-graph-wrapper {
    border: 2px solid #4c88a01a;
    padding: 10px 75px 50px 30px;
    background: #FFFFFF;
    border-radius: 10px;
}
.campaign-graph-title-wrapper {
    margin-bottom: 25px;
    margin-left: -5px;
}
.campaign-graph-title-wrapper p {
    line-height: 17px;
    color: #4C88A0;
    font-size: 13px;
}
.campaign-graph-kpi-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.campaign-graph-kpi-wrapper > div:not(:last-child) {
    margin-right: 80px;
}
.campaign-kpi-title {
    margin-bottom: 10px;
}
.campaign-kpi-title p {
    line-height: 36px;
    color: #656869;
    font-size: 32px;
}
.campaign-kpi-title p span {
    line-height: 24px;
    font-size: 18px;
}
.campaign-kpi-text p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
}
.campaign-kpi-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.information-icon-img {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.information-icon-wrapper {
    position: relative;
    margin-left: 10px;
}
.information-icon-text {
    background: #F1F1F1;
    position: absolute;
    border-radius: 5px;
    width: fit-content;
    padding: 7px 25px;
    min-width: 100px;
    min-height: 30px;
    top: -25px;
    left: 40px;
}
.information-icon-text p {
    line-height: 16px;
    color: #656869;
    font-size: 12px;
}
.campaign-graph-bar-pie-wrapper {
    margin-bottom: 45px;
    margin-top: 70px;
    display: flex;
}
.campaign-bar-wrapper {
    width: 35%;
}
.campaign-pie-wrapper {
    width: 30%;
}
.campaign-bar-title, 
.campaign-pie-title, 
.campaign-map-title {
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    display: flex;
}
.campaign-map-wrapper {
    width: 65%;
}
.campaign-graph-bar-map-wrapper {
    display: flex;
}
g.highcharts-axis.highcharts-yaxis path.highcharts-axis-line {
    transform: translate(21px, -1px);
    stroke-width: 0.5px;
}
g.highcharts-axis.highcharts-xaxis path.highcharts-axis-line {
    transform: translate(0px, -1px);
}
g.highcharts-axis-labels.highcharts-yaxis-labels {
    transform: translate(15px, -15px);
}
.campaign-map {
    background: #F4F4F4;
    border-radius: 10px;
    min-height: 210px;
    margin-top: 15px;
}
div#br-piechart-container, 
div#br2-piechart-container {
    height: 260px;
    width: 260px;
}
.data-per-media-wrapper {
    margin-top: 20px;
}
.campaign-graph-media-point-wrapper {
    margin-bottom: 30px;
}
.campaign-graph-media-point-title {
    margin-bottom: 2px;
    margin-left: 5px;
}
.campaign-graph-media-point-title p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.campaign-graph-media-point-select select {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 10px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    outline: 0;
}
.campaign-graph-media-point-select {
    position: relative;
    width: 45%;
}
.campaign-graph-media-point-select:after {
    background: url('/img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 22px;
    top: 20px;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.active {
    box-shadow: 0 1px 15px #0000001a;
    width: calc( 100% - 44px);
    background: #ffffff;
    position: absolute;
    z-index: 5;
}
.pre-campaign-notes-box-content-active {
    display: none;
}
.pre-campaign-notes-box-content-filled {
    display: none;
}
.pre-campaign-box-wrapper.active .pre-campaign-notes-box-content {
    display: none;
}
.pre-campaign-box-wrapper.active .pre-campaign-notes-box-content-active {
    display: block;
}
textarea#notesTextArea {
    width: 100% !important;
    min-height: 400px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    outline: 0;
    padding: 0;
    border: 0;
}
textarea#notesTextArea::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.active .pre-campaign-box-title {
    margin-bottom: 25px;
}
.notes-format-save-btns {
    justify-content: space-between;
    padding: 15px 20px 15px 5px;
    align-items: center;
    position: relative;
    display: flex;
    bottom: -70px;
}
.notes-format-save-btns:before {
    width: calc( 100% + 44px);
    background: #EEF0F0;
    position: absolute;
    height: 1px;
    content: '';
    left: -22px;
    right: 0;
    top: 0;
}
.notes-format-btns-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 65%;
}
.notes-save-btns-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 35%;
}
.notes-format-font-btns-wrapper, 
.notes-format-align-btns-wrapper, 
.notes-format-list-btns-wrapper {
    justify-content: space-around;
    display: flex;
}
.notes-format-font-btns-wrapper, 
.notes-format-align-btns-wrapper {
    position: relative;
    margin-right: 25px;
}

.notes-format-font-btns-wrapper:after, 
.notes-format-align-btns-wrapper:after {
    background: #EEF0F0;
    position: absolute;
    height: 25px;
    content: '';
    width: 1px;
    top: -2px;
    right: 0;
}
.notes-format-font-btns-wrapper > div, 
.notes-format-align-btns-wrapper > div {
    padding-right: 25px;
}
.notes-format-font-btns-wrapper > div > div, 
.notes-format-align-btns-wrapper > div > div, 
.notes-format-list-btns-wrapper > div > div {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.notes-discard-changes-btn {
    margin-right: 40px;
}
.notes-save-btns-wrapper a {
    text-decoration: none;
    line-height: 18px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 14px;
}
.notes-save-btns-wrapper .notes-save-btn a {
    color: #CED1D2;
}
textarea#notesTextArea:focus + .notes-format-save-btns .notes-save-btns-wrapper .notes-save-btn a {
    color: #4C88A0;
}
.pre-campaign-box-wrapper.filled .pre-campaign-notes-box-content {
    display: none;
}
.pre-campaign-box-wrapper.filled .pre-campaign-notes-box-content-filled {
    display: block;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.filled .pre-campaign-box-title {
    margin-bottom: 25px;
}
.notes-filled-text p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    max-width: 95%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.notes-filled-date p {
    line-height: 18px;
    color: #ACB2B5;
    font-size: 14px;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.filled {
    position: relative;
    min-height: 145px;
}
.notes-filled-date {
    position: absolute;
    bottom: 20px;
}
.box-edit-btn a {
    text-decoration: none;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
}
.box-edit-btn {
    position: absolute;
    display: none;
    right: 25px;
    top: 15px;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.focus .notes-filled-edit-btn {
    display: block;
}
.pre-campaign-box-wrapper.focus .pre-campaign-notes-box-content {
    display: none;
}
.pre-campaign-box-wrapper.focus .pre-campaign-notes-box-content-filled {
    display: block;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.focus .pre-campaign-box-title {
    margin-bottom: 25px;
}
.pre-campaign-notes-wrapper .pre-campaign-box-wrapper.focus {
    background: #F9FCFD;
    position: relative;
    min-height: 145px;
}
#preCampaignBudgetBox, 
#preCampaignDateBox, 
#preCampaignObjectivesBox {
    position: relative;
}
#preCampaignBudgetBox .box-edit-btn, 
#preCampaignDateBox .box-edit-btn, 
#preCampaignObjectivesBox .box-edit-btn {
    right: 15px;
    top: 8px;
}
.pre-campaign-box-wrapper.focus {
    background: #F9FCFD;
}
.pre-campaign-box-wrapper.focus .box-edit-btn {
    display: block;
}
.pre-campaign-box-wrapper.active {
    background: #F9FCFD;
}
.pre-campaign-box-wrapper.active .pre-campaign-box-title {
    margin-bottom: 5px;
}
.pre-campaign-box-text-active {
    transition: 0.6s ease-in-out;
    display: none;
}
.pre-campaign-box-wrapper.active .pre-campaign-box-text {
    display: none;
}
.pre-campaign-box-wrapper.active .pre-campaign-box-text-active {
    display: block;
}
.pre-campaign-box-text-active text-field label {
    padding: 0;
}
.pre-campaign-box-text-active text-field input {
    width: calc(100% - 25px);
    padding: 7px 16px;
    margin-left: -5px;
    line-height: 19px;
    font-size: 15px;
}
.pre-campaign-box-text-active text-field input::placeholder {
    line-height: 19px;
    color: #ACB2B5;
    font-size: 15px;
}
.box-cancel-update-btns-wrapper {
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    display: flex;
    bottom: 5px;
    right: 20px;
}
.box-cancel-update-btns-wrapper a {
    text-decoration: none;
    line-height: 18px;
    color: #9A9D9E;
    font-weight: 500;
    font-size: 14px;
}
.box-cancel-btn {
    margin-right: 12px;
}
.box-update-btn a {
    color: #4C88A0;
}
.pre-campaign-budget-objectives-wrapper .pre-campaign-box-wrapper {
    min-height: 70px;
}
.campaign-date-fields-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.campaign-date-fields-wrapper text-field .date-from {
    margin-right: 7px;
}
.campaign-date-fields-wrapper text-field .date-to {
    margin-left: 7px;
    margin-right: 0;
}
.pre-campaign-date-wrapper .pre-campaign-box-text-active text-field input {
    width: calc(100% - 30px);
    margin: 0;
}
.box-objectives-checkbox-wrapper.form-options-fields-wrapper checkbox-field label {
    line-height: 17px;
    font-size: 13px;
}
#preCampaignObjectivesBox.pre-campaign-box-wrapper.active {
    box-shadow: 0 1px 15px #0000001a;
    position: absolute;
    min-height: 160px;
    z-index: 5;
}
.pre-campaign-objectives-wrapper {
    position: relative;
}

/* Single Media Plan & Budget Control */
.single-media-budget-objectives-wrapper .pre-campaign-budget-objectives-wrapper {
    margin-right: 0;
    display: flex;
    width: 100%;
}
.single-media-budget-objectives-wrapper .pre-campaign-budget-date-days-wrapper {
    margin-right: 15px;
    width: 50%;
}
.single-media-budget-objectives-wrapper .pre-campaign-discount-objectives-wrapper {
    display: flex;
    width: 50%;
}
.pre-campaign-discount-wrapper {
    margin-right: 15px;
    width: 20%;
}
.single-media-budget-objectives-wrapper .pre-campaign-objectives-wrapper {
    width: 80%;
}
.single-media-budget-objectives-wrapper .pre-campaign-box-wrapper {
    padding-bottom: 10px;
    min-height: 80px;
}
.single-media-top-buttons-wrapper {
    box-shadow: 0 1px 15px #0000001a;
    padding: 15px 50px 15px 125px;
    background: #E9FAFF;
    position: relative;
    left: -125px;
    width: 100%;
    top: -25px;
}
.single-media-top-buttons {
    justify-content: flex-end;
    display: flex;
}
.single-media-top-buttons > div:not(:last-child) {
    margin-right: 15px;
}
.single-media-btn a {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    text-decoration: none;
    align-items: center;
    border-radius: 5px;
    line-height: 22px;
    padding: 6px 16px;
    color: #4C88A0;
    font-weight: 500;
    min-height: 24px;
    font-size: 18px;
    display: flex;
}
.single-media-plan-wrapper bread-crumb {
    top: 100px;
}
.single-media-btn.approve-media-btn a {
    background: #91CC56;
    color: #FCFCFC;
}
.single-media-btn.save-draft-btn a {
    border-color: #4C88A0;
}
.single-media-plan-wrapper .pre-campaign-data-dashboard-wrapper {
    margin-left: -10px;
}
.single-media-kpi-report-btn-wrapper {
    align-items: center;
    margin-bottom: 35px;
    display: flex;
}
.single-media-kpi-report-btn-wrapper .pre-campaign-button-wrapper:not(:last-child) {
    margin-right: 10px;
}
.single-media-kpi-report-btn-wrapper .pre-campaign-button-wrapper:not(:first-child) {
    margin-left: 0;
}
.single-media-kpi-report-btn-wrapper a.pre-campaign-button {
    border-radius: 50px;
    padding: 16px 25px;
}
.single-media-kpi-report-btn-wrapper .pre-campaign-button-icon {
    margin-right: 12px;
}
.pre-campaign-budget-notes-wrapper.single-media-budget-objectives-wrapper {
    margin-bottom: 0;
}
.budget-control-wrapper {
    width: 95%;
}
.budget-control-title p {
    line-height: 25px;
    color: #656869;
    font-weight: 500;
    font-size: 21px;
}
.budget-control-title {
    margin-bottom: 20px;
    margin-left: 20px;
}
.budget-control-details-wrapper {
    justify-content: space-between;
    display: flex;
}
.budget-control-details-wrapper > div {
    justify-content: flex-end;
    flex-direction: column;
    display: flex;
    width: 50%;
}
.budget-control-global-wrapper {
    margin-right: 25px;
}
.budget-control-details-wrapper > .budget-control-supplier-wrapper {
    margin-left: 25px;
}
.budget-control-global-title {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 35px;
}
.budget-control-global-title p {
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
}
.budget-control-content-wrapper {
    border: 1px solid #4c88a01a;
    border-radius: 10px;
    padding: 20px;
}
.budget-control-client-supplier-wrapper {
    justify-content: center;
    display: flex;
}
.budget-control-content-title {
    border-bottom: 2px solid #4c88a01a;
    padding-bottom: 10px;
    padding-left: 8px;
}
.budget-control-supplier-wrapper > .budget-control-content-title {
    padding-left: 20px;
}
.budget-control-egr-nd-wrapper {
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 5px;
    display: flex;
}
.budget-control-nr-md-wrapper {
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 5px;
    display: flex;
}
.budget-control-ac-nc-wrapper {
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 5px;
    display: flex;
}
.budget-control-amt-box-title {
    margin-bottom: 10px;
}
.budget-control-amt-box-title p {
    line-height: 17px;
    color: #4C88A0;
    font-size: 13px;
}
.budget-control-amt-box {
    min-width: 140px;
}
.budget-control-amt-box-content p {
    line-height: 28px;
    color: #656869;
    font-size: 24px;
}
.budget-control-amt-box-title p span {
    line-height: 16px;
    margin-left: 10px;
    color: #A5A5A5;
    font-size: 12px;
}
.budget-control-net-revenue-wrapper, 
.budget-control-commission-wrapper {
    background: #4c88a00a;
    border-radius: 10px;
    padding: 13px 30px;
}
.budget-control-content-title p {
    line-height: 20px;
    color: #A5A5A5;
    font-weight: 500;
    font-size: 16px;
}
.budget-control-client-wrapper {
    width: 50%;
}
.budget-control-client-supplier-wrapper > .budget-control-supplier-wrapper {
    width: 50%;
}
.budget-control-client-inner-wrapper {
    border-right: 2px solid #4c88a01a;
    padding-right: 15px;
    padding-top: 35px;
}
.budget-control-supplier-inner-wrapper {
    padding-left: 15px;
    padding-top: 20px;
}
.budget-control-ga-wrapper {
    margin-left: 6px;
}
.budget-control-net-revenue-wrapper .budget-control-amt-box-content p, 
.budget-control-commission-wrapper .budget-control-amt-box-content p {
    font-weight: 600;
    color: #4C88A0;
}
.budget-control-ga-wrapper .budget-control-amt-box-title p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.budget-control-ga-wrapper .budget-control-amt-box-title {
    margin-bottom: 3px;
    margin-left: 5px;
}
.budget-control-ga-wrapper text-field label {
    padding: 0;
}
.budget-control-ga-wrapper text-field input {
    width: calc(100% - 30px);
    padding: 8px 15px;
}
.budget-control-ga-wrapper text-field input::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.budget-control-ga-wrapper a {
    justify-content: flex-end;
    text-decoration: none;
    margin-bottom: 18px;
    line-height: 20px;
    color: #4C88A0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
}
.budget-control-supplier-title-wrapper {
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
    margin-left: 15px;
    display: flex;
    width: 85%;
}
.budget-control-supplier-title-wrapper label {
    margin-bottom: 3px;
    line-height: 18px;
    color: #656869;
    margin-left: 5px;
    font-size: 14px;
}
.budget-control-supplier-title-wrapper select {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 10px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.budget-control-supplier-title-wrapper:after {
    background: url('/img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 30px;
    top: 40px;
}
.search-contact-wrapper input.search-field {
    border: 1px solid #4c88a01a;
    padding: 12px 16px 12px 65px;
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    outline: 0;
    width: 100%;
}
.search-contact-wrapper input.search-field::placeholder {
    font-family: 'Heebo', sans-serif;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.search-contact-wrapper {
    position: relative;
    width: 45%;
}
.search-contact-wrapper:before {
    background: url('/img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    width: 24px;
    content: '';
    left: 20px;
    top: 12px;
}
.fc-toolbar-chunk.calendar-title-button-wrapper > div {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.single-media-graph-wrapper {
    margin-bottom: 50px;
}
.fc-datagrid-cell.media-plan .fc-icon {
    display: none;
}
.fc-direction-ltr .fc-datagrid-expander {
    margin: 0;
}
td.fc-datagrid-cell.fc-resource.media-plan {
    justify-content: space-between;
    align-items: center;
    margin-right: 2.5px;
    display: flex;
}
.resource-duration, 
.event-duration {
    align-items: center;
    display: flex;
}
.fc-toolbar-chunk.calendar-title-button-wrapper {
    background: #4c88a01f;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 7px 15px;
    height: 38px;
    width: 50%;
}
.fc-toolbar-chunk.calendar-title-button-wrapper button, 
.fc-toolbar-chunk.calendar-title-button-wrapper button.fc-button-primary:active, 
.fc-toolbar-chunk.calendar-title-button-wrapper button.fc-button-primary:focus, 
.fc-toolbar-chunk.calendar-title-button-wrapper button.fc-button-primary:hover {
    box-shadow: none !important;
    background: transparent;
    outline: 0 !important;
    color: #4C88A0;
    height: 24px;
    padding: 0;
    border: 0;
}
.fc-toolbar-chunk.calendar-title-button-wrapper button span.fc-icon.fc-icon-chevron-right:focus-visible {
    outline: 0;
}
.fc-toolbar-chunk.calendar-title-button-wrapper .fc-toolbar-title {
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    height: 18px;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 5px;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-button-group {
    border: 1px solid #4c88a01a;
    background: #EEF0F0;
    border-radius: 5px;
    padding: 3px;
    height: 38px;
    width: 100%;
}
.fc-toolbar-chunk.week-selector-title-button-wrapper {
    margin-bottom: 4px;
    margin-right: 6px;
    width: 20%;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-button-group button,
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-button-group button.fc-button-primary:focus {
    background: transparent;
    border-radius: 3px;
    line-height: 20px;
    font-weight: 500;
    color: #ACB2B5;
    box-shadow: none;
    font-size: 16px;
    padding: 4px;
    width: 50%;
    border: 0;
}
.fc-header-toolbar.fc-toolbar.fc-toolbar-ltr .fc-button-group button.fc-button-active.fc-button-active {
    background: #FCFCFC;
    color: #4C88A0;
}
span.fc-datagrid-cell-main {
    line-height: 18px;
    color: #656869;
    font-weight: 500;
    font-size: 14px;
}
.fc .fc-datagrid-header .fc-datagrid-cell-frame {
    height: 50px !important;
    justify-content: center;
    background: #EEEEEE;
    border-radius: 5px;
    margin-bottom: 7px;
}
.fc .fc-datagrid-header .fc-datagrid-cell-frame .fc-datagrid-cell-cushion {
    padding: 0;
}
.fc-theme-standard td, .fc-theme-standard th {
    border: 0;
}
.fc-theme-standard .fc-scrollgrid {
    border: 0;
}
td.fc-resource-timeline-divider.fc-cell-shaded {
    background: transparent;
    /* cursor: initial; */
    width: 4.5px;
}
table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr > th.fc-datagrid-cell:first-child .fc-datagrid-cell-frame {
    margin-right: 3.5px;
}
table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr > th.fc-datagrid-cell:last-child .fc-datagrid-cell-frame {
    margin-left: 3.5px;
}
.fc .fc-timeline-slot-frame {
    justify-content: center !important;
    height: 50px !important;
    background: #EEEEEE;
    border-radius: 5px;
}
.fc .fc-timeline-slot-cushion {
    text-transform: uppercase;
    white-space: initial;
    line-height: 18px;
    font-weight: 500;
    color: #656869;
    font-size: 14px;
    width: 60%;
    padding: 0;
}
th.fc-timeline-slot.fc-timeline-slot-label.fc-day {
    width: 50px;
}
.fc-timeline-now-indicator-arrow {
    display: none;
}
th.fc-timeline-slot.fc-timeline-slot-label.fc-day:not(:last-child) .fc-timeline-slot-frame {
    margin-right: 3px;
}
td.fc-timeline-slot.fc-timeline-slot-lane.fc-slot {
    width: 50px;
}
td.fc-timeline-slot.fc-timeline-slot-lane.fc-slot:not(:last-child) > div {
    margin-right: 3px;
}
td.fc-timeline-slot.fc-timeline-slot-lane.fc-slot > div {
    background: #4c88a008;
    border-radius: 5px;
    height: 100%;
}
td.fc-timeline-slot.fc-timeline-slot-lane.fc-slot:nth-child(even) > div {
    background: #A5A5A508;
}
.fc .fc-resource-timeline .fc-resource-group:not([rowspan]) {
    background: transparent;
}
.fc .fc-timeline-now-indicator-line {
    border-color: #FF800B;
    border-right-width: 2px;
}
.search-touchpoint {
    position: relative;
    margin-right: 10px;
    width: 31%;
}
.search-touchpoint input {
    border: 1px solid #4c88a01a;
    padding: 12px 16px 12px 55px;
    background: #FCFCFC;
    border-radius: 10px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    width: 100%;
    outline: 0;
}
.search-touchpoint:before {
    background: url(/img/search-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    width: 24px;
    content: '';
    left: 20px;
    top: 12px;
}
.search-touchpoint input::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner {
    background: #4c88a01f;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    height: 45px;
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-cell-main {
    color: #4C88A0;
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-expander {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
table.fc-datagrid-body.fc-scrollgrid-sync-table > tbody > tr:not(:last-child) > td, 
table.fc-datagrid-body.fc-scrollgrid-sync-table > tbody > tr > th > .fc-datagrid-cell-frame {
    margin-bottom: 8px;
}
td.fc-datagrid-cell.fc-resource.material-specs .fc-datagrid-cell-frame {
    height: 16px !important;
}
td.fc-datagrid-cell.fc-resource.media-plan, 
td.fc-datagrid-cell.fc-resource.material-specs {
    height: 45px !important;
    background: #4c88a026;
    border-radius: 5px;
    padding: 10px 15px;
}
td.fc-datagrid-cell.fc-resource.material-specs {
    background: #4c88a008;
    margin-left: 2.5px;
    padding: 8px 15px;
}
td.fc-datagrid-cell.fc-resource.media-plan .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner, 
td.fc-datagrid-cell.fc-resource.material-specs .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner,
td.fc-datagrid-cell.fc-resource.media-budget .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner {
    padding: 0;
}
td.fc-datagrid-cell.fc-resource.media-plan .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-cell-main {
    color: #4C88A0;
}
td.fc-datagrid-cell.fc-resource.material-specs .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-cell-main {
    line-height: 15px;
    color: #000000;
    font-weight: 400;
    font-size: 11px;
}
.material-submission p {
    line-height: 15px;
    color: #FF800B;
    font-weight: 600;
    font-size: 11px;
}
td.fc-datagrid-cell.fc-resource.media-plan .fc-datagrid-cell-frame {
    height: 22px !important;
}
.resource-duration p {
    margin-right: 6px;
    line-height: 16px;
    font-weight: 500;
    color: #4C88A0;
    font-size: 12px;
}
.single-media-plan-wrapper .fc .fc-timeline-lane-frame {
    height: 45px !important;
    margin-bottom: 8px;
}
.fc-direction-ltr .fc-timeline-event.fc-event-end {
    margin: 0 3px 0 0 !important;
    border-radius: 5px;
    padding: 10px 15px;
    height: 45px;
    border: 0;
}
.fc-h-event .fc-event-title {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
}
td.fc-timeline-lane.fc-resource-group.fc-cell-shaded > div {
    margin-bottom: 8px;
}
.event-duration p {
    margin-right: 6px;
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
}
.fc-resourceTimelineYear-view .fc-event-main, 
.fc-resourceTimelineYear-view .event-duration {
    display: none;
}
td.fc-datagrid-cell.fc-resource.material-specs .fc-datagrid-cell-frame .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner {
    display: flex;
    height: 16px;
}
.material-submission {
    height: 15px;
}
.media-material-wrapper {
    min-width: 785px;
    display: flex;
}
.media-material-wrapper > td {
    margin-bottom: 8px;
    min-width: 235px;
    width: 100%;
}
table.fc-datagrid-body.fc-scrollgrid-sync-table {
    table-layout: auto;
}
table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr > th.fc-datagrid-cell {
    width: 30%;
}
table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr {
    min-width: 800px;
    display: flex;
}
table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr > th.fc-datagrid-cell:last-child {
    width: 40%;
}
span.fc-datagrid-expander.fc-datagrid-expander-placeholder {
    display: none;
}
td.fc-datagrid-cell.fc-resource.media-budget {
    justify-content: space-between;
    align-items: center;
    min-width: 315px;
    display: flex;
}
td.fc-datagrid-cell.fc-resource.material-specs {
    margin-right: 2.5px;
}
td.fc-datagrid-cell.fc-resource.media-budget .fc-datagrid-cell-frame {
    margin-right: 2px;
}
td.fc-datagrid-cell.fc-resource.media-budget .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-cell-main {
    line-height: 15px;
    color: #4C88A0;
    font-size: 11px;
}
td.fc-datagrid-cell.fc-resource.media-budget > div {
    background: #4c88a008;
    height: 45px !important;
    border-radius: 5px;
    padding: 8px 12px;
    width: 50%;
}
.budget-price {
    justify-content: flex-end;
    align-items: center;
    margin-left: 2px;
    display: flex;
}
.budget-price p {
    line-height: 15px;
    color: #000000;
    font-size: 11px;
}
.fc .fc-scroller-harness > .fc-scroller::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
.fc .fc-scroller-harness > .fc-scroller::-webkit-scrollbar-track {
    background: #EEF0F0; 
}
.fc .fc-scroller-harness > .fc-scroller::-webkit-scrollbar-thumb {
    background: #CED1D2;
}
.touchpoint-label {
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 45px;
}
.touchpoint-title {
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    display: flex;
    width: 60%;
}
.touchpoint-budget {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    display: flex;
    width: 40%;
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-cell-main {
    padding: 0 12px 0 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.touchpoint-budget-title p {
    line-height: 15px;
    font-weight: 500;
    font-size: 11px;
}
.touchpoint-budget-amount p {
    line-height: 15px;
    color: #000000;
    font-weight: 500;
    font-size: 11px;
}
.touchpoint-title-colors {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 50%;
}
.touchpoint-title-colors > div:not(:last-child) {
    margin-right: 25px;
}
.touchpoint-title-colors p {
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
}
.dancer-color p {
    color: #FEB241;
}
.touchpoint-title-colors .color-square {
    border-radius: 5px;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}
.dancer-color .color-square {
    background: #FEB241;
}
.touchpoint-title-colors > div {
    display: flex;
}
.biker-color .color-square {
    background: #A081B9;
}
.biker-color p {
    color: #A081B9;
}
.touchpoint-title > p {
    width: 50%;
}
.add-touchpoint-wrapper {
    margin-top: 20px;
}
.add-touchpoint-btn a {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    text-decoration: none;
    border-radius: 50px;
    align-items: center;
    width: fit-content;
    padding: 18px 25px;
    line-height: 20px;
    color: #4C88A0;
    font-size: 16px;
    display: flex;
}
.add-touchpoint-btn a img {
    margin-right: 12px;
}

/* Single Media Plan & Budget Control - Active */
.single-media-plan-wrapper.active .single-media-top-buttons-wrapper {
    display: none;
}
.single-media-plan-wrapper.active bread-crumb {
    top: 40px;
}
.single-media-plan-wrapper.active .add-touchpoint-wrapper {
    display: none;
}
.single-media-plan-wrapper.active .pre-campaign-button-wrapper.edit-campaign-btn {
    display: none;
}
p.active-campaign {
    background: #91cc5640;
    border-radius: 10px;
    line-height: 18px;
    margin-left: 20px;
    padding: 2px 15px;
    color: #91CC56;
    font-weight: 400;
    font-size: 14px;
}
.single-media-plan-wrapper.active p.active-campaign {
    display: block !important;
}
.single-media-plan-wrapper.active .pre-campaign-button-wrapper.duplicate-btn {
    display: block !important;
}
.single-media-plan-wrapper.active .pre-campaign-button-wrapper.archive-btn {
    display: block !important;
}
.single-media-graph-wrapper {
    position: relative;
}
div#show-freebie-popup {
    position: absolute;
    left: 100px;
    top: 0;
}
.show-freebie-popup-overlay-wrapper {
    box-shadow: 0px 1px 10px#0000001a;
    background: #FFFFFF;
    border-radius: 5px;
}
.show-freebie-popup-title-duration {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    display: flex;
}
.show-freebie-popup-content-wrapper {
    border-bottom: 1px solid #EEF0F0;
    padding: 20px 20px 30px;
}
.show-freebie-popup-add-button a,
.edit-freebie-popup-add-button a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    padding: 15px;
}
.show-freebie-popup-add-button a img,
.edit-freebie-popup-add-button a img {
    margin-right: 12px;
}
.show-freebie-popup-title-duration p {
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
}
.show-freebie-duration {
    align-items: center;
    display: flex;
}
.show-freebie-duration img {
    margin-left: 10px;
}
.show-freebie-description p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
}
.show-freebie-description {
    max-width: 75%;
}
.fc-direction-ltr .fc-resourceTimelineYear-view .fc-timeline-event.fc-event-end {
    margin: 0 !important;
    padding: 0;
    width: 15%;
}
.single-media-plan-wrapper .fc .fc-timeline-event-harness {
    top: 0 !important;
}
.fc-timeline-header > table > tbody > tr:nth-child(1) {
    height: 32px;
}
.fc-timeline-header > table > tbody > tr:nth-child(2) {
    display: none;
}
.fc-timeline-events.fc-scrollgrid-sync-inner > .fc-timeline-event-harness:first-child {
    z-index: 5;
}
.added-freebie .fc-event-main {
    display: none;
}
.fc-direction-ltr .fc-timeline-event.fc-event-end.added-freebie {
    justify-content: flex-end;
}
.event-duration p span {
    margin-right: 3px;
}
.tippy-box {
    background: transparent;
}
.tippy-content {
    padding: 0;
}
.edit-freebie-popup-overlay .show-freebie-popup-overlay-wrapper p {
    margin: 0;
}
.edit-freebie-popup-overlay .show-freebie-duration p span {
    display: none;
}
.edit-freebie-popup-overlay .show-freebie-popup-overlay-wrapper {
    min-width: 350px;
}
[data-tippy-root]:first-child {
    z-index: 9999999 !important;
}
div#add-freebie-popup {
    box-shadow: -2px 0 10px #0000001a;
    border-radius: 15px 0 0 0;
    background: #FCFCFC;
    z-index: 999999999;
    padding: 35px 0;
    position: fixed;
    width: 575px;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.add-freebie-section-title p {
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
}
.add-freebie-section-title {
    margin-bottom: 10px;
}
.add-freebie-section-text p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
}
.add-freebie-popup-section-title {
    margin-bottom: 55px;
}
.add-freebie-popup .company-account-manager-list-wrapper {
    margin-bottom: 15px;
}
.add-freebie-popup .add-client-form-fields .TextFieldContainer.start-date, 
.add-freebie-popup .add-client-form-fields .TextFieldContainer.new-end-date {
    margin-bottom: 15px;
}
.add-freebie-popup .add-client-form-fields .TextFieldContainer.start-date input, 
.add-freebie-popup .add-client-form-fields .TextFieldContainer.new-end-date input {
    border-color: #4c88a01a !important;
    border-width: 2px !important;
}
.value-freebie-title p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.value-freebie-title {
    margin-bottom: 15px;
}
.value-freebie-amount p {
    line-height: 25px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 21px;
}
.add-freebie-popup-cancel-button {
    margin-right: 30px;
}
.add-freebie-popup-add-button-wrapper a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    display: flex;
    transition: 0.6s ease-in-out;
}
.add-freebie-popup-cancel-button a {
    border: 2px solid #656869;
    color: #656869;
    width: 125px;
}
.add-freebie-popup-add-button-wrapper a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    display: flex;
    transition: 0.6s ease-in-out;
}
.add-freebie-popup-add-button a {
    border: 2px solid #CED1D2;
    background: #CED1D2;
    color: #FCFCFC;
    width: 100px;
}
div#edit-freebie-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 50%;
    width: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.edit-freebie-popup .add-client-popup-title-close {
    padding: 0;
}
.edit-freebie-popup .add-client-popup-title {
    margin-bottom: 0;
}
.edit-freebie-popup .client-discard-changes-popup-close-button {
    margin-right: -5px;
    margin-top: 0;
}
.edit-freebie-popup form#addClientForm {
    height: 100%;
}
.edit-freebie-popup .add-client-popup-info-section {
    margin-bottom: 40px;
    padding: 0;
}
.edit-freebie-popup .add-freebie-popup-section-title {
    margin-bottom: 30px;
}
.edit-freebie-popup .current-start-end-date-wrapper {
    margin-bottom: 25px;
}
.edit-freebie-popup .current-start-end-date-title {
    margin-bottom: 5px;
}
.edit-freebie-popup .current-start-end-date-title p {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.edit-freebie-popup .current-start-end-dates {
    align-items: center;
    display: flex;
}
.edit-freebie-popup .current-start-end-dates p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
}
.edit-freebie-popup .current-start-end-dates > p {
    margin: 0 5px;
}
.edit-freebie-popup .new-start-end-date-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}
.edit-freebie-popup .new-start-end-date-wrapper .TextFieldContainer.date-range-field.start-date {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}
.edit-freebie-popup .new-start-end-date-wrapper > text-field {
    width: 50%;
}
.edit-freebie-popup .add-client-form-fields text-field .TextFieldContainer {
    margin-bottom: 0;
    width: 100%;
}
.edit-freebie-popup .add-client-form-fields text-field.new-end-date {
    margin-left: 15px;
}
.edit-freebie-popup .new-start-end-date-wrapper > text-field:first-child {
    margin-right: 15px;
}
.edit-freebie-popup .new-start-end-date-wrapper > text-field:last-child {
    margin-left: 15px;
}
.edit-freebie-popup .add-client-form-fields text-field:not(:first-child) .TextFieldContainer input:not(:placeholder-shown) {
    border-color: #4c88a01a;
    border-width: 2px;
}
.edit-freebie-popup .add-client-form-fields .TextFieldContainer.start-date input {
    color: #656869;
}
.edit-freebie-popup .edit-client-popup-delete-button-wrapper a {
    border: 1px solid #A2131B;
    background: #FCFCFC;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    color: #A2131B;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 200px;
}
.edit-freebie-popup .edit-client-popup-delete-button-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.edit-freebie-popup .edit-freebie-popup-save-button a {
    border-color: #CED1D2;
    background: #CED1D2;
    color: #FCFCFC;
}
div#add-touchpoint-popup {
    padding: 25px 50px 45px;
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    height: fit-content;
    position: fixed;
    margin: auto;
    width: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    z-index: 10;
    opacity: 0;
}
.number-field {
    position: relative;
}
.number-field:before {
    background: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 19px;
    top: 32px;
    transform: rotate(180deg);
}
.number-field:after {
    background: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 19px;
    top: 43px;
}
form#addTouchpointForm {
    overflow-y: scroll;
    max-height: 640px;
    min-height: 100%;
}
.touchpoint-title {
    padding-left: 25px;
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-expander .fc-icon {
    position: relative;
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-expander .fc-icon.fc-icon-minus-square:before {
    background: url('/img/touchpoint-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    content: '';
    width: 24px;
    left: 10px;
    top: 9px;
    transform: rotate(180deg);
}
.fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-expander .fc-icon.fc-icon-plus-square:before {
    background: url('/img/touchpoint-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    content: '';
    width: 24px;
    left: 10px;
    top: 9px;
}
.add-touchpoint-popup-overlay .add-client-popup-title-close {
    margin-bottom: 30px;
    padding: 0;
}
.add-touchpoint-popup-overlay .client-discard-changes-popup-close-button {
    margin-right: -20px;
    margin-top: 0;
}
.add-touchpoint-popup-overlay  .add-client-popup-info-section {
    padding: 0;
}
.add-touchpoint-popup-save-button {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.add-touchpoint-popup-save-button a {
    border: 1px solid #CED1D2;
    background: #CED1D2;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
    color: #FCFCFC;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 10px;
    width: 130px;
}
.add-touchpoint-column-fields-wrapper {
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
    display: flex;
}
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper > div {
    margin-bottom: 20px;
    width: 48%;
}
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer {
    margin-bottom: 0;
    width: 100%;
}
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer input[type="date"]:not(:placeholder-shown), 
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer input[type="number"]:not(:placeholder-shown) {
    border-color: #4c88a01a;
    border-width: 2px;
}
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer input {
    width: calc(100% - 36px);
    height: 20px;
}
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper > div label, 
.add-client-form-fields.add-touchpoint-fields .add-touchpoint-column-fields-wrapper text-field label {
    margin-bottom: 0;
    display: block;
    height: 20px;
}
.add-touchpoint-sponsorship-title a {
    justify-content: flex-start;
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    font-weight: 500;
    color: #4C88A0;
    font-size: 16px;
    display: flex;
}
.add-touchpoint-sponsorship-title a img {
    margin-right: 12px;
}
.add-touchpoint-time-specifications-wrapper,
.time-specifications-sunday-select-wrapper {
    margin-bottom: 50px;
}
.add-touchpoint-time-specifications-wrapper p, 
.add-touchpoint-time-specifications-wrapper label {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.add-touchpoint-time-specifications-wrapper p {
    margin-bottom: 15px;
}
.time-specifications-options-wrapper {
    margin-bottom: 40px;
}
.add-touchpoint-popup-overlay .client-discard-changes-popup-close-button a {
    justify-content: center;
    align-items: center;
    display: flex;
}
.time-specifications-options > div:not(:last-child) {
    margin-bottom: 15px;
}
.time-specifications-options input {
    display: none;
}
.time-specifications-options label {
    align-items: center;
    padding-left: 30px;
    position: relative;
    width: fit-content;
    cursor: pointer;
    display: flex;
}
.time-specifications-options label:before {
    border: 1.5px solid #4C88A0;
    background: #FCFCFC;
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    height: 15px;
    width: 15px;
    content: '';
    left: 0;
    top: 0;
}
.time-specifications-options input:checked+label:after {
    background-color: #4C88A0;
    border-radius: 50%;
    position: absolute;
    height: 12px;
    width: 12px;
    content: '';
    left: 3px;
    top: 3px;
}
.select-time-wrapper {
    justify-content: flex-start;
    display: flex;
}
.select-time-wrapper input {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 8px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    outline: 0;
    width: 95px;
}
.select-time-wrapper > div {
    flex-direction: column-reverse;
    display: flex;
}
.select-time-hour {
    margin-right: 10px;
}
.select-time-wrapper label {
    line-height: 18px;
    padding-left: 5px;
    color: #656869;
    font-size: 14px;
    margin-top: 0;
    height: 20px;
}
.add-touchpoint-sponsorship-title a {
    position: absolute;
    top: 10px;
    left: 0;
}
.add-touchpoint-sponsorship-title {
    position: relative;
}
.add-touchpoint-time-specifications-wrapper.hidden,
.add-touchpoint-sponsorship-content-wrapper.hidden,
.add-touchpoint-sponsorship-title-wrapper.hidden,
.time-specifications-sunday-select-wrapper.hidden,
.add-touchpoint-sponsorship-wrapper.hidden,
.touchpoint-field.hidden,
.sponsorship-field.hidden {
    display: none;
}
.TextFieldContainer.number-field input {
    color: #656869;
}
.add-touchpoint-popup-overlay select:invalid {
    color: #ACB2B5 !important;
}
.add-touchpoint-content .TextFieldContainer.date-range-field input {
    position: relative;
    color: #656869;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    background-color: #FCFCFC;
    position: absolute;
    line-height: 24px;
    color: #ACB2B5;
    font-size: 16px;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    display: none;
}
.time-specifications-sunday-select-wrapper p {
    margin-bottom: 15px;
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.length-spot.touchpoint-field .number-field {
    flex-direction: column-reverse;
    display: flex;
}
.length-spot.touchpoint-field .number-field input {
    border: 2px solid #4c88a01a;
    width: calc(100% - 36px);
    background: #FCFCFC;
    border-radius: 8px;
    padding: 8px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    outline: 0;
}
.length-spot.touchpoint-field .number-field label {
    display: flex !important;
    line-height: 18px;
    padding-left: 5px;
    color: #656869;
    font-size: 14px;
    margin-top: 0;
}
.length-spot.touchpoint-field .number-field label .information-icon-img {
    height: 15px;
    width: 15px;
}
.length-spot.touchpoint-field .number-field label .information-icon-img img {
    height: 100%;
    width: 100%;
}
.length-spot.touchpoint-field .number-field label .information-icon-text {
    padding: 12px 25px;
    width: 200px;
    z-index: 5;
    top: -40px;
    left: 15px;
}
.sponsorship-advertising-title-add-wrapper {
    border-bottom: 1px solid #4c88a01a;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.sponsorship-advertising-title-wrapper p {
    line-height: 20px;
    color: #656869;
    font-weight: 500;
    font-size: 16px;
}
.sponsorship-advertising-add-wrapper a {
    justify-content: center;
    align-items: center;
    display: flex;
}
.sponsorship-advertising-content:not(:last-child) {
    margin-bottom: 15px;
}
.sponsorship-advertising-content {
    justify-content: space-between;
    background: #4c88a00a;
    padding: 20px 20px 30px;
    border-radius: 10px;
    display: flex;
}
.sponsorship-advertising-inner-wrapper {
    width: 55%;
}
.sponsorship-advertising-remove-btn {
    width: 45%;
}
.sponsorship-advertising-remove-btn a {
    justify-content: flex-end;
    text-decoration: none;
    align-items: center;
    padding-right: 10px;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
    display: flex;
}
.add-client-form-fields .sponsorship-advertising-inner-wrapper .company-account-manager-list-wrapper {
    margin-bottom: 15px;
    width: 100%;
}
.um-negotiated-fee .TextFieldContainer {
    flex-direction: column;
    position: relative;
    display: flex;
}
.um-negotiated-fee .TextFieldContainer input {
    padding-left: 50px;
    color: #656869;
    cursor: text;
}
.um-negotiated-fee .TextFieldContainer:before {
    position: absolute;
    color: #ACB2B5;
    line-height: 20px;
    font-size: 16px;
    content: 'Rs';
    bottom: 10px;
    left: 15px;
}
.sponsorship-advertising-inner-wrapper .sponsorship-field:not(:last-child) {
    margin-bottom: 15px;
}
.time-custom p {
    margin-bottom: 15px;
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.length-show .number-field {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
}
.length-show .number-field label {
    line-height: 18px;
    padding-left: 5px;
    color: #656869;
    font-size: 14px;
}
.length-show .number-field input {
    border: 2px solid #4c88a01a;
    width: calc(100% - 36px);
    background: #FCFCFC;
    border-radius: 8px;
    padding: 8px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    outline: 0;
}
.um-negotiated-fee.notes-custom .TextFieldContainer:before {
    display: none;
}
.um-negotiated-fee.notes-custom .TextFieldContainer input {
    padding-left: 16px;
}

/* Global Media Plan */
.global-media-plan-wrapper .bread-crumb-arrow.bread-crumb-arrow2 {
    display: flex;
}
.global-media-plan-wrapper .pre-campaign-data-dashboard-wrapper {
    margin-left: 0;
}
.global-media-plan-search-filter-wrapper {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}
.global-plan-campaign .single-media-budget-objectives-wrapper .pre-campaign-objectives-wrapper {
    width: 100%;
}
.global-plan-campaign {
    border: 2px solid #4c88a01a;
    padding: 25px 45px 35px 30px;
    border-radius: 5px;
    position: relative;
}
.global-plan-campaign:not(:last-child) {
    margin-bottom: 10px;
}
.global-plan-campaign .pre-campaign-budget-date-days-wrapper {
    margin-bottom: 0;
}
.global-plan-campaign a.pre-campaign-button {
    line-height: 20px;
    font-size: 16px;
}
.global-plan-campaign:before {
    border-radius: 5px 0 0 5px;
    mix-blend-mode: color-burn;
    background: #FF800B;
    position: absolute;
    display: block;
    bottom: -2px;
    content: '';
    width: 5px;
    left: -2px;
    top: -2px;
}
.global-plan-campaign.orange-campaign:before {
    background: #FF800B;
}
.global-plan-campaign.pink-campaign:before {
    background: #E12C83;
}
.global-plan-campaign.blue-campaign:before {
    background: #0BC4FF;
}
.global-plan-campaigns-wrapper {
    margin-bottom: 35px;
}
.global-freebie .show-freebie-duration img {
    display: none;
}
.global-freebie .show-freebie-duration img.event-duration-icon-blue {
    display: block;
}
.global-media-graph-wrapper table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr {
    min-width: 100%;
}
.global-media-graph-wrapper table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr > th.fc-datagrid-cell:last-child {
    width: 100%;
}
.global-media-graph-wrapper table.fc-datagrid-header.fc-scrollgrid-sync-table > thead > tr > th.fc-datagrid-cell .fc-datagrid-cell-frame {
    margin-left: 0;
    margin-right: 0;
}
.global-media-graph-wrapper .media-material-wrapper {
    min-width: 100%;
}
.global-media-graph-wrapper .fc-scrollgrid-sync-table .fc-resource-group .fc-datagrid-cell-cushion.fc-scrollgrid-sync-inner .fc-datagrid-cell-main {
    padding-left: 35px;
}
.global-media-graph-wrapper .fc .fc-timeline-now-indicator-line {
    border-color: #0BF0FF;
}
.global-media-graph-wrapper .fc-header-toolbar.fc-toolbar.fc-toolbar-ltr {
    position: relative;
    height: 90px;
}
.download-global-btn-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}
.fc-toolbar-chunk.calendar-title-button-wrapper {
    width: 80%;
}
.download-global-btn-wrapper p {
    border: 2px solid #4c88a01a;
    padding: 6px 16px 6px 25px;
    justify-content: center;
    background: #FCFCFC;
    text-decoration: none;
    align-items: center;
    border-radius: 5px;
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    min-height: 38px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
}
.download-global-btn-wrapper p:before {
    background: url('/img/download-btn.svg');
    position: relative;
    height: 19px;
    content: '';
    width: 19px;
    left: -10px;
}
.global-media-graph-wrapper table.fc-datagrid-body.fc-scrollgrid-sync-table > tbody > tr th.fc-cell-shaded, 
.global-media-graph-wrapper td.fc-timeline-lane.fc-resource-group.fc-cell-shaded {
    height: 45px;
}
.global-media-graph-wrapper td.fc-datagrid-cell.fc-resource.media-plan, 
.global-media-graph-wrapper td.fc-datagrid-cell.fc-resource.material-specs {
    margin-right: 0;
}

/* Settings - Campaign Template Manager */
.manage-template-wrapper {
    margin-top: 20px;
}
.budget-button-container, 
.industry-button-container, 
.objectives-button-container,
.seasonality-button-container {
    margin-right: 10px;
}
.settings-top-buttons-wrapper {
    border-bottom: 1px solid #CED1D2;
    padding: 15px 50px 10px 125px;
    position: relative;
    left: -125px;
    width: 100%;
    top: 0;
}
.settings-top-buttons {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.settings-btn a {
    justify-content: flex-start;
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 25px;
}
.settings-btn p {
    line-height: 20px;
    color: #656869;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.settings-btn svg path {
    fill: #656869;
}
.settings-btn.selected svg path {
    fill: #4C88A0;
}
.settings-btn svg {
    margin-right: 10px;
}
.settings-btn:not(:last-child) {
    margin-right: 40px;
}
.settings-btn.selected p {
    color: #4C88A0;
}
.settings-btn {
    position: relative;
}
.settings-btn.selected:after {
    background: #4C88A0;
    position: absolute;
    bottom: -12px;
    content: '';
    width: 100%;
    height: 3px;
}
.settings-dashboard-title p {
    line-height: 22px;
    color: #656869;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.settings-dashboard-content {
    margin-bottom: 45px;
    margin-top: 30px;
}
.campaign-template-details-wrapper {
    display: flex;
}
.campaign-template-details-left-wrapper {
    padding-right: 6px;
    width: 50%;
}
.campaign-template-details-right-wrapper {
    padding-left: 6px;
    width: 50%;
}
.template-search-filter-add-wrapper {
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
}
.campaign-template-search-wrapper {
    border-right: 1px solid #4c88a01a;
    padding: 20px 15px 10px;
}
.template-search-list-wrapper select {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 10px 16px;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.template-search-list-wrapper:after {
    background: url('/img/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 17px;
    top: 20px;
}
.template-search-list-wrapper {
    position: relative;
}
.template-search-all-wrapper {
    border: 1px solid #4c88a01a;
    padding: 20px 20px 20px 15px;
    border-radius: 10px 0 0 10px;
    height: 100%;
}
.template-search-name:not(:last-child) {
    margin-bottom: 10px;
}
.template-search-name p {
    border: 1px solid #4c88a01a;
    background: #E9FAFF;
    border-radius: 5px;
    padding: 12px 25px;
    line-height: 18px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.template-search-filter-wrapper {
    margin-right: 10px;
    width: 15%;
}
.template-search-add-wrapper {
    width: 20%;
}
.template-search-field-wrapper {
    position: relative;
    margin-right: 10px;
    width: 65%;
}
.template-search-field-wrapper input {
    border: 1px solid #4c88a01a;
    padding: 12px 15px 12px 60px;
    width: calc(100% - 75px);
    background: #FCFCFC;
    border-radius: 10px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    outline: 0;
}
.template-search-field-wrapper:before {
    content: url('/img/search-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 10px;
}
.template-search-field-wrapper input::placeholder {
    color: #ACB2B5;
}
.template-search-filter-wrapper .filterBtn {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 34px;
}
.template-search-add-wrapper .addBtn {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    border-radius: 50px;
    align-items: center;
    display: flex;
    height: 40px;
}
.template-search-name:first-child p {
    background: #4c88a0cc;
    color: #FCFCFC;
}
.campaign-template-information-title-more-wrapper {
    justify-content: space-between;
    padding: 20px 15px 10px;
    align-items: center;
    display: flex;
    height: 44px;
}
.template-information-title p {
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.template-information-more-btn {
    justify-content: center;
    align-items: center;
    display: flex;
}
.TextFieldContainer.templateName {
    flex-direction: column;
    display: flex;
    width: 45%;
}
.settings-dashboard-title-wrapper {
    margin-bottom: 35px;
}
.template-information-details-name-wrapper {
    margin-bottom: 35px;
}
.template-information-details-personae-wrapper {
    background: #FCFCFC;
    border-radius: 10px 10px 0 0;
    border: 1px solid #4c88a01a;
    padding: 20px 0;
}
.template-information-personae-title-wrapper {
    border-bottom: 1px solid #4c88a01a;
    justify-content: space-between;
    padding: 0 35px 0 30px;
    padding-bottom: 15px;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}
.template-information-personae-title-wrapper .form-options-title-wrapper p {
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.template-information-personae-title-wrapper .form-options-title-wrapper {
    margin-right: 0;
}
.template-information-personae-details-wrapper .form-options-wrapper:not(:last-child) {
    margin-bottom: 15px;
}
.template-information-personae-details-wrapper .form-options-wrapper {
    padding: 0 25px;
    max-width: 100%;
    display: flex;
}
.template-information-personae-details-wrapper .form-options-title-all-wrapper {
    align-items: flex-start;
    margin-bottom: 0;
    width: 20%;
}
.template-information-personae-details-wrapper .form-options-title-wrapper {
    margin-right: 0;
}
.template-information-personae-details-wrapper .form-options-fields-wrapper {
    width: 80%;
}
.template-information-personae-details-wrapper .form-options-fields-wrapper .CheckboxFieldContainer {
    background: transparent;
    margin-bottom: 10px;
    margin-right: 20px;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.template-information-personae-details-wrapper .form-options-title-wrapper p {
    margin: 0;
}
.template-information-personae-details-wrapper .form-options-fields-wrapper checkbox-field label:before {
    height: 16px;
    width: 16px;
    top: -2px;
}
.template-information-personae-details-wrapper .form-options-fields-wrapper checkbox-field input:checked+label:after {
    height: 9px;
    bottom: 7px;
    width: 3px;
    left: 7px;
}
.template-information-personae-details-wrapper .form-options-fields-wrapper checkbox-field label {
    padding-left: 30px;
    height: 20px;
}
.template-information-details-touchpoints-title-wrapper .form-options-title-wrapper p {
    line-height: 20px;
    color: #ACB2B5;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.template-information-details-touchpoints-title-wrapper .form-options-title-wrapper {
    margin-right: 0;
}
.template-information-details-touchpoints-title-wrapper {
    margin: 25px 0;
}
.touchpoints-budget-title-wrapper {
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
}
.touchpoints-budget-title-wrapper p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    margin: 0;
}
.touchpoints-budget-title-wrapper .information-icon-text {
    padding: 15px 25px;
    min-width: 230px;
    top: -45px;
    left: 20px;
}
.touchpoints-budget-number {
    max-width: 55%;
}
.touchpoints-budget-number .TextFieldContainer {
    flex-direction: column;
    display: flex;
}
p.touchpoints-budget-number-dash {
    align-items: flex-end;
    line-height: 20px;
    color: #CED1D2;
    font-size: 16px;
    margin: 0 20px;
    display: flex;
    height: 40px;
}
.tab-title-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.tab-container {
    display: flex;
}
.tab-menu {
    padding-right: 5px;
    width: 50%;
}
.tab-menu .tab {
    border: 1px solid #4c88a01a;
    padding: 8px 15px 8px 25px;
    background: #F8F8F9;
    border-radius: 5px;
    cursor: pointer;
}
.tab-menu .tab:not(:last-child) {
    margin-bottom: 10px;
}
.tab-menu .tab.active {
    border-color: #4c88a0;
    background: #E9FAFF;
}
.tab-title-wrapper p {
    line-height: 18px;
    color: #656869;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.template-information-details-touchpoints-tab-wrapper {
    margin-top: 20px;
}
.tab-percentage {
    margin-right: 20px;
}
.tab-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 5%;
}
.tab-percentage-sign p {
    line-height: 18px;
    color: #ACB2B5;
    font-size: 14px;
}
.tab-percentage-sign {
    margin-left: 25px;
}
text-field .tabPercentage label {
    padding: 0;
}
text-field .tabPercentage input {
    padding: 5px 15px;
    line-height: 18px;
    color: #656869;
    font-size: 14px;
    width: 30px;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .template-name p {
    font-weight: 500;
    color: #4C88A0;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .template-owner-name p {
    color: #4C88A0;
}
.um-campaign-inner-wrapper .um-campaign-content-wrapper .template-owner-name p.author-email {
    line-height: 18px;
    color: #656869;
    font-size: 14px;
}
.template-category img {
    margin-left: 20px;
}
.template-category p {
    align-items: center;
    display: flex;
}
.template-name {
    width: 35%;
}
.template-owner-name {
    width: 19%;
}
.template-budget {
    width: 13%;
}
.template-category {
    width: 25%;
}
template-list:not(:last-child) .um-campaign-content-wrapper {
    border-bottom: 1px solid #4c88a01a;
}
.template-more-options-button-wrapper {
    text-align: right;
    width: 5%;
}
.template-more-options-button-wrapper {
    position: relative;
}
.template-more-options-content-wrapper {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    position: absolute;
    min-width: 125px;
    display: flex;
    padding: 20px;
    right: -15px;
    z-index: 10;
    top: 35px;
}
.template-more-options-content p {
    line-height: 20px;
    color: #656869;
    text-align: left;
    font-size: 16px;
}
.template-more-options-content .template-delete-btn p {
    color: #A2131B;
}
.template-duplicate-btn {
    margin-bottom: 15px;
}
.settings-dashboard-subtitle a {
    text-decoration: none;
    align-items: center;
    width: fit-content;
    line-height: 18px;
    margin-left: -5px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 14px;
    display: flex;
}
.settings-dashboard-subtitle a img {
    transform: rotate(180deg);
    margin-right: 15px;
}
.settings-dashboard-subtitle a p {
    margin: 0;
}
.template-information-details-name {
    margin-bottom: 15px;
}
.template-information-details-category .company-discount-list-wrapper {
    width: 45%;
}
.template-information-details-name-wrapper input, 
.template-information-details-name-wrapper select, 
.template-information-details-name-wrapper input::placeholder {
    color: #4C88A0;
}
.template-information-details-category .company-discount-list-wrapper:after {
    top: 43px;
}
.template-information-details-name-wrapper input, 
.template-information-details-name-wrapper select {
    padding: 9px 16px;
}
.touchpoint-client-budget-wrapper {
    border: 1px solid #4c88a01a;
    border-radius: 10px 10px 0 0;
    background: #FCFCFC;
    padding: 20px 0 0;
}
.touchpoint-client-budget-title-add-wrapper {
    border-bottom: 1px solid #4c88a01a;
    justify-content: space-between;
    padding: 0 35px 0 25px;
    padding-bottom: 15px;
    align-items: center;
    display: flex;
}
.touchpoint-client-budget-title p {
    line-height: 20px;
    font-weight: 500;
    color: #ACB2B5;
    font-size: 16px;
    margin: 0;
}
.touchpoint-client-budget-add a {
    text-decoration: none;
    align-items: center;
    line-height: 22px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 18px;
    display: flex;
}
.touchpoint-client-budget-add a p {
    margin: 0;
}
.touchpoint-client-budget-add a img {
    margin-right: 7px;
}
.touchpoint-client-budget-content-empty-wrapper {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 200px;
    display: flex;
}
.touchpoint-client-budget-content-empty-wrapper p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    margin: 0;
}
.touchpoint-client-budget-content-empty-text {
    margin-bottom: 20px;
}
.touchpoint-client-budget-content-empty-btn a {
    justify-content: center;
    text-decoration: none;
    background: #4C88A0;
    align-items: center;
    width: fit-content;
    border-radius: 5px;
    padding: 10px 50px;
    margin: 0 auto;
    display: flex;
}
.touchpoint-client-budget-content-empty-btn a p {
    color: #FCFCFC;
    font-weight: 500;
}
.touchpoint-client-budget-content {
    justify-content: space-between;
    padding: 20px 35px 20px 25px;
    align-items: center;
    display: flex;
}
.touchpoint-client-budget-content:not(:last-child) {
    border-bottom: 1px solid #4c88a01a;
}
.touchpoint-client-budget-content p {
    margin: 0;
}
.touchpoint-client-budget-more {
    position: relative;
}
div#touchpoint-client-budget-more-options {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    position: absolute;
    min-width: 125px;
    display: flex;
    padding: 20px;
    right: -15px;
    z-index: 10;
    top: 35px;
}
.touchpoint-client-budget-more-options-button a {
    display: flex;
}
.touchpoint-client-budget-name p {
    line-height: 20px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 16px;
}
div#add-touchpoint-budget-popup {
    box-shadow: -2px 0 10px #0000001a;
    border-radius: 15px 0 0 0;
    background: #FCFCFC;
    z-index: 999999999;
    padding: 25px 0;
    position: fixed;
    width: 575px;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.add-touchpoint-budget-popup-info-section {
    padding: 0 35px 0 45px;
}
.touchpoints-budget-number .TextFieldContainer.minBudget {
    margin-bottom: 20px;
}
.touchpoint-budget-accordion-title-wrapper {
    border-bottom: 1px solid #4c88a01a;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    display: flex;
}
.budget-reset-all-btn p {
    line-height: 18px;
    color: #4C88A0;
    font-weight: 500;
    font-size: 14px;
}
.touchpoint-budget-accordion-title-wrapper p {
    margin: 0;
}
.form-options-fields-wrapper.form-accordion-wrapper.touchpoint-budget-accordion {
    overflow-y: scroll;
    display: block;
    height: 525px;
}
.form-accordion-wrapper .accordion-card.touchpoint-budget-accordion {
    border: 0;
    border-top: 1px solid #4c88a01a;
    background: transparent;
    padding: 10px 5px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.form-accordion-wrapper .accordion-card.touchpoint-budget-accordion:last-child {
    border-bottom: 1px solid #4c88a01a;
}
.accordion-card.touchpoint-budget-accordion .accordion-title.is-open:after {
    transform: rotate(180deg);
}
.form-accordion-wrapper.touchpoint-budget-accordion .accordion-content-wrapper {
    padding-bottom: 5px;
    padding-top: 15px;
    display: block;
}
.touchpoint-budget-accordion .accordion-content-wrapper > div {
    justify-content: flex-start;
    background: #EEF0F0;
    align-items: center;
    padding: 4px 3px;
    display: flex;
    width: 100%;
}
.touchpoint-budget-accordion .accordion-content-wrapper .tab-content-percentage {
    margin-right: 20px;
}
.touchpoint-budget-accordion .accordion-content-wrapper .tab-content-title p {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #656869;
    margin: 0;
}
.touchpoint-budget-accordion .accordion-content-wrapper > div.tab-content-text-wrapper {
    background: transparent;
}
.touchpoint-budget-accordion .accordion-content-wrapper > div.tab-content-subtitle-wrapper {
    margin-bottom: 5px;
}
.touchpoint-budget-accordion .accordion-content-wrapper .tab-content-text-wrapper .tab-content-title p {
    font-weight: 400;
}
#addTouchpointBudgetForm .add-client-popup-add-button-wrapper {
    background: #FCFCFC;
    margin-top: 0;
}
.form-accordion-wrapper .accordion-card.touchpoint-budget-accordion:first-child {
    border-top: 0;
}
.template-information-details-touchpoints-wrapper {
    position: relative;
}
.template-information-budget-distribution-popup-wrapper {
    padding: 13px 15px 10px;
    background: #F1F1F1;
    position: absolute;
    border-radius: 5px;
    bottom: 10px;
    right: 30px;
    width: 50%;
    right: 0;
}
.template-information-budget-distribution-popup-wrapper p {
    line-height: 16px;
    font-size: 14px;
    color: #656869;
    margin: 0;
}
a.add-touchpoint-budget-add-btn:hover, 
a.add-touchpoint-budget-add-btn:focus {
    border-color: #4C88A0;
}
.campaign-template-blue-bar-wrapper {
    box-shadow: 0px 1px 15px #0000001a;
    background: #E9FAFF;
    position: fixed;
    padding: 15px;
    bottom: 0;
    right: 0;
    left: 0;
}
.campaign-template-blue-bar {
    justify-content: center;
    align-items: center;
    display: flex;
}
.campaign-template-blue-bar-button-wrapper a {
    text-decoration: none;
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
    color: #4C88A0;
}
.campaign-template-blue-bar-button-wrapper:not(:last-child) {
    margin-right: 15px;
}
.campaign-template-blue-bar-button-wrapper a p {
    margin: 0;
}
.campaign-template-blue-bar-button-wrapper {
    border: 2px solid #4C88A0;
    background: #FCFCFC;
    border-radius: 5px;
    padding: 7px 16px;
}
.campaign-template-blue-bar-button-wrapper.blue-create-btn {
    border: 2px solid #4c88a01a;
    background: #CED1D2;
}
.campaign-template-blue-bar-button-wrapper.blue-create-btn a {
    color: #FCFCFC;
}
.campaign-template-blue-bar-button-wrapper.blue-delete-btn {
    border: 2px solid #A2131B;
}
.campaign-template-blue-bar-button-wrapper.blue-delete-btn a {
    color: #A2131B;
}
.campaign-template-blue-bar-button-wrapper.blue-save-changes-btn {
    border: 2px solid #4c88a01a;
    background: #91CC56;
}
.campaign-template-blue-bar-button-wrapper.blue-save-changes-btn a {
    color: #FCFCFC;
}
/* table.fc-datagrid-body.fc-scrollgrid-sync-table {
    table-layout: auto;
}
.hideElem {
    display: none;
}
.showElem {
    display: block;
} */

/* Settings - Mediapoint List Manager */
.tab-content {
    display: none;
    height: 100%;
}
.tab-content.active {
    display: block;
}
.tab-inner-content {
    display: none;
}
.tab-inner-content.active {
    display: block;
}
.mediapoint-list-categories-tabs-wrapper {
    display: flex;
}
.mediapoint-list-categories-tab-left-wrapper {
    padding-right: 10px;
    min-height: 700px;
    width: 25%;
}
.mediapoint-list-categories-tab-right-wrapper {
    padding-left: 10px;
    width: 75%;
}
.mediapoint-list-categories-add-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}
.mediapoint-list-categories-add-title p {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #ACB2B5;
    margin: 0;
}
.mediapoint-list-categories-add-btn a {
    border: 2px solid #4c88a01a;
    justify-content: center;
    background: #FCFCFC;
    align-items: center;
    border-radius: 50px;
    padding: 13px 25px;
    display: flex;
}
.mediapoint-list-categories-wrapper a.tab-button {
    border: 1px solid #4c88a01a;
    text-decoration: none;
    background: #E9FAFF;
    padding: 14px 25px;
    border-radius: 5px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #4C88A0;
    display: block;
}
.mediapoint-list-categories-wrapper mediapoint-list-categories-item:not(:last-child) a {
    margin-bottom: 10px;
}
.mediapoint-list-categories-wrapper a.tab-button.active {
    background: #4C88A0;
    color: #FCFCFC;
}
.mediapoint-list-dashboard .settings-dashboard-title-wrapper {
    margin-bottom: 12px;
}
.mediapoint-list-categories-inner-wrapper {
    border: 1px solid #4c88a01a;
    padding: 0 25px 0 20px;
    border-radius: 10px;
    display: flex;
    height: 100%;
}
.mediapoint-list-categories-group-wrapper {
    border-right: 1px solid #4c88a01a;
    padding-right: 30px;
    margin-right: 25px;
    width: 40%;
}
.mediapoint-list-categories-group-title-wrapper, 
.mediapoint-list-categories-list-title-wrapper {
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: center;
    padding-top: 15px;
    display: flex;
}
.mediapoint-list-categories-group-title-wrapper p, 
.mediapoint-list-categories-list-title p {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #ACB2B5;
    margin: 0;
}
.mediapoint-list-categories-group-title-more-btn {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.mediapoint-list-categories-group-title-more {
    position: relative;
    margin-left: 35px;
}
.mediapoint-list-categories-list-title-wrapper {
    justify-content: space-between;
}
.mediapoint-list-categories-list-wrapper {
    width: 60%;
}
.mediapoint-list-categories-list-title-add-btn a {
    justify-content: center;
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #4C88A0;
    display: flex;
}
.mediapoint-list-categories-list-title-add-btn a img {
    margin-right: 15px;
}
.mediapoint-list-categories-list-title-add-btn a p {
    margin: 0;
}
.mediapoint-list-categories-list-title {
    padding-left: 25px;
}
.mediapoint-list-categories-group-list-wrapper a.tab-inner-button {
    border: 1px solid transparent;
    text-decoration: none;
    background: #E9FAFF;
    position: relative;
    padding: 15px 25px;
    border-radius: 5px;
    line-height: 18px;
    font-weight: 500;
    color: #656869;
    font-size: 14px;
    display: block;
}
.mediapoint-list-categories-group-list-wrapper a.tab-inner-button.active {
    border: 1px solid #4c88a0;
}
.mediapoint-list-categories-group-list-wrapper mediapoint-list-categories-inner-item:not(:last-child) a {
    margin-bottom: 7px;
}
.mediapoint-list-categories-group-list-wrapper a.tab-inner-button:before {
    background: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 25px;
    top: 21px;
    transform: rotate(270deg);
}
.mediapoint-list-categories-list-name {
    justify-content: space-between;
    background: #F8F8F9;
    align-items: center;
    padding: 13px 25px;
    border-radius: 5px;
    display: flex;
}
.mediapoint-list-categories-list-name p {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #656869;
    height: 100%;
    margin: 0;
}
.mediapoint-list-categories-list-names-wrapper mediapoint-list-categories-name-item:not(:last-child) .mediapoint-list-categories-list-name {
    margin-bottom: 7px;
}
.mediapoint-list-categories-list-name-more-btn {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
}
.mediapoint-list-categories-inner-wrapper > .mediapoint-list-categories-list-wrapper:first-child {
    width: 100%;
}
.mediapoint-list-categories-inner-wrapper > .mediapoint-list-categories-list-wrapper:first-child .mediapoint-list-categories-list-names-wrapper {
    width: 60%;
}
.mediapoint-list-categories-list-name-more {
    position: relative;
}
div#mediapoint-more-options {
    padding: 15px 30px;
    min-width: 150px;
    right: initial;
    left: 30px;
    top: 0;
}
div#mediapoint-more-options .template-duplicate-btn p {
    color: #656869;
}
div#list-name-more-options {
    padding: 20px 30px;
    min-width: 165px;
}
div#list-name-more-options p {
    line-height: 20px;
    font-size: 16px;
}
div#add-mediapoint-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 35%;
    width: 35%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.file-upload {
    border: 2px solid #4c88a0;
    text-decoration: none;
    background: #FCFCFC;
    border-radius: 5px;
    position: relative;
    padding: 10px 16px;
    text-align: center;
    margin-left: 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    color: #4c88a0;
    outline: none;
    width: 115px;
}
.file-upload input.upload {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    height: 45px;
    z-index: 10;
    width: 100%;
    padding: 0;
    opacity: 0;
    margin: 0;
    right: 0;
    top: 0;
}
input#fileuploadurl::placeholder {
    line-height: 18px;
    font-size: 14px;
    color: #ACB2B5;
}
.add-mediapoint-popup-overlay .add-contact-popup-title-close {
    margin-bottom: 35px;
}
.add-mediapoint-popup-overlay .add-contact-form-name {
    margin-bottom: 25px;
}
.add-mediapoint-popup-overlay .add-contact-form-fields text-field {
    width: 55%;
}
.add-client-popup-add-button-wrapper.add-contact-save-btn.add-mediapoint-save-btn {
    margin-top: 40px;
}
.add-mediapoint-popup-overlay .add-contact-form-phone-email {
    display: block;
    width: 50%;
}
.mediapointPricelistTitle {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer;
    color: #656869;
}
input#mediapointName {
    color: #656869;
}
.TextFieldContainer.mediapointPricelist:after {
    background: url(/img/close-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: none;
    height: 24px;
    bottom: 10px;
    right: -35px;
    content: '';
    width: 24px;
}
.TextFieldContainer.mediapointPricelist.file-added-after:after {
    display: block;
}
.TextFieldContainer.mediapointPricelist {
    position: relative;
}
.mediapointPricelist .size {
    line-height: 18px;
    font-size: 14px;
    color: #ACB2B5;
}
.size-input-wrapper {
    margin-top: 7px;
    display: flex;   
    width: 100%;
}
.file-added-after .size-input-wrapper {
    padding: 13px 20px 13px 30px;
    border: 1px solid #4c88a0;
    background: #F8F8F9;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    color: #4C88A0;
    margin-top: 0;
}
.size-input-wrapper input {
    background: transparent;
    line-height: 18px;
    font-size: 14px;
    color: #ACB2B5;
    width: 100%;
    padding: 0;
    outline: 0;
    border: 0;
}
.file-added-after .size-input-wrapper input {
    font-weight: 500;
    color: #4C88A0;
    width: auto;
}

/* Settings - Supplier List Manager */
.supplier-list-freebie-manage-add-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.supplier-list-freebie-manage-add-wrapper .pre-campaign-buttons-wrapper {
    margin-right: 15px;
    width: auto;
}
.supplier-list-freebie-manage-add-wrapper .pre-campaign-buttons-wrapper a.pre-campaign-button {
    line-height: 20px;
    font-size: 16px;
}
.supplier-list-freebie-manage-add-wrapper .pre-campaign-buttons-wrapper a.pre-campaign-button p {
    margin: 0;
}
.supplier-group-button-container.popup-button-container,
.mediapoints-button-container.popup-button-container {
    margin-right: 10px;
}
.settings-dashboard-content.supplier-list-dashboard .settings-dashboard-title-wrapper {
    margin-bottom: 20px;
}
.pre-campaign-button-wrapper.manage-supplier-btn {
    margin-left: 10px;
}
.popup-group-title {
    margin-bottom: 5px;
    min-width: 300px;
    margin-top: 5px;
}
.popup-group-title p {
    line-height: 18px;
    font-size: 14px;
    color: #656869;
    margin: 0;
}
.supplier-more-options-button-wrapper {
    text-align: right;
    width: 5%;
}
.supplier-list-name {
    width: 18%;
}
.supplier-list-email-contact {
    width: 10%;
}
.supplier-list-mediapoint, 
.supplier-list-price-rate, 
.supplier-list-agency-commission, 
.supplier-list-freebies {
    text-align: center;
    width: 10%;
}
.supplier-list-mediapoint > p, 
.supplier-list-price-rate > p, 
.supplier-list-agency-commission > p, 
.supplier-list-freebies > p {
    justify-content: center;
}
.supplier-list-group, 
.supplier-list-contact {
    width: 12%;
}
.um-campaign-management-wrapper supplier-list:not(:last-child) .um-campaign-content-wrapper {
    border-bottom: 1px solid #4c88a01a;
}
.supplier-list-wrapper .um-campaign-inner-wrapper .um-campaign-content-wrapper p {
    font-weight: 500;
}
.supplier-list-wrapper .um-campaign-inner-wrapper .um-campaign-content-wrapper .supplier-list-email-contact p, 
.supplier-list-wrapper .um-campaign-inner-wrapper .um-campaign-content-wrapper .supplier-list-agency-commission p {
    font-weight: 400;
}
div#add-new-supplier-popup {
    padding: 25px 50px 45px;
    z-index: 999999999;
    background: #FCFCFC;
    border-radius: 20px;
    height: fit-content;
    position: fixed;
    margin: auto;
    width: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.select-supplier-group .select-client-button {
    padding: 8px 16px;
}
.add-supplier-title-wrapper p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #ACB2B5;
    margin: 0;
}
.add-supplier-title-wrapper {
    margin-bottom: 30px;
}
.add-new-supplier-popup-overlay.add-touchpoint-popup-overlay .add-client-popup-title-close {
    margin-bottom: 20px;
}
div#select-supplier-group-popup {
    border: 2px solid #4c88a01a;
    border-radius: 0 0 8px 8px;
    width: calc(100% - 4px);
    padding: 20px 0 15px;
    background: #FCFCFC;
    box-shadow: none;
    border-top: 0;
    z-index: 13;
    top: 50px;
    transition: 0.6s ease-in-out;
}
.select-supplier-group-button-wrapper.select-client-button-wrapper.popup-button-wrapper.focused .popup-button {
    border-bottom-color: transparent;
    border-radius: 8px 8px 0 0;
}
form#addSupplierForm {
    overflow-y: scroll;
    max-height: 725px;
    min-height: 100%;
}
.select-supplier-group .search-select-client.popup-search:before {
    display: none;
}
.select-supplier-group .search-select-client.popup-search {
    padding: 0 25px 0 20px;
    margin-bottom: 15px;
}
.select-supplier-popup-wrapper.popup-overlay-wrapper ul {
    overflow-y: hidden;
    min-height: 200px;
    padding: 0 50px;
    height: 100%;
}
.select-supplier-popup-wrapper .popup-search input {
    min-width: calc(100% - 40px);
    padding: 10px 15px 10px 25px;
    width: calc(100% - 40px);
    background: #FCFCFC;
}
.select-supplier-popup-wrapper.popup-overlay-wrapper ul {
    padding: 0 20px;
}
.select-supplier-popup-wrapper .campaignClient-popup-add-new-client-wrapper {
    padding-top: 10px;
    margin: 0 20px;
}
.select-supplier-popup-wrapper.popup-overlay-wrapper ul li input:checked+label:after {
    bottom: 4px;
}
.add-supplier-title-add-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.add-supplier-details-wrapper .add-supplier-title-wrapper {
    margin-bottom: 0;
}
.add-supplier-add-wrapper a {
    text-decoration: none;
    align-items: center;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #4C88A0;
    display: flex;
}
.add-supplier-add-wrapper a p {
    margin: 0;
}
.add-supplier-details-wrapper {
    border-bottom: 1px solid #4c88a01a;
    padding: 15px 0 10px;
}
.add-supplier-add-wrapper a img {
    margin-right: 15px;
}
.add-supplier-details-wrapper.supplier-mediapoints-wrapper {
    border-top: 1px solid #4c88a01a;
}
.add-new-supplier-popup-overlay .add-client-popup-info-section {
    margin-bottom: 50px;
}
.add-supplier-content {
    justify-content: space-between;
    padding: 10px 20px 10px 25px;
    align-items: center;
    background: #F8F8F9;
    border-radius: 5px;
    display: flex;
}
.add-supplier-content p {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #656869;
    margin: 0;
}
.add-supplier-content-more-wrapper a {
    justify-content: center;
    align-items: center;
    display: flex;
}
.add-supplier-contents-wrapper {
    overflow-y: scroll;
    margin-top: 15px;
    height: 100px;
}
.add-supplier-content-title-price-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 90%;
}
.add-supplier-content-price-available-wrapper {
    align-items: center;
    display: flex;
}
.add-supplier-content-separator-wrapper {
    padding: 0 15px;
}
.add-supplier-content:not(:last-child) {
    margin-bottom: 10px;
}
div#add-freebie-list-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 40%;
    width: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.edit-freebie-popup.add-freebie-list-popup .TextFieldContainer.date-range-field {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}
.edit-freebie-popup.add-freebie-list-popup .edit-client-popup-delete-button-wrapper {
    justify-content: flex-end;
}
.edit-freebie-popup.add-freebie-list-popup .edit-client-popup-delete-button-wrapper a {
    width: fit-content;
    padding: 10px 50px;
}
.add-freebie-list-popup .add-client-popup-title-close {
    margin-bottom: 40px;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper {
    margin-bottom: 0;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field {
    width: 48%;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
    width: 100%;
}
.add-freebie-list-popup .campaign-select-client-container.select-supplier-group.popup-button-container {
    margin-bottom: 0;
    width: 48%;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer input {
    padding: 8px 16px;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper > text-field, 
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper > div {
    margin-bottom: 20px;
}
.add-freebie-list-popup.edit-freebie-popup .add-client-popup-info-section {
    margin-bottom: 20px;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer input {
    color: #656869;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer.valueFreebie input {
    padding-left: 35px;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer.valueFreebie {
    position: relative;
}
.add-freebie-list-popup .add-touchpoint-column-fields-wrapper text-field .TextFieldContainer.valueFreebie:before {
    position: absolute;
    line-height: 20px;
    font-size: 16px;
    color: #ACB2B5;
    content: 'Rs';
    bottom: 10px;
    left: 15px;
}
div#select-supplier-freebie-group-popup {
    border: 2px solid #4c88a01a;
    border-radius: 0 0 8px 8px;
    width: calc(100% - 4px);
    padding: 20px 0 15px;
    background: #FCFCFC;
    box-shadow: none;
    border-top: 0;
    z-index: 13;
    top: 50px;
    transition: 0.6s ease-in-out;
}

div#um-supplier-popup {
    border: 2px solid #4c88a01a;
    border-radius: 15px 0 0 0;
    padding: 35px 25px 15px;
    background: #FCFCFC;
    z-index: 999999999;
    position: fixed;
    width: 500px;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.supplier-list-more-options-button a {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.um-supplier-popup-wrapper .um-client-popup-close-edit-wrapper {
    padding: 0;
}
.um-supplier-popup-wrapper .um-client-popup-details-wrapper {
    margin-bottom: 40px;
}
.um-supplier-popup-mediapoint-freebie-wrapper .add-supplier-details-wrapper.supplier-mediapoints-wrapper {
    margin-bottom: 15px;
}
.um-supplier-popup-mediapoint-freebie-wrapper .add-supplier-contents-wrapper {
    overflow-y: initial;
    margin-top: 20px;
    height: 100%;
}
.um-supplier-popup-mediapoint-freebie-wrapper .add-supplier-details-wrapper .add-supplier-title-add-wrapper {
    border-bottom: 1px solid #4c88a01a;
    padding: 0 10px 10px;
}
.um-supplier-popup-mediapoint-freebie-wrapper .add-supplier-content:not(:last-child) {
    margin-bottom: 5px;
}
.um-supplier-popup-mediapoint-freebie-wrapper .add-supplier-details-wrapper {
    border: 0;
}
.um-supplier-popup-wrapper .company-account-manager-list-wrapper.negotiated-agency-list {
    position: relative;
}
.um-supplier-popup-wrapper .company-account-manager-list-wrapper.negotiated-agency-list:after {
    background: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 7px;
    width: 12px;
    right: 17px;
    top: 40px;
}
div#supplier-list-more-options-popup {
    padding: 20px 30px;
    min-width: 165px;
}
.um-supplier-popup-mediapoint-freebie-wrapper .add-supplier-content-more-wrapper {
    position: relative;
}

/* Settings - Supplier Group Manager */
.supplier-group-dashboard .settings-dashboard-subtitle,
.freebies-list-dashboard .settings-dashboard-subtitle {
    margin-bottom: 20px;
}
.supplier-group-dashboard .settings-dashboard-title-wrapper,
.freebies-list-dashboard .settings-dashboard-title-wrapper {
    margin-bottom: 20px;
}
.um-campaign-content-wrapper .supplier-group-name {
    align-items: center;
    display: flex;
}
.um-campaign-content-wrapper .supplier-group-name .supplier-group-image {
    margin-right: 20px;
}
.um-campaign-content-wrapper .supplier-group-name p {
    color: #4C88A0;
}
.supplier-group-image {
    justify-content: center;
    align-items: center;
    display: flex;
}
.supplier-groups-wrapper .um-campaign-content-wrapper .supplier-group-email-contact p {
    font-weight: 400;
}
.supplier-group-more-options-button a {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}   
.supplier-group-name {
    width: 28%;
}
.supplier-group-contact {
    width: 13%;
}
.supplier-group-email-contact {
    width: 20%;
}
.supplier-group-mediapoints,
.supplier-group-suppliers {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 6%;
}
.supplier-group-freebies {
    width: 13%;
}
.supplier-group-mediapoints {
    width: 12%;
}
.um-campaign-management-wrapper supplier-group-list:not(:last-child) .um-campaign-content-wrapper {
    border-bottom: 1px solid #4c88a01a;
}
div#create-supplier-group-popup {
    box-shadow: -2px 0 10px #0000001a;
    border-radius: 15px 0 0 0;
    background: #FCFCFC;
    z-index: 999999999;
    padding: 25px 0;
    position: fixed;
    width: 575px;
    bottom: 0;
    right: 0;
    top: 0;
    transition: 0.6s ease-in-out;
}
.add-supplier-details-wrapper.supplier-groups-add-wrapper {
    border-top: 1px solid #4c88a01a;
    margin: 0 45px;
}
div#add-supplier-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 40%;
    width: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.add-supplier-popup .popup-overlay-wrapper ul {
    overflow-y: auto;
    height: 100%;
}
.add-supplier-search-selected-wrapper {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}
.add-supplier-selected {
    margin-left: 30px;
}
.add-supplier-selected p {
    line-height: 18px;
    color: #4C88A0;
    font-size: 14px;
    margin: 0;
}
.add-supplier-search-selected-wrapper .popup-search input {
    background: transparent;
}
.add-supplier-search-selected-wrapper .search-supplier-group.popup-search {
    margin-bottom: 0;
}
.add-supplier-popup.edit-freebie-popup .edit-client-popup-delete-button-wrapper .create-new-supplier-button a {
    justify-content: flex-start;
    background: transparent;
    align-items: center;
    color: #4C88A0;
    display: flex;
    padding: 0;
    border: 0;
}
.add-supplier-popup.edit-freebie-popup .edit-client-popup-delete-button-wrapper .create-new-supplier-button a img {
    margin-right: 15px;
}
.edit-freebie-popup .edit-client-popup-delete-button-wrapper .add-supplier-popup-save-button a {
    padding: 10px 50px;
    width: auto;
}

/* Settings - Freebie List */
.freebie-list-more-options-button a {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.freebie-value-button-container, 
.freebie-date-button-container, 
.freebie-supplier-button-container {
    margin-right: 10px;
}
.um-campaign-management-wrapper freebie-list:not(:last-child) .um-campaign-content-wrapper {
    border-bottom: 1px solid #4c88a01a;
}
.supplier-freebie-name {
    width: 25%;
}
.supplier-freebie-value {
    width: 10%;
}
.supplier-freebie-amount {
    justify-content: center;
    display: flex;
    width: 12%;
}
.supplier-freebie-start, 
.supplier-freebie-end {
    justify-content: center;
    display: flex;
    width: 15%;
}
.supplier-freebie-supplier-name {
    width: 15%;
}
div#edit-freebie-list-popup {
    z-index: 999999999999;
    background: #FCFCFC;
    border-radius: 20px;
    padding: 30px 45px;
    position: fixed;
    margin: auto;
    height: 40%;
    width: 40%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.edit-freebie-popup.add-freebie-list-popup.edit-freebie-list-popup .edit-client-popup-delete-button-wrapper {
    justify-content: space-between;
}

/* Login */
.mmt-login-container {
    background: url('/img/mmt-login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    height: 100vh;
}
.mmt-login-wrapper {
    justify-content: flex-end;
    display: flex;
    height: 100%;
}
.mmt-login-form-wrapper {
    box-shadow: 0 2px 10px #0000001a;
    border-radius: 30px 0 0 300px;
    padding: 130px 150px;
    background: #FFFFFF;
    width: 40%;
}
.mmt-login-title-wrapper {
    margin: 80px 0 50px;
}
.mmt-login-title-wrapper h1 {
    line-height: 36px;
    font-weight: 500;
    color: #656869;
    font-size: 32px;
    margin: 0;
}
.mmt-login-logo-wrapper img {
    object-fit: contain;
}
.mmt-login-form-fields .TextFieldContainer {
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
}
.mmt-login-form {
    width: 75%;
}
.mmt-login-form-btn {
    margin-top: 55px;
}
.forgot-password a {
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #4C88A0;
}
.mmt-login-btn a {
    text-decoration: none;
    background: #4C88A0;
    padding: 10px 50px;
    border-radius: 5px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #FCFCFC;
}
.password-field label {
    margin-bottom: 3px;
    line-height: 18px;
    padding-left: 5px;
    color: #656869;
    font-size: 14px;
    margin-top: 0;
}
.password-field input {
    border: 2px solid #4c88a01a;
    background: #FCFCFC;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
    outline: 0;
}
.TextFieldContainer.password-field {
    position: relative;
}
.password-field input::placeholder {
    line-height: 20px;
    color: #ACB2B5;
    font-size: 16px;
}
.hide-password-icon {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 20px;
}
.hide-password-icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.mmt-login-form-fields .TextFieldContainer input {
    background: transparent;
    color: #656869;
}
.mmt-no-account-wrapper {
    margin-top: 25px;
}
.mmt-no-account-btn p {
    line-height: 20px;
    font-size: 16px;
    color: #656869;
    margin: 0;
}
.mmt-no-account-btn p a {
    text-decoration: none;
    font-weight: 600;
    color: #4C88A0;
}

/* Sign Up */
.mmt-login-form-wrapper.mmt-signup-form-wrapper {
    padding: 40px 150px;
}
.mmt-signup-form-wrapper .mmt-login-title-wrapper {
    margin: 30px 0;
}
.password-detail {
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 12px;
    color: #656960;
}
.terms-wrapper input {
    display: none;
}
.terms-wrapper label {
    position: relative;
    padding-left: 30px;
    line-height: 18px;
    font-size: 14px;
    color: #656869;
    display: block;
}
.terms-wrapper label a {
    text-decoration: none;
    font-weight: 600;
    color: #4C88A0;
}
.terms-wrapper label:before {
    background-color: transparent;
    border: 2px solid #4C88A0;
    border-radius: 3px;
    position: absolute;
    height: 15px;
    content: '';
    width: 15px;
    bottom: 0;
    left: 0;
}
.terms-wrapper input:checked+label:before {
    background-color: #4C88A0;
}
.terms-wrapper input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    bottom: 5px;
    height: 10px;
    content: '';
    width: 5px;
    left: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.TextFieldContainer.password-field.signup-password {
    margin-bottom: 5px;
}
.mmt-signup-form-wrapper .mmt-login-title-wrapper h1 {
    line-height: 28px;
    font-size: 25px;
}
.mmt-signup-form-wrapper .mmt-login-logo-wrapper img {
    width: 35%;
}

/* Forgot Password */
.mmt-login-title-wrapper p {
    line-height: 24px;
    font-weight: 500;
    color: #656869;
    font-size: 22px;
    margin: 0;
}
.mmt-login-text-wrapper {
    margin-bottom: 50px;
}
.mmt-login-text-wrapper p {
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    max-width: 60%;
    margin: 0;
}
.mmt-forgot-password-form-wrapper .mmt-login-title-wrapper {
    margin-bottom: 15px;
}

/* Unique Code */
.numberContainer.unique-code {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.numberContainer.unique-code .numberField {
    border: 2px solid #4c88a01a;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    color: #656869;
    font-size: 16px;
    padding: 10px;
    height: 30px;
    width: 30px;
    outline: 0;
}
.numberContainer.unique-code .numberField:not(:last-child) {
    margin-right: 20px;
}

/* New Calendar - Single Media Plan */
.month-picker {
    display: flex;
}
.day-date-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
}
span.day-wrapper {
    text-transform: uppercase;
}
.calendar-content-wrapper {
    display: flex;
}
.calendar-search-filter-selector-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4px;
    display: flex;
}
.calendar-search {
    position: relative;
    margin-right: 11px;
}
.calendar-search input {
    padding: 12px 16px 12px 55px;
    border: 1px solid #4c88a01a;
    width: calc(100% - 73px);
    background: #FCFCFC;
    border-radius: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #ACB2B5;
    outline: 0;
}
.calendar-search:before {
    background: url(/img/search-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    width: 24px;
    content: '';
    left: 20px;
    top: 12px;
}
.calendar-search-filter-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    width: 30%;
}
.calendar-week-month-filter-wrapper {
    width: 45%;
}
.calendar-week-month-filter {
    border: 1px solid #4c88a01a;
    background: #EEF0F0;
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 30px;
    padding: 3px;
}
.calendar-filter {
    background: transparent;
    text-align: center;
    border-radius: 3px;
    line-height: 20px;
    font-weight: 500;
    box-shadow: none;
    font-size: 16px;
    color: #ACB2B5;
    padding: 4px;
    width: 50%;
    border: 0;
}
.calendar-filter.active {
    background: #FCFCFC;
    color: #4C88A0;
}
.calendar-month-selector-wrapper {
    width: 70%;
}
.calendar-search-wrapper {
    width: 55%;
}
.calendar-month-selector {
    justify-content: space-between;
    width: calc(70% - 36px);
    background: #4c88a01f;
    align-items: center;
    border-radius: 5px;
    padding: 7px 15px;
    margin-left: 6px;
    display: flex;
    height: 24px;
}
.calendar-selector-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
}
.left-arrow img {
    transform: rotate(180deg);
}
.calendar-month-title {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #4C88A0;
    height: 18px;
}
.calendar-search input::placeholder {
    line-height: 20px;
    font-size: 16px;
    color: #ACB2B5;
}
.calendar-media-plan-material-specs-wrapper {
    width: 30%;
}
.calendar-timeline-budget-wrapper {
    display: flex;
    width: 70%;
}
.calendar-header-media-plan-material-specs-wrapper {
    display: flex;
}
.calendar-header-title-wrapper {
    width: 50%;
}
.calendar-media-plan-content-wrapper {
    margin-bottom: 8px;
    display: flex;
}
.calendar-media-plan-content-title-wrapper {
    background: #4c88a026;
    position: relative;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 6px;
    display: flex;
    height: 25px;
    width: 50%;
}
.calendar-media-plan-name-duration-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
}
.calendar-material-specs-content-title-wrapper {
    background: #4c88a008;
    border-radius: 5px;
    padding: 8px 15px;
    height: 29px;
    width: 50%;
}
.calendar-timeline-wrapper {
    width: calc(70% + 6px);
    overflow-x: scroll;
    margin-left: 6px;
}
.calendar-budget-wrapper {
    margin-left: 9px;
    width: 30%;
}
.calendar-header-title-wrapper.header-budget {
    padding-bottom: 7px;
    width: 100%;
}
.calendar-header-title-wrapper.header-budget .calendar-header-title {
    margin-bottom: 0;
}
.calendar-budget-title-price-wrapper {
    justify-content: space-between;
    background: #4c88a026;
    align-items: center;
    margin-bottom: 8px;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    height: 25px;
}
.calendar-budget-content-wrapper {
    align-items: center;
    margin-bottom: 8px;
    display: flex;
}
.calendar-header-title {
    justify-content: center;
    background: #EEEEEE;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 7px;
    display: flex;
    height: 50px;
}
.calendar-header-title p {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #656869;
}
.calendar-header-title-wrapper.header-media-plan {
    margin-right: 7px;
}
.date-picker {
    justify-content: center;
    align-items: center;
    background: #EEEEEE;
    border-radius: 5px;
    display: flex;
    height: 50px;
}
.day-date-wrapper {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #656869;
    width: 50px;
}
.date-picker:not(:last-child) {
    margin-right: 3px;
}
.calendar-media-plan-title-wrapper {
    padding: 10px 15px 10px 40px;
    background: #4c88a01f;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    height: 25px;
}
.calendar-media-plan-title-wrapper p {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #4C88A0;
    height: 14px;
}
.calendar-media-plan-title-wrapper.is-open:before {
    transform: rotate(180deg);
}
.calendar-media-plan-title-wrapper:before {
    background: url(/img/touchpoint-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    content: '';
    width: 24px;
    left: 10px;
    top: 12px;
    transform: none;
}
.calendar-media-plan-name p {
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #4C88A0;
}
.calendar-material-specs-name p {
    line-height: 15px;
    font-weight: 400;
    font-size: 11px;
    color: #000000;
}
.calendar-material-specs-name {
    height: 16px;
}
.calendar-budget-title p {
    line-height: 15px;
    font-weight: 500;
    font-size: 11px;
    color: #4C88A0;
}
.calendar-budget-title-price p {
    line-height: 15px;
    color: #000000;
    font-weight: 500;
    font-size: 11px;
}
.calendar-budget-name p {
    line-height: 15px;
    font-weight: 500;
    font-size: 11px;
    color: #4C88A0;
}
.calendar-budget-price p {
    line-height: 15px;
    font-size: 11px;
    color: #000000;
}
.calendar-budget-content-title-wrapper {
    background: #4c88a008;
    align-items: center;
    border-radius: 5px;
    padding: 10px 12px;
    margin-right: 4px;
    display: flex;
    height: 25px;
    width: 50%;
}
.calendar-budget-content-price-wrapper {
    justify-content: flex-end;
    background: #4c88a008;
    align-items: center;
    border-radius: 5px;
    padding: 10px 12px;
    display: flex;
    height: 25px;
    width: 50%;
}
.calendar-timeline-wrapper {
    height: 100%;
}
div#calendar-body,
div#calendar-body-year {
    height: 100%;
}
.month-event-picker {
    height: calc(100% - 65px);
    position: relative;
    margin-top: 7px;
    display: flex;
}
.date-event {
    border-radius: 5px;
    height: 45px;
    width: 50px;
}
.date-event:not(:last-child) {
    margin-bottom: 8px;
}
.date-event-wrapper {
    background: #4c88a008;
    border-radius: 5px;
    height: 100%;
    width: 50px;
}
.date-event-picker:not(:last-child) {
    margin-right: 3px;
}
.date-event-picker:nth-child(even) .date-event-wrapper {
    background: #A5A5A508;
}
.now-line-indicator {
    position: absolute;
    background: #FF800B;
    height: 100%;
    width: 2px;
    left: 0;
}
#calendar-body-year .day-date-wrapper {
    width: 100%;
}
#calendar-body-year .date-picker {
    width: calc(100% / 12);
}
#calendar-body-year .month-date-picker {
    background: #4c88a008;
    width: calc(100% / 12);
    border-radius: 5px;
    display: flex;
}
#calendar-body-year .date-event-wrapper {
    width: 100%;
}
#calendar-body-year .date-event {
    width: 100%;
}
#calendar-body-year .date-event-picker {
    margin-right: 0;
    width: 100%;
}
#calendar-body-year .month-date-picker:not(:last-child) {
    margin-right: 3px;
}
#calendar-body-year .month-date-picker .date-event-wrapper {
    background: transparent;
}
#calendar-body-year .month-date-picker:nth-child(even) .date-event-wrapper {
    background: transparent;
}
#calendar-body-year .month-date-picker:nth-child(even) {
    background: #A5A5A508;
}
.calendar-content-wrapper .accordion-title:after {
    display: none;
}
.calendar-media-plan-content-title-wrapper:hover div#add-freebie-tooltip-popup {
    display: block !important;
    position: absolute;
    z-index: 999;
    left: 60px;
    top: 35px;
}

/* New Calendar - Global Media Plan */
.global-media-calendar .calendar-search-filter-wrapper .download-global-btn-wrapper {
    position: initial;
}
.global-media-calendar .calendar-search-filter-selector-wrapper {
    margin-bottom: 7px;
    display: block;
}
.global-media-calendar .calendar-search-filter-wrapper {
    justify-content: space-between;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: 0;
    width: 80%;
}
.global-media-calendar .calendar-month-selector-wrapper {
    display: flex;
    width: 100%;
}
.global-media-calendar .calendar-month-selector {
    width: calc(80% - 30px);
    margin-left: 0;
}
.global-media-calendar .calendar-header-media-plan-material-specs-wrapper {
    width: 20%;
}
.global-media-calendar .calendar-week-month-filter-wrapper {
    width: 20%;
}
.global-media-calendar .download-global-btn-wrapper p {
    min-height: initial;
    height: 22px;
}
.global-media-calendar .calendar-header-title-wrapper {
    width: 100%;
}
.global-media-calendar .calendar-header-title-wrapper.header-media-plan {
    margin-right: 12px;
}
.global-media-calendar .calendar-header-title {
    height: 100%;
}
.global-media-calendar .calendar-media-plan-material-specs-wrapper {
    width: 20%;
}
.global-media-calendar .calendar-content-media-plan-material-specs-wrapper {
    margin-right: 12px;
}
.global-media-calendar .calendar-timeline-budget-wrapper {
    width: 80%;
}
.global-media-calendar .calendar-timeline-wrapper {
    margin-left: 0;
    width: 100%;
}
.global-media-calendar .now-line-indicator {
    background: #0BF0FF;
}
.global-media-calendar .calendar-media-plan-content-title-wrapper {
    margin-right: 0;
    width: 100%;
}
.global-media-calendar .month-event-picker {
    margin-top: 10px;
}
.global-media-calendar .calendar-media-plan-title-wrapper {
    margin-bottom: 10px;
    height: 30px;
}
.global-media-calendar .calendar-media-plan-title-wrapper:before {
    top: 15px;
}
.main-calendar-wrapper {
    overflow-y: scroll;
    height: 650px;
}
.calendar-header-media-plan-material-specs-wrapper, 
.calendar-header-budget-wrapper, 
.month-picker {
    background: #FFFFFF;
    position: sticky;
    z-index: 999;
    top: 0;
}

/* Test Events */
/* .single-media-graph-wrapper .date-event-picker[data-date='Wed Mar 06 2024'] .date-event-wrapper .date-event:nth-child(5), 
.single-media-graph-wrapper .date-event-picker[data-date='Thu Mar 07 2024'] .date-event-wrapper .date-event:nth-child(5) {
    background: #A081B9;
}
.single-media-graph-wrapper .date-event-picker[data-date='Sun Mar 03 2024'] .date-event-wrapper .date-event:nth-child(5), 
.single-media-graph-wrapper .date-event-picker[data-date='Mon Mar 04 2024'] .date-event-wrapper .date-event:nth-child(5), 
.single-media-graph-wrapper .date-event-picker[data-date='Tue Mar 05 2024'] .date-event-wrapper .date-event:nth-child(5), 
.single-media-graph-wrapper .date-event-picker[data-date='Tue Mar 05 2024'] .date-event-wrapper .date-event:nth-child(6) {
    background: #FFB648;
}
.single-media-graph-wrapper .date-event-picker[data-date='Mon Mar 04 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Tue Mar 05 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Wed Mar 06 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Thu Mar 07 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Fri Mar 08 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Sat Mar 09 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Sun Mar 10 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Mon Mar 11 2024'] .date-event-wrapper .date-event:nth-child(2) {
    background: #CCE9E0;
    border-radius: 0;
}
.single-media-graph-wrapper .date-event-picker[data-date='Mon Mar 04 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Tue Mar 05 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Wed Mar 06 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Thu Mar 07 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Fri Mar 08 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Sat Mar 09 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper .date-event-picker[data-date='Sun Mar 10 2024'] .date-event-wrapper .date-event:nth-child(2) {
    border-right: 3px solid #CCE9E0;
}
.single-media-graph-wrapper .date-event-picker[data-date='Mon Mar 04 2024'] .date-event-wrapper .date-event:nth-child(2) {
    border-radius: 5px 0 0 5px;
}
.single-media-graph-wrapper .date-event-picker[data-date='Mon Mar 11 2024'] .date-event-wrapper .date-event:nth-child(2) {
    border-radius: 0 5px 5px 0;
}
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Mon Mar 04 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Tue Mar 05 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Wed Mar 06 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Thu Mar 07 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Fri Mar 08 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Sat Mar 09 2024'] .date-event-wrapper .date-event:nth-child(2), 
.single-media-graph-wrapper div#calendar-body-year .date-event-picker[data-date='Sun Mar 10 2024'] .date-event-wrapper .date-event:nth-child(2) {
    border-right: 0;
}
.calendar-timeline-wrapper.active {
    overflow: visible;
} */

/* Popup Filter */
.popup-overlay.is-open {
    display: block !important;
}