/*@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";*/

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@300&display=swap');*/

@font-face {
    font-family: navFont;
    src: url("../assets/fonts/hanimation-arabic/Hanimation_Arabic_Light.otf");
}


.page-title {
    text-align: right;
    text-transform: capitalize;
}

#previousPageTitle {
    margin-left: 15px;
}

header .brand {
    text-decoration: none;
}

header .pages-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .auth-actions ul {
    flex-direction: row;
}

/* Header style */

header {
    display: flex;
    padding: 10px 30px;
    min-height: 65px;
}

header a:hover {
    text-decoration: none;
}

header .logo-wrapper,
header .logo-wrapper a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .logo-wrapper .bx-menu {
    font-size: 30px;
    margin-left: 20px;
    color: #6cb2eb;
    cursor: pointer;
}

header .logo {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 25px;
}

header .logo img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

header .logo-wrapper .logo-title {
    color: #0e0d12;
    font-size: 23px;
    white-space: nowrap;
    padding: 0 15px;
}

header .left {
    display: flex;
    align-items: center;
}

header .left i {
    padding: 6px;
    background-color: #2F2D34;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    left: -10px;
}

header .left .profile-name #navbarDropdown::after {
    display: none;
}

header .left .bx-bell::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background-color: #fa3a27;
}

header .left .profile {
    display: flex;
}

header .left .profile a {
    color: #292929;
    padding-top: 0;
}

header .left .profile a:hover {
    color: #0e0d12;
}

header .left .profile-name {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
}

header .left .profile-name.show .dropdown-menu.show {
    top: 10px !important;
    left: 25px !important;
}

header .left .name {
    color: #6cb2eb;
    padding-left: 10px;
}

header .left .job-name {
    color: #0e0d12;
}

header .left .profile-image {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    background-color: #f3f2f3;
    border-radius: 30px;
}

header .left .actions {
    position: relative;
}

header .left .actions .tooltip {
    display: none;
    position: absolute;
    left: 3px;
    top: 35px;
    border: 0;
    padding: 0;
    z-index: 22222222;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 16px;
}

body.show-tooltip header .left .actions .tooltip {
    display: block;
}

header .left .actions .tooltip .arrow::before {
    content: "";
    position: absolute;
    left: 13px;
    top: -6px;
    border-width: 6px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
}

header .left .actions .tooltip ul {
    margin: 10px 0;
}

header .left .actions .tooltip ul li {
    margin: 3px 0;
    min-height: auto;
    line-height: 25px;
    display: flex;
    align-items: center;
    padding: 3px 15px;
    white-space: nowrap;
    cursor: pointer;
}

header .profile-name.show .dropdown-menu.show a:hover {
    background-color: #2F2D34;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 520px) {
    header {
        padding: 10px 15px;
    }

    header .logo-wrapper .logo-title {
        display: none;
    }
}

@media screen and (max-width: 340px) {
    header .logo-wrapper .bx-menu {
        margin-left: 10px;
    }

    header .logo {
        height: 40px;
        width: 40px;
    }

    header .left .profile {
        padding: 0 10px;
    }

    header .left .profile-image {
        width: 30px;
        height: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: navFont;

    /*font-family: "Nunito", sans-serif;*/
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.full-width {
    width: 100% !important;
}

.hide {
    display: none;
}

.select2-container--disabled {
    background-color: #eee;
}

.text-red {
    color: #dc3545;
}

.hidden {
    display: none !important;
}

body.lock {
    overflow: hidden;
}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

body {
    background-color: #f3f2f3;
    text-align: right;
}

body .main-section {
    min-height: 85vh;
    padding: 20px 30px;
    display: flex;
}

@media screen and (max-width: 520px) {
    body .main-section {
        padding: 10px 15px;
    }
}

body .main-section .right-nav {
    width: 0;
    opacity: 0;
    pointer-events: none;
    max-width: 280px;
    height: 100%;
    background-color: #2F2D34;
    color: #6cb2eb;
    font-size: 18px;
    border-radius: 12px;
    transition: all 0.2s;
}

body.menu-open .main-section .right-nav {
    width: 280px;
    opacity: 1;
    pointer-events: all;
    transition: all 0.2s;
}

@media screen and (max-width: 768px) {
    body.menu-open .main-section .right-nav {
        width: 100%;
        max-width: none;
        transition: all 0.2s;
    }
}

.right-navIcon{
    padding: 5px;
    font-size: 23px;
    margin-top: -4px;

}


body .right-nav ul.level1 a,
body .right-nav ul.level1 span {
    padding: 10px 20px;
    display: flex;
    color: #ffffff;
    background-color: #0e0d12;
    border-radius: 5px;
    font-family: navFont;
}

ul.level2 li {
    margin: 5px 0;
}

body .right-nav ul.level1 a:hover,
body .right-nav li.active {
    background-color: #F43173 ;
    text-decoration: none;

}

body .right-nav ul.level2 a {
    color: #ffffff;
    background-color: transparent;
}

body .main-section .left-section {
    width: 100%;
    padding-right: 0;
    transition: all 0.2s;
}

body .left-section {
    width: 100%;
    padding-right: 0;
    transition: all 0.2s;
}

body .left-section .page-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0 30px;
}

body .left-section .page-title h1 {
    text-align: center;
}

@media screen and (max-width: 768px) {
    body .left-section .page-title h1 {
        font-size: 20px !important;
    }
}

body.menu-open .main-section .left-section.auth {
    width: calc(100% - 230px);
    padding-right: 20px;
    transition: all 0.2s;
    overflow-x: hidden;
}

.card-section.login {
    max-width: 400px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    body.menu-open .main-section .left-section.auth {
        width: 0;
        height: 0;
        padding: 0;
        display: none;
    }
}

body .main-section .left-section .page-title h1 {
    color: #0e0d12;
    font-size: 30px;
    font-weight: normal;
}

body .main-section .card-section {
    background-color: white;
    padding: 20px 30px;
    border-radius: 5px;
}

@media screen and (max-width: 480px) {
    body .main-section .card-section {
        padding: 15px;
    }
}

body .main-section .card-section h3.title {
    color: #0e0d12;
    font-size: 23px;
    margin: 0 0 10px;
}

form.custom_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

form.custom_form > div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

@media screen and (max-width: 520px) {
    form.custom_form > div {
        width: 100%;
    }
}

.btns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.btns * {
    margin-left: 15px;
}

@media screen and (max-width: 520px) {
    .btns button,
    .btns a {
        width: 100%;
        margin-left: 0;
    }

    .btns *:not(:first-child) {
        margin-top: 15px;
    }
}

.form-group label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-align: right;
}

input:not([type=checkbox]) {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    line-height: 21px;
    border: 1px solid #6cb2eb;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 15px;
}

.form-control,
.select2 {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 38px;
    padding: 6px 12px;
    line-height: 21px;
    border: 1px solid #6cb2eb;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 15px;
}

textarea.form-control {
    height: auto;
}

.select2 .select2-selection {
    border: none !important;
}

.select2 .select2-selection:focus {
    outline: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}

.select2-selection__arrow {
    top: 5px !important;
}

input:focus {
    border: 1px solid #0e0d12;
    outline: 0;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox .custom-control-label {
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-right: 13px;
}

.custom-checkbox .custom-control-label::before {
    content: "";
    display: block;
    position: relative;
    transition: 0s;
    cursor: pointer;
    color: #ffffff;
    background-color: #ffffff !important;
    border: 1px solid #0e0d12;
    border-radius: 0 !important;
    width: 18px;
    height: 18px;
    top: 1px;
    left: 13px;
}

.custom-checkbox .custom-control-label::after {
    position: absolute;
    top: 2px;
    left: -23px;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: "\E9A4";
    font-family: boxicons;
    height: 18px;
    width: 18px;
    right: 0;
    left: auto;
    top: -3px;
    font-size: 20px;
    color: #ffffff;
    background-image: none;
    position: absolute;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0e0d12 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox,
.custom-checkbox .custom-control-label {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    form input {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

button[type=submit] {
    background-color: #0e0d12;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.invalid-feedback {
    margin-top: -15px;
}

form.register {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

form.register > div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    form.register > div {
        width: 100%;
    }
}

.form-upload {
    padding: 3px 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.form-upload button {
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: auth;
    height: 30px;
    padding: 3px 10px;
}

.form-upload button:focus,
.form-upload button:active {
    outline: 0;
}

.form-upload label {
    margin-right: 10px;
    margin-bottom: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #0e0d12;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0e0d12;
}

input:checked + .slider:before {
    transform: translateX(17px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.btn {
    padding-top: 5px;
    padding-bottom: 7px;
}

.btn i {
    font-size: 18px;
    position: relative;
    top: 3px;
}

/*#dataTable_wrapper {*/
/*  overflow: auto;*/
/*}*/

#dataTable_wrapper #dataTable_filter label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#dataTable_wrapper #dataTable_filter label input {
    /*margin: -50px 10px 0 0;*/
    height: 38px;
    width: 265px;
    padding: 6px 12px;
    line-height: 21px;
    border: 1px solid #6cb2eb;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 15px;
}

#dataTable_wrapper .dataTables_length select {
    border: 1px solid #6cb2eb;
    margin: 0 5px;
}

#dataTable_wrapper .dataTables_length select:focus {
    border: 1px solid #6cb2eb;
    outline: none;
}

#dataTable_wrapper table#dataTable {
    margin-bottom: 20px;
}

#dataTable_wrapper table#dataTable thead th {
    text-align: center;
    padding-right: 25px;
    white-space: nowrap;
    color: #0e0d12;
}

#dataTable_wrapper .dataTables_paginate a {
    border: 0;
}

#dataTable_wrapper .dataTables_paginate a.current {
    background: #0e0d12;
    color: #ffffff !important;
    border: 0;
}

#dataTable_wrapper .dataTables_paginate a:hover,
#dataTable_wrapper .dataTables_paginate a:active,
#dataTable_wrapper .dataTables_paginate a:focus {
    background: #2F2D34;
    color: #ffffff !important;
    border: 0;
    outline: 0;
    box-shadow: none;
}

#dataTable_wrapper .dataTables_paginate a.disabled:hover,
#dataTable_wrapper .dataTables_paginate a.disabled:active,
#dataTable_wrapper .dataTables_paginate a.disabled:focus {
    opacity: 0.5;
    cursor: no-drop;
}

.custom-table-wrapper {
    margin-bottom: 50px;
    overflow: auto;
}

.custom-table {
    min-width: 300px;
}

.custom-table li.head {
    display: flex;
    background-color: #0e0d12;
    border-radius: 5px;
    color: #6cb2eb;
    font-size: 20px;
    white-space: nowrap;
}

.custom-table li.head span {
    width: 40%;
    padding: 14px;
    border-left: 4px solid #e4e2e4;
}

.custom-table li.head span:last-child {
    width: 20%;
    border: 0;
}

.custom-table ul.body {
    font-size: 19px;
    background-color: #f3f2f3;
    border-radius: 5px;
    color: #0e0d12;
}

.custom-table ul.body li {
    display: flex;
}

.custom-table ul.body li:nth-child(even) {
    background-color: var(--light-gray);
}

.custom-table ul.body span {
    padding: 13px 14px;
    width: 40%;
    border-left: 4px solid #e4e2e4;
}

.custom-table ul.body span:last-child {
    width: 20%;
    border: 0;
}

.table-danger th,
.table-danger td {
    border-color: #ffffff;
    white-space: nowrap;
}

.table-wrapper {
    display: block;
    max-width: 100%;
    overflow: auto;
}

#dataTable th.actions-head input {
    display: none;
}

#dataTable td.actions i {
    cursor: pointer;
    font-size: 22px;
    color: #0e0d12;
}

.follower {
    background: #0e0d12;
    color: #ffffff;
    padding: 0px 10px 2px 10px;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 3px;
}

td.voting span.voted {
    background: #0e0d12;
    color: #ffffff;
    padding: 0px 10px 2px 10px;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 3px;
}

td.voting span.not_voted {
    background: #cd181c;
    color: #ffffff;
    padding: 0px 10px 2px 10px;
    font-size: 13px;
    border-radius: 2px;
    margin-right: 3px;
}

.actionsTableWrapper thead tr:nth-child(2) th:first-child input {
    display: none;
}

.actionsTableWrapper tbody tr:not(.leader) td:first-child {
    padding: 0;
}

.actionsTableWrapper tbody tr:not(.leader) td:first-child span.bxs-plus-circle {
    cursor: pointer;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0e0d12;
}

.actionsTableWrapper .leaders_wrapper ul:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.actionsTableWrapper .leaders_wrapper li {
    display: flex;
}

.actionsTableWrapper .leaders_wrapper li strong {
    width: 20%;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header button.close {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

.modal-body {
    padding: 30px 16px;
}

.modal-footer .btn-primary {
    margin: 0 20px;
}

.loading {
    z-index: 20;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-content {
    position: absolute;
    border: 7px solid #f3f3f3;
    /* Light grey */
    border-top: 7px solid #0e0d12;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    .right-nav,
    .actions .btn,
    .btn,
    .actions_cell,
    .table-pager,
    table thead tr:nth-child(2) {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        font-family: navFont;

        /*font-family: Hanimation, serif;*/

    }

    .table td {
        white-space: pre-line !important;
    }

    .left-section {
        width: 100% !important;
    }

    a:not(.btn) {
        text-decoration: none !important;
    }

    div.mt-5 {
        margin-top: 0 !important;
    }
}

.voting-title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 15px;
    font-weight: normal;
    font-size: 27px;
    color: #0e0d12;
}

.progress {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 24px;
    width: 100%;
    border-radius: 0;
    background-color: #d6d6d6;
}

.left_number {
    float: left;
}

.right_number {
    float: right;
}

.right_number,
.left_number {
    padding-bottom: 5px;
    font-size: 27px;
    font-weight: bold;
    padding-left: 5px;
}

span.small_label {
    display: inline-block;
    padding-top: 10px;
}

.progress-blue {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 0;
    min-width: 0;
    color: #fff;
    background-color: #0a6aa6;
    transition: all 0.8s ease;
}

.progress-red {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 0;
    min-width: 0;
    color: #fff;
    background-color: #cd181c;
    transition: all 0.8s ease;
}

.progress-blue span,
.progress-red span {
    font-size: 15px;
}

.main_title {
    color: #0e0d12;
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
}

.main_title .bx-expand-alt {
    cursor: pointer;
    font-size: 24px;
    position: relative;
    top: 4px;
}

.voters_followers_wrapper .progress {
    height: 35px;
    font-size: 14px;
    font-weight: bold;
}

.voters_followers_wrapper .right_number,
.voters_followers_wrapper .left_number {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 0;
}

.voting_section {
    margin-top: 55px;
}

.voting_section .title {
    font-size: 20px;
    color: #0e0d12;
    display: block;
}

.voting_section .sub_title {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #0e0d12;
}

.localities_voting {
    margin-top: 50px;
}

.localities_voting .localities_tables {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.localities_voting .localities_tables .table thead th {
    padding: 3px 6px;
    font-size: 14px;
}

.localities_voting .localities_tables .table thead th:first-child {
    text-align: right;
}

.localities_voting .localities_tables .table tbody td {
    font-size: 13px;
    padding: 6px;
}

.localities_voting .localities_tables .table tbody td:first-child {
    text-align: right;
}

.localities_voting .localities_tables .table_div {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

@media screen and (max-width: 1220px) {
    .localities_voting .localities_tables .table_div {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .localities_voting .localities_tables .table_div {
        width: 100%;
        max-height: 500px;
        overflow: auto;
        margin-bottom: 50px;
    }
}

.localities_voting .localities_tables .table_div::-webkit-scrollbar {
    width: 10px;
}

.localities_voting .localities_tables .table_div::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #d6d6d6;
}

.localities_voting .localities_tables .table_div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0e0d12;
}

.localities_voting .follower_percent {
    background-color: #cd181c;
    color: #ffffff;
}

.localities_voting .voted_percent {
    background-color: #0e0d12;
    color: #ffffff;
}

@media print {
    .progress-blue,
    .progress-red {
        -webkit-print-color-adjust: exact;
    }

    table tbody tr td.follower_percent {
        background-color: #cd181c !important;
        color: #ffffff;
        -webkit-print-color-adjust: exact;
    }

    table tbody tr td.voted_percent {
        background-color: #0e0d12 !important;
        color: #ffffff;
        -webkit-print-color-adjust: exact;
    }

    table tbody tr,
    table tbody tr td {
        -moz-column-break-inside: avoid !important;
        break-inside: avoid !important;
        -moz-column-break-before: avoid !important;
        break-before: avoid !important;
    }
}

.localities_list .actions {
    display: flex;
    align-items: center;
}

.localities_list .actions input {
    max-width: 120px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.localities_list ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.localities_list ul.list li {
    width: 25%;
    font-size: 16px;
    padding: 8px 0;
    font-weight: bold;
}

@media screen and (max-width: 900px) {
    .localities_list ul.list li {
        width: 33%;
    }
}

@media screen and (max-width: 480px) {
    .localities_list ul.list li {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .localities_list ul.list li {
        width: 100%;
    }
}

.localities_list ul.list li a {
    color: #212529;
    border-bottom: 1px solid #dddddd;
    width: calc(100% - 20px);
    display: block;
    padding: 10px 0;
}

.ratio_follower_voting_bar .pull_left,
.ratio_voted_voters_bar .pull_left {
    display: flex;
    flex-direction: row-reverse;
}

#voting_container.full_screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 0 10px;
    background-color: #ffffff;
}

#voting_container.full_screen .voting_section {
    margin-top: 15px;
}

#voting_container.full_screen .progress {
    height: 50px !important;
    line-height: 4px;
}

#voting_container.full_screen .progress-blue,
#voting_container.full_screen .progress-red {
    min-width: 100px !important;
    padding: 0 5px;
}

#voting_container.full_screen .progress-blue.zero_width,
#voting_container.full_screen .progress-red.zero_width {
    min-width: 0 !important;
    width: 0 !important;
    padding: 0 !important;
}

#voting_container.full_screen .progress-blue span,
#voting_container.full_screen .progress-red span {
    font-size: 25px;
    font-weight: bold;
}

#voting_container.full_screen .right_number,
#voting_container.full_screen .left_number {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

#voting_container.full_screen span.small_label {
    padding-top: 15px;
}

#voting_container.full_screen div.followers {
    margin-bottom: 100px;
    padding: 0 100px;
}

#voting_container.full_screen div.voters {
    padding: 0 100px;
}

#voting_container.full_screen .main_title {
    font-size: 32px;
    padding: 40px 60px 0;
}

#voting_container.full_screen .sub_title {
    font-size: 30px;
    margin-bottom: 25px !important;
}

.messages_forms_wrapper .counter {
    font-size: 14px;
    display: block;
    margin-top: -10px;
}

