.navbar .navbar-brand {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.main-logo {
    max-width: 600px;
    height: auto;
    width: 100%;
}

.footer .footer-logo {
    max-width: 140px;
    height: auto;
}

@media (max-width: 991.98px) {
    .dropdown.nav-item .dropdown-menu-animation.show {
        height: 180px
    }
}

.navbar {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
}

.form-switch .form-check-input:checked {
    background-color: #D81B60;
}

#goatInfo span {
    display: block;
    border-bottom: 1px solid #a4a4a4;
    font-weight: bold;
    color: var(--bs-heading-color);
}

.form-group input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    background: no-repeat center bottom, center calc(100% - 1px);
    background-image: none, none;
    background-size: auto, auto;
    background-size: 0 100%, 100% 100%;
    border: 0;
    height: 36px;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 14px;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

#goatImages img {
    max-width: 200px;
    height: auto;
}

.fotorama__thumb-border {
    border-color: #e91e63;
}

.datepicker {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;

}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-danger {
    color: white;
}

.images img {
    width: 100%;
    height: auto;
}

#progress,
.progress-bar {
    height: 20px;
}

.accordion-collapse {
    transition: all 1s;
}

.accordion-button {
    font-size: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-item {
    color: #15141A;
}

.card-body a:not(.btn) {
    text-decoration: underline;
    color: #dd2567;
}

.table thead th {
    padding: .5rem
}

#editor .ql-editor {
    resize: vertical;
    overflow-y: scroll;
}

.ql-container {
    resize: vertical;
    overflow-y: scroll;
    height: calc(100% - 42px);
}

.fileinput+label {
    border: 0;
    background-color: #e02a6b;
    padding: 0;
}

.fileinput+label {
    color: #fff;
}

.fileinput+label {
    max-width: 80%;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 1rem;
    border-radius: 0 !important;
    /* border-radius: 0.5rem !important; */
}

.fileLabel+span {
    padding: 0.5rem 1rem;
    margin: 0;
    display: inline-block;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
}

.alert>i,
a>i {
    vertical-align: middle;
}

label>i {
    vertical-align: middle;
}

i {
    vertical-align: middle;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 72px;
    background: -webkit-linear-gradient(#80859e, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-header {
    border: 1px solid #ccc;
    border-radius: .5rem;
    padding: .5rem;
    background: #cccccc1c;
    margin-bottom: .5rem
}

.section-header .btn {
    margin: 0;
}

.alert-secondary {
    color: #fff;
}

.alert-warning {
    color: #333;
}

.page-header {
    background-position: 50% 25%;
}

.ql-align-center {
    text-align: center;
}

:root {
    --tmr-bootstrap-border-color: #dee2e6;
    --tmr-white: #eee;
    --tmr-table-header: #54667a;
    --tmr-row-divider-color: #3490dc;
    --tmr-stripped-row-background-color: #f9f0e8;
}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    background-color: rgba(249, 239, 231, 0.623);
}

/*-- ==============================================================
 Screen smaller than 760px and iPads.
 ============================================================== */

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    [data-content]:before {
        content: attr(data-content);
    }

    /* Force table to not be like tables anymore */
    .table-mobile-responsive,
    .table-mobile-responsive thead,
    .table-mobile-responsive tbody,
    .table-mobile-responsive th,
    .table-mobile-responsive td,
    .table-mobile-responsive tr {
        display: block;
    }

    .table-mobile-responsive.text-center {
        text-align: left !important;
    }

    .table-mobile-responsive caption {
        width: max-content;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-mobile-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-mobile-responsive> :not(:first-child) {
        border-top: none;
    }

    .table-mobile-responsive>:not(caption)>*>* {
        border-color: var(--tmr-bootstrap-border-color);
    }

    .table-mobile-responsive tr:not(.bg-light-blue) {
        border-bottom: 2px solid var(--tmr-row-divider-color);
    }

    /* Default layout */
    .table-mobile-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid var(--tmr-white);
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        /* padding-left: 50%; */
        padding-top: 1.5rem !important;
        text-align: left !important;
    }

    .table-mobile-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: var(--tmr-table-header);
    }

    /* Sided layout */
    .table-mobile-responsive.table-mobile-sided> :not(:first-child) {
        border-top: none;
    }

    .table-mobile-responsive.table-mobile-sided>:not(caption)>*>* {
        border-color: var(--bs-table-border-color);
    }

    .table-mobile-responsive.table-mobile-sided td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid var(--tmr-white);
        position: relative;
        padding-left: 50%;
        padding-top: 0px !important;
        display: flex;
        justify-content: flex-end;
    }

    .table-mobile-responsive.table-mobile-sided td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        color: var(--tmr-table-header);
    }

    /* Styleless */
    .table-mobile-responsive.table-mobile-styleless tr:not(.bg-light-blue) {
        border-bottom: none !important;
    }

    /* Stripped rows */
    .table-mobile-responsive.table-mobile-striped>tbody>tr:nth-of-type(odd)>* {
        background-color: var(--tmr-stripped-row-background-color) !important;
    }

    .table-mobile-responsive tr {
        border-bottom: 3px solid #bdbdbd !important;
    }

    .table-striped.table-mobile-responsive tr:nth-of-type(2n+1) {
        background-color: #f9f0e8;
        border-bottom: 3px solid #bdbdbd !important;
    }
}

.ql-editor-diplay {
    padding: 0;
}
.article-title {
    padding: 8px;
    border-bottom: 3px solid #b9a28a;
    margin-bottom: 6px;
    background: #ffecd8;
    font-size: 1rem;
}

.ellipsis h1 {
    font-size: 2rem
}
.ellipsis h2 {
    font-size: 1.5rem
}

.blog-title a {
    text-decoration: none!important;
    color: #344767!important;
}

.card {
    border: 1px solid #eaeaea;
}