﻿html, body {
    font-family: 'Montserrat', sans-serif !important;
}
.link {font-weight: 500; color: black}
.link:hover {
    color: #EB2034 !important
}
.formerror {
    color: #a94442;
    font: 400 13px 'Open Sans', Arial, sans-serif;
}
.bg-primary {
    background-color: #EB2034 !important
}
.btn-primary {
    background-color: #EB2034 !important
}
.btn.btn-secondary {
    background-color: #e0e0e0 !important;
}
.form-check-input:checked {
    background-color: #EB2034 !important;
    border-color: #EB2034 !important;
}
.text-primary {
    color: #EB2034 !important
}
.btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary {
    background-color: #c41123 !important;
}

.btn-check:active + .btn.btn-active-primary, .btn-check:checked + .btn.btn-active-primary, .btn.btn-active-primary.active, .btn.btn-active-primary.show, .btn.btn-active-primary:active:not(.btn-active), .btn.btn-active-primary:focus:not(.btn-active), .btn.btn-active-primary:hover:not(.btn-active), .show > .btn.btn-active-primary {
    background-color: #c41123 !important;
}

.header {
    background-color: #EB2034 !important
}

.container-xxl {
    margin-right: 0px !important;
    margin-left: 0px !important;
    max-width: 100% !important
}

.nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid.active, .nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid.active {
    border: 3px solid #EB2034;
}

.nav.nav-pills.nav-pills-custom .show > .nav-link.nav-link-border-solid, .nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid {
    border: 3px solid #e4e6ef;
}

th {
    font-weight: 500 !important;
    font-size: 14px !important;
}

.sorting {
    cursor: pointer !important;
    whiteSpace: 'nowrap'
}

.swal2-icon.swal2-info {
    border-color: #eed202;
    color: #eed202;
}

.swal2-html-container {
    text-align: left !important
}
.landing-header {height: 100px !important}
.landing-dark-bg {background-color: #000000 !important}
.landing-dark-color {color: #000000 !important}
.sectiontitle {
    font-family: 'PT Serif', serif;
    color: #000;
    font-size: 28px;
    font-weight: 400;
}
.mainlinktitle {
    font-family: 'PT Serif', serif;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.mainlinksubtitle {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.mainlink {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px
}


.arrow {
    display: inline-flex !important;
    margin-bottom: 5px
}
a:hover {
    color: #e27b5b;
    border-color: #e27b5b;
}

a .arrow {
    width: 15px;
    height: .125rem;
    transition: all 0.3s ease;
}
a:hover .arrow {
    width: 25px;
}
.arrow {
    margin-top: -.3125rem;
    margin-left: .625rem;
    border: .0625rem solid #EB2034;
    position: relative;
    background: #EB2034;
}
.arrow .head,
.arrow .head:after {
    border: 1.5px solid #EB2034;
    border-radius: 1px;
    width: 10px;
    position: absolute;
    right: -5px;
    top: 2px;
    transform: rotate(-45deg);
}
.arrow .head:after {
    content: "";
    border-color: #EB2034;
    right: -5px;
    top: -5px;
    transform: rotate(90deg);
}
.menu-item {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 2px !important
}
.menu-link:hover {
    color: #EB2034 !important;
    border-bottom: 1px solid #EB2034 !important;
}
.menu-link:hover > i, .menu-link:hover > .menu-icon > i, .menu-link:hover > .menu-title {
    color: #EB2034 !important;
}
.bounce {
    animation: bounce 1.5s;
    animation-iteration-count: 4;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-3px);
    }
}
.header {height: 140px !important}
.aside {top: 175px !important}
.content {
    padding-top: 80px !important;
}
.text-hover-primary:hover {
    color: #EB2034 !important
}
.table th {
    font-weight: 600 !important

}
.active > .page-link, .page-link.active {
    color: #ffffff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
#toastr-container > div {
    opacity: 0.98 !important;
}
.col-form-label {
    font-weight: 600 !important
}


.nav-tabs > .nav-item > .nav-link {
    font-family: 'PT Serif', serif;
    color: #071437 !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px
}
.nav-tabs .nav-item > .nav-link.active {
    border-bottom: 1px solid #EB2034 !important;
}
.nav-tabs .nav-item >  .nav-link:hover {
    border-bottom: 1px solid #EB2034 !important;
}
.tooltip-inner {
    text-align: left !important;
}