@import url("newcustomoms-2.css");
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
label,
input,
textarea,
.btn,
div {
    font-family: 'Roboto', sans-serif !important;
}

.section-leadpage .link ul li {
    float: none!important;
    width: auto;
    padding: 0px 4px;
    display: list-item;
}

.modal-body input[type="text"],
.modal-body input[type="password"] {
    border: 1pt solid #C9D7DD;
    width: 95%;
    box-sizing: content-box;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0px;
    font-size: 14px;
}

.lead-mail th,
.lead-mail td {
    max-width: 130px;
    word-wrap: break-word;
}

#flashMessage {
    color: #ff0000 !important;
    font-size: 20px
}

.table>tbody>tr>td {
    vertical-align: middle !important;
}

.table>tbody>tr>td {
    font-size: 80%;
}

.lead-mail div.dropval {
    position: relative;
}

.lead-mail div.dropval ul {
    position: absolute;
    right: 0;
    top: 59px;
    /*34px;*/
    width: 100%;
    display: inline-block;
    background-color: white;
    z-index: 999;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 4px #d5d5d5;
    -moz-box-shadow: 0px 0px 4px #d5d5d5;
    -webkite-box-shadow: 0px 0px 4px #d5d5d5;
    text-align: left;
    display: none;
}

.lead-mail div.dropval ul li:hover {
    background-color: #DDD;
}

.lead-mail div.dropval ul li ul {
    top: 40px;
    left: 165px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.lead-mail div.dropval ul li a {
    color: #4b4b4b;
}

.lead-mail .btn-luan.dropval ul {
    padding: 0;
    width: auto;
    /*width: 279px;*/
    /*display: block;*/
}

.lead-mail .btn-luan.dropval li {
    top: -2px;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    background-color: white;
    line-height: 22px;
}

.lead-mail .btn-luan.dropval:hover ul {
    display: block;
}

.lead-mail .btn-luan.dropval:hover ul li ul {
    display: none;
}

.lead-mail .btn-luan.dropval ul li {
    position: relative;
}

.lead-mail .btn-luan.dropval ul li a i {
    float: right;
    margin-top: 3px;
}

.lead-mail .btn-luan.dropval ul li:hover {
    background-color: #dbdbdb;
}

.lead-mail .btn-luan.dropval ul li ul {
    display: none;
    position: absolute;
    /*right: -165px;*/
    top: 0;
    /*left: 257px;*/
    background-color: white;
}

.lead-mail .btn-luan.dropval ul li:hover ul {
    display: block;
}

.btn-luan {
    font-size: 14px
}

.selectcol {
    background-color: #e77881;
    background-image: none;
    border-color: #e77881;
    color: #4b4b4b;
    text-shadow: none;
    padding-top: 2px;
}

.selectcol span {
    color: #ffffff;
    font-size: 14px;
}

.selectcol:hover span {
    color: #4b4b4b;
    font-size: 14px;
}

.btn-check-validation span {
    color: #ffffff;
    font-size: 14px;
}

.btn-check-validation:hover span {
    color: #4b4b4b;
    font-size: 14px;
}

.btn-check-validation {
    background-color: #e77881;
    background-image: none;
    border-color: #e77881;
    color: #4b4b4b;
    text-shadow: none;
    padding-top: 4px;
}


/*-------New CSS 22-10-19--------*/

* {
    font-family: 'Roboto', sans-serif;
}

header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #dfdfdf;
}

header .navbar-inverse {
    padding-top: 0;
}

.logo h1 img {
    max-width: 125px !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 8px !important;
}

.navbar-collapse .navbar-nav>li>a {
    font-size: 13px;
    margin-bottom: 0;
}

header .navbar-nav {
    margin-top: 8px;
}

.section-leadpage {
    margin-top: 0;
}

.navbar {
    margin-bottom: 5px;
}

header .navbar-nav>li>a {
    padding-bottom: 8px !important;
}

header .navbar-inverse a {
    font-family: 'Roboto', sans-serif !important;
}

header .navbar-inverse .navbar-nav>a {
    border: 1px solid transparent !important;
    padding-bottom: 8px !important;
}

header .navbar-inverse .navbar-brand,
header .navbar-inverse .navbar-nav>li>a {
    border: 1px solid transparent !important;
}

header .navbar-inverse .navbar-nav>.active>a,
header .navbar-inverse .navbar-nav>.active>a:hover,
header .navbar-inverse .navbar-nav>.active>a:focus,
header .navbar-inverse .navbar-nav>li>a:hover,
header .navbar-inverse .navbar-nav>li>a:focus,
header .navbar-inverse .navbar-nav>li>a:active,
.navbar-nav>li:hover>a {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    color: #2c79a8;
    border-radius: 0;
    -moz-box-shadow: inset 0px 0px 1px #e2dfdf;
    -webkit-box-shadow: inset 0px 0px 1px #e2dfdf;
    box-shadow: inset 0px 0px 1px #e2dfdf;
    border: 1px solid #2c79a8 !important;
}

.navbar-nav>li:hover>ul {
    border: 1px solid #2c79a8;
    border-radius: 10px;
    top: 38px;
}

.navbar-nav>li:hover>ul>li {
    border-bottom: 1px solid #f3f3f3;
}

.navbar-nav>li:hover>ul>li:hover {
    background: #f5f5f5;
}

.section-leadpage .top {
    background-color: transparent;
}

.table-responsive th .den,
.table-responsive th .den a {
    background-color: transparent !important;
    color: #616161 !important;
    border: transparent !important;
    transition: all 0.5s;
    border-radius: 0 !important;
}

.table-responsive th .den:hover,
.table-responsive th .den a:hover {
    background: transparent !important;
    border: transparent !important;
    color: #616161 !important;
}

.table>thead>tr>th {
    background-color: transparent !important;
    color: #616161 !important;
}

.section-leadpage .des {
    background-color: #2c79a8 !important;
    border-radius: 8px 8px 0 0;
}

.lead-mail table tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.lead-mail table tr th {
    background-color: #ececec !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.link .select-action {
    background-color: #2c79a8;
    border: 1px solid #2c79a8;
    padding: 6px 12px;
    border-radius: 5px;
}

.link .select-action a i {
    color: #fff;
    /* padding-right: 8px; */
}

.table>tbody>tr>td .select-action>a.edit_guest {
    color: #fff;
}

.table>tbody>tr>td a.edit_guest {
    color: #4b4b4b;
}

.lead-mail h2 {
    font-size: 24px;
    color: #454545;
    margin-left: 0;
    font-weight: 300;
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.button-left div[style="display:inline-block;"],
.button-right div[style="display:inline-block;"] {
    margin-top: 8px;
}

.chosen-container-single .chosen-single {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #dcdcdc;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}

.selectcol-new,
.duplicate-new {
    color: #2c79a8 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    margin-top: 8px;
}

.selectcol-new span,
.duplicate-new span {
    color: #2c79a8 !important;
    box-shadow: none !important;
}

.contacts-left-counts {
    display: flex;
    padding: 15px;
    color: #fff;
}

.contacts-left-counts span strong {
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

#totcontact,
#selectcontact {
    color: #fff;
}

#selectcontact {
    margin-left: 15px;
}

.top-search-section {
    max-width: 250px;
    float: right;
    margin-right: 15px;
}

.table>tbody>tr>td {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.table>tbody>tr>th button {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.table-responsive th .den,
.table-responsive th .den a {
    box-shadow: none !important;
}

.lead-mail table tr th input[type="checkbox"],
.lead-mail table tr td input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}

.table-right-tools {
    display: flex;
    float: right;
    align-items: center;
}

.top-search-section {
    scroll-margin-right: 15px;
}

.top-search-section input {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
}

.top-search-section input::placeholder {
    color: #fff;
}

.link .select-action>.edit_guest .glyphicon-pencil {
    color: #fff;
    margin-right: 5px;
}

.link .select-action {
    background-image: none;
}

.link .select-action i.fa-caret-down {
    color: #fff;
}

.mass-action-btn {
    background: #3f8ab8;
    border-radius: 0 8px 0 0;
}

.lead-mail div.dropval {
    background: #3f8ab8;
    min-height: 45px;
    line-height: 45px;
    border-radius: 0 8px 0 0;
}

.lead-mail div.dropval span {
    color: #fff;
}

.lead-mail div.dropval .fa-caret-down {
    color: #fff;
}

.lead-mail .btn-luan.dropval:hover .listDomain {
    top: 59px;
}

.lead-mail .btn-luan.dropval:hover .listDomain li {
    width: 150px !important;
}

.search-btn-new,
.search-btn-new:hover {
    background: transparent;
    color: #fff !important;
    box-shadow: none !important;
}

.search-btn-new i {
    color: #fff !important;
}

.link .select-action ul {
    right: 0;
}

.section-leadpage .link ul li {
    padding: 20px 15px!important;
    margin-top: 0!important;
    display: inline-block;
    width: 100%;
}

.section-leadpage .link ul li:after {
    content: "";
    clear: both;
}

.link .select-action ul {
    padding: 0px!important;
    margin-top: 0!important;
}

.link .select-action ul li:hover {
    background-color: #2c79a8!important;
}

.table>tbody>tr>td ul li:hover a,
.table>tbody>tr>td ul li:hover a i {
    color: #fff!important;
    display: inline-block!important;
}

.link .select-action img {
    margin: 0 5px;
}

.my-page-domain-search {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 0 0;
    padding-bottom: 0;
}

.my-page-domain-search input[type="text"] {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 0 0;
}

.my-page-domain-search span.input-group-btn .do {
    background: transparent;
    box-shadow: 0 0 0;
}

.section-leadpage .des {
    padding: 0!important;
}

.lead-mail .domain-display-drop div.dropval {
    background: transparent;
    min-height: 45px;
    line-height: 45px;
    border-radius: 0 8px 0 0;
}

#asset-pagetag_tagsinput {
    margin-top: 10px!important;
    border-radius: 0!important;
}

.section-leadpage .link ul#setdatahtml li:nth-child(2n) {
    background: #f4f4f4;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

body {
    background: #efefef;
}

.section-leadpage .link ul#setdatahtml li:hover {
    background-color: transparent;
}

.section-leadpage .link ul#setdatahtml li:hover:nth-child(2n) {
    background: #f4f4f4;
}

.section-leadpage .link ul#setdatahtml li .right .xam,
.section-leadpage .link ul#setdatahtml li .xam_lot {
    color: #787777!important;
}

.section-leadpage .link ul#setdatahtml li .right .select-action {
    background-color: #2c79a8;
    border: 0px solid #5bafb2;
    background-image: none;
}

.section-leadpage .link ul#setdatahtml li .right .select-action>a,
.section-leadpage .link ul#setdatahtml li .right .select-action>a span {
    color: #fff;
}

.new-buttons-right.filter-panel-new select {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0!important;
    background: transparent;
    box-shadow: 0 0 0;
}

.clearfix {
    clear: both;
}

.section-leadpage .top .new-buttons-right .do i {
    color: #2c79a8;
}

.section-leadpage .link .table-detail ul li {
    padding: 0px 10px!important;
}

.section-leadpage .link ul.v2newpage li {
    padding: 5px 15px!important;
    margin-top: 0!important;
    display: inline-block;
    width: auto;
    background: #2c79a8;
    color: #fff;
    border-radius: 30px;
    margin: 5px;
}


/*------------------usertemplatev2test page css------------------*/

.btn-viewpage,
.btn-viewpage2 {
    border-radius: 0px;
    color: white!important;
    margin-top: -10px;
}

#mp-url,
#mp-url2 {
    padding: 0px 12px 0px 12px;
}

.lead-mail div.dropval {
    position: relative;
}

.lead-mail div.dropval ul {
    position: absolute;
    right: 0;
    top: 34px;
    width: 100%;
    display: inline-block;
    background-color: white;
    z-index: 999;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 4px #d5d5d5;
    -moz-box-shadow: 0px 0px 4px #d5d5d5;
    -webkite-box-shadow: 0px 0px 4px #d5d5d5;
    text-align: left;
    display: none;
}

.lead-mail div.dropval ul li:hover {
    background-color: #DDD;
}

.lead-mail div.dropval ul li ul {
    top: 40px;
    left: 165px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.lead-mail div.dropval ul li a {
    color: #4b4b4b;
}

.lead-mail .btn-luan.dropval ul {
    padding: 0;
    width: auto;
    /*width: 279px;*/
    /*display: block;*/
}

.lead-mail .btn-luan.dropval li {
    top: -2px;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    background-color: white;
}

.lead-mail .btn-luan.dropval li {
    top: -2px;
    width: 100%;
    padding: 6px 10px;
    text-align: left;
    background-color: white;
}

.lead-mail .btn-luan.dropval:hover ul {
    display: block;
}

.lead-mail .btn-luan.dropval:hover ul li ul {
    display: none;
}

.lead-mail .btn-luan.dropval ul li {
    position: relative;
}

.lead-mail .btn-luan.dropval ul li a i {
    float: right;
    margin-top: 3px;
}

.lead-mail .btn-luan.dropval ul li:hover {
    background-color: #dbdbdb;
}

.lead-mail .btn-luan.dropval ul li ul {
    display: none;
    position: absolute;
    /*right: -165px;*/
    top: 0;
    /*left: 257px;*/
    background-color: white;
}

.lead-mail .btn-luan.dropval ul li:hover ul {
    display: block;
}

.lead-mail .btn-luan.dropval ul {
    background-color: white;
    border: 1px solid #c5c5c5;
    box-shadow: 0 0 4px #d5d5d5;
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 34px;
    width: 100%;
    z-index: 999;
}

@media (max-width:375px) {
    .section-leadpage .top .do {
        margin-bottom: 10px;
    }
}


/*------------------usertemplatev2test page css------------------*/


/*------------------24-10-19------------------*/

.btn-luan-new {
    background-color: transparent !important;
    color: #2c79a8 !important;
    box-shadow: none !important;
}

div.tagsinput {
    border-color: transparent;
    background: transparent;
}

.tagsinput input {
    border: 1px solid #2c79a8 !important;
    border-radius: 0 !important;
    background: #fafffa !important;
}

.page-title-value,
.publishBtn-new {
    color: #343434;
}

.section-leadpage .link ul li .right .right-vistor-count p {
    color: #7f7f7f;
}

.section-leadpage .link ul li .right .right-vistor-count .select-action {
    background-color: #2c79a8 !important;
    border: 1px solid #2c79a8 !important;
    padding: 3px 12px !important;
}

.section-leadpage .link ul li .right .right-vistor-count .select-action span {
    font-size: 13px;
}

.section-leadpage .link ul li .right .right-vistor-count .select-action span {
    margin-left: 3px;
    margin-right: 3px;
}

.section-leadpage .link ul li .right .right-vistor-count .xam {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
}

.section-leadpage .link ul li .right .right-vistor-count p img {
    margin-right: 4px;
}

#asset-pagetag_tagsinput.tagsinput {
    margin-top: 5px !important;
    position: relative;
}

#asset-pagetag_tagsinput.tagsinput::before {
    content: '';
    background: url(../../files/images/search-icon-dark.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 13px;
    right: 15px;
}

#asset-pagetag_tag {
    width: 180px !important;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 40px;
}

.section-leadpage .select-action ul li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.section-leadpage .link ul.bottom-page-nav {
    float: none;
    list-style-type: none;
    margin-left: 0 !important;
    display: block !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 15px;
}

.section-leadpage .link ul.bottom-page-nav li {
    width: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.section-leadpage .link ul.bottom-page-nav li {
    padding: 0 !important;
}

.section-leadpage .link ul#setdatahtml li .right .select-action ul li a:hover,
.section-leadpage .link ul#setdatahtml li .right .select-action ul li a:hover i {
    color: #fff;
}

.select-box-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

header .navbar-inverse .navbar-toggle {
    background-color: transparent !important;
}

.navbar-inverse .navbar-toggle {
    border: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000 !important;
}

.top-heading-panel h2 {
    position: relative;
}


/*--------------29-10-19---------------*/

.select-columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.select-columns-wrapper>p {
    width: 32%;
    margin-bottom: 10px;
}

.modal-header-new {
    background-color: #3e85c2 !important;
    color: #fff !important;
}

.edit-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.edit-contact-wrapper .edit-contact-radio {
    width: 32%;
}

.modal-header.modal-header-new .close {
    position: absolute;
    right: -9px;
    top: -11px;
    background: url(../../files/images/close-btn-new.png) no-repeat center center;
    width: 28px;
    height: 28px;
    opacity: 1;
    background-size: cover;
}

.modal-footer-new .btn.btn-primary {
    background-color: #2c79a8 !important;
    background-image: none;
    border: 1px solid #2c79a8 !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.modal-body.login-new input,
.modal-body.forgotpass-new input {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
}

.login-wrapper-new,
.forgotpass-wrapper-new {
    -webkit-box-shadow: none !important;
    border: none;
    box-shadow: none !important;
}

.login-wrapper-new .modal-header h5 {
    font-size: 18px;
}

.login-wrapper-new .modal-header,
.forgotpass-wrapper-new .modal-header {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}

.modal-dialog .login-wrapper-new h5 span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.modal-dialog .forgotpass-wrapper-new h5,
.modal-dialog .forgotpass-wrapper-new h5 p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.log .modal-body {
    padding-bottom: 20px;
}


/*--------------29-10-19---------------*/


/*--------------30-10-19---------------*/

.image-top-header.image-top-header-new h1 {
    margin-top: 10px;
}

header .image-top-header.image-top-header-new p {
    margin-bottom: 20px;
    margin-top: 15px;
}

.section-template-new {
    padding-top: 30px !important;
}

.section-template .top img {
    margin-bottom: 0;
}

header .login-button .btn-login-header {
    background-color: #2c79a8 !important;
    margin-right: 0 !important;
    /* border-radius: 0 !important; */
    padding: 9px 20px;
}

header .login-button .btn-login-header:hover {
    color: #fff;
}

.btn-build.btn-login {
    background-color: #2c79a8 !important;
    margin-right: 0 !important;
    /* border-radius: 0 !important; */
    font-family: 'Roboto', sans-serif;
    padding: 10px 10px !important;
    display: block !important;
    width: 180px !important;
    margin-left: auto;
    margin-right: auto !important;
    font-size: 16px;
}

.btn-build.btn-login:hover {
    color: #fff;
}

.login-new a {
    color: #2c79a8 !important;
}

.login-wrapper-new .modal-header h5 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.login-new p a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}

.section-template .top .btn-luan.btn-build {
    background: #2c79a8 !important;
    padding: 8px 15px !important;
    border-radius: 0 !important;
    height: auto !important;
    transition: all 0.5s;
}

.owl-wrapper-outer .btn-luan.btn-build {
    background: #2c79a8 !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
}

.section-template .top .btn-luan.btn-build:hover,
.owl-wrapper-outer .btn-luan.btn-build:hover {
    background: #023656 !important;
    color: #fff !important;
}

.log .modal-header p {
    font-family: 'Roboto', sans-serif;
}

.subscription-forms-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
}

.subscription-forms-link>ul>li:nth-child(odd) {
    background: #f3f3f3;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #2c79a8;
    border-color: #2c79a8;
}

.subscription-forms-link>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.subscription-forms-link li:hover {
    background: #ececec !important;
    background-color: #ececec !important;
}

.section-leadpage .link.subscription-forms-link ul li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.section-leadpage .link.subscription-forms-link ul li .right .select-action {
    background-image: none;
    background-color: #2c79a8;
    border: 1px solid #2c79a8;
    padding: 6px 12px;
    font-size: 12px;
}

.section-leadpage .link.subscription-forms-link ul li .right .select-action span {
    margin-left: 5px;
    margin-right: 5px;
}

.section-leadpage .link.subscription-forms-link ul li p a {
    color: #4b4b4b;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.section-leadpage {
    margin-bottom: 100px;
}

.top-header-new-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0 !important;
    align-items: center;
}

.top-header-new-flex .button-left h2 {
    margin-right: 25px !important;
    padding-left: 9px !important;
    font-size: 24px;
    color: #454545;
    margin-left: 0;
    font-weight: 300;
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.new-buttons-right {
    display: flex;
    padding-right: 11px;
    flex-grow: 1;
    justify-content: space-between;
}

.lead-mail .new-buttons-right div.dropval {
    min-height: 21px;
    line-height: 21px;
    border-radius: 0;
}

.new-buttons-right .btn-default.btn-luan {
    background-color: #2c79a8 !important;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

.new-buttons-right .btn-default.btn-luan:hover {
    color: #fff;
}

.new-buttons-right .btn-default.btn-luan i {
    margin-right: 5px;
    color: #fff;
}

.new-buttons-right .btn-luan.dropval:hover .listDomain {
    top: 34px !important;
}

.link.subscription-forms-link .select-action ul li:hover {
    background: #2c79a8 !important;
    color: #fff !important;
}

.link.subscription-forms-link .select-action ul li:hover a,
.link.subscription-forms-link .select-action ul li:hover i {
    color: #fff !important;
}

.lead-mail h2 {
    font-family: 'Roboto', sans-serif !important;
}

footer .bottom-footer .coppy-right {
    float: none;
    padding-top: 10px;
    color: #4b4b4b;
    text-align: center;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

footer .bottom-footer {
    background-color: #1c1c22;
}

footer .top-footer {
    background-color: #30323b;
}

footer .top-footer h3 {
    color: #80b2f5;
}

footer .top-footer ul a {
    font-size: 16px;
    font-weight: 300;
}

.new-buttons-right .btn-luan.dropval:hover .listDomain li {
    width: auto !important;
}

.templates-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.templates-row .col-sm-12.col-xs-12.col-md-4.col-lg-4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.section-template .top .bottom-content {
    margin-bottom: 0 !important;
    height: 100%;
}

footer .top-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*--------------30-10-19---------------*/


/*--------------31-10-19---------------*/

.login-new .group {
    position: relative;
    margin: 25px 0;
}

.login-new .group input,
.login-new .group textarea {
    background: none;
    color: #c6c6c6;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 0;
}

.login-new .group input:focus,
.login-new .group textarea:focus {
    outline: none;
}

.login-new .group label {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -5px;
    transition: 300ms ease all;
}

.login-new .group input:focus~label,
.login-new .group input:valid~label,
.login-new .group textarea:focus~label,
.login-new .group textarea:valid~label {
    top: -14px;
    font-size: 12px;
    color: #2196F3;
}

.login-new .group input:focus~.bar:before,
.login-new .group textarea:focus~.bar:before {
    width: 100%;
}

.login-new input[type="password"] {
    letter-spacing: 0.3em;
}

.login-new .bar {
    position: relative;
    display: block;
    width: 100%;
}

.login-new .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #2196F3;
    transition: 300ms ease all;
    left: 0%;
}

.section-login-new {
    background: url(../../files/images/login-bg-new.jpg) no-repeat center center;
    background-size: cover;
    height: calc(100vh - 56px);
    position: relative;
}

.modal-dialog.modal-dialog-new {
    max-width: 450px !important;
    margin-left: 0 !important;
}

.modal-content.login-new {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.section-template.section-template-new .top-add .left ul li {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif !important;
}

li.all-template {
    background-image: url(../../files/images/all-template-icon-new-blue.png);
    background-repeat: no-repeat;
    background-size: 30px;
}

.top-left-links-panel .otp-pages {
    background-image: url(../../files/images/opt-in-pages-blue-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
}

.top-left-links-panel .thankyou-page {
    background-image: url(../../files/images/thankyou-page-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 30px;
}

.top-left-links-panel .upsell-pages {
    background-image: url(../../files/images/upsell-pages-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 30px;
}

.top-left-links-panel .sales-pages {
    background-image: url(../../files/images/sales-pages-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 35px;
}

.top-left-links-panel .webinar-pages {
    background-image: url(../../files/images/webinar-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 35px;
}

.top-left-links-panel .launch-pages {
    background-image: url(../../files/images/launch-pages-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 35px;
}

.top-left-links-panel .pre-cart-pages {
    background-image: url(../../files/images/pre-cart-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 35px;
}

.top-left-links-panel .other-link {
    background-image: url(../../files/images/other-link-icon-blue.png);
    background-repeat: no-repeat;
    background-size: 30px;
}

.section-template .top-add .left ul.top-left-links-panel li:hover {
    background-color: #2c79a8;
}

li.all-template:hover {
    background-image: url(../../files/images/all-template-icon-new-white.png);
}

.top-left-links-panel .otp-pages:hover {
    background-image: url(../../files/images/opt-in-pages-white-icon.png);
}

.top-left-links-panel .thankyou-page:hover {
    background-image: url(../../files/images/thankyou-page-icon-white.png);
}

.top-left-links-panel .upsell-pages:hover {
    background-image: url(../../files/images/upsell-pages-icon-white.png);
}

.top-left-links-panel .sales-pages:hover {
    background-image: url(../../files/images/sales-pages-icon-white.png);
}

.top-left-links-panel .webinar-pages:hover {
    background-image: url(../../files/images/webinar-icon-white.png);
}

.top-left-links-panel .launch-pages:hover {
    background-image: url(../../files/images/launch-pages-icon-white.png);
}

.top-left-links-panel .pre-cart-pages:hover {
    background-image: url(../../files/images/pre-cart-icon-white.png);
}

.top-left-links-panel .other-link:hover {
    background-image: url(../../files/images/other-link-icon-white.png);
}

.image-top-header.image-top-header-new h1,
header .image-top-header.image-top-header-new p,
header .image-top-header h1 span {
    font-family: 'Roboto', sans-serif !important;
}

header .image-top-header h1 span {
    color: #2c79a8;
    font-weight: 700;
}

.template-heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-leadpage .top .do {
    background-color: #2c79a8 !important;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

.section-leadpage .top .do i {
    color: #fff;
}


/*--------------31-10-19---------------*/


/*--------------01-11-19---------------*/

.fa-caret-down-new {
    position: relative;
    padding-left: 5px !important;
    padding-right: 0 !important;
}

.fa-caret-down-new::before {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.clear {
    clear: both;
    font-size: 0;
    display: block;
}

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

.m-0 {
    margin: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.table th,
.table td {
    font-family: 'Roboto', sans-serif !important;
}

.table th {
    font-weight: 400;
}

.table-overflow {
    /* overflow: auto;*/
}

td .select-action>a {
    color: #fff !important;
}

td .select-action>a>i.fa {
    color: #fff !important;
}

.d-flex {
    display: flex;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.section-leadpage .btn-save {
    background: #2c79a8 !important;
    color: #fff !important;
    /* border-radius: 0 !important; */
}

.section-leadpage .btn-save:hover {
    background: #023656 !important;
}

.abtest .link table tbody td .select-action {
    background: #2c79a8 !important;
    color: #fff !important;
    /* border-radius: 0 !important; */
}

.abtest .link table tbody td .select-action:hover {
    background: #023656 !important;
}

.abtest .link {
    padding-bottom: 40px;
    padding-top: 30px;
}

.abtest .link table tbody td input[type="text"] {
    background-color: #6bacd4;
}

.ui-widget-content,
.ui-widget-header {
    background-color: #2c79a8;
}

.abtest .link table th {
    padding: 10px 0;
    font-size: 14px;
}

.des.des-top-heading {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.des.des-top-heading p,
.des.des-top-heading p a {
    color: #fff;
    word-break: break-all;
}

.new-buttons-right.content-start {
    justify-content: flex-start;
}

.abtest .link table tbody tr:nth-child(even) td {
    background: #fff !important;
}

.abtest .link table td {
    font-size: 13px;
}

.abtest .link table tbody td h3 {
    font-size: 13px;
    color: #2c79a8;
}

.btn-save.btn-save-new {
    width: auto !important;
}

.abtest .link .btn-build {
    background-color: #2c79a8;
    color: #fff;
    border: none !important;
    transition: all 0.5s;
}

.abtest .link .btn-build span {
    color: #fff;
}

.abtest .link .btn-build:hover {
    background-color: #023656;
    color: #fff;
}

.btn.green {
    background-color: #2c79a8 !important;
    /* border-radius: 0 !important; */
    color: #fff !important;
}

.btn.green:hover {
    background-color: #023656;
    color: #fff;
}

.filter-panel-new {
    justify-content: flex-end;
    padding-right: 25px;
}

.section-leadpage .top .my-page-domain-search .do {
    background-color: transparent !important;
}

.section-leadpage .top .do.btn-luan-new {
    background-color: transparent !important;
}

.top-header-new-flex .btn.btn-default.btn-luan.do {
    background-color: transparent !important;
    color: #2c79a8 !important;
    box-shadow: none !important;
}

.top-header-new-flex .btn.btn-default.btn-luan.do.dropval {
    background-color: #2c79a8 !important;
}

header {
    background: #fff;
}

header .navbar-nav {
    width: 100% !important;
    border-left: 1px solid #dfdfdf;
    float: left !important;
    padding-left: 20px;
}

.navbar-nav>li:last-child {
    float: right;
}

.navbar-nav>li:last-child>a {
    background: #2c79a8;
    color: #fff !important;
    border-radius: 50px !important;
}

.navbar-nav>li:last-child>a:hover {
    background: #023656;
}

.navbar-nav>li>a {
    border-radius: 50px !important;
}

.section-leadpage .top .do.duplicate-new {
    background-color: transparent !important;
}

.select-action.select-action-new-width {
    min-width: 95px !important;
}


/*--------------01-11-19---------------*/


/*--------------04-11-19---------------*/

.header-lead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

body {
    padding-top: 55px;
}

.info.info-btn-new {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.info.info-btn-new strong {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
    margin-bottom: 10px;
    font-size: 24px;
}

.conversion-rate strong {
    font-size: 20px !important;
}

.info.info-btn-new .btn-build {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
    margin-right: 5px;
}

#ui-datepicker-div {
    background: #fff !important;
}

.ui-datepicker-header {
    background-color: #2c79a8 !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    color: #fff !important;
}

.navbar-nav>li:last-child>a:hover {
    background: #023656 !important;
}

.new-buttons-right.filter-panel-new input[type="text"] {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.table-detail.table-detail-new tbody td .select-action ul li i {
    color: #222 !important;
}

.table-detail.table-detail-new tbody td .select-action ul li:hover i {
    color: #fff !important;
}

.fa-caret-down-new:before {
    display: none !important;
    padding-left: 2px !important;
}

.abtest .link.link-btn-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.link .select-action.select-action-no-wrap {
    white-space: nowrap;
}

.link .select-action.select-action-no-wrap ul {
    white-space: normal;
}

.section-leadpage .link ul.pagination li {
    width: auto !important;
    padding: 0 !important;
    font-size: 13px !important;
}

.section-leadpage .link ul.pagination {
    margin-bottom: 20px !important;
}

.listDomain.listDomain-new {
    width: 100% !important;
}

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

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

header .navbar-inverse .navbar-nav>li>a {
    font-weight: bold;
}


/*--------------04-11-19---------------*/


/*--------------05-11-19---------------*/

.btn-default.btn-outline {
    border: 1px solid #2c79a8;
    border-radius: 50px !important;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    transition: all 0.5s;
    font-size: 14px!important;
    line-height: 22px;
    display: inline-flex;
    align-items: center;
    min-height: auto !important;
}

.top-header-new-flex .btn.btn-default.btn-luan.do.btn-outline:hover {
    background: #2c79a8 !important;
    color: #fff !important;
}

.top-header-new-flex .btn.btn-default.btn-luan.do.btn-outline i {
    color: #2c79a8 !important;
    font-size: 16px;
}

.top-header-new-flex .btn.btn-default.btn-luan.do.btn-outline:hover i {
    color: #fff !important;
}

.code-copy-area {
    border: 1px solid #dfdfdf;
    padding: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 8px;
    clear: both;
}

.copy-text-btn {
    background-color: #2c79a8;
    border: 1px solid #2c79a8;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
}

.select-box-section-wrapper .filter-selectbox {
    margin-right: 10px;
}

.abtest .link .btn-build.btn-variations {
    background: #58a5d4;
}

.abtest .link .btn-build.btn-variations strong {
    border: 1px solid #58a5d4 !important;
}

.abtest .link .btn-build.btn-visitors {
    background: #2c79a8;
}

.abtest .link .btn-build.btn-visitors strong {
    border: 1px solid #2c79a8 !important;
}

.abtest .link .btn-build.total-subcribers {
    background: #165c86;
}

.abtest .link .btn-build.total-subcribers strong {
    border: 1px solid #165c86 !important;
}

.abtest .link .btn-build.conversion-rate {
    background: #074e79;
}

.abtest .link .btn-build.conversion-rate strong {
    border: 1px solid #074e79 !important;
}

.section-leadpage .link .table-detail ul li {
    padding: 7px 10px!important;
}

.abtest .link table tbody td .select-action ul li a {
    display: block!important;
}

.abtest .link table tbody td .select-action ul li a i {
    color: #000;
}


/*--------------05-11-19---------------*/


/*--------------08-11-19---------------*/

.filter-panel-padd {
    padding-right: 15px !important;
}

.top-header-new-flex .button-left h2.pl-0,
.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.flex-end {
    justify-content: flex-end !important;
}

.section-leadpage .des.white-bg,
.white-bg {
    background: #fff !important;
}

.form-control.url-fld {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
}

.top-header-new-flex .button-left h2.no-border,
.no-border {
    border: none !important;
}

.section-leadpage .top .do.btn-blue,
.btn-blue {
    background: #2c79a8 !important;
    background-color: #2c79a8 !important;
    border-radius: 50px !important;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    border: none !important;
}

.section-leadpage .top .do.btn-blue:hover,
.btn-blue:hover {
    background: #023656 !important;
    background-color: #023656 !important;
    color: #fff !important;
}

.section-leadpage .des.qrcode-panel,
.qrcode-panel {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}


/*--------------08-11-19---------------*/


/*--------------11-11-19---------------*/

.section-leadpage .des.blue-heading-panel {
    background-color: #2c79a8 !important;
    padding: 15px !important;
    color: #fff;
    font-size: 14px;
}

.section-leadpage .des.blue-heading-panel .fl-left span,
.section-leadpage .des.blue-heading-panel .fl-right span {
    display: block;
    color: #fff;
}

.section-leadpage .des.blue-heading-panel .fl-left span a,
.section-leadpage .des.blue-heading-panel .fl-right span a {
    background: #fff;
    padding: 10px 15px;
    display: inline-block;
    color: #2c79a8;
    font-size: 13px;
    border-radius: 25px;
}

.section-leadpage .des.blue-heading-panel::after {
    content: '';
    clear: both;
    display: block;
}

.section-leadpage .des.blue-heading-panel>div {
    color: #fff;
}

.section-leadpage .des.blue-heading-panel a {
    color: #fff;
}

.autoresponder-form .td1.pt-15,
.pt-15 {
    padding-top: 15px !important;
}

.autoresponder-form .td1.pb-15,
.autoresponder-form .td2.pb-15 {
    padding-bottom: 15px !important;
}

.autoresponder-form .td1.pr-15,
.pr-15 {
    padding-right: 15px !important;
}

.form-fld-new select,
.form-fld-new input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.minicolors-theme-default .minicolors-input {
    padding: 5px 5px !important;
    height: 28px !important;
    font-size: 12px !important;
}

.connect-list-panel .panel-group,
.connect-list-panel .panel-title {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px;
}

.connect-list-panel>h4 {
    padding: 0 !important;
}

.connect-list-panel>h4>a {
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 5px;
}

.connect-list-panel>h4>a:hover {
    background: #f1f1ff;
}

.connect-list-panel .panel-title:first-child,
.connect-list-panel #pages_list+.panel-title {
    border: none !important;
}

.button-right {
    float: right !important;
}

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

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.link-top-radius {
    border-radius: 5px 5px 0 0;
}


/*--------------11-11-19---------------*/


/*--------------12-11-19---------------*/

.section-leadpage .des.white-bg,
.white-bg.padding {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.top-header-new-flex h2 {
    margin-right: 25px !important;
    padding-left: 9px !important;
    font-size: 24px;
    color: #454545 !important;
    margin-left: 0;
    font-weight: 300;
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.padd-all {
    padding: 20px !important;
}

.faq-table-wrapper h3 {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.faq-table-wrapper h4 {
    margin-top: 0;
}

.faq-table-wrapper h4 br {
    display: none;
}

.faq-table-wrapper h4 span {
    font-size: 16px;
    color: #222;
    border: 1px dashed #ccc;
    padding: 8px 10px;
    display: block;
    margin-bottom: 8px;
    border-radius: 50px;
}

.faq-table-wrapper h4 span:hover {
    background: #f1f1f1;
}

.faq-table-wrapper table {
    border: none !important;
}

.faq-table-wrapper>table tr td {
    border-right: none !important;
    border-bottom: 1px dashed #ccc;
}

.faq-table-wrapper>table tr td table {
    margin-bottom: 0 !important;
}

.faq-table-wrapper>table div>h3 {
    margin-top: 15px !important;
}

.faq-table-wrapper table+p,
.faq-table-wrapper table+p+p {
    display: none;
}

.faq-table-wrapper table img {
    margin: 0 15px 15px;
    max-width: 300px;
}

.faq-table-wrapper table table td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.faq-table-wrapper table table td p {
    margin-left: 27px;
}

.account-left-panel-new ul li:hover {
    background: #2c79a8 !important;
}

.account-left-panel-new ul li:hover i {
    color: #fff !important;
}

.personal-info-table,
.personal-info-table td {
    border: none !important;
}

.my-account.my-account-new .bottom {
    display: flex;
    float: none !important;
    justify-content: flex-end;
}

.my-account.my-account-new td input,
.my-account.my-account-new td select {
    width: 100% !important;
    margin-top: 0 !important;
}

.my-account.my-account-new td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
}

.my-account.my-account-new td span.label-text {
    font-weight: bold;
}

.my-account.my-account-new .account-footer-table,
.my-account.my-account-new .account-footer-table td {
    border: none !important;
}

.my-account.my-account-new,
.my-account .bottom .right h3,
.my-account .bottom .right table,
.my-account .bottom .right table span,
.faq-table-wrapper,
.abtest .top h2,
.my-account .top h2 {
    font-family: 'Roboto', sans-serif !important;
}

.my-account .bottom .right {
    border: 0px solid #d5d5d5;
}

.my-account .bottom .left ul li a i {
    color: #2c79a8;
    margin-right: 8px;
}

#Q3+p,
#Q3+p+p,
#Q3+p+p+p,
#Q3+p+p+p+p,
#Q3+p+p+p+p+p,
#Q3+p+p+p+p+p+p,
#Q3+p+p+p+p+p+p+p,
#Q8+p,
#Q8+p+p,
#Q14+p,
#Q14+p+p,
#Q22+p,
#Q22+p+p,
#Q21+p,
#Q21+p+p,
#Q15+P {
    margin-left: 27px;
}


/*--------------12-11-19---------------*/


/*--------------13-11-19---------------*/

.faq-table-wrapper h4 span,
.faq-table-wrapper h4 span a {
    color: #2c79a8 !important;
}

div.tagsinput span.tag {
    line-height: 24px;
}

.top.top-header-new-flex.domains-padd {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

option.domain {
    color: #2c79a8 !important;
    font-weight: bold;
}

.my-account .lib-image.my-images-new>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-account .lib-image.my-images-new>ul li p i {
    font-size: 20px;
}

.my-account .lib-image.my-images-new>ul li {
    border-radius: 5px;
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
}

.my-account .lib-image.my-images-new>ul li p {
    background-color: #2c79a8;
    border-radius: 0 0 5px 5px;
    background-image: none !important;
    display: flex;
    justify-content: space-between;
}

.my-account .lib-image.my-images-new>ul li p a {
    display: block;
    padding: 5px 0 0 10px;
    float: none;
    margin-right: 0;
    background: #075584;
    padding-left: 10px;
    padding-right: 10px;
}

.my-account ul.pagination li {
    padding: 0 !important;
}

.upload-image.upload-image-new .alert-success {
    background: #efefef;
    background-image: none !important;
    border-color: #efefef;
    color: #7d7d7d;
}

.upload-image-new .alert-success select {
    width: auto;
    display: inline-block;
}

.home-new {
    padding: 0 !important;
    margin: 0 !important;
}

.home-new .header-lead {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    background: #26528e;
}

.home-new .navbar.navbar-inverse {
    background: #fff;
    padding-bottom: 10px;
}

.home-new .header-lead h1 {
    margin-top: 15px;
}

.home-new .header-lead h1,
.home-new .header-lead h1 strong {
    color: #fff;
}

.home-new .image-top-header p {
    color: #fff;
}

.section7.section7-new {
    background: #f5f5f5 !important;
}

.section7.section7-new .border-slider-luan img {
    background: transparent;
}

.section7-new .carousel-indicators .active {
    background: #26528e;
}

.section7-new .carousel-indicators li {
    border-color: #26528e;
}

.home-new .btn-build {
    background: #26528e !important;
}

.home-new .btn-build:hover {
    background: #10376d !important;
    color: #fff;
}

.home-new .section3 .section3-bottom a p {
    color: #0e73bd;
}


/*--------------13-11-19---------------*/


/*--------------14-11-19---------------*/

.home-new header .login-button .btn-login-header {
    background: #6ea130 !important;
    border-radius: 50px !important;
}

.home-new header .login-button .btn-login-header:hover {
    background: #4b7813 !important;
}

#policybox .modal-header,
#contactBox .modal-header {
    background: #2c79a8 !important;
    color: #fff;
}

#policybox .modal-header .close,
#contactBox .modal-header .close {
    background: url(../../files/images/close-btn-new.png) no-repeat center center !important;
    width: 25px;
    height: 25px;
    background-size: cover !important;
    right: -10px;
    top: -7px;
}

#policybox .modal-body {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

#contactBox .modal-body input,
#contactBox .modal-body textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#contactBox .modal-body textarea {
    resize: none;
}

#contactBox .modal-body label {
    font-weight: bold;
}

#contactBox .send_email_contact_us {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background: #2c79a8 !important;
    background-color: #2c79a8 !important;
    border-radius: 0 !important;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: none !important;
}

.des.white-bg.padding-all {
    padding: 25px 20px !important;
}

.font-size-slider .ui-slider-horizontal .ui-slider-handle {
    top: -8px !important;
    margin-left: -19px !important;
}

.font-size-slider .ui-slider .ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
}

.font-size-slider .ui-slider-horizontal {
    height: 8px !important;
}

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

.font-size-slider .size-editor {
    margin-top: 8px;
}

.lead-mail table thead tr th {
    vertical-align: middle;
    font-weight: bold;
}

.lead-mail table thead tr th .btn {
    font-weight: 600;
}


/*--------------14-11-19---------------*/


/*--------------15-11-19---------------*/

.ogi-notes-panel .form-group:after {
    content: '';
    clear: both;
    display: block;
}

.ogi-notes-panel label {
    font-size: 13px;
    font-weight: bold;
}

.campaingn-details-wrapper {
    padding: 15px !important;
    float: none !important;
}

.section-leadpage .campaingn-details-wrapper .des {
    background: transparent !important;
}

.section-leadpage .campaingn-details-wrapper .des h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.campaign-details-btn-wrapper {
    display: flex;
}

.campaign-details-btn-wrapper>button,
.campaign-details-btn-wrapper>span {
    flex-grow: 1;
}


/*--------------15-11-19---------------*/


/*--------------18-11-19---------------*/

.boradcast-heading {
    font-size: 22px;
    line-height: 26px;
    color: #222;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.broadcast-info-panel .panel-heading>h4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.broadcast-count {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.abtest .link .btn-build.block-1 {
    background: #58a5d4 !important;
}

.abtest .link .btn-build.block-2 {
    background: #2c79a8 !important;
}

.abtest .link .btn-build.block-3 {
    background: #165c86 !important;
}

.abtest .link .btn-build.block-4 {
    background: #074e79 !important;
}

.campaingn-details-wrapper .link .btn-build font {
    color: #fff;
}

.section1 .step-section1 img {
    margin: 0 auto;
}

.login-new .group input,
.login-new .group textarea {
    color: #000;
}

.abtest .link .btn-build {
    width: calc(88% / 4)!important;
    border-radius: 8px!important;
    min-height: 128px!important;
}

.abtest .link .btn-build:nth-child(4),
.abtest .link .btn-build:nth-child(5) {
    width: calc(95% / 3)!important;
    min-height: 128px!important;
}

.abtest .link .btn-build font,
.abtest .link .btn-build p,
.convertion_rate a {
    color: #f1f1f1!important;
    font-size: 18px!important;
}

.convertion_rate a {
    font-size: 12px!important;
    display: block;
    padding: 2px 5px;
}

.convertion_rate br {
    display: none;
}

.convertion_rate a:hover {
    font-size: 12px!important;
    padding: 2px 5px;
    color: #fff!important;
    background: #2196F3;
}

.abtest .top h2 {
    font-size: 18px;
    color: #505050;
    line-height: 20px;
}

#myProgress,
.abtest .link,
.abtest .panel-group {
    margin: 0!important
}


/*--------------18-11-19---------------*/

@media(max-width: 767px) {
    div.widget {
        min-height: 490px;
        overflow: auto;
        display: block;
        height: 100vh;
    }
    .table>tbody>tr>td {
        padding-left: 8px!important;
        padding-right: 8px!important;
    }
    .section-leadpage .link ul.v2newpage {
        float: none;
        width: auto;
        list-style-type: none;
        margin: 0;
        margin-left: 32%;
    }
    .new-buttons-right.autoresponders {
        display: block;
    }
    .header-lead+.container {
        background: #fff;
    }
    header .logo h1 {
        text-align: left;
        margin-top: 0;
    }
    .navbar-toggle {
        position: absolute !important;
        top: -43px !important;
        right: 0 !important;
    }
    .navbar-inverse .navbar-collapse {
        position: absolute !important;
        border: transparent !important;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
    }
    .select-btn-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .select-btn-wrapper .button-left {
        width: auto !important;
    }
    .top-heading-panel h2 {
        width: 100%;
        border-right: none !important;
        float: none !important;
        background: #fff;
        position: relative;
        z-index: 1;
        margin-right: 0 !important;
    }
    .select-box-section-wrapper>div {
        width: 32% !important;
    }
    .select-box-section-wrapper select {
        width: 100% !important;
    }
    .top-heading-panel h2::before {
        content: '';
        background: #dfdfdf;
        height: 1px;
        position: absolute;
        top: 50%;
        width: 200px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .section-leadpage .top .button-left {
        float: none;
    }
    .select-box-section-wrapper {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .contacts-top-panel {
        display: flex;
    }
    .contacts-top-panel .table-left-counts {
        float: none !important;
        width: 50%;
    }
    .contacts-top-panel .table-right-tools {
        float: none !important;
        width: 50%;
    }
    .contacts-left-counts,
    .table-right-tools {
        flex-direction: column;
    }
    .contacts-left-counts span,
    .table-right-tools span {
        text-align: left !important;
    }
    #selectcontact {
        margin-left: 0 !important;
    }
    #totcontact,
    #selectcontact {
        font-size: 12px;
    }
    #totcontact {
        padding-bottom: 20px;
    }
    .vr-divider-line {
        display: none;
    }
    .lead-mail div.dropval {
        background: transparent !important;
        min-height: 25px !important;
        line-height: 25px !important;
        box-shadow: none !important;
    }
    .mass-action-btn {
        background: transparent !important;
        box-shadow: none !important;
    }
    .table-right-tools {
        align-items: flex-end;
    }
    .top-search-section {
        margin-right: 2px;
        margin-top: 5px;
    }
    .top-search-section input {
        font-size: 12px;
    }
    .select-box-section-wrapper select {
        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .section-leadpage .top {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .lead-mail .btn-luan.dropval ul {
        right: 5px;
    }
    .section-leadpage.lead-mail .button-left>a,
    .section-leadpage.lead-mail .button-left>button {
        border-bottom: 1px solid #ececec;
        border-radius: 0;
        width: 100%;
        display: block;
        text-align: left;
    }
    .section-leadpage.lead-mail .button-right.pull-right {
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
    #asset-pagetag_tag {
        width: 100% !important;
    }
    div.tagsinput div {
        float: none !important;
    }
    #asset-pagetag_tagsinput {
        margin-bottom: 10px;
    }
    .short-by-area {
        display: flex;
        min-width: 200px;
        float: left !important;
    }
    .section-leadpage .link ul li .right .right-vistor-count p {
        margin-bottom: 10px;
    }
    .new-buttons-right .btn-default.btn-luan {
        background-color: #2c79a8 !important;
        border-radius: 0;
    }
    .lead-mail h2,
    .top-header-new-flex h2 {
        border: none;
        margin-bottom: 10px !important;
        padding-left: 0 !important;
    }
    .lead-mail .new-buttons-right div.dropval {
        min-height: 20px !important;
        line-height: 20px !important;
    }
    .section-leadpage .link.subscription-forms-link {
        float: none;
    }
    .section-leadpage .link.subscription-forms-link>ul {
        float: none;
    }
    .section-leadpage .link.subscription-forms-link>ul li .right {
        border-top: 1px solid #e2e2e2;
        padding-top: 5px;
        margin-top: 5px;
    }
    .section-leadpage .link.subscription-forms-link ul li .left {
        float: none;
        clear: both;
    }
    .section-leadpage .link.subscription-forms-link ul li .left img {
        float: none;
        margin-right: 0;
        clear: both;
    }
    .section-leadpage .link.subscription-forms-link ul li .left p {
        float: none;
        clear: both;
    }
    .new-buttons-right {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .top-header-new-flex .button-left h2 {
        padding-left: 0 !important;
    }
    .table-overflow {
        overflow: auto;
    }
    .navbar-nav>li:last-child {
        float: none;
    }
    .abtest .link.link-btn-section .btn-build {
        width: 46% !important;
    }
    #statisticForm {
        width: 100%;
        text-align: center;
    }
    .top.top-header-new-flex h2 {
        text-align: left !important;
    }
    #statisticForm input[type="text"] {
        margin-bottom: 10px;
    }
    .top-header-new-flex .button-left h2 {
        border: none !important;
    }
    .table-responsive tr td::before {
        display: inline-block;
        width: 30%;
        min-width: 100px;
        border-right: 2px dotted #999;
        margin-right: 10px;
        font-weight: bold;
        margin-bottom: 3px;
        word-break: break-word;
        float: left;
        clear: both;
    }
    .table-responsive tr td:after {
        content: '';
        clear: both;
        display: block;
    }
    .table-responsive tr td::before {
        content: attr(data-title);
    }
    .table-responsive thead {
        position: absolute;
        left: -9999px;
        overflow: hidden;
        width: 0px;
        height: 0px;
    }
    .table-responsive tr,
    .table-responsive td,
    .table-responsive th,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive table {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
    }
    .table-responsive td {
        text-align: left !important;
        word-break: break-all !important;
        border-right: none !important;
        border-left: none !important;
    }
    .table-overflow {
        overflow: visible;
    }
    .percentSlider.ui-slider.ui-slider-horizontal {
        margin-left: 10px;
        margin-right: 10px;
    }
    .table-responsive table tbody {
        border-left: none !important;
        border-right: none !important;
    }
    .table-responsive .table>tbody>tr>td,
    .abtest .link table td {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .abtest .link table td>h3 {
        display: inline-block;
    }
    .connect-list-panel>h4>a {
        text-align: left;
    }
    .section-leadpage .des.blue-heading-panel .fl-left,
    .section-leadpage .des.blue-heading-panel .fl-right {
        float: none;
        text-align: left;
        padding: 0 !important;
    }
    .section-leadpage .des.blue-heading-panel .fl-left {
        padding-bottom: 10px !important;
    }
    .section-leadpage .des.blue-heading-panel .fl-left span,
    .section-leadpage .des.blue-heading-panel .fl-right span {
        text-align: left;
    }
    .my-account.my-account-new .bottom {
        flex-direction: column;
    }
    .my-account .bottom .left {
        width: 100% !important;
        float: none !important;
        position: relative;
        border-left: none !important;
        border-right: none !important;
        border: 0px solid #d5d5d5;
    }
    .my-account .bottom .left ul {
        display: flex;
    }
    .my-account .bottom .left ul li {
        padding: 15px;
        background: #efefef;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #dfdfdf;
    }
    .my-account .bottom .left ul li:last-child {
        border: none !important;
    }
    .my-account .bottom .left ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .my-account.my-account-new .bottom .right {
        width: 100% !important;
        float: none !important;
        padding: 15px !important;
    }
    .my-account.my-account-new .bottom .right table td {
        display: block;
    }
    .my-account .bottom .left ul li a {
        font-size: 12px;
    }
    .my-account .bottom .left ul li a i {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .my-account.my-account-new .lib-image ul li p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .countdown-panel label {
        text-align: left !important;
    }
    .ogi-notes-panel label {
        text-align: left !important;
    }
}

.section-template .top .btn-luan.btn-build.addborderradiousbtn {
    border-radius: 50px !important;
}

.templatehead {
    font-size: 36px;
}

.setfaqminheight {
    min-height: 70px;
}


/*------------------24-10-19------------------*/

@media screen and (max-width: 767px) {
    #Modalforcode .modal-header .close {
        right: 3px;
    }
    .autoresponder-form .td1 {
        width: 100% !important;
        display: block;
    }
    .autoresponder-form .td2 {
        width: 100% !important;
        display: block;
    }
    .lead-mail th,
    .lead-mail td {
        display: block !important;
        max-width: 100% !important;
    }
}
.swal2-confirm {
  background-color: #2c79a8!important;
}

.section-template-v2 {
  padding-top: 150px !important;
}

.templates-links-panel {
  max-height: 515px !important;
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 19px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-bottom: 0;
  overflow: hidden;
  list-style: none;
  margin-bottom: 30px;
}
.templates-links-panel li {
  font-size: 14px;
  font-family: 'Roboto', sans-serif !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  padding-left: 28% !important;
  border-bottom: 1px solid #dcdcdc;
  background-position: 11% center;
}
.templates-links-panel li:hover {
  background-color: #2c79a8;
}
.templates-links-panel li:hover a {
  color: white;
}
.templates-links-panel li a {
  color: #6b6b6b;
}
.templates-links-panel .all-template {
  background-image: url(../../files/images/all-template-icon-new-blue.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
.templates-links-panel .all-template:hover {
  background-image: url(../../files/images/all-template-icon-new-white.png);
}
.templates-links-panel .otp-pages {
  background-image: url(../../files/images/opt-in-pages-blue-icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
.templates-links-panel .otp-pages:hover {
  background-image: url(../../files/images/opt-in-pages-white-icon.png);
}
.templates-links-panel .thankyou-page {
  background-image: url(../../files/images/thankyou-page-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
.templates-links-panel .thankyou-page:hover {
  background-image: url(../../files/images/thankyou-page-icon-white.png);
}
.templates-links-panel .upsell-pages {
  background-image: url(../../files/images/upsell-pages-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
.templates-links-panel .upsell-pages:hover {
  background-image: url(../../files/images/upsell-pages-icon-white.png);
}
.templates-links-panel .sales-pages {
  background-image: url(../../files/images/sales-pages-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 35px;
}
.templates-links-panel .sales-pages:hover {
  background-image: url(../../files/images/sales-pages-icon-white.png);
}
.templates-links-panel .webinar-pages {
  background-image: url(../../files/images/webinar-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 35px;
}
.templates-links-panel .webinar-pages:hover {
  background-image: url(../../files/images/webinar-icon-white.png);
}
.templates-links-panel .launch-pages {
  background-image: url(../../files/images/launch-pages-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 35px;
}
.top-left-links-panel .launch-pages:hover {
  background-image: url(../../files/images/launch-pages-icon-white.png);
}
.templates-links-panel .pre-cart-pages {
  background-image: url(../../files/images/pre-cart-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 35px;
}
.templates-links-panel .pre-cart-pages:hover {
  background-image: url(../../files/images/pre-cart-icon-white.png);
}
.templates-links-panel .other-link {
  background-image: url(../../files/images/other-link-icon-blue.png);
  background-repeat: no-repeat;
  background-size: 30px;
}
.templates-links-panel .other-link:hover {
  background-image: url(../../files/images/other-link-icon-white.png);
}
.template-card {
  display: block;
  margin-bottom: 30px;
}
.template-card-description {
  line-height: 1.5rem;
  height: 4.5rem;
  margin-top: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .section-template .top h3 {
    font-size: 16px;
    width: auto;
  }
  .section-template .top .btn-build {
    width: 130px !important;
    white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {
  .image-top-header.image-top-header-new h1 {
    font-size: 20px!important;
  }
  header .image-top-header p {
    font-size: 16px;
  }
  header .image-top-header.image-top-header-new p {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}