body {
    font-family: var(--mdb-font-roboto);
    word-wrap:break-word;
}
/** FONT **/
h1 {
    font-size: 3.3rem;
    color: #346ab3;
}
h1.result-title{
}
.text-white h1 {
    color: #fff;
}
.text-white h5 {
    color: #fff;
    line-height: 2rem;
}
h3 {
    font-size: 1.25rem!important;
    /*font-size: 1.17rem;
    line-height: 1.2;*/
}
p {
    font-size: 14px;
    line-height: 20px;
}
a {
    color: #346ab3;
}
.text-white {
    padding: 0 10%;
}
.bg-green-cnpurl {
    background-color: #00b74a!important;
}
.bg-blue-cnpurl {
    background-color: #2a4899!important;
}

/** HEADER **/
#intro {
    margin-top: 58px;
}

.card-body a {
    font-size: 14px;
    line-height: 20px;
}


.card-url {
    font-size: 14px;
}

.cnpurl-input {
    width: 100%;
    height: 22px;
    border:0;
    background-color: #f1f7ff;
    color: #2a4899;
    font-size: 13px;
}
.cnpurl-input:focus {
    outline: -webkit-focus-ring-color 1px;
    outline-offset: -2px;
}

/** BUTTONS **/
.btn-primary {
    color: #fff!important;
    background-color: #2A4899!important;
    border-color: #2A4899!important;
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #366AB2!important;
    border-color: #366AB2!important;
}

/** MENU **/
.navbar-light{
    background-color: #f1f7ff!important;
    margin-bottom: 150px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(42, 72, 153);
}
.navbar-light .navbar-nav .nav-link.ripple-surface {
    display:block;
}
.menu-edit {
    background-color: #2a4899!important;
    color: #fff!important;
}
.menu-edit:hover {
    background-color: #366AB2!important;
}

.bt-menu-login {
    margin-right:10px;
}
.bt-menu-register {

}

@media (max-width: 991px) {
    .bt-menu-login {
        margin-right:0;
        padding:0 20px 20px 20px
    }
    .bt-menu-register {
        padding:0 20px 20px 20px
    }
}

/** TABS **/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000;
}

/** CNPURL LOGO **/
.icon-cnpurl {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 40px;
}

/** CNPURL LOGO **/
.logo-cnpurl{
    margin-left:auto;
    margin-right:auto;
    display: block;
    width: 100%;
    max-width: 350px;
}

/** RESULT WALL **/
.result-container {
    -webkit-box-shadow: 0 20px 40px 0 rgba(0,0,0,.05)!important;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.05)!important;
    margin: 50px 0 50px 0;
}
.result-container h2{
    font-size: 1.5rem;
}
h3.provider-title{
    padding-top:10px;
}


.title-container{
    padding-top: 60px;
    padding-bottom: 10px;
}
.title-container.no-header{
    padding-top: 110px;
}


.general-container{
    padding-bottom: 110px;
}

/** CNPURL BLOCK CONTAINER **/
.url-block {
    margin-bottom:30px;
}
.card-body {
    background-color: #f1f7ff!important;
}
.page-title{
    margin-bottom:10px;
}

.og_image {
    width:100%;
}
.logo-title-link {
    margin-top: -20px;
    margin-left: 10px;
    max-width: 40px;
    max-height: 40px;
    z-index: 1;
    display: block;
    position: absolute;
}
.logo-title {
    width: 30px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(255,255,255,.125);
    border-radius: .25rem;
}

.single-logo-title {
    width: auto;
    padding: 10px 10px 20px 10px;
    min-height: 70px;
    max-height: 90px;
}

.cnpurl-image-viewer {
    width:100%;
}
.image-title {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 228px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.cnpurl-title{
    color: #0a47ac!important;
}

@media (max-width: 991px) {
    .cnpurl-icon{
        width: 80px;
    }
}

/** LOGO TOOLTIPS **/
.tooltip-inner {
    background-color:#356bb3;
    font-family-sans-serif: 'Nunito', sans-serif;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #356bb3;
}


/** FORM **/
/*
.invalid-feedback {
    margin-top: 0.15rem!important;
    position: absolute!important;
    display: block!important;
}
*/


/* Default height for small devices */
#header {
    height: 60vh;
    /* Margin to fix overlapping fixed navbar */
    margin-top: 58px;
}

/* Height for devices larger than 576px */
@media (min-width: 576px) {
    #header {
        height: 40vh;
    }
}

/* SINGLE PAGE TEMPLATE */
.img-single {
    width:100%
}

/* Iframe responsive */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    /* height: auto; */
}
.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}



/** TABLE **/
table.dataTable {
    width:100%!important;
}


/** FOOTER **/
footer .copyright{
    background-color: #fbfbfb!important;
    color: #0a47ac;
}

footer .copyright a{
    color: #0a47ac!important;
}

/** MASTER ADMIN **/
.textNumberAdmin {
    font-size: 2rem;
    color: #c80000;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
