body {
    font-family: "Open Sans" !important;
}

.mainWrapper {
    height: 100%;
    margin-top: 1.2rem;
    padding-right: 1.2rem !important;
    padding-bottom: 5rem;
}

.mainWrapper .container-custom .headerSection {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.mainWrapper .main-content .container-custom .headerSection {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.customFooter .nav {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.btn-danger {
    background: #FF003F !important;
}

.btn-success {
    background: #28a745 !important;
}

.main-content .container-fluid .card .customHeaderRow {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.Sidebarwrapper .customSidebar {
    height: calc(100vh - 180px) !important;
}

.customSubMenu {
    list-style-type: none !important;
    padding-left: 12px;
}

.customSubMenu .nav-item:first-child {
    padding: 1rem 0 0 0;
    border-top: 1px solid #cecece;
}

.customSubMenu .nav-item:last-child {
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #cecece;
}

.customSubMenuSettings {
    list-style-type: none !important;
    padding-left: 12px;
}

.customSubMenuSettings .nav-item:first-child {
    padding: 1rem 0 0 0;
    border-top: 1px solid #cecece;
}

.customTable {
    overflow: hidden !important;
}

@media screen and (max-width:1700px) {
    .customTable {
        overflow-x: scroll !important;
    }

    #flows-table select {
        min-width: 110px !important;
    }
}

.ps__rail-y {
    position: relative !important;
    display: none !important;
}

.customFixedPlugin {
    top: 5.7rem !important;
    right: 12rem !important;
}

.cusstomClass {
    position: fixed;
    top: -100px;
    right: 45%;
    color: white;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
    transition: top 0.5s ease;
    z-index: 9999999999999;
}

.cusstomClass.show {
    top: 1rem;
}

.container-custom .card .customTable .dataTables_wrapper label input:focus-visible {
    outline: none !important;
}

.sidenav .navbar-nav .nav .nav-item .nav-link i {
    min-width: 0 !important;
}

.sidenav .navbar-nav .nav .nav-item .nav-link .rotate {
    transform: rotate(-180deg);
    transform-origin: center center;
    transition: .2s;
}

.sidenav .navbar-nav .nav .nav-item .nav-link .backToNormal {
    transform: rotate(0deg);
    transform-origin: center center;
    transition: .2s;
}

.sidenav .collapse .navbar-nav .nav .nav-item .submenu .nav-item .active {
    background-color: #fff !important;
    color: #344767 !important;
}

.sidenav .collapse .navbar-nav .nav .nav-item .submenu .nav-item .active .icon {
    background-image: linear-gradient(310deg, #cb0c9f, #cb0c9f) !important;
}

.sidenav .collapse .navbar-nav .nav .nav-item .submenu .nav-item .active .icon i {
    color: white !important;
}

.sidenav .collapse .navbar-nav .nav .nav-item .submenu .nav-item .nav-link .icon {
    padding: 0 !important;
}

.navbar .navbar-brand i span {
    font-family: "Open Sans";
    font-weight: 600;
}

.navbar .navbar-brand i {
    font-size: 35px;
    background: linear-gradient(to right, #ee068a, #aa19af);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #aa19af;
}

.App .mainWrappers {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.5rem;
    background-color: hsla(0, 0%, 100%, .8);
    background-clip: border-box;
    border: 1px solid #FFF;
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.App .mainWrappers .ant-tabs {
    width: 100%;
}

#app {
    position: relative;
}

.App .mainWrappers .ant-tabs .ant-tabs-nav-wrap {
    overflow: inherit;
}

.App .mainWrappers .ant-tabs .ant-tabs-nav-wrap .ant-tabs-tab-active {
    display: none;
}

.App .mainWrappers .ant-tabs .ant-tabs-nav-wrap .ant-tabs-tab {
    display: none;
}

.App .mainWrappers .ant-tabs .ant-tabs-nav-operations {
    display: none;
}

.App .mainWrappers .ant-tabs .ant-tabs-nav::before {
    border-bottom: 0;
}

.App .mainWrappers .ant-tabs .ant-tabs-ink-bar {
    display: none;
}

.App .mainWrappers .ant-tabs .ant-tabs-tab {
    width: auto;
    text-transform: capitalize;
    color: #67748E;
    font-weight: 500;
    padding: 0.4rem 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.App .mainWrappers .ant-tabs .ant-tabs-tab.ant-tabs-tab-active {
    background: #FFF;
    animation: .2s ease;
    border-bottom: 1px solid #67748E !important;
}

.App .mainWrappers .ant-tabs .ant-tabs-tab+.ant-tabs-tab {
    margin-left: 0;
}

.App .mainWrappers .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    color: #67748E;
    font-weight: 600;
}

.App .mainWrappers .btnWrappers {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 1rem;
}

.App .mainWrappers .btnWrappers .createBtn {
    background: linear-gradient(to right, #ee068a, #aa19af);
    padding: 0.3rem 1.8rem;
    height: auto;
    border-radius: 8px;
    color: white;
    border: none;
    font-size: 15px;
}

.App .mainWrappers .btnWrappers .customBTN {
    font-weight: bold;
    font-family: 'Open Sans' !important;
    font-size: 15px !important;
}

.App .mainWrappers .btnWrappers .generateBtn {
    margin-right: 0 !important;
}

.App .mainWrappers .btnWrappers .createBtn:hover {
    color: white;
    outline: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 0.9;
}

.App .mainWrappers .btnWrappers .saveBtn {
    background-color: transparent;
    background-image: none;
    border: 1px solid #cb0c9f;
    color: #cb0c9f;
    letter-spacing: -.025rem;
    background-size: 150%;
    background-position-x: 25%;
    padding: 0.4rem 1.5rem;
    height: auto;
    border-radius: 8px;
}

.App .mainWrappers .btnWrappers .saveBtn:hover {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02);
}


.App .EditorWrapper,
.MonetizationEditor {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    height: 100%;
    width: 100%;
    background: aliceblue;
}

.App .fullScreenFalse {
    min-height: 85vh;
}

.App .fullScreenTrue {
    min-height: 100vh;
}

.navbar .customHeader a {
    font-size: 32px !important;
}

.navbar .customHeader a span {
    background: linear-gradient(to right, #ee068a, #aa19af);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    font-weight: 600 !important;
    font-size: 30px;
}

.dashboardWrapper .card {
    height: 100%;
}

.dashboardWrapper .card .card-body .numbers .newUserCard {
    display: flex;
    align-items: center;
}

.dashboardWrapper .card .card-body .numbers .newUserCard span {
    padding-left: 0.5rem;
}

.no-scroll {
    overflow: hidden !important;
}

.dropdown-menu {
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.show-e {
    transition: max-height 0.3s ease-in-out;
}

.izWLno {
    border-color: magenta !important;
    height: fit-content !important;
}

.iFODCF {
    border-color: magenta !important;
}

.iJqfHh {
    border-color: magenta !important;
}

.ddUAek {
    border-color: magenta !important;
}

.kNUaCO {
    border-color: magenta !important;
}

.jhNfZq {
    border-color: magenta !important;
}


.zVNTP {
    border-color: magenta !important;
}

.kNUaCO {
    background: #FFFFFF !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
    border: 2px solid #2191fe;
    overflow: visible !important;
}

.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.iBwYFL,
.sGTrJ,
.cOPoD,
.klzfeU,
.gMaTf,
.fnMNpp,
.iFODCF,
.jhNfZq,
.ddUAek,
.zVNTP,
.kmnZEK,
.eEIlPw,
.klzfeU,
.iJqfHh,
.kmoLSn {
    background: #FFFFFF !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
    border: 2px solid #2191fe;
    overflow: visible !important;
    height: fit-content !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.gMaTf,
.fnMNpp,
.iFODCF,
.iBwYFL .button-container-e button {
    border-radius: 0.5rem !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cb0c9f;
    color: #cb0c9f;
    font-weight: 500;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.gMaTf,
.fnMNpp,
.iFODCF,
.kmoLSn .iBwYFL .button-container-e button:hover {
    background-color: #FFFFFF;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02);
}

.izWLno,
.gMaTf,
.fnMNpp,
.iFODCF,
.kmoLSn .iBwYFL .button-container-e button:focus {
    color: #ff0080;
    background-color: #FFFFFF !important;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.output-socket .sc-eDDNPB,
.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.fnMNpp,
.iFODCF,
.input-socket .sc-eDDNPB {
    border: 4px solid #F0F0F0;
    background: #344767;
}

.iBwYFL .output-socket .sc-eDvShL,
.iBwYFL .input-socket .sc-eDvShL {
    border: 4px solid #F0F0F0 !important;
    background: #344767 !important;
}

.dOkcJL {
    stroke: #344767 !important
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.iBwYFL .control .question-dropdown-e .dropbtn-e,
.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.fnMNpp,
.iFODCF,
.iBwYFL .control .answer-dropdown-e .dropbtn-e {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    background-color: #FFF;
    color: #67748E;
    border-radius: 0.5rem;
    border: 1px solid #d2d6da;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.fnMNpp,
.iFODCF,
.iBwYFL .control .name-container {
    padding: 0;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.fnMNpp,
.iFODCF,
.iBwYFL .control .name-container .name-input-box {
    font-size: 1rem;
    background: #FFF;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    margin-left: 0 !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.ivHFHW,
.kAWhxx,
.fnMNpp,
.iFODCF,
.iBwYFL .control .age-range-container .checkbox-item-container {
    font-size: 0.875rem;
    color: #67748E;
    margin-left: 10px;
}

.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.fnMNpp,
.iFODCF,
.iBwYFL .control .gender-container .radio-img-container {
    justify-content: flex-start;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.fnMNpp,
.iFODCF,
.iBwYFL .control .gender-container .radio-img-container input[type='radio'] {
    width: 20px;
    height: 20px;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.kmoLSn,
.fnMNpp,
.iFODCF,
.iBwYFL .control .gender-container .radio-img-container .radio-img-label {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
}

.hhwuVj .input-title,
.hhwuVj .output-title,
.clctGa .input-title,
.clctGa .output-title,
.dJtLdk .input-title,
.dJtLdk .output-title,
.fRmVPW .input-title,
.fRmVPW .output-title,
.chqDav .input-title,
.chqDav .output-title,
.ekbCom .input-title,
.ekbCom .output-title,
.cfdPBB .input-title,
.cfdPBB .output-title,
.bQPkzT .input-title,
.kmoLSn .input-title,
.kmoLSn .output-title,
.fnMNpp .input-title,
.fnMNpp .output-title,
.iFODCF .input-title,
.iFODCF .output-title,
.bQPkzT .output-title {
    color: #67748E !important;
    font-weight: 700 !important;
}

.create-flow {
    border-radius: 0.5rem;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
}

.create-flow .swal2-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFF;
    letter-spacing: normal;
    padding: 1rem;
    background-image: linear-gradient(to right, #ee068a, #aa19af);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.create-flow .swal2-input {
    color: #67748E;
    border-radius: 0.5rem;
    border: 1px solid #d2d6da;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    background-color: white;
}

.create-flow .swal2-actions .swal2-confirm {
    background: linear-gradient(to right, #ee068a, #aa19af);
    padding: 0.65rem 1.5rem;
    height: auto;
    border-radius: 0.5rem;
    color: white;
    border: none;
    transition: all 0.3s ease-in-out;
}

.create-flow .swal2-actions .swal2-confirm:hover {
    transform: scale(1.02);
    background: linear-gradient(to right, #ee068a, #aa19af);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07)
}

.create-flow .swal2-actions .swal2-cancel {
    background: #FFFFFF;
    padding: 0.65rem 1.5rem;
    height: auto;
    border-radius: 0.5rem;
    color: #344767;
    border: 1px solid #344767;
    transition: all 0.3s ease-in-out;
}

.create-flow .swal2-actions .swal2-cancel:hover {
    transform: scale(1.02);
    background-image: none;
    opacity: .75;
    box-shadow: none;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07)
}

#flows-table select {
    padding: 0.5rem;
    border-radius: 6px;
    margin: 0 0.4rem;
}

.customTable input[type="search"] {
    padding: 0.5rem;
    border-radius: 6px;
    outline: none;
    border: 1px solid #cecece;
}

.customTable table th {
    color: #344767 !important;
    font-size: 13px !important;
    font-weight: bolder !important;
    opacity: 1 !important;
}

.forgotPasswordWrapper {
    height: 100vh;
}

.btn {
    text-transform: capitalize !important;
    font-size: 13px !important;
    display: flex;
    align-items: center;
}

.btn span {
    text-transform: capitalize !important;
    font-family: "Open Sans" !important;
}

.dataTables_scroll .dataTables_scrollBody {
    min-height: 15vh !important;
}

.navbar-nav {
    justify-content: flex-end;
}

.collapse .customDashboardSearch:focus {
    border-left: unset !important;
    box-shadow: unset !important;

}

.ActiveNodeEditorMonetize {
    border: 2px solid #38bd35 !important;
}

.ActiveNodeEditor svg {
    fill: #ffff;
}

.btn-primary {
    font-size: 14px !important;
    font-weight: bold !important;
}

.EditorWrapper .question-dropdown-e {
    font-family: "Open Sans" !important;
}

.mainWrappers .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list {
    font-family: "Open Sans" !important;
}

.nav-footer .nav-item {
    font-family: "Open Sans" !important;
}

.passwordBox {
    position: relative;
}

.passwordBox i {
    position: absolute;
    top: 12px;
    right: 8px;
    cursor: pointer;
}

.joTtJa {
    width: 150px !important;
}

.sc-jsMboI,
.eNqCTM {
    padding: 5px !important;
    color: white !important;
}

.custom-class-menu {
    padding: 10px !important;
    border-bottom: 1px solid #FFF !important;
    background: #67748E !important;

}

.eNqCTM:last-child {
    border-bottom: 0 !important;
}

.bSdOaN {
    border-radius: 5px;
}

.noQuestionsSwal {
    background: white !important;
    color: #aa19af !important;
    padding: 0.8rem 1.2rem;
    height: auto !important;
    border-radius: 8px !important;
    /* color: white !important; */
    border: none !important;
    font-size: 15px !important;
    font-weight: bold;
}

.noQuestionsSwal:focus {
    box-shadow: none !important;
}

.swal2-popup {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white;
}

.swal2-popup .swal2-icon {
    color: white !important;
    border-color: white !important;
}

.output-title {
    font-size: 14px !important;
    color: black !important;
    font-weight: bold !important;
    font-family: "Open Sans" !important;
}

label {
    font-size: 14px !important;
    color: black !important;
    font-weight: bold !important;
    font-family: "Open Sans";
}

.dropbtn-e {
    font-size: 14px !important;
    color: black !important;
    font-weight: 700 !important;
    font-family: "Open Sans" !important;
}

.iBwYFL,
.fKxHMM,
.jnbDDL .title {
    font-size: 16px !important;
    color: black !important;
    font-weight: bold !important;
    padding: 1rem 0 !important;
    font-family: "Open Sans" !important;
}

.button-container-e button {
    font-family: "Open Sans" !important;
    font-weight: bold !important;
}

.nav-link.active {
    border: 2px solid #b117aa;
}

.swal2-confirm {
    background: white !important;
    border: 1px solid white !important;
    color: #b117aa !important;
    font-weight: bold;
    transition: 0.1s all ease-in-out;
}

.swal2-confirm:hover {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.swal2-cancel {
    font-weight: bold;
}

#search-outer {
    position: relative;
}

#searchResults {
    position: absolute;
    top: 41px;
    left: 16px;
    z-index: 9999;
    background-color: white;
}

#searchResults .inner-search {
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: #fff;
    width: 210px;
    z-index: 2;
    position: relative;
}

.status-color {
    color: #2191fe;
    font-weight: 600;
}

.inner-search div {
    margin-bottom: 5px;
}


.answersModal.show .modal-footer button {
    background: #cb0c9f;
    font-size: 14px !important;
}

.answersModal.show .modal-footer button:hover {
    background: #560c56;
}

.answersModal.show .modal-content {
    border: 2px solid #cb0c9f;
}

.answersModal.show .answerWrapper.row .col-md-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.answersModal.show .answerWrapper.row .col-md-6 p {
    margin-bottom: 0px;
}

.answersModal.show .answerWrapper {
    padding: 1rem 2rem !important;
}

#addContentSection .form-control,
#addImageFileUploader .form-control,
#fileContent .form-control {
    height: 42px;
}

.sidenav {
    margin-top: 0 !important;
}

.btnWrappers .Dropdown-root .Dropdown-control .Dropdown-placeholder {
    color: white !important;
    font-weight: bold !important;
    font-size: 15px;
    font-family: 'Open Sans';
}

.Dropdown-arrow-wrapper .Dropdown-arrow {
    color: white !important;
}

.btnWrappers .Dropdown-root .customBTN span {
    font-family: 'Open Sans' !important;
}

@media screen and (max-width:550px) {
    .customTable {
        width: 100%;
        overflow-x: scroll !important;
    }

    .customTable table {
        width: 100% !important;
    }

    .customTable table td a {
        padding: 0.5rem 0.8rem;
        font-size: 10px;
    }

    .customTable table td .btn {
        padding: 0.5rem 0.8rem;
        font-size: 10px;
    }

    .mainWrapper .container-custom .headerSection a {
        font-size: 10px;
    }

    .mainWrapper .container-custom .headerSection h3 {
        font-size: 20px;
    }
}

.mainWrapper .container-custom {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.EditorWrapper,
.MonetizationEditor .customPadding {
    margin-bottom: 2rem !important;
}

.EditorWrapper,
.MonetizationEditor .customPadding .ant-picker {
    width: 100%;
}

.EditorWrapper,
.MonetizationEditor .customPadding .ant-picker .ant-picker-input {
    padding: 0.5rem 0.2rem;
    color: black;
}

.customTable .dataTables_wrapper .table .answersModal .modal-body .answerWrapper {
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #cecece;
    text-align: left;
}

.customTable .dataTables_wrapper .table .answersModal .modal-body .answerWrapper:last-child {
    border-bottom: none;
}

.customTable .dataTables_wrapper .table .answersModal .modal-body .answerWrapper span {
    font-weight: bold;
    color: black;
    font-family: 'Open Sans';
}

.customTable .dataTables_wrapper .table .answersModal .modal-body .answerWrapper p {
    color: black;
    font-family: 'Open Sans';
}

.customTable .dataTables_wrapper .table .answersModal .modal-header {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.customTable .dataTables_wrapper .table .answersModal .modal-header .btn-close {
    display: none;
}

.EditorWrapper .sc-gLDxTj {
    padding: 5px !important;
    border-bottom: 1px solid #FFF !important;
    background: #67748E !important;
    color: white !important;
}

.EditorWrapper .sc-iAEyCc {
    padding: 5px !important;
    border-bottom: 1px solid #FFF !important;
    background: #67748E !important;
    color: white !important;
}

.EditorWrapper .cgYelU {
    padding: 5px !important;
    border-bottom: 1px solid #FFF !important;
    background: #67748E !important;
    color: white !important;
}

.EditorWrapper .fWKAVw {
    padding: 5px !important;
    border-bottom: 1px solid #FFF !important;
    background: #67748E !important;
    color: white !important;
}

.customTable .dataTables_wrapper .table .answersModal .modal-header .btn-close {
    display: none;
}

.image-inner {
    text-align: center !important;
    margin-right: 10px;
    justify-content: center !important;
}

.images-input-box img {
    height: 130px !important;
    width: 100% !important;
    object-fit: contain !important;
    border-radius: 8px;
    margin-bottom: 10px;
    max-width: 100% !important;
}

.images-input-box {
    border: 1px solid #999 !important;
    padding: 15px !important;
    text-align: center;
    border-radius: 4px;
}

.images-input-box input {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    height: 32px !important;
}

.image-inp button {
    width: 100% !important;
    display: block !important;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidenav .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Open Sans' !important;
}

.actions-btn .btn {
    padding: 8px 14px !important;
}

#flows-table .custom-select-btn {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 8px;
    padding: 8px 14px !important;
}

.flow-table-select-btn .btn {
    background: #fffbfb !important;
    border: 1px solid #9ea5ad !important;
    padding: 5px 10px;
    border-radius: 8px;
    color: #4f5a70 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.answers-img img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.profilePasswordSection .input-group-append {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999999999999999;
}

.profilePasswordSection .input-group-append .input-group-text {
    border: none;
    background: transparent;
    z-index: 999999999999999;
}

.profilePasswordSectionLogin .passwordWrapper {
    position: relative;
}

.profilePasswordSectionLogin .input-group-append .input-group-text {
    border: none;
    background: transparent;
    z-index: 999999999999999;
}

.profilePasswordSectionLogin .input-group-append {
    border: none;
    background: transparent;
    position: absolute;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx {
    overflow: visible !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .answer-dropdown-e .dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .customPadding .gender-title,
.age-range-title {
    text-align: left !important;
    font-size: 17px !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .question-dropdown-e .dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.EditorWrapper .sc-jsMboI .sc-gLDxTj,
.cgYelU {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}


.EditorWrapper .jfOyqS .sc-gLDxTj,
.cgYelU,
.EditorWrapper .sc-jrcSHq,
.EditorWrapper .jhkWDCd,
.EditorWrapper .sc-jrcSHq .sc-gKPSgB:first-child,
.EditorWrapper .jhkWDCd .sc-gKPSgB {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .sc-gLDxTj.eNqCTM .sc-qRuGl.bSdOaN,
.EditorWrapper .sc-gLLuof.ema-dve .sc-qZrbh.gLGYxD,
.EditorWrapper .sc-gLDxTj.cgYelU .sc-qRuGl.bSdOaN {
    display: none !important;
}

.EditorWrapper .sc-gLLuof.fnULoW .sc-qZrbh.gLGYxD {
    width: 150px !important;
}

.surveyModal .ant-modal-body .sd-container-modern .sv-components-column h3 {
    font-size: 16px;
}

.customTable .table .snippetModal .modal-content .modal-body .headerRow {
    display: flex;
    align-items: center;
}

.customTable .table .snippetModal .modal-content .modal-body .headerRow button {
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

.selectbox {
    width: 100% !important;
    margin-bottom: 2rem !important;
}

.selectbox .ant-select-selector {
    padding: 0.5rem;
    height: auto;
}

.selectbox .ant-select-selector .ant-select-arrow {
    height: 100%;
}

.selectbox .ant-select-selector .ant-select-arrow .anticon {
    color: black;
}

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

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

}

.profilePasswordSection .input-group-append {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999999999999999;
}

.profilePasswordSection .input-group-append .input-group-text {
    border: none;
    background: transparent;
    z-index: 999999999999999;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx {
    overflow: visible !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .answer-dropdown-e .dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .customPadding .gender-title,
.age-range-title {
    text-align: left !important;
    font-size: 17px !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .question-dropdown-e .dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.EditorWrapper .jfOyqS .sc-gLDxTj,
.cgYelU {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.profilePasswordSection .input-group-append {
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999999999999999;
}

.profilePasswordSection .input-group-append .input-group-text {
    border: none;
    background: transparent;
    z-index: 999999999999999;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx {
    overflow: visible !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .answer-dropdown-e .dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .customPadding .gender-title,
.age-range-title {
    text-align: left !important;
    font-size: 17px !important;
}

.izWLno,
.jVwAhK,
.fYMKDs,
.ivHFHW,
.kAWhxx,
.control .question-dropdown-e .dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.dropbtn-e {
    font-weight: 700 !important;
    text-align: left !important;
    background-color: #FFF !important;
    color: #000 !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05) !important;
}

.EditorWrapper .jfOyqS .sc-gLDxTj,
.cgYelU {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}


.EditorWrapper .sc-jrcSHq {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .jhkWDCd {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .sc-jrcSHq .sc-gKPSgB:first-child {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .jhkWDCd .sc-gKPSgB {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .jhkWDCd .sc-gKPSgB .sc-gKPSgB,
.sc-iBYPxa,
.foTwop,
.fgxkGd {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    border-bottom: 1px solid #cecece !important;
    border-radius: 0 !important;
    padding: 0.5rem 0 !important;
}

.EditorWrapper .ifSpRO .sc-ghWlax:first-child {
    border-radius: 4px 4px 0 0;
}

.EditorWrapper .ifSpRO .fSIRRz {
    display: none !important;
}

.EditorWrapper .sc-jsEeTM,
.ifSpRO .sc-gLLuof {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .jhkWDCd,
.ifSpRO {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .sc-jrcSHq,
.ifSpRO .sc-gKPSgB:first-child,
.ifSpRO:first-child {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .jhkWDCd .sc-gKPSgB,
.ifSpRO {

    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .sc-jsEeTM,
.ifSpRO {
    width: auto !important;
}

.EditorWrapper .sc-jsEeTM .sc-gLLuof,
.ifSpRO {
    border-bottom: none !important;
    padding: 0.4rem 0.5rem 0.7rem 0.5rem;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.EditorWrapper .sc-hLQSwg,
.ifSpRO {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
    height: fit-content !important;
    color: white !important;
}

.EditorWrapper .sc-hLQSwg .control .question-dropdown-e {
    padding-top: 2rem;
}

.EditorWrapper .sc-hLQSwg .input-socket .sc-jTQCzO .sc-eDLKkx {
    background: #344767 !important;
}

.MonetizationEditor .sc-jsEeTM {
    width: 140px !important;
}

.MonetizationEditor .sc-jsEeTM .sc-gLLuof {
    border-bottom: none !important;
    padding: 0.4rem 0.5rem 0.7rem 0.5rem;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
}

.MonetizationEditor .sc-hLQSwg {
    background: #FFFFFF !important;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
    border: 2px solid #38bd35 !important;
    overflow: visible !important;
}

.MonetizationEditor .sc-hLQSwg .output-socket .sc-jTQCzO .sc-eDLKkx {
    background: #344767 !important;
}

.MonetizationEditor .sc-hLQSwg .input-socket .sc-jTQCzO .sc-eDLKkx {
    background: #344767 !important;
}

.surveyModal .ant-modal-body .sd-container-modern .sv-components-column h3 {
    font-size: 16px;
}

.custom-modal-class .swal2-header .custom-title-class {
    color: white !important;
}

.custom-modal-class .custom-content-class {
    color: white !important;
}


.main-content {
    height: 100%;
    margin-top: 0 !important;
}

.innerWrapper {
    height: 80vh;
}

.sd-root-modern {
    border-radius: 1rem;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}

.sd-root-modern .sd-container-modern .sd-container-modern__title {
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    box-shadow: none;
}

.sd-root-modern .sd-container-modern .sd-container-modern__title h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #344767;
    letter-spacing: normal;
}

.sd-root-modern .sd-container-modern .sv-components-row {
    background-color: #F9F9F9;
    border-radius: 0 0 1rem 1rem;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-element--with-frame {
    padding: 3rem 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}

.sd-root-modern .sv-components-row .sv-components-column .sd-element--with-frame .sd-element__title {
    font-size: .75rem !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #344767;
    margin-left: 1rem;
    text-transform: none;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-element--with-frame .sd-input {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    appearance: none;
    box-shadow: none;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-footer {
    justify-content: space-between;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-footer .sv-action__content .sd-btn {
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFF;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    letter-spacing: normal;
    line-height: normal;
    background-color: transparent;
    background-image: linear-gradient(310deg, #7928ca, #ff0080);
    background-size: 150%;
    background-position-x: 25%;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
    transition: all .15s ease-in;
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-footer .sv-action__content .sd-btn:hover {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    transform: scale(1.02);
}

.sd-root-modern .sv-components-row .sv-components-column .sd-footer .sv-action__content .sd-navigation__prev-btn {
    color: #cb0c9f;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cb0c9f;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-element--with-frame .sd-question__content {
    font-size: .75rem !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #344767;
    margin-left: 1rem;
    text-transform: none;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-element--with-frame .sd-question__content .noUi-value-large {
    transform: translate(-50%, 77%);
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-radio.sd-radio--checked .sd-radio__decorator,
.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-checkbox.sd-checkbox--checked .sd-checkbox__decorator {
    background-color: #cb0c9f;
    box-shadow: none !important;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-imagepicker .sd-imagepicker__item {
    width: 100px;
    height: 100px;
    border: 1px solid #d2d6da;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
}

.sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-imagepicker .sd-imagepicker__item img {
    height: 100%;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-imagepicker .sd-imagepicker__item .sd-imagepicker__label {
    margin: 0;
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-imagepicker .sd-imagepicker__check-decorator {
    width: 25px;
    height: 25px;
    border-radius: 0.5rem;
    padding: 0;
    top: 0.5rem;
    right: 0.5rem;
    text-align: center;
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07);
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-imagepicker .sd-imagepicker__check-decorator svg {
    width: 14px;
    fill: #cb0c9f;
    margin: 0 auto;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-dropdown {
    display: flex;
}

.sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-dropdown .sd-dropdown_clean-button {
    margin-right: 1rem;
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-dropdown .sd-dropdown_clean-button svg {
    width: 16px;
    fill: #344767;
}

.sd-checkbox--checked .sd-checkbox__control:focus+.sd-checkbox__decorator .sd-checkbox__svg use,
.sd-radio--checked .sd-radio__control:focus+.sd-radio__decorator .sd-radio__svg use {
    fill: #FFF;
}

.sd-item__control:focus+.sd-item__decorator {
    box-shadow: 0 0 0 1px #344767 !important;
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-rating__item:focus-within {
    border-color: #cb0c9f;
}

.surveyFlowCard .sd-root-modern .sv-components-row .sv-components-column .sd-question__content .sd-rating__item--selected {
    background-color: #cb0c9f;
}

.table-layout-fixed {
    table-layout: fixed !important;
}

@media screen and (max-width:1600px) {
    .mainWrapper .container-custom .editAnswerCard {
        padding: 3rem !important;
    }

    .btn {
        padding: 0.45rem 0.8rem !important;
    }
}

.dataTables_wrapper table thead tr th {
    color: #000 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    background-color: rgba(217, 217, 217, 0.27) !important;
    border-color: #dee2e6 !important;
}

.dataTables_wrapper table tbody tr td {
    font-size: 0.875rem;
}

.dataTables_info,
.dataTables_paginate .paginate_button {
    font-size: 0.8125rem;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #d2d6da;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999999999 !important;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    text-align: center;
}

#detailsImage {
    max-width: 100%;
    max-height: 100%;
}

.comingSoonWrapper {
    min-height: 80vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comingSoonWrapper h1 {
    font-size: 24px;
}

.reloadSurveyWrapper {
    height: 100%;
    min-height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.reloadSurveyWrapper p {
    padding: 2rem;
    font-size: 25px;
    color: black;
}

.reloadSurveyWrapper .ant-card-body {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.reloadSurveyWrapper .ant-card-body button {
    padding: 0.8rem 1.5rem;
    height: auto;
}


.surveyFlowCard .sd-root-modern .sd-root-modern__wrapper .sd-container-modern .sv-components-row .sv-components-column .sd-page .sd-row .sd-question .sd-error {
    display: none !important;
}


.sd-root-modern .sd-root-modern__wrapper .sd-container-modern .sv-components-row .sv-components-column .sd-page .sd-row .sd-question .sd-error {
    display: none !important;
}


.mainWrapper .dashboardWrapper .customChartCard .card-header {
    display: flex;
    justify-content: space-between;
}

.mainWrapper .dashboardWrapper .customChartCard .card-header select {
    border-radius: 8px;
    padding: 0.2rem 1rem;
    font-family: 'Open Sans';
    font-size: 14px;
}

.mainWrapper .dashboardWrapper .customChartCard .card-header select:focus-visible {
    outline: none !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.mainWrapper .dashboardWrapper .card {
    position: relative;
}

.mainWrapper .dashboardWrapper .card .rightCardDashboard .dropdownFilterFlow {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.customOfferTable tbody tr td.text-start {
    max-width: 15vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customAnswerTable tbody tr td.text-start {
    max-width: 15vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customTemplateTagsTable tbody tr .text-start p {
    max-width: 15vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sv-progressbar-percentage {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 16px;
    line-height: 32px;
}

.sv-progressbar-percentage__title {
    font-size: 20px;
    display: flex;
}

.sv-progressbar-percentage__indicator {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 50%;
    height: 32px;
    border: 1px solid #19b394;
}

.sv-progressbar-percentage__value-bar {
    position: absolute;
    background-color: #19b394;
    left: 0;
    top: 0;
    height: 100%;
}

.sv-progressbar-percentage__value {
    font-size: 20px;
    display: flex;
    color: #19b394;

}

.sliderWrapper {
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.sliderWrapper input {
    width: 100%;
}

.customSelectDropdown {
    color: #67747e !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.customCardHeader {
    display: flex;
    align-items: baseline;
}

.customCardHeader button {
    border: none;
    background-color: transparent;
    font-size: 18px;

}

.customCard .customBody {
    padding: 1rem 2rem 0 2.5rem !important;
}

.icon .customIcon {
    opacity: 1 !important;
    font-size: 0.9rem;
    top: 0 !important;
}


.clickable {
    cursor: pointer;
    display: inline-block;
    align-items: baseline !important;
}

.clickable p {
    position: relative;
    display: inline-block;
    transition: top 0.5s ease;
}


.clickable.active p {
    color: #333;
    font-weight: bold !important;
    border-bottom: 1px solid #000;
}

.clickable:hover p {
    top: -2px;
}

.bg-gradient-custom {
    background-image: linear-gradient(310deg, #17ad37, #98ec2d);
}

.mainContainer .btnSection {
    position: absolute;
    right: 0.5rem;
    z-index: 99;
    top: 7.5rem;
    display: flex;
    border: none;
    align-items: center;
}

@media screen and (max-width:1600px) {
    .mainContainer .btnSection {
        top: 7.5rem;
    }

    .publishedWarning span {
        font-size: 11px;
    }
}

.mainContainer .btnSection button {
    box-shadow: #00000059 0 5px 15px;
    padding: 0.2rem 0.3rem;
    border-radius: 4px;
    background: white;
    height: 100%;
    margin-right: 0.5rem;
}

.mainContainer .btnSection svg {
    font-size: 1.2rem;
    color: #344767;
}

.mainContainer .btnSection svg:hover {
    color: black;
}

.mainContainer .btnSection a {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0.15rem;
    border-radius: 4px;
    margin-left: 0.6rem;
    background: white;
}

.mainContainer .btnSection a:hover {
    color: black;
}

.mainContainer .smallScreenBtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.mainContainer .smallScreenBtn svg {
    font-size: 2rem;
}

.dataTables_filter label input[type="search"] {
    border-radius: 0.5rem;
    border: 1px solid #767676;
}

.dataTables_length label select,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 0.4rem;
}

#flows-table tbody .text-black td {
    background-color: #e9ecef !important;
}

.surveyCard .leftSection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.surveyCard .leftSection .imageWrapper {
    position: relative;
}

.surveyCard .leftSection .imageWrapper .headerSection {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
}

.surveyCard .leftSection .imageWrapper .headerSection h4 {
    font-size: 32px;
    color: black;
    font-weight: bold;
}

.surveyCard .leftSection .imageWrapper .ant-image {
    width: 100%;
}

.surveyCard .leftSection .imageWrapper .ant-image img {
    border-radius: 4px;
}

.surveyCard .sd-progress {
    height: 10px !important;
}

button.dropbtn-e-hidden {
    display: none;
}

.custom-model {
    max-width: 80% !important;
}

.custom-model .modal-content {
    max-width: 100% !important;
}

.main-content .mainWrapper .ExampleModal .modal-dialog {
    max-width: none !important;
    justify-content: center;
}

.main-content .mainWrapper .ExampleModal .modal-dialog .modal-body {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 0;
}

.main-content .mainWrapper .ExampleModal .modal-dialog .modal-body img {
    height: 100%;
    max-height: 850px;
    width: 100%;
}

.snippetModal .ant-modal-content .ant-modal-body .modalBody .iconSection .fileWrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 25vh;
    flex-direction: column;
}

.snippetModal .ant-modal-content .ant-modal-body .modalBody .iconSection .fileWrapper svg {
    font-size: 8rem;
}

.App .EditorWrapper,
.MonetizationEditor {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .09), 0 2px 3px -1px rgba(0, 0, 0, .07);
    height: 100%;
    width: 100%;
}

.App .fullScreenTrue {
    background: #f8f9fa;
}

.navbar .customHeader a {
    font-size: 32px !important;
    padding: 1.5rem 2rem 1.5rem 1.2rem;
}

.EditorWrapper .ant-layout-sider {
    max-width: 400px !important;
    width: 100% !important;
    font-size: 32px !important;
    position: absolute !important;
    height: auto !important;
}

.fullscreen .ant-layout-sider-has-trigger {
    max-width: 400px !important;
    width: 100% !important;
    font-size: 32px !important;
    position: absolute !important;
    height: auto !important;
    padding: 1rem !important;
    top: 5.5rem !important;
    background: white !important;
    z-index: 999 !important;
}

.fullscreen .ant-layout-sider-collapsed {
    width: 100% !important;
    font-size: 25px !important;
    position: relative !important;
    height: auto !important;
    padding: 1rem 0.4rem !important;
    top: 0 !important;
    overflow: hidden !important;
    background: white !important;
    min-width: 40px !important;
    max-width: 40px !important;
}

.fullscreen-enabled .ant-layout-sider {
    top: 0 !important;
}

.fullscreen .ant-layout-sider-children {
    padding-top: 3rem !important;
}

.fullscreen .ant-layout-sider-collapsed .ant-layout-sider-children svg {
    margin: 1rem 0;
    width: 100%;
}

.fullscreen .ant-layout-sider-has-trigger .ant-layout-sider-trigger {
    top: 5px !important;
    right: 0 !important;
    position: absolute !important;
    background-color: white !important;
    color: black !important;
    width: 45px !important;
}

.fullscreen .ant-layout-sider-has-trigger .ant-layout-sider-trigger span {
    font-size: 20px !important;
}

.fullscreen .ant-layout .ant-layout-content {
    margin: 0 !important;
}

.EditorWrapper .ant-layout-sider .ant-layout-sider-trigger {
    width: fit-content !important;
    position: absolute;
    right: -1rem;
    padding: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children {
    cursor: pointer;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection {
    padding: 2rem 0 0 0;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection .ant-select {
    width: 100%;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection .QuestionSection .ant-form-item-control-input {
    min-height: 2px !important;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection {
    padding: 0;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .saveSection {
    display: flex;
    justify-content: center;
    align-items: center;

    button {
        background-color: transparent;
        background-image: linear-gradient(310deg, #7928ca, #ff0080);
        background-size: 150%;
        background-position-x: 25%;

        &:hover {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
    }
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection .ant-checkbox-group {
    width: 100%;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection .ant-checkbox-group .ant-space {
    width: 100%;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection h4 {
    font-family: 'Open Sans';
    display: flex;
    align-items: center;
    font-weight: bold;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection h4 svg {
    margin-right: .5rem;
    font-size: 24px;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection {
    font-family: 'Open Sans';
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection .ant-space-item {
    font-family: 'Open Sans';
    padding: 0.2rem 0.5rem;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection h4 {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection h4 svg {
    margin-right: .5rem;
    font-size: 24px;
}

.fullscreen .question-dropdown-e {
    font-family: "Open Sans" !important;
}

.fullscreen .ant-layout-sider {
    .ant-layout-sider-trigger {
        top: 0rem;
    }
}

.fullscreen .sidebarWrapper h4 {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 1rem;
}

.fullscreen .closedMenu svg {
    margin: 1rem 0;
    font-size: 20px;
}

.snippetModal .ant-modal-content .ant-modal-body .modalBody .iconSection .fileWrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 25vh;
    flex-direction: column;
}

.snippetModal .ant-modal-content .ant-modal-body .modalBody .iconSection .fileWrapper svg {
    font-size: 8rem;
}

.fullScreenFalse .ant-layout-sider {
    max-width: 400px !important;
    width: 100%;
    padding: 1rem;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    background: white;
    min-height: 83vh;
    z-index: 99;
    max-height: 72vh;
    overflow: hidden;
    overflow-y: auto !important;
}

.fullScreenTrue .ant-layout-sider {
    max-width: 400px !important;
    width: 100%;
    padding: 1rem;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    background: white;
    min-height: 100vh;
    z-index: 99;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto !important;
}

.fullscreen .sidebarWrapper .ant-tabs {

    .ant-tabs-nav {
        .ant-tabs-nav-wrap {
            .ant-tabs-nav-list {
                width: 100%;

                .ant-tabs-tab {
                    opacity: 0.5;
                    color: black;
                    width: 33%;
                    border-bottom-color: inherit;
                    border-radius: 2px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-family: 'Open Sans';
                    border-radius: 5px;
                }

                .ant-tabs-tab-active {
                    opacity: 1;
                    background: #a5d8ff;
                    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

                    .ant-tabs-tab-btn {
                        color: #344767;
                        font-family: 'Open Sans';
                        display: flex;
                        align-items: center;
                    }
                }
            }
        }

        .ant-tabs-nav-operations {
            .ant-tabs-nav-more {
                display: none !important;
            }
        }
    }
}

.customuploadWrapper {
    width: fit-content;
    display: flex;
    padding: 10px 0px 0px;

    .ant-upload {
        span {
            padding: 0.5rem 1rem;
            border-radius: 4px;
            background-color: white;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            transition: 0.3s all ease-in-out;
            border: 1px solid #cf0f9b;
            color: #cf0f9b;

            &:hover {
                box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
            }
        }
    }
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection .selectedAnswerBox {
    border: 1px solid #d9d9d9;
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    background: #F0F0F0;
    cursor: not-allowed;
}

.fullscreen .button-container-e-customize {
    padding: 0.5rem;

}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection2 {
    border: 1px solid #d9d9d9;
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection2 .horizontalInputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection2 .horizontalInputs .param,
.value {
    flex: 1;
    margin-right: 10px;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection2 .horizontalInputs .param h4,
.value h4 {
    margin-bottom: 5px;
}

.templateSection2 .closebutton {
    position: absolute;
    top: 0;
    right: 7px;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .saveSection2 {
    margin-top: 10px;
    text-align: right;
}

.Content {
    .ant-tabs-tab-active {
        background: #a5d8ff !important;

        .ant-tabs-tab-btn {
            color: black !important;
            font-weight: 500;
        }
    }
}

.Traffic {
    .ant-tabs-tab-active {
        background: #b2f2bb !important;

        .ant-tabs-tab-btn {
            color: black !important;
            font-weight: 500;
        }
    }
}

.Device {
    .ant-tabs-tab-active {
        background: #ff8787 !important;

        .ant-tabs-tab-btn {
            color: black !important;
            font-weight: 500;
        }
    }
}

.Persona {
    .ant-tabs-tab-active {
        background: #6574cd !important;

        .ant-tabs-tab-btn {
            color: black !important;
            font-weight: 500;
        }
    }
}

.Hidden {
    .ant-tabs-tab-active {
        background: #ff69b4 !important;

        .ant-tabs-tab-btn {
            color: black !important;
            font-weight: 500;
        }
    }
}

.sidebarWrapper {
    padding-bottom: 2.5rem;

    @media screen and (max-width:1600px) {
        padding-bottom: 6rem;
    }

    .ant-tabs {
        .templateSection2 {
            padding: 1rem !important;
            position: relative;

            .firstRow {
                display: flex;
                justify-content: space-between;
                width: 100%;
            }
        }

        .saveSection2 {
            button {
                background: #e64980 !important;
            }
        }

        .btnSectionDevice {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 2rem 0;
            border-top: 1px solid #cecece;
            padding: 1rem;
        }
    }
}

.welcomeContainer {
    height: 100%;

    .welcomeNodeButtons {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        button {
            margin: 0.5rem 0;
            width: 100%;
            padding: 0.6rem;
            height: 100%;
            font-weight: 500;
            font-family: 'Open Sans' !important;
            border: 1px solid transparent;

            &:hover {
                color: black !important;
                border: 1px solid black !important;
                box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            }
        }

        .Content {
            background: #a5d8ff !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .Traffic {
            background: #b2f2bb !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .Device {
            background: #ff8787 !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .Persona {
            background: #6574cd !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .DynamicContent {
            background: #FF69B4 !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }

        .Hidden {
            background: #FF69B4 !important;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
    }

    .welcomeInfoBtn {
        background: transparent;
        border: none;
        position: absolute;
        top: 0rem;
        right: 0rem;
        box-shadow: none;
        font-size: 1rem;
        height: fit-content !important;
        width: fit-content !important;

        &:hover {
            border: none !important;
            background: transparent !important;
        }
    }
}

.newQuestionWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;

    .ant-space-item {
        width: 100%;

        &:last-child {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

        input {
            padding: 0.5rem;

        }
    }
}

.fullscreen .output .output-socket div[title="string"] {
    background: #2f9e44 !important;
}

.fullscreen .output .output-socket div[title="Number"] {
    background: #344767 !important;
}

.fullscreen .output .output-socket div[title="any"] {
    background: #e03131 !important;
}

.fullscreen .output .output-socket div[title="number"] {
    background: #6574cd !important;
}

.customNewAnswerWrapper {
    .ant-space-item {
        &:first-child {
            width: 100%;
        }
    }
}

.customTableCOmponent {
    width: 100% !important;
    overflow: hidden;
}

.customTableCOmponent table {
    width: 100% !important;
}

@media screen and (max-width:1600px) {
    .customTableCOmponent {
        overflow: scroll;
    }
}

.customSpinner .ant-spin-dot .ant-spin-dot-item {
    background-color: #ee068a !important;
}

.ant-message-notice-content {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    ;
}

.ant-message-notice-content .ant-message-success .anticon,
.ant-message-notice-content .ant-message-error .anticon {
    display: none;
}

.notAvailableDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 20vh;
}

.mainContainer .buttonWrapper {
    position: absolute;
    width: 3.5vw;
    bottom: 4rem;
    right: 0;
    z-index: 100 !important;
    display: flex;
}

@media screen and (max-width:1600px) {
    .mainContainer .buttonWrapper {
        bottom: 5rem;
        width: 4vw;
    }
}

.mainContainer .buttonWrapper input[type="button"] {
    width: 25px;
    margin: 0px 0.5rem 2px 0px;
    height: 100%;
    font-size: 22px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.mainContainer .buttonWrapper input[type="button"]:hover {
    color: black;
}

.minAndMaxWrapper #control-hooks_min {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.minAndMaxWrapper #control-hooks_min .ant-input-number {
    width: 50%;
}

.minAndMaxWrapper #control-hooks_max {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.minAndMaxWrapper #control-hooks_max .ant-input-number {
    width: 50%;
}

.minAndMaxWrapper #control-hooks_gap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.minAndMaxWrapper #control-hooks_gap label {
    width: 100%;
}

.predefinedTrafficWrapper {
    display: flex;
    flex-direction: column;
    margin: 1.5rem 0;
    justify-content: flex-start;
    border-bottom: 1px solid #cecece;
    padding-bottom: 2rem;
}

.dropdown-container {
    position: relative;
    width: 346px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
}

.dropdown-selected {
    padding: 6px 12px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    z-index: 1000;
}

.dropdown-item {
    padding: 7px;
    cursor: pointer;
}

.dropdown-item:hover {
    background: #f0f0f0;
}

.dropdown-divider {
    height: 1px;
    background: #e8e8e8;
    margin: 8px 0;
}

.dropdown-add-item {
    display: flex;
    align-items: center;
    padding: 8px;
}

.dropdown-input {
    flex: 1;
    padding: 4px 8px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-right: 8px;
}

.dropdown-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #1890ff;
    font-size: 14px;
}

.dropdown-button:hover {
    color: #40a9ff;
}

.custom-select-container {
    position: relative;
    width: 300px;
}

.custom-select-box {
    padding: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-select-box:hover {
    border-color: #40a9ff;
}

.custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-dropdown .inputSearch {
    display: flex;
    position: absolute;
    right: 0.6rem;
    top: 0.3rem;
    border-left: 1px solid #cecece;
    padding-left: 0.5rem;
}

.custom-select-dropdown .inputSearch button {
    border: none;
    box-shadow: none;
    width: fit-content;
    padding: 0;
}

.custom-select-search {
    width: 100%;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
}

.custom-select-option {
    padding: 8px;
    cursor: pointer;
}

.custom-select-option:hover {
    background: #f0f0f0;
}

.dropdownSectionWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 1rem;
}

.dropdownSectionWrapper .dropdownSection {
    margin: 0 0.5rem;
}

@media (max-width: 1496px) {

    .publishedWarning {
        width: 300px;
    }

    .mainContainer .btnSection {
        top: 11rem;
    }
}

.predefinedTrafficWrapper.my-custom-select-container,
.device-select-container {
    position: relative;
    width: 340px;
    height: 32px;
    font-family: Arial, sans-serif;
}

.predefinedTrafficWrapper .my-custom-select-box,
.device-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff;
    color: #000 !important;
}

.predefinedTrafficWrapper .my-custom-select-box:hover,
.device-select-box:hover {
    border-color: #40a9ff;
}

.predefinedTrafficWrapper .my-custom-select-container .my-arrow,
.device-select-container .my-arrow {
    font-size: 12px;
}

.predefinedTrafficWrapper .my-custom-select-options,
.device-select-options {
    position: absolute;
    top: auto;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.predefinedTrafficWrapper .device-select-options {
    position: absolute;
    top: 2rem;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.predefinedTrafficWrapper .my-custom-select-option,
.device-select-option {
    padding: 10px;
    cursor: pointer;
}

.predefinedTrafficWrapper .my-custom-select-option:hover,
.device-select-option:hover {
    background-color: #f5f5f5;
}

.predefinedTrafficWrapper .my-custom-select-container .span.my-arrow,
.device-select-container .span.my-arrow {
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
}

.predefinedTrafficWrapper .my-custom-select-box,
.device-select-box {
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
}

.icon-sm i {
    top: 0px !important;
}

.htmlEditorWrapper {
    max-height: 90vh;
    height: 100%;
    overflow: hidden;
}

.ActiveTemplateEditor i {
    color: white !important;
}

.mainUploadZipWrapper .moduleCard .card-body .buttonSection {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.mainUploadZipWrapper .moduleCard .card-body .buttonSection button {
    margin-right: 1rem;
}

.customQuestionDropdown {
    position: absolute;
    z-index: 999999;
    width: 100% !important;
}

.customDropdownAnswer {
    width: 100% !important;
}

.customQuestionDropdown .dropdown-me {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    max-height: 37vh;
    min-height: 37vh;
    height: 100%;
}

.predefinedTrafficWrapper .my-custom-select-container {
    font-family: "Open Sans" !important;
}

.predefinedTrafficWrapper .device-select-container {
    font-family: "Open Sans" !important;
}

.customQuestionDropdown .dropdown-me .dropdown-item {
    color: black;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding-right: 1rem;
}

.customQuestionDropdown .dropdown-me .dropdown-item .questionText {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.customQuestionDropdown .dropdown-me .dropdown-item .editQuestion:hover {
    color: #ee068a;
}

.customQuestionDropdown .dropdown-me .dropdown-add-item .dropdown-button {
    color: black;
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateSection2 .custom-select {
    padding: 0.5rem 0.5rem;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #9c9c9c;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .msl-input {
    font-size: inherit !important;
}

.uploadSection {
    display: flex;
    align-items: center;
    width: 340px;
}

.uploadSection a {
    width: 100%;
    max-width: 50.3%;
}

.uploadSection a:first-of-type {
    margin-right: 1rem;
    height: 40px;
}

.uploadSection select#template-type {
    margin-bottom: 0.8rem;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    font-size: 14px;
    font-weight: bold !important;
    height: 40px;
    max-width: 49.3%;
    appearance: auto;
}

#template-type option {
    color: #000;
}

.customQuestionDropdown .dropdown-me .dropdown-search-input {
    width: 100%;
    padding: 0.6rem 0.4rem;
    border: 1px solid #cecece;
}

.customQuestionDropdown .dropdown-me .addNewSection {
    position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    background: white;
}

.customQuestionDropdown .dropdown-me .optionsRow {
    max-height: 23.5vh;
    overflow: hidden;
    overflow-y: scroll;
}

.fullscreen .customMessage {
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 1rem;
    z-index: 999999999999 !important;
}

.fullscreen .customMessage p {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    padding: 0.7rem 2rem;
    border-radius: 12px;
    color: white;
}

.personaWrapperSection {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.personaWrapperSection .resetBtnSection {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personaWrapperSection .resetBtnSection button {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    padding: 0.3rem 2rem;
    border-radius: 10px;
    color: white;
    height: auto;
    border: none !important;
}

.personaWrapperSection .resetBtnSection button:hover {
    outline: none !important;
    border: none !important;
    color: white !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.innerWrapper .surveySelectDropdown .ant-select-selector {
    min-width: 7vw;
    width: max-content !important;
}

.propertyBundlePatternWrapper .nav-link-text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}

.customSubMenu .nav-item .nav-link .icon {
    min-width: 32px !important;
}

.saveSelectedOptions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.saveSelectedOptions button {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    padding: 0.5rem 1rem !important;
    border: none !important;
}

.saveSelectedOptions button:hover {
    color: white !important;
    border: none !important;
}

.predefinedTrafficWrapper .my-custom-select-box .tagsList {
    display: flex;
    flex-wrap: wrap;
}

.predefinedTrafficWrapper .my-custom-select-box .tagsList .selectTags {
    background: #b2f2bb;
    color: black;
    padding: 0.2rem 1rem;
    margin: 0 0.3rem 0.3rem 0;
    border-radius: 8px;
    font-weight: 500;
}

.tagsListDevice {
    display: flex;
    flex-wrap: wrap;
}

.tagsListDevice .selectTags {
    background: #ff8787;
    color: black;
    padding: 0.2rem 1rem;
    margin: 0 0.3rem 0 0;
    border-radius: 8px;
    font-weight: 500;
}

.resetBtnSection {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: flex-start;
    margin-left: 0.4rem;
}

.resetBtnSection label {
    width: 100%;
}

.resetBtnSection button {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    padding: 0.3rem 2rem !important;
    border: none !important;
    height: auto;
    border-radius: 8px;
    font-weight: 700;
    font-family: 'Open Sans';
}

.resetBtnSection button:hover {
    color: white !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.datepickerWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    position: relative;
    margin: 0 1rem;
}

.datepickerWrapperNew {
    margin: 0.5rem 0;
}

.datepickerWrapperNew .datepickerComponentNew {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
}

.datepickerWrapper .datepickerComponent {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
}

.customAdvertiserWrapper {
    display: flex;
    flex-direction: column;
}

.customAdvertiserWrapper .select2-container--default .select2-selection--multiple {
    appearance: none;
    background-color: #fff;
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #d2d6da;
    border-radius: .5rem;
    color: #000;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding: .1rem 1rem .1rem .3rem;
    width: 100%;
}

.customAdvertiserWrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e293d3;
    box-shadow: 0 0 0 2px #e9aede;
    outline: 0;
}

.select2-container--open .select2-results__option {
    padding: 1px 6px !important;
    color: black;
    font-size: 14px !important;
}

.select2-container--open .select2-results__option--highlighted {
    background: #1967d2 !important;
}

.mainWrapper .dashboardWrapper .card .rightCardDashboard .dropdownFilterFlow select {
    padding: 0.4rem 2rem 0.4rem 0.2rem;
    border-radius: 8px;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    border: none !important;
    color: white;
    min-width: 130px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mainWrapper .dashboardWrapper .card .rightCardDashboard .dropdownFilterFlow select:focus-visible {
    outline: none;
    border: none;
}

.mainWrapper .dashboardWrapper .card .rightCardDashboard .dropdownFilterFlow select option {
    color: black;
}

.publishedWarning {
    position: absolute;
    right: 0.5rem;
    top: 5.8rem;
}

.publishedWarning span {
    font-size: 12px;
}

.personaListTags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.personaListTags .selectTags {
    background: #6574CD;
    color: black;
    padding: 0.2rem 1rem;
    margin: 0 0.3rem 0 0;
    border-radius: 8px;
    font-weight: 500;
}

.surveyDataPreviewWrapper {
    select {
        border-radius: 8px;
        background: linear-gradient(to right, #ee068a, #aa19af) !important;
        border: none !important;
        color: white;
        padding: 0.5rem;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

        &:focus-visible {
            outline: none;
            border: none;
        }

        option {
            color: black;
        }
    }
}

.thankYouCustomizeSection {
    .submitBtnWrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

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

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

.loaderContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderDashboard {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #aa19af;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}

.loaderText p {
    color: #fff;
    font-size: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart {
    position: relative;
}

.releaseVersion {
    position: absolute;
    bottom: 1rem;
    left: 40%;
    width: fit-content !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.releaseVersion span {
    font-size: 18px;
}

.editQuestionModal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 2rem 2rem 0 2rem;

            .modalBodyWrapper {
                .currentlyUsedSection {
                    padding: 1rem 0.3rem;
                }

                .editModalBtn {
                    width: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    button {
                        border-radius: 8px;
                        background: linear-gradient(to right, #ee068a, #aa19af) !important;
                        border: none !important;
                        color: white;
                        margin-right: 1rem;
                    }
                }
            }
        }
    }
}

.main-content .helpModal .modal-body .imgBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 2rem 2rem 2rem 0;
}

.main-content .helpModal .modal-header {
    padding: 1rem 1rem 1rem 0;
}

.main-content .helpModal .modal-content {
    height: 100%;
    max-height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0;
}

.dashboardWrapper .widgetCard .col-9 {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.dashboardWrapper .widgetCard .col-3 {
    padding-left: 0 !important;
    padding-right: 2px;
}

@media screen and (max-width:1600px) {

    .resetBtnSection {
        margin-left: 0.4rem;
    }

    .dropdownSectionWrapper .dropdownSection {
        margin: 0 0.4rem;
    }

    .customQuestionDropdown .dropdown-me .optionsRow {
        max-height: 20vh;
    }

    .mainWrapper .dashboardWrapper .card .card-body .icon-shape {
        height: 35px;
        width: 35px;
    }

    .mainWrapper .dashboardWrapper .card .card-body .numbers .text-sm {
        font-size: .775rem !important;
    }

    .dashboardWrapper .widgetCard .col-9 .numbers h5 {
        font-size: 1rem !important;
    }

    .mainWrapper .dashboardWrapper .widgetCard .card-body .icon-shape i {
        top: 10px !important;
    }


    .mainWrapper .dashboardWrapper .graphsBtnWrapper .icon {
        height: 25px !important;
        width: 25px !important;
    }

    .mainWrapper .dashboardWrapper .graphsBtnWrapper h4 {
        font-size: 0.9rem;
    }

    .dashboardWrapper .customChartCard .card-body .graphsBtnWrapper .col-3 .text-md {
        font-size: 0.7rem;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width:1601px) and (max-width:1800px) {
    .dashboardWrapper .customChartCard .card-body .graphsBtnWrapper .col-3 .text-md {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
    }
}

.mainWrapper .dashboardWrapper .graphsBtnWrapper {
    padding-right: 0;
}

.customAdvertiserWrapper .select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    border: none !important;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
}

.customAdvertiserWrapper .select2-container--default.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: white !important;
}

.customAdvertiserWrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    border: none !important;
    color: white;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    margin-left: 5px;
}

.dropdown-me {
    position: relative;
}

.dropdown-me .inputWrapper {
    display: flex;
    width: 100%;
}

.dropdown-me .inputWrapper .inputSearch {
    display: flex;
    position: absolute;
    right: 0.6rem;
    top: 0.3rem;
    border-left: 1px solid #cecece;
    padding-left: 0.5rem;
}

.dropdown-me .inputWrapper .inputSearch button {
    border: none;
    box-shadow: none;
    width: fit-content;
    padding: 0;
}

.navDropdownMenu {
    min-width: 300px !important;
    overflow: hidden !important;
}

.navDropdownMenu .text-sm {
    overflow: hidden;
    text-overflow: ellipsis;
}

.navDropdownMenu .d-flex {
    padding-left: 0 !important;
}

.navDropdownMenu .dropdown-item {
    padding: 5px !important;
}

.navDropdownMenu .dropdown-item .flex-column {
    padding-left: 5px !important;
}

.question-dropdown-content-e {
    width: auto !important;
    height: 100%;
    min-height: 45vh;
    max-width: 17vw !important;
    min-width: 310px !important;
}

.question-dropdown-content-e .search-bar {
    width: 100%;
    border: 1px solid #cecece;
    padding: 0.5rem;
}

.question-dropdown-content-e .searchWrapper {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0;
}

.question-dropdown-content-e .searchWrapper button {
    position: absolute;
    right: 10px;
    top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.answerimagePreview {
    position: relative;
    right: 80px;
    top: 15px;
}

.answerimagePreview img {
    border-radius: 10px;
}

.thankYouWrapper {
    button {
        background: #a5d8ff !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: none !important;
        color: black;
        padding: 0.4rem 1.5rem;
        border-radius: 6px;
        height: 100%;

        &:hover {
            color: black;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
    }
}

.customContentBtn {
    background: #a5d8ff !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none !important;
    color: black;
    padding: 0.4rem 1.5rem;
    border-radius: 6px;
    height: 100%;
}

.customContentBtn {
    border: 1px solid transparent !important;

    &:hover {
        border: 1px solid #000 !important;
        color: black !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    span {
        &:hover {
            color: black !important;
        }
    }
}

.mainWrapper .alert-success {
    width: fit-content;
    position: fixed;
    top: 5px;
    right: 45%;
    color: white;
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
    transition: top 0.5s ease;
    z-index: 9999999999999;
    padding: 0.5rem 5rem;
}

.Sidebarwrapper .grid-container {
    width: 90vw;
    margin: 0 auto;
    height: 90vh;
    display: flex;
    border: 2px solid rgba(0, 0, 0, .4);
    transition: 1s ease;
}

.Sidebarwrapper .sidebar {
    width: 12%;
    height: 100%;
    background-color: #54a;
    transition: 1s ease;
    position: relative;
}

.Sidebarwrapper .main-content {
    width: 12%;
    height: 100%;
    background-color: #ccc;
    transition: 1s ease;
}

.Sidebarwrapper .main-content_large {
    width: 12%;
}

.Sidebarwrapper .sidebar_small {
    width: 5%;
}

.Sidebarwrapper button {
    position: absolute;
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .3);
    left: 100%;
    top: 2rem;
    transform: translateX(-50%);
    cursor: pointer;
}

.sidenav {
    width: 250px;
    transition: width 0.3s;
}

.sidenav.collapsed {
    width: 125px !important;
    height: 5vh;
    overflow: hidden;
}

.sidenav.collapsed .customSidebar {
    height: 5vh !important;
    overflow: hidden !important;
}

.collapsedMainsection #navbarBlur {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #FFF;
    z-index: 10;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15) !important;
}

.sidenav.collapsed .nav-link-text {
    display: none;
}

.sidenav.collapsed .icon {
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.sidenav.collapsed .nav-item {
    padding-left: 10px;
}

.sidenav,
.sidenav .icon,
.sidenav .nav-link-text {
    transition: all 0.3s ease;
}

.navbar-vertical.navbar-expand-xs {
    bottom: 5px !important;
    display: block !important;
    padding: 0 !important;
    position: fixed !important;
    top: 5px !important;
    left: 5px !important;
}

.navbar-vertical.navbar-expand-xs.notCollapsed .navbar-collapse {
    overflow: hidden !important;
    overflow-y: auto !important;
}

.collapsedMainsection {
    margin-left: 0rem !important;
    padding-top: 4rem;
}

.sidenav.collapsed {
    margin-left: 0 !important;
    box-shadow: none !important;
}

.sidenav.collapsed .customHeader .navbar-brand span,
.sidenav.collapsed .navbar-nav {
    display: none;
}

.sidenav.collapsed .navbar-brand {
    padding: 0rem 0.5rem 1.5rem 1.5rem !important;
    order: 2;
}

.customSidebar .customHeader {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}

.collapsed .customHeader .btn-light {
    margin-bottom: 2rem;
}

.customHeader .btn-light {
    padding: 0.5rem 1rem !important;
    background: transparent;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.customHeader .btn-light:hover {
    background: transparent;
    box-shadow: none !important;
}

.customHeader .btn-light:active {
    background: transparent;
    background-color: transparent !important;
    box-shadow: none !important;
}

.customHeader .btn-light:focus-visible {
    outline: none;
}

.customHeader .btn-light:focus {
    background: transparent;
}

.sidenav.collapsed .customHeader .btn-light {
    padding: 0.5rem 0.2rem !important;
}

.navbar-vertical.navbar-expand-xs.notCollapsed .navbar-collapse {
    height: calc(100vh - 100px) !important;
}

table.dataTable {
    width: 100% !important;
}

.collapsedReactMainSection {
    padding-top: 5.8rem !important;
}

.sidenav.collapsed {
    background-color: transparent !important;
}

.sidenav {
    background: white !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.mainWrapper .moduleCard .table-responsives .table tbody .text-right {
    text-align: end;
}


.mappingModal {
    .modalBodyWrapper {
        font-family: "Open Sans" !important;

        h4 {
            font-weight: 600;
            font-size: 1rem;
        }

        .ant-tabs-tab-active {
            background: linear-gradient(to right, #ee068a, #aa19af) !important;
            padding: 0 1rem;
            border-radius: 4px;

            .ant-tabs-tab-btn {
                font-family: "Open Sans" !important;
                color: white;
            }
        }


        .mappingTabMainWrapper {
            ul {
                li {
                    justify-content: space-between;
                    padding: 1rem;
                    font-weight: bold;
                    font-size: 1rem;
                    font-family: "Open Sans" !important;

                    .ant-select-selector {
                        width: 100%;
                    }
                }
            }
        }
    }
}

.main-content {
    .navbar {
        .collapse {
            .nav-item {
                .helpBtn {
                    margin-bottom: 0;
                    background: linear-gradient(to right, #ee068a, #aa19af);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-clip: text;
                    color: transparent;
                    font-weight: 700;
                    border: none;
                    border: 1px solid transparent;
                    border-radius: 8px;

                    &:hover {
                        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
                    }

                    i {
                        padding-right: 0.2rem;
                    }
                }
            }
        }
    }
}

.moduleCard .card-body .form-label {
    display: flex;
}

.moduleCard .card-body .requiredMark {
    color: red;
    align-items: center;
    display: flex;
    height: 100%;
    padding-top: 1px;
    padding-left: 2px;
}

.EditorWrapper .sc-hLQSwg .input {
    position: absolute;
    top: 1rem;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection .ant-space-item p {
    margin-bottom: 1rem;
    font-size: 0.75rem;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection .ant-space-item p span {
    font-weight: bold;
}

.fullscreen .ant-layout-sider .ant-layout-sider-children .templateTagsSection .ant-space-item p b {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
    padding: 0.3rem;
    border-radius: 2px;
}

.datepickerWrapper .datepickerComponent .fa-caret-down {
    padding: 0 0.5rem;
}

.mainContainer .fullscreen .buttonWrapper {
    bottom: 2rem;
    right: 1rem;
}

.mainContainer .fullscreen .buttonWrapper {
    bottom: 2rem;
    right: 1rem;
}

.mainContainer .fullscreen .btnSection {
    top: 2rem;
    right: 1rem;
}

.mainContentSection {
    margin-left: 15.6rem !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    margin: 0 0.30rem !important;
}

.dataTables_filter input[type="search"]:focus-visible {
    outline: none;
}

.dataTables_filter input[type="search"] {
    padding: 0.2rem 0.6rem;
}

.dataTables_length select {
    padding: 0.2rem;
}

.dataTables_length select:focus-visible {
    outline: none;
}

.moduleCard .button-group {
    margin-top: 1.9rem !important;
}

.moduleCard .button-group button {
    margin-bottom: 0;
    letter-spacing: normal;
}

.btn {
    padding: 0.55rem 1.5rem !important;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper select {
    width: 100%;
    padding: 6px;
    padding-right: 30px;
    border: 1px solid #ccc;
    background: transparent;
    appearance: none;
}

.custom-select-wrapper::after {
    content: '▼';
    position: absolute;
    top: 58%;
    right: 5%;
    pointer-events: none;
    font-size: 14px;
    color: #333;
    background: transparent;
    z-index: 1;
}

.custom-select-wrapper select:focus {
    outline: none;
    border-color: #666;
}

#Leadloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

.Leadloader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #aa19af;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

#Leadloader span {
    margin-top: 1rem;
}

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

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

.widgetCard .icon-shape {
    width: 40px !important;
    height: 40px !important;
}

.widgetCard .icon-shape i {
    top: 10px !important;
}

.profilePasswordSectionLogin .btn {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.text-gradient.text-info {
    background-image: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.oblique .oblique-image {
    transform: skewX(3deg) !important;
}

.customRegisterBtnWrapper .btn {
    background-image: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.table-responsives .dataTables_wrapper table.dataTable tbody tr.gray-row {
    background: #e9ecef;
}

.helpModal .modal-header .btn-close {
    color: #344767;
    font-weight: bold;
    opacity: 1;
}

.customOrSection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.customOrSection p {
    width: fit-content;
    background: white;
    text-transform: capitalize;
    color: #344767;
}

.customOrSection span {
    position: absolute;
    top: 0.7rem;
    width: 100%;
}

.dynamicContentForm {
    .ant-card {
        margin: 1rem 0;

        .ant-card-body {
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

            .ant-form-item {
                .ant-row {
                    width: 100%;

                    .ant-col {
                        width: 100%;
                        min-width: 100%;

                        .formWrapper {
                            margin: 1rem 0;
                        }
                    }
                }
            }
        }
    }

    .addMoreWrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;

        button {
            width: fit-content;
        }
    }

    .submitBtnWrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;

        button {
            transition: 0.2s all ease-in-out;

            &:hover {
                margin-top: -5px;
                box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            }
        }
    }

    .removeBtnWrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.welcomeInfoModal {
    .modalBodyWrapper {
        padding: 2rem 0.5rem;

        .checkboxWrapper {
            span {
                display: flex;
                align-items: baseline;
                padding-top: 0.5rem;

                svg {
                    margin-right: 0.5rem;
                    padding-top: 0.2rem;
                    height: 100%;
                }
            }
        }

        .buttonWrapper {
            padding: 2rem 1rem 0 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
}

.gMaTf .output-socket {
    margin-right: -30px !important;
}

.main-content .mainWrapper .pageHeader {
    width: fit-content;
    position: absolute;
    top: 1.1rem;
    left: 0rem;
    padding: 0.4rem 2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.main-content .mainWrapper .pageHeader button {
    border: none;
    background-color: transparent;
}

.main-content .mainWrapper .pageHeader button i {
    height: 100%;
    padding-top: 0.4rem;
    font-size: 20px;
}

.main-content .mainWrapper .pageHeader .text-capitalize {
    margin-bottom: 0;
    background: linear-gradient(to right, #ee068a, #aa19af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    margin-top: 0.1rem;
    font-size: 1.4rem;
}

.collapse .activeFlowWrapper {
    display: flex;
    align-items: center;
}

.collapse .activeFlowWrapper label {
    margin-bottom: 0;
    margin-right: 0.5rem;
    color: #67748E !important;
}

.collapse .activeFlowWrapper #flowName .link-class {
    margin-bottom: 0;
    background: linear-gradient(to right, #ee068a, #aa19af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.searchbarWrapper {
    position: relative;
    padding: 5px 16px;

    i {
        position: absolute;
        right: 1.5rem;
        top: 0.85rem;
    }

    .form-control {
        padding: .3rem .75rem;
    }
}

.footer.customFooter {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f4f5f8;
    padding: 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 1rem 0 0.125rem;
    margin-left: 17rem !important;
    z-index: 1040;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, .05);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .footer.customFooter {
        margin: 0 1rem !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer.customFooter {
        margin: 0 1rem !important;
    }
}

.minAndMaxWrapper {
    .ant-form-item-explain {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.sc-fAUdSK .output {
    position: absolute;
    right: 0;
}

.sc-fAUdSK .output:nth-child(1) {
    bottom: 0%;
}

.sc-fAUdSK .output:nth-child(2) {
    bottom: 5%;
}

.sc-fAUdSK .output:nth-child(3) {
    bottom: 15%;
}

.sc-fAUdSK .output:nth-child(4) {
    bottom: 25%;
}

.sc-fAUdSK .output:nth-child(5) {
    bottom: 35%;
}

.sc-fAUdSK .output:nth-child(6) {
    bottom: 45%;
}

.sc-fAUdSK .output:nth-child(7) {
    bottom: 55%;
}

.sc-fAUdSK .output:nth-child(8) {
    bottom: 65%;
}

.sc-fAUdSK .output:nth-child(9) {
    bottom: 75%;
}

.sc-fAUdSK .output:nth-child(10) {
    bottom: 85%;
}

.sc-fAUdSK .output:nth-child(11) {
    bottom: 95%;
}

.sc-fAUdSK .output:nth-child(12) {
    bottom: 105%;
}

.sc-fAUdSK .output:nth-child(13) {
    bottom: 115%;
}

.sc-fAUdSK .output:nth-child(14) {
    bottom: 125%;
}

.sc-fAUdSK .output:nth-child(15) {
    bottom: 135%;
}

.sc-fAUdSK .output:nth-child(16) {
    bottom: 145%;
}

.sc-fAUdSK .output:nth-child(17) {
    bottom: 155%;
}

.sc-fAUdSK .output:nth-child(18) {
    bottom: 165%;
}

.sc-fAUdSK .output:nth-child(19) {
    bottom: 175%;
}

.sc-fAUdSK .output:nth-child(20) {
    bottom: 185%;
}

.ivHFHW,
.kNUaCO .output {
    position: absolute;
    right: 0;
    bottom: 0 !important;
}

.ivHFHW,
.kNUaCO .control {
    padding-bottom: 2rem !important;
}

.gMaTf .control {
    padding-bottom: 3rem !important;
}

.gMaTf .output {
    position: absolute;
    right: 0.77rem;
    bottom: 0 !important;
}

.gMaTf .control {
    padding-bottom: 8rem !important;
}

.gMaTf .output:nth-child(2) {
    bottom: 0% !important;
}

.gMaTf .output:nth-child(3) {
    bottom: 8% !important;
}

.gMaTf .output:nth-child(4) {
    bottom: 16% !important;
}

.gMaTf .output:nth-child(5) {
    bottom: 24% !important;
}

.gMaTf .output:nth-child(6) {
    bottom: 32% !important;
}

.gMaTf .output:nth-child(7) {
    bottom: 40% !important;
}

.kNUaCO .output:nth-child(2) {
    bottom: 0% !important;
}

.kNUaCO .output:nth-child(3) {
    bottom: 8% !important;
}

.kNUaCO .output:nth-child(4) {
    bottom: 16% !important;
}

.kNUaCO .output:nth-child(5) {
    bottom: 24% !important;
}

.kNUaCO .output:nth-child(6) {
    bottom: 32% !important;
}

.kNUaCO .output:nth-child(7) {
    bottom: 40% !important;
}

.card-header .select-wrapper {
    position: relative;
    display: inline-block;
}

.card-header .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    width: 100%;
    border-radius: 4px;
}

.leadsCard .card-header a {
    margin-bottom: 0;
}

.leadsCard .card-header .d-flex {
    align-items: center;
}

.leadsCard .card-header button {
    margin-bottom: 0;
}

.leadsCard .card-header {
    padding: 1rem !important;
}

.customCard .select-wrapper {
    position: relative;
    display: inline-block;
}

.customCard .select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
    width: 100%;
    border-radius: 4px;
}

.customCard .form-select {
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customCard .customCol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.customCard .datepickerComponent {
    width: fit-content !important;
}

.customCard .select-wrapper select {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    appearance: auto !important;
    padding-right: 0.5rem;
}

.customCard .select-wrapper select option {
    color: black;
    background-color: white;
    font-weight: normal;
}

.customLeadsTable tbody td a {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
    margin-bottom: 0;
}

.leadsCard .datepickerComponent {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white;
    padding: 0.5rem;
    border-radius: 8px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
    padding-right: 1rem !important;
}

.leadsCard .datepickerComponent .fa-caret-down {
    padding-left: 0.5rem;
}

.customLeadsTable thead tr th::before {
    right: 3px !important;
}

.customLeadsTable thead tr th::after {
    right: 3px !important;
}

.customLeadsTable thead tr th {
    color: black !important;
    background: #D9D9D9 !important;
}

.customDetailed thead tr th {
    color: #fff !important;
    background-color: #36393e !important;
    border-color: #32383e !important;
}

.moduleCard .settingsRow .customQuestionDivSection {
    border-radius: 4px;
}

.select2-container {
    border: 1px solid #d2d6da !important;
    border-radius: .5rem !important;
}

.select2-container .select2-selection--multiple {
    border: none !important;
    border-radius: .5em !important;
}

.customQuestionDivSection #questionsDiv {
    display: flex;
    flex-direction: column;
}

.customQuestionDivSection #questionsDiv .select2-selection__choice {
    color: black !important;
}

.customFilterModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.customFilterModal .modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 0px;
    border-radius: 8px;
    width: 40%;
    max-height: 80%;
    overflow-y: auto;
    position: relative;
    padding-top: 0;
}

.customFilterModal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 1rem;
}

.customFilterModal .close:hover,
.customFilterModal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.customFilterModal .form-group {
    margin-bottom: 15px;
}

.customFilterModal label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-align: left !important;
}

.customFilterModal .form-select {
    width: 100%;
    padding: 8px;
    border: none;
    /* Remove default border */
    border-radius: 8px;
    /* Ensure rounded corners */
    background: white;
    /* Cover the inner part */
    outline: none;
    appearance: none;
}

.customFilterModal .selectWrapper {
    position: relative;
    display: inline-block;
    padding: 2px;
    /* Space for gradient border */
    border-radius: 10px;
    background: linear-gradient(to right, #ee068a, #aa19af);
    width: 100%;
}

.customFilterModal h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.customFilterModal hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.card {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.card-header {
    background-color: #f8f9fa;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

.card-body {
    padding: 20px;
}

.customFilterModal .btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
}

.customFilterModal .cards .cardHeader {
    text-align: left;
    padding: 1rem 0rem 0.6rem 0rem;
    border-bottom: 1px solid #cecece;
    margin: 0 1rem;
}

.customFilterModal .cards .cardHeader h5 {
    margin-bottom: 0 !important;
}

.customFilterModal .modal-body {
    padding: 0 10px !important;
    overflow: hidden;
}

.customFilterModal .submitWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    margin-bottom: 0 !important;
    border-top: 1px solid #cecece;
}

.customFilterModal .submitWrapper button {
    width: fit-content !important;
}

.customFilterModal .modal-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.customFilterModal .modal-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, #ee068a, #aa19af);
    border-radius: 2px;
}

.customFilterModal .modal-header h5 {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.customFilterModal .modal-body .card-body {
    padding-bottom: 0;
}

.mainWrapper .card-body .moduleCard .card-header {
    padding: 1rem 0 !important;
}

.mainWrapper .card-body .moduleCard .card-header h4::after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(to right, #ee068a, #aa19af);
    margin-top: 8px;
    width: 6.5%;
}

.mainWrapper .moduleCard .card-body .card-header h4::after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(to right, #ee068a, #aa19af);
    margin-top: 8px;
    width: 6.5%;
}

.Seedermodal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.Seedermodal .modal-header {
    border-bottom: none;
    background: var(--PopUpHeader, linear-gradient(180deg, rgba(136, 3, 79, 0.30) 0%, rgba(238, 6, 138, 0.00) 100%));
}

.Seedermodal .modal-header .header-img {
    width: 130px;
    margin: 2rem auto;
}

.Seedermodal .modal-header .close-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 1rem;
    right: 1rem;
    background: #FFF;
    margin-bottom: 0;
    padding: 0 !important;
}

.Seedermodal .modal-content {
    background-color: #FFFFFF;
    margin: auto;
    padding: 0px;
    border: 0px solid #888;
    width: 40%;
}

.Seedermodal .modal-content .step-text {
    color: #67748E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
}

.Seedermodal .closeSection {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0rem;
    right: 1rem;
    z-index: 9999999999;
}

.Seedermodal .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: fit-content;
}

.Seedermodal .close:hover,
.Seedermodal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.Seedermodal .modal-footer .btn-cancel {
    font-size: 16px;
    font-weight: 600;
    color: #67748E;
    border-radius: 10px;
    border: 1px solid #67748E;
    background: #FFF;
}

.Seedermodal .modal-footer .btn-submit {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    border: 1px solid #EE068A;
    background: var(--Liner, linear-gradient(180deg, #EE068A 0%, #88034F 100%));
}

.Seedermodal .modal-body .dataWrapper {
    padding: 1.5rem 0;
    max-width: 60%;
    margin: 0 auto;
}

.Seedermodal .dataWrapper input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #EE068A;
}

.Seedermodal .modal-body .btnSection button {
    background: linear-gradient(to right, #ee068a, #aa19af) !important;
    color: white !important;
}

.Seedermodal .customPersonaGender .gender-dropdown {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.customPersonaGender .gender-dropdown select {
    appearance: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.customPersonaGender .gender-dropdown select option[data-img] {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 25px;
}

.customPersonaGender .gender-dropdown .selected-gender-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
}

.slider-container {
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #01940b;
}

.customPersonaSlider .range-wrapper {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.slider {
    width: 100%;
    margin-top: 10px;
}

.customPersonaSlider .noUi-handle {
    border-radius: 50%;
    background: #555;
    width: 20px;
    height: 20px;
    top: -8px;
    z-index: 9999;
}

.customPersonaSlider .noUi-connect {
    background-image: linear-gradient(to right, #ee068a, #aa19af);
}

.customPersonaSlider .noUi-handle {
    background: #ff6347;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -12px;
    z-index: 9999;
}

.customPersonaSlider .noUi-handle-lower {
    background: #4caf50;
}

.customPersonaSlider .noUi-handle-upper {
    background: #2196f3;
}

.customPersonaSlider .noUi-handle:hover {
    background: linear-gradient(to right, #ee068a, #aa19af);
}

.customPersonaSlider .noUi-horizontal .noUi-handle {
    width: 26px !important;
    height: 25px !important;
    left: -17px;
    top: 2px !important;
    transition: none;
}

.customPersonaSlider .noUi-horizontal .noUi-handle::after {
    top: 6px !important;
    left: 14px !important;
}

.customPersonaSlider .noUi-horizontal .noUi-handle::before {
    left: 10px !important;
}

.customPersonaSlider .range-wrapper {
    display: flex;
    justify-content: space-between;
}

.customPersonaSlider .range-wrapper .auto {
    display: flex;
}

.customPersonaSlider .range-wrapper .auto h5 {
    font-size: 0.88rem;
}

.customPersonaSlider .slider .noUi-connects {
    top: 1px !important;
}

.customPersonaGender .select2 .select2-selection {
    height: auto !important;
    min-height: 30px !important;
    padding: 0.4rem 0 !important;
    border-radius: 8px !important;
    border: none !important;
}

.customPersonaGender .select2 .select2-selection .select2-selection__arrow {
    top: 8px;
}

.customPersonaGender .select2 {
    height: auto !important;
    min-height: 30px !important;
}

.select2-container .select2-search {
    display: none;
}

.moduleCard .customAdvertiserWrapper .select2-container {
    height: auto !important;
    min-height: 40px !important;
    width: 100% !important;
}

.moduleCard .customAdvertiserWrapper .select2-selection {
    height: auto !important;
    min-height: 40px !important;
}

.moduleCard .customAdvertiserWrapper .select2-selection .select2-selection__clear {
    margin-top: 8px;
    margin-right: 0px;
}

.customLeadsTable .filter-length-box {
    justify-content: space-between;
    position: absolute;
    width: 95%;
}

.customLeadsTable .custom-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customLeadsTable table {
    padding-top: 1rem;
    margin-bottom: 0rem !important;
}

.customLeadsTable .dataTables_paginate,
.customLeadsTable .dataTables_info {
    margin-top: 1rem;
}

.customLeadsTable .dataTables_paginate .paginate_button {
    padding: 0 0.6rem;
    cursor: pointer;
    color: black;
    font-weight: bold;
}

.loginNavbar .navbar-brand span {
    background: linear-gradient(to right, #ee068a, #aa19af);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    font-weight: 700 !important;
    font-size: 30px;
}

.dateWrapper .dropdown .dropdown-toggle::after {
    right: 0.6rem;
    position: absolute;
}

.customwidgetsRow {
    margin-bottom: 1rem;
}

.customwidgetsRow .widgetCard {
    height: 100%;
}

.customwidgetsRow .textCol {
    padding: 0;
}

.customwidgetsRow .text-end .icon-shape {
    width: 36px !important;
    height: 36px !important;
}

.customwidgetsRow .text-end .icon-shape i {
    top: 8px !important;
}

@media screen and (max-width:1600px) {
    .customwidgetsRow .text-end {
        padding-left: 0;
    }
}

.selectDropdownRow {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.selectDropdownRow .textCol h3 {
    margin-bottom: 0;
}

.newRegisterationWrapper .submitWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

.customLeadsTable .filter-length-box {
    justify-content: space-between;
    position: absolute;
    width: 95%;
}

.customLeadsTable .custom-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customLeadsTable .dataTables_paginate .paginate_button {
    padding: 0 0.6rem;
    cursor: pointer;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding-bottom: .675rem !important;
    padding-top: .675rem !important;
}

.customPasswordBox .fas {
    top: 45px !important;
}

.customShadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.leadsWrapper .statistics-row,
.leadsWrapper .data-chart-row,
.leadsWrapper .select-row,
.leadsWrapper .filter-row,
.leadsWrapper .data-table-row {
    margin-bottom: 1rem;
}

.leadsWrapper .statistics-card,
.leadsWrapper .select-row-card,
.leadsWrapper .chart-card,
.leadsWrapper .filter-card,
.leadsWrapper .data-table-card {
    height: 100%;
    border-radius: 8px;
    box-shadow: 4px 4px 16px -4px rgba(218, 221, 232, 0.80);
}

.leadsWrapper .statistics-card .inner-body {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.leadsWrapper .statistics-card .inner-body .card-icon {
    font-size: 1.5rem;
    color: #FFF;
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
    background: var(--Liner, linear-gradient(180deg, #EE068A 0%, #88034F 100%));
}

.leadsWrapper .statistics-card .inner-body .card-content {
    padding: 0.625rem;
}

.leadsWrapper .statistics-card .inner-body .card-content .title {
    font-size: 0.875rem;
    color: #67748E;
    line-height: normal;
    margin-bottom: 0;
}

.leadsWrapper .statistics-card .inner-body .card-content .count {
    font-size: 2rem;
    font-weight: 600;
    color: #232323;
    line-height: normal;
    margin-bottom: 0;
}

.leadsWrapper .custom-select {
    border-radius: 10px;
    border: 1px solid #EE068A;
}

.leadsWrapper .data-chart-row .chart-card .card-header,
.leadsWrapper .filter-row .filter-card .card-header,
.leadsWrapper .data-table-row .data-table-card .card-header {
    border-radius: 10px 0px 0px 0px;
    border-left: 3px solid var(--Liner, #EE068A);
    border-bottom: 1px solid #D9D9D9;
    border-top-right-radius: 10px;
}

.leadsWrapper .data-chart-row .chart-card .card-header .card-title,
.leadsWrapper .filter-row .filter-card .card-header .card-title,
.leadsWrapper .data-table-row .data-table-card .card-header .card-title {
    font-size: 1.125rem;
    color: #67748E;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.leadsWrapper .filter-row .filter-card .datepickerComponent {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding: .5rem 1rem .5rem .75rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #EE068A;
}

.leadsWrapper .custom-primary-btn {
    width: 100%;
    color: #FFF;
    padding: 0.75rem .5rem !important;
    border-radius: 10px !important;
    border: 1 solid #EE068A !important;
    background: var(--Liner, linear-gradient(180deg, #EE068A 0%, #88034F 100%));
}

.leadsWrapper .custom-primary-btn:hover {
    color: #FFF;
    font-size: 1rem;
}

.leadsWrapper .dropdown .btn-primary-dropdown {
    width: 100%;
    font-size: .875rem !important;
    font-weight: 400;
    line-height: 1.4rem;
    padding: 0.5rem 0.75rem !important;
    border-radius: 10px;
    border: 1px solid #EE068A;
    justify-content: space-between;
}

.leadsWrapper .dropdown .btn-primary-dropdown:hover {
    transform: scale(1) !important;
}

.leadsWrapper .dropdown .dropdown-menu.show {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
}

.leadsWrapper .dropdown .dropdown-menu.show li {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

table#myTable {
    padding-top: 0;
}

.activeFlowDropdownWrapper {
    max-height: 30vh;
}

.customDropdownMenu {
    max-height: 25vh;
    overflow-y: auto;
    transition: max-height 0.3s ease;
}

.customDropdownMenu.show {
    display: block !important;
}

.customQuesDivSection .select2-container {
    padding: 3px !important;
    margin-left: 10px;
}

.questionSelectDropdown {
    width: 180px;
    max-width: 100%;
    overflow: hidden;
}

@media screen and (max-width:1400px) {
    .navbar .navbar-brand {
        padding: 0 !important;
    }

    .navbar .navbar-brand .monetizeHeader {
        font-size: 25px;
    }

    .main-content .page-header .card-header {
        padding-top: 5rem;
    }
}

.react-select-container {
    min-width: 170px;
    max-width: 175px;
}