
@charset "utf-8";

/*************************
Import Files
***************************/
@import url("../fonts/font.css");

/*************************
Reset CSS
***************************/
:root {
    --theme-color: #202d5a;
    --secondary-theme-color: #e1ddd5;
    --theme-grey: #e9e9e9;
    --theme-light-color: #2e5dbc;
    --theme-dark: #013250;
    --white-color: #ffffff;
    --black-color: #000000;
    --btn-grey: #ececec;
    --border-grey: #ced4da;
    --hover-grey: #dfdfdf;

}

a {
    letter-spacing: 0px;
    outline: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

html,
body {
    min-height: 100% !important;
    height: 100%;
    font-family:"Merriweather", serif;
}

body {
    padding-top: 0 !important;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
    font-size: 15px;
    font-weight: 500;
    background: #f8f9fb;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

::-webkit-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
}

:-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
}

::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
}

:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

strong {
    font-weight: 600;
}

html[xmlns] .clearfix {
    display: block;
}

html {
    -ms-overflow-style: scrollbar;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    border: 0;
    outline: none;
    color: var(--theme-color);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
}

p,
div {
    /*font-family: 'Poppins';*/
    font-family: "Merriweather", serif;
    /*font-size: 15px;*/
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

.defaultFont-Family {
    font-family: "Merriweather", serif;
}

li:hover a {
    text-decoration: none;
}


a,
img {
    border: 0;
    outline: none;
}
.bold { font-weight: 600; }

.close:not(:disabled):not(.disabled) {
    outline: none;
}
.white-color { color: var(--white-color); }

/*************************
Common Utility Styles
***************************/
.rotate-90 { 
-ms-transform: translateY(90px);
-webkit-transform: translateY(90px);
-moz-transform: translateY(90px);
-o-transform: translateY(90px);
transform: translateY(90px);
 }

/*************************
Reset CSS
***************************/
/* .bg-primary.bg-soft { background-color: rgba(85,110,230,.25)!important; } */
.form-control {
    border: 1px solid var(--border-grey);
    font-size: 15px;
    height: 38px;
    border-radius: 0;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    font-size: 18px;
    
}
input[type=checkbox]:checked {
    background-color: var(--theme-dark);
    border-color: var(--theme-dark);
}

.tab-content p {
    line-height: 24px;
}

.nav-tabs li {
    text-align: center;
    width: 50%;
}

.nav-tabs li a:hover {
    text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--theme-color);
    color: #ffffff;
}

.nav-tabs .nav-link {
    background-color: var(--btn-grey);
    color: #000;
}
.nav-tabs .nav-link { border-color: var(--bs-border-color-translucent); }
.nav-tabs .nav-link:not([aria-selected='true']):hover { background-color: var(--hover-grey); border-color: var(--bs-border-color-translucent); }
.card, .card-header, .card-header:first-child, .card-body { border-radius: 0; }
.custom-panel-card-group { max-width: 1500px; }
.custom-panel-card-group .card-body { display: flex; align-items: center; justify-content: center; }
.custom-panel-card-group .card { position: relative; width: 250px; height: 130px; }
.step-forward-arrow { text-align: center; }
.step-forward-arrow img { width: 100%; height: 100%; min-width: 25px; max-width: 50px; }

.elections-div {
    display: flex;
    justify-content: flex-start;
}
.elections-combo {
    flex-grow: 1;
    margin-left: 10px;
    padding-left: 10px;
}
.ContactLocalAuthority {
    margin-top: 50px;
}
/*************************
Animation CSS
***************************/
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1.6s ease infinite;
}
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.1, 1.1);
    }
    100% {
      transform: scale(1, 1);
    }
  }


/*************************
Button CSS
***************************/
.btn {
    line-height: 27px;
    font-size: 15px;
    height: 40px;
    border-radius: 0;
}

.btn-check:focus+.btn,
.btn:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
button.btn:focus {
    background-color: var(--theme-light-color);
}

.hyperlink,
.hyperlink:focus,
.hyperlink:hover, a:hover, a:focus {
    color: var(--theme-color);
}
.btn.btn-grey {
    background-color: var(--btn-grey);
    border-color: var(--btn-grey);
}
.btn.btn-grey:focus, .btn.btn-grey:hover  {
    background-color: var(--hover-grey);
    border-color: var(--bs-border-color-translucent);
}
.input-group .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: .375rem; border-bottom-right-radius: .375rem; }


/*************************
Color CSS
***************************/
.theme-bg {
    background-color: var(--theme-color);
    color: #ffffff;
}

.secondary-theme-bg {
    background-color: var(--secondary-theme-color);
    color: #ffffff;
}
.grey-theme-bg {
    background-color: var(--theme-grey);
}


.grey-bg {
    background-color: var(--btn-grey);
}

.btn.theme-bg:hover {
    color: #ffffff;
    background-color: var(--theme-light-color);
}

.theme-clr {
    color: var(--theme-color);
}

/*************************
Table & Form Styles
***************************/
.form-control:focus { border-color: var(--theme-color); outline: none; box-shadow: none; }
.form-label {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 38px;
    font-size: 15px;
}

/*************************
Select2 Styles
***************************/
.select2-container--default .select2-selection--single { height: 38px; border-color: var(--border-grey); border-radius: 0; }
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field { border-color: var(--border-grey); }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 38px; color: var(--black-color); font-size: 15px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; right: 5px; }

/*************************
Custom Styles
***************************/
.login-panel-card, .full-panel-card {
    width: 620px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
    margin: 0 auto;
}
.login-panel-card {
    width: 620px;
}
.full-panel-card {
    width: 100%;
}
.login-panel-card a:hover {
    text-decoration: underline;
}
.login-panel .tab-content {
    height: calc(100vh - 325px);
    overflow: auto;
    border-width: 0px 1px 1px 1px;
    border-color: var(--bs-border-color-translucent);
    border-style: solid;
    padding: 15px;
    border-radius: 0 0 0.375rem 0.375rem;
}


.nav-link[aria-selected="true"] .white-icon,
.nav-link[aria-selected="false"] .black-icon {
    display: block;
}

.nav-link[aria-selected="true"] .black-icon,
.nav-link[aria-selected="false"] .white-icon {
    display: none;
}

/** Tracking Style **/
.tracking-icon { 
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 150px;
    left: auto;
    right: auto;
    background-color: var(--theme-grey);
    z-index: 999;
 }
 .tracking-icon p { color: #000; }
 .tracking-icon:after { 
    position: absolute;
    content: "";
    width: 260px;
    height: 1px;
    background-color: #cfcfcf;
    left: 45px;
    top: 23px;
    z-index: 0;
 }
 .custom-panel-card-group .card:last-child .tracking-icon:after {
    width: 0;
 }

.Error-Message-MS {
    border: 3px solid #e12728;
    color: #e12728;
    background-color: white;
}

.updateButton {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-radius: 5px;
    background-color: #14386b;
}

.updateVoterPage h1 {
    font-size: 2rem;
    font-weight: 600;
}

.updateVoterPage h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 2px solid red;
    margin-bottom: 1rem;
}

.updateVoterPage div.inner-section {
    padding-left: 2rem;
    padding-right: 2rem;
}

.updateVoterPage .form-label {
    font-weight: 700;
}

.updateVoterPage .button-section {
    border-top: 2px solid red;
    padding-top: .5rem;
}

ul.update_affirmation_list li {
    list-style: square;
    padding: 8px;
    /*margin-bottom:.5rem;*/
}

.signature_option tbody {
    display: flex;
    align-items: center;
}

.signature_option tbody tr td {
    padding: 1rem;
}

.signature_option tbody tr td input {
    margin-right: 1rem;
}

.borderTopDiv {
    border-top: 2.5px solid red;
    padding-top: 2rem;
    margin-top: 2rem;
}

.px-lg-custom{
    padding-left:7rem;
    padding-right:7rem;
}

.mandatory {
    color: red;
    padding-left: 2px;
    font-size: 12px;
}

 @media only screen and (min-width: 1600px) {
    .tracking-icon:after { width: 280px; } 

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-panel-card { left: 0; margin: 15px auto; }
    .login-panel-card { height: auto; }
    .login-panel .tab-content { height: auto; max-height: calc(100vh - 325px); }
    .custom-panel-card-group { max-width: 500px; margin: 0 auto; }

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-panel-card-group { max-width: 620px; }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .step-forward-arrow img { max-width: 40px; }
    .custom-panel-card-group .card { width: 170px; height: 170px; }
   
    .tracking-icon:after { width: 220px; }
    .tracking-icon { top: 200px; margin-bottom: 50px; }

}

@media only screen and (max-width: 1199px) {
    .custom-panel-card-group { margin: 0 auto; }
    .custom-panel-card-group .card { text-align: center; height: auto; margin: 0 auto; width: 100%; }
    .step-forward-arrow img { 
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .tracking-icon { top: auto; left: -80px; }
    .tracking-icon:after { width: 35px; }
  
    .custom-panel-card-group .card:last-child .tracking-icon:after {
        width: 35px;
     }
     .zoom-in-out-box { animation: none; }

}


@media only screen and (max-width: 767px) {
    .tracking-panel-with-icon .login-panel-card { width: 90%; padding: 15px 0; }
    .tracking-panel-with-icon .custom-panel-card-group { margin: 0; float: right; width: calc(100% - 90px); }

}