body {
    font-family: 'Open Sans', sans-serif;
    color: #566177;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-weight: 700;
    font-size: 24px;
}

h2 {
    font-weight: 700;
    font-size: 20px;
}

h3 {
    font-weight: 700;
    font-size: 16px;
}

h4 {
    font-weight: 700;
    font-size: 14px;

}

input:focus,
button:focus,
a:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 !important;
}

A:link, A:visited {
    color: #C72D09;
}

.table-primary {
    --bs-table-bg: #52607A;
    --bs-table-striped-bg: #52607A;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #52607A;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #52607A;
    --bs-table-hover-color: #000;
}

.table-primary a {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
}

.btn-lynch {
    padding: 10px;
    line-height: 20px;
    font-weight: 600;
    color: #fff !important;
    background: #52607A;
    border-radius: 10px;
}
.btn-link {
    color: #52607A;
}

.btn-link:hover {
        color: #C72D09;
}

.header-top-area {
    background: #EEEEEE;
    padding: 7px 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.header-top-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-top-area ul li a {
    color: #353535;
    text-decoration: none;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-area ul li a:hover {
    color: #C72D09;
}

.header-top-area ul li a i {
    margin-right: 5px;
    color: #55617B;
}

.header-top-area ul li a i.fa-twitter {
    margin-right: 0;
    margin-left: 5px;
    font-size: 15px;
}

.header-top-area a {
    color: #C72D09;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}

.header-top-area a:hover {
    color: #000;
}

.header-area {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
}

.top-add {
    text-align: right;
}

.menu-area {
    background: #52607A;
}

.menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    border-right: 2px solid #596885;
    display: block;
    padding-right: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    line-height: 20px;
    font-size: 14px;
}

.menu-wrapper ul li a strong {
    display: block;
    font-size: 16px;
}

.menu-wrapper ul li a:hover {
    color: #FEFF8A;
}

.menu-wrapper ul li:last-child a {
    border: 0;
    background: #4D586E;
    margin: 0;
    text-align: right;
    padding: 15px 20px;
}

.menu-wrapper ul li:last-child {
    margin-left: auto;
}

.menu-wrapper ul li:nth-last-child(2) a {
    border-right: 0;
    margin-right: 0;
}

.search-area {
    background: #5F708E;
    color: #fff;
}

.search-area [class*="container-"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.search-box label strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.search-box label {
    line-height: 18px;
    margin-right: 20px;
    font-size: 14px;
}

.search {
    background: #fff;
    padding: 14px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search input {
    border: 0;
    min-width: 275px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search button {
    background: transparent;
    color: #666666;
    font-size: 20px;
    border: 0;
    padding: 0;
}

/*.search a {
        color: #666666;
}*/

.search-area .btn-lynch {
    margin-left: 10px;
    max-width: 120px;
    padding: 5px;
    line-height: 20px;
    font-weight: 600;
/*    color: #fff;
    background: #52607A;
*/}

.footer-area {
    background: #52607A;
    color: #fff;
    font-size: 14px;
    padding: 25px 0;
}

.footer-area a {
    color: #fff;
    text-decoration: none;
}

.footer-area a:hover {
    text-decoration: underline dashed;
}

.section-area {
    background: #F3F3F3;
    padding: 20px 0 0;
}

.sidebar h2 {
    color: #566177;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.sidebar a {
    /*    text-decoration: none;
    color: #454545;*/
    color: #C72D09;
    border-bottom: 5px;
}

.sidebar a:hover {
    text-decoration: underline dashed;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
    text-decoration-thickness: 1px;
}

.sidebar-add {
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-box {
    margin-bottom: 30px;
    font-size: 14px;
}

.sidebar-box ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.sidebar-box ul li a {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-box ul li a .image {
    width: 30px;
    margin-right: 10px;
}

.sidebar-box ul li a .image img {
    width: 100%;
}

.sidebar-box ul li a .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sidebar-box ul li a:hover {
    text-decoration: none;
    color: #C72D09;
}

.sidebar .btn-lynch {
    color: #fff;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    background: #52607A;
}

.sidebar .btn-lynch:hover {
    text-decoration: none;
    background: #5F708E;
}

.votebox .card {
    margin: 0 auto 15px;
    max-width: 585px;
    background: #b40505;
    color: #fff;
}

.votebox .card-header {
    padding-top: .25rem;
    padding-bottom: 0rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #960000;
}

.vote-box {
    max-width: 585px;
    margin: 0 auto 15px;
    background: #C72D09;
    border: 2px solid #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.vote-body {
    padding: 5px;
}

.vote-body h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.vote-body h1 {
        font-weight: 700;
        margin: 0 0 10px;
        font-size: 30px;
}

.votecheckbox {
    margin-bottom: 10px;
    font-size: 14px;
}

.votecheckbox label,
.votecheckbox input {
    cursor: pointer;
}

.vote-box p {
    margin: 0;
    font-size: 14px;
}

.vote-footer {
    background: #5E708E;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 13px;
}

.vote-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
}

.vote-footer a:hover {
    text-decoration: underline dashed;
    text-decoration-thickness: 1px;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
}

.resume-box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .01);
}

.form-check-input:checked {
    background-color: #52607A;
    border-color: #52607A;
}

.resume-image2 {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.resume-image2 img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center;
        position: absolute;
        width: 100%;
        height: 100%;
}

.resume-image2 span {
        position: absolute;
        background: #C72D09;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        padding: 15px 20px;
        left: 30px;
        top: 30px;
}

.resume-image {
    position: relative;
    height: 385px;
    overflow: hidden;
}

.resume-image img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.resume-image span {
    position: absolute;
    background: #C72D09;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    padding: 15px 20px;
    left: 30px;
    top: 30px;
}

.resume-box h2 {
    color: #515F79;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0 20px;
}

.resume-box h2.title {
    border-bottom: 2px solid #515F79;
    padding-bottom: 2px;
}

.resume-box ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.resume-box a {
    color: #C72D09;
    text-decoration: none;
}

.resume-box a:hover {
    text-decoration: underline dashed;
    text-decoration-thickness: 1px;
}

.red {
    color: #C72D0B;
}

.share-box {
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}

.share-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.share-input input {
    border: 1px solid #515F79;
    margin-right: 10px;
    border-radius: 10px;
    padding: 10px;
    font-weight: 700;
    color: #515F79;
    text-align: center;
    font-size: 20px;
}

.share-input button {
    background: transparent;
    border: 0;
    font-size: 27px;
    padding: 0 10px;
    color: #515F79;
}

.results-box {
    margin: 0 auto 10px;
    background: #5E708E;
    border: 2px solid #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.results-body {
    padding: 7px;
}


.results-body h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.results-body h1 {
        font-weight: 700;
        margin: 0 0 10px;
        font-size: 22px;
}

.results-box p {
    margin: 0;
    border-bottom: 2px solid #000;
}

.results-header {
    background: #C72D09;
    padding-top: 5px;
    padding-bottom: 3px;
}

.results-header h1 {
        font-weight: 700;
        font-size: 22px;
        margin: 0;
}

.results-header h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.form {
    background: #fff;
    padding: 14px 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form input {
        border: 0;
        min-width: 400px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
}

.dropdown-item {
    white-space: normal;
}

.dropdown-item:active {
        background-color: white;
}

.resultsalert {
    padding-right: 10px;
}