
/* Web push */

.hide {
    display: none;
}

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

.wp__title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.modal__wp .modal-body {
    text-align: center;
    margin: 0 auto
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.wp__iamge {
    background-image: url(img/wp/icon-webpush.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.wp__list {
    margin-left: 0;
}

.wp__list li {
    font-size: 14px;
    padding-bottom: 5px;
}


.wp__list p {
    font-size: 14px;
    margin-bottom: 0;
    display: flex;
    text-align: left
}

.close__modal__wp {
    color: #355183;
    margin-right: 10px;
    font-size: 14px !important;
    opacity: 0.8;
    font-weight: 400;
    float: none;
    text-shadow: none;
}

.modal__wp__check {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-wp {
    color: #fff;
    background: #355183;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-wp:hover, .btn-wp:focus {
    background: #203458;
}

@keyframes bounceIcon {
    from {
        transform: translateY(0px) rotate(0deg);
    }
    to {
        transform: translateY(-15px) rotate(0deg);
    }
}

.icon__arrow-up {
    background-image: url(img/wp/icon__arrow-top.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 80%;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    animation: bounceIcon .4s infinite alternate;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .modal-dialog {
        width: auto;
        margin: 15px;
    }
    .wp__title {
        font-size: 20px;
    }
    .close {
        font-size: 28px;
    }
    .wp__list li, .wp__list p {
        font-size: 14px
    }
}

.switch {
    font-size: 1rem;
    position: relative
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0
}

.switch input + label {
    position: relative;
    min-width: calc((1.5em + .75rem + 2px) * 0.8 * 2);
    border-radius: calc((1.5em + .75rem + 2px) * 0.8);
    height: calc((1.5em + .75rem + 2px) * 0.8);
    line-height: calc((1.5em + .75rem + 2px) * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc((1.5em + .75rem + 2px) * 0.8 * 2 + .5rem);
    margin-bottom: 0
}

.switch input + label:after, .switch input + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc((1.5em + .75rem + 2px) * 0.8 * 2);
    bottom: 0;
    display: block
}

.switch input + label:before {
    right: 0;
    background-color: #dee2e8;
    border-radius: calc((1.5em + .75rem + 2px) * 0.8);
    transition: all .2s;
    box-shadow: 1px 1px 1px #fff
}

.switch input + label:after {
    top: 2px;
    left: 2px;
    width: calc((1.5em + .75rem + 2px) * 0.8 - 4px);
    height: calc((1.5em + .75rem + 2px) * 0.8 - 4px);
    border-radius: 50%;
    background-color: #fff;
    transition: all .2s
}

.switch input:checked + label:before {
    background-color: #355183
}

.switch input:checked + label:after {
    margin-left: calc((1.5em + .75rem + 2px) * 0.8)
}

.switch input:focus + label:before {
    outline: none;
    box-shadow: 0 0 0 5 rgba(72, 106, 180, .25)
}

.switch input:disabled + label {
    color: #ccc;
    cursor: not-allowed
}

.switch input:disabled + label:before {
    background-color: #e9ecef
}

.switch.switch-sm {
    font-size: .875rem
}

.switch.switch-sm input + label {
    min-width: calc((1.5em + .5rem + 2px) * 0.8 * 2);
    height: calc((1.5em + .5rem + 2px) * 0.8);
    line-height: calc((1.5em + .5rem + 2px) * 0.8);
    text-indent: calc((1.5em + .5rem + 2px) * 0.8 * 2 + .5rem)
}

.switch.switch-sm input + label:before {
    width: calc((1.5em + .5rem + 2px) * 0.8 * 2)
}

.switch.switch-sm input + label:after {
    width: calc((1.5em + .5rem + 2px) * 0.8 - 4px);
    height: calc((1.5em + .5rem + 2px) * 0.8 - 4px)
}

.switch.switch-sm input:checked + label:after {
    margin-left: calc((1.5em + .5rem + 2px) * 0.8)
}

.switch.switch-lg {
    font-size: 1.25rem
}

.switch.switch-lg input + label {
    min-width: calc((1.5em + 1rem + 2px) * 0.8 * 2);
    height: calc((1.5em + 1rem + 2px) * 0.8);
    line-height: calc((1.5em + 1rem + 2px) * 0.8);
    text-indent: calc((1.5em + 1rem + 2px) * 0.8 * 2 + .5rem)
}

.switch.switch-lg input + label:before {
    width: calc((1.5em + 1rem + 2px) * 0.8 * 2)
}

.switch.switch-lg input + label:after {
    width: calc((1.5em + 1rem + 2px) * 0.8 - 4px);
    height: calc((1.5em + 1rem + 2px) * 0.8 - 4px)
}

.switch.switch-lg input:checked + label:after {
    margin-left: calc((1.5em + 1rem + 2px) * 0.8)
}

.switch + .switch {
    margin-left: 1rem
}

.btn-elections {
    background: #025395;
    border-radius: 5px;
    font-size: 22px;
    padding: 15px 0;
    text-align: center;
    display: block;
    margin: 2%;
    color: #ffffff;

}


/* Menu Sidebar */

.mm-opening #mm-blocker { background: rgba( 0, 0, 0, 0.2 ); transition: background 1s ease 0.3s;}

.mm-line .mm-title{
    font-size: 14px;
    padding: 10px 10px 10px 20px
}

.mm-categories {
    font-size: 14px;
    overflow: auto !important;
    white-space: inherit !important;
}

.mm-categories a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}

.mm-categories .label-default {
    font-weight: 400;
    background: #F3F3F3;
    color: #888;
}

.mm-switch {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.mm-hot {
    margin-top: 15px !important
}

.mm-switch-container {
    display: flex !important;
    justify-content: space-between;
    padding: 15px 10px 15px 20px !important;
    align-items: center;
}

.mm-switch-city-container {
    display: flex !important;
    align-items: center;
}

.mm-switch-city-container label {
    margin-right: 15px
}

.mm-switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.mm-switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: #F3F3F3;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
}

.mm-switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100px;
    transition: 0.3s;
}

.mm-switch input:checked + label {
    background: #005294;
}

.mm-switch input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.mm-switch label:active:after {
    width: 25px;
}

/* End Menu Sidebar */

.wp__subscribe__checkbox .mm-switch {
    padding: 0;
    border: 0;
    font-size: 14px;
    margin: 0 auto;
}

.wp__subscribe__checkbox .mm-switch-container {
    padding: 10px !important;
}