/* Navbar styling start */

html[data-layout="topnav"] .topnav.custom-nav {
    background: #ffffff;
}

html[data-layout="topnav"] .topnav.custom-nav .nav-item .nav-link, html[data-layout="topnav"] .topnav.custom-nav .nav-item > a {
    color: #2c3141;
}

.topnav.custom-nav .nav-item {
    position: relative;
    width: fit-content;
}

.topnav.custom-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: var(--ct-rendream-red);
    visibility: hidden;
    transition: width 0.3s ease-in-out;
}

.topnav.custom-nav .nav-item:hover::after, .topnav.custom-nav .nav-item.nav-active::after {
    visibility: visible;
    width: 80%;
    left: 10%;
}
/* Navbar styling end */
.campaign-setup .editor-container {
    height: 400px !important;
}

.campaign-setup .editor-container iframe {
    min-width: 100% !important;
}

.campaign-setup .editor-container iframe .meudp.preview-header {
    min-width: 100% !important;
}

.flex-item {
    flex: 1 0 auto;
    justify-content: space-between;
    display: flex;
    color: var(--ct-rendream-blue);
}

.campaign-setup #scheduleContainer {
    width: 100%;
    justify-content: center;
    display: flex
}

.campaign-setup #scheduleContainer .vuejs3-datepicker__value {
    padding: 0px !important;
    border: 0 !important;
    min-width: 10px !important;
}

.campaign-setup #scheduleContainer .vuejs3-datepicker__value svg {
    vertical-align: top !important;
    margin-top: 2px !important;
    margin-left: 5px;
    opacity: 0.7;
}

.campaign-setup #scheduleContainer .vuejs3-datepicker__content {
    margin-left: 5px !important;
}

.ifcampaign-editor--container .ifcampaign-wait-condition--content.ifcampaign-wait--content .follow-up-text {
    display: flex;
    column-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 25px;
}

.campaign-setup .follow-up--container .follow-up-text .form-control {
    padding: .2rem .45rem;
}

.campaign-setup .follow-up--container .form-select {
    padding: .2rem 1.9rem .2rem .45rem;
    background-position: right .45rem center;
}

.multiselect-tag, .nprogress-busy .bar {
    background: var(--ct-rendream-red) !important;
}


.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1100;
    background: rgba(192,192,192, 0.7)
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 1);
    border-top-color: rgb(238, 44, 57);
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.ck-editor .ck-editor__editable_inline {
    height: 360px;
}
.customize-table {
    --easy-table-header-font-color: #fff;
    --easy-table-header-background-color: #989696;
    --easy-table-header-height: 3rem;
    --easy-table-body-row-height: 3rem;

}
