* {
    font-family: 'Inter var';
}

#site-content {
    overflow: visible;
}

.donation-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: 0px auto;
    padding: 40px;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    font-family: 'Inter var';
}

.donation-wrapper .donation-title {
    font-size: 24px;
    margin-bottom: 3rem;
    font-weight: 500;
    margin-top: 0px;
}

#donation-form {
    margin-top: 10px;
}

#donation-form .form-label {
    display: block;
    width: 100%;
    font-size: 14px;
}

#donation-form .form-row {
    margin-bottom: 10px;
}

#donation-form .form-control {
    /* width: calc(100% - 22px); */
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 10px;
}

#donation-form select.form-control {
    width: 100%;
    background-color: #ffffff;
}

#donation-form textarea.form-control {
    height: 100px;
}

#donation-form .btn-donation {
    outline: 0px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 24px;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
}

#donation-form .btn-donation:hover {
    background: #ffffff;
    color: #000000;
}

#donation-link-modal {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

#donation-link-modal.show {
    display: block;
}

#donation-link-modal .modal-wrapper {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 45px 40px 30px;
}

#donation-link-modal .modal-wrapper .close {
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    padding: 4px 12px 0px;
}

#copy-clipboard-content {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 5px;
    cursor: text;
}

#donation-link-modal .modal-wrapper .modal-footer {
    text-align: center;
}

/* #copy-clipboard {
    background-color: #000000;
    box-shadow: none;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
} */

#pre-load-spinner {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(159, 159, 159, 0.6);
    border-radius: 0.25rem;
}

#pre-load-spinner.show {
    display: block;
}

#pre-load-spinner .pre-load-spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#pre-load-spinner .pre-load-spinner-wrapper .spinner {
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid #ffffff;
    border-top: 5px solid #000000;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

#subscription-field {
    height: 0px;
    overflow: hidden;
    transition: height .5s;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -o-transition: height .5s;
}

#donation-form .form-row .error {
    display: block;
    font-size: 12px;
    color: #e14646;
    font-weight: 700;
}

#donation-form .form-row .form-label .error {
    display: inline-block;
}

.woocommerce-page .woocommerce-checkout #customer_details,
.woocommerce-page.woocommerce-order-pay #customer_details {
    width: 100%;
}

/* #customer_details .woocommerce-billing-fields,
.woocommerce-billing-fields__field-wrapper {
    padding: 0px 25px 0px 0px;
} */

.woocommerce-page.woocommerce-order-pay #customer_details .col-1,
.woocommerce-page.woocommerce-order-pay #customer_details .col-2 {
    width: 50%;
    float: left;
}

.woocommerce-page .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-student-orders-container .woocommerce-student-orders-wrapper h3 {
    margin-top: 0px;
}

.woocommerce-student-orders-container .woocommerce-student-orders-wrapper .woocommerce-student-orders-tbl {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 44px;
}

.woocommerce-student-orders-container .woocommerce-student-orders-wrapper .woocommerce-student-orders-tbl th,
.woocommerce-student-orders-container .woocommerce-student-orders-wrapper .woocommerce-student-orders-tbl td {
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
    margin: 0px;
    width: 25%;
}

.woocommerce-student-orders-container .woocommerce-student-orders-wrapper .woocommerce-student-orders-tbl tr:last-child td {
    border-bottom: 0px;
}

.woocommerce .woocommerce-student-orders-tbl .btn {
    color: #333333;
    background-color: #efefef;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    margin-top: 4px;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
}

.woocommerce .woocommerce-student-orders-tbl .btn:hover {
    background-color: #ffffff;
    color: #333;
    border-color: #333;
    text-decoration: none;
}

.woocommerce .woocommerce-student-orders-tbl .btn.btn-primary-action {
    background-color: #074315;
    color: #ffffff;
    border-color: #074315;
}

.woocommerce .woocommerce-student-orders-tbl .btn.btn-primary-action:hover {
    color: #074315;
    border-color: #074315;
    background-color: #ffffff;
}

.woocommerce .woocommerce-student-orders-tbl .btn.btn-danger-action {
    color: #ffffff;
    background-color: #e12323;
    border-color: #e12323;
}

.woocommerce .woocommerce-student-orders-tbl .btn.btn-danger-action:hover {
    background-color: #ffffff;
    color: #e12323;
    border-color: #e12323;
}

.easy-autocomplete {
    width: 100% !important;
}

.easy-autocomplete-container ul {
    background: #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}

.wp-block-search__inside-wrapper .easy-autocomplete-container ul li {
    padding: 10px 12px;
    background: #fff
}

.wp-block-search__inside-wrapper .easy-autocomplete {
    display: table;
    position: relative;
    min-width: 100%;
    float: left;
    margin-right: 10px;
}

.wp-block-search .wp-block-search__input {
    width: 100%;
    height: 50px;
}

.wp-block-search__button {
    display: table;
    width: 20%;
    float: left;
    margin-left: 0px;
}

.easy-autocomplete {
    position: relative;
}
.easy-autocomplete {
    width: 100% !important;
    text-align: left;
}

.wp-block-search__inside-wrapper {
    display: table;
    width: 100%;
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.easy-autocomplete-container ul {
    background: #ffffff;
    border-top: 1px dotted #ccc;
    display: none;
    margin: 0px;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 0px;
    color: #000;
}

.wp-block-search__inside-wrapper .easy-autocomplete-container ul li {
    margin: 0px;
    padding: 10px 12px;
    background: #fff;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px;
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: normal;
    word-break: break-all;
}

.easy-autocomplete-container ul li b {
    font-weight: bold;
}

.easy-autocomplete input {
    margin-bottom: 10px;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 14px;
    padding: 8px 20px;
}

.entry-content .form-control {
    height: 40px;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    margin: 0px;
}

.btn:hover, button:hover, a:hover {
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 14px;
}

#payment-link-popup.show {
    display: flex !important;
}

.btn-group-lg>.btn, .btn-md {
    font-size: 12px;
    padding: 5px 12px;
}

#payment-link-popup {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.25rem;
}

.payment-link-card {
    padding: 0px 40px;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.5rem;
    border-radius: 0.5rem;
    font-size: 14px;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}
    
.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.bd-callout-primary{
    border-left-color: #007bff
}

.bd-callout-primaryh4 {
    color: #007bff
}

.bd-callout-success{
    border-left-color: #28a745
}

.bd-callout-successh4 {
    color: #28a745
}

.bd-callout-default{
    border-left-color: #6c757d
}

.bd-callout-defaulth4 {
    color: #6c757d
}

ul.woocommerce-error, .woocommerce-message {
    background: #f3f3f3;
    color: #333;
    border-left: 5px solid #2271b1;
    border-radius: 5px;
    margin-bottom: 0px;
    font-weight: bold;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-color: #dddddd;
    border-style: solid;
    border-width: 0.1rem;
    box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%;
}

.singular .entry-header {
    padding: 2rem 0px;
}

.entry-content p, .entry-content li {
    display: block;
    margin-left: 0px;
}

.woocommerce-checkout #site-content .woocommerce-error {
    display: none;
}

.woocommerce-notices-wrapper ul.woocommerce-error {
    margin-bottom: 20px;
}

.woocommerce-checkout #site-content .woocommerce-notices-wrapper .woocommerce-error {
    display: table;
}

.breadcrumb-wrapper {
    width: 100%;
    /* max-width: 600px;
    margin: 0px auto 30px; */
}

.breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    margin-top: 0px;
    font-size: 1.4rem;
}

.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    text-decoration: none;
    font-family: 'Inter var';
}

.nav-tabs .nav-link {
    text-decoration: none;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #0d6efd;
    isolation: isolate;
    background-color: #0d6efd;
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.entry-content .btn:focus {
    text-decoration: none;
}

#email-alert-popup, #inquiry-alert-popup, #withdraw-alert-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
}

#email-alert-popup .email-alert-card, #inquiry-alert-popup .inquiry-alert-card {
    padding: 0 4rem;
}

.email-alert-card .btn-close, .inquiry-alert-card .btn-close, .withdraw-alert-card .btn-close {
    z-index: 9;
    right: 0;
}

#email-alert-popup .email-alert-card .card-body, #inquiry-alert-popup .inquiry-alert-card .card-body {
    padding: 4rem;
}

.card .card-seperator {
    background: none;
    margin: 0px;
    border-bottom: 3px dashed rgba(0,0,0,.5);
}

.card .card-seperator::before, .card .card-seperator::after {
    display: none;
}

.tips-list::before{
    word-break: normal;
}

.tooltip{
    font-size: 14px !important;
}

input[type="checkbox"]:checked::before {
    margin: -6px -10px 0;
    height: 20px;
    width: 20px;
}

