.title-box {
    margin-top: 13px;
    background: white;
    padding: 6px 17px;
    border-top: 5px solid #142D75;
}

.mt-rfd-block {
    margin-top: 20px;
    padding: 20px;
    background-color: #f8f9fa;
}

.mt-rfd-block .block-heading {
    padding: .5rem 0 !important;
    border-bottom: 1px solid #dee2e6;
}

.mt-rfd-body a {
    text-decoration: none;
    color: black;
    padding: 13px 15px;
    margin: 0px 2px;
    background: white;
}

.mighty-product-name {
    color: #4e4646;
    font-weight: bolder;
    font-size: 18px;
    margin-left: 10px;
}

.mighty-more-themes-plugins-button {
    background-color: #23282d;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
}

.mighty-more-themes-plugins-button img {
    max-width: 18px;
    float: left;
    margin-right: 10px;
}

.mighty-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mighty-brand .logo {
    vertical-align: middle;
    width: 70px;
}

/* Tabs */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 0 5px #142D75;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-tabs .docs-link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 20px;
    font-size: 15px;
}

.nav-tabs .docs-link a {
    text-decoration: none;
    font-weight: 600;
}

.nav-tabs .docs-link a:not(:last-child) {
    margin-right: 10px;
}

/* Go Pro */
.mighty-go-pro .mighty-licence-box {
    width: 25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

    margin-top: 20px;

    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.mighty-go-pro .mighty-licence-box .product-name {
    background: #f9f9f9;
    padding: 14px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.mighty-go-pro .mighty-licence-box .licence-controls {
    margin: 20px;
}

#mighty-go-pro .mighty-licence-box input.regular-text {
    margin: 0 0 8px;
    width: 100%;
}

.mighty-licence-box .licence-msg {
    padding: 1rem 1rem;
    background-color: #f8f9fa;
}

/* Loader */
#mighty-basic-configuration .mrfd-loader .loader {
    animation: loader 2s infinite linear;
}

@keyframes loader {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#mighty-basic-configuration .info-message {
    padding: 5px 0;
}

/* Go Pro Page */
.mighty-go-pro-page {
    border-radius: .3rem;
    padding: 2.5rem;
    margin: 2.5rem;
    border: 1px solid #dee2e6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    background-color: #f8f9fa;
}

.mighty-go-pro-page .upgrade-btn {
    background-color: #142D75;
    transition: all 0.5s ease;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 16px;
}

.mighty-go-pro-page .upgrade-btn:hover {
    background: #6273A3;
    color: white;
}

.mighty-go-pro-page .basic-desc {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mighty-go-pro-page .sub-desc {
    font-size: 14px;
    margin-bottom: 16px;
}

.mighty-go-pro-page .dashicons {
    color: #1ED760;
}

.mighty-go-pro-page .pro-features {
    margin: 0;
}

.mighty-go-pro-page .pro-illustration {
    display: flex;
    align-items: flex-end;
}

.mighty-go-pro-page .pro-illustration img {
    width: 48rem;
}

.mighty-go-pro-page .pro-details {
    display: flex;
    justify-content: space-evenly;
}

.pro-tag {
    color: tomato;
}