body {}

.hide {
    display: none;
}

.navbar-brand {
    font-size: 36px !important;
    font-weight: 700;
    color: #fff !important;
}

.bg-header {
    background-color: #297195 !important;
}

.btn-run {
    width: 100%;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    color: #297195;
    border: 1.5px solid #297195;
    border-radius: 8px;
}

.btn-run:hover {
    text-decoration: unset;
    background: #297195;
    color: #fff;
}

.btn-wrap {
    display: flex;
}

#swapBtn {
    display: block;
    min-height: 38px;
    margin-left: 10px;
    color: #000;
    background: #e1e1e1;
    text-decoration: unset;

}

button#beautify {
    min-width: 300px;
    min-height: 50px;
    font-size: 20px;
}

button#minify {
    min-width: 300px;
    min-height: 50px;
    font-size: 20px;
}

button#copyToClipboard {
    min-width: 300px;
    min-height: 50px;
    font-size: 20px;
}

.tool-title {
    color: #297195;
    font-size: 23px;
    font-weight: 500;
}

#video {
    width: 500px;
    height: 375px;
    background: #ccc;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    min-width: 500px;
    background: #ffffff;
    border-radius: 0;
}

.otherTools {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 8px;
}

.otherTools a {
    margin-right: 5px;
    margin-bottom: 16px;
    background-color: #eee;
    color: #626262;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: unset;
    font-weight: 500;
}

textarea {
    height: 300px;
}

.wrapper {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.card-text {
    min-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.form-text {
    margin-top: 0.25rem;
    font-size: .875em;
    color: #6c757d;
}

.tool-box {
    margin-bottom: 20px;
}

.swal2-styled.swal2-confirm {
    background-color: #1e6486 !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #abd3ff !important;
}

.utm-url-builder .form-label b {
    font-weight: 500;
    color: #000;
}

.utm-url-builder .form-label {
    color: red;
}

.card-deck {
    flex-flow: column !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
    font-weight: 700;
}

.upload-wrapper {
    margin: 30px;
}

.upload-element {
    cursor: pointer;
    border-radius: 5px;
    display: block;
    border: 2px solid #ddd;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
}

.footer {
    background: #1a4960;
    color: #fff;
}

.footer .nav-link {
    color: #fff;
}

.footer-brand {

    font-size: 36px !important;
    font-weight: 700;
    color: #fff !important;

}




.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #d3e3eb;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__actions {}

.cookie-consent-banner__header {
    margin-bottom: 8px;

    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #616464;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #297195;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    border: unset;
    cursor: pointer;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #297195;
    background-color: transparent;
    color: #333;
}

.cookie-consent-banner__cta:hover {
    background-color: #618699;
}

.cookie-consent-banner__cta--secondary:hover {
    padding: 9px 13px;
    border: 2px solid #297195;
    background-color: transparent;
    color: #333;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}







/* Mobile */

@media screen and (max-width: 600px) {

    .wrapper {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    #title {
        font-size: 30px;
    }


}