html,body{
    height: 100% !important;
    width: 100% !important;
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 auto !important;
}
body {
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
}

.content-area {
    width: 100%;
    position: relative;
    display: block;
    padding: 15px;
    min-height: 300px;

}

.sb-sidenav-white .sb-sidenav-menu .nav-link.active {
    transition: 0.1s linear;
    background: rgb(255,144,8);
    background: -moz-linear-gradient(90deg, rgba(255,144,8,1) 0%, rgba(255,185,27,1) 76%);
    background: -webkit-linear-gradient(90deg, rgba(255,144,8,1) 0%, rgba(255,185,27,1) 76%);
    background: linear-gradient(90deg, rgba(255,144,8,1) 0%, rgba(255,185,27,1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9008",endColorstr="#ffb91b",GradientType=1);
    color: #3d2b01 !important;
}

/*NAVIGATION MENU*/
.navigation-container .navbar-internauticos {
    padding: 15px !important;
}

.navigation-container {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-sidebar {
    left: 0 !important;
    max-width: 150px !important;
}


/*SIDEBARMENU*/
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    height: 100% !important;
}

.sb-sidenav-white .sb-sidenav-menu .nav-link {
    display: block !important;
    width: 100%;
    padding: 30px 5px 30px 5px !important;
    background: white;
    text-align: center;
    border-bottom: 1px solid #ebebeb !important;
    color: #474747 !important;
    transition: 0.1s linear;
    font-size: 15px;
    text-transform: uppercase;
}

.sb-sidenav-white .sb-sidenav-menu .nav-link:hover {
    transition: 0.1s linear;
    color: #3d2b01 !important;
    background-color:#fffaf0
}

.sb-nav-link-icon {
    width: 100%;
    display: table;
    position: relative;
    text-align: center;
    font-weight: 100;
    font-size: 30px !important;
}

.sb-nav-text {
    display: table;
    text-align: center;
    width: 100%;
    position: relative;
}

.navigation-container ul.navbar-nav > li a {
    color: #192d75 !important;
}

/*SIDEBAR*/
body.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 225px !important;
}

body.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
    padding-left: 250px !important;
}

/*CUSTOM BTN*/
.btn-upgrade:hover {
    text-decoration: none;
    transition: 0.2s linear;
    color: #474747;
    border:1px solid #474747;
    background:none;
}.btn-upgrade span {
     color: #ff990c;
 }


.btn-upgrade {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    font-size: 14px;
    padding: 10px;
    background-color:#474747;
    border:1px solid #474747;
    transition: 0.2s linear;
}

/*FOOTER CONTAINER*/
div.footer-container ul > li {
    float: left;
    display: block;
    margin-right: 15px;
}

div.footer-container ul > li a {
    color: #474747;
    text-decoration: none;
    font-size: 12px;
}

/*ISOLOGO*/
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    padding-top: 0 !important;
}

.isologo-container {
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
}

.isologo-container a {
    display: block;
    padding: 15px 5px;
    background: white;
    text-align: center;
    text-decoration: none;
}

/*FRONT-PAGE*/

.front-page-headline h2 {
    font-size: 15px;
    font-weight: 300;
}
.front-page-headline h1{
    font-weight: 400;
    color: #484848;
    margin-bottom: 30px;
    font-size: 1.8rem !important;
}
.front-page-headline h1 span {
    display: inline-block;
    position: relative;
}
.front-page-headline {
    color: #555;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.front-page-container {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
}

.front-page-container .dropzone-area-container #dZUpload .dz-default.dz-message {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 50%;
    z-index: 9;
    color: #c2c2c2;
}
.front-page-container .dropzone-area-container #dZUpload.dropzone-2{
    border:3px dashed #e9ebf1 !important
}
.front-page-container .dropzone-area-container #dZUpload {
    width: 100%;
    position: relative;
    display: table;
    min-height: 600px;
    margin-top: 30px;
    border: 1px dashed #bababa;
    cursor: pointer;
}
.custom-table-css tr > td a {
    color:#000000;
}
.custom-table-css tr.status_404 {
    background-color: #ffe2e2 !important;
}
.custom-table-css tr.status_301{
    background-color: rgb(255, 249, 233) !important;
    color: #6d5307 !important;
}
.custom-table-css tr.status_200 {
    background: #f8fff6 !important;
    color: #154e00;
}
body.blur #layoutSidenav {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    transition: 0.1s linear;
}

.btn-hero:hover {
    transition: 0.1s linear;
    color: #553e02;
    border: 1px solid #ff990c;
    text-decoration: none;
    background: rgb(255,144,8);
    background: -moz-linear-gradient(90deg, rgba(255,144,8,1) 0%, rgba(255,185,27,1) 76%);
    background: -webkit-linear-gradient(90deg, rgba(255,144,8,1) 0%, rgba(255,185,27,1) 76%);
    background: linear-gradient(90deg, rgba(255,144,8,1) 0%, rgba(255,185,27,1) 76%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9008",endColorstr="#ffb91b",GradientType=1);

}

.btn-hero {
    outline: none;
    padding: 15px 40px;
    border-radius: 60px;
    border: 1px solid #474747;
    color: #474747;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.1s linear;
    text-decoration: none;
    background:none;
}

/*GO TO UP BUTTON*/

#button_up {
    display: inline-block;
    background-color: #474747;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 44px;
    color: #fff;
}

#button_up .bi.bi-chevron-up {
    height: 42px;
    width: 42px;
}

#button_up:hover {
    cursor: pointer;
    background-color: #474747;
}

/*CUSTOM FORM*/
.input-container .form-control-borderless {
    border: none;
}

.input-container .form-control-borderless:hover, .input-container .form-control-borderless:active, .input-container .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#button_up:active {
    background-color: #474747;
}

#button_up.show {
    opacity: 1;
    visibility: visible;
}
/*SEARCH BY URL*/
.link-url-check input{
    height: 80px;
}

.input-center-select {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    display: table;
}
.input-center-select h3 {
    text-transform: uppercase;
    color: #c2c2c2;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.8rem;
}
/*LOADING CSS*/
body.loading{
    overflow: hidden;
}
body.loading .loading-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    transition:2s ease-in-out background-color;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

body.loading .loading-container .loading-inner {
    position: absolute;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
body.loading #layoutSidenav {
    filter: blur(3px);
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
}
/*OVERVIEW DASHBOARD*/
.overview-row-container {
    width: 100%;
    position: relative;
    display: table;
    margin-bottom: 45px;
    margin-top: 30px;
}
.overview-links {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 25px 0 rgba(221, 221, 221, 0.55);
}
.overview-links .overview-icon {
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
}
.overview-links .overview-icon {
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
    font-size: 40px;
    color: #5fd734;
}
.overview-headline {
    width: 100%;
    position: relative;
    display: table;
    color:#474747;
}
.overview-headline h4 {
    text-transform: uppercase;
    font-size: 15px;
    word-wrap: break-word;
}
.overview-links #pages {
    font-size: 15px;
}
.overview-headline h3 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 25px;
}
.overview-footer {
    width: 100%;
    position: relative;
    display: table;
}
.overview-head {
    width: 100%;
    position: relative;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*OVERVIEW TOOLS*/
.tools-container {
    width: 100%;
    position: relative;
    display: table;
}
.tools-container .card-icon img, .front-page-headline img {
    max-width: 50px;
    height: auto;
    margin-right:15px;
}
.tools-container .card-icon {
    width: 100%;
    position: relative;
    display: table;
    margin-bottom: 15px;
    margin-top: 15px;
}
.tools-container .card-title {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
}
.tools-container .card {
    border: 1px solid #fff !important;
    border-radius: 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
}
.tools-container hr {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 50%;
    position: relative;
    display: table;
    border-top: 1px solid #f0f0f0;
}

/*BUG MELDEN*/
.bug-melden a {
    font-size: 30px;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #b1b1b1;
    transition:0.2s linear;
}
.bug-melden a:hover{
    transition:0.2s linear;
    color:#dd377d;
}

/*SNIPPET GENERATOR*/
.snippet-headline, .snippet-form{
    text-align: center;
    width: 100%;
    position: relative;
    display: table;
}
.snippet-headline h2 {
    color: #0B3A72;
    text-transform: uppercase;
    font-weight: bold;
}
.snippet-headline hr {
    width: 20%;
    margin: 30px auto 0;
}
.snippet-form input, form.sitemapCheck input{
    background: #FAFAFA;
    padding: 15px;
    height: 65px;
    border-radius: 0 !important;
    border: 1px solid #f1f1f1;
}
.snippet-form input#urlToCheck  {
    font-weight: 400;
    color: #898787;
    font-size: 20px;
    text-align: left;
    padding-left: 45px;
}
form.sitemapCheck input#urlToCheck  {
    font-size: 15px;
    text-align: left;
    padding-left: 30px;
}
body .mobile-preview{
    width: 360px;
    cursor: pointer;
    font-family: arial,sans-serif;
}
body .desktop-preview{
    width:100%;
    cursor: pointer;
    font-family: arial,sans-serif;
}
.desktop-preview, .mobile-preview-inner {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    padding-left: 25px;
    padding-top: 15px;
    border-radius: 5px;
    padding-right: 25px;
    padding-bottom: 15px;
}
.website-preview-iframe {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.progress.progress_titel .progress-bar {
    background: #7cc325;
}
.metrics-info {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: 15px;
}
.serp-text-info {
    text-align: right;
    width: 100%;
    position: relative;
    display: block;
    font-size: 12px;
    color: #898787;
}
.snippet-title {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
}
.serp-website {
    display: block;
    word-wrap: break-word;
}
.mobile-preview .serp-title span {
    color: #1558d6;
    font-size: 18px;
    line-height: 1.3;
    display: block;
    padding-top: 1px;
    margin-bottom: -1px;
    padding-bottom: 10px;
    word-break: break-word;
}
.mobile-preview-inner .serp-web svg{
    color:#49a2dc;
}
.mobile-preview-inner .serp-web p{
    color: #202124;
    line-height: 20px;
    margin-bottom: 5px;
    word-wrap: break-word;
    display: block;
    width: 100%;
    position: relative;
}
.desktop-preview-copy .serp-title span {
    color: #1a0dab;
    font-family: arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    text-decoration-color: #1a0dab;
    text-decoration-line: none;
    text-decoration-style: solid;
    white-space: nowrap;
    display: block;
    padding-top: 4px;
    margin-block-end: 3px;
    margin-bottom: 3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desktop-preview .serp-title span {
    color: #1a0dab;
    font-family: arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    text-decoration-color: #1a0dab;
    text-decoration-line: none;
    text-decoration-style: solid;
    display: block;
    padding-top: 4px;
    margin-block-end: 3px;
    margin-bottom: 3px;
    width: 100%;

}
.serp-web p {
    color: #202124;
    font-size: 14px;
    padding-top: 1px;
    line-height: 1.3;
    font-style: normal;
}
.serp-desc span {
    color: #4d5156;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.58;
    word-wrap: break-word;
    text-align: left;
    display: block;
}
.serp-header {
    overflow: hidden;
}
.serp-desc {
    width: 100%;
    float:left;
    display: block;
    position: relative;
    font:small/1.4 Arial, sans-serif !important;
}
.serp-title {
    display: block;
    float: left;
    width: 100%;
    word-spacing: 0px;
}
.preview-container.hide, .form-snippet-container.hide, .website-preview-iframe.hide {
    display: none;
    visibility: hidden;
}
.form-snippet-edit input {
    height: 50px;
    background: #fff;
    border-radius: 5px;
}
.form-snippet-container {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 45px;
    margin-bottom: 45px;
}
.titel-container {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 45px;
}textarea#meta_description {
     padding: 15px;
     display: block;
     line-height: 1.8;
 }
.shadow-down{
    -moz-box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.03),0 6.6501px 5.32008px rgba(0, 0, 0, 0.01),0 12.5216px 10.0172px rgba(0,0,0,0.0339075),0 22.3363px 17.869px rgba(0, 0, 0, 0.02),0 4.7776px 33.4221px rgba(0,0,0,0.0735573),0 100px 80px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.03),0 6.6501px 5.32008px rgba(0, 0, 0, 0.01),0 12.5216px 10.0172px rgba(0,0,0,0.0339075),0 22.3363px 17.869px rgba(0, 0, 0, 0.02),0 4.7776px 33.4221px rgba(0,0,0,0.0735573),0 100px 80px rgba(0, 0, 0, 0);
    box-shadow: 0 2.76726px 2.21381px rgba(0, 0, 0, 0.03),0 6.6501px 5.32008px rgba(0, 0, 0, 0.01),0 12.5216px 10.0172px rgba(0,0,0,0.0339075),0 22.3363px 17.869px rgba(0, 0, 0, 0.02),0 4.7776px 33.4221px rgba(0,0,0,0.0735573),0 100px 80px rgba(0, 0, 0, 0);
}

.serp-tools-inner {
    padding: 15px;
    border-radius: 5px;
    width:100%;
    position:relative;
    display:block;
}
body .snippet-form .progress, body .snippet-form .progress-bar{
    border-radius:0px 0px 60px 60px !important;
}
.snippet-form .validation-container, form.sitemapCheck .validation-container {
    text-align: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
    display: table;
}
.preview-container {
    width: 100%;
    position: relative;
    display: table;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #fafafa;
    padding: 30px 15px 30px 15px;
    overflow: scroll;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: left;
}
.snippet-container {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 30px;
    margin-bottom: 0;
}
.iframe-container, .iframe-handling, #collapseIframe {
    width: 100%;
    margin:0 auto !important;
    height: 100%;
    position: relative;
}
.iframe-handling {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: 0.2s linear;
}
.iframe-handling:hover {
    background: #e5e7ed;
    transition: 0.2s linear;
}
.iframe-container{
    display:table;
}
.serp-tools-inner ul.nav-tabs > li a {
    border-radius: 0;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #727272;
    outline:none;

    padding: 10px;
}
.serp-tools-inner .tab-content {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 30px;
    background: white;
    padding: 15px;
}
.serp-tools-inner ul.nav-tabs > li {
    margin-right: 30px;
    border-right: 1px solid #d2d2d2;
    padding-right: 10px;
}
.serp-tools-inner ul.nav-tabs > li{
    margin-right:15px;
}
label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: bold;
}
.serp-tools-inner ul.nav-tabs > li:last-child{
    border:none !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-radius:60px;
}
ul.link-select-container {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding:0;
    list-style: none;
}
ul.link-select-container > li a:hover {
    transition: 0.1s linear;
    background: #7cc325;
    color: #fff;
    border: 1px solid #7cc325;
}
ul.link-select-container > li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
ul.link-select-container > li a {
    font-size: 14px;
    display: block;
    color: #626262;
    border: 1px solid #e3e3e3;
    padding: 6px 10px;
    border-radius: 60px;
    text-decoration: none;
}
.serp-tools-inner ul.nav-tabs > li a.nav-link.active {
    border-radius: 60px;
    background: none;
    border: 1px solid #0076FF;
    color: #0076FF;
}
body .btn-green {
    background: #7CC325;
    color: #fff;
    padding: 15px 30px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.2s linear;
}
body .btn-green:hover {
    color: #fff;
    background: #68b707;
    transition: 0.2s linear;
}
.btn-round-right {
    border-radius: 0px 60px 60px 0px !important;
    -moz-border-radius: 0px 60px 60px 0px !important;
    -webkit-border-radius: 0px 60px 60px 0px !important;
}

/*CHECK GREEN*/
.output-link {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#link-container a {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.hide{
    display: none !important;
}
ul.text-big-icons > li a{
    font-size:25px !important;
}
ul.check {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
ul.check.check-green > li{
    background: #7cc325;
    color:#7cc325
}
ul.check.check-warning > li {
    color: #ffbf01;
    background: #ffbf01;
}
ul.check > li {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 1px;
}
ul.check > li:last-child {
    width: 100px;
    background: none !important;
    padding-left: 8px;
    display: block;
}
ul.check.check-danger > li {
    color: #ff4099;
    background: #ff4099;
}

.submit-btn {
    width: 100%;
    position: relative;
    display: table;
}
.border-radius {
    border-radius: 60px !important;
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
}
@media(max-width:965px){
    body .mobile-preview, body .desktop-preview{
        width:100% !important;
    }
}


/*SNIPPET BULK*/
.control-information-container {
    text-align: center;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 30px;
}
.control-information-container #actual_page_name {
    font-weight: bold;
    color: #7cc325;
}
.links-container {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.list-of-links  li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.list-of-links  li a {
    text-decoration: none;
    padding: 10px 20px;
    background: #fff;
    border-radius: 60px;
    border: 1px solid #dedede;
    color: #484848;
    display: block;
    font-size: 14px;
}
.list-of-links  li.active a {
    color: #7cc325;
    font-weight: bold;
    background: #f6ffec;
    border: 1px solid #7cc325;
}

.snippet-selector {
    width: 100%;
    background: white;
    padding: 0;
    text-align: center;
}
body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel .owl-nav button.owl-next {
    background: #ddeafd;
    padding: 3px 20px !important;
    font-size: 30px;
    border-radius: 5px;
    margin-right: 15px;
    color: #5d68be;
}
.owl-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 15px;
}
.snippet-controller {
    background: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
}
.snippet-controller a {
    padding: 30px;
    border: none !important;
    font-size: 15px;
    display:block;
    color:#474747;
    outline: none;
}
.snippet-controller a.active {
    line-height: 1.5 !important;
    color: #0b3a72;
    font-weight: bold;
}
.sidebar-menu-container {
    text-align: right;
    width: 100%;
    position: relative;
    display: table;
    margin-bottom: 15px;
}
.count-pages {
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
    margin-bottom: 30px;
}

/*Keyword Mapping Tool*/
body #automatchingModal .modal-body{
    max-height: 600px;
    overflow-y:scroll;
}
body ul.k-sortable{
    background: #F7F7F7 !important;
    min-height: 100px !important;
    border: 3px dashed #EAEAEA !important;
    padding: 15px;
    border-radius: 0 !important;
    text-decoration: none;
    list-style: none;
    display: block;
    max-height: 600px;
    overflow-y:scroll;
    min-width: 100%;
    margin: 0 auto;
}

body td.k-matching > ul.k-sortable{
    display: inline-block;
    min-width: 100%;
    min-height: 150px !important;
}
body ul.k-sortable >li{
    float:left;
    display:inline-block;
}
body div.matching-overview .btn-auto-match-item{
    border-radius: 10px 10px 0px 0px !important;
    display:block;
}
body ul.k-sortable >li, div.matching-overview .btn-auto-match-item{
    background-color:#fff !important;
    padding:10px 15px !important;
    border:none !important;
    border-radius: 10px !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}



body div.matching-overview .btn-auto-match-item{
    margin:0 auto;
}
body ul.k-sortable >li, div.matching-overview .btn-auto-match-item{
    color:#707070 !important;
    display:flex;
    align-items: center;
    gap: 10px;
}
.matching-overview .btn-auto-container .progress {
    border-radius: 0px 0px 10px 10px;
}
.matching-overview ul.autolisting-keywords > li {
    margin-bottom: 15px;
    background: #f7f7f7;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;

}
.matching-overview ul.autolisting-keywords {
    display: block;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-height: 400px !important;
    overflow-y:scroll !important;

}
.matching-overview table.table-automatching td{
    vertical-align: middle;
}
.matching-overview .btn-auto-container {
    position: relative;
}
.matching-overview li.keyword_matched .btn-auto-match-item, .matching-overview li.keyword_matched .btn-auto-match-item .keyword_rating{
    opacity: 0.5;
    filter:blur(1px);
}
.matching-overview  tr.cloneThis{
    display:none;
}
.matching-overview li.keyword_matched .matched_overlay svg {
    position: absolute;
    font-size: 35px;
    color: #007607;
}
.matching-overview li.keyword_matched .matched_overlay {
    position: absolute;
    top: 0;
    background: #7cc325a6;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-align: center;
}
body ul.k-sortable button.btn-custom-remove, div.matching-overview .btn-auto-match-item button.btn-custom-remove, div.matching-overview .btn-auto-match-item button.btn-custom-match{
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 0 0 5px;
    line-height: 1.1em;
    text-align: center;
    border:none;
}
.matching-overview .keyword_matched{
    opacity: 1 !important;
}
.matching-overview .options_disabled  {
    opacity: 0.3;
}
.matching-overview .matched_overlay > svg {
    top: 5%;
    left: 0;
    right: 0;
    text-align: left;
    height: 100%;
    bottom: 0;
    margin: auto 30px;
}
div.matching-overview #auto-icon {
    font-size: 12px;
    color: #e9e9e9;
}
body ul.k-sortable .btn-custom-remove, div.matching-overview .btn-auto-match-item .btn-custom-remove{
}
div.matching-overview .btn-auto-match-item .btn-custom-match{
    background: #C8E6C9;
    color: #4CAF50;
}
body div.k-inputs .select2-selection__rendered{
    display:table !important;
}

.keyword-mapping-tool-container .front-page-container .dropzone-area-container #dZUpload{
    min-height: 200px;
}
.keyword-mapping-tool-container .front-page-container .dropzone-area-container #dZUpload .dz-default.dz-message{
    font-size: 15px;
    bottom:auto;
}
.keyword-mapping-tool-container .form-control-lg, .keyword-mapping-tool-container .text-danger{
    font-size: 15px;
}
.keyword-mapping-tool-container .link-url-check svg{
    width:15px;
    margin:0 auto;
}

.keyword-mapping-tool-container .k-action-container {
    width: 100%;
    position: relative;
    display: table;
    text-align: left;
    margin-top: 30px;
}
.keyword-mapping-tool-container .input-center-select{
    margin-top:30px;
    margin-bottom: 30px;
}
.keyword-mapping-tool-container .select2-container--default .select2-search--inline .select2-search__field{
    width:100% !important;
    word-break: break-word !important;
}

body .keywords-options .card-body{
    border:none;
    padding:0;

}
ul#collapse-selector >li:last-child, ul.nav-custom-selector > li:last-child{
    margin-right: 0;
}
ul#collapse-selector >li, ul.nav-custom-selector > li{
    float:left;
    margin-right: 30px;
}
ul#collapse-selector, ul.nav-custom-selector {
    margin: 0 auto;
    position: relative;
    display: table;
    list-style: none;
}
ul.nav-custom-selector > li a{
    color:red;
    text-decoration: none;

}
ul.nav-custom-selector{
    margin-right: 0 !important;
}
.tab-custom-content {
    width: 100%;
    position: relative;
    display: table;
    margin-top: 30px;
}
.keyword-mapping-tool-container {
    width: 100%;
    position: relative;
    display: table;
    padding-top:30px;
    padding-bottom:30px;
}
a.btn-custom-selector{
    color:#474747;
}
.btn-custom-selector:hover{
    text-decoration: none;
}
.btn-custom-selector {
    border-radius: 90px;
    padding: 15px 25px;
}
.btn-custom-selector.active {
    background: #192d75;
    color: #fff;
    text-decoration: none;
}
.selector-menu-nav {
    width: 100%;
    position: relative;
    display: table;
    box-shadow: 0px 5px 9px -3px rgba(83, 83, 83, 0.18);
    border: 5px solid white;
    border-radius: 5px;
}
.selector-menu-nav a{
    color:#474747;
}
.selector-menu-nav a:hover{
    text-decoration: none;
}
.selector-menu-nav a {
    display: block;
    width: 100%;
    background: white;
    padding: 15px;
    border-left: 5px solid #ffffff;
    text-decoration: none;
}
.selector-menu-nav a.active {
    color: #192d75;
    border-left: 5px solid #192d75;
}
.selector-headline {
    text-align: center;
    padding: 20px;
    display: table;
    background: #f5f7ff;
    width: 100%;
    color: #192d75;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;
    border-bottom: 5px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
}
div.content-area .dropzone-2{
    border:3px dashed rgb(245, 247, 255) !important;
}
div.content-area .dz-default.dz-message {
    color: #192d75;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 45%;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 14px;
}
div.content-area #pills-sitemap {
    padding: 15px;
    width: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
div.validation-output .urls-validated.table {
    background: white;
    border: none;
}
div.validation-output tr.validated_success {
    background: #f7ffed;
    color: green;
}
div.validation-output tr.validated_success a {
    color: #192d75;
    font-size: 14px;
}
div.validation-output tr.validated_final {
    background: #f4f4f4;
    color: #192d75;
    font-weight: bold;
    text-align: left;
}

div.validation-output #urlsvalidated .urls-overview-container{
    max-height: 400px;
    display: block;
    overflow: scroll;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.k-form-input input#keywordsInput::placeholder {
    color: #d0d0d0 !important;
    font-size: 15px;
    font-weight: 300;
}
.k-form-input input#keywordsInput {
    background: #fff;
    padding: 30px;
    outline: none;
    border: 1px solid #e6e6e6;
    color: #888;
}
.k-form-input #keyword-help {
    background: #f7f7f7;
    border-radius: 0;
    font-size: 11px;
    border: 1px solid #eee;
    padding: 7px;
}
.k-form-input #keyword-help a:hover{
    transition:0.2s linear color;
    color:#212529;
}
.k-form-input #keyword-help a {
    color: #888;
}
.k-form-input button[type="submit"] {
    padding: 15px 20px;
}
body .btn-primary {
    background: #192d75 !important;
    border-color: #192d75 !important;
}

.keyword-mapping-tool-container ul.k-meta-data, .matching-overview ul.k-meta-data {
    margin: 10px auto;
    list-style: none;
    border-left: 5px solid #eaeaea;
    padding-left: 10px;
    font-size: 13px;
}
.keyword-mapping-tool-container .k-link a, .matching-overview .k-link a {
    color: #192d75;
    font-weight: 600;
}
.keyword-mapping-tool-container #dataTable td, .matching-overview td{
    text-align: left;
    vertical-align: middle;
}
.keyword-mapping-tool-container #keywords-input-container{
    border-bottom: none !important;
    border-top: none !important;
    min-height: 200px !important;
}
.keyword-mapping-tool-container ul.k-sort-container > li.k-ready{
    font-weight: bold;
}
.keyword-mapping-tool-container ul.k-sort-container > li{
    padding: 10px 20px;
    border-radius: 20px;
    float:left;
    margin-right: 5px;
}
.keyword-mapping-tool-container ul.k-sort-container{
    margin: 0 auto;
    list-style: none;
    width: 100%;
    display: table;
    font-size: 12px;
    font-weight: 600;
    background: #f1f1f1;
    padding: 15px;
}
.matching-overview table.table-automatching tbody, .matching-overview table.table-automatching thead {
    width: 100%;
    display: table;
}

.front-page-headline h1 a:hover, .front-page-headline h1 a{
    text-decoration: none;
}

.revert_keyword_container a{
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    color: black;
}
.revert_keyword_container{
    float: right;
    background-color: rgba(246, 246, 246, 0.79);
    height: 100%;
    width: auto;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
}
