.bg-login-image,.bg-password-image,.bg-password-image{
    background-image:  url(../img/seo-vendor-login.jpg);
    min-height: 500px;
}
.bg-register-image{
    background-image:  url(../img/seo-vendor-signup.jpg);
    min-height: 500px;
}
video-js {
    width: 100% !important;
}
.vjs-big-play-button {
    width: 103px !important;
    -o-object-fit: contain;
    border: none !important;
    line-height: 50px !important;
    top: 50% !important;
    left: 50% !important;
    border-radius: 30px !important;
    margin: -28px auto 0 -70px;
}
.term-policy-text{   
    font-size: 12px;
    color: #555;
    text-align: center;
}
video-js{
    min-height: 50vh;
}
@media (min-width: 1921px){
   /*.iframe-container{
      height: 50vh;
   }
   .iframe-container iframe{
      height: 100% !important;
   }*/
    /*.card-body.iframe-container {
        height: 60vh;
    }*/
    /*video-js#vjs_video_3 {
        height: 55vh;
    }*/
}
@media (max-width: 1399px){
   /* .iframe-container{
      height: 50vh;
   }*/
}
@media (min-width: 420px){
    .sidebar.toggled .nav-item .nav-link span {
        font-size: .85rem;
        display: inline;
    }
    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 0.25rem;
    }
    .sidebar.toggled .nav-item .nav-link {
        text-align: left;
        padding: 1rem;
        width: 14rem;
    }
    .sidebar.toggled {
        overflow: visible;
        width: 14rem !important;
    }
    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: inline;
    }
    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
        display: inline;
    }
    .sidebar.toggled .nav-item .collapse, .sidebar.toggled .nav-item .collapsing {
        margin: 0 1rem;
    }
    .sidebar.toggled .nav-item .collapse {
        position: relative;
        left: 0;
    }
}
@media (max-width: 1024px) {
    .custom-table thead {
        display: none;
    }
    .custom-table tbody tr {
        display: block;
        margin-bottom: 10px;
    }
    .custom-table tbody tr td {
        position: relative;
        display: block;
        padding-left: 50%;
        border-bottom: 1px solid #ececec;
    }
    /*.custom-table tbody tr td:last-child {
        border-bottom: 0;
    }*/
    .custom-table tbody tr td::before {
        content: attr(data-title)':';
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        font-weight: bold;
    }
    .keyword_ranking.custom-table tbody tr td{
        min-height: 40px;
    }
    .keyword_ranking.custom-table tbody tr td::before{
        font-size: 14px;
    }
}


ul.help_ul {
    margin: 25px 0;
    list-style-type: none;
    padding: 0 10px;
}
ul.help_ul li {
    margin-bottom: 10px;
}
ul.help_ul i.fas {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}
ul.help_ul li a{
    text-decoration: none;
    color: #858796;
}
ul.help_ul li a:hover{
    color: #4e73df;
}

#content{
    min-height: calc(100vh - 77px);
}

.error {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
    background-color: #fff1f0;
    margin-top: 5px;
    color: #9f2723;
    box-sizing: border-box;
    border: 0px solid #ffa39e;
}
#eq .eq_container > span {
    height: 250px;
    float: left;
    margin: 15px 65px;
    width: 35px;
    border-radius: 15px;
    box-shadow: inset 0 0 10px #c9a9a9;
}
.ui-slider .ui-slider-handle{
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
}
.ui-slider .ui-slider-range{
    border-radius: 12px;
}
.ui-slider-vertical .ui-slider-handle{
    margin-bottom: -30px !important;
    left: -0.05em !important;
}
.category_continer {
    display: inline-flex;
    float: left;
    margin-left: 30px;
}
.category_continer:nth-child(1) {
    margin-right: 10%;
}
.eq_container h5 {
    height: 40px;
    text-align: center;
    color: #000;
}
.ui-widget-header{
    background: #669ad3 !important;
    background-image:  linear-gradient(to bottom right,#0e5bd3,#969696) !important
}
.ui-widget-content{
    background: #dee3e9 !important;
    background-image:  linear-gradient(to bottom right,#d0d7dd,#e0e5eb) !important;
}
span.ui-slider-handle::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 11px;
    background: #d5d9dc;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: #eff0f4 !important; 
    border: 1px solid #f5f6f9 !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid #979b9f !important;
}
span#min .ui-slider-handle {
    margin-bottom: -8px !important;
}
span.ui-slider::before {
    content: 'Max';
    position: absolute;
    left: -68px;
    top: 5px;
    width: 70px;
    color: #cbc8cb;
    background-image: url(../img/remove.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font-weight: bold;
    font-size: 12px;
}
/*span.ui-slider::after {*/
.eq_container label::after{
    content: 'Min';
    position: absolute;
    left: -68px;
    bottom: -2px;
    width: 70px;
    color: #cbc8cb;
    background-image: url(../img/remove.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font-weight: bold;
    font-size: 12px;
}
.eq_container label {
    position: relative;
    bottom: 18px;
    display: block;
    clear: both;
    right: -65px;
}
/*.ui-slider-range::after {*/
span.ui-slider::after{
    content: 'Balanced';
    position: absolute;
    left: -88px;
    bottom: 116px;
    width: 90px;
    color: #cbc8cb;
    background-image: url(../img/remove.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    font-weight: 600;
    font-size: 12px;
}
.ui-state-focus{
    outline-color: #f5f6f9 !important;
}
.ui-slider{
    text-align: center;
}
#main_1 .ui-slider-handle{
    bottom: 22px !important;
}
#main_3 .ui-slider-handle{
    bottom: 56% !important;
}
#main_3 .ui-slider-range{
    height: 55% !important;
}
#main_2 .ui-slider-handle{
    bottom: 29% !important;
}
#main_4 .ui-slider-handle{
    bottom: 80% !important;
}
button#save_focus_settings {
    float: right;
    margin: 15px 30px 0 0;
    clear: both;
}
.ui-slider-vertical .ui-slider-handle{
    margin-left: 0.5px !important;
}
@media (max-width: 1366px) {
    .category_continer:nth-child(1) {
        margin-right: 8%;
    }
    .category_continer{
        width: 12%;
    }
}
@media (max-width: 1280px) {
    .category_continer:nth-child(1) {
         margin-right: 0; 
    }
    .eq_container {
        width: 100%;
    }
    #eq .eq_container > span{
        margin: 15px 50px;
    }
    .category_continer{
        width: 13%;
    }
    .eq_container label::after{
        left: -83px;
    }
}
@media (max-width: 1024px) {
    .category_continer {
        width: 20%;
    }
    .category_continer{
        margin-bottom: 30px;
    }
}
@media (max-width: 800px) {
    .viewpagesource_img{
        width: 100%;
    }
    .training_video_container {
        max-width: 100% !important;
        padding: 0;
    }
    .category_continer:nth-child(1) {
        margin-right: 0;
    }
    .category_continer {
        width: 25%;
    }
}
@media (max-width: 767px) {
    ul#accordionSidebar {
        position: absolute;
        height: 100%;
    }
    div#content-wrapper {
        margin-left: 0;
    }
    ul#accordionSidebar {
        z-index: 99;
    }
    .sidebar.toggled {
        width: 0!important;
        overflow: hidden;
    }
    .sidebar-toggled div#content-wrapper {
        margin-left: 105px;
    }
}
@media only screen  and (min-device-width : 420px) 
and (max-device-width : 750px) 
and (orientation : landscape) { 
    ul#accordionSidebar {
        position: absolute;
        height: 100%;
    }
    div#content-wrapper {
        margin-left: 0;
    }
    ul#accordionSidebar {
        z-index: 99;
    }
    .sidebar.toggled {
        width: 0!important;
        overflow: hidden;
    }
    .sidebar-toggled div#content-wrapper {
        margin-left: 105px;
    }
}
@media (max-width: 500px) {
    .eq_container h5{
        font-size: 15px;
    }
    .eq_container,.eq_container:nth-child(1) {
        margin-right: 0px;
    }
    .category_continer {
        width: 40%;
    }
}
@media (max-width: 420px) {
    .signup-form .p-5{
        padding: 1rem !important;
    }
    /*.iframe-container iframe,video-js#vjs_video_3{
        height: 250px !important;
    }*/
    div#content-wrapper {
        margin-left: 0;
    }
    ul#accordionSidebar {
        z-index: 99;
    }
    nav.navbar.navbar-expand.navbar-light.bg-white.topbar.mb-4.static-top.shadow {
        z-index: 999;
    }
    /*.sidebar{
        width: 0;
        overflow: hidden;
    }*/
    
    .product_detailed_image img.img-responsive {
        width: 100%;
    }
    .salesresources-pages .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .training_video_container{
        padding: 0;
    }
    ul#accordionSidebar {
        position: absolute;
        height: 100%;
    }
    .category_continer{
        margin-left: 25px;
    }
    #eq .eq_container > span{
        margin: 15px 50px;
    }
    .vjs-big-play-button{
        width: 70px !important;
        margin:  -28px auto 0 -40px !important;
    }
}
@media (max-width: 320px) {
    .container, .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.text-bg-primary{
    color: #4e73df;
}

/*input[type=range][orient=vertical]
{
    writing-mode: bt-lr;
    -webkit-appearance: slider-vertical;
    width: 50px;
    height: 250px;
    padding: 0 24px;
    outline: none;
    background:transparent;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}*/

i.fas.fa-spinner.fa-spin{
    margin-left: 10px;
}

.activities td{
    text-transform: capitalize;
}

.salesresource-video-box{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.salesresource-video-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px){
    .custom-table tbody tr td{
        min-height: 45px;
    }
}
@media (max-width: 475px){
    button.viewUrlPopup,.contactlinkicon {
        margin-top: 10px;
    }
    
    .btnmobile {
        margin-bottom:10px;
        width:100%;
        
    }
}
.knowledge-base-pages ul li{
    margin-bottom: 10px;
}

/*Store css*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 16px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(227,6,19,1);
    -webkit-transition: .4s;
    transition: .4s;
}

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

input:checked+.slider {
    background-color: rgba(149,193,31,1);
}

input:focus+.slider {
    box-shadow: 0 0 1px rgba(149,193,31,1);
}

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

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.form-control-custom {
    width: 150px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
span.green{
    color: #8caf2c;
}

/*.sidebar.toggled{
    height: 100%;
    overflow-y: overlay;
    overflow-x: hidden;  
}*/

/*Store css*/

#requirements_form label{
    margin-bottom: 0px;
}
#requirements_form small{
    display: block;
    margin-bottom: 0.5em;
}
#requirements_form .pro_agency{
    margin-bottom: 0.5em;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table-bordered td, .table-bordered th {
    border-top: 1px solid #e3e6f0 !important;
}

/* added from headeragency.php */
.donut_box canvas {
    margin: 0px;
    width: 100% !important;
    height: auto !important;
}

.edit_lead button.btn.btn-primary {
    margin-bottom: 10px;
}

span.new_sites_span {
    background: #F7464A;
    height: 15px;
    width: 15px;
    display: inline-block;
}

span.contacted_sites_span {
    background: #46BFBD;
    height: 15px;
    width: 15px;
    display: inline-block;
}

span.removed_sites_span {
    background: #777777;
    height: 15px;
    width: 15px;
    display: inline-block;
}

.card-header .text-primary{
    text-transform:uppercase !important;
}

/* Added for SEO FOCUS CONTROL section */

.category_continer:nth-child(1) {
   margin-left: 20px;
   margin-right: unset;
}
div#eq {
    display: flex;
    justify-content: space-between;
}

.category_continer {
    flex: 1;
}
.eq_container h5 {
    height: 65px;
    font-size: 15px !important;
    width: 85%;
    word-wrap: break-word;
    white-space: normal;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}
#eq .eq_container > span {
    height: 250px;
    float: left;
    margin: 15px 65px;
    width: 35px;
    border-radius: 15px;
    box-shadow: inset 0 0 10px #c9a9a9;
}

.chart-area {
        height: 22rem;
}

@media screen and (max-width: 1367px) {
    div#eq {
        display: block;
    }
    .eq_container h5 {
        height: 65px;
    }
}
@media screen and (max-width: 1024px) {
    div#eq {
        display: block;
    }
    .eq_container h5 {
        height: 70px;
    }
}
@media screen and (max-width: 900px) {
    div#eq {
        display: block;
    }
}
@media screen and (max-width: 820px) {
    div#eq {
        display: block;
    }
   .eq_container h5 {
        height: 77px;
    }
}
@media screen and (max-width: 600px) {
    div#eq {
        display: block;
    }
    .eq_container h5 {
        height: 90px;
    }
}

.prostyle {
    background-color: black;
    border-color: black;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.chart-pie {
    height: 15rem !important;
}
.chart-bar {
    height: 15rem !important;
}
.chart-area {
    height: 22rem !important;
}
.sidebar .sidebar-wrapper>.nav [data-toggle="collapse"]~div>ul>li>a .sidebar-normal{
    white-space: normal;
    line-height: 15px;
    display: flex;
}
.sidebar .nav li>a+div .nav li>a{
    padding: 12px 8px;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item{
    white-space: normal;
    line-height: 15px;
    padding: .7rem 1rem;
}