.ghw-avatar {
    border-width: 2px !important;
}

.ghw-logo {
    height: 90% !important;
    width: 90% !important;
}

.ghw-top-search {
    background: #f3f3f3;
    border-radius: 50px 0 0 50px;
    border: none;
}

.ghw-star {
    position: relative;
    top: 15px;
    left: 70px;
    font-size: 1.75rem !important;
}

.ghw-vh-50 {
    min-height: 50vh;
}

.ghw-vh-75 {
    min-height: 75vh;
}

.ghw-vh-100 {
    min-height: 100vh;
}

.ghw-btn-choice {
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
}

.ghw-upgrade-message {
    color: inherit;
}

.ghw-upgrade-message:hover {
    color: inherit;
}

.ghw-pricing-box {
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
}

.ghw-pricing-box-button-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
}

.b-1 { border-width: 1px !important; }
.b-2 { border-width: 2px !important; }
.b-3 { border-width: 4px !important; }
.b-4 { border-width: 8px !important; }
.b-5 { border-width: 16px !important; }

.border-dotted { border-style: dotted !important;}
.border-dashed { border-style: dashed !important;}

.payment-notes-modal{
    max-width:850px !important;
}

.service-icon-link {
    top: -10px;
    right: 3px;
    position:relative;
    font-size: 0.5rem;
}

.bucket-link:hover {
    text-decoration: none;
}

[v-cloak] {
    display: none
}

.ghw-form-control {
    line-height: 1.5;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.pricing-card {
    flex-basis: 400px;
    padding: 5px;
}

.limited-pricing-table {
    padding: 4px 0;
    margin-top: 10px;
    text-align: left;
    font-size: 0.8rem;
    font-family: "Open Sans", sans-serif;
}

.limited-pricing-table .limited-pricing-table__subheader {
    background-color: #F3F5F6;
}

.limited-pricing-table table {
    border-collapse: collapse;
}
.rotate {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    writing-mode: bt-rl;
    text-indent: -3em;
    vertical-align: top;
}
.limited-pricing-table td {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.limited-pricing-table td {
    padding: 5px;
}
.limited-pricing-table th > span {
    position: relative;
    right: -60px;
}
.limited-pricing-table tr td:first-child {
    border-right: 1px solid #e3dada;
}
.limited-pricing-table tr:not(:last-child) td {
    border-bottom: 1px solid #e3dada;
}

.fa-enterprise-plus {
    right: 10px;
    bottom: 15px;
    position: relative;
}

.text-success-dark {
    color: #0cb387 !important
}

.pricing-table ul {
    display: none;
}

.pricing-table table {
    display: none;
}

.pricing-table .show-more {
    font-size: 16px;
    margin-top: 15px;
}

@media (min-width:1317px) {
    .pricing-table .show-more {
        display:none;
    }

    .pricing-table ul {
        display: block;
    }

    .pricing-table table {
        display: block;
    }
}

.ghw-form-card {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ghw-landing-page-card {
    box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.08) !important;
    color: inherit;
    text-decoration: inherit;
}

a.ghw-landing-page-card:hover {
    color: inherit;
    text-decoration: inherit;
}

/*
 * Navigation Bars
 */

/** Top Navigation Bar */
.top-nav {
    display: flex;
    flex-wrap:wrap;
    align-content:center;
    justify-content: space-between !important;
}

.top-nav-toggler {
    display: none;
}

.top-nav-item-wrapper {
    background-color: #f3f5f6;
}

.top-nav-item-wrapper.top-nav-item-wrapper__left {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 15px;
}

.top-nav-item-wrapper.top-nav-item-wrapper__right {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 5px;
}

.top-nav--item {
    color: #223C61;
    font-size: 0.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.3rem;
    font-weight: bold;
}

.top-nav--item.top-nav--item__active {
    color: #464de4;
}

@media only screen and (max-width: 992px) {
    .top-nav {
        background-color: #f3f5f6;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

}

@media only screen and (max-width: 766px) {
    .top-nav-item-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    .top-nav-toggler {
        display: block;
        margin-left: auto;
    }

    .items-visible .top-nav--item {
        display: block;
    }

    .top-nav--item {
        display: none ;
    }

    .top-nav--item__active {
        display: block !important;
    }


    .top-nav-item-wrapper {
        flex-direction: column;
    }

    .top-nav-item-wrapper .top-nav--item {
        margin: 5px 0 5px 0;
    }
}

/** Admin Navigation Bar */
@media only screen and (min-width: 1000px) {
    .navbar.horizontal-layout .nav-bottom .page-navigation.ghw-nav-admin > .nav-item {
        width: 12.5%;
    }
}

.ghw-nav-admin {
    z-index: 1 !important;
}

.flex-end {
    justify-content: flex-end
}

.page-body-wrapper, .main-panel {
    min-height: calc(100vh - 230px);
}