/* Minification failed. Returning unminified contents.
(179,18): run-time error CSS1046: Expect comma, found '35'
(179,25): run-time error CSS1046: Expect comma, found '/'
(179,27): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(179,31): run-time error CSS1034: Expected closing parenthesis, found '-'
(179,31): run-time error CSS1042: Expected function, found '-'
(179,32): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(179,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.verifyButtons {
    margin: -4px 0px 0px -14px;
}

.btn-text-left {
    justify-content: left !important;
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .verifyButtons {
        margin-left: -17px;
    }
}

#navbar:focus,
#content:focus {
    outline: none; /* See http://getbootstrap.com/getting-started/#accessibility */
}

/* Begin: Fix for modals on small screens */
@media only screen and (max-width: 330px) {
    .modal {
        bottom: 0;
    }

    .button-full-with-mobile {
        min-width: 300px;
    }
}

.modal-dialog {
    display: block;
}

.modal:before {
    display: none;
    height: 0px;
}
/* End: Fix for modals on small screens */

.typography ul.list-group {
    margin: 0;
    margin-bottom: 20px;
}

.form-control,
.btn-block {
    width: calc(100% - 48px);
}

    .form-control.fullwidth {
        width: 100%;
    }

.typography .list-group-item {
    margin-bottom: -1px;
}

.valign-top {
    vertical-align: top;
}

#top-banners > div:last-child {
    margin-bottom: 20px;
}

#health-check {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Missing SG4 style*/
.md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.cellphones.form-group .toggle-button,
.emails.form-group .toggle-button {
    width: 100%;
    white-space: normal;
}

/* Check for support and apply text-wrap: balance */
@supports (text-wrap: balance) {
    .cellphones.form-group .toggle-button,
    .emails.form-group .toggle-button {
        width: 100%;
        text-wrap: balance;
    }
}

.list-unstyled {
    list-style-type: none !important;
}

.warning-color {
    color: #d15131;
}

.st3-label {
    font-weight: 700;
}

.typography [data-type='checkbox-group'] p {
    margin-bottom: unset;
}

.rounded-sm {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.form-control-feedback {
    padding-left: 32px !important;
}

.col-50 {
    vertical-align: top;
}

.offcanvas-right h3.panel-title {
    margin-bottom: 0;
}

.offcanvas-right.active {
    width: 1000px;
}

/* missing in styleguide 4*/
.ml-3 {
    margin-left: 12px;
}

.form-control {
    display: block;
    width: 100%; /* Full width */
    padding: 0.375rem 0.75rem; /* Some padding */
    font-size: 1rem; /* Font size */
    font-weight: 400; /* Font weight */
    line-height: 1.5; /* Line height */
    color: #212529; /* Text color */
    background-color: #fff; /* Background color */
    background-clip: padding-box; /* Background properties */
    border: 1px solid #ced4da; /* Border */
    border-radius: 0.25rem; /* Rounded borders */

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; /* Transition for focus */
}

    .form-control:focus {
        color: #495057; /* Text color on focus */
        background-color: #fff; /* Background color on focus */
        border-color: #80bdff; /* Border color on focus */
        outline: 0; /* Remove outline */
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); /* Add box-shadow on focus */
    }

ul.listNoStyle {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.filter-select {
    min-width: 300px;
}

.position_relative{
    position:relative;
}

.faq-question-header {
    color:rgb(93 35 125 / var(--tw-text-opacity)) !important;
    margin-bottom: 0px !important;
}

#invoiceList ul li a {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.hidden{
    display:none !important;
}

.mb-1-important{
    margin-bottom: 0.25rem !important;
}
