
.app-container {
    min-height: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.app-content {
    min-height: 1000px;
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.app-main {
    flex: 1;
    width: calc(100% - 250px);
}

.app-main .app-main-alert {
    margin: 10px;
}

.app-main .page {
    display: block;
    flex-wrap: wrap;
    flex: 0 0 100%;
    min-height: calc(100% - 152px);
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    max-width: 100%;
}

.app-main.sidebar-collapse {
    max-width: 100%;
    width: 100%;
}

#app-layout, #app-vue {
    min-height: 100%;
    height: 100%;
}

.app-main .footer {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ecf0f1;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.app-main .footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.app-main .footer .row .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-badge {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* max-width: fit-content; */

    border-radius: 20px;
    height: 26px;
    padding: 2px 10px;
    color: #7b8a8b;
    background-color: #E9ECEC;

    font-family: Helvetica Neue, sans-serif;
    font-weight: 500;
}

.custom-badge.info {
    color: #3498db;
    background-color: #DCEDF9;
}

.custom-badge.success {
    color: #17b595;
    background-color: #DBFAF5;
}

.custom-badge.warning {
    color: #f39c12;
    color: #E9940C;
    background-color: #FDEFD8;
}

.custom-badge.danger {
    background-color: #FBDEDB;
    color: #e74c3c;
}

.btn-swal-success {
    font-size: 15px !important;
    border-radius: 20px !important;
    background-color: #18bc9c !important;
    border-color: #18bc9c !important;
    color: white !important;
}

.btn-swal-success:hover {
    color: white !important;
    opacity: 0.9 !important;
}

.btn-swal-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-info {
    font-size: 15px !important;
    border-radius: 20px !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
    color: white !important;
}

.btn-swal-info:hover {
    color: white !important;
    opacity: 0.9 !important;
}

.btn-swal-info:focus {
    box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-error {
    font-size: 15px !important;
    border-radius: 20px !important;
    background-color: #DF2241 !important;
    border-color: #DF2241 !important;
    color: white !important;
}

.btn-swal-error:hover {
    color: white !important;
    opacity: 0.9 !important;
}

.btn-swal-error:focus {
    box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-warning {
    font-size: 15px !important;
    border-radius: 20px !important;
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
    color: white !important;
}

.btn-swal-warning:hover {
    color: white !important;
    opacity: 0.9 !important;
}

.btn-swal-warning:focus {
    box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}

.btn-swal-default {
    font-size: 15px !important;
    border-radius: 20px !important;
    background-color: #757575 !important;
    border-color: #757575 !important;
    color: white !important;
}

.btn-swal-default:hover {
    color: white !important;
    opacity: 0.9 !important;
}

.btn-swal-default:focus {
    box-shadow: 0 0 0 0.2rem rgb(44 62 80 / 25%) !important;
}


@media (min-width: 768px){
    .app-main .footer .row .col-md-6  {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* @media (max-width: 676px){
	[aria-label=breadcrumb] {
		display: none;
	}
} */

.section-header {
    color: #2c3e50 !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    display: flex;
}

.section-title {
    align-self: center;
    margin: 0px;
    flex: 1;
    display: flex;
}

.section-collapse-icon {
    align-self: center;
    float: right;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
}

.section-collapse-icon:hover {
    text-shadow: 2px 3px 5px rgba(149, 157, 165, 0.6);
}

.custom-label {
    margin-right: 5px;
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    flex: 1;
}

.custom-label label{
    position: absolute;
    cursor: text;
    line-height: 13px;
    font-size: 12px;
    font-weight: bold;
    background: #F8F8F8;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease;
    transform: translateY(-53px);
}

.animal-status-Active {
    background-color: #18bc9c !important;
    color: #ffffff !important;
}

.animal-status-Inactive {
    background-color: #343a40 !important;
    color: #ffffff !important;
}

.animal-status-Pedigree {
    background-color: #3498db !important;
    color: #ffffff !important;
}

.animal-status-Commercial {
    background-color: #6610f2 !important;
    color: #ffffff !important;
}

.animal-status-Dead {
    background-color: #e74c3c !important;
    color: #ffffff !important;
}

.animal-status-Culled {
    background-color: #fd7e14 !important;
    color: #ffffff !important;
}

.dismiss-container {
    display: flex;
    align-self: flex-end;
}

.dismiss-container.disabled {
    opacity: 0.65;
    pointer-events: none;
}

.dismiss-container .dismiss-icon {
    align-self: center;
    padding: 5px;
}

.dismiss-container .dismiss-icon>i {
    display: flex;
    align-items: center;
    border-radius: 10px;

    color: #2c3e50;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-size: 14px;
    padding-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
}

.dismiss-container .dismiss-icon>i:hover {
    background-color: #d3dcde;
}

.center-text {
    text-align: center;
}

.wrap-text {
    white-space: pre-wrap !important;
}

.vertical-split-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px;
    vertical-align: text-bottom;
    padding-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 86' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='split' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M15,16.9996791 L15,70.198765 C15,72.3524157 13.0117349,74.0992221 11.3990712,74.0992221 L5.60092878,74.0992221 C3.61266372,74.0992221 2,72.3524157 2,70.198765 L2,16.9996791 C2,14.8460285 3.98826506,13.0992221 5.60092878,13.0992221 L11.3990712,13.0992221 C13.3873363,13.0992221 15,14.8460285 15,16.9996791 Z' id='Fill-1' fill='%2368848D'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

@keyframes blink {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.3;
    }
}

@keyframes glowing {
    0% {
        text-shadow: 0px 0px 4px #e74c3c;
        color: #DA2E1B;
    }

    25% {
        text-shadow: 0px 0px 10px #e74c3c;
        color: #e74c3c;
    }

    50% {
        text-shadow: 0px 0px 4px #e74c3c;
        color: #DA2E1B;
    }

    75% {
        text-shadow: 0px 0px 10px #e74c3c;
        color: #e74c3c;
    }

    100% {
        text-shadow: 0px 0px 4px #e74c3c;
        color: #DA2E1B;
    }
}

@keyframes breathing {
    0% {
        transform: scale(0.85);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(0.85);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.85);
    }
}

.learn-more-btn {
    display: flex;
    background: white;
    color: #2c3e50;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    border-radius: 5px;
    height: 40px;
    /* width: 48px; */
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    white-space: nowrap;
}

.learn-more-btn:hover {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
}

.learn-more-btn .learn-more-text {
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;

    color: #e74c3c;

    animation: glowing 1.5s ease-out 6 normal;
}

.learn-more-btn .learn-more-icon {
    font-size: 20px;
    color: #e74c3c;
    animation: breathing 5s ease-out 2 normal;
}
