/*Reset Css*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    /* letter-spacing: 0.5px; */
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

html {
    font-size: 62.5%;
}

/* input.ng-touched.ng-empty,input.ng-touched.ng-invalid.ng-invalid-required,input.ng-submitted.ng-invalid {
    border: 1px solid #bd4931;
} */
button,
input[type="button"] {
    background: var(--blue);
    color: white;
    width: auto;
    font-size: 14px;
    min-width: 100px;
    padding: 10px 15px;
    border: 1px solid var(--blue);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button,
input[type="button"],
a,
select {
    cursor: pointer;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table>tbody>tr>td {
    padding: 10px !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

/* common code */
body {
    line-height: 18px;
    text-align: left;
    position: relative;
    font-size: 12px;
    font-weight: normal;
    background: var(--background1);
}

@media screen and (max-width: 1200px) {
    /* body {
        background: var(--white);
    } */
}

/* font family */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*custom drop down*/
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--border);
    height: 40px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
}

.custom-dropdown select {
    background: url('/images/down-arrow.svg') no-repeat 97.7% 11px var(--white);
    padding: 7px 22px 7px 10px;
    border: 0;
    margin: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;
    background-size: 17px;
}

/*.custom-dropdown select:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top:0; right: 0;*/
/*    width: 1px; height: 40px; background: green;*/
/*}*/

/* For IE10 */
select::-ms-expand {
    display: none;
}

/*.custom-dropdown select option:first-child{*/

/*}*/
/*.custom-dropdown::before,.custom-dropdown::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*}*/
/*.custom-dropdown::after {*/
/*    content: "\25BC";*/
/*    */
/*    content: "";*/
/*    background: url(../images/drop-down-arrow.svg) no-repeat;*/
/*    width: 23px;*/
/*    height: 23px;*/
/*    font-size: 10px;*/
/*    line-height: 1;*/
/*    right: 10px;*/
/*    top: 13px;*/
/*    margin-top: -.5em;*/
/*    background-size: 100%;*/
/*}*/
.dropdown-menu-right {
    margin: 10px 0 0 0 !important;
    border-radius: 5px !important;
    min-width: 130px;
    border: 1px solid var(--border3);
    padding: 5px 0 !important;
}

select:disabled {
    background: url('/images/down-arrow.svg') no-repeat 96.7% 11px var(--disabledBG) !important;
    background-size: 17px !important;
    opacity: .5;
}

/*custom radio button for web form*/
.webFormStep1 .styled-radio-button {
    position: absolute;
    opacity: 0;
}

.webFormStep1 .styled-radio-button+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: auto;
    margin: 0 20px 0 0;
}

.webFormStep1 .styled-radio-button+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 119px;
    height: 84px;
    background-color: var(--white);
    border: 1px solid var(--background2);
}

.webFormStep1 .styled-radio-button:checked+label:before {
    background: #f4fbff;
}

.webFormStep1 .styled-radio-button:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.webFormStep1 .styled-radio-button:disabled+label:before {
    box-shadow: none;
    background: var(--border);
}

.webFormStep1 .styled-radio-button:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    width: 2px;
    height: 2px;
    transform: rotate(45deg);
}

.webFormStep1 .styled-radio-button+label p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--background2);
}

.webFormStep1 .styled-radio-button+label p span {
    font-size: 14px;
    color: var(--background2);
    position: relative;
    left: -5px;
}

.webFormStep1 .styled-radio-button:checked+label p {
    color: var(--darkgrey);
}

.webFormStep1 .styled-radio-button:checked+label p span {
    color: var(--blue);
}

.webFormStep1 .styled-radio-button+label p span:before {
    content: "";
}

.webFormStep1 .styled-radio-button+label p span:after {
    content: "";
}

/*angularks toggle swich button*/
.switch {
    background: var(--background2);
    border: 1px solid #dfdfdf;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 60px;
    height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    top: -1px;
}

/*adding a wide width for larger switch text*/
.switch.wide {
    width: 80px;
}

.switch small {
    background: var(--white);
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
}
.left-0 {
    left: 0;
}
.switch.checked {
    background: var(--background9);
    border-color: var(--background9);
}

.switch.checked small {
    left: 31px;
}

/*wider switch text moves small further to the right*/
.switch.wide.checked small {
    left: 52px;
}

/*styles for switch-text*/
.switch .off {
    display: block;
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: 0;
    color: var(--lightgrey1);
}

.switch .on {
    display: none;
    z-index: 0;
    color: var(--white);
    position: absolute;
    top: 25%;
    left: 9%;
}

.switch.checked .off {
    display: none;
}

.switch.checked .on {
    display: block;
}

.switch.disabled {
    opacity: .50;
    cursor: not-allowed;
}

.relative {
    position: relative
}

.absolute {
    position: absolute;
}

.padding17 {
    padding: 17px;
}

.padding20 {
    padding: 20px;
}

.p-t-15 {
    padding-top: 12px;
}

.p-t-77 {
    padding-top: 77px !important;
}

.m-t-6 {
    margin-top: 6px;
}

.p-l-10 {
    padding-left: 10px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-17 {
    margin-top: 15px;
}

.capitalize {
    text-transform: capitalize;
}

header {
    height: 50px;
    /* background-color: var(--white); */
}

.logo_place {
    display: inline-block;
    background: var(--background10);
    width: 170px;
    height: 80px;
    padding: 20px 0 0 0;
    transition: all .5s ease-in-out;
}

header .logo {
    margin: 0 0 0 1.5rem;
    display: inline-block;
}

header .right {
    float: right;
    /*border-left: 1px solid #E0E0E0;*/
    /* border-bottom: 1px solid var(--border3); */
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    height: 50px;
    /* background: var(--background3); */
    transition: all .5s ease-in-out;
}

.table_header {
    background: var(--background3);
    width: 100%;
    /* display: inline-block; */
    margin: 20px 0 0px 0;
    padding: 20px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.table_header .col-lg-3 {
    width: 25%;
}

.table_header .col-md-3 {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    header .right {
        /* width: 100%; */
    }
}

header .menuBtn {
    padding: 0;
    background-color: var(--white);
    margin: 15px 0 0 15px;
    float: left;
    width: 35px;
    cursor: pointer;
}

header .menuBtn2 {
    padding: 0;
    background-color: var(--white);
    margin: 20px 0 0 15px;
    float: left;
    width: 25px;
    cursor: pointer;
}

header ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

header ul li:last-child {
    padding: 0;
}

header ul li:last-child a {
    display: inline-block;
    text-transform: capitalize;
    margin: 3px 0 0 0;
    width: 100%;
}

header ul li:last-child a span {
    font-size: 14px;
    padding-top: 5px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
}

/* header .profileimg{ */
/* border:1px solid #E0E0E0; */
/* } */
header ul li:last-child .dropdown-menu {
    min-width: 235px;
    /* margin: 0 0 0 62px; */
    border-radius: 5;
    overflow: hidden;
    padding: 0;
    left: auto;
    right: 0px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
}

header ul li:nth-last-of-type(2) .dropdown-menu {
    margin: 5px 0 0 -125px;
    padding: 0;
    border-radius: 0;
}

header ul li:nth-last-of-type(2) a {
    margin: 7px 0 0 0;
    display: inline-block;
    width: 100%;
}

header .arrow {
    float: right;
    margin: 5px 0 0 10px;
    width: 20px;
}

header .dropdown-menu li {
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

header .dropdown-menu li a {
    padding: 5px 10px;
    text-transform: capitalize;
}

header .dropdown-menu li:last-child,
.breadcrumb>li+li::before {
    padding: 0;
}

header .dropdown-menu li:last-child a {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    width: 100%;
}

header .dropdown-menu>li>a:hover,
header .dropdown-menu>li>a:focus {
    background-color: var(--border4);
    /* color:#FFFFFF; */
}

.search {
    width: calc(100% - 35px);
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: var(--border);
    box-shadow: none;
    padding: 0;
    background-color: var(--white);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 35px;
}

.searchBtn {
    padding: 0;
    background-color: var(--white);
    width: 35px;
    min-width: auto;
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: var(--background2);
    float: left;
    height: 35px !important;
    cursor: auto;
}

.searchBtn img {
    width: 17px;
}

.searchBtn:focus,
.searchBtn:active {
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}

.leftCnt {
    width: 170px;
    position: fixed;
    /* top:75px; */
    left: 0;
    height: 100%;
    /* background-color: var(--background10); */
    /* border: 1px solid #1b334b; */
    border-top: none;
    transition: all .5s ease-in-out;
    z-index: 999;
}

.rightCnt {
    float: right;
    width: calc(100% - 170px);
    /* margin: 65px 0 0 0; */
    margin-top: 50px;
    position: relative;
    transition: all .5s ease-in-out;
}

.rightCnt .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: var(--blue);
}

.removeSelectArrow input:focus,
.removeSelectArrow input:hover {

    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '' !important;
    /*color: red !important;*/
}

#companies {
    background: green !important;
}

@media screen and (max-width: 1200px) {
    .rightCnt {
        width: calc(100% - 170px);
    }
}

.inner_content,
.inner_content2,
.inner_content3,
.inner_content4,
.inner_content5,
.inner_content6,
.inner_content7,
.inner_content8 {
    display: inline-block;
    width: calc(100% - 40px);
    background-color: var(--white);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    position: relative;
    padding: 0;
    /*min-height: 69vh;*/
}

.inner_content9 {
    display: inline-block;
    background-color: var(--white);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
    position: relative;
    padding: 0;
    border-radius: 5px;
    /*min-height: 69vh;*/
}

.accounts .inner_content2,
.changepasswordForm .inner_content2 {
    min-height: auto;
}

.templateForm .inner_content {
    min-height: 66vh;
}

/* .inner_content {
    margin: 63px 0 20px 20px; border-radius: 5px; float: left;
} */
.inner_content {
    margin: 0px 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content2 {
    margin: 0 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content3 {
    margin: 20px 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content4 {
    margin: 185px 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content5 {
    /* margin: 113px 0 20px 20px;  */
    margin: 20px 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content6 {
    margin: 70px 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content7 {
    margin: 80px 0 20px 20px;
    border-radius: 5px;
    float: left;
}

.inner_content8 {
    margin: 20px 20px 0;
    border-radius: 5px;
    float: left;
}

.web-step1,
.web-step2,
.web-step3 {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 20px;
    background-color: var(--white);
    border: 1px solid var(--background2);
    box-sizing: border-box;
    margin: 10px 0 20px 20px;
}

.menu {
    margin: 0.4rem 0 2rem 0;
    position: relative;
}

.menu li {
    display: block;
    width: 100%;
    padding: 12px 0;
    /*border-bottom: 1px solid #2f3447;*/
    position: relative;
}

.expanded+.menu_container .menu li {
    padding: 0;
}

.menu li:nth-child(1):after,
.menu li:nth-child(4):after,
.menu li:nth-child(7):after,
.menu-collapse .menu li:nth-child(3):after,
.menu-collapse .menu li:nth-child(5):after {
    content: "";
    height: 1px;
    width: 90%;
    /*background: #2f2e31;*/
    position: absolute;
    bottom: 0;
    left: 10px;
    /* border-top: 1px solid #2f2e31; */
}

/* .menu li:nth-child(4):after{
    bottom: -1px !important;
} */
.menu-collapse .menu li:nth-child(3):after,
.menu-collapse .menu li:nth-child(5):after,
.menu-collapse .menu li:nth-child(1):after,
.menu-collapse .menu li:nth-child(4):after {
    width: 100% !important;
    left: 0 !important;
}

/* .menu-collapse .menu li:nth-child(1):before{
    content: "";
    height: 1px;
    width: 100%;
    background: #2f2e31;
    position: absolute;
    top: 0; left: 0;
} */
.menu-collapse .menu>li:nth-child(2) {
    margin: 0 !important;
    /* padding: 0; */
}

/*.menu-collapse .menu > li:first-child{*/
/*    padding: 4px 0 0 0;*/
/*}*/
.menu li:nth-child(1),
.menu li:nth-child(4),
.menu li:nth-child(7) {
    margin: 0 0 10px 0;
}

.dropdown li {
    margin: 0 !important;
    padding: 0 !important;
}

.menu li>.dropdown li:after,
.menu li>.dropdown li:before {
    display: none;
}

.menu li:last-child {
    border-bottom: 0;
}

.menu li a {
    color: var(--white);
    text-transform: capitalize;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding: 8px 15px;
    display: table;
    width: 90%;
    outline: 0;
    font-size: 11px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.menu>li>a span {
    color: var(--white);
    font-size: 14px;
    position: relative;
    left: -9px;
}

.menu li a img.arrow {
    width: 12px;
    float: right;
}

.menu-expand .menu-icon,
.menu-expand .menu-icon-hover {
    width: 18px;
    float: left;
    position: relative;
    margin-right: 5px;
}

.menu-collapse .menu .dropdown_body .activeMenu a .menu-icon,
.menu-collapse .logo_place .logo1,
.menu-expand .dropdown_body .activeTab a .menu-icon,
.logo2,
.menu-expand .menu .menu-icon-hover,
.collapse-menu-icon-hover,
.menu-collapse .menu .menu-icon-hover,
/* .menu-collapse .menu > li:nth-child(2) > a,.menu-collapse .menu > li:nth-child(3) > a, */
/* .menu-collapse .menu > li:nth-child(4) > a,.menu-collapse .menu > li:nth-child(5) > a, */
/*.menu-collapse .menu li:nth-child(1):after, .menu li:nth-child(4):after,*/
/* .menu-expand .menu > li:first-child > a  .menu-icon, */
.menu-expand .menu>li>a .menu-icon,
.menu-collapse .menu>li>a .arrow,
.menu-expand .nav-alert,
.menu-collapse .leftCnt .card,
.menu-expand .expandItemName,
.menu-expand .collapseMainItem,
.menu-collapse .menu li .expandItemName,
.menu-collapse .menu .expandMainItem,
.menu-collapse .collapseMainItem {
    display: none;
}

.menu-expand .menu .dropdown_body .activeTab .menu-icon-hover {
    display: block;
}

.menu-expand .menu .dropdown_body .activeTab .collapseItemName {
    color: white;
}

.menu-expand .menu .dropdown_body .activeTab a,
.menu-expand>.leftCnt>.menu>.activeMenu>a {
    background-color: var(--blue);
}

.menu-collapse .menu li span.collapseItemName,
.menu-collapse .menu li span.collapseMainItem {
    position: absolute;
    top: -6px;
    height: 100%;
    /* right: -146px;  */
    /* left: 10px; */
    padding: 15px 10px 0 3px;
    width: 146px;
    font-weight: 300;
    text-transform: capitalize;
    display: inline-block;
    opacity: 1;
    /*transition: width 2s;*/
    font-size: 13px;
    letter-spacing: 0;
    /*transition: all .5s ease-in-out;*/
    /*-webkit-animation:  leftThenRight .5s linear forwards; color: #FFF;*/
    /*transition-property: visibility, opacity;*/
    /*transition-duration: 0s, 1s;*/
    /* animation: hide .8s linear; */
    animation-fill-mode: forwards;
    /* color: var(--white); */
    color: black;
}

.menu-collapse .menu li span.collapseItemName {
    left: 30px;
}

/*@keyframes leftThenRight {*/
/*    0%   {margin-right:100%; opacity: 1;}*/
/*    90%   {margin-right:50%; opacity: 0;}*/
/*    100%  {margin-right:0; opacity: 0; }*/
/*}*/
/*.menu li span,.menu-collapse .dropdown li a span{transition: opacity 2s 2s;}*/
/*.menu-collapse .menu li a span,.menu-collapse .menu li .dropdown li a span{*/
/*opacity: 0;*/
/*pointer-events: none;*/
/*transition-delay: 0s;*/
/*color: red;*/
/*opacity: 0;*/
/*visibility: hidden;*/
/*transition-property: opacity, visibility;*/
/*transition-duration: 1s, 0s;*/
/*transition-delay: 0s, 1s;*/

/*}*/
@keyframes hide {
    0% {
        display: block;
        opacity: 1;
        left: 10px;
    }

    30% {
        display: block;
        opacity: 0;
        left: 10px;
    }

    100% {
        display: none;
        opacity: 0;
        width: 0;
        height: 0;
        left: 10px;
    }
}

.menu-expand .menu li span.expandMainItem {
    animation: show .8s linear;
    animation-fill-mode: backwards;
}

@keyframes show {
    0% {
        display: block;
        opacity: 0;
    }

    30% {
        display: block;
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 1;
    }
}

.menu-collapse .menu li .arrow {
    position: relative;
    top: 3px;
    right: 10px;
}

.menu-collapse .activeMenu a .collapse-menu-icon-hover,
.menu-collapse .menu>li:nth-child(1) ul.dropdown,
/* .menu-collapse .menu > li:nth-child(2)  ul.dropdown, */
.menu-collapse .menu li ul.dropdown li>ul.dropdown,
.menu-expand .menu>li:first-child img {
    display: none !important;
}

.menu-collapse .menu .activeMenu a .menu-icon-hover {
    display: inline-block;
    left: 0;
    top: 0;
}

.menu-collapse .menu li ul .dropdown_body li a .menu-icon-hover,
.menu-collapse .menu li ul .dropdown_body li a .menu-icon {
    width: 18px;
}

.menu-collapse .menu li ul .dropdown_body li.activeTab a .menu-icon {
    display: none;
}

.menu-collapse .menu a .collapse-menu-icon-hover,
.menu-collapse .menu a .menu-icon-hover {
    width: 24px;
    left: 0;
    top: 0;
    position: relative;
    /* transition: all .2s ease-in-out; */
}

ul>li>ul>.dropdown_body>.activeMenu>a,
.menu-collapse .menu .dropdown {
    background: var(--blue);
}

/*.menu li span{transition: all .5s ease-in-out;}*/
.activeMenu a,
.menu-collapse .menu .dropdown_body .activeMenu a span.collapseItemName {
    color: var(--white) !important;
    border-radius: 5px;
    transition: color .2s ease-in-out;
}

.menu-collapse>.leftCnt>.menu>.activeMenu>a,
.menu-collapse .menu .dropdown_body .activeTab>a {
    background-color: var(--blue);
}

.menu-collapse>.leftCnt>.menu>.activeMenu>a {
    background-color: var(--blue);
}

.menu-collapse .menu .dropdown_body .activeTab .collapseItemName {
    color: white;
}

/* .activeMenu:before { */
/*content: '';*/
/*border-top: 10px solid transparent;*/
/*border-bottom: 10px solid transparent;*/
/*border-right: 10px solid #2f3447;*/
/*position: absolute;*/
/*right: 0px;*/
/*top: 7px;*/
/* } */
.projectList {
    height: 100%;
    display: inline-block;
    float: right;
    /*background: var(--white);*/
    width: auto;
    color: var(--black1);
    margin-right: 0;
    padding-right: 20px;
}

.right .dropdown-menu li>a:hover,
.projectList .dropdown-menu li>a:hover {
    background-color: transparent;
}

.projectList .dropdown-menu {
    margin: 0;
    background-color: var(--white);
    border: 0;
}

.projectList .dropdown-menu li a {
    margin: 0;
    border-bottom: 1px solid var(--border3);
    text-align: left;
    float: left;
    /* color: var(--blue); */
    color: #666;
}

.projectList .dropdown-menu>li:last-child a {
    border-bottom: 0;
}

.projectList .dropdown-menu>li:last-child {
    background: var(--background1);
    position: relative;
    z-index: 10;
}

.projectList .dropdown-menu li a.active {
    /* border-left: 5px solid var(--blue); */
    /* color: #666; */
}

.projectList .dropdown-menu li a {
    padding: 15px;
    text-align: right;
}

.projectList span {
    padding-top: 0;
}

.projectList .dropdown-menu li a button.settingsBtn {
    padding: 5px 0;
    margin: 0 auto;
    display: table;
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
    font-size: 12px;
    width: 80%;
    float: right;
}

.projectList .dropdown-menu>li:last-child a {
    color: var(--blue);
    padding: 15px;
    cursor: default;
}

.projectList .dropdown-menu>li:last-child a span {
    padding-top: 0;
    margin: 0;
    border: 1px solid var(--blue);
    border-radius: 50px;
    width: 20px;
    text-align: center;
    height: 20px;
    display: inline-block;
    color: var(--blue);
    margin-right: 5px;
    line-height: 17px;
}

.projectList .projectSelect li a {
    text-align: left;
}

.leftCnt .card {
    width: 90%;
    margin: 20px auto 0 auto;
    background: var(--background18);
    border-radius: 5px;
    display: table;
    position: absolute;
    bottom: 10%;
    left: 7.5px;
}

.leftCnt .card figure {
    background: var(--border5);
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.leftCnt .card p {
    width: 100%;
    margin: 0;
    padding: 11px;
    color: var(--white);
    font-size: 13px;
}

.leftCnt .card hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid var(--border11);
    width: 90%;
    margin: 0 auto;
}

.leftCnt .card span {
    font-size: 11px;
    color: var(--white);
}

.leftCnt .card a {
    font-size: 11px;
    text-decoration: underline;
    color: var(--white);
}

.menu .dropdown {
    /* padding:0 0 10px 30px; */
    position: relative;
    background: var(--white);
    width: 95%;
    margin: 5px auto 5px auto;
    border-radius: 5px;
    padding: 4px 0;
    overflow: hidden;
    /*transition: all .5s ease-in-out;*/
}

.menu-collapse .menu .dropdown {
    border-radius: 0 5px 5px 0;
}

.menu .dropdown li a {
    color: var(--background10);
    padding: 8px 0;
    width: 95%;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
    padding-left: 7px !important;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    height: 34px;
}

/*.menu li:nth-child(4) .dropdown li:last-child a,.menu li:nth-child(3) .dropdown li:last-child a {*/
/*    background:transparent !important;*/
/*    color: #100e17 !important;*/
/*    cursor: auto;*/
/*}*/

.menu .dropdown li:hover a,
.menu-expand .menu .dropdown li:hover a span {
    /*background: #35b3ef;*/
    /* color: var(--blue); */
    /*border:1px solid grey;*/
}

.menu-expand .dropdown_body li a .collapseItemName {
    /* margin-left: 2px; */
    position: absolute;
    left: 30px;
}

.menu .menu-icons,
.account .menu-icons {
    margin-right: 10px;
    width: 20px;
}

/* .menu .dropdown li:after{
   content: "";
    position: absolute;
    left: 3px;
    top: 16px;
    border: 1px solid #e1e1e1;
    height: 40px;
}
.menu .dropdown li:before{
   content: "";
    position: absolute;
    border: 1px solid #e1e1e1;
    width: 10px;
    top: 16px;
    left: 5px;
}
.menu .dropdown li:last-child:after{
   border:0;
} */
.menu .dropdown li {
    border-bottom: 0;
    position: relative;
    padding: 0 0 5px 0;
}

.menu li:nth-child(2) ul.dropdown li:last-child {
    border-top: 1px solid var(--border7);
    /* margin: 0 !important; */
    padding: 0 !important;
}

/*.menu li:nth-child(2) ul.dropdown li:last-child a{*/
/*    margin: 10px auto 0 auto;*/
/*}*/
.menu-collapse .dropdown li:last-child {
    padding: 0;
    margin-bottom: 5px !important;
}

.secondaryA {
    padding-left: 30px !important;
}

.tertairyA {
    padding-left: 60px !important;
}

header ul li:nth-last-of-type(2) .dropdown-menu li a {
    margin: 0;
    padding: 5px 10px;
}

.account {
    position: fixed;
    bottom: 0;
    width: 240px;
}

/* .account li a{
   display: inline-block;
    width: 100%;
    color:#FFFFFF;
    text-transform: capitalize;
    padding: 8px 20px;
} */
.name span {
    display: inline-block;
    padding: 5px 10px 0 0;
}

.menu .right-arrow,
.account .right-arrow {
    float: right;
    transition: all .5s;
    transform: rotate(0deg);
    width: 20px;
}

.menu a[aria-expanded=true] .right-arrow {
    transition: all .5s;
    transform: rotate(90deg);
}

.breadcrumb {
    /* -webkit-box-shadow: 1px 1px 4px 0px var(--boxShadow);
    -moz-box-shadow: 1px 1px 4px 0px var(--boxShadow);
    box-shadow: 1px 1px 4px 0px var(--boxShadow); */
    margin-bottom: 0;
    position: fixed;
    /* width: calc(100% - 170px); */
    width: fit-content;
    z-index: 100;
    border-radius: 0;
    /* top:50px; */
    top: 0px;
    padding: 17px 20px;
    transition: all .5s ease-in-out;
    background: none;
}

@media screen and (max-width: 1200px) {
    .breadcrumb {
        width: 100%;
    }
}

.breadcrumb h4 {
    /* font-size: 16px; */
    font-size: 18px;
    padding: 0;
    margin: 0 0;
    font-weight: 700;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    position: relative;
    height: 16px;
}

ul.web-steps {
    border-bottom: 1px solid gray;
    display: inline-block;
    height: 42px;
    margin: 75px 0 15px 0;
}

ul.web-steps li {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--darkgrey);
    /* font-family: 'Lato-Semibold'; */
    margin: 0 150px 0 0;
}

ul.web-steps li:last-child,
.menu li:nth-child(1),
.menu li:nth-child(4),
.menu li:nth-child(7),
.menu-collapse .menu li:nth-child(3) {
    margin: 0;
}

ul.web-steps li span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: gray;
    border-radius: 50px;
}

ul.web-steps li p {
    padding: 0 0 10px 0;
}

ul.web-steps li div {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: var(--background1);
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    position: relative;
    top: -12px;
}

ul.web-steps li:first-child div:after {
    content: "";
    width: 50px;
    height: 20px;
    position: absolute;
    left: -50px;
    background: var(--background1);
}

ul.web-steps li:last-child div:after {
    content: "";
    width: 50px;
    height: 20px;
    position: absolute;
    right: -50px;
    background: var(--background1);
}

ul.web-steps .active {
    color: var(--blue);
}

ul.web-steps .active span {
    width: 17px;
    height: 17px;
    background-color: var(--blue);
    border: 1px solid var(--blue);
    -webkit-box-shadow: inset 0 0 0 4px var(--background1);
    -moz-box-shadow: inset 0 0 0 4px var(--background1);
    box-shadow: inset 0 0 0 4px var(--background1);
    position: relative;
    top: 5px;
}

.main-heading {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--mheading);
    /* font-family: 'Lato-Bold'; */
    padding: 0 0 15px 0;
}

.table-responsive {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    /* overflow-y: -webkit-paged-y; */
}

.campaigntable-responsive {
    /* display: block; */
    position: relative;
    overflow-x: auto !important;
    white-space: nowrap;
    width: 100%;
    text-transform: capitalize;
    /* overflow-y: -webkit-paged-y; */
}

.campaignTbsList .table>thead>tr>th,
.campaignListTable .table>thead>tr>th,
.campaigntable-responsive>thead>tr>th {
    padding: 10px 30px 10px 12px !important;
}

.campaignTbsList .campaigntable-responsive tr td:nth-child(2),
.creatives tr td:nth-child(2),
.dynamicPageList tr td:nth-child(2),
.pageWidget tr td:nth-child(2),
.icpListTable tr td:nth-child(2),
.project tr td:nth-child(2),
.audienceSegment tr td:nth-child(2) {
    padding: 10px 25px 10px 12px !important;
}

.campaignTbsList .campaigntable-responsive tr th:nth-child(1) {
    padding: 10px 12px !important;
}

.campaignTbsList .moreBtnTable,
.creatives .moreBtnTable,
.creative .moreBtnTable,
.dynamicPageList .moreBtnTable {
    position: absolute;
    top: 12px;
    right: 11px;
}

.campaignTbsList {
    overflow: auto !important;
}

.table {
    margin-bottom: 0;
}

.table thead button {
    min-width: auto;
}

.table tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 5px;
}

.table tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 5px;
}

.campaigntable-responsive {
    overflow: auto;
    float: left;
}

.table-responsive {
    overflow: auto;
    float: left;
}

.campaigntable-responsive th,
.table-responsive th {
    border-bottom: 1px solid var(--border) !important;
    background: white !important;
    font-weight: normal !important;
}

.table-responsive td,
.campaigntable-responsive th,
.table-responsive th {
    border: none !important;
    border-right: 1px solid var(--border) !important;
    position: relative;
}

.campaigntable-responsive>tbody>tr>th {
    position: relative;
    z-index: 1;
}

.campaigntable-responsive td span.smallText,
.table-responsive td span.smallText,
.campaigntable-responsive th span.smallText,
.table-responsive th span.smallText {
    font-size: 12px;
    color: var(--darkgrey);
}

.table>thead>tr>th {
    background-color: var(--background3) !important;
    border-bottom: 1px solid var(--border) !important;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-weight: 400;
    /* font-size: 12px; */
    font-size: 14px;
    padding: 10px 12px 10px 12px;
    height: 40px;
    letter-spacing: 1px;
}

.table>tbody>tr:nth-child(even) {
    background-color: var(--background11);
}

.moreBtnTable {
    float: right;
    height: 15px;
    cursor: pointer;
}

.morelist {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) !important;
    width: 100px;
    padding: 0;
    position: absolute;
    /* top: 23px;
    right: 0; */
    background: var(--white);
    z-index: 1000;
    border-radius: 5px;
}

.table {
    border-collapse: separate;
}

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

.scroll-left .table th:first-child {
    left: 0;
    z-index: 99;
    border-right: 1px solid var(--border) !important;
    background-color: rgb(248 249 252) !important;
}

.scroll-left .table tbody tr>td:first-child {
    left: 0;
    z-index: 55;
    position: sticky;
    left: 0;
    background: var(--white);
    border-right: 1px solid var(--border) !important;
}

.scroll-left .table th:nth-child(2) {
    left: 56px;
    z-index: 99;
    position: sticky;
    left: 57px;
    background-color: rgb(248 249 252) !important;
}

.scroll-left .table tbody tr>td:nth-child(2) {
    left: 0;
    z-index: 55;
    position: sticky;
    left: 57px;
    background: var(--white);
}

.table-record .morelist {
    bottom: 18px;
    top: auto;
}

.morelist li {
    padding: 5px 10px;
    /* border-bottom: 1px solid var(--border4); */
    cursor: pointer;
    text-align: right;
    color: var(--darkgrey);
    height: 28px;
}

.morelist li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.morelist li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.morelist li:hover {
    background: var(--background11);
    color: var(--darkblack);
}

.show {
    display: block;
}

.rz-model-value,
.rzslider .rz-pointer::after {
    display: none !important;
}

.rzslider .rz-bar {
    height: 1px;
}

.rzslider .rz-pointer {
    width: 29px;
    height: 29px;
    background-color: var(--white);
    border: 1px solid var(--background2);
    box-shadow: 0 3px 2px 0 var(--boxShadow1);
    -webkit-box-shadow: 0 3px 2px 0 var(--boxShadow1);
    -moz-box-shadow: 0 3px 2px 0 var(--boxShadow1);
}

.rzslider .rz-bubble {
    bottom: -22px;
}

.graphTo {
    float: left;
    padding: 9px 5px 0 5px
}

.visit a {
    height: 38px;
    border: 1px solid var(--background2);
    line-height: 35px;
    font-size: 25px;
    padding: 0 10px;
    color: var(--darkgrey);
    background-color: var(--background16);
    float: left;
}

.visit span {
    height: 38px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: var(--background2);
    vertical-align: top;
    float: left;
    font-size: 13px;
    padding: 0 10px;
    line-height: 33px;
    color: var(--lightgrey2);
}

.uiselect ul li {
    background-color: var(--white);
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid var(--background2);
    float: left;
    padding: 5px;
    position: relative;
    margin: 0 5px 0 0;
}

.uiselect ul li a {
    position: absolute;
    font-size: 6px;
    top: -6px;
    right: 0;
}

.btn {
    border-radius: 0;
    height: 35px;
    font-size: 14px;
}

.form-control {
    border-radius: 5px;
    height: 40px;
    border-color: var(--background2);
    box-shadow: none;
    color: var(--black);
}

label {
    /* text-transform: capitalize; */
    width: 100%;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-size: 14px;
}

form h2 {
    /* font-family: 'Lato-Bold'; */
    font-size: 20px;
    border-bottom: 1px solid var(--background2);
    padding: 30px 0 10px 0;
    margin: 0 0 40px 0;
    text-transform: capitalize;
}

.table_header {
    background: var(--background3);
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 12px;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table_header .search,
.table_header .searchBtn,
.table_header .addsButton,
.table_header .custom-dropdown {
    height: 35px !important;
}

.table_header .custom-dropdown select {
    background: url('/images/down-arrow.svg') no-repeat 93.5% 8px var(--white);
    background-size: 17px;
}

.table_header .custom-dropdown:before,
.table_header .custom-dropdown:after {
    width: 2em;
    display: none;
}

.table_header .custom-dropdown:after {
    width: 20px;
    height: 20px;
    right: .4em;
    top: 40%;
    margin-top: -.5em;
    background-size: 20px;
}

.table_header .datepickerCss {
    height: 35px;
    background: url(../images/calendar1.svg) var(--white) no-repeat 12px 4px !important;
    background-size: 25px !important;
    padding-left: 48px;
    /*background: url(../images/calender.png) #fff no-repeat left -.35em!important;*/
}

.dateDropdown {
    width: 200px;
    float: right;
    font-size: 12px;
    height: auto;
}

.graphMainPicker {
    border: 1px solid var(--border);
    /* padding: 15px 0; */
    margin-bottom: 20px;
    padding: 0;
    border-radius: 5px;
}

.graphPartPicker {
    text-align: center;
    font-size: 14px;
    border-right: 1px solid var(--border);
    padding: 1%;
    width: 14.28%;
    display: inline-block;
}

.graphPartPicker2 {
    text-align: center;
    font-size: 14px;
    border-right: 1px solid var(--border);
    padding: 1%;
    display: inline-block;
}

.graphPartPicker:last-of-type,
.graphPartPicker2:last-of-type {
    border: none;
}

/* @media screen and (max-width: 1200px) {
    .graphMainPicker {
        padding: 0;
    }
    .graphPartPicker {
        border-bottom: 1px solid var(--border4);
        padding: 15px;
    }
} */
.graphPartPicker h4,
.graphPartPicker2 h4 {
    font-size: 26px;
}

.graphPartPicker p,
.graphPartPicker2 p {
    color: var(--darkgrey);
    font-size: 16px;
}

.graphPartPicker span,
.graphPartPicker2 span {
    color: var(--blue);
    font-size: 14px;
}

.pad0 {
    padding: 0;
}

.margin0 {
    margin: 0;
}

.noborder {
    border: 0 !important;
}

/* checkbox css */
/* The ChkContainer */
.ChkContainer {
    width: auto;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ChkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -99999px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid var(--background17);
    border-radius: 3px;
}

/* When the checkbox is checked, add a blue background */
.ChkContainer input:checked~.checkmark {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ChkContainer input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ChkContainer .checkmark:after {
    /*left: 6px;*/
    /*top: 1px;*/
    /*width: 6px;*/
    /*height: 13px;*/
    /*border: solid white;*/
    /*border-width: 0 3px 3px 0;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    left: 2px;
    top: 2px;
    width: 18px;
    height: 19px;
    background: url("/images/tick1.svg") no-repeat;
    background-size: 80%;
}

/* checkbox css ends */
.btn:hover,
.btn:active {
    color: white !important;
}

/* toggle button slide css */
.toggleBtn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    margin-right: 5px;
}

.toggleBtn input:checked+.slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.dynamicAdsModal .toggleBtn input:checked+.slider:before {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

.toggleBtn input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--background17);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
}

.toogle-span-text {
    vertical-align: top;
    position: relative;
    top: 0;
    font-size: 12px !important;
}

input:checked+.slider {
    background-color: var(--blue);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--blue);
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* toggle button css ends here */

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: inherit;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: inherit;
}

.table>tbody>tr>td {
    padding: 10px 12px !important;
}

/*.table > thead > tr > th > span {*/
/*    font-weight: bold;*/
/*    font-size: 12px;*/
/*    text-transform: uppercase;*/
/*    position: relative;*/
/*}*/
.progress {
    width: 300px;
    display: block;
    margin: 0 !important;
    text-align: center;
    border-radius: 0;
    height: 5px;
}

.progress>div {
    font-size: smaller;
    background-color: var(--lightgreen);
    width: 0%;
    color: var(--lightgreen);
}

.ui-notification.success {
    background: url("/images/successMsg.svg") no-repeat var(--lightgreen) 20px 10px;
    background-size: 20px;
    z-index: 10000;
}

.ui-notification.error {
    background: url("/images/errorMsg.svg") no-repeat var(--error) 20px 10px;
    background-size: 20px;
    z-index: 10000;
}

.ui-notification>.message {
    color: var(--white);
    margin: 11px 0 0 50px;
}

.ui-notification {
    position: fixed;
    top: 0 !important;
    left: 55.5% !important;
    width: 100%;
    min-width: auto !important;
    /* width: 50% !important; */
    max-width: max-content !important;
    height: 40px;
    box-shadow: none;
    transform: translate(-50%, 0);
    border-radius: 0 0 5px 5px;
    padding: 0 20px 0 0;
}

.bottomDivSave {
    position: fixed;
    bottom: 0;
    width: calc(100% - 170px);
    padding: 21px 15px 21px 15px;
    background: white;
    box-shadow: 1px -3px 4px 0px var(--border4);
    z-index: 10;
    text-align: right;
    transition: all .5s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .bottomDivSave {
        width: 100%;
    }
}

/* The radio bustom css */
.radionBtnLabl {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radionBtnLabl2 {
    display: inline;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}

/* Hide the browser's default radio button */
.radionBtnLabl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -99999px;
}

/* Create a custom radio button */
.checkmarkRadio {
    position: absolute;
    top: 0;
    left: 0;
    /* height: 20px;
    width: 20px; */
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid var(--border4);
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radionBtnLabl:hover input~.checkmarkRadio {
    background-color: var(--background19);
}

.radionBtnLabl:hover .checkmarkRadio:after {
    display: block;
}

/* When the radio button is checked, add a blue background */
.radionBtnLabl input:checked~.checkmarkRadio {
    background-color: var(--blue);
    border: 1px solid var(--blue);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radionBtnLabl input:checked~.checkmarkRadio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radionBtnLabl .checkmarkRadio:after {
    /* top: 0.37em;
    left: 0.34em;
    width: 9px;
    height: 9px;*/
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--white);
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

p.error {
    color: var(--error) !important;
    text-align: left;
    font-size: 12px;
    text-transform: none;
    padding: 2px 0 0 0;
    margin: 0;
    vertical-align: middle;
}

.whatToShow p {
    text-align: left;
    padding: 20px 0 0 0;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin: 0;
    color: var(--lightgrey);
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.mar-top-5 {
    margin-top: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-30 {
    margin-top: 3rem;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-60 {
    margin-top: 60px;
}

.mar-right-5 {
    margin-right: 5px;
}

.mar-right-10 {
    margin-right: 10px;
}

.mar-right-20 {
    margin-right: 20px;
}

.mar-left-5 {
    margin-left: 5px;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-left-20 {
    margin-left: 20px;
}

.pad-top-6 {
    padding-top: 6px;
}

.pad-top-15 {
    padding-top: 15px;
}

.pad-top-17 {
    padding-top: 17px;
}

.pad-top-20 {
    padding-top: 20px;
}

.pad-top-22 {
    padding-top: 22px;
}

.pad-top-25 {
    padding-top: 25px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-10 {
    padding-top: 10px;
}

.pad-bot-5 {
    padding-bottom: 5px;
}

.pad-bot-10 {
    padding-bottom: 10px;
}

.pad-bot-15 {
    padding-bottom: 15px;
}

.pad-bot-20 {
    padding-bottom: 20px;
}

.pad-bot-10 {
    padding-bottom: 10px;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-left-5 {
    padding-left: 5px !important;
}

.pad-left-10 {
    padding-left: 10px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}
.pad-right-0 {
    padding-right: 0 !important;
}

.pad-right-10 {
    padding-right: 10px !important;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-left-30 {
    padding-left: 30px !important;
}

.pad-top-35 {
    padding-top: 35px;
}

.pad-x-20 {
    padding-inline: 2rem;
}

.pad-x-15 {
    padding-inline: 1.5rem;
}

.pad-x-10 {
    padding-inline: 1rem;
}

.pad-x-5 {
    margin-inline: 5px;
}

.pad-y-20 {
    padding-block: 2rem;
}

.pad-y-15 {
    padding-block: 1.5rem;
}

.pad-y-10 {
    padding-block: 1rem;
}

.pad-10 {
    padding: 1rem;
}

.pad-15 {
    padding: 1.5rem;
}

.pad-20 {
    padding: 2rem;
}

.pad-10 {
    padding: 1rem;
}

.mar-bot-15 {
    margin-bottom: 15px;
}

.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-bot-25 {
    margin-bottom: 25px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-0 {
    margin-bottom: 0 !important;
}

.mar-bot-10 {
    margin-bottom: 10px;
}

.pad-5 {
    padding: 0 5px;
}

.mar-bot-50 {
    margin-bottom: 50px !important;
}

.mar-bot-100 {
    margin-bottom: 100px !important;
}

.mar-bot-5 {
    margin-bottom: 5px;
}

.fs-xs {
    font-size: 1rem;
}

.fs-sm {
    font-size: 1.2rem;
}

.fs-m {
    font-size: 1.4rem;
}

.fs-lg {
    font-size: 1.6rem;
}

.fs-xl {
    font-size: 1.8rem;
}

.fs-xxl {
    font-size: 2rem;
}

.fs-xxxl {
    font-size: 2.5rem;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
    filter: saturate(-50%);
}

.lowercase {
    text-transform: lowercase !important;
}

.text-primary {
    color: var(--blue);
}

.text-black2 {
    color: var(--black2);
}

.text-lightgrey {
    color: var(--lightgrey1) !important;
}

.text-darkgrey {
    color: var(--darkgrey);
}

.text-grey {
    color: var(--lightgrey3);
}

.text-black {
    color: var(--black);
}

.text-white {
    color: var(--white);
}

.text-red {
    color: var(--red01);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    float: none;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.w-full {
    width: 100%;
}

.bg-blue {
    background-color: #E8F1FF
}

.bg-purple {
    background-color: var(--purple01);
}

.text-center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.font-purple {
    color: var(--purple01);
}

.font-orange {
    color: var(--orange01);
}

.font-red {
    color: var(--red01);
}

.font-blue {
    color: var(--blue01);
}

.font-green {
    color: var(--green01);
}

.bg-aqua {
    background-color: var(--aqua2);
}

.bg-brown {
    background-color: var(--brown);
}

.w-100 {
    width: 100%;
}

.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
/* .bg-purple {
    background-color: var(--purple);
} */

@media only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

    .menu-collapse .menu a .collapse-menu-icon-hover,
    .menu-collapse .menu a .menu-icon-hover,
    .menu-collapse .activeMenu a .collapse-menu-icon-hover,
    .menu-collapse .menu .menu-icon {
        width: 20px;
    }

    .menu-collapse .menu>li a {
        padding: 8px 0;
    }

    /* .nav-alert{
        bottom: 17%;
    } */
    /*.handburger-menu{*/
    /*    bottom: 15px;*/
    /*}*/
    .nav-alert .alert-icon {
        width: 18px;
    }

    /* .leftCnt .card{
        bottom: 18%;
    }*/
    /* .campaign-filter-reports{
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    } */
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
    .search_filter .resultsBtn {
        width: 100% !important;
    }

    html .discoverAudience .closeModal img {
        width: 20px !important;
    }

    .discoverAudience h4 {
        font-size: 13px;
    }

    html .discoverAudience .closeModal {
        position: relative;
        top: -2px;
    }

    /* .audienceSegment .contactsTable, */
    .discoverAudience #table {
        max-height: 400px !important;
    }

    .ui-notification {
        left: 56.3% !important;
    }

    /* .nav-alert{
        bottom: 20%;
    } */
    .menu-collapse .menu a .collapse-menu-icon-hover,
    .menu-collapse .menu a .menu-icon-hover,
    .menu-collapse .activeMenu a .collapse-menu-icon-hover {
        width: 20px;
    }

    html .menu-collapse .menu>li a {
        padding: 8px 0 !important;
    }

    .creatives-ads-preview-modal .facebook .image-showcase,
    .ad-creatives-ads-preview-modal .facebook .image-showcase,
    /*.ad-creatives-ads-preview-modal .twitter_preview .right_block,*/
    .ad-creatives-ads-preview-modal .linkedin .prev-img .image-showcase,
    .creatives-ads-preview-modal .prev-img .image-showcase,
    /*.creatives-ads-preview-modal .twitter_preview .right_block,*/
    .creatives-ads-preview-modal .twitter_preview .twitter-cnt,
    .ad-creatives-ads-preview-modal .twitter_preview .twitter-cnt {
        max-height: 500px !important;
    }
}

@media screen and (max-width: 1200px) {
    .responsiveBoxes {
        margin-bottom: 10px;
    }
}

/* datepicker css for 1 day */
.datetimepicker-wrapper>input {
    background: white !important;
    cursor: pointer;
    width: 100% !important;
}

.datetimepicker-wrapper {
    width: 100%;
}

@media screen and (max-width: 992px) {
    /*.datetimepicker-wrapper > input {*/
    /*width: 218% !important;*/
    /*}*/
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    /*.datetimepicker-wrapper > input {*/
    /*width: 197% !important;*/
    /*}*/
}

.leftDivmessage {
    width: calc(100% - 500px);
    float: left;
}

.rightDivMessage {
    position: fixed;
    right: 0;
    top: 233px;
    width: 500px;
    height: calc(100vh - 301px);
    background: white;
}

@media screen and (max-width: 1200px) {
    .leftDivmessage {
        width: 100%;
        float: left;
        height: auto;
    }

    .rightDivMessage {
        width: 100%;
        float: right;
        background: transparent;
        height: auto;
        position: static;
        right: unset;
        top: unset;
        margin-top: 20px;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1) !important;
    }
}

.rightDivMessage2 {
    position: fixed;
    right: 0;
    top: 180px;
    width: 500px;
    height: calc(100vh - 248px);
    background: white;
}

@media screen and (max-width: 1200px) {
    .rightDivMessage2 {
        width: 100%;
        float: right;
        background: transparent;
        height: auto;
        position: static;
        right: unset;
        top: unset;
        margin-top: 20px;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1) !important;
    }
}

.campaigntabHeader {
    border-bottom: 2px solid var(--border4);
    display: block;
    background: white;
    position: fixed;
    top: 130px;
    z-index: 3;
    width: calc(100% - 240px);
}

.campaigntabHeader2 {
    border-bottom: 2px solid var(--border4);
    display: block;
    background: white;
    position: fixed;
    top: 180px;
    z-index: 3;
    width: calc(100% - 240px);
}

.campaigntabHeader3 {
    border-bottom: 2px solid var(--border4);
    display: block;
    background: white;
    position: fixed;
    top: 185px;
    z-index: 3;
    width: calc(100% - 240px);
}

.campaigntabHeader4 {
    border-bottom: 2px solid var(--border4);
    display: block;
    top: 185px;
    z-index: 3;
    width: 100%;
    background: var(--background3);
}

.innerVariations {
    background: var(--background3);
}

@media screen and (max-width: 1200px) {
    .campaigntabHeader {
        width: calc(100%);
    }

    .campaigntabHeader2 {
        width: calc(100%);
    }

    .campaigntabHeader3 {
        width: calc(100%);
    }
}

.tabHeader2 {
    border-bottom: 2px solid var(--border4);
    display: block;
    background: white;
}

.mar-top-15 {
    margin-top: 15px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-50 {
    margin-top: 50px;
}

.tabHeader {
    border-bottom: 2px solid var(--border4);
    display: block;
    /* padding-top: 45px; */
    background: var(--white);
    padding-left: 5px;
}

.tabsInner {
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    color: var(--darkgrey);
    position: relative;
}

.content .tabsInner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 53px;
    background: var(--border4);
}

.tabsInner span {
    padding-bottom: 13px;
    /* font-size: 12px; */
    font-size: 15px;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    letter-spacing: 0.05em;
}

.campaigntabsInner1 span {
    font-size: 14px;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    letter-spacing: 1px;
    /* font-weight: 600; */
}

.tabsInner:hover span {
    border-bottom: 4px solid rgba(28, 154, 214, 0.3);
}

.activeChannel {
    border-bottom: 4px solid var(--blue);
    color: var(--darkblack);
}

.form-control:focus {
    box-shadow: unset !important;
}

.input-group .form-control {
    z-index: 0 !important;
}

/* progress bar */
progress::-webkit-progress-value {
    background: var(--background20);
}

progress[value]::-webkit-progress-bar {
    background-color: var(--border6);
    border-radius: 2px;
}

progress::-moz-progress-bar {
    background: var(--background20);
}

/* progress[value]::-moz-progress-bar {
    background-color: #dcd9d9;
    border-radius: 2px;
} */
progress {
    width: calc(100% - 50px);
    background: white;
    margin: 0 0 15px 0;
    position: relative;
    height: 10px;
    font-size: 10px;
    vertical-align: text-top;
}

progress:after {
    /* content: attr(value)'%'; */
    position: absolute;
    top: 0;
    left: 10px;
    color: white;
}

.progress1 progress::-webkit-progress-value {
    background: var(--background5);
}

.progress2 progress::-webkit-progress-value {
    background: var(--background6);
}

.progress3 progress::-webkit-progress-value {
    background: var(--background7);
}

.progress1 progress::-moz-progress-bar {
    background: var(--background5);
}

.progress2 progress::-moz-progress-bar {
    background: var(--background6);
}

.progress3 progress::-moz-progress-bar {
    background: var(--background7);
}

/*.persoanlize1 .progressBar:nth-child(1)  progress::-webkit-progress-value {*/
/*background: #1C9AD6;*/
/*}*/
/*.persoanlize1 .progressBar:nth-child(1)  progress::-moz-progress-bar {*/
/*background: #1C9AD6;*/
/*}*/

/*.persoanlize1 .progressBar:nth-child(2)  progress::-webkit-progress-value {*/
/*background: #ff4081;*/
/*}*/
/*.persoanlize1 .progressBar:nth-child(2)  progress::-moz-progress-bar {*/
/*background: #ff4081;*/
/*}*/

/*.persoanlize1 .progressBar:nth-child(3)  progress::-webkit-progress-value {*/
/*background: #f3a823;*/
/*}*/
/*.persoanlize1 .progressBar:nth-child(3)  progress::-moz-progress-bar {*/
/*background: #f3a823;*/
/*}*/

/*.persoanlize1 .progressBar:nth-child(4)  progress::-webkit-progress-value {*/
/*background: #3f51b5;*/
/*}*/
/*.persoanlize1 .progressBar:nth-child(4)  progress::-moz-progress-bar {*/
/*background: #3f51b5;*/
/*}*/

/*.persoanlize1 .progressBar:nth-child(5)  progress::-webkit-progress-value {*/
/*background: #30b55a;*/
/*}*/
/*.persoanlize1 .progressBar:nth-child(5)  progress::-moz-progress-bar {*/
/*background: #30b55a;*/
/*}*/

/*.persoanlize1 .progressBar:nth-child(6)  progress::-webkit-progress-value {*/
/*background: #627078;*/
/*}*/
/*.persoanlize1 .progressBar:nth-child(6)  progress::-moz-progress-bar {*/
/*background: #627078;*/
/*}*/

.persoanlize1 {
    display: inline-block;
    width: 100%;
    background: var(--white);
    padding: 0 15px;
}

.persoanlize1 progress:after {
    top: -2px;
}

.radioButtonSameLine .radionBtnLabl {
    width: auto;
    display: inline-block;
    margin: 0 20px 0 0;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.status-label {
    display: inline-block;
    padding: 2px 5px 3px 5px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: capitalize;
}

.resetBtn {
    background: var(--white) !important;
    color: var(--blue) !important;
    border: 1px solid var(--blue);
    padding: 9px 15px;
    margin: 0 10px 0 0;
}

.cancelWhiteBtn {
    background: var(--white) !important;
    color: var(--blue) !important;
    border: 1px solid var(--blue);
    padding: 10px 15px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.custom-modal .custom-dropdown {
    width: 90%;
    float: left;
    padding-left: 1px;
}

.custom-modal .custom-dropdown select {
    width: 100%;
}

.showNotification {
    margin: 20px 20px 0 20px !important;
}

.showNotification .row {
    padding: 10px 0;
}

.showNotification p {
    font-size: 30px;
}

.showNotification .points {
    border-color: var(--border6);
    border-width: 1px 0 1px 0;
    border-style: solid;
}

.showNotification .points a {
    display: block;
    padding: 10px 0 10px 15px;
    border-color: var(--border6);
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: var(--black1);
}

.showNotification .points a:hover,
.showNotification .col-md-3 a:focus {
    background: var(--background25);
}

.showNotification .points a:last-child {
    border-width: 0 0 0 1px;
}

.showNotification h5,
.showNotification p {
    padding: 20px 0 0 0;
}

.showNotification span {
    display: inline-block;
    background: var(--background14);
    border-radius: 5px;
    margin: 10px 10px 10px 0;
    padding: 5px 10px;
}

.showNotification span a {
    color: var(--black1);
}

.showNotification button {
    float: right;
    margin-right: 15px;
}

.addAudience {
    display: inline-block;
    padding: 0 15px;
    height: 41px;
    line-height: 41px;
    color: var(--white);
    background: var(--blue);
    text-align: center;
    margin: 154px 0 0 5px;
    cursor: pointer;
}

.feedbackHeader .campaigntabsInner {
    width: 20% !important;
}

.feedbackHeader {
    position: absolute;
    width: 100%;
    top: 153px;
}

.surveySelectSettings {
    float: right;
    margin-right: 138px;
}

.notificationSelectSettings {
    float: right;
    margin-right: 169px;
}

.notificationSelectSettings span,
.surveySelectSettings span {
    margin-top: -2px;
}

.notificationSelectSettings span select,
.surveySelectSettings span select {
    padding: 9px;
}

/*css fpor popups*/
.ng-modal-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}

.ng-modal-dialog {
    z-index: 999999;
    margin: 0;
    position: fixed;
    top: 50%;
    padding: 0;
    text-align: center;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 865px;
    overflow-y: auto;
    width: 520px;
    border-radius: 5px;
}

.ads_image_preview {
    width: auto !important;
    overflow: visible;
    border-radius: 0;
}

.ads_image_preview .popup-inner-content {
    padding: 0;
}

.ads_image_preview .closeModal {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    cursor: pointer;
}

.ads_image_preview .closeModal img {
    width: 9px !important;
}

#creatives #showing-ads-preview1 img {
    /* object-fit: cover; */
    object-position: center;
    height: 100%;
    width: 100%;
}

.ads_image_preview .ng-modal-dialog-content {
    background-color: transparent;
}

.closeModal {
    width: 15px;
    float: right;
}

.ng-modal-header,
.ng-modal-dialog h2 {
    color: var(--darkblack);
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 20px;
    /* text-align: left;
    border-bottom: 1px solid #ccc; */
}

.ng-modal-dialog h2 {
    background: var(--background3);
    margin-top: 0;
    color: var(--black);
    padding-top: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 0;
    padding-left: 20px;
}

.popup-inner-content {
    padding: 20px;
    display: inline-block;
    width: 100%;
    float: left;
    height: 100%;
}

.ng-modal-content {
    font-size: 14px;
    width: 80%;
    margin: 10px auto;
    line-height: 1.3;
    color: black;
}

.ng-modal-dialog-content {
    background-color: var(--white);
    width: 100%;
    display: inline-block;
    float: left;
    /* text-align:center; */
    /* border-radius: 5px; */
    height: 100%;
}

.ng-modal-dialog-content-content,
.creatives-ads-preview-modal {
    height: 100%;
}

.ng-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    display: inline-block;
}

.ng-modal-dialog p {
    font-size: 13px;
    text-transform: capitalize;
    color: var(--darkgrey);
    text-align: right;
}

.ng-modal-dialog select {
    float: none;
    width: 80%;
    outline: none;
}

.ng-modal-dialog input {
    height: 35px;
    width: 90%;
    padding: 0 10px !important;
    border: 1px solid var(--border);
}

.ng-modal-dialog button {
    background: var(--blue);
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 5px;
}

.ng-modal-dialog button.delete {
    background: var(--white);
    color: var(--blue);
    border: 1px solid var(--blue);
}

.ng-modal-dialog input::-webkit-input-placeholder {
    color: var(--placeholder);
}

.ng-modal-dialog .btnDiv {
    /* border-top: 1px solid #ccc; */
    padding: 15px;
}

.successText {
    background: var(--background7);
    padding: 3px 7px;
    color: white;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 12px;
}

.pendingText {
    background: var(--background8);
    padding: 3px 7px;
    color: white;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 12px;
}

.failedText {
    background: var(--error);
    padding: 3px 7px;
    color: white;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 12px;
}

.backCreateBtn {
    /* background: var(--white); */
    background: none;
    border: none;
    color: var(--blue);
    margin-right: 15px;
    padding: 0;
    min-width: auto;
    width: 25px;
    height: 26px;
    border-radius: 2px;
    position: absolute;
    top: -5px;
    left: -8px;
}

.backCreateBtn:hover {
    /* background: var(--hoverblue); */
    background: var(--background17);
}

/*.backCreateBtn:hover{*/
/*background: gr;*/
/*}*/
.backCreateBtn img {
    width: 15px;
    /*margin-right: 5px;*/
    vertical-align: bottom;
}

.upbtn {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 12px;
    top: 10px;
}

.downbtn {
    background: transparent;
    border: 0;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 19px;
    right: 12px;
    padding: 0;
    margin: 0;
}

.upbtn img,
.downbtn img {
    width: 11px;
    vertical-align: top;
    /*vertical-align: bottom;*/
}

.capitalize {
    text-transform: capitalize;
}

.overviewStatsDiv {
    background: white;
    padding: 25px 15px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
    margin: 0 1%;
    height: 100%;
}

.overviewStatsDiv h5 {
    font-size: 26px;
}

.overviewStatsDiv p {
    font-size: 16px;
    color: var(--darkgrey);
}

.overviewStatsDiv p span {
    color: var(--blue);
    font-size: 14px;
}

.thirdh5 {
    color: var(--darkgrey);
    padding: 15px;
    font-size: 14px;
}

/* editor css */

.CodeMirror-gutters,
.CodeMirror-gutter-wrapper,
.CodeMirror-gutter-elt {
    z-index: 1 !important;
}

.CodeMirror {
    border: 1px solid var(--border4);
    background: var(--background15) !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* editor css ends */

.wid-100 {
    width: 100%;
}

.addsButton {
    background: var(--white) !important;
    color: var(--blue) !important;
    padding: 10px 20px !important;
    margin-top: 20px !important;
}

.rigthBtn {
    float: right;
    margin-top: 10px !important;
    margin-right: 20px;
}

.closesBtn {
    width: 15px;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: -25px;
}

.erromsg {
    padding: 0 !important;
    padding-top: 5px !important;
    color: var(--error) !important;
    font-size: 12px !important;
    text-align: left !important;
}

.sectionClose {
    width: 12px;
    margin-left: 15px;
}

/* multitab header */
.campaigntabHeader {
    border-bottom: 2px solid var(--border4);
    display: block;
    /* background: white; */
    background: none;
    /* position: fixed; */
    position: static;
    /* top: 108px; */
    z-index: 3;
    width: 100%;
    transition: all .5s ease-in-out;
}

.campaigntabHeader2 {
    border-bottom: 2px solid var(--border4);
    display: block;
    background: white;
    position: fixed;
    top: 180px;
    z-index: 3;
    width: calc(100% - 240px);
}

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

    .campaigntabHeader,
    .campaigntabHeader2 {
        width: calc(100%);
    }
}

.campaigntabsInner:first-child {
    margin-left: 20px;
}

.campaigntabsInner {
    padding: 15px 0;
    cursor: pointer;
    display: inline-block;
    color: var(--darkgrey);
    transition: all .5s ease-in-out;
}

.campaigntabsInner span {
    width: 25%;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    /* font-weight: 600; */
    letter-spacing: 1px;
}

.campaigntabsInnerArrimg {
    width: 12px;
    float: right;
    position: relative;
    top: 4px;
}

.activeCampaign {
    border-bottom: 4px solid var(--blue);
    color: var(--darkblack);
    padding-bottom: 13px;
}

.campaigntabsInner span:hover {
    border-bottom: 4px solid rgb(28, 154, 214, 0.3);
    padding-bottom: 13px;
}

.editBtnPreview {
    width: 20px;
    /* float: right; */
    cursor: pointer;
    /* margin-right: 0; */
    margin-left: 5px;
}

.gridHeader h4,
.grid-box h4 {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 20px;
    box-shadow: 1px 1px 4px 0 var(--border4);
    margin: 0;
}

.previewnestedp {
    padding: 15px 0 0 15px;
    color: var(--darkgrey);
}

.m-t-30 {
    margin-top: 15px;
}

.personalizeBtn {
    position: fixed;
    right: 20px;
    top: 60px;
    min-width: 100px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 700;
}

.datepickerCss {
    width: 200px !important;
    font-size: 13px !important;
    border: 1px solid var(--border) !important;
    border-right: none;
    float: right;
    cursor: pointer;
    padding: 0;
    /*background: url("../images/calender.png") #FFFFFF no-repeat left 0 !important;*/
    background: url("/images/calendar1.svg") var(--white) no-repeat 9px 10px !important;
    background-size: 16px !important;
    padding-left: 32px;
    height: 40px;
}

.create_campaign .inner_content5,
.create_campaign .inner_content2,
.creative .inner_content5,
.conversion .inner_content5,
.advance .inner_content5,
.advance .inner_content2,
.preview .inner_content2,
.preview .inner_content5,
.uploadCsvForm .inner_content2,
.audienceSegment .inner_content2,
.icp .inner_content2 {
    min-height: auto !important;
}

.content .inner_content5,
.audienceSegment .inner_content5,
.icp .inner_content5 {
    min-height: 58vh;
}

.dynamicPageForm .inner_content5 {
    /*min-height: 57vh;*/
}

.uploadCsvForm .inner_content {
    min-height: 74vh;
}

.personalize {
    width: 100%;
    float: left;
    /*margin: 10px 0;*/
    padding: 0 20px;
}

.whatShow h4 {
    font-size: 16px;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 13px;
    /* border-bottom:1px solid var(--border2); */
    margin: 0;
    cursor: pointer;
    /* background: var(--background3); */
    font-weight: 600;
}

.heading h4 {
    font-size: 17px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #555;
}

.heading h4 p,
.breadcrumb h4 li a {
    text-transform: none;
}

/*.heading h4 p:first-letter,.heading h4 p a:first-letter{text-transform: uppercase}*/
.infoIcon {
    width: 15px;
    vertical-align: top;
    position: relative;
}

.radionBtnLabl {
    display: inline-block;
    width: auto;
    float: left;
    margin: 9px 15px 0 0;
}

.inlinInputPush {
    width: 60px !important;
    display: -webkit-inline-box !important;
    margin: 0 10px !important;
}

.uploadPicEdit {
    width: 30px !important;
    position: absolute;
    top: 45px;
    left: 60px;
    height: 30px !important;
    cursor: pointer;
    border-radius: 100%;
}

.heading {
    /*box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);*/
    /* padding: 5px 20px; */
    background: var(--background3);
    border-bottom: 1px solid var(--border2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gridHeader2 h4 {
    font-size: 16px;
    padding: 20px;
    /*box-shadow: 0 1px 4px 0px var(--border4);*/
    margin: 0;
    background: var(--background3);
    border-bottom: 1px solid var(--border2);
}

.noBackground {
    background-color: var(--background1) !important;
    box-shadow: unset !important;
}

.whiteBackground {
    background: var(--white);
}

.campaigntabsInner1 {
    padding: 15px 0;
    cursor: pointer;
    display: inline-block;
    color: var(--darkgrey);
    width: 14.25%;
}

.iconNotificaitonDiv {
    width: 77px !important;
    height: 77px;
    padding: 0 !important;
    border-radius: 100%;
    margin-left: 10px;
    margin-top: 20px;
    border: 1px solid var(--border8);
    background: url('images/noimage.jpg');
    background-size: cover;
}

.iconNotificaitonDiv-img {
    width: 75px !important;
    height: 75px;
    padding: 0;
    border-radius: 100%;
}

.whatShow h4 img {
    width: 20px;
    float: right;
}

.grid-layout .col-md-2:first-child {
    border-width: 1px;
}

.grid-layout .col-md-2 {
    width: calc(20% - 57px);
    margin: 10px;
    padding: 20px 0;
    float: none;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
    min-height: 120px;
    cursor: pointer;
    border-style: solid;
    border-color: var(--border9);
    border-width: 1px 1px 1px 0;
    border-radius: 5px;
}

.grid-layout .col-md-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid-layout span {
    display: inline-block;
    width: 65%;
    float: left;
    font-size: 13px;
    text-transform: capitalize;
    /*padding: 20px 0 0 0;*/
}

.calendarIcon {
    width: 40px;
    float: right;
    background: var(--background13);
    height: 40px;
    text-align: center;
    padding: 8px 0 0 0;
}

.persoanlize {
    padding: 0 20px;
}

.tabHeader2 .tabsInner1 {
    width: 8%;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
}

.logoImages img {
    width: 80%;
    height: 60px;
    object-fit: contain;
}

.messageTextArea {
    padding: 10px 40px 0 10px;
    max-height: 66px;
    resize: none;
}

.personalize_container {
    float: right;
    display: flex;
    margin-top: -25px;
    margin-right: 15px;
    cursor: pointer;
}

.personalizngation-attribute-container {
    position: absolute;
    top: 58px;
    min-width: 200px;
    max-width: 200px;
    right: 15px;
    box-shadow: 0 1px 1px 1px var(--border10);
    background-color: var(--white);
    z-index: 8;
}

.personalizngation-attribute-container li a {
    display: table;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    color: var(--black1);
    /*white-space: nowrap;*/
}

.personalizngation-attribute-container ul {
    max-height: 320px;
    overflow-y: auto;
    min-height: 20px;
    padding: 0 1px;
}

.personalizngation-attribute-container ul li span {
    /*overflow: hidden; text-overflow: ellipsis; padding: 0 10px;*/
    word-break: break-word;
}

.personalizngation-attribute-container .filter {
    padding: 10px 20px 10px 20px;
    width: 100%;
    position: sticky;
    z-index: 88;
    top: 0;
    left: 0;
    background-color: var(--white);
}

/*.crm .grid-layout .col-md-2{height: 130px;}*/
/*.marketing .grid-layout .col-md-2{height: 170px;}*/

.notAllowedCss {
    cursor: not-allowed;
    color: var(--background17);
}

.grenTick {
    width: 12px;
    margin-left: 10px;
}

.variationClose {
    width: 15px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    z-index: 5;
}

.mainDivPage {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.firstmainDivPage {
    width: 100px;
    float: left;
    padding-top: 10px;
}

.secondmainDivPage {
    width: 200px;
    float: left;
    margin-right: 20px;
}

.thirdmainDivPage {
    width: 350px;
    float: left;
    padding-bottom: 10px;
    margin-right: 15px;
}

.mainDivPage img {
    width: 12px;
    height: 12px;
    margin-top: 10px;
    cursor: pointer;
}

.cancelBtn {
    background: white;
    color: var(--blue);
    font-size: 16px;
    padding: 9px 20px 11px 20px;
    border: 1px solid var(--blue);
    border-radius: 0;
}

.previewSpan {
    color: var(--black);
    margin: 0;
}

.border_left_preview {
    border-left: 1px solid var(--border4);
}

.height_auto {
    min-height: auto !important;
}

.red-bottom-tooltip .tooltip-inner {
    background-color: var(--background18);
}

.red-bottom-tooltip .tooltip.bottom .tooltip-arrow {
    border-bottom-color: var(--background18);
}

/* .setupTabs .tabsInner:nth-child(4) {
    border-right: 1px solid var(--border3);
} */

.nodivdata {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.nodivdata p {
    padding: 20px 0;
    margin: 0;
}

.loader1,
.loader2,
.loader3,
.loader4,
.loader5,
.loader6,
.loader7,
.loader8 {
    border: 5px solid var(--background26);
    border-radius: 50%;
    border-top: 5px solid var(--blue);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: relative;
    left: 43%;
}

.loader9 {
    border: 5px solid var(--background26);
    border-radius: 50%;
    border-top: 5px solid var(--blue);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 38%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.loader5 {
    position: absolute;
    left: 35%;
    width: 100px;
    height: 100px;
    margin-top: 50%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

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

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

.preview-ads {
    background: #f3f1f4;
    height: 440px;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.device_Type {
    background: var(--white);
    text-align: center;
    padding: 10px 0;
}

textarea {
    border: 1px solid var(--background2);
    outline: 0;
    width: 100%;
    min-height: 100px;
    resize: vertical;
    padding: 6px 12px;
    border-radius: 5px;
}

@keyframes dots {

    0%,
    12.5% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    37.5% {
        text-shadow: .5em 0;
    }

    50% {
        text-shadow: .5em 0, 1em 0;
    }

    87.5%,
    100% {
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
    }
}

.dots {
    position: absolute;
    top: 56%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 25px !important;
}

.dots:after {
    content: ' .';
    animation: dots 3s steps(1, end) infinite;
    font-size: 18px;
    margin: 0;
    padding: 0;
    float: left;
    color: var(--blue);
}

.table-responsive {
    border-style: solid;
    border-color: var(--border);
    border-radius: 0 0 5px 5px;
    border-width: 1px 1px 1px 1px;
}

.table-bordered {
    border: 0;
}

/* .table thead,.table tbody{
    display:block;
} */
.table thead th {
    position: sticky;
    top: 0;
    z-index: 9;
}

.table-bordered tr th:last-child,
.table-responsive tr td:last-child {
    border-right: 0 !important;
}

.border-top-left-right {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.grid_content {
    /* margin: 113px 0 20px 20px; */
    margin: 20px 0 20px 20px;
    display: inline-block;
    width: calc(100% - 40px);
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    position: relative;
}

.grid_content .col-lg-4 .grid-box {
    background-color: var(--white);
    box-shadow: 1px 1px 4px 0 var(--border4);
    flex: 1;
    width: 100%;
    height: 100%;
}

.grid_content .row {
    display: flex;
    width: 100%;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-t-l-r-10 {
    border-top-left-radius: 10px;
}

.border-t-r-r-10 {
    border-top-right-radius: 10px;
}

.border-t-l-r-5 {
    border-top-left-radius: 5px;
}

.border-t-r-r-5 {
    border-top-right-radius: 5px;
}

/*.accounts .table tbody tr:last-child td {*/
/*    color: red;*/
/*}*/
.accounts .table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.accounts .table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.accounts .table tr td:last-child {
    border-right: 0 !important;
}

.grid_content .col-lg-4 .grid-box {
    background-color: var(--white);
    box-shadow: 1px 1px 4px 0 var(--border4);
    flex: 1;
    width: 100%;
    height: 100%;
}

.accounts .table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.grid_content .row {
    display: flex;
    width: 100%;
}

.accounts .inner_content2,
.accounts .personalize {
    overflow: hidden;
}

.innertabs1 .tabsInner {
    padding: 15px 0;
}

.innertabs1 .tabsInner span {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 12px;
}

.innertabs1 .tabsInner:last-child {
    border-right: 0 !important;
}

.auidenceUiSelect {
    border: 0;
}

.auidenceUiSelect input {
    border-bottom: 1px solid var(--background2) !important;
    border-radius: 0;
}

.auidenceUiSelect input:focus {
    border-bottom: 1px solid #1d9ad5 !important;
    transition: all .5s ease-in-out;
}

.auidenceUiSelect .ui-select-match-item {
    min-width: auto !important;
}

.auidenceUiSelect .close {
    position: relative;
    top: 3px;
    left: 5px;
}


/*input::placeholder {*/
/*    color: darkorange;*/
/*}*/
/*.multi-select-custom-ui figure{*/
/*    display: inline-block; width: 50px; margin: 0 10px 0 0; padding: 0 !important; border-right: 0;*/
/*}*/
/*.multi-select-custom-ui figure img{*/
/*    width: 100%; margin: 0; padding: 0;*/
/*}*/
/*.multi-select-custom-ui div.right{*/
/*    display: inline-block; width: calc(100% - 70px);*/
/*}*/
/*.multi-select-custom-ui div.right h5{*/
/*    margin: 0; padding: 0; font-size: 16px;*/
/*}*/
/*.multi-select-custom-ui div.right h6{*/
/*    margin: 0; padding: 0; font-size: 14px;*/
/*}*/
/*.multi-select-custom-ui .ui-select-choices-row-inner{*/
/*    padding: 7px 10px !important; display: inline-block !important; width: 100%;*/
/*}*/
/*.multi-select-custom-ui {*/
/*    border-width: 0 0 1px 0;*/
/*}*/
/*.multi-select-custom-ui  .ui-select-match-item{*/
/*    border-radius: 50px; background-color: #EEEEEE; padding: 0 20px; border-color: #ccc !important; box-shadow: none;*/
/*    min-width: auto; line-height: 26px;*/
/*}*/
/*.multi-select-custom-ui  .ui-select-match-item:hover,.multi-select-custom-ui  .ui-select-match-item:focus{*/
/*    background-color: #EEEEEE; border-color: #ccc !important; box-shadow: none;*/
/*}*/
.multi-select-custom-ui .close {
    font-size: 18px !important;
    color: #838383;
    position: absolute;
    top: 12px;
    right: 11px;
    opacity: 1;
}

.image-grid-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.justify-content-start {
    justify-content: start !important;
}

.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 100%;
    margin: 0 auto;
}

.grid-container div {
    width: 150px;
    margin: 0 1.5rem 1.5rem 0;
    display: inline-block;
    width: 100%;
    /*border: solid 2px #f1f1f1;*/
    padding: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}

.gap-1 {
    column-gap: 4px;
}

.gap-2 {
    column-gap: 8px;
}

.gap-3 {
    column-gap: 12px;
}

.gap-4 {
    column-gap: 16px;
}

.grid-container div:hover img {
    /*filter: grayscale(0);*/
    filter: opacity(60%);
}

.grid-container div img {
    width: 100%;
    /*filter: grayscale(100%);*/
    border-radius: 5px 5px 0 0;
    transition: all 0.25s ease-in-out;
}

.grid-container div p {
    margin: 5px 0;
    text-align: center;
    word-break: break-word;
    padding: 0 15px;
}

.mb-120px {
    margin-bottom: 120px;
}

.dropdown-divider-h-0 .divider {
    height: 0 !important;
    margin: 0 !important;
}
.dropdown-divider-h-0 .ui-select-choices {
    padding: 0 !important;
    opacity: 0;
    border: 0;
}

.auidenceUiSelect .ui-select-match-item {
    height: auto !important;
    padding: 5px 15px;
    margin-right: 20px !important;
    border-radius: 5px;
}

/*.auidenceUiSelect .ui-select-match-item figure{*/
/*    width: 40px; height: 40px;*/
/*    position: absolute;*/
/*    top: -1px; left: -10px;*/
/*    border-radius: 50px;*/
/*    border: 1px solid #cccccc;*/
/*    background: #EEEEEE;*/
/*}*/
.image-preview-chk .ChkContainer {
    padding-left: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1px;
    font-size: 10px;
    line-height: 11px;
    top: 6px;
}

.image-preview-chk .checkmark {
    width: 23px;
    height: 23px;
}

.image-preview-chk .ChkContainer .checkmark:after {
    top: 3px;
    left: 8px;
}

/* .table-height{
    max-height: 441px;
    overflow: auto;
} */
.table-height-one {
    /* max-height: 423px;
    overflow: auto !important; */
    overflow: visible !important;
}

.tab-innner-table-height {
    max-height: 437px;
    overflow: auto !important;
}

.tab-innner-table-height-one {
    max-height: 423px;
    overflow: auto !important;
}

.tab-innner-table-height-two {
    max-height: 454px;
    overflow: auto !important;
}

.tab-innner-table-height-three {
    max-height: 617px;
    overflow: auto !important;
}

.table-height tr th:first-child,
.table-height tr td:first-child {
    padding: 10px 12px 10px 12px !important;
}

.campaignListScroll,
.tabel-one-scroll {
    overflow-x: visible;
    overflow-y: visible;
    float: left;
    margin-bottom: 20px;
    /*margin*/
}

.tabel-one-scroll .table tr td:last-child {
    position: relative;
    padding: 10px 20px 10px 12px !important;
}

.ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
    display: block;
}

.table-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-with-menu-ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: inline-block;
}

/* .table-noData th:first-child,.table-noData th:nth-child(2){
    left: auto !important;
} */
.tabel-one-scroll .table tr td:last-child .moreBtnTable,
.pageWidget .moreBtnTable,
.icpListTable .moreBtnTable,
.project .moreBtnTable {
    position: absolute;
    top: 11px;
    right: 9px;
}

.tabel-one-scroll {
    border-radius: 0 0 0 5px;
}

.table-one-nodata {
    border-width: 1px 1px 0 1px;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.table-two-nodata {
    border-width: 1px 1px 0 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.twoTableNoData {
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--border);
    border-radius: 0 0 5px 5px;
    width: calc(100% - 30px);
    margin-left: 15px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.noDataValign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.campaign-table-one-scroll {
    border-width: 1px 0 0 1px !important;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.campaign-table-two-scroll {
    border-width: 1px 1px 0 1px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.persoanlize .campaignScroll tr td:first-child,
.tabel-two-scroll tr td:first-child {
    border: 0;
    border-top: 1px solid #ddd;
    border-left: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.campaignScroll,
.tabel-two-scroll {
    overflow: auto;
    float: left;
    margin-bottom: 20px;
}

.tabel-two-scroll {
    border-width: 1px 1px 1px 0;
    border-radius: 0 0 5px 0;
}

.persoanlize .campaignListTable tr td {
    border: 0 !important;
    border-top: 0px solid #ddd !important;
    border-left: 1px solid #ddd !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ddd;
}

/* infinite scroll  */
.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

.table-container {
    /* height:500px; */
    overflow: auto;
}

/* loader */

.table-data-loader {
    height: auto;
    position: absolute;
    top: 36%;
    left: 50%;
}

@keyframes big-dots {

    0%,
    12.5% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    37.5% {
        text-shadow: .5em 0;
    }

    50% {
        text-shadow: .5em 0, 1em 0;
    }

    87.5%,
    100% {
        text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
    }
}

.table-data-loader .big-dots {
    position: absolute;
    top: 11vh;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 72px;
}

.table-data-loader .big-dots:after {
    content: ' .';
    animation: big-dots 3s steps(1, end) infinite;
    font-size: 60px;
    margin: 0;
    padding: 0;
    float: left;
    color: var(--blue);
}

code {
    font-family: Consolas, "courier new";
    color: #FFF;
    background-color: #333;
    padding: 2px;
    font-size: 105%;
    display: block;
    white-space: pre;
    counter-reset: line;
    overflow: auto;
}

code>div {
    counter-increment: line;
    display: block;
    min-height: 1em;
    color: #fff;
}

code>div::before {
    content: counter(line) '\A0';
    display: inline-block;
    width: 4ch;
    text-align: left;
    -webkit-select: none;
    color: #666;
}

.reserved {
    font-weight: bold;
    color: #55C;
}

.methods {
    font-weight: bold;
    color: green;
}

.variable {
    color: orange;
}

.comment {
    color: gray;
}

.number {
    color: red;
}

.audienceSegment .radio {
    margin: 0;
}

.audienceSegment .radio input[type='search'] {
    background-image: url(/images/search-blue.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 9px 11px;
    padding: 0 35px !important;
    border: 1px solid var(--border) !important;
    height: 40px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.audienceSegment .radio input[type='radio'] {
    position: absolute;
    left: -99999px;
    top: 0;
}

.audienceSegment .radio input[type='radio']:checked+label {
    /* border-color: var(--blue); */
}

.audienceSegment .radio input[type='radio']:checked+label svg {
    /* fill: var(--blue); */
}

.audienceSegment .radio input[type='radio']:checked+label span.name {
    /* color: var(--blue); */
}

.audienceSegment .radio input[type='radio']:checked+label span.circle {
    background: var(--blue);
    border-color: var(--blue);
}

.audienceSegment .radio .contact_heading {
    position: absolute;
    top: -9px;
    left: 10px;
    background: var(--white);
    color: var(--darkgrey);
    padding: 0 10px;
    font-size: 12px;
    text-transform: capitalize;
}

.audienceSegment .radio label {
    display: inline-block;
    border: 1px solid var(--border);
    border-radius: 5px;
    width: 100%;
    margin-right: 20px;
    text-align: center;
    padding: 20px 0 15px 0;
    position: relative;
}

.audienceSegment .radio label:last-child {
    margin-right: 0;
}

.audienceSegment .radio label svg {
    width: 30px;
    height: 30px;
    fill: #888888;
}

.audienceSegment .radio label span.name {
    display: block;
    padding: 5px 0 0 0;
    text-transform: capitalize;
    color: var(--lightgrey);
    font-size: 12px
}

.audienceSegment .radio label span.circle {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: var(--white);
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid var(--border);
}

.audienceSegment .radio label span.circle:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: var(--white);
    position: absolute;
    top: 3px;
    left: 3px;
}

.multiSelect input[type='checkbox'] {
    width: auto;
}

.multiSelect .checkbox {
    margin: 3px 0;
}

.multiSelect .checkbox label {
    min-height: auto;
    padding: 0 0 0 20px;
    font-size: 13px;
}

.multiSelect .dropdown-toggle:focus {
    border-color: var(--blue) !important;
}

.multiSelect ul.dropdown-menu-form {
    width: 100%;
    margin: 1px 0 0 0;
    height: auto !important;
    max-height: 200px !important;
}
@media screen and (max-width: 1919px) {
    .website-visits__modal {
        height: 80vh; overflow-y: scroll;
    }
}
.dropdown-toggle span {
    display: inline-block !important;
    /* text-transform: lowercase; */
}

.dropdown-toggle span::first-letter {
    text-transform: uppercase;
}

.multiSelect .open {
    text-align: left;
    color: var(--lightgrey) !important;
    padding: 7px 10px !important;
    font-size: 13px;
    border-color: var(--blue);
}

.multiSelect .open .caret {
    transform: rotate(180deg);
}

button[disabled] {
    /*background: #e2e0e0 !important;*/
    /*border-color: var(--border);*/
    /*color: #bab3b3 !important;*/
    cursor: default;
    opacity: .5;
}

/*.subscription .calender-outer .datepickerCss{*/
/* background: url(/images/calendar1.svg) no-repeat 12px 4px/23px !important; */
/*width: 250px !important; position: relative;*/
/*background: url(/images/calendar1.svg) no-repeat 12px 4px/23px, url(/images/down-arrow.svg) no-repeat 95% 10px/17px  !important;*/
/*padding-left: 60px;*/
/*}*/
/*.subscription .calender-outer:after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 48px;*/
/*    width: 1px;*/
/*    height: 35px;*/
/*    background: var(--border);*/
/*}*/

.show-document {
    z-index: 999999;
    margin: 0;
    position: fixed;
    bottom: 20px;
    padding: 0;
    text-align: center;
    left: auto;
    right: 20px;
    background-color: rgba(0, 0, 0, .15);
    /*transform: translate(0,-50%);*/
    /*-webkit-transform: translate(0,-50%);*/
    /*-moz-transform: translate(0,-50%);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*height: 685px;*/
    overflow-y: auto;
    width: 360px;
    border-radius: 8px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 10%);
    background: var(--white);
    /*transform: translateX(-380px);*/
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.lifebuoyBtn {
    padding: 0;
    margin: 0;
    min-width: auto;
    border: 0;
    position: fixed;
    top: 62px;
    right: 20px;
    z-index: 9;
    background: transparent;
    border-radius: 0;
}

.show-document .closeModal {
    float: right;
    margin: 10px 10px 8px 5px;
    /*border: 2px solid var(--blue);*/
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.show-document .closeModal:hover {
    background: var(--background12);
}

.show-document .content {
    display: inline-block;
    width: 100%;
    height: calc(100% - 80px);
}

.show-document h2 {
    display: inline-block;
    margin: 0;
    padding: 17px 0 0 20px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: left;
    float: left;
}

.show-document .help-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--border);
    background: #A6E1FA;
    height: 57px;
}

object body {
    padding: 0;
}

.showHelpModal {
    position: fixed;
    top: -1px;
    right: 190px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px, rgba(0, 0, 0, 0.3) 0px 4px 28px;
    background: #A6E1FA; */
    z-index: 9999;
}

.showHelpModal img {
    padding: 5px;
}

/* bulk file upload  */
#bulkFileUpload .note-modal-dialog {
    width: 86%;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 55.5%;
    max-height: auto !important;
    background: var(--white);
}

#bulkFileUpload .note-modal-dialog .closeModal {
    float: right;
    cursor: pointer;
    width: 35px;
    height: 35px;
    /*background: gray;*/
    border-radius: 50px;
    text-align: center;
    line-height: 33px;
}

#bulkFileUpload .note-modal-dialog .closeModal:hover {
    background: var(--background12);
}

#bulkFileUpload .note-modal-dialog .content {
    text-align: left;
}

#bulkFileUpload .note-modal-dialog .content .error-heading {
    display: inline-block;
    width: 100%;
    background: url(/images/warning.png) no-repeat 1px 0;
    padding: 0 0 0 55px;
    background-size: 38px;
}

#bulkFileUpload .note-modal-dialog .content .error-heading h2 {
    background: transparent;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 20px;
}

#bulkFileUpload .note-modal-dialog .content .error-heading h6 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 16px;
}

#bulkFileUpload .table-responsive {
    overflow: auto;
}

#bulkFileUpload .tableBulkUpload {
    overflow-x: auto !important;
    /*white-space: nowrap;*/
    width: 100%;
}

#bulkFileUpload .table tr td .table tr {
    /*background-color: var(--white) !important; */
    vertical-align: top;
}

#bulkFileUpload .table tr td .table tr:nth-child(2) td {
    border-top: 1px solid var(--border) !important;
    border-bottom: 1px solid var(--border) !important;
}

#bulkFileUpload .table tr:last-child .table tr:nth-child(2) td {
    border-bottom: 0 !important;
}

#bulkFileUpload .table p {
    width: 200px;
    word-break: break-word;
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: left;
}

#bulkFileUpload .table th p {
    width: 200px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
}

#bulkFileUpload .table tr .table tr:nth-child(2) td p {
    width: 100%;
}

#bulkFileUpload .tableBulkUpload tr td:first-child {
    border-bottom: 1px solid var(--border) !important;
}

#bulkFileUpload .tableBulkUpload tr:last-child td:first-child,
#bulkFileUpload .tableBulkUpload tr .table tr td:first-child {
    border-bottom: 0 !important;
}

#bulkFileUpload .tableBulkUpload tr:nth-child(even) .table tr {
    background-color: var(--background11) !important;
}

#bulkFileUpload .tableBulkUpload tr:nth-child(odd) .table tr {
    background-color: var(--white) !important;
}

#bulkFileUpload .error {
    font-size: 14px !important;
}

.newFormLeft {
    width: 35%;
    margin-left: 20px;
}

.newFormright {
    width: 35%;
    margin-left: 100px;
}

.dynamicAdsLeft {
    width: 60% !important;
}

.dynamicAdsRight {
    width: 36% !important;
}

textarea::-webkit-input-placeholder {
    color: #757575;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9d9d9d;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9d9d9d;
}

textarea:-ms-input-placeholder {
    color: #9d9d9d;
}

textarea::placeholder {
    color: #9d9d9d;
}

.custom-checkbox label {
    display: inline-block;
}

.custom-checkbox label span {
    height: 20px;
    width: 20px;
    border: 1px solid var(--border);
    display: inline-block;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}

.custom-checkbox [type=checkbox]:checked+span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/tick1.svg") no-repeat #0075ff 3px 3px;
    width: 18px;
    height: 18px;
    background-size: 12px;
    border-radius: 2px;
}

.custom-checkbox input[type='checkbox'] {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.menu-collapse .leftCnt {
    width: 80px;
    transition: all .5s ease-in-out;
}

.menu-collapse .rightCnt,
.menu-collapse header .right {
    width: calc(100% - 80px);
    transition: all .5s ease-in-out;
}

.menu-expand {
    transition: all .5s ease-in-out;
}

.menu-collapse .logo_place {
    width: 80px;
}

.menu-collapse .menu .menu-icon {
    left: 15px;
    width: 20px;
}

.menu-collapse .menu>li>a>.menu-icon {
    display: none;
}

.menu-collapse .menu>li>ul a .menu-icon-hoverg {
    display: none;
}

.menu-collapse .menu li a {
    font-size: 8px;
}

.menu-collapse .logo_place .logo2,
.menu-expand .dropdown_body .activeMenu a .menu-icon-hover,
.menu-expand .menu>li:first-child .menu-icon-hover {
    display: inline-block;
    /* position: relative;
    top:-4px; */
}

/*.menu-collapse .menu li:hover span{opacity: 0; display: none;}*/
/*.menu-collapse .menu .dropdown li:hover span,.menu-collapse .menu > li:first-child:hover span{*/
/*display: flex;*/
/*align-items: center;*/
/*opacity: 1 !important;*/
/*justify-content: center;*/
/*}*/
.menu-collapse .menu li .dropdown li:hover span.expandItemName {
    /* .menu-collapse .menu > li:first-child:hover span.expandMainItem */
    display: flex;
    align-items: center;
    background: var(--background10);
    color: var(--white);
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    right: -146px;
    width: 146px;
    padding: 0 10px 0 3px;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0;
    height: 100%;
    left: auto;
}

/*.menu-collapse .menu > li:first-child:hover span.expandMainItem {*/
/*right: -146px;*/
/*animation: 0;*/
/*animation-fill-mode: none;*/
/*left: auto;*/
/*}*/
.menu-collapse .activeMenu a .collapse-menu-icon-hover {
    display: inline-block;
    width: 24px;
    transition: all .5s ease-in-out;
}

.menu-collapse .menu>.activeMenu>a .collapse-menu-icon-hover {
    margin-inline: auto;
}

/*.menu-collapse .activeMenu a{*/
/*    border-right: 2px solid var(--blue) !important;*/
/*}*/
.menu-collapse .menu li:nth-child(2) ul.dropdown li:last-child {
    border-top: 0 solid #2f2e31;
    /* border-bottom: 1px solid #2f2e31; */
}

.menu-collapse .menu li:nth-child(2) ul.dropdown li:last-child:after {
    /*content: "";*/
    /*position: absolute; bottom: 0; left: 0; z-index: 99; width: 100%; height: 1px; border-top: 1px solid  red;*/
    /*background: green; height: 1px; width: 100%;*/
}

/*.menu-collapse .menu li:nth-child(7):after,.menu-collapse .menu li:nth-child(3):after,.menu-collapse .menu li:nth-child(5):after{*/
/*    left: 4px;*/
/*}*/
/*.main .menu-collapse .handburger-menu:after{*/
/*     content: "";*/
/*     height: 1px;*/
/*     width: 80px;*/
/*     background: #2f2e31;*/
/*     position: absolute;*/
/*     top: -5px;*/
/*     left: -32px;*/
/*}*/
/*.menu-expand .handburger-menu:after{*/
/*    content: "";*/
/*    height: 1px;*/
/*    width: 170px;*/
/*    background: #2f2e31;*/
/*    position: absolute;*/
/*    top: -5px;*/
/*    left: -130px;*/
/*}*/
.menu-collapse .menu li a,
.menu-collapse .menu .dropdown {
    width: 100%;
    /*text-align: center;*/
}

.menu-collapse .menu>li>a .menu-icon-hover {
    margin: 0 auto;
    display: block !important;
}

/* .dropdown_body li:hover a{
    background-color: var(--blue);
    border-radius: 5px;
} */
/* .dropdown_body li:hover a  .menu-icon-hover{
    display: block;
} */
/* .dropdown_body li:hover a .menu-icon{
    display: none;
} */
.dropdown_body li:hover a .collapseItemName {
    text-decoration: underline;
}

.dropdown_body .activeTab:hover a .collapseItemName {
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.dropdown_body .activeTab:hover a {
    cursor: default;
}

.menu-collapse .dropdown_body .activeMenu .menu-icon-hover {
    display: block !important;
}

.menu-collapse .menu>li a {
    padding: 10px 0 !important;
}

.menu-collapse .menu .dropdown li a {
    padding-left: 5px !important;
    border-radius: 5px;
    padding: 10px 0;
    position: relative;
    margin-inline: 5px;
    width: 150px;
}

.menu-collapse .menu li a {
    padding: 0;
    border-radius: 0;
}

.menu-collapse ul.menu>li:nth-child(1).activeMenu:first-child a {
    /*background: var(--blue) !important; width: 95%; border-radius: 5px; border-right: 0;*/
    text-align: center;
    padding: 8px 0;
}

/*.menu-collapse .menu li .dropdown li a{text-align: center;}*/
.menu-collapse .menu li:hover span.expandItemName {
    background: var(--background10);
    color: var(--white) !important;
    border-radius: 0 5px 5px 0;
    /*animation: none;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}

.menu-collapse .menu li .dropdown li:hover a span,
.menu-collapse .menu li>span {
    /*animation: none;*/
    /*animation-fill-mode:none;*/
    /*right: -146px;*/
    /*left: auto;*/
    /*transition: none;*/
}

/* .menu-collapse .breadcrumb, */
.menu-collapse .campaigntabHeader,
.menu-collapse .bottomDivSave {
    width: calc(100% - 80px);
}

.menu-collapse .breadcrumb {
    width: fit-content;
}

.menu-collapse .handburger-menu img {
    /* transform: rotate(180deg); */
}

.menu-collapse .handburger-menu .collapse {}

.menu-collapse .menu .dropdown {
    display: none;
    margin: 0 auto;
    padding: 0;
    vertical-align: top;
    box-shadow: 0 0 4px 5px rgb(0, 0, 0, 10%);
}

.dropdown_header {
    display: none;
}

.menu-collapse .dropdown_header {
    font-weight: 600;
    color: black;
    background-color: #f5f5f5;
    height: 40px;
    display: flex;
    padding-left: 10px;
    align-items: center;
    gap: 5px;
}

.menu-collapse .dropdown_header h4 {
    font-weight: 600;
    color: black;
    margin: 0;
    cursor: default;
}

.menu-collapse .dropdown_header {
    padding-inline: 10px;
    margin-bottom: 5px;
}

.menu-collapse .menu li:hover .dropdown {
    display: block;
    background: #ffffff;
    width: 160px;
    position: absolute;
    left: 80px;
    /* top: 15px; */
    top: 12px;
}

.menu-collapse header .logo {
    display: table;
    margin: 0 auto;
}

/*.menu-collapse .handburger-menu{*/
/*    left: 30px;*/
/*}*/
.main .ui-notification {
    left: 52.8% !important;
}

.menu-expand .menu li:nth-child(2) li:nth-child(3) {
    margin: 0 0 4px 0 !important;
}

html .menu-expand .menu li:nth-child(2) li:nth-child(4) {
    padding: 4px 0 0 0 !important;
}

/*modal popup*/
.modal-popup .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /* padding: 50px 0 0 0; */
}

.modal-popup .modal-content {
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    overflow-y: scroll;
}

.modal-popup .modal-content .adGroupInfo {
    margin-top: 100px;
}

.modal-popup .modal-content .breadcrumb {
    position: static !important;
    width: 100%;
    top: 0 !important;
    box-shadow: none;
}

.modal-popup .modal-content .inner_content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px 20px 20px !important;
    box-shadow: none;
}

.modal-popup .modal-content .backCreateBtn {
    display: none;
}

.modal-popup .modal-content h4 {
    padding-left: 0 !important;
}

.modal-popup .ad-creative .linkedin figure,
.modal-popup .ad-creative .facebook figure {
    float: left;
    display: inline-block;
}

.modal-popup .ad-creative .social_bg {
    top: 1px;
    height: calc(100% - 21px);
}

.modal-popup .right-creatives {
    padding: 0 15px 0 19px;
}

.modal-backdrop {
    background: transparent;
}

.modal-popup .closeModal {
    right: 10px;
    top: -5px;
}

.modal-popup .closeModal img {
    width: 25px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.ma-10 {
    margin: 10px 15px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
}

.overlayContainer {
    width: 80%;
    max-width: 800px;
    height: 480px;
    background-color: white;
    border-radius: 5px;
    display: grid;
    grid-template-columns: 13fr 21fr;
    place-content: center;
    position: relative;
    overflow: hidden;
}

.closeOverlay {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    padding: 5px;
}

.closeOverlay:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.dsbBtn {
    color: var(--lightgrey1) !important;
    border-color: var(--lightgrey1) !important;
}

.border {
    border: 1px solid var(--border);
    border-radius: 5px;
}

header .logo_place .logo2 {
    margin-top: -4px;
}

.bg-white {
    background-color: white;
    box-shadow: 0 1px 5px rgb(0 0 0 / 18%);
}

.navbar-fixed-top {
    transition: all .2s ease-in-out;
}

.menu_container .menu .activeMenu>a {
    background-color: var(--blue);
}

.no-bg {
    box-shadow: none;
    background: none !important;
    padding-inline: 20px;
    border-bottom: 0;
    float: left;
    width: 100%;
}

.no-bg+div {
    margin-top: 5px;
}

.break-words {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
}



.engagement-score-value .filterSlider {
    border: 1px solid var(--border);
    border-radius: 5px;
    padding-inline: 16px;
    padding-bottom: 16px;
    position: relative;
    margin-top: 35px;
    overflow: visible;

}

.filterSlider .sliderHeader {
    position: absolute;
    top: -10px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    padding-inline: 4px;
}

.engagement-score-value {
    /* overflow: hidden; */
    height: 70px;
    padding-inline: 16px;
    position: relative;
}

.engagement-score-value .rzslider .rz-pointer {
    width: 15px;
    height: 15px;
    top: -7px;
    background: var(--border);
    box-shadow: none;

}

.engagement-score-value .rzslider .rz-bar {
    height: 3px
}

.engagement-score-value .rzslider .rz-bubble {
    display: inline-block !important;
}

.collapse-Dropdowns {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 100;
}




/* 

.recotap-multiselect-dropDownMenu {
    position: relative;
}

.recotap-multiselect-dropDownMenu .caret {
    background: url(/images/down-arrow-filled.svg) no-repeat;
    border: 0;
    background-size: 100%;
    width: 14px;
    height: 14px;
    float: right;
    position: relative;
    top: 3px;
}

.recotap-multiselect-dropDownMenu .title-dropdown {
    position: relative;
    padding: 10px 10px !important;
    background: var(--white);
    border: 1px solid var(--border);
    color: var(--lightgrey);
    font-size: 13px;
    border-radius: 5px;
    text-align: left;
    height: 40px;
    width: 100%;
    z-index: 49;
    cursor: pointer;
}

.recotap-multiselect-dropDownMenu .recotap-multiselect-label {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 50;
    background: white;
    width: fit-content;
    padding-inline: 3px;

}

.recotap-multiselect-dropDownMenu .dropDownMenu {
    background: var(--white);
    position: absolute;
    z-index: 100;
    height: auto !important;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 40px;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.recotap-multiselect-dropDownMenu .dropdownSearchClear {
    width: 12px;
    cursor: pointer;
}

.recotap-multiselect-dropDownMenu .searchBar {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-inline: 5px;
}

.recotap-multiselect-dropDownMenu .searchBar .dropdownMagGlass {
    width: 20px;
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 1000;
}

.recotap-multiselect-dropDownMenu .searchBar input {
    width: 100%;
    text-indent: 0px;
    height: 30px;
    margin: 6px 0;
    font-size: 12px;
}

.recotap-multiselect-dropDownMenu .selectedListCount {
    position: absolute;
    right: 30px;
    display: grid;
    place-content: center;
    height: 21px;
    width: 21px;
    text-align: center;
    border-radius: 5px;
    color: var(--blue);
    font-weight: 500;
    top: 10px;
    cursor: pointer;
    background-color: var(--background3);
}


.recotap-multiselect-dropDownMenu .searchBar .dropdownSearchClear {
    width: 10px;
    position: absolute;
    top: 16px;
    right: 12px;
    opacity: .65;
    cursor: pointer;
    z-index: 1000;
}

.recotap-multiselect-dropDownMenu input[type="checkbox"] {
    margin: 0 7px 0 7px;
    width: auto;
    height: auto;
    position: relative;
    top: 2.5px;
}

.recotap-multiselect-dropDownMenu .dropdown-item label {
    padding: 3px 0 3px 0;
}

.recotap-multiselect-dropDownMenu .selected-list-block {
    height: 60px;
    margin-top: 6px;
    background-color: #fbfbfb;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 10px;
    overflow-y: scroll;
    border: 1px solid #dddddd;
    padding-right: 15px;
}

.recotap-multiselect-dropDownMenu .selected-list-block .selected-list-items {
    background-color: #ebebeb;
    margin-left: 8px;
    height: 20px;
    width: 30%;
    margin-top: 4px;
    text-align-last: center;
    cursor: pointer;
    padding-inline: 5px;
    border-radius: 3px;
    background-color: #e8f1ff;
    width: fit-content;
    padding-right: 20px;
    background-image: url('/images/close_gray.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    ;
    background-position-y: 5px;

}

.line-break:after {
    content: " ";
    display: block;
    border-bottom: 0.5px solid #e4e4e4;
    margin-top: 8px;
    margin-bottom: 8px;
} */


/* .recotap-dropdowns {
    position: relative;
    z-index: 101;
    max-height: 160px;
    overflow: scroll;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;

} */


.recotap-pagination {
    width: fit-content;
    float: right;
    margin-right: 10px;
}

.recotap-pagination .pagination {
    margin: 10px 0 10px 5px;
}

.recotap-pagination .custom-select {
    display: inline-block;
    width: 60px;
    background: url(/images/down-arrow.svg) no-repeat 90% 12px var(--white) !important;
    background-size: 13px !important;
    font-size: 16px;
    padding: 2px 20px 2px 5px !important;
    border: 1px solid var(--border);
    margin: 0;
    border-radius: 5px;
    height: 100%;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 5px;
    text-overflow: '';
    appearance: none;
    margin-inline: 5px;
    height: 40px;
}

.recotap-pagination .pagination .paginate_button img {
    width: 16px;
}

/* 
.collapse-recotap-dropdowns {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 99;
} */

.recotap-slider {
    position: relative;
}

.recotap-slider .recotap-slider-label {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 50;
    background: white;
    width: fit-content;
    padding-inline: 3px;
}


.persoanlize {
    .campaign_list_table {
        top: 11vh;
    }

    .loader-border {
        border-bottom: 1px solid var(--border);
        border-left: 1px solid var(--border);
        border-right: 1px solid var(--border);
        height: 27vh;
        margin-top: -25px;
        position: relative;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 20px;

        @keyframes big-dots {

            0%,
            12.5% {
                opacity: 0;
            }

            25% {
                opacity: 1;
            }

            37.5% {
                text-shadow: .5em 0;
            }

            50% {
                text-shadow: .5em 0, 1em 0;
            }

            87.5%,
            100% {
                text-shadow: .5em 0, 1em 0, 1.5em 0, 2em 0, 2.5em;
            }
        }

        .big-dots {
            position: absolute;
            left: 50%;
            text-align: center;
            transform: translate(-50%, -50%);
            z-index: 9;
            width: 72px;
        }

        .big-dots:after {
            content: ' .';
            animation: big-dots 3s steps(1, end) infinite;
            font-size: 60px;
            margin: 0;
            padding: 0;
            float: left;
            color: var(--blue);
        }
    }

    /* //.campaignListTable{
        //    tr{
        //    th{
        //        border: 0 !important;
        //        border-top: 0 solid var(--border);
        //        border-left: 0 solid var(--border);
        //        border-bottom: 1px solid var(--border) !important;
        //        border-right: 1px solid var(--border) !important;
        //    }
        //        td{
        //            border:0 !important;
        //            border-top: 0 solid var(--border) !important;
        //            border-left: 0 solid var(--border) !important;
        //            border-right: 0 !important;
        //            border-bottom: 0 solid var(--border);
        //        }
        //    }
        //    tr{
        //        &:first-child{
        //            td{
        //                border-top: 0 !important;
        //            }
        //        }
        //    }
        //
        //} */
    .campaign-list-table-height {
        max-height: 423px;
        overflow: auto;

        .campaigntable-responsive {
            th {
                padding: 10px 30px 10px 12px;
                text-align: center;

                &:first-child {
                    padding: 10px 12px 10px 12px;
                }

                .upbtn {
                    position: absolute;
                    right: 12px;
                    top: 10px;
                    border: 1px solid;
                }

                .downbtn {
                    position: absolute;
                    top: 19px;
                    right: 12px;
                }
            }

            tr {
                text-align: center;

                td:first-child {
                    border: 0;
                    border-top: 1px solid var(--border);
                    border-left: 0;
                    border-right: 1px solid var(--border);
                    border-bottom: 1px solid var(--border);
                    text-align: center;
                }

                td {
                    border-top: 0 solid var(--border) !important;
                    padding: 10px 30px 10px 12px;
                    text-align: center;

                    /* span{ */
                    /* //border: 1px solid #DDD;
                            //border-radius: 5px;
                            //padding: 5px; */
                    /* } */
                    .moreBtnTable {
                        position: absolute;
                        top: 12px;
                        right: 5px;
                    }

                    /* &:nth-child(2){
                            padding: 10px  20px 10px  12px!important;
                        } */
                }
            }

            tr {
                &:first-child {
                    td {
                        border-top: 0 !important;
                        text-align: center;
                    }
                }
            }
        }
    }

    .campaignListTbs {
        thead {
            th {
                &:nth-child(1) {
                    position: sticky;
                    left: 0;
                    z-index: 99;
                    background-color: var(--background3) !important;
                    /* //transform: translateY(0) !important;
                        //transform: translateX(77.6px) !important; */
                }

                &:nth-child(2) {
                    position: sticky;
                    left: 56px;
                    z-index: 77;
                    background-color: var(--background3) !important;
                    /* //transform: translateY(0) !important;
                        //transform: translateX(77.6px) !important; */
                }
            }
        }

        tbody {
            tr {
                &:first-child {
                    td {
                        position: sticky;
                        top: 40px;
                        left: 0;
                        background-color: #e5e8f1 !important;
                        z-index: 55;
                    }

                    td {
                        &:nth-child(1) {
                            z-index: 99 !important;
                        }

                        &:nth-child(2) {
                            z-index: 56 !important;
                        }
                    }
                }

                &:nth-child(even) {
                    td {
                        &:nth-child(1) {

                            background-color: var(--background11);

                        }

                        &:nth-child(2) {

                            background-color: var(--background11);

                        }
                    }
                }

                &:nth-child(odd) {
                    td {
                        &:nth-child(1) {
                            background-color: var(--white);
                        }

                        &:nth-child(2) {
                            background-color: var(--white);
                        }
                    }
                }

                td {
                    &:nth-child(1) {
                        /* //background: var(--white); */
                        position: sticky;
                        left: 0;
                        z-index: 75;
                        /* //&:nth-child(even){ */
                        /* //    background-color:  red; */
                        /* //} */
                        /* //&:nth-child(odd){ */
                        /* //    background-color: green; */
                        /* //} */
                    }

                    &:nth-child(2) {
                        /* //background: var(--white); */
                        position: sticky;
                        left: 56px;
                        z-index: 55;
                        /* //&:nth-child(even){ */
                        /* //    background-color:  red; */
                        /* //} */
                        /* //&:nth-child(odd){ */
                        /* //    background-color: green; */
                        /* //} */
                    }
                }

            }
        }
    }
}

.dropdown-action li:hover {
    /* text-decoration: underline; */
    background-color: var(--hoverblue);
}


/* dropdown v2 styles end*/
.recotap-multiselect-dropDownMenu .dropdown-choices {
    z-index: 99;
    position: absolute;
    width: 100%;
    background-color: white;
}

.select2-drop {
    z-index: 99 !important;
}

.recotap-multiselect-dropDownMenu .ui-select-multiple.ui-select-bootstrap {
    padding: 5px;
}

.recotap-multiselect-dropDownMenu .dropdown-menu .divider {
    display: none;
}

.recotap-multiselect-dropDownMenu .ui-select-match-item.btn {
    margin-bottom: 5px;
}

.recotap-multiselect-dropDownMenu .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    border: 1px solid var(--border);
    border-radius: 5px;
    height: 30px;
    min-height: 30px;
    font-size: 10px;
    padding: 8px 18px 6px 26px !important;
    background-image: url('/images/search-metronics.svg');
    background-repeat: no-repeat;
    background-position: 4px;
    margin-bottom: 2px;
}

.recotap-multiselect-dropDownMenu .ui-select-container>div .ui-select-match {
    display: block;
    max-height: 130px;
    overflow-y: auto;
}

.recotap-multiselect-dropDownMenu .ui-select-match-item {
    padding: 2px 25px 2px 7px !important;
}

.recotap-multiselect-dropDownMenu .ui-select-match-item .close {
    top: 6px !important;
}

.recotap-multiselect-dropDownMenu .clearAll {
    top: 6px !important;
}

.recotap-multiselect-dropDownMenu .collapse-recotap-dropdowns {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 49;
}

.recotap-multiselect-dropDownMenu .ui-select-container.select2 {
    width: 100%;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-drop {
    margin-top: 0;
    border: 1px solid var(--border);
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-chosen,
.recotap-multiselect-dropDownMenu.singleSelect .select2-container .select2-choice .select2-arrow,
.recotap-multiselect-dropDownMenu.singleSelect .select2-container .select2-choice .select2-arrow b {
    background-color: white;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-dropdown-open .select2-choice {
    box-shadow: none;
    background-color: #fff;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-choice {
    height: 40px;
    background-image: none;
    border-color: var(--border);
    background-image: url(/images/down-arrow-filled.svg) !important;
    background-size: 1.4rem !important;
    background-position: calc(100% - 10px) !important;
    background-repeat: no-repeat;
    border: 1px solid var(--border) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-choice .select2-arrow {
    border-left: 0;
    width: 0;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-choice>.select2-chosen {
    margin-top: 6.5px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-container-disabled .select2-choice>.select2-chosen {
    background-color: #f4f4f4;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-search {
    margin-top: 4px;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-search input {
    background-image: url('/images/search-metronics.svg');
    background-repeat: no-repeat;
    background-position: 4px;
    margin-bottom: 5px;
    border-color: var(--border);
    border-radius: 4px;
    width: calc(100% - 2px);
    padding: 4px 4px 4px 28px;
}

.recotap-multiselect-dropDownMenu.singleSelect .select2-dropdown-open .select2-choice {
    box-shadow: none;
}

/* dropdown v2 styles end */

/* table-filter-block start */

.table-filter-block button {
    padding: 7px 10px !important;
    margin-top: 0 !important;
}

.table-filter-block .showFilterDiv {
    position: absolute;
    width: 300px;
    /* max-height: 300px; */
    z-index: 10;
    background-color: white;
    z-index: 1000;
    left: -4px;
    top: 6rem;
}

.table-filter-block .showFilterDiv h3 {
    font-size: 16px;
    margin-block: 0 10px;
}

.table-filter-block .showFilterDiv label {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.table-filter-block .table-filter-block--button1 {
    background-color: var(--background27);
    color: var(--black);
    cursor: pointer;
    border: none;
}

.recotap-multiselect-dropDownMenu .ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: var(--blue1);
}

.recotap-multiselect-dropDownMenu .ui-select-bootstrap .ui-select-choices-row.active>span div {
    color: white;
}

.recotap-multiselect-dropDownMenu.relative.singleSelect .dropdown-choices{
    z-index: 11;
}

.ui-select-no-choice{
    border: none;
}
.ui-select-no-choice .ui-select-noData p {
    color: #8a8a8b;
    border: none;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    text-transform: none;
    font-size: 12px;
}
.ui-select-no-choice .ui-select-noData img {
    width: 35%;
}

/* animate filter */
.filter-transition {
    transition: all ease 0.5s;
}
.animate-filter__block {
    left: -100%;
    width: 0;
    height: 0;
    opacity: 0;
    /* padding: 0!important; */
}
.position-relative {
    position: relative;
}
.pad-0 {
    padding: 0!important;
}
.pad-top-0 {
    padding-top: 0;
}
/* table-filter-block end*/