

/* new filing */

.new-filing .nf-col-title {
    background-color: #eceded;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 25px;
    color: #919da9;
}
.new-filing .nf-col-item .badge {
    margin-top: 0;
    margin-left: 5px;
}


/* wizard */

.wizard .wiz-body, .wizard .wiz-sidebar {
    max-height: 650px;
    overflow: scroll;
}
.wizard .wiz-footer {
    height: 50px;
    background-color: #eceded;
    border-top: 1px solid #dee2e6;
}
.wizard .wiz-sidebar {
    min-height: 250px;
    background-color: #eceded;
}
.wizard .wiz-footer .btn {
    min-width: 120px !important;
}
.wizard .wiz-step.text-xs {
    line-height: 20px;
}
.wizard .wiz-step button {
    display: block;
}
.wizard .glide__track {
    height: 300px;
}
.wizard .wiz-btn-next i {
    float: right;
    margin-top: 4px;
}
.wiz-sidebar-title {
    padding-top: 10px;
    padding-bottom: 10px;
}
.wizard .timeline-item .tl-border {
    position: relative;
    border-right: 5px solid #cecece;
    text-align: right;
    max-width: 28px;
    transition: border-color ease-in-out 0.5s;
}
.wizard .timeline-item .tl-circle {
    position: absolute;
    top: 16px;
    right: -10px;
    width: 15px;
    height: 15px;
    background-color: #cecece;
    border-radius: 100px;
    transition: background-color ease-in-out 0.5s;
}
.wizard .timeline-item.wtl-black .tl-border {
    border-right: 5px solid black;
}
.wizard .timeline-item.wtl-black .tl-circle {
    background-color: black;
}
.wizard .timeline-item.last .tl-border {
    height: 25%;
}
.wizard .timeline-item.last .tl-filing-content {
    margin-left: -18px;
}
.wizard .timeline-item.last .tl-filing-title {
    color: #919da9;
    font-weight: bold;
}
.wizard canvas {
    border: 1px solid gray;
    border-radius: 8px;
    width: 80%;
    touch-action: none; /* enable touch drawing on mobile */
}
.wizard .wiz-auth-company {
    line-height: 20px;
}
.wizard .wiz-auth-code img {
    margin-top: -2px;
}
.wizard .wiz-auth-code input {
    text-transform: uppercase;
}
.wizard .wiz-checkout {
    max-width: 350px;
    margin: auto;
}
.wizard .wiz-checkout .alert-danger .btn-primary {
    width: 200px;
}
.wizard .wiz-checkout .alert-danger .btn-primary i {
    line-height: 22px;
}
.wizard .wiz-checkout .mp-item-content {
    padding-left: 95px;
    margin-top: -5px;
}
.wizard .wiz-checkout .mp-item-img {
    width: 60px;
}
.wizard .wiz-checkout .mp-item-price {
    line-height: 22px;
}

/* signature pad mode buttons: remove active/focus shadow */
.wizard .sigpad .btn.active,
.wizard .sigpad .btn:active,
.wizard .sigpad .btn:focus,
.wizard .sigpad .btn:focus-visible,
.wizard .sigpad .btn-check:checked + .btn,
.wizard .sigpad .btn-check:active + .btn {
    box-shadow: none !important;
}


/* credit card form */

.wizard.credit-card .card-info .top input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 0;
    border-bottom: none;
}
.wizard.credit-card .card-info .top span {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    background-color: white;
    border-bottom: none;
    z-index: 9;
}
.wizard.credit-card .card-info .bottom .exp {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.wizard.credit-card .card-info .bottom .cvc {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.wizard.credit-card .address-info .country {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}
.wizard.credit-card .address-info .zip {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* user menu */

.user-menu .um-circle {
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #cecece;
    border-radius: 100px;
    padding-left: 17px;
    padding-top: 15px;
    font-weight: bold;
}
.um-header {
    padding: 15px 0 30px 0;
}
.user-menu .um-header-info {
    padding-left: 75px;
    padding-top: 10px;
}
.user-menu .um-item {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    transition: background-color ease-in-out 0.2s, font-weight ease-in-out 0.2s;
}
.user-menu .um-item:hover {
    background-color: rgba(161, 201, 247, 0.25);
    font-weight: bold;
}
.user-menu .um-item:last-of-type {
    border-bottom: none;
    margin-bottom: 15px;
}


/* notifications-menu */

.notifications-menu .nm-body {
    min-height: 200px;
    max-height: 400px;
    overflow: scroll;
    margin-top: -15px;
}
.notifications-menu .nm-item {
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.notifications-menu .nm-item .nm-icon {
    padding-top: 5px;
}
.notifications-menu .nm-item .nm-time {
    color: gray;
    margin-top: 5px;
    text-transform: uppercase;
    padding-left: 38px;
}
.notifications-menu .nm-tabs {
    display: block;
    padding-left: 10px;
}
.notifications-menu .nm-tab {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #cecece;
    border-bottom: none;
    margin-right: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white;
    transition: background-color ease-in-out 0.2s;
}
.notifications-menu .nm-tab.selected, .nm-tab:hover {
    border-bottom: 1px solid white;
    background-color: white;
    color: #1d71b8;
    cursor: pointer;
}
.notifications-menu .nm-header {
    padding-top: 20px;
    padding-left: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    background-color: #1d71b8;
    color: white;
    font-weight: bold;
}


/* global research result */
.global-search-results .results-item {
    height: 85px;
    line-height: 35px;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    transition: background-color ease-in-out 0.2s, font-weight ease-in-out 0.2s;
}
.global-search-results .entity-badge {
    padding: 10px;
    margin: 12px 0;
    height: 38px;
    width: 38px;
}
.global-search-results .entity-text {
    margin: 10px 0 5px 50px;
    line-height: 20px;
    width: 290px;
}
.global-search-results .entity-text .relevant-text {
    color: #919da9;
}
.global-search-results .entity-cta {
    float: right;
}
.global-search-results .entity-cta .entity-cta-btn {
    padding: 3px;
}
.global-search-results .results-item:hover {
    background-color: rgba(161, 201, 247, 0.25);
}
.global-search-results .results-item:last-of-type {
    border-bottom: none;
    margin-bottom: 15px;
}

/* responsive tab buttons */

.tabs {

}
.tabs .tab-desktop {
    display: none;
    min-width: 160px;
    border: 1px solid #cecece;
    padding: 7px 25px;
    border-radius: 5px;
    cursor: pointer;
    background-color: white;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: background-color ease-in-out 0.2s, font-weight ease-in-out 0.2s;
}
.tabs .tab-desktop.selected {
    font-weight: bold;

    /* of slected blue */
    /*background-color: rgba(161, 201, 247, 0.25);*/
    /*border: 1px solid rgba(161, 201, 247, 0.25);*/

    /* tr */
    background-color: transparent;
    border-color: #e7e7e7;

    box-shadow: none;
}
.tabs .tab-desktop:hover {
    font-weight: bold;
    background-color: rgba(161, 201, 247, 0.25);
    border: 1px solid rgba(161, 201, 247, 0.25);
}
.tabs .tab-mobile-dropdown {
    display: block;
    width: 100%;
}


/* breakpoints */

@media (min-width: 768px) {
    .tabs .tab-desktop {
        display: inline-block;
    }
    .tabs .tab-mobile-dropdown {
        display: none;
    }
}