/* global styles */

body.font-sans {
    font-family: 'Open Sans';
}

.bg-menu-primary {
    background-color: #6805B4 !important;
}

.primary {
    color: #8F0BF5;
}

.secondary,
.dropdown-item svg.secondary {
    color: #70DFFF
}

.border-top-config-section {
    border-top: 1px solid #ededed !important;
}

.border-bottom-config-section {
    border-bottom: 1px solid #ededed !important;
}

.create-notification-view .header-primary-text,
.header-primary-text {
    letter-spacing: 0px;
    color: #3F4257;
    font-family: 'Open Sans';
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
}

.header-secondary-text {
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #585A76;
}

.description-header-secondary-text {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1.25px;
    color: #7F8195;
}

label {
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #3F4257;
}

.form-group label {
    margin-bottom: 0.75rem;
}

input.form-control,
select.form-control {
    border: 0.4000000059604645px solid #7F8195;
    border-radius: 18px;
    margin-bottom: 0.75rem;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
    background-image: url("./../images/brand-customized/arrow-down-select.svg");

}


input.form-control::placeholder {
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ACADBF;
}

.btn.otg-primary-btn {
    background: #8F0BF5 0% 0% no-repeat padding-box;
    border-radius: 24px;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 1.25px;
    color: #FFFFFF;
}

.display-none {
    display: none !important;
}

.footer.footer-bg {
    background-image: url("../images/brand-customized/FooterBackground.png");
    background-size: 100% 100%;
}

a.footer-contact-url-link {
    letter-spacing: 0.28px;
    color: #70DFFF !important;
    opacity: 1;
    font-family: 'Open Sans';
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.rights-reserved-footer-text {
    text-align: left;
    letter-spacing: 0px;
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #C8C8D4;
}

.language-selector-footer {
    letter-spacing: 0.28px;
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.footer button.language-selector-footer {
    color: #C8C8D4 !important;
}

.footer button.language-selector-footer:hover {
    color: #C8C8D9 !important;
}

.footer .social-icons-container a {
    color: #70DFFF !important;
}

.nav-link-rounded {
    border: 0.5px solid #E1E2EB;
    border-radius: 24px;
    letter-spacing: 1.25px;
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.nav-link-rounded {
    color: #3F4257;
}


.campaign-name-text {
    letter-spacing: 0px;
    color: #3F4257;
    font-family: 'Open Sans';
    line-height: 44px;
    font-size: 36px;
    font-weight: normal;
}

.campaign-domain-text {
    letter-spacing: 0.28px;
    color: #7F8195;
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

header.campaign-dashboard-bg,
main.campaign-dashboard-bg,
.campaign-dashboard-bg {
    background-color: #F7F8FA;
}

.campaign-summary-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
}


.plan-container {
    background: #3F4257 0% 0% no-repeat padding-box;
    border: 1px solid #3F4257;
    border-radius: 11px;
    width: fit-content;
}

.plan-text {
    letter-spacing: 1.1px;
    color: #70DFFF;
    text-transform: uppercase;
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
}

.card-metrics-container {
    width: 150px;
}

.metric-primary-text {
    font-family: 'Open Sans';
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #3F4257;
}

.metric-secondary-text {
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #7F8195;
}

.menu-campaign a {
    letter-spacing: 1.25px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
}

.campaign-section-nav {
    box-shadow: inset 0px -3px 0px 0px var(--gray-300);
}


.campaign-notification-header {
    letter-spacing: 0.14px;
    color: #3F4257;
    font-family: 'Open Sans';
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 600;
}

a.otg-primary-link-btn,
button.otg-primary-link-btn {
    background: #8F0BF5 0% 0% no-repeat padding-box;
    border-radius: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}

a.otg-link-text,
button.otg-link-text {
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #FFFFFF;
}

.card-metrics-shadow {
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
}

/* table campaign dashboard css */

td .metric-primary-text {
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #3F4257;
}

td .metric-secondary-text {
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: #3F4257;
}

.otg-table-notifications thead th {
    font: normal normal 600 16px/24px Open Sans;
    letter-spacing: 0.32px;
    color: #585A76;
    padding: 25px 15px;
    border-top: none;
}

.otg-table-notifications thead th:first-child {
    padding: 5px;
}

.otg-table-notifications {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.otg-table-notifications-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
    padding: 0px 20px;
}

.otg-table-notifications .notification-name {
    letter-spacing: 0.28px;
    color: #8F0BF5;
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

.otg-table-notifications .notification-type {
    letter-spacing: 0px;
    color: #585A76;
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}


.otg-table-notifications td .td-first-container {
    background: rgba(225, 226, 235, 0.12);
}

.row-selector {
    height: 100%;
}

.drag-icon-selector {
    background: #F5F5F8 0% 0% no-repeat padding-box;
    padding: 2px;
    height: 50px;
}


table.otg-table-notifications {
    border-spacing: 0 15px;
    border-collapse: separate;
}


.otg-table-notifications tr td:first-child {
    background: #F5F5F8 0% 0% no-repeat padding-box;
    border: 0.30000001192092896px solid #C8C8D4;
    border-radius: 10px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 5px;
    padding-left: 5px;
}

.otg-table-notifications tr td:nth-child(2) {
    border-top: 0.30000001192092896px solid #C8C8D4;
    border-bottom: 0.30000001192092896px solid #C8C8D4;
    border-right: none;
    border-left: none;
    background: rgba(225, 226, 235, 0.12);
}

.otg-table-notifications tr td:last-child {
    border: 0.30000001192092896px solid #C8C8D4;
    border-radius: 10px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.otg-table-notifications tr td {
    border-top: 0.30000001192092896px solid #C8C8D4;
    border-bottom: 0.30000001192092896px solid #C8C8D4;
    border-right: none;
    border-left: none;
}

button.otg-filter-btn {
    background: #FBFBFC 0% 0% no-repeat padding-box;
    box-shadow: -1px 1px 3px #0000000f;
    border-radius: 48%;
    border: none;
}

/* Create notification view */

.create-notification-view .header-secondary-text {
    letter-spacing: 0px;
    color: #7F8195;
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}



.create-notification-view .index-text {
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ACADBF;
}

.notification_minimized {
    zoom: 50%;
    padding: 10px;
}

.notification-bell-btn-container.notification-btn-container .notification_minimized {
    zoom: 70% !important;
}

.notification-btn-container:nth-child(1) .notification_minimized,
.notification-btn-container:nth-child(4) .notification_minimized,
.notification-btn-container:nth-child(5) .notification_minimized,
.notification-btn-container:nth-child(6) .notification_minimized {
    zoom: 80%;
}

.notification-btn-container:nth-child(3) .notification_minimized,
.notification-btn-container:nth-child(14) .notification_minimized {
    zoom: 40%;
}

div.notification_preview_bg {
    height: 204px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.notification-btn-container:nth-child(6n+1) div.notification_preview_bg {
    background-image: url("../images/brand-customized/bgNotificationPreview/bgPreview0.png");
}

.notification-btn-container:nth-child(6n+2) div.notification_preview_bg {
    background-image: url("../images/brand-customized/bgNotificationPreview/bgPreview1.png");
}

.notification-btn-container:nth-child(6n+3) div.notification_preview_bg {
    background-image: url("../images/brand-customized/bgNotificationPreview/bgPreview2.png");
}

.notification-btn-container:nth-child(6n+4) div.notification_preview_bg {
    background-image: url("../images/brand-customized/bgNotificationPreview/bgPreview3.png");
}

.notification-btn-container:nth-child(6n+5) div.notification_preview_bg {
    background-image: url("../images/brand-customized/bgNotificationPreview/bgPreview4.png");
}

.notification-btn-container:nth-child(6n) div.notification_preview_bg {
    background-image: url("../images/brand-customized/bgNotificationPreview/bgPreview5.png");
}

.notification-btn-container .notification-description-text {
    letter-spacing: 1px;
    color: #7F8195;
    font-family: 'Open Sans';
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
}

.notification-btn-container .notification-type-text {
    font-family: 'Open Sans';
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.32px;
    color: #7F8195;
}

.notification-btn-container .notification-category-text {
    letter-spacing: 0px;
    font-family: 'Open Sans';
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #7F8195;
}

.notification-btn-container .notification-footer-action-text {
    letter-spacing: 1.25px;
    color: #3F4257;
    font-family: 'Open Sans';
    line-height: 13px;
    font-size: 16px;
    font-weight: normal;
}

a.go-back-link {
    font-family: 'Open Sans';
    line-height: 14px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #ACADBF;
    cursor: pointer;
    text-decoration: none !important;
}

.edit-notification .notification-type {
    font-family: 'Open Sans';
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #7F8195;
}

/* Notification view */

.notification-view-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 10%);
}

.previsualize-container-bg {
    background: rgb(245, 245, 248, 0.75)
}



.edit-notification .menu-option-btn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #E1E2EB;
    border-radius: 7px;
    margin-left: 10px;
    letter-spacing: 1.25px;
    color: #3F4257;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
}

.edit-notification .menu-option-btn:first-child {
    margin-left: 0px;
}

.edit-notification .nav-pills .menu-option-btn .nav-link.active {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #3F4257;

}

.edit-notification .menu-option-btn .nav-link.active svg {
    color: #8F0BF5;
}

.campaign-statistics .menu-name,
.edit-notification .menu-name {
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.14px;
    color: #3F4257;
}

select.form-control.simple-transparent-selector,
select.form-control.simple-transparent-selector:focus,
select.form-control.simple-transparent-selector:hover,
select.form-control.language-selector,
select.form-control.language-selector:focus,
select.form-control.language-selector:hover {
    border: none !important;
    text-align: right;
    box-shadow: none;
}

.simple-transparent-selector option,
.language-selector option {
    background-color: #6805B4 !important;
    color: #FFFFFF;
}

.pickr-container label {
    white-space: nowrap;
}

.pickr-container {
    padding: 16px;
    border: 1px solid #F1F1F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pickr-container-vertical input.form-control,
.pickr-container input.form-control {
    border: 0.4000000059604645px solid #7F8195;
    border-left: 0.4000000059604645px solid #7F8195 !important;
    margin-left: 10px;
    border-radius: 0.25rem;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.pickr-container-vertical .input-group-prepend .pickr button,
.pickr-container .input-group-prepend .pickr button {
    border: 0.4000000059604645px solid #7F8195;
    border-radius: 0.25rem;
}

/* Register views */

.register-title {
    letter-spacing: 0.14px;
    color: #2E314A;
    line-height: 28px;
    font-size: 20px;
    font-weight: normal;
}

.register-form-description {
    letter-spacing: 1.25px;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #7F8195;
}

.bg-register-brand {
    background: #480081 0% 0% no-repeat padding-box;
}

.bg-register-form {
    background: #FAFBFD 0% 0% no-repeat padding-box;
}

.register-brand-title {
    line-height: 38px;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #F1F1F5;
}

.register-brand-description {
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #F1F1F5;
}

.register-form-help {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #585A76;
}

.register-form-help a {
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #585A76;
}

.bg-onboarding-brand {
    background: #FEFEFF 0% 0% no-repeat padding-box;
}

.bg-onboarding-code {
    background: #F1F1F5 0% 0% no-repeat padding-box;
    overflow-x: auto;
}

.onboarding-code-text {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #585A76;
}

button.onboarding-navigation-button,
a.onboarding-navigation-button {
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #2E314A;
    border: none;
    background: transparent;
}

button.onboarding-navigation-button:hover,
a.onboarding-navigation-button:hover {
    text-decoration: underline;
}

.onboarding-menu-item {
    text-transform: uppercase;
    font: normal normal normal 11px/16px Open Sans;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.1px;
    color: #D2D3DC;
    display: flex;
    margin-top: 35px;
}

.onboarding-menu-item.active {
    color: #8F0BF5;
    margin-top: 0;
}

.onboarding-menu-item.checked {
    margin-top: 0;
}

.circular-icon {
    border-radius: 50%;
    border: 1px solid #D2D3DC;
    padding: 0 4px;
    max-height: 18px;
}

.onboarding-menu-item.active .circular-icon {
    border: 1px solid #8F0BF5;
}

div.onboarding-v-line-done {
    border-left: 1px solid #1FADFF;
    margin: 6px 0 6px 9px;
    height: 23px;
}

.onboarding-menu-item .onboarding-submenu-item {
    line-height: 16px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #D2D3DC;
    text-transform: none;
    margin-top: 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.onboarding-menu-item .onboarding-submenu-item.active {
    color: #8F0BF5;
}

.nav-body {
    min-height: 520px;
}

button.onboarding-navigation-button.previous {
    color: #7F8195;
}

.onboarding-subtitle-text {
    letter-spacing: 0.32px;
    color: #3F4257;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.onboarding-subtitle-description {
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #7F8195;
}

.onboarding-select-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.28px;
    color: #585A76;
}

button.onboarding-transparent-select,
button.onboarding-transparent-select:focus,
select.onboarding-transparent-select,
select.onboarding-transparent-select:focus,
select.onboarding-transparent-select:hover {
    border: none;
    background-color: transparent;
    padding-left: 0;
    border-bottom: 0.5px solid #ACADBF;
    border-radius: 0;
    box-shadow: unset;
}

button.onboarding-transparent-select {
    width: 100%;
    text-align: left !important;
}

.onboarding-end-title-text {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3F4257;
}

.onboarding-end-subtitle-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #3F4257;
}

.onboarding-end-description-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #7F8195;
}

.lang-container {
    background: #E7F2FF 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.42px;
    color: #585A76;
    padding: 5px 10px;
    height: fit-content;
    margin-right: 5px;
}

.lang-list-container {
    flex-flow: row wrap;
    align-content: space-between;
}

.lang-blue-color {
    color: #007ECB;
    cursor: pointer;
}

.loading-icon {
    position: absolute;
    left: 40%;
    top: 30%;
}

.register-title.check-script-success-text {
    color: #007ECB
}

.button-transparent-retry {
    color: #8F0BF5;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.button-transparent-retry:hover {
    text-decoration: underline;
    cursor: pointer;
}

button.date-selector {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #E1E2EB;
    border-radius: 24px;
}

.date-selector svg:first-of-type {
    color: #8F0BF5;
}

.daterangepicker .ranges {
    background: #480081 0% 0% no-repeat padding-box;
    color: #70DFFF;
}

.daterangepicker td.in-range.available {
    background: #E7F2FF 0% 0% no-repeat padding-box;
}

.daterangepicker td.available.active.start-date,
.daterangepicker td.available.active.end-date {
    background: #007ECB 0% 0% no-repeat padding-box;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
    background: #6805B4 0% 0% no-repeat padding-box !important;
    border-radius: 14px;
    color: #70DFFF !important;
}

.daterangepicker .drp-buttons .btn.applyBtn {
    background: #8F0BF5 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding: 5px 20px;
    letter-spacing: 1.07px;
    color: #FEFEFF;
    line-height: 16px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.daterangepicker .drp-buttons .btn.cancelBtn {
    background: transparent;
    border-radius: 15px;
    padding: 5px 20px;
    letter-spacing: 1.07px;
    color: #7F8195;
    line-height: 16px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.container-disabled.custom-switch label.custom-control-label::before {
    pointer-events: none;
}

button a.no-underline:hover {
    text-decoration: none;
}

@media (max-width: 720px) {
    .bg-register-form.pl-5 {
        padding-left: 1rem !important;
    }
}

/* card-input style */

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 0px;
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked+.card-input {
    box-shadow: 0 0 1px 1px #8F0BF5;
}

.setup-card-body.card-body {
    line-height: 16px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #7F8195;
    min-height: 100px;
}

.create-notification-nav-link {
    cursor: pointer;
}

.folder-list-item-bg,
.otg-table-notifications tr td.folder-list-item-bg:nth-child(2) {
    background-color: #faf6fe;
}

.a-center {
    display: flex;
    align-items: center;
}

.statistics-select {
    border: 0.5px solid #E1E2EB !important;
}

/* end card-input style */