body {
    background: #f2f1ed;
    color: #252422;
    font-weight: 300;
}

/**
 * Common Classes
 */
.m-top-10 {
    margin-top: 10px !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.m-bt-0 {
    margin-bottom: 0px !important;
}

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

.m-bt-5 {
    margin-bottom: 5px !important;
}

.m-bt-10 {
    margin-bottom: 10px !important;
}

.m-bt-15 {
    margin-bottom: 15px !important;
}

.m-bt-25 {
    margin-bottom: 25px !important;
}

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

.m-bt-30 {
    margin-bottom: 30px !important;
}

.m-top-25 {
    margin-top: 25px !important;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-35 {
    margin-top: 35px !important;
}
.ml-u {
    margin-left: unset ;
}
.m-top-42 {
    margin-top: 42px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

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

.pdr-0 {
    padding-right: 0px !important;
}

.pdl-0 {
    padding-left: 0px !important;
}

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

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

.pd-0 {
    padding: 0px !important;
}

.pd-bt-0 {
    padding-bottom: 0px !important;
}

.pd-bt-10 {
    padding-bottom: 10px !important;
}

.pd-all-15 {
    padding: 15px !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}


.m-r-20 {
    margin-right: 20px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

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

.ft-weight-500 {
    font-weight: 500;
    font-size: 22px !important;
}

.ft-size-13 {
    font-size: 13px !important;
}

.ft-size-15 {
    font-size: 15px !important;
}

.ft-size-17 {
    font-size: 17px !important;
}

.font-weight-normal {
    font-weight: normal !important;
}
/**
* End  Common Classes
*/

.tim-container{
    background: #FFF;
}
.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.tim-title{
    margin-top: 30px;
    margin-bottom: 25px;
    min-height: 32px;
}
.tim-title.text-center{
    margin-bottom: 50px;
}
.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row{
    padding-top: 50px;
}
.tim-row h3{
    margin-top: 0;
}
.switch{
    margin-right: 20px;
}
#navbar-full .navbar{
    border-radius: 0 !important;
    margin-bottom: 0;
    z-index: 2;
}
.space{
    height: 130px;
    display: block;
}
.space-110{
    height: 110px;
    display: block;
}
.space-50{
    height: 50px;
    display: block;
}
.space-70{
    height: 70px;
    display: block;
}
.navigation-example .img-src{
    background-attachment: scroll;
}

.main{
    background-color: #FFFFFF;
    /*     position: relative; */

}
.navigation-example{
    height: 360px;
    background-image: url('../img/bg.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    margin-top:0;
}
#notifications{
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: relative;
}
.tim-note{
    text-transform: capitalize;
}

.footer-card{
    background-color: #FFFFFF;
    padding: 10px 0 20px;
    width: 100%;
}
.footer-card h3{
    /*     margin-bottom: 20px; */
}
.footer-card button{
    /*     margin-top: 30px; */
}
.subscribe-form{
    padding-top: 20px;
}
.subscribe-form .form-control{

}

.space-100{
    height: 100px;
    display: block;
    width: 100%;
}

.be-social{
    padding-bottom: 20px;
    /*     border-bottom: 1px solid #aaa; */
    margin: 0 auto 40px;
}
.txt-white{
    color: #FFFFFF;
}
.txt-gray{
    color: #ddd !important;
}
.footer-demo{
    background-color: #DDDDDD;
    background-image: url('../img/cover_4_blur.jpg');
    background-attachment: fixed;
    position: relative;
}
.footer-demo .heart{
    color: #FF3B30;
}
.footer-demo .overlayer{
    background-color: rgba(27, 27, 27, 0.7);
    position: relative;
}
.footer-demo .credits {
    border-top: 1px solid #BBBBBB;
    margin-top: 85px;
    padding: 20px 0 15px;
    text-align: center;
    color: #EEE;
}
.footer-demo .credits a{
    color: #FFFFFF;
}
.social-share{
    float: left;
    margin-right: 8px;
}
.social-share a{
    color: #FFFFFF;
}
#subscribe_email{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.pick-class-label{
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    padding: 23px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.parallax{
    width:100%;
    height:570px;

    display: block;
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

}

.logo-container .logo{
    overflow: hidden;
    /*border-radius: 50%;*/
    /*border: 1px solid #333333;*/
    max-width: 200px;
    float: left;
}

.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
}
.logo-container{
    margin-top: 10px;
}
.logo-container .logo img{
    margin-left: 10px;
    width: 90%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}
.parallax .motto{
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    text-transform: uppercase;
    z-index: 3;
    margin: 0 auto;
    top: 22%;
    width: 285px;
}
.motto .pro{
    position: absolute;
    bottom: 74px;
    right: -28px;
    font-size: 18px;
    background-color: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #333333;
    text-shadow: 0 0 0;
}
.parallax .motivation{
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    top: 400px;
    position: absolute;
    text-align: center;
    width: 100%;
    /*     font-size: 25px; */
}
.parallax .motto .border{
    float: left;
    border: 3px solid #FFFFFF;
    padding: 0px 30px;
    text-align: center;
}
.parallax .motto .no-right-border{
    border-right: none;
}
.parallax .parallax-image{
    width: 100%;
    overflow: hidden;
    position: absolute;
}
.parallax .parallax-image img{
    width: 100%;
}

@media (max-width: 768px){
    .parallax .parallax-image{
        width: 100%;
        height: 640px;
        overflow: hidden;
    }
    .parallax .parallax-image img{
        height: 100%;
        width: auto;
    }
    .parallax .motivation {
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
        padding: 5px;
        font-size: 20px !important ;
    }
}

.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}
.social-buttons-demo .btn{
    margin-right: 5px;
    margin-bottom: 7px;
}

.img-container{
    width: 100%;
    overflow: hidden;
}
.img-container img{
    width: 100%;
}

.lightbox img{
    width: 100%;
}
.lightbox .modal-content{
    overflow: hidden;
}
.lightbox .modal-body{
    padding: 0;
}
.comment-body {
    line-height: unset!important;
}

@media screen and (min-width: 991px){
    .lightbox .modal-dialog{
        width: 960px;
    }
}

@media (max-width: 768px){
    .btn, .btn-morphing{
        margin-bottom: 10px;
    }
    .parallax .motto{
        top: 170px;
        margin-top: 0;
        font-size: 60px;
        width: 270px;
    }
}

.presentation .loader{
    opacity: 0;
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1031;
    margin-left: -32px;
    margin-top: -32px;
}
.presentation  .loader.visible{
    display: block;
    opacity: 1;
}
.presentation  .modal-content{
    background-color: transparent;
    box-shadow: 0 0 0;
}
.presentation .modal-backdrop.in{
    opacity: 0.45;
}
.presentation .preload-image{
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*       Loading dots  */

/*      transitions */
.presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.presentation{

}
.presentation .section{
    padding: 100px 0;
}
.presentation .colors{
    padding: 100px 0;
}
.presentation > .description{
    padding-top: 20px;
}
.presentation .section-rotation{
    padding: 140px 0;
}
.presentation .section-images{
    padding: 80px 0;
}
.presentation .section-thin{
    padding: 0;
}
.presentation .section-pay{
    padding-top: 20px;
}
.presentation .colors{
    padding: 70px 0;
    z-index: 7;
    position: relative;
    margin-top: -300px;
}
.presentation .colors{
    border-top: 1px solid #DDDDDD;
}
.presentation .card-container{
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    min-height: 500px;
    width: 300px;
    position: relative;
    margin-top: 90px;
}
.presentation .card-component{
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 600px;
}
.presentation .card-component .front{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY( -28deg );
    -moz-transform: rotateY( -28deg );
    -o-transform: rotateY( -28deg );
    transform: rotateY( -28deg );

    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    cursor: pointer;
    box-shadow: 10px 4px 14px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.12);
}

.presentation .front img{
    z-index: 2;
    position: relative;
}

.presentation .card-container:hover .front{
    top: -10px;
}

.presentation .card-component img{
    width: 100%;
}
.presentation .description .col-md-3{
    width: 16%;
    margin-left: 4%;
}
.presentation .first-card{
    z-index: 6;
}
.presentation .second-card{
    z-index: 5;
}
.presentation .third-card{
    z-index: 4;
}
.presentation .fourth-card{
    z-index: 3;
}
.presentation h1,
.presentation h2{
    font-weight: 200;
}
.presentation h4,
.presentation h5,
.presentation h6{
    font-weight: 300;
}
.presentation h4{
    font-size: 18px;
    line-height: 24px;
}
.presentation .info h4{
    font-size: 24px;
    line-height: 28px;
}

.presentation .section-gray h1 small{
    color: #888888;
}
.presentation .color-container{
    text-align: center;
}
.presentation .color-container img{
    width: 100%;
    margin-bottom: 10px;
}
.presentation .circle-color{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: block;
    background-color: #cccccc;
    margin: 0 auto;
}
.presentation .circle-red{
    background-color: #ff3b30;
}
.presentation .circle-blue{
    background-color: #3472f7;
}
.presentation .circle-azure{
    background-color: #2ca8ff;
}
.presentation .circle-green{
    background-color: #05ae0e;
}
.presentation .circle-orange{
    background-color: #ff9500;
}

.presentation .section-gray-gradient{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(231,231,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(231,231,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.presentation .section-black{
    background-color: #333;
}

.rotating-card-container {
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    perspective: 900px;
    margin-bottom: 30px;
}

.rotating-card {
    -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

    margin-top: 20px;
    position: relative;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 20px;
    color: #444444;
}
.rotating-card-container .rotate,
.rotating-card .back{
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.rotating-card-container:hover .rotate{
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


.rotating-card .front,
.rotating-card .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 3px 17px rgba(0,0,0,.15);
}

.rotating-card .front {
    z-index: 2;
}

.rotating-card .back {
    z-index: 3;
    height: 500px;
    width: 100%;
    display: block;
    padding: 0 15px;
    background-color: #e5e5e5;
}

.rotating-card .back-contaier {
    background-color: white;
    padding: 30px 15px;

}

.rotating-card .image{
    border-radius: 20px 20px 0 0;
}
.rotating-card-container,
.rotating-card .front,
.rotating-card .back {
    width: 100%;
    min-height: 500px;
    border-radius: 20px;
}
/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .rotating-card .front, .rotating-card .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }
    .rotating-car .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .rotating-card .front{
        z-index: 4;
    }
    .rotating-card-container:hover .back{
        z-index: 5;
        visibility: visible;
    }
}


.motto .square{
    padding: 7px 14px;
    height: auto;
    width: auto;
    line-height: inherit;
    border-radius: 6px;
    bottom: 52px;
    right: -30px;
    color: #FFFFFF;
    background-color: #ff9500;
    font-weight: 300;
}

/* get shite done mic */
.motto .square{
    padding: 5px 11px;
    height: auto;
    width: auto;
    line-height: inherit;
    border-radius: 6px;
    bottom: 42px;
    right: -25px;
    color: #FFFFFF;
    background-color: #ff9500;
}

.fixed-section{
    margin-top: 90px;
}
.fixed-section ul li{
    list-style: none;
}
.fixed-section li a{
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}
.fixed-section li a.active{
    color: #00bbff;
}
.fixed-section.float{
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}


/* prettyprint */
.presentation pre.prettyprint{
    background-color: transparent;
    border: 0px !important;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: left;
}
.presentation .atv,
.presentation .str{
    color: #0D9814;
}
.presentation .tag,
.presentation .pln,
.presentation .kwd{
    color: #195CEC;
}
.presentation .atn{
    color: #2C93FF;
}
.presentation .pln{
    color: #333;
}
.presentation .com{
    color: #999;
}

.presentation .text-white{
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.13);
}
.presentation .section-images .card-image{
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    box-shadow: 0 -3px 8px rgba(0,0,0,0);
}
.presentation .section-images .card-image .image{
    /*     border-radius: 6px; */
}
@media (max-width: 1200px){
    .presentation .section-images .image img{
        width: 100%;
    }

}
.presentation .card-text-adjust{
    padding-left: 40px;
}
.presentation .info.info-separator{
    position: relative;
}
.presentation .info.info-separator:after{
    height: 100%;
    position: absolute;
    background-color: #ccc;
    width: 1px;
    content: "";
    right: -7px;
    top: 0;
}
.presentation .info li{
    padding: 5px 0;
    border-bottom: 1px solid #E5E5E5;
    color: #666666;
}
.presentation .info ul{
    width: 240px;
    margin: 10px auto;
}
.presentation .info li:last-child{
    border: 0;
}

/*      layer animation          */

.layers-container{
    display: block;
    margin-top: 50px;
    position: relative;
}
.layers-container img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
}

.section-black {
    background-color: #333;
}

#layerHover{
    top: 30px;
}
#layerImage{
    top: 50px;
}
#layerBody{
    top: 75px;
}

.animate {
    transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -webkit-transition: 1.5s ease-in-out;
}

.down {
    transform: translate(0,45px);
    -moz-transform: translate(0,45px);
    -webkit-transform: translate(0,45px);
}

.down-2x {
    transform: translate(0,90px);
    -moz-transform: translate(0,90px);
    -webkit-transform: translate(0,90px);
}


.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}
.navbar-transparent.navbar-small .logo-container .brand{
    color: #FFFFFF;
}
.navbar-default.navbar-small .logo-container .brand{
    color: #333333;
}
.section-thin{
    padding-bottom: 0;
}

.info.info-separator{
    position: relative;
}
.info.info-separator:after{
    height: 100%;
    position: absolute;
    background-color: #ccc;
    width: 1px;
    content: "";
    right: -7px;
    top: 0;
}
@media (max-width: 767px){
    .info.info-separator:after{
        display: none;
    }
}
.info li{
    padding: 5px 0;
    border-bottom: 1px solid #E5E5E5;
    color: #666666;
}
.info ul{
    width: 240px;
    margin: 10px auto;
}
.info li:last-child{
    border: 0;
}
.payment-methods i {
    font-size: 28px;
    padding: 0 3px;
    width: 38px;
}
.payment-methods h4 {
    font-size: 18px;
    line-height: 38px;
}
.info .description .btn{
    width: 240px;
    font-weight: 500;
}
#buyButtonHeroes{
    margin-top: 31px;
}
.right-click{
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.8);
    position: fixed;
    z-index: 20000;
    display: none;
}
.onclick{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 20001;
}
.container-right-click{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container-right-click .card-price#card-price-small{
    margin-top: 70px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 20003;

}
.container-right-click .card-price#card-price-big{
    margin-top: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    z-index: 20003;

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.container-right-click h4{
    color: white;margin-top: 45px;font-weight: 200;margin-bottom: 0;
}

.content-outline-module {
    background: #ffffff;
    border-right: 1px solid #dddddd;
    padding:0 30px;
}

.content-outline-module h4 {
    padding: 10px;
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.content-outline-module ul {
    padding: 10px;
    list-style: none;
    margin-top:10px;
}

.content-outline-module ul ul {
    margin-top: 0;
}

.content-outline-module ul a {
    color: #94908c;
    font-size: 18px;
    font-weight: 400;
}

.content-outline-module ul li {
    padding: 12px 0;
    position: relative;
}

.content-outline-module ul a:hover {
    color: #00aeef;
}

.content-outline-module ul li ul li a {
    margin: 0;
    font-weight: normal;
}

.content-outline-module ul li ul li {
    padding: 0px 0;
}

.content-outline-module ul li.active a {
    color: #00aeef;
}

.content-outline-module ul li.active > a:before {
    border-right: 17px solid #DDDDDD;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 8px;
}

.content-outline-module ul li.active > a:after {
    border-right: 17px solid #f4f3ef;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -41px;
    top: 8px;
}

.logo {
    padding-top: 25px;
    /*border-bottom:1px solid #dddddd;*/
    text-align: center;
}

.logo img {
    height:70px;
    padding:15px 0;
}

.bg-image {
    padding:0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.bg-image img {
    width: 100%;
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    filter: brightness(50%);
}

.main-panel-title-area {
    position: absolute;
    top: 0;
    padding: 20px 20px 0 20px;
}

.main-panel-title-area h2 {
    color: #ffffff;
}

.main-panel p {
    font-size: 16px;
}

.main-panel-title-area p {
    font-size: 18px;
    font-weight: 500;
    color: #eeeeee;
    line-height: 24px;
}

.no-right-margin {
    margin-right: 0px;
}

.main-panel {
    margin-right: 15px;
    margin-left: 0px;
    background-color:#ffffff;
    border-radius:6px;
    margin-top:30px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.card-user .author,
.card-file .author {
    margin-top: 10px;
}

.card-user .image,
.card-file .image {
    text-align: center;
    background: #f1f1f1;
    height: 75px;
}

.card-file .image {
    padding: 25px 0;
}

.card-file .image i {
    color: #94908c;
    padding: 0;
    margin-left: -15px;
}

.navigation-module {
    padding-bottom: 20px;
    overflow: hidden;
    font-size: 18px;
}

.footer {
    border-top: 1px solid #dddddd;
}

.copyright a {
    color: #777777;
    text-decoration: underline;
}

.breadcrumb-module ul {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
    color: #2ca8ff;
    font-size: 16px;
}

.breadcrumb-module ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.breadcrumb-module ul li.current {
    color: #adadad;
}

.breadcrumb-module a {
    color: #333333;
}

.breadcrumb-module a:hover {
    color: #00aeef;
}

.container-module {
    overflow: hidden;
}

.full-column-bg {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.top-navigation-module {
    border-bottom:1px solid #dddddd;
    padding:10px 0;
    font-size: 16px;
}

.top-navigation-module a {
    color: #9A9A9A;
}

.top-navigation-module a:hover {
    color: #00aeef;
}

.main-panel-content {
    padding: 0 40px;
}

.content-outline-module-container {
    position: fixed;
}

.content-outline-list-module {
    max-height:575px;
}

.tab-cont-setting {
    margin-top: 15px;
}


.manageTab {
    margin-bottom: 35px !important;
    border-bottom: 1px solid #2ca8ff !important;
    padding-left: 74px !important;
}

.manageTab > li > a {
    border-bottom: none !important;
}


#custom-search-input{
    /*padding: 3px;*/
    /*margin-right: -25px;*/
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.product-footer .btn-simple{
    padding: 8px 4px !important;
    font-size: 14px;
}

.product-footer {
    border-top: none !important;
    /*padding: 5px 29px 10px !important;*/
}

.sub-section {
    padding-left: 35px !important;
}

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

.page-heading-align {
    margin-bottom: 5px;
    margin-top: 5px;
}

.manage-section-file {

}

.manage-section-file .image {
    padding: 10px !important;
}

.manage-section-file .image, .card-file .image {
    height: 50px !important;
}

.manage-section-file .image i {
    margin-left: 0px !important;
    font-size: 30px !important;
}

.manage-section-file .title {
    font-size: 13px !important;
    line-height: 15px !important;
}

.product-manage-icons .icon {
    background: transparent !important;
    margin-left: -10px;
}

.product-manage-icons .icon i {
    color: #2ca8ff;
    font-size: 60px;
}

.content-header-bg {
    background-color: #00AEEF;
    margin-left: -25px;
    margin-right: -25px;
    height: 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 25px;
}

.content-header-bg a {
    color: #fff;
}

.no-record-icon {
    font-size: 75px;
}

.start_message {
    text-align: center;
}

.no-record-heading {
    margin-top: 0px !important;
}

.upload-drop-zone {
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 0px !important;
    overflow: auto !important;
    border-style: dashed !important;
    border-color: #ccc !important;
    text-align: center !important;
    padding: 10px;
    border-width: 1px !important;
    margin-top: 6px;
    cursor: pointer;
    color: #00AEEF;
    display: flex;
    align-items: center;
    justify-content: center
}

.upload-drop-zone-progress {
    width: 100% !important;
    border-style: dashed !important;
    border-color: #ccc !important;
    padding: 10px;
    border-width: 1px !important;
    padding-top: 15px;
    margin-top: 6px;
    height: 100px;
}

.errorText {
    color: #FF3B30 !important;
}

.form-group label.error {
    display: none !important;
    color: red;
}

.form-group .error {
    border: 1px solid red !important;
}

.hide {
    display: none !important;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.dragula-section-container {
    margin-bottom: 0px;
}

.dragula-section-container .section-title {
    cursor:move;
}

.gu-mirror tr {
    /*width: 900px;*/
    /*background: #ffffff;*/
}

.gu-mirror td.td-actions a {
    display: none;
}


.section-row {
    height: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 13px;
}

.register-card {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
    border-radius: 6px;
    padding: 10px 30px;
    text-align: center;
    background: #fff;
    border-bottom: 2px solid #e3e3e3;
}

.content {
    padding: 30px 0 30px 0;
}

.total-members-box {
    background-color: #1DB7F1;
    color: #fff;
    border: 1px solid #1DB7F1;
}

.total-payments-box {
    background-color: #6285E2;
    color: #fff;
    border: 1px solid #6285E2;
}

.total-earning-box {
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
}

#productdyno-date-range-picker {
    background: #fff;
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #eeeeee;
    width: 100%;
    margin-right: 15px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    border: 1px solid #e6e6ff;
    border-bottom: 0;
}

#productdyno-member-date-range-picker {
    background: #fff;
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #eeeeee;
    width: 100%;
    margin-right: 15px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    border: 1px solid #e6e6ff;
    border-bottom: 0;
}

.daterangepicker  {
    z-index: 9999 !important;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #1DB7F1 !important;
    border: 1px solid #1DB7F1 !important;
    color: #ffffff !important;
}

.daterangepicker .ranges li {
    color: #333333 !important;
}

.daterangepicker .input-mini.active {
    border: 1px solid #1DB7F1 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1DB7F1 !important;
    border-color: #1DB7F1 !important;
    color: #fff !important;
}

.date-range-setting {
    margin-top: 8px;
    margin-right: 10px;
    cursor: pointer !important;
    color: #333 !important;
}

.dashboard-table {
    border-bottom: 1px;
    margin-bottom: 0px;
}

label {
    font-weight: normal !important;
}

.align-content {
    height: 110px !important;
    overflow: hidden !important;
    padding: 5px;
}

.upload-image-margin {
    padding-right: 0px !important;
    padding-top: 6px !important;
}

.upload-image-preview-display {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    background: #f8f8f8 !important;
    border-left: 1px dashed #ccc !important;
    border-top: 1px dashed #ccc !important;
    border-bottom: 1px dashed #ccc !important;
    min-height: 100px !important;
    max-height: 100px !important;
}

.upload-image-height {
    height: auto;
    width: auto;
    max-width: 100% !important;
    max-height: 100px !important;
}

.upload-image-placeholder-padding {
    padding-left: 0 !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: -10px !important;
}

.sp-palette .sp-thumb-el {
    width: 40px !important;
    height: 20px !important;
    margin: 0px 0px !important;
    border: solid 0px #d0d0d0 !important;
}

.sp-container {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 6px !important;
}

.sp-container button {
    background: #FF3B30 !important;
    color: #fff !important;
    text-shadow: none !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: arial !important;
}

.color-picker-view .sp-replacer{
    margin: 0 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    padding: 9px 9px !important;
    background: #eee !important;
    color: #333 !important;
    vertical-align: middle !important;
    background-color: #fff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
    height: 40px !important;
    width: 100% !important;
    box-shadow: none !important;
}

.form-group .dropdown {
    padding: 4px 5px !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px !important;
}

.font-icon-dropdown-padding {
    padding: 3px 0px !important;
}

.font-icon-dropdown {
    height: 200px !important;
    /* overflow-x: hidden; */
    overflow-y: overlay !important;
}

.section-add-file-box {
    background: #f1f1f1;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px; color: #94908c;
}

.section-add-file-box .box-mask {
    height: 150px;
}

.section-add-file-box .box-mask .icon_image i {
    margin-left: 0px !important;
    font-size: 45px;
    padding-top: 38px;
}

.section-element-option {
    background: #f1f1f1;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px; color: #94908c;
}

.section-element-option .box-mask {
    height: 100px;
}

.section-element-option .box-mask .icon_image i {
    margin-left: 0px !important;
    font-size: 45px;
    padding-top: 10px;
}

.box-setting-align {
    padding-right: 0px !important;
}

.box-mask:hover {
    background-color: rgba(0,0,0,0.4);
    -o-transition:color 0.3s ease-out, background 0.3s ease-in;
    -ms-transition:color 0.3s ease-out, background 0.3s ease-in;
    -moz-transition:color 0.3s ease-out, background 0.3s ease-in;
    -webkit-transition:color 0.3s ease-out, background 0.3s ease-in;
    /* ...and now override with proper CSS property */
    transition:color 0.3s ease-out, background 0.3s ease-in;
    color: #ffffff;
}




.section-content-element-container {
    border: 3px dashed #e1e1e1;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

.section-content-element-container .element-content {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    height: 100%;
    width: 100%;
}

.section-content-element-container .element-content-actions {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-top: 50px;
    text-align: center;
}

.section-content-element-container:hover .element-content-actions {
    opacity: 1;
    cursor: move;
}

.section-content-element-container .element-content-actions .btn {
    width: 75px;
    height: 50px;
    font-size: 45px;
    border: none;
}

.section-content-element-container .element-content-actions .btn span {
    margin-left: -5px;
    margin-top: -15px;
    font-size: 14px;
    display: block;
}

.plyr__video-wrapper {
    height: 300px;
}

.email-service-icon {
    display: inline-block;
    width: 150px !important;
}

.dashed-input, .dashed-input:focus {
    height: 27px;
    margin: 0px;
    padding: 0px;
    border: none;
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    width: 2em;
    outline: 0;

}

.dashed-input:focus {
    border-color: #333;
}

.smallFont {
    font-size: 14px !important;
}

.panel-help {
    overflow: hidden;
    border-radius: 6px;
    margin-right: 0px;
    margin-left: 0px;
    color: #ffffff;
}

.help-box-1, .help-box-2, .help-box-3 {
    padding: 10px;
    overflow: hidden;
    /*height: 270px;*/
}

.help-box-1 {
    background: #00aeef;
}

.help-box-1 p {
    color: #fff;
    font-weight: 500;
    font-size: 55px;
}

.help-box-1 h3, .help-box-2 h3, .help-box-3 h3 {
    font-size: 20px;
}

.help-box-2 {
    background: #17B5F0;
}

.help-box-3 {
    background: #2EBCF1;
}

.help-box-2 .analytic-chart, .help-box-3 .analytic-chart {
    width: 100%;
    height: 92px
}

.help-box-1 p a, .help-box-2 p a, .help-box-3 p a {
    /*position: absolute;*/
    /*bottom: 20px;*/
}

.quick-video-box {
    padding: 0;
    border-radius: 3px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 17px;
}

.quick-video-box .img-box {
    width: 100%;
    height: 100px;
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
    filter: brightness(50%);
}

.quick-video-content-area {
    position: absolute;
    top: 0;
    padding: 0px 0px 0px 10px !important;
}

.quick-video-content-area p {
    color: #fff !important;
    font-size: 15px !important;
    margin-top: 5px;
    line-height: 17px;
    margin-bottom: 4px;
    padding-right: 10px;
}

.quick-video-content-area h5 {
    color: #ffffff;
}

.quick-video-content-area .play-btn {
    text-align: right;
}

.help-topics p {
    border-bottom: 1px solid #f1f1f1;
    line-height: 30px;
}

.help-topics h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #00aeef;
}

.help-topics p a {
    color: #696464;
}

/*Overrride Player setting*/
.plyr__play-large {
    padding: 24px !important;
}

path[Attributes Style] {
    stroke: rgb(255, 255, 255) !important;
}

/*Override Chart Settings*/
.highcharts-markers {
    stroke: #ffffff !important;
}

.highcharts-series-group {
    stroke: #ffffff !important;

}

.small-h2 {
    margin-bottom: 3px;
    font-size: 24px;
    color: #00aeef;
}

.p-customize {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    color: #696464;
}

.medium-editor-heigh {
    height: auto !important;
    min-height: 300px;
}

.medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px !important;
    margin-left: 15px !important;
    padding-bottom: 11px !important;
}

.medium-editor-toolbar-form {
    border-radius: 10px !important;
}
/*.medium-editor-heigh {
    height: auto !important;
    min-height: 300px;
}

.medium-editor-toolbar {
    background-color: #00AEEF !important;
    border: 1px solid #ffffff !important;
    border-radius: 6px !important;
}

.medium-editor-toolbar li .medium-editor-button-first {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.medium-editor-toolbar li button {
    background-color: transparent !important;
    border: none !important;
    border-right: 1px solid #ffffff !important;
    box-sizing: border-box !important;
    color: #ffedd5 !important;
    height: 32px !important;
    min-width: 25px !important;
    -webkit-transition: background-color .2s ease-in,color .2s ease-in !important;
    transition: background-color .2s ease-in,color .2s ease-in !important;
    font-size: 12px !important;
    padding: 7px !important;
}

.medium-editor-toolbar li .medium-editor-button-active, .medium-editor-toolbar li button:hover {
    background-color: #030200 !important;
    color: #ffedd5 !important;
}

.medium-toolbar-arrow-under:after {
    border-color: #00AEEF transparent transparent !important;
    top: 32px !important;
}

.medium-editor-toolbar-form a {
    color: #ffffff !important;
}

.medium-editor-action b {
    font-weight: 300 !important;
}

.medium-editor-toolbar-form .medium-editor-toolbar-input, .medium-editor-toolbar-form label {
    height: 20px !important;
    margin: 10px !important;
}*/

.enjoyhint_skip_btn {
    border: 2px solid #00AEEF !important;
    color: #00AEEF !important;
}

.enjoyhint_skip_btn:hover {
    color: #fff !important;
    background: #00AEEF !important;
}

.enjoyhint_next_btn {
    border: 2px solid #00AEEF !important;
    color: #00AEEF !important;
}

.enjoyhint_next_btn:hover {
    color: #fff !important;
    background: #00AEEF !important;
}

.enjoyhint_close_btn {
    border: 2px solid #00AEEF !important;
}

.enjoyhint_close_btn:hover {
    background: #00AEEF !important;
}

.pd-info-tooltip {
    /*color: #949494 !important;*/
    /*font-size: 15px !important;*/
}
.sidebar-tooltip-icon {
    color: #949494 !important;
    font-size: 15px !important;

}

/*Override Tooltip HTML */
.html-template {
    width: 500px !important;
    background-color: #fff !important;
    background: #fff !important;
}

.toolTipHtmlMessage {
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.tippy-content {
    line-height: 1.5 !important;
    font-weight: 400 !important;
    font-size: 1.4rem !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.tippy-tooltip-content {
    font-weight: 400 !important;
    font-size: 1.4rem !important;
}

.campaign-url-field {
    height: 32px !important;
    background: #f7f7f7 !important;
    min-width: 70px !important;
}

.bootstrap-touchspin-up {
    border: 1px solid #e3e3e3;
}

.bootstrap-touchspin-down {
    border: 1px solid #e3e3e3;
}

.bootstrap-touchspin .bootstrap-touchspin-up {
    border: 1px solid #e3e3e3 !important;
    height: 20px !important;
    /*border-radius: 4 !important;*/
}

.bootstrap-touchspin .bootstrap-touchspin-down {
    border: 1px solid #e3e3e3 !important;
    height: 20px !important;
    /*border-radius: 4 !important;*/
}

.modal-header {
    background-color: #2ca8ff !important;
    color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.close {
    color: #fff !important;
    opacity: 1 !important;
}

.expiryDateIcon:hover {
    cursor: pointer !important;
}

.note-btn-group button {
    border-width: 1px !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}


.dd-background-img {
    background: url('../../assets/img/bar.png') center left no-repeat;
    padding-left: 30px !important;
}

.bootstrap-tagsinput .tag {
    color: #2CA8FF !important;
}

.bootstrap-tagsinput {
    width: 100% !important;
}

.bootstrap-tagsinput {
    padding: 8px 16px !important;
    height: auto !important;
    color: #444444 !important;
    border: 1px solid #e3e3e3 !important;
    min-height: 40px !important;
}

.search-filter {
    margin-bottom: 30px;
    padding-top: 15px;
    background: #f2f1ed;
    border-radius: 7px;
}

.wizadBackBtn {
    float: left !important;
    margin-left: 0px !important;
}

.wizard-footer-actions {
    padding: 5px 0px !important;
    margin-top: 20px !important;
}

.wizard-footer-actions .btn {
    padding: 0px !important;
}

.domain-field-alignment {
    width:2em;
    min-width: 2em;
}
.domain-field-alignment-wizard {
    width: 100px;
    min-width: 100px;
}

.map_column_dd {
    height: 30px !important;
    font-size: 12px !important;
}

.main-heading-help-icon {
    top: 3px;
    position: absolute;
    margin-left: 5px;
}

.custom-help-icon {
    font-size: 16px !important;
}

.custom-help-icon:hover {
    cursor: pointer;
}

.payment-gt-icon
{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-gt-icon img {
    max-width: 100px !important;
    margin-bottom: 10px;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.payment-gt-icon img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

/* Dashboard / Business Intelligence */
#customerChart {
    width       : 100%;
    height      : 250px;
    font-size   : 11px;
}

#revenueChart {
    width       : 100%;
    height      : 300px;
}

#mrrChart {
    width       : 100%;
    height      : 151px;
}

#frequencyRecurringChart {
    width       : 100%;
    height      : 250px;
    font-size   : 11px;
}

#frequencyOnetimeChart {
    width       : 100%;
    height      : 250px;
    font-size   : 11px;
}

#customerActivityLogs {
    width: 100%;
    height: 119px;
    /*margin-bottom: 20px;*/
}

#assetSalesChart {
    width: 100%;
    height: 165px;
}

#gatewayRevenueRefundChart {
    width: 100%;
    height: 165px;
}

/*#customerActivityLogs {
    width: 100%;
    height: 200px;
}*/

.box-container {
    margin-right: 15px;
    margin-left: 15px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 20px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    border: 1px solid #e6e6ff;
    border-bottom: 0;
}

.box-content {
    padding: 15px 0px 0px;
}

.box-content-min-height {
    min-height: 390px !important;
}

.column-box {
    /*border: 1px solid #e1e1e1;*/
    /*padding: 1em;*/
    /*padding: 0px 10px 0px 10px;*/
}
.column-box-header-content {
    text-align: center;
    margin-top: 20px;
}

.column-box-top-header {
    border-bottom: 1px solid #e6e6ff;
}

.column-box-top-header h5 {
    line-height: 0px;
    /* font-size: 1.25rem; */
    margin: 10px 10px 25px;
    font-weight: 700;
}

.column-box-header-content p {
    font-size: 16px;
    position: relative;
    top: 10px;
    line-height: 16px;
    width: 100%;
    text-align: center;
    color: #949494;
    font-weight: 400;
}

.column-box-content-list {
    padding: 0;
    margin: 0;
}

.column-box-content-list li {
    display: inline-block;
    width: 100%;
    float: left;
    background: #fcfcff;
    margin: 0.33em 0 0.35em;
    padding: 0.6em 0.8em;
    border-radius: 5px;
    line-height: 21px;
}

.column-box-content-list li a {
    font-size: 0.9em;
    color: #949494;
    font-weight: bold;
    text-transform: capitalize;
}

.column-box-content-list li .numbers {
    float: right;
    font-size: 1em;
    font-weight: 600;
    color: #7D7D7D;
}


.main-graph-stats {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 .5em;
    min-height: 120px;
}

.graph-values {
    text-align: center;
    padding: 2em .5em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.graph-values h5 {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.graph-values h2 {
    font-size: 3.7rem;
    font-weight: 600;
    color: #7D7D7D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    line-height: 1;
}

.graph-values h2 .inc_dec_perc {
    font-size: 12px;
    margin-left: 2px;
    margin-top: 5px;
}

.graph-values h2 .inc_dec_perc.green {
    color: #12c457;
}

.graph-values h2 .inc_dec_perc.red {
    color: #e40303;
}

.stats_cirlce div{
    /*float: left;*/
    /*width: 25%;*/
    /*overflow: hidden;*/
    /*margin: 50px 0;*/
    /*margin-left: 20px;*/
    position: relative;
    text-align: center;
}

.circle_inner{
    position: absolute;
    top: 38%;
    left: 29%;
    font-size: 30px;
    color: #7d7d7d;
    font-weight: 500;
    right: 25%;
}

.circle_inner{
    position: absolute;
    top: 38%;
    left: 21%;
    font-size: 28px;
    color: #7d7d7d;
    font-weight: 500;
    right: 19%;
}

.analytic_table {
    margin-bottom: 0px !important;
}

.analytic_table th {
    background: #fcfcff;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    padding: .925rem .75rem .8rem 1.2rem !important;
    color: #7d7d7d;
    border-bottom: 0px !important;
}

.analytic_table td {
    border-top: 1px solid #e6e6ff !important;
    color: #7d7d7d !important;
    text-align: left;
    padding: 15px 10px 15px 12px !important;
    font-size: 15px;
    font-weight: 500;
}

.analytic_table td a {
    padding: 0px !important;
}

.analytic_table_footer {
    background: #fcfcff;
    text-align: center;
    border-top: 1px solid #e6e6ff;
    padding: 7px;
}
.analytic_table_footer a {
    font-size: 15px;
    font-weight: 500;
}

.analytic_table_footer a:hover {
    text-decoration: underline;
}

.analytic_table_fav_icon {
    width: 16px;
    height: 16px;
    margin: .7rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.analytic_table_gravatar {
    border-radius: 50%;
    margin-right: .375rem;
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #e1e1e1;
}
.cus_details {
    padding: 0px 10px 0px 10px;
}

.table-customer-information > tbody > tr {
    border-top: 0;
}

.table-customer-information > tbody > tr > td:first-child {
    border-top: 0;
    font-weight: bold !important;
    color: #7d7d7d;
    font-size: 15px;
}

.table-customer-information > tbody > tr > td:nth-child(2) {
    border-top: 0;
    font-weight: bold !important;
    color: #7d7d7d;
    font-size: 15px;
}


.table-customer-information > tbody > tr > td {
    padding-bottom: 0px;
    border-top: 0;
    padding-top: 5px;
}

.cus_laast_login {
    font-size: 13px !important;
    margin-top: 7px;
    /*padding-left: 10px;*/
}

.cus_gravatar {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    /*float: left;*/
    /*margin-right: 20px;*/
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.analytic_table_pagination {
    margin-bottom: 0px;
    margin-top: 5px;
    padding-left: 20px;
}

.analytic_table_pagination ul {
    margin: 0px 0 0px 0;
}

.no-bt-border {
    border-bottom: 0px;
}

.bi-top-heading {
    /*text-shadow: 1px 1px #949494;*/
    color: #03aeef;
    font-size: 32px;
    margin-left: 13px !important;
}

.box-content i {
    font-weight: bold;
}

.circle-bl-text h5{
    color: #d9d9d9;
    font-weight: 600;
}

.circle-bl-text h1{
    color: #7d7d7d;
    font-size: 3.5rem;
    font-weight: 600;
    margin-top: 0px;
}

.breadcrumb_seperator {
    color: #7D7D7D;
    font-size: 25px;
}

.bi-breadcrumb {
    margin-bottom: 0px;
    padding: 0px;
    background: none;
    padding-left: 15px;
    padding-top: 2px;
}
.bi-breadcrumb > li + li:before {
    color: #7D7D7D !important;
}
.breadcrumb-item i {
    color: #7D7D7D;
}

.black-text {
    color: #7d7d7d;
    font-weight: bold;
}

.bi-breadcrumb > .active {
    color: #7D7D7D !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: none; }
.breadcrumb-item a:hover  {
    color: #00AEEF;
}

.breadcrumb-item.active {
    color: #d9d9d9;
}

.pd-filter .col-xs-2 {
    /*display: inline-block;*/
    width: auto !important;
    /*float: right;
    text-align: right;
    padding-left: 1em;
    padding-right: 0;
    padding-top: 0.55em;
    padding-bottom: 0.42em;
    position: relative;*/
}
.pd-filter .bootstrap-select.btn-group .dropdown-menu li.disabled a span.text {
    color: #6c757d;
}

.pd-filter .bootstrap-select {
    margin-left: 2px;
    height: 30px !important;
    margin-top: -1px !important;
    padding: 0 !important;
    font-size: 12px;
    width: 100% !important;
}
.pd-filter .bootstrap-select button {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-left: 2px;
    height: 30px;
    padding: 7px 20px 6px 20px !important;
    font-size: 12px;
    background-color: transparent !important;
    /*max-width: 150px;*/
    max-width: 100%;
    color: #4d4d4d;
    border-radius: 0;
    opacity: 1 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #FFF !important;
}

.bi-page .pd-filter .bootstrap-select button {
    width: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 8px;
}

.pd-filter .bootstrap-select .btn-group .dropdown-menu {
    max-width: 250px;
    box-shadow: none;
}

.pd-filter .bs-searchbox {
    background: #f9f9f9;
    padding: 1px 0px 0px 0px;
}

.pd-filter .bs-searchbox input {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.pd-filter .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-filter .dropdown-menu li.selected a {
    font-weight: 600 !important;
    color: #FFF;
    background: #7D7D7D !important;
}

.pd-filter .dropdown-menu  {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.pd-filter .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.pd-filter .dropdown-menu > li:first-child > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -9999;
}

.pd-bi-search {
    margin-top: -5px;
}

.pd-bi-search input {
    height: 30px;
}

.pd-bi-search span {
    padding-left: 0px;
    padding-right: 3px;
    padding-bottom: 4px;
}

.pd-bi-search a {
    color: #7d7d7d;
}

.pd-filter .filter-icon {
    color: #7d7d7d;
    /*font-weight: 600;*/
    margin: 0 0 0.3em;
    padding: 0 0.8em 0 0;
    font-size: 0.75em;
    /*float: left;*/
    text-decoration: none;
    position: absolute;
    z-index: 100000;
    pointer-events: none;
    display: block;
    width: 30px;
    height: 18px;
    overflow: hidden;
    padding: 0;
    top: 8px;
    left: 19px;
    text-align: left;
}

.bi_no_data_found {
    min-height: 390px;
    max-height: 390px;
    position: relative;
}

.bi_no_data_found .start_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*height:100%;*/
    width:100%;
    padding: 20px;
}

.bi_no_data_found .start_message i {
    font-weight: normal;
}
/* End Dashboard / Business Intelligence
/**/

.footer-links {
    margin-top: 10px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*float: right;*/
    margin: 5px 5px;
    text-align: center;
}

.footer-links ul li {
    display: inline;
    padding-right: 10px;
}

.footer-links ul li a {
    color: #777777;
    font-size: 11px;
}

.footer-copyright {
    color: #777777;
    margin: 0px 3px 10px;
    font-size: 11px;
}

.footer-copyright a {
    color: #777777;
    text-decoration: underline;
}

.ex-member-download {
    padding-left: 33px !important;
    margin-top: -2px !important;
}

.ex-member-download a {
    font-size: 11px;
    color: #b7b7b7;
    font-weight: 400;
}

.ex-member-download a:hover {
    color: #888888 !important;
}


.icons-list i {
    color: #888888;
    padding: 20px;
    font-size: 25px;
}

.bonus-logos-img {
    min-height: 65px;
}

.bonus-logos img {
    width: 90%;
    margin-bottom: 15px;
}

.accordian-plus-btn {
    float: right;
    margin-top: 7px;
    color: #03b7f1;
}


.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    /*color: #03b7f1;*/
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
    /*color: #03b7f1;*/
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus  {
    text-decoration:none;
    color: #9e9e9e;
}
.panel-title a {
    width: 100%;
    display: block;
}
.panel-heading {
    padding-left: 0px;
}

.panel-default > .panel-heading {
    background-color: #fafafa;
    border-color: #ffffff;
    padding-left: 20px;
}

.panel-default > .panel-heading {
    color: #9e9e9e;
}

.panel-body {
    padding: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-group .panel {
    border: 1px solid #dddddd !important;
    border-radius: 2px !important;
}

.insider-club-table table td {
    border-top: 0px !important;
    padding-left: 1px !important;
    padding-top: 5px !important;
}

.marketplace-detail-description ul {
    margin-top: 25px;
    padding-left: 15px;
}

.marketplace-detail-description ul li{
    padding-bottom: 5px;
}

.mp-support {
    padding-left: 0px !important;
}

.form-group .bootstrap-select {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #444444;
    padding: 4px 0px !important;
    height: 40px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
}

.form-group .bootstrap-select .bs-caret .caret  {
    /*right: -40px;*/
}

.pd-filter .form-group label {
    font-size: 12px;
    color: #939393;
    padding-left: 3px;
}

.memberProductsLabel {
    cursor: pointer;
}

.flex-container {
    display: flex;
    /*background-color: #f9f9f9;*/
    border: 2px dotted #e8e6e6;
    /*justify-content: center;*/
    /*height: 65px;*/
    align-items: center;
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    margin-top: 15px;
}

.flex-container > div {
    /*background-color: #f1f1f1;*/
    /*margin: 10px;*/
    padding-top: 10px;
    padding-left: 5px;
    /*padding-right: 10px;*/
    /*font-size: 30px;*/
}

.flex-container .icon-image {
    padding-top: 6px;
}
.flex-container .icon-image i {
    font-size: 40px;
    /*padding-top: 5px;*/
}

.check-circle-check {
    height: 12px;
    width: 12px;
    background-color: #01b70a;
    border-radius: 50%;
    display: inline-block;
}
.check-circle-check:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    width: 0.3em;
    height: 0.3em;
    margin-right: 0.7em;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0.1em;
    font-size: 9px;
}

.check-circle-cross {
    height: 12px;
    width: 12px;
    background-color: #ff4337;
    border-radius: 50%;
    display: inline-block;
}
.check-circle-cross:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    width: 0.3em;
    height: 0.3em;
    margin-right: 0.5em;
    text-align: center;
    color: #fff;
    margin-top: 0.1em;
    font-size: 9px;
}

.check-circle-export-download {
    height: 17px;
    width: 17px;
    border: 1px solid #01b70a;
    border-radius: 50%;
    display: inline-block;
}
.check-circle-export-download:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    /* width: 0.3em; */
    /* height: 0.3em; */
    margin-right: 0.7em;
    text-align: center;
    color: #01b70a;
    margin-top: 0.2em;
    font-size: 11px;
    margin-left: 0.2em;
}

.check-circle-export-process {
    height: 17px;
    width: 17px;
    /*border: 1px solid #01b70a;*/
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.check-circle-export-process:before {
    content: '\f110';
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
    /* width: 0.3em; */
    /* height: 0.3em; */
    margin-right: 0.7em;
    text-align: center;
    color: #01b70a;
    margin-top: 0.2em;
    /*font-size: 11px;*/
    margin-left: 0.2em;
}

.memberProductsLabel {
    border: none !important;
    text-transform: none;
}

.memberProductsNoAccessLabel {
    cursor: default !important;
}

.memberPopover .popover.bottom .arrow:after {
    border-bottom-color: rgba(255, 255, 255, 0.98);
}

.has_access_text {
    color: #9e9e9e;
    text-decoration: underline;
}

.has_access_text:hover {
    text-decoration: none;
}

.pd_cus_table td {
    font-size: 14px !important;
}

.pd_cus_table i {
    font-weight: normal !important;
}

.productsUseOwnThemeUpdateMessage
font-size: 13px;
position: absolute;
margin-left: 8px;
margin-top: 2px;
}

.column-box-content.table-responsive, .table-responsive {
    overflow-y: scroll !important;
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important;  /* IE 10+ */
}

.column-box-content.table-responsive::-webkit-scrollbar, .table-responsive::-webkit-scrollbar { /* WebKit */
    height: 0 !important;
    width: 0 !important;
}

.webinar-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 22px;
}

.webinar-content {
    margin-bottom: 50px;
}

.page-heading-small-desc {
    font-size: 13px;
    color: #BFB7B7;
}

.exported-member-file-delete-btn {
    margin-left: 7px;
    color: #ff3b30;
    text-decoration: underline;
    cursor:pointer;
}
.exported-member-file-delete-btn:hover {
    color: #ff3b30;
    text-decoration: underline;

}

.add-remove-tag .bootstrap-select.btn-group .dropdown-menu {
    z-index: 1 !important;
    border-radius: 0px;
    border-top: 0px;
}

.add-remove-tag-btn .bootstrap-select {
    width: 100% !important;
}

.add-remove-tag-btn .btn {
    border-width: 1px !important;
    border-color: #e3e3e3 !important;
}
/*.add-remove-tag-dropdown-width .bootstrap-select{*/
/*    width: 260px;*/
/*}*/

.hide-manage-tag {
    display:none;
}
.show-manage-tag {
    display:block;
}

.hide-email-service-list {
    display:none;
}

.show-email-service-list {
    display:block;
}

.hide-service-type {
    display: none;
}

.show-service-type {
    display: block;;
}


.hide-edit-email-service-list {
    display:none;
}

.hide-edit-manage-tag {
    display:none;
}

.show-edit-manage-tag {
    display:block;

}

.show-edit-email-service-list {
    display:block;
}

.btn-group span {
    color: #252422;
}

.email-service-modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: visible;
    position: relative;
    padding: 15px;
}

.add-remove-tag .open .form-control {
    border-radius: 4px 4px 0 0;
    border: 1px solid #e3e3e3;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.filter-option .pull-left {
    color: #444444 !important;
}

.add-remove-tag-btn .btn-group button {
    padding: 8px 8px !important;
    height: 40px !important;
}
.add-remove-tag-btn .btn-group button:hover {
    color: #444444 !important;
}

.add-remove-tag .bootstrap-select.btn-group .dropdown-toggle[aria-expanded="false"] + .dropdown-menu {
    z-index: -1 !important;
}

/*Start Builder feature modal css*/

.builderfeaturemodal .modal-content {
    width: 100% !important;
}

.builderfeaturemodal .modal-dialog {
    /* margin: 10px !important;*/
    padding-top: 0 !important;
    width: 90% !important;
}

.modal-title .black-color {
    color: #333333;
}

.modal-title .blue-color {
    color: #2ba8ff;
}

.video-content {
    width: 100%;
    height: auto;
    background-color: #f1f1f1 !important;
}

.message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.message p {
    font-size: 18px !important;
    color: #8c8c8c;
}

.Heading p {
    font-size: 22px !important;
    font-weight: 500;
}

.btns {
    margin-top: 20px;
}

.cancel-btn button {
    /*margin-left: 60px;*/
    background-color: transparent;
    border: none;
    width: auto;
    font-size: 16px;
    line-height: 2.0;
    padding-left: 0px;
}

.try-btn button {
    background-color: #2ba8ff;
    color: #ffffff !important;
    border: none;
    width: auto;
    min-width: 170px;
    font-size: 16px;
    line-height: 2.0;
    font-weight: 600 !important;
    opacity: 1;
}

.try-btn button:hover {
    background-color: #2ba8ff !important;
    color: #ffffff !important;
    opacity: 0.8 !important;
}

.try-btn button:focus {
    background-color: #2ba8ff !important;
}

.builderfeaturemodal .col-md-6 {
    margin-top: 30px;
}

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

.fa-check-circle {
    color: #2ba8ff
}

.builderfeaturemodal h4 {
    text-align: center;
    margin-top: 50px;
    font-weight: 700;
    font-size: 36px;
    color: #333333 !important;
}

.builderfeaturemodal .close {
    color: #333333 !important;
}

.builderfeaturemodal .modal-header {
    background-color: #ffffff !important;
}

.points p {
    /*margin-left: -20px !important;*/
    font-size: 18px !important;
}

.points .col-lg-1{
    width: 6.333333%;
}

.points i {
    font-size: 22px !important;
}

.points {
    margin-top: 40px !important;
}

video {
    width: 100%;
}

/* New Feature Message */
.feature-link{
    margin-top: 30px;
    background: linear-gradient(90deg, #EBF7FF, rgb(255, 255, 255) 105%);
    border-radius: 7px;
    width: 98.7%;
}

.feature-link .row{
    padding: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-left: 0;
    margin-right: 0;
    border-radius: 7px
}

.feature-link img{
    width: 80px;
}
.switchBackToClassicLink {
    text-decoration: underline !important;
    color: #151515 !important;
}

.feature-link .col-lg-11 p{
    color: #151515;
    margin-bottom: 0;
    margin: 5px !important;
    font-size: 18px;
    padding-left: 30px;
    margin-top: 20px !important;
}

/* End new Feature Message */

/*import member limit message*/
.import-member-limit-msg {
    font-size: 12px !important;
    margin-bottom: 0px;
    color: #828282
}
/*End import member*/

.zapier-invitation-banner {
    border-radius: 5px;
    /*padding-right: 15px;*/
    width: 98.7%;
}


/*Auth Page with Banner */
.auth_page_with_banner .register-card {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.auth_page_with_banner .banner_area {
    display: flex;
    background: #ffffff;
}

.auth_page_with_banner .row.center-content {
    display: flex;
    margin-top: 25px;
    margin-bottom: 30px;
}

.banner-column {
    width: 345px;
    align-items: center;
    display: flex;
    border-bottom: 2px solid #e3e3e3;
}
/*End Auth Page with Banner*/

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation:portrait) {
    .auth_page_with_banner .row.center-content {
        display: block;
    }


    /*Auth Page with Banner */
    .auth_page_with_banner .register-card {
        margin-bottom: 0px;
    }
    .auth_page_with_banner .banner_area {
        display: block;
    }

    .auth_page_with_banner .banner-column img, .banner-column {
        width: 100% !important;
        display: block;
    }
    /*End Auth Page with Banner*/
    .tm_confirmation_circle_icon {
        font-size: 50px !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:portrait) {
    .video-content {
        width: 100%;
        height: auto;
    }
    /*  video {
          width: 280px;
      }*/
    .builderfeaturemodal .panel-body {
        padding: 0 !important;
    }
    .cancel-btn {
        display: flex;
        flex-direction: column;
    }
    .Heading p {
        text-align: center;
    }
    .cancel-btn button {
        margin-left: 0 !important;
    }
    .try-btn {
        display: flex;
        flex-direction: column;
    }
    .points p {
        margin-left: 0 !important;
    }


}

@media only screen and (device-width: 1024px) {
    .cancel-btn button {
        margin-left: 130px !important;
    }
    /*    video {
           width: 410px !important;
       }*/

}

@media only screen and (device-width: 768px) {
    /* video {
         width: 630px !important;
     }*/
}
/*End Builder feature modal css*/
#comments-moderation-area #comment-model-body h6{
    color: gray;
    margin: 3px;
    font-size: 12px;
}
#comments-moderation-area #comment_section_title{
    color: gray;
    font-size: 15px;
    padding-left: 20px;
    margin-left: 5px;display: inline-block;margin-top: 0px;
}
#comments-moderation-area  p {
    font-size: 14px;
    color: gray;
    line-height: 0px;
    margin-top: 8px;
}
#comments-moderation-area .moderation_comments_btns {
    padding: 0px 5px;
    margin-top: 14px;
    font-size: 11px;
    color: #9d9d9c;
}
#comments-moderation-area .approve_disapprove_btns {
    margin-top: 13px;
    padding-left: 0px;
}
#comments-moderation-area #memberSearchForm checkbox{
    padding:0px;
}
#comments-moderation-area .media-left, .media-right, .media-body {
    display: grid;
    vertical-align: top;
}
#comments-moderation-area .comment_date_time{
    color:red;
    font-size:13px;

}
@media only screen and (max-width: 600px) {
    #comments-moderation-area  p {
        line-height: 20px;
    }
}

.comment_moderation_search_filter_area {
    margin-right: 5px;
    margin-left: 0px
}
#comments-moderation-area .moderation_bulk_btns{
    font-size: 14px;
    padding-right: 5px;
}
#bulk_actions {
    background: #fbfbfb;border-radius: 4px;padding: 4px;
    /* margin-top: 1px; */
    border: 1px solid #e3e3e3;height: 40px;text-align: center;
}
#comments-moderation-area #bulk_actions{
    background: #f7f7f7;
    border-radius: 3px;
    padding: 2px;

}

.thread_parrent_area .lms-comments-thread-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;


}
.thread_parrent_area .lms-comments-thread-loader div {
    position: absolute;
    top: 130px;
    bottom: 67px;
    left: 50px;
    margin-left: 355px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00AEEF;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.thread_parrent_area .lms-comments-thread-loader div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.thread_parrent_area .lms-comments-thread-loader div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.thread_parrent_area .lms-comments-thread-loader div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.thread_parrent_area .lms-comments-thread-loader div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.thread_comment_modal_body {
    display: table-footer-group;
}

.thread_parrent_area {
    height: 300px;
    overflow-y: auto;
}


.thread_parrent_area .media{
    padding-top:10px !important;
    margin:0px;
    margin-left:16px;
    border:0;
}

.comment_enable_msg p {
    font-size: 15px !important;
}
#lms_page-heading-align {
    margin-bottom: -2px !important;
    margin-top: 5px -2px !important;
}
#comment_date_time_backend{
    padding-left: 4px;
    color: #727272 !important;
    padding-top: 4px;
    margin-bottom: 20px;
    font-size: 13px !important;
}

.comment_date_time_thread {
    padding-left: 4px;
    color: #a19898 !important;
    margin-bottom: 20px;
    font-size: 13px;
}

.approve_bulk_btn {
    padding: 7px 10px !important;
    padding-left: 0px!important;;
}

#pd_reply_main_comment_display{
    color: gray;
    margin: 3px;
    font-size: 14px;
    margin-left: 26px;
}

#pd_reply_main_comment_display blockquote {
    font-size: 16px !important;
    margin-top: 8px;
    padding-left: 10px;
    font-style: italic;
    margin-bottom: 10px;
}

#moderate_filter_btn{
    padding: 7px;
    margin-top: 2px;
}

#bulk_action_parent_div{
    padding: 0px;margin-top: 1px;margin-top: 1px;
}
#comment_moderation_bulk_form{
    margin-bottom: 0px
}
#moderate_bulk_approve_btn{
    font-size: 14px;padding-right: 5px;
}
#moderate_bulk_delete_btn{
    font-size: 14px;padding-right: 5px;
}
#moderate_bulk_pending_btn{
    font-size: 14px;padding-right: 5px;
}
.settings-product-display{
    font-size: 13px; color: #BFB7B7;
}
#comment_enable_msg{
    font-size: 15px !important;
}
#display_comment_moderation_switch{
    display: none; margin-top: 20px;
}
#lms_settings_enable_switch{
    margin-right: 0px;
}
#comment_disapprove_btn{
    color:  #6f1C00 !important;

}
#lms_no_comments_paragraph{
    line-height: 22px !important;
}
.lms_all_comments{
    padding-left: 0px;
}
.show_question_rand {
    margin-top: 10px;
}
.is_enable_retake {
    /*margin-left: 58px;*/
}
.retake_limit_and_duration {
    display: none;
}

#quiz_switch{
    margin-top: 20px;
    margin-left: 19px;
}
.product-name-display{
    margin-top:20px;
}
.remove-option-icon{
    position: relative;
    left: 125px;
    /* left: 7px; */
    position: relative;
    top: -30px;
}
/*#field {*/
/*    margin-bottom:20px;*/
/*}*/
.add-more{
    /*bottom: 7px;*/
    /*font-size: 24px;*/
    /*float: right;*/
    /*margin-right: 145px;*/
    /*color: #D3D3D3;*/
    /*cursor:pointer;*/
}
.add_more_edit{

    /*bottom: 7px;*/
    /*font-size: 24px;*/
    /*float: right;*/
    margin-right: 186px;
    color: #D3D3D3;
    cursor:pointer;
}
.remove-me{
    position: relative;
    right: -101%;
    bottom: 30px;
    font-size: 24px;
}

.quiz_correct_ans{
    position: relative;
    left: 317px;
    top: -73px;
    color: #109CFF;
}
#quiz_action_btn{

    position: relative;
    top: -54px;
    right: -272px;
}

#quiz_action_btn{

    font-size: 24px;
    padding-top: 18px;
}
#quiz_action_btn span {
    margin: 10px;
}
.quiz-correct-radio-btn{
    position: relative;
    top: 44px;
}
#correct_ans_js{
    margin-left: 6px;
}
.quiz-add-question{
    color:#00AEEF;
    cursor: pointer;
}

.quiz-question-edit-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    left: 47px;
    top: 27px;
    height: 80px;
    display: none;
}
.quiz-question-edit-loader div {
    position: absolute;
    top: 90px;

    left: -80px;
    margin-left: 250px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00AEEF;
}
.quiz-question-edit-loader div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.quiz-question-edit-loader div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.quiz-question-edit-loader div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.quiz-question-edit-loader div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.quiz_enable_msg p {
    font-size: 15px !important;
}
.create-quiz-btn{
    /*margin-left: 219px;*/
    margin-right: 16px;
    cursor: pointer;
}
#duration_type_edit{
    display: none;
}
#quiz_duration {
    border-right: none !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.quiz-duration_btn {
    padding: 1.5px 5px !important;
    font-size: 11px;
    border: 1px solid #e3e3e3;
}
#duration_type{
    display: none;
}
.retake_limit_and_duration_edit {
    display: none;
}
.correct_ans_radio_btns{
    /*margin-top: 20px;*/
    left: 4px;
    bottom: 10px;
}
.correct_ans_radio_btns_add_question_field{
    /*margin-top: 36px;*/
    padding-left: 25px;
}
.correct_ans_radio_btns_add_question_field #correct_ans_label{
    position: relative;
    top: -3px;
}
.remove-add-quest-field{
    top: 35px;
    right: 24px;
    /*font-size: 18px;*/
    cursor:pointer;
}
.remove-edit-quest-field{
    /*position: relative;*/
    /*top: 35px;*/
    /*right: 24px;*/
}
/*.correct_ans_quiz{*/
/*    margin-top: 18px;*/
/*}*/

.correct_ans_radio_btns.checkbox .icons, .radio .icons
{
    font-size:15px;
}

/*Permissions css code*/

.products-access-heading{
    margin-bottom: 20px;
    font-size: 16px;
}
.allow-access-main{
    margin-top: 10px;
}

.pd-permission-collection-section{
    margin-top: 15px;
}

.perm-title{
    text-align: center;
    font-size: 16px;
}

.col-d-flex input[type="radio"]{
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 22px;
    height: 22px;
    content: none;
    outline: none;
    margin: 0;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    outline: none;
}

.col-d-flex input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
    background: #00aeef;
}

.col-d-flex input[type="radio"]:checked::before{
    position: absolute;
    color: #ffffff !important;
    content: "\00A0\2713\00A0" !important;
    /*  border: 1px solid #d3d3d3;*/
    font-weight: bolder;
    font-size: 16px;
}

.product_access_radio_btns{
    bottom: 10px;
    padding-left: 24px;
    margin: 4px;
    margin-left: 0;
}
.pd-team-permission-table{
    margin-top: 20px;
}

.n-a-permissions{
    text-align: center;
    font-size: 10px !important;
    margin-bottom: 0 !important;
    border: solid 1px lightgray;
    border-radius: 20px;
    padding: 3px;
}

.btn.disabled {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: all !important;
}
.permission_th{
    text-align: left !important;
}

.users-permission-table{
    margin-top: 50px;
    box-shadow: 0 2px 2px rgb(204 197 185 / 50%);
    border: 1px solid #e6e6ff;
}

.users-permission-table th{
    text-align: center;
}

.allow-access-main .radio .icons .first-icon{
    top: 4px;
}

.allow-access-main .radio .icons .second-icon{
    top: 4px;
}

.col-d-flex-na{
    display: flex !important;
    align-items: center;
    flex-direction: column;
    border: none !important;
}

.permissions-heading-text{
    font-size: 20px !important;
    margin-bottom: 0 !important;
    margin-top: 20px;
    font-weight: 400;
}

.permissions-subheading-text{
    margin-bottom: 10px;
    font-size: 13px !important;
    color: gray;
}

.pd-team-members-table{
    box-shadow: 0 2px 2px rgb(204 197 185 / 50%);
    border: 1px solid #e6e6ff;
    margin-bottom: 30px !important;
}
/* End Permissions css code*/


.quiz_edit_element_actions{
    /*position: absolute;*/
    /*top: 18px;*/
    /*padding-left: 25px;*/
}
.modal-body-area{
    height: 322px;
}
.lms_edit_question_modal .modal-body{
    max-height:400px;
    overflow-y: auto;
}
.quiz_edit_modal{
    width: 44%;
}
#quiz_options_message{
    /*margin-bottom: 30px;*/
}
#correct_ans_radio_btns_add_question_field{
    margin-top: 30px;
}
.quiz_save_setting_btn{
    margin-left: 14px;
    margin-bottom: 22px;
}

/* Start Member progress circle*/

.progress-circle-position {
    position: relative;
    height: 30px;
    width: 30px;
    margin-bottom: 0px;
    margin-top: -18px;
}

.member-progress-circle div {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.member-progress-circle div span {
    position: absolute;
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    width: 46px;
    left: 1.5px;
    top: 1.5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    padding-top: 12px;
    padding-left: 3px;
}

.member-progress-circle .background { background-color: #b3cef6; }

.member-progress-circle .rotate {
    clip: rect(0 25px 50px 0);
    background-color: #4b86db;
}

.member-progress-circle .left {
    clip: rect(0 25px 50px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.member-progress-circle .right {
    clip: rect(0 25px 50px 0);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #4b86db;
}

.member-progress-circle div span .detail-link {
    line-height: 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9px;
}

@keyframes
toggle {  0% {
    opacity: 0;
}
    100% {
        opacity: 1;
    }
}
/* End Member progress circle*/

.member_progress_upd_or_started {
    font-size: 14px !important;
    margin-left: 10px;
    margin-bottom: 20px;
    border: 2px dotted #e4e4e4;
    padding: 5px;
    color: #626161;
}

.member_progress_upd_or_started {
    font-size: 12px;
}
.quiz_show_qust_rand{
    margin-top: 10px;
}
.quiz_is_enable_retake{
    margin-top: 11px;
}
#lms_quiz_system_modal.modal-body {
    max-height:500px;
}
#quiz-add-question{
    margin-right: -14px;
}

.quiz_save_settings_btn{
    margin-bottom: 20px;

}

.disable-options-in-manage-prod-col a, .disable-options-in-manage-prod-col i {
    color: #a3a09c !important;
    cursor: default;
}

/*sub tabs css*/
.pd-simple-nav {
    margin-bottom: 15px;
}
.pd-simple-nav .active a {
    border: none !important;
    background: none !important;
    color: #2ca8ff !important;
    border-bottom: 3px solid #2CA8FF !important;
    border-radius: 0 !important;
    font-weight: 700 !important;
}
.pd-simple-nav li a {
    border: none !important;
    border-bottom: 1px solid #c9c9c9 !important;
    color: #949494 !important;
    border-radius: 0 !important;
}
.pd-simple-nav li a:hover {
    background: none !important;
    color: #2ca8ff !important;
}
/*end sub tabs css*/

.lms-feature-icon .product-manage-icons .icon i, .lms-feature-icon .product-manage-icons .description {
    color: #f96232;
}

.addon_radio_btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    margin-top: 30px;
}

.add_more_options {
    margin-top: 20px;
}
/*.edit_new_element {*/
/*    margin-top: 15px;*/
/*}*/

/*show total of unread messages and pending comments */
.totalOfUnreadMsgAndPendComments {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    float: right;
    font-size: 11px;
    background: red;
    padding: 3px 0px;
    color: white;
    text-align: center;
    margin-left: 5px;
    margin-top: 2px;
    padding-left: 0 !important;
}

#moderation_radio_btn .radio-azure .icons {
    top:2px !important;
    left:7px;
}

.wombat_social_icon {
    padding-left: 10px;
    padding-right: 10px;
}
.permission-table {
    border-collapse:  inherit;
}
.productRecommendedImageSize {
    font-size: 14px !important;
}

.tippy-content {
    line-height: 1.6 !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    text-align: center !important;
    color: #ffffff !important;
    font-family: 'Muli', sans-serif !important;
}
.tippy-box[data-theme~='pdyno'] {
    background-color: #333333;
    /*padding: .2rem .1rem;*/
}

.tippy-box[data-theme~='pdyno'][data-placement^='top'] .tippy-arrow::before {
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tippy-box[data-theme~='pdyno'][data-placement^='bottom'] .tippy-arrow::before {
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tippy-box[data-theme~='pdyno'][data-placement^='left'] .tippy-arrow::before {
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}

.tippy-box[data-theme~='pdyno'][data-placement^='right'] .tippy-arrow::before {
    border-top: 8px solid #333333;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
}
.list-unstyled li a i {
    font-size: 20px !important;
}
.list-unstyled li a span {
    padding-left: 16px;
}
#shieldIcon {
    margin-left: 6px;
}
.submitTestConnectionTransactionEmailIntegrationBtn{
    cursor: pointer;
    border: 1px solid #b3afaf;
    font-size: 12px;
    line-height: 2;
    padding: 2px 20px;
    position: relative;
    top: 10px;

}

.EmailConnectionTestText{
    font-size: 13px !important;
    color: #9b9595;
    position: relative;
    top: 13px;
}

.smtp_test_loader_text{
    font-size: 13px;
    color: #9b9595;
    position: absolute;
    padding-top: 2px;
}

#smtpTestEmail .smtpTestEmailHeaderText p{
    font-size: 13px;
    color: #635d5d;
    margin-top: 10px;
    margin-bottom: 25px;
}

.SmtpConnectionMessageContainer{
    margin-left: 7px;
}

.smtp_success_icon{
    position: relative;
    top: 13px;
}

.tm_confirmation_circle_icon {
    font-size: 90px;
    color: #6bc10b;
}
.getResponderEndpointContainer{
    margin-top: 20px;
}
.getResponseEndPoint{

    margin-top: 10px;
}

.wombatExternalPageUrlLabel {
    font-size: 14px !important;
    margin-bottom: 5px;
    font-weight: 500;
}
.wombatExternalPageInstruction {
    font-size: 14px !important;
    font-weight: 400;
    margin-top: 10px;
}

.productCreateOptions .section-element-option .box-mask .icon_image i {
    font-size: 30px;
    padding-top: 10px;
    color: #b4b4b4 !important;
    padding-bottom: 10px;
}
.productCreateOptions .section-element-option {
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    padding: 5px 0;
    color: #03aeef;
    border: 1px solid #d3d3d3;
    background: #ffffff;
}

.productCreateOptions .type_text {
    margin-top: -10px;
}

.productCreateOptions .type_text .title {
    font-size: 16px;
}

.productCreateOptions .type_text p {
    font-size: 14px;
    padding: 0 5px;
    color: #666;
    line-height: 18px;
    margin-top: -12px;
}

.productCreateOptions .section-element-option .box-mask:hover {
    /*box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);*/
    background-color: transparent;
    color: #03aeef;
}

.productCreateOptions .section-element-option:hover {
    /*background-color: #fafafa;*/
    background-color: #f4fafe;
    /*border: 1px solid #999;*/
}

.productCreateOptionsTopArea h4 {
    font-size: 17px;
    margin: 0;
}

.productCreateOptionsTopArea p {
    font-size: 13px;
    margin-top: -5px;
    padding: 0;
}

.productCreateOptions .box-mask {
    height: 110px !important;
}

.createFromScratch .section-element-option {
    background: #2ca8ff;
}

.createFromScratch .section-element-option:hover {
    background: #258fd9 !important;
}

.createFromScratch .section-element-option .box-mask .icon_image i {
    color: #fff !important;
}

.createFromScratch .type_text h5 {
    color: #fff;
}
.createFromScratch .type_text p {
    color: #fff;
}

.access-login-page-message {
    font-size: 16px;
    margin-top: 18px;
    font-weight: 400;
}

.appsumo_plan_cards i {
    color: #00ad21 !important;
    font-size: 14px !important;
}

.appsumo_plan_cards h6 {
    font-size: 20px !important;
    color: #333333 !important;
}
.appsumo_plan_cards .footer {
    padding: 15px !important;
}

.selectProductTheme label {
    margin-bottom: 0;
}
.selectProductTheme [type=radio] {
    position: absolute;
    opacity: 0;
}

.selectProductTheme [type=radio]+img {
    cursor: pointer;
    max-height: 128px;
    height: 128px;
}


.landingTemplateSelectBorder {
    height: 300px;
    position: absolute;
    outline: none;
    width: 93%;
    top: 2px;
}
.selectPremadeLandingTemplate [type=radio]:checked ~ .landingPageSS {
    border: 3px solid #40aeef !important;
}

.topNavUpgradeIcon {
    color: #FFD204;
    font-weight: 800;
}

.topNavDropdownUpgrade {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid #f2f1ed;
    margin-top: 5px;
}
.topNavDropdownUpgrade button {
    color: #333;
    background-color: #FFD204;
    border: 2px solid #FFD204;
    font-weight: bold;
}

.topNavDropdownUpgrade button:hover {
    color: #333;
    background-color: #FFD204;
    border: 2px solid #FFD204;
    opacity: 0.8;
}
.topNavDropdownUpgrade button i {
    font-size: 14px;
    font-weight: 700;
}
.topNavDropdownUpgrade .currentPlan {
    font-weight: 500;
    font-size: 12px;
    color: #8f8f8f;
    margin-bottom: -4px;
}
.topNavDropdownUpgrade .currentPlanName {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 5px;
}

.billingUpgradeCard {
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #c5c5c5;
    background: #fff9d6;
    box-shadow: none;
}
.billingUpgradeCard .content {
    padding: 15px 15px 15px 15px;
}

.billingUpgradeCard .content i {
    color: #f9d204;
    font-size: 18px;
    margin-top: 2px;
}

.billingUpgradeCardHeading {
    text-transform: none;
    font-size: 18px !important;
    color: #333333 !important;
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 23px;
}

.billingUpgradeCardDesc {
    font-size: 14px !important;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px
}

.billingUpgradeCardAction {
    margin-bottom: 0;
}

.billingUpgradeCardAction a {
    text-decoration: underline;
    font-weight: 400;
    color: #333;
}

.billingUpgradeCardAction i {
    color: #333 !important;
    font-size: 15px !important;
    position: relative;
    right: 0;
    top: 2px;
    font-weight: 600;
}

.billingUpgradeCard.accessPurchased {
    background: #ecffe2 !important;
}

.billingUpgradeCard.accessPurchased .content i {
    color: #55c702 !important;
}
.billingUpgradeCard.accessPurchased .billingUpgradeCardAction i {
    color: #333 !important;
}

.quickTopNavProdColManage li a i {
    top: 2px;
    position: relative;
    right: 5px;
}

.quickTopNavProdColManage li a.disabledQuickMenuItem {
    color: #a3a09c;
}

.createLandingPageModal {
    width: 80%;
}

.selectPremadeLandingTemplate img {
    max-height: 300px !important;
    height: auto !important;
}

.betaFeatureTag {
    color: #000;
    border-radius: 15%;
    background-color: #ffe209;
    font-size: 10px;
    padding: 3px 5px
}

.appsumo_plan_cards {
    border: 1px solid #949494;
}

.appsumo_plan_cards h6.category {
    text-transform: none;
    margin-left: 30px;
    text-align: left;
}

.appsumo_plan_cards i.noAccessIconXIcon {
    color: #9a9a9a !important;
}

.appsumo_plan_cards .betaFeatureTag {
    position: relative;
    top: -3px;
    left: 5px;
}

.landingPageTemplateSelection {
    min-height: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.selectPremadeLandingTemplate img {
    /*position: absolute;*/
    left: 0;
    top: 0;
    transition: 5s all ease;
}
.selectPremadeLandingTemplate [type=radio]+img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.landingPageSS:hover {
    object-position: bottom !important;
}

.selectPremadeLandingTemplate label {
    top: 0;left: 0;width: 100%;overflow: hidden;
}

.editorPreviewLink {
    border-bottom: 1px dashed #333;
    margin-left: 15px;
}
.openEditorLink {
    background-color: #fff !important;
    color: #333 !important;
    padding: 6px 7px 6px 7px !important;
}

.upg_vip_plat_card ul li {
    /*display: inline;*/
    font-size: 14px;
    line-height: 25px;
}
.upg_vip_plat_card ul li a {
    font-weight: 400;
}

.legacyTierPlanText {
    font-size: 12px !important;
    font-weight: 200 !important;
    margin-top: 5px !important;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.color-333 {
    color: #333;
}

.reg-url-text strong {
    font-weight: 400;
}

.agencyDashboardPortalLinks .card {
    min-height: 222px;
}

.availablePackageQuota {
    min-height: 290px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.availablePackageQuota .graph-values h5 {
    color: #d9d9d9;
     text-transform: none;
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.agencyNameBelHead {
    font-size: 13px; color: #BFB7B7;
}

.ownedCustomerBadge {
    background-color: #2CA8FF;
}

.servicingCustomerBadge {
    background-color: #FF9500;
}

#agencyFaqsAccordion .panel-title {
    font-size: 15px;
    font-weight: 600;
}
#agencyFaqsAccordion .panel-default > .panel-heading {
    background-color: #fcfcfc;
}
#agencyFaqsAccordion .panel-group .panel {
    margin-bottom: 15px;
}
#agencyFaqsAccordion .panel-body {
    padding: 20px;
    line-height: 25px;
}

.wombat-tooltip-icon {
    font-size: 14px;
}

.agencyPurchasesTopDesc {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
}
.agencyPurchasesPlanName {
    margin-left: 0 !important;
    text-align: center !important;
}
.agencyPurchasesPlanPrice {
    font-size: 48px !important;
    font-weight: 700 !important;
}
.agencyPurchasesPlanBuyBtn {
    font-size: 18px;
    font-weight: 500;
}

.agencyPurchaseMostPopular {
    position: absolute !important;
    left: 0% !important;
    border-radius: 0;
    right: 0;
    top: -1px !important;
}
.agencyPurchasePriceStrikeColor {
    color: #a20505 !important;
}

#agencyBundlePurchaseTabs ul li a {
    cursor: pointer;
}

.agencyDashboardBuyMoreAcc {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}

.bg-yellow {
    background-color: yellow;
}

.font-weight-400 {
    font-weight: 400;
}

.agencyPurchasePageFeatures .featureIconText {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agencyPurchasePageFeatures .featureIconText i {
    font-size: 20px;
    color: #01ae21;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.agencyPurchasePageFeatures .featureIconText span {
    font-weight: 400;
    font-size: 18px;
}

.agencyPurchasePageFeatures .btn-features-icon {
    background-color: #cff3ff;
    border-color: #cff3ff;
    color: #717171;
}

.agencyPurchasePageOtherFeaturesHeading {
    font-weight: 600
}
.agencyPurchasePageOtherFeaturesHeading span {
    color: #febf00;
}

.pdMainSidebarMenu li a i {
    position: relative;
    top: 3px;
}

.agencyPurchaseCountdownArea {
    background: #fffee4;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 20px
}

.agencyAcceleratorFeaturesAreaMain {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #fdffe4;*/
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.agencyAcceleratorFeatures {
    margin-top: 25px;
}

.agencyAcceleratorFeatures li {
    list-style: none;
    margin-top: 12px;
    font-size: 17px;
    color: #333;
    line-height: 25px;
}
.agencyAcceleratorFeatures li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #FF9600;
}

.agencyAccLoginArea p {
    font-size: 16px;
    font-weight: 400;
}

.agencySubAccBonusHeading {
    color: #FF9600;
    margin-bottom: 5px;
    font-weight: 600;
}

.biTopChartTopTotalRevenue {
    color: #7d7d7d;
    font-size: 4.5rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px; margin-top: 5px; margin-left: 10px;
}

.modal-xlg {
    width:1000px;
}

.aitoolsubbox {
    border: 1px solid rgb(218, 218, 218);
    border-radius: 10px;
    background-color: #f8fafc;
    margin:10px;
    cursor: pointer;
}

.aitoolsubbox p {
    color:#6f6b6b;
}

.aitoolsubbox:hover {
    background-color: #f3f4f6;
}

.col-offset-1 {
    margin-left: 7.33333333%;
}

.ai-detail-screen-div {
    line-height: 1.6;
    white-space: pre-wrap;
    white-space-collapse: preserve;
    text-wrap: wrap;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    font-size: 16px;
}

#AIContentArea {
    position: relative;
}

.content-area-loading-state {
    border-radius:20px;
    position: absolute;
    display: none;
    height: 100%;
    width:100%;
    background-color: rgba(220, 219, 219, 0.3);
    top:0;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid transparent;
    border-top: 4px solid #578dea;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    border-bottom: 4px solid #e5e7eb;
    border-left: 4px solid #e5e7eb;
    border-right: 4px solid #e5e7eb;
  }

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

  .copy-content {
    width:80%;
  }

.form-group.row > span > label > span {
    display: block;
}

.aiCreateContentModalError {
    padding: 0;
    margin-bottom: 0;
}
.aiCreateContentModalError li {
    display: block;
}

.billingUpgradeCard.accessPurchased.aiBannerCard {
    margin: 0 0 20px 0;
    background-color: #fcfcff !important;
}
.billingUpgradeCard .content.aiBannerCardContent {
    padding-bottom: 0;
    padding-top: 9px;
    padding-left: 5px;
}
.aiBannerCardContent img {
    /*max-width: 100px;*/
    max-width: 120px;
    height: 110px;
}
.aiBannerText {
    margin-left: 25px;
    margin-top: 15px;
    padding-left: 5px;
}
.aiBannerCardContent .column-content {
    margin-left: 25px;
}

.aiToolBonusNumberHeading {
    border-bottom: 1px dotted;
    display: inline;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px dotted;
}

.productCreateModal.selectProductTheme [type=radio]:checked + img {
    outline: 3px solid #00aef0;
    opacity: 0.8;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
    -webkit-font-smoothing: unset;
    -moz-osx-font-smoothing: unset;
}

.aiCreatorSuiteList svg {
    width: 16px;
    margin-left: 3px;
}

.contentViewTypeIcons {
    display: flex;
    margin-top: 1px;
    background: #fff;
    height: 40px;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.contentViewTypeIcons a i {
    font-size: 18px;
    color: #aeaeae;
    margin-right: 0;
    margin-top: 4px;
}

.activeContentView i {
    color: #6c6c6c !important
}

a.disabled {
    opacity: 0.5;
    pointer-events: all !important;
    cursor: not-allowed;
}

.contentListView.analytic_table td a {
    margin-left: 5px;
}

/*/ Alert Messages UI update CSS Start*/
 .alert {
     border-radius: 6px !important;
     font-weight: 400 !important;
     padding: 8px 15px 8px 12px !important;
     align-items: center;
 }

.alert-success {
    background-color: #dbfad1 !important;
    color: #434f63 !important;
}

.alert-danger {
    background-color: #f99e8594 !important;
    color: #434f63 !important;
}

/* Override the close button */
.alert .close {
    padding-right: 5px !important;
    color: #444444 !important;
    font-weight: 400 !important;
    text-shadow: unset !important;
    opacity: 1 !important;
}

/* Add an icon before the text */
.alert-success::before {
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #59b910;
    margin-right: 3px;
}

.alert-danger::before {
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #d42519fa;
    margin-right: 3px;
}

/*/ Alert Messages UI update CSS End*/


.listViewBackgroundImage {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f17d;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.card-header-bg-image {
    height: 75px !important;
    margin-right: 15px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f17d !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100% !important;
}
.manage-ob-btn, .manage-ob-btn-update {
    color: #2ca8ff;
    float: left;
    /*border-bottom: 2px dashed;*/
    padding: 16px 0px 2px 0px !important;
    border-radius: 0px;
    margin-left: 10px;
    font-size: 16px;
}
.pt-u {
    padding-top: unset;
}
.truncate {
    max-width: 250px; /* adjust width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
