@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");

@font-face {
    font-family: noto_sansbold;
    src: url(../fonts/notosans-bold-webfont.woff2) format("woff2"),
    url(../fonts/notosans-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: noto_sanslight;
    src: url(../fonts/notosans-light-webfont.woff2) format("woff2"),
    url(../fonts/notosans-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: noto_sansmedium;
    src: url(../fonts/notosans-medium-webfont.woff2) format("woff2"),
    url(../fonts/notosans-medium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: noto_sansregular;
    src: url(../fonts/notosans-regular-webfont.woff2) format("woff2"),
    url(../fonts/notosans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: noto_sanssemibold;
    src: url(../fonts/notosans-semibold-webfont.woff2) format("woff2"),
    url(../fonts/notosans-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

ecieved:after .font-weight-bold {
    font-family: noto_sansbold !important;
}

.font-weight-semibold {
    font-family: noto_sanssemibold !important;
}

.font-weight-medium {
    font-family: noto_sansmedium !important;
}

.font-weight-regular {
    font-family: noto_sansregular !important;
}

.font-weight-light {
    font-family: noto_sanslight !important;
}

/* -- Forms  -- */
.login-container {
    width: 100%;
    min-height: 100vh;
    background: url(../images/body-bg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-holder {
    width: 100%;
}

.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 51px;
    margin-top: 75px;
}

.logo a img {
    width: 294px;
}

.form-content {
    max-width: 446px;
    width: 100%;
    padding: 66px 47px 105px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(193, 195, 197, 0.45);
    border-radius: 4px;
}

.form-content h3 {
    font-family: noto_sanslight;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #30363d;
    margin-bottom: 37px;
}

.form-content form label {
    font-family: noto_sanslight;
    font-size: 14px;
    line-height: 28px;
    color: #686c73;
    margin: 0;
}

.form-content form .forgot-password {
    font-family: noto_sanslight;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    float: right;
    color: #1c64d9;
    text-decoration: none;
}

.form-content form .form-group {
    margin-bottom: 16px;
}

.form-content form .form-group input {
    background: #ffffff;
    border: 1px solid #98a1ad;
    box-sizing: border-box;
    border-radius: 4px;
    height: 47px;
    font-family: noto_sanslight;
}

.form-content form .form-group input:hover,
.form-content form .form-group input:focus {
    box-shadow: none;
}

.form-content form .btn-blk .btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    background: #1c64d9;
    border-radius: 4px;
    color: #fff;
    border-color: #1c64d9;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 32px;
    margin-top: 4px;
    transition: all 0.3s;
}

.form-content form .btn-blk .btn:hover {
    opacity: 90%;
}

.copyright {
    width: 100%;
    text-align: center;
    margin-top: 140px;
}

.copyright p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #454a50;
    font-family: noto_sansregular;
    margin: 0;
}

.copyright a {
    color: #454a50;
    font-size: 16px;
    line-height: 28px;
    font-family: noto_sanslight;
}

/* --Forgot password -- */
.form-content.forgot-password {
    padding-top: 40px;
    padding-bottom: 32px;
}

.form-content.forgot-password p {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #30363d;
    font-family: noto_sanslight;
    margin-bottom: 35px;
}

.back-to-signin {
    text-align: center;
    padding-top: 13px;
}

.back-to-signin a {
    font-family: noto_sanslight;
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    color: #30363d;
    text-decoration: none;
}

.copyright.forgot-password {
    width: 100%;
    text-align: center;
    margin-top: 260px;
}

/* --Reset password -- */
.form-content.reset-message {
    padding-top: 40px;
    padding-bottom: 48px;
}

.form-content.reset-message p,
.form-content.reset-message a {
    font-weight: normal;
    font-family: noto_sanslight;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #30363d;
    transition: all 0.3s;
}

.form-content.reset-message p span {
    display: block;
    padding-top: 30px;
}

.copyright.reset-message {
    width: 100%;
    text-align: center;
    margin-top: 280px;
}

/* login 9 */
.campaigns-content {
    width: 992px;
    margin: 0 auto;
}

.campaigns-content-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.campaigns-content-inner .content-item {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(193, 195, 197, 0.45);
    border-radius: 4px;
    padding: 25px;
    width: 464px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #30363d;
    transition: 0.3s ease-out;
}

.campaigns-content-inner .content-item:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.campaigns-content-inner .content-item .content-col h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #30363d;
    margin-bottom: 20px;
    font-family: noto_sansregular;
}

.campaigns-content-inner .content-item .content-col ul {
    padding: 0;
    margin: 0;
}

.campaigns-content-inner .content-item .content-col ul li {
    list-style: none;
}

.campaigns-content-inner .content-item .content-col ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #30363d;
    font-family: noto_sanslight;
}

/* -- Error -- */
.error-message,
.forgeterror-message,
.resetpassworderror-message {
    text-align: center;
}

.error-message .error-text,
.forgeterror-message p.error-text,
.resetpassworderror-message p.error-text {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ff444f;
    margin: 0;
    font-family: noto_sanslight;
    margin-top: -10px;
}

.cnp-errormessage {
    text-align: left;
    margin: 7px 0 7px;
}

.cnp-errormessage p.error-text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ff444f;
    margin: 0;
    font-family: noto_sanslight;
    margin-top: -10px;
}

@media (max-width: 768px) {
    .form-holder {
        margin: 0 10px;
    }

    .logo a img {
        width: 270px;
    }

    .form-content {
        padding: 66px 30px 105px;
    }
}

/* ======   Dashboard pages    ======== */
/* --Overview -- */
#wrapper {
    display: flex;
    background: #f3f4f8;
}

.sidebar {
    min-width: 260px;
    max-width: 260px;
    background: #30363d;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


.main-content {
    padding-left: 16rem;
    transition: padding 0.15s ease-in-out;
}

.sidebar-brand {
    padding: 41px 0;
}

.sidebar-brand img {
    width: 194px;
    height: 30px;
    object-fit: contain;
}

.sidebar-divider {
    background: #686c73;
}

.sidebar-menu {
    width: 100%;
    margin-top: 54px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
}

.sidebar-menu ul li {
    list-style: none;
}

.sidebar-menu ul li a {
    display: block;
    padding: 17px 0 17px 47px;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    font-family: noto_sanslight;
    text-decoration: none;
    transition: ease 0.3s;
}

.sidebar-menu ul li:hover a,
.sidebar-footer ul li:hover a {
    background: #686c73;
}

.sidebar-menu ul li a img {
    margin-right: 19px;
    margin-top: -3px;
}

.sidebar-menu ul li a.active {
    background: #686c73;
}

.sidebar-footer {
    width: inherit;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    min-width: 260px;
    max-width: 260px;
}

.sidebar-footer ul li a {
    display: block;
    padding: 17px 0 17px 47px;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    font-family: noto_sanslight;
    text-decoration: none;
    transition: ease 0.3s;
}

.sidebar-footer ul li a img {
    margin-right: 19px;
    margin-top: -3px;
}

.page-header-content {
    width: 100%;
    background: #ffffff;
    padding: 46px 75px 0 72px;
}

.content-wrapper {
    display: flex;
    width: 100%;
    padding-bottom: 157px;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out;
    flex-direction: column;
}

.page-header-content h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    font-family: noto_sansmedium;
    color: #30363d;
    margin-bottom: 10px;
}

.page-header-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    font-family: noto_sanslight;
    color: #a2a9b0;
    margin-bottom: 0px;
}

.page-header-nav {
    margin-top: 22px;
}

.page-header-nav ul {
    padding: 0;
    margin: 0;
}

.page-header-nav ul li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline;
}

.page-header-nav ul li a {
    display: inline-block;
    padding: 5px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #686c73;
    font-family: noto_sanslight;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    border-radius: 1px;
    transition: ease 0.3s;
}

.page-header-nav ul li a:hover {
    color: #1c64d9;
}

.page-header-nav ul li a.active {
    border-bottom: 2px solid #1c64d9;
    border-radius: 1px;
    color: #1c64d9;
    font-family: noto_sansmedium;
}

.page-header-nav ul li a.notactive:hover {
    cursor: not-allowed;
    content: "Voting results will be accessible on the day of ballot voting";
}

.card {
    background: #ffffff;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-shadow: 0px 0px 4px rgba(193, 195, 197, 0.05);
    border-radius: 4px;
    margin: 41px 75px 0;
    padding: 35px 30px;
}

.card-header {
    background: transparent;
    border: 0px;
    padding: 0;
}

.card-header h5 {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansmedium;
    margin-bottom: 0;
}

.card-header h5 span {
    font-size: 16px;
    line-height: 32px;
    color: #8f9297;
    font-family: noto_sanslight;
    margin-left: 10px;
}

.card-header h5 img {
    margin: -3px 8px 0 0;
}

.donut-chart {
    position: relative;
    display: block;
    margin-top: 30px;
}

svg.donut {
    width: 400px;
    height: auto;
}

.donut-chart svg {
    width: 100%;
}

.donut-progress .track {
    stroke-width: 10;
    stroke: #ededed;
}

.donut-progress .track,
.donut-progress.fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10;
}

.path {
    -webkit-stroke-dasharray: 220;
    stroke-dasharray: 220;
    stroke-dashoffset: 220;
    -webkit-stroke-dashoffset: 220;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    will-change: transform;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: stroke-dashoffset 2s ease-out;
    transition: stroke-dashoffset 2s ease-out;
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10;
    stroke: #00c090;
}

.recieved {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}

.sent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
}

.recieved:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -13px;
    left: auto;
    width: 2px;
    height: 55%;
    background: #30363d;
}

.donut-chart .text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(7%);
    transform: translateY(7%);
}

.donut-chart .text h4 {
    font-style: normal;
    font-size: 48px;
    line-height: 32px;
    text-align: right;
    color: #30363d;
    margin-bottom: 18px;
    font-family: noto_sanslight;
}

.donut-chart .text p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #8f9297;
    font-family: noto_sanslight;
}

.d-voting-results {
    width: 100%;
    text-align: center;
    margin-top: 43px;
}

.d-voting-results .btn-bordered {
    margin: 0 auto;
}

.btn-bordered {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #1c64d9;
    border-radius: 4px;
    padding: 3px 10px;
    background: transparent;
    outline: none;
    font-size: 16px;
    line-height: 32px;
    color: #1c64d9;
    font-family: noto_sansregular;
    cursor: pointer;
}

.btn-bordered img {
    margin-right: 10px;
}

.btn-gray-bordered {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid #818589;
    border-radius: 4px;
    padding: 3px 10px;
    background: transparent;
    outline: none;
    font-size: 16px;
    line-height: 32px;
    color: #818589;
    font-family: noto_sansregular;
    cursor: pointer;
}

.btn-gray-bordered img {
    margin-right: 10px;
}

.voting-results {
    padding-left: 60px;
}

.voting-results-list {
    display: block;
    margin: 25px 0 30px;
}

.table thead th {
    border-top: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0;
    font-size: 16px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
}

.table td {
    border-top: 1px solid #e5e5e5;
    padding: 13px 0;
    font-size: 15px;
    line-height: 32px;
    color: #686c73;
    font-family: noto_sanslight;
}

.percent {
    display: flex;
    align-items: center;
}

.percent .progress-percentage {
    height: 16px;
    margin-left: 12px;
    margin-right: 12px;
}

.percent.percentage-value .p-value {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -- Modal -- */
#downloadvotingresults .modal-dialog {
    max-width: 450px;
}

#downloadvotingresults .modal-content {
    background: #ffffff;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(193, 195, 197, 0.05);
    border-radius: 10px;
}

#downloadvotingresults .modal-header {
    padding: 30px 30px 20px 30px;
}

#downloadvotingresults .modal-header h5 {
    font-size: 24px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
}

#downloadvotingresults .modal-body {
    padding: 26px 30px 26px 30px;
}

.form-check label {
    font-size: 16px;
    color: #30363d;
    font-family: noto_sansregular;
    margin-bottom: 0;
}

.form-check label span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #30363d;
}

#downloadvotingresults .modal-footer {
    padding: 25px 20px;
}

#downloadvotingresults .close {
    opacity: 100;
}

/* Radion-box */
[type="radio"]:not(:checked) + label:before {
    border-color: #8f9297 !important;
}

[type="radio"] :checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 2px solid #00c090;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #00c090;
    position: absolute;
    top: 9px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.heading-download-btn {
    float: right;
    margin-top: -3px;
}

.btn-main {
    background: #1c64d9;
    border-radius: 4px;
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    border: 0px;
    padding: 6px 23px;
    font-family: noto_sansregular;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-main:hover {
    opacity: 90%;
}

.btn-main.cancel-btn {
    background: #ededed;
    color: #686c73;
    margin-right: 20px;
}

.report-content-inner .form-check:first-child {
    margin-bottom: 28px;
}

/* -- Landig -- */
#landing-main {
    background: #f3f4f8;
    padding-bottom: 70px;
    width: 100%;
    min-height: 100vh;
}

.header {
    width: 100%;
    display: block;
    background: #30363d;
    height: 80px;
}

.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.logo-landing img {
    width: 250px;
    height: 27px;
    object-fit: cover;
}

.dropdown.user-menu {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 10px 45px 8px 8px;
}

.dropdown.user-menu .dropdown-toggle {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.dropdown.user-menu .dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.dropdown.user-menu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 12px;
    border: 0px;
    content: "";
    background: url(../images/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 8px;
    position: absolute;
    right: -23px;
    top: 20px;
}

.dropdown.user-menu .dropdown-menu.dropdown-menu-right {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(193, 195, 197, 0.05);
    border-radius: 4px !important;
    border: 0px;
    padding: 0;
    transform: translate3d(66px, 62px, 10px) !important;
}

.dropdown.user-menu .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 32px;
    color: #686c73;
    font-family: noto_sanslight;
    text-transform: capitalize;
    transition: 0.3s all;
    padding: 6px 13px;
}

.dropdown.user-menu .dropdown-menu .dropdown-item:hover {
    background: #e5e5e5;
    font-family: noto_sansregular;
    color: #30363d;
}

.useravtar {
    width: 40px;
    height: 40px;
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.useravtar span {
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    font-family: noto_sansmedium;
}

.dropdown.user-menu .userloggedin {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-family: noto_sansmedium;
}

.dropdown.user-menu i {
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    color: #ffffff;
    display: block;
    text-align: right;
    margin-top: 2px;
}

.welcome-text {
    width: 100%;
    height: 96px;
    background: rgba(255, 255, 255, 0.5);
    padding: 29px 0;
    border-bottom: 1px solid #ecedee;
}

.welcome-text h3 {
    font-size: 28px;
    line-height: 36px;
    color: #30363d;
    font-family: noto_sanssemibold;
}

.data-months {
    width: 100%;
    margin-top: 18px;
}

.data-months .data-months-inner label.months {
    font-size: 16px;
    line-height: 32px;
    color: #a2a9b0;
    margin-bottom: 8px;
    font-family: noto_sanslight;
}

.data-months .data-months-inner .analytics-item {
    background: #ffffff;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(193, 195, 197, 0.05);
    border-radius: 4px;
    padding: 34px 31px;
    margin: 8px 0 37px;
}

.data-months .data-months-inner .analytics-item .lable-for-item {
    width: 85px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 1px;
    font-size: 14px;
    line-height: 32px;
    font-family: noto_sansmedium;
    margin-top: -50px;
    position: relative;
    text-transform: capitalize;
}

.lable-for-item.draft {
    color: #49229f;
    background: #e5dbf8;
}

.lable-for-item.closed {
    color: #1c64d9;
    background: #d2e0f7;
}

.lable-for-item.active {
    color: #1b8079;
    background: #ccf7d9;
}

.data-content h4 {
    font-size: 21px;
    line-height: 32px;
    color: #30363d;
    margin-top: 20px;
    font-family: noto_sanssemibold;
    margin-bottom: 0px;
}

.data-content h4 a {
    color: #30363d;
    text-decoration: none;
}

.campaign-date {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #686c73;
    font-family: noto_sanslight;
    margin-bottom: 0;
}

.info-box {
    text-align: right;
    margin-top: 20px;
}

.info-box ul {
    margin: 0;
    padding: 0;
}

.info-box li {
    list-style: none;
    display: inline-block;
    text-align: center;
    padding: 0 25px;
    border-right: 1px solid #dadada;
}

.info-box li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.info-box .info-box-number {
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #30363d;
    font-family: noto_sanslight;
    margin-bottom: 0;
}

.info-box .info-box-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #8f9297;
    margin: 0;
    font-family: noto_sanslight;
}

.campaigns-number {
    width: 100%;
    margin: 0px 0 0;
}

.campaigns-number p {
    font-size: 14px;
    line-height: 32px;
    color: #a2a9b0;
    font-family: noto_sanslight;
}

.profile-data {
    width: 100%;
    margin-top: 46px;
}

.profile-heading {
    font-size: 18px;
    line-height: 32px;
    color: #30363d;
    margin-bottom: 4px;
    font-family: noto_sanssemibold;
}

.profile-data .profile-item {
    background: #ffffff;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(193, 195, 197, 0.05);
    border-radius: 1px;
    padding: 18px 28px;
}

.profile-data .profile-item h3 {
    font-size: 18px;
    line-height: 32px;
    color: #30363d;
    margin-bottom: 14px;
    font-family: noto_sanssemibold;
}

.profile-data .profile-item ul {
    padding: 0;
    margin: 0;
}

.profile-data .profile-item ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #454a50 !important;
    font-family: noto_sanslight;
}

.profile-data .profile-item ul li:last-child {
    margin-bottom: 0px;
}

.profile-data .profile-item ul li img {
    margin-right: 10px;
}

.profile-data .profile-item .active-from {
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    color: #8f9297;
    margin: 56px 0 0px;
    font-family: noto_sanslight;
}

/* -- Recipients -- */
.table-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.table-heading h5 {
    font-size: 20px;
    line-height: 32px;
    color: #30363d;
    margin: 0;
    font-family: noto_sansmedium;
}

.table-heading h5 img {
    margin: -3px 8px 0 0;
}

.table-search-bar {
    margin-left: 25px;
    position: relative;
}

.table-search-bar input {
    background: #ffffff;
    border: 1px solid #98a1ad;
    border-radius: 4px;
    width: 250px;
    height: 38px;
    padding: 0 35px 0 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #a2a9b0;
    font-family: noto_sanslight;
}

.table-header .search-btn {
    margin: 0 0 0 13px;
    background: transparent;
    border: 0px;
    outline: none;
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
}

table-heading {
    margin-left: auto;
}

.custom--table1 {
    margin-top: 20px;
}

.custom--table1 table {
    border-collapse: collapse;
    background: white;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0px;
}

.custom--table1 #table-id th {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 22px;
    color: #30363d;
    font-family: noto_sansregular;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 13px 10px;
    vertical-align: middle;
    background: #fff;
}

.custom--table1 td {
    border-top: 1px solid #e5e5e5;
    padding: 13px 10px;
    font-size: 15px;
    line-height: 22px;
    color: #686c73;
    font-family: noto_sanslight;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom--table1 .table-hScroll {
    overflow-x: scroll;
    width: 100%;
    overflow-y: scroll;
    display: block;
    height: 600px;
}

.custom--table1 table tbody tr:hover {
    background: #ededed;
}

.custom--table1 th {
    position: relative;
}

.custom--table1 th::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 40%;
    width: 9px;
    height: 14px;
    vertical-align: middle;
    background: url(../images/sorting-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1600px) {
    .data-table table {
        border-collapse: collapse;
        width: 100%;
        display: block;
    }
}

.table-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.show-pages .dropdown-container {
    display: flex;
    align-items: center;
}

.custom-dropdown {
    width: auto;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    background-color: #fff;
}

.custom-dropdown > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 7px 20px 7px 5px;
    border: 0px;
    background: #fff;
    font-size: 12px;
    line-height: 32px;
    color: #a2a9b0;
    font-family: noto_sansmedium;
    margin: 0 0 0;
}

.custom-dropdown > select option,
.dropdown-container span {
    font-size: 12px;
    line-height: 32px;
    color: #a2a9b0;
    font-family: noto_sansmedium;
    margin: 0 0 0;
}

.custom-dropdown::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: "";
    background: url("../images/arrow-down.svg") center no-repeat;
    pointer-events: none;
}

.table-footer .show-pages p {
    font-size: 12px;
    line-height: 32px;
    color: #a2a9b0;
    font-family: noto_sansmedium;
    margin: 0 0 0;
}

.table-footer .table-pagination ul {
    padding: 0;
    margin: 0;
}

.table-footer .table-pagination ul li {
    list-style: none;
    display: inline-block;
    color: #a2a9b0;
    padding: 0 5px;
    font-size: 14px;
    font-family: noto_sansmedium;
    cursor: pointer;
}

.table-footer .table-pagination ul li .page-numbers {
    font-size: 12px;
    line-height: 32px;
    color: #8f9297;
    font-family: noto_sansmedium;
    margin-right: 30px;
}

.table-footer .table-pagination ul li.pagination-btn button {
    background: transparent;
    border: 0px;
    outline: none;
    cursor: pointer;
}

.table-footer .table-pagination ul li.active {
    color: #30363d;
}

.table-footer .table-pagination ul li.pagination-btn.prev {
    margin-right: 15px;
}

.table-footer .table-pagination ul li.pagination-btn.next {
    margin-left: 15px;
}

.custom--table1.campaign-submissions #table-id tbody tr td .action button {
    background: transparent;
    border: 0px;
    text-align: center;
}

/* ----    Reporting       ------ */
.custom--table1.campaign-submissions #table-id th:nth-of-type(3):after,
.custom--table1.campaign-submissions #table-id th:nth-of-type(5):after {
    display: none;
}

.custom--table1.campaign-submissions .table-hScroll {
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
    height: 300px;
}

.custom--table1.campaign-submissions th::after {
    top: 19px;
}

@media (max-width: 1200px) {
    .custom--table1.campaign-submissions .table-hScroll {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .sidebar {
        overflow: hidden;
        display: none;
        z-index: 999;
        margin-left: -260px;
        transition: margin-left 0.35s ease-in-out;
        min-width: 100%;
    }

    .open {
        margin-left: 0;
        display: block;
        right: 0;
        transition: right linear 0.2s;
    }

    .page-header-content {
        padding: 15px 0 0 15px;
    }

    .card {
        margin: 15px 15px 0;
        padding: 20px 20px;
    }

    .voting-results {
        padding-left: 0;
    }

    .content-wrapper {
        padding-bottom: 100px;
    }

    .page-header-nav ul li a {
        padding: 5px 0px;
    }

    .page-header-content h3 {
        font-size: 20px;
    }

    .sidebar-footer {
        min-width: 100%;
    }

    .d-voting-results {
        margin-bottom: 43px;
    }

    .header .header-inner {
        flex-direction: column;
    }

    .header {
        height: auto;
    }

    .dropdown.user-menu {
        margin-top: 25px;
    }

    .logo-landing {
        padding: 10px 0 0;
    }

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

    .dropdown.user-menu .dropdown-menu.dropdown-menu-right {
        transform: translate3d(0px, 62px, 10px) !important;
        width: 100%;
    }

    .info-box li {
        padding: 0 15px;
    }

    .info-box li:first-child {
        padding-left: 0px;
    }

    .info-box {
        text-align: center;
        margin-top: 20px;
    }

    .data-months .data-months-inner .analytics-item {
        padding: 25px 25px;
    }

    .campaigns-content-inner {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .campaigns-content-inner .content-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .campaigns-content {
        width: 100%;
        margin: 0 auto;
    }

    .campaigns-content {
        padding: 0 10px;
    }

    .donut-chart .text h4 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .donut-chart .text p {
        font-size: 15px;
    }

    .data-months .data-months-inner label.months {
        margin-bottom: 18px;
    }

    .info-box .info-box-text {
        font-size: 13px;
    }

    .info-box .info-box-number {
        font-size: 25px;
    }

    .table-header {
        flex-direction: column;
        justify-content: flex-start;
    }

    .table-search-bar {
        margin-left: 0;
        position: relative;
        margin-top: 12px;
    }

    .table-search-bar input {
        width: 100%;
    }

    .table-header .btn-bordered {
        margin-right: auto;
        margin-left: 0px;
        margin-top: 10px;
    }

    .main-content {
        padding-left: 0;
    }

    .sidebar {
        position: static;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .main-content {
        padding-left: 16rem;
    }

    .page-header-content {
        padding: 30px 0 0 30px;
    }

    .info-box {
        text-align: left;
    }

    .card {
        margin: 30px 30px 0;
        padding: 30px 30px;
    }

    .d-voting-results {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .voting-results {
        padding-left: 0;
    }

    .campaigns-content {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
}

/* -- Menu drawer --  */
@media (max-width: 768px) {
    .toggle-menu {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 30px;
        z-index: 1000;
        right: 0;
    }

    .toggle-menu i {
        position: absolute;
        display: block;
        height: 3px;
        background: #30363d;
        width: 35px;
        left: 0px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .toggle-menu i:nth-child(1) {
        top: 16px;
    }

    .toggle-menu i:nth-child(2) {
        top: 24px;
    }

    .toggle-menu i:nth-child(3) {
        top: 32px;
    }

    .toggle-menu.active i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .toggle-menu.active i:nth-child(2) {
        background: transparent;
    }

    .toggle-menu.active i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .toggle-menu.active i {
        background: #fff;
    }
}

/* --Progress bar  -- */
.meetingDetails {
    font-style: normal;
    font-size: 15px;
    line-height: 34px;
    color: #30363d;
    font-family: noto_sansmedium;
    margin-bottom: 0;
}

.percent.percentage-value .p-value {
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

form.adminSearch input[type="text"] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}

form.adminSearch button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196f3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.adminSearch button:hover {
    background: #0b7dda;
}

form.adminSearch::after {
    content: "";
    clear: both;
    display: table;
}

.adminSearchBar {
    margin-bottom: 20px;
}

.btn-disabled {
    position: relative;
    border-color: rgba(28, 100, 217, 0.3) !important;
    color: rgba(28, 100, 217, 0.3) !important;
    cursor: not-allowed !important;
}

.btn-disabled img {
    opacity: 0.4;
}

.heading-download-btn.btn-disabled:hover:after {
    width: 190px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8f9297;
    font-family: noto_sanslight;
    text-align: center;
    content: "Bulk download of forms will be available when campaign is completed";
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -95px;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-shadow: 0px 0px 12px rgba(193, 195, 197, 0.2);
    border-radius: 5px;
    padding: 10px 10px;
}

.result-download-btn.btn-disabled:hover:after {
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8f9297;
    font-family: noto_sanslight;
    text-align: center;
    content: "Voting results will be accessible on the day of ballot voting";
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -95px;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-shadow: 0px 0px 12px rgba(193, 195, 197, 0.2);
    border-radius: 5px;
    padding: 10px 10px;
}

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 200px;
    margin-top: 30px;
}

/* ====== Latest CSS =======*/
.email-ballots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.email-ballots .toggle-wrapper {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.email-ballots .toggle-wrapper p {
    margin: 0px 0px 0px 5px;
}

.voting-action-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.action-top-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 62%;
}

.action-top-wrapper .voting-action {
    padding-left: 100px;
}

.voting-action .btn,
.voting-action .btn-voting,
.email-ballots .btn-ballots {
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid transparent;
    background-color: #00c090;
    border-radius: 4px;
    padding: 3px 10px;
    outline: none;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-family: noto_sansregular;
    cursor: pointer;
}

.email-ballots .btn-ballots {
    background-color: #6c757d;
    border-color: #6c757d;
}

.voting-matter-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 18px;
}

.voting-matter-content .vm-container {
    margin-top: 19px;
    line-height: normal;
}

.voting-action-top .status-actions {
    padding-left: 70px;
}

.status-action-block {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.status-action-block .edit-action {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.status-action-block .edit-action {
    margin: 0 0 0 37px;
}

.status-action-block .edit-action a {
    margin: 12px 0 0;
}

.status-actions h5 {
    margin-top: 20px;
}

.status-action-block .toggle-wrapper {
    margin-top: 17px;
}

/* Switch toggler */
.toggle-wrapper {
    position: relative;
}

.toggle {
    display: none;
}

.switch-toggle {
    position: relative;
    width: 40px;
    height: 20px;
    border-radius: 50px;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: #ddd;
    transition: background-color 0.2s;
}

.switch-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    display: block;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transition: left 0.2s;
}

.toggle:checked ~ .switch-toggle {
    border-color: #00c090;
    background-color: #00c090;
}

.toggle:checked ~ .switch-toggle:before {
    left: 22px;
}

.toggle--label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    z-index: 10;
    letter-spacing: 1px;
}

/* Modal */
.comodal .modal-content,
.email-notifications-modal .modal-content {
    background: #ffffff;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgb(193 195 197 / 5%);
    border-radius: 10px;
}

.comodal .modal-header h5,
.email-notifications-modal .modal-header h5 {
    font-size: 24px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
}

.comodal .close,
.email-notifications-modal .close {
    opacity: 100;
}

.comodal .modal-header,
.email-notifications-modal .modal-header {
    padding: 30px 30px 20px 30px;
}

.comodal .modal-body,
.email-notifications-modal .modal-body {
    padding: 26px 30px 26px 30px;
}

.comodal .modal-footer,
.email-notifications-modal .modal-footer {
    padding: 25px 20px;
}

.gde-candidates {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.gde-candidates .gde-inputs {
    width: 85%;
}

.gde-container h3,
.candi-details h3 {
    font-size: 22px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
}

.candi-details h3 {
    margin: 16px 0 16px;
}

.candi-details input {
    padding: 5px 10px;
    width: 70px;
}

.candidates p {
    padding: 8px 10px 10px 0px;
    margin-bottom: 12px;
    color: #30363d;
    font-family: noto_sansregular;
}

.editable-content {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid transparent;
    width: 100%;
    height: 40px;
    color: #30363d;
    line-height: 28px;
    font-family: noto_sansregular;
}

.input-field:hover .editable-content {
    background: #efefef;
    border: 1px solid #dddd;
}

.gde-inputs .input-field {
    position: relative;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.close-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    margin: auto;
    width: 32px;
    height: 25px;
    cursor: pointer;
}

.input-field:hover .close-icon {
    display: block;
}

.close-icon:before,
.close-icon:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #222;
}

.close-icon:before {
    transform: rotate(45deg);
}

.close-icon:after {
    transform: rotate(-45deg);
}

.details-input-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.details-input-block input {
    margin-left: 20px;
}

.details-input-block span {
    color: #30363d;
    font-family: noto_sansregular;
}

/* Specific matter */
.cm-modal form {
    font-family: noto_sansregular;
}

td .edit-pen,
td .envelop-icon {
    margin-left: 5px;
}

.er-form select {
    width: 100px;
}

.er-form .form-group:first-child .form-control {
    width: 200px;
}

.matter-content .table-heading h5 {
    margin-bottom: 10px;
}

/*  Email Ballots */
.eb-block {
    padding: 15px 0;
}

.eb-block p {
    margin: 0;
    color: #30363d;
}

.btn-disabled2,
.btn-disabled2 > *,
.btn-disabled2 input:focus {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* Dropdown Button */
.total-votes {
    display: flex;
}

.total-votes .dropdown-toggle {
    margin-left: 25px;
}

.total-votes .dropdown-toggle:after {
    display: none;
}

.total-votes .dropdown-menu {
    border: 1px solid rgba(193, 195, 197, 0.3) !important;
    box-shadow: 0px 0px 44px rgb(193, 195, 197, 20%) !important;
    border-radius: 4px !important;
    padding: 0px !important;
    margin-left: -17px !important;
}

.total-votes .dropdown-menu a {
    font-size: 15px !important;
}

/* .total-votes .dropdown-menu .dropdown-item{
padding: 10px 10px;
} */

/* Cancel votes */
.cv-block p {
    color: #30363d;
}

.cv-block p .voted-user {
    font-family: noto_sansbold;
    text-transform: uppercase;
}

.cv-icon {
    margin-left: 5px;
}

/* Send emails */
.se-form {
    padding: 35px 0;
}

.total-votes .not-avail {
    width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-device-width: 480px) {
    .voting-action-top {
        align-items: flex-start;
    }

    .voting-action-top .status-actions {
        padding-left: 0px;
        position: relative;
    }

    .action-top-wrapper {
        width: 60%;
    }

    .email-ballots .toggle-wrapper {
        align-items: flex-start;
        margin-left: 0px;
        flex-direction: column;
        margin-top: 10px;
    }

    .email-ballots {
        align-items: flex-start;
        flex-direction: column;
    }

    .status-actions,
    .voting-action .btn,
    .email-ballots .btn-ballots {
        font-size: 15px;
    }

    .toggle .email-ballots {
        flex-direction: column;
    }

    .status-action-block {
        position: absolute;
        top: 114px;
    }

    .email-ballots .switch-toggle,
    .email-ballots .toggle-wrapper p {
        margin-left: 0px;
    }

    .status-action-block .edit-action {
        margin: 0 0 0 25px;
    }

    .toggle-wrapper.first {
        margin-top: 23px;
    }

    .toggle-wrapper.second {
        margin-top: 45px;
    }

    .toggle-wrapper.third {
        margin-top: 46px;
    }

    .status-action-block .edit-action a {
        margin: 20px 0 23px;
    }
}

.nominated-btn {
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    color: #222;
    border: 0px;
    padding: 8px 5px;
    font-family: noto_sansregular;
    cursor: pointer;
    background-color: #9dc0fa;
    height: 40px;
    width: 170px;
    margin-left: 10px;
    border: 1px solid rgb(157, 192, 250);
    transition: all 0.3s;
}

/*spinner*/
.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

/* Alert message */
.warning-alert-message {
    font-family: noto_sansregular;
    color: #856404;
    background-color: #fff3cd;
    border: 1px solid rgba(133, 100, 4, 0.1);
    padding: 21px 20px;
    margin: 25px 0;
    border-radius: 3px;
}

.warning-alert-message p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.warning-alert-message strong {
    font-family: noto_sansmedium;
    margin-left: 8px;
}

.hastitle {
    position: relative;
}

.hastitle[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: 40px;
    left: 50%;
    width: 250px;
    z-index: 999;
    transform: translate(-50%, 0%);
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8f9297;
    font-family: noto_sanslight;
    text-align: center;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-shadow: 0px 0px 12px rgb(193 195 197 / 20%);
    border-radius: 5px;
    padding: 10px 10px;
    height: 70px;
    margin: 0 auto;
}

/*--- 2 April 2022 ---*/
.mr-dropdown .dropdown-toggle:after {
    display: none;
}

.mr-dropdown .dropdown-menu {
    border: 1px solid rgba(193, 195, 197, 0.3) !important;
    box-shadow: 0px 0px 44px rgb(193 195 197 / 20%) !important;
    border-radius: 4px !important;
    padding: 0px !important;
    margin-left: -17px !important;
}

.mr-dropdown .dropdown-menu a {
    font-size: 15px !important;
}

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

.voting-action .btn-bordered {
    margin-right: 20px;
}

.attachment-block-inner h3 {
    font-size: 22px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
    margin-bottom: 16px;
}

.custom-table {
    background: white;
    width: 100% !important;
}

.attachment-block-inner .custom-table td,
.attachment-block-inner .custom-table th {
    padding: 8px 10px !important;
}

.custom-table tbody tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.attachment-block {
    margin-top: 25px;
}

/*=== 11 April 2022 ===*/
.refresh-btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.refresh-btn-block a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}

.refresh-btn-block a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
    text-decoration: none;
}

.zoom-action-btns .btn-main {
    padding: 3px 10px;
    border: 1px solid #1c64d9;
}

@media (min-width: 1600px) {
    .alert-vs {
        max-width: 66vw;
    }
}

.total-votes .voted-numbers {
    width: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-control.error {
    border-color: rgba(255, 0, 0);
}

.error {
    color: rgba(255, 0, 0);
    font-family: noto_sansregular;
    font-size: 15px;
    margin-top: 5px;
}

/* 15 April 2022 */
.r-form-checkbox .form-check.has-error label {
    color: rgba(255, 0, 0);
}

/* 30 April 2022 */
#the-count {
    font-size: 15px;
    font-family: noto_sansregular;
    display: flex;
    justify-content: flex-end;
}

.votingbtn-message {
    position: absolute;
    top: -70px;
    width: 250px;
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8f9297;
    font-family: noto_sanslight;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-shadow: 0px 0px 12px rgb(193 195 197 / 20%);
    border-radius: 5px;
    padding: 10px 10px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}

.votingbtn-message svg {
    width: 65px;
    fill: #8f9297;
}

.voting-action {
    position: relative;
}

.voting-action .btn:hover + .votingbtn-message {
    display: flex;
}

/*---------- 10 May 2022 -----------*/
.tool-tip {
    display: inline-block;
    position: relative;
    cursor: not-allowed;
    color: rgba(28, 100, 217, 0.3) !important;
}

.tool-tip:hover:after {
    position: absolute;
    top: 70px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    content: attr(data-tip);
    margin: 0 auto;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #8f9297;
    font-family: noto_sanslight;
    border: 1px solid rgba(193, 195, 197, 0.3);
    box-shadow: 0px 0px 12px rgb(193 195 197 / 20%);
    border-radius: 5px;
    padding: 10px 10px;
}

.table-header .resend-ballot:hover + .votingbtn-message {
    display: flex;
}

.table-header .votingbtn-message {
    top: -30px;
}

/* 19 May 2022 */
.page-header-content .action-buttons {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.custom-selectbox {
    margin-left: 20px;
}

/* Custom select box */
.select {
    position: relative;
    width: 160px;
    text-align: left;
}

.select .selectBtn {
    padding: 8px 40px 8px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    font-size: 16px;
    font-family: noto_sansregular;
}

.select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 7px;
    height: 7px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    visibility: hidden;
    transition: 0.2s ease;
}

.select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-family: noto_sansregular;
}

.select .selectDropdown .option:hover {
    background: #f8f8f8;
}

.select .selectDropdown.toggle {
    visibility: visible;
    display: block;
}

.select .option.toggle {
    display: block;
}

.selectBtn[data-type="active"],
.option[data-type="active"] {
    background-color: #ccf7d9;
    color: #1b8079;
}

.selectBtn[data-type="closed"],
.option[data-type="closed"] {
    background-color: #d2e0f7;
    color: #1c64d9;
}

.selectBtn[data-type="draft"],
.option[data-type="draft"] {
    background-color: #e5dbf8;
    color: #49229f;
}

.selectBtn[data-type="archived"],
.option[data-type="archived"] {
    color: #721c24;
    background-color: #f8d7da;
}

.selectBtn[data-type="active"]:after {
    border-color: #1b8079;
}

.selectBtn[data-type="closed"]:after {
    border-color: #1c64d9;
}

.selectBtn[data-type="draft"]:after {
    border-color: #49229f;
}

.selectBtn[data-type="archived"]:after {
    border-color: #721c24;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: transparent;
    border: 0px;
    padding: 0;
}

.date-input input {
    padding-right: 30px;
    position: relative;
    background-image: url(../images/calendar-4.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 25px 16px;
}

.modal-body .form-group-block h3 {
    font-size: 20px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansregular;
    margin-bottom: 20px;
}

/* Upload button */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.upload-btn-wrapper input[type="file"] {
    display: none;
}

.upload-btn-wrapper .btn {
    line-height: normal;
    font-size: 13px;
    padding: 5px 15px;
    cursor: pointer;
}

.upload-btn-wrapper .btn-bordered:hover {
    color: #1c64d9;
}

.upload-btn-wrapper .btn-main:hover {
    color: #fff;
}

.label-archived {
    display: inline;
    line-height: normal;
    font-size: 12px;
    padding: 3px 11px;
    margin-left: 20px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da;
    border-radius: 2px;
}

img.un-archive {
    margin-top: -4px;
    width: 15px;
}

.ctable td i {
    color: #333;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.add-email-block {
    margin-top: 30px;
}

.add-email-block h5 {
    font-style: normal;
    font-size: 17px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansmedium;
    margin-bottom: 10px;
}

.add-email-block .template-item {
    width: 100%;
    height: 250px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-email-block .template-item p {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-family: noto_sansregular;
}

a:hover {
    text-decoration: none;
}

.edit-email-block {
    margin-top: 25px;
}

.edit-email-block .custom-table th {
    border: 0px;
    padding: 8px 10px !important;
}

.edit-email-block .custom-table tr:nth-of-type(odd) {
    background: #fff;
}

.edit-email-block .custom-table td {
    padding: 8px 10px !important;
}

.edit-email-block h6,
.send-date h6 {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansmedium;
    margin-bottom: 15px;
}

.campaigns-info .send-date {
    margin-top: 70px;
}

.edit-email-block .form-control {
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: noto_sanslight;
}

.card-header .upload-btn-wrapper .btn-bordered {
    padding: 3px 10px;
    font-size: 16px;
    line-height: 32px;
}

.custom-table tbody tr td .action button {
    background: transparent;
    border: 0px;
    text-align: center;
}

.table-header {
    margin-bottom: 20px;
}

.dropdown-block.recipients {
    position: static;
}

.dropdown-block.recipients .dropdown button {
    padding: 3px 15px;
}

button .arrow-down {
    font-size: 14px;
}

.dropdown-block .dropdown .dropdown-toggle::after {
    display: none;
}

.dropdown-block .dropdown-menu {
    border: 1px solid rgba(193, 195, 197, 0.3) !important;
    box-shadow: 0px 0px 44px rgb(193 195 197 / 20%) !important;
    border-radius: 4px !important;
    font-family: noto_sansregular;
    padding: 0px;
}

.dropdown-block .dropdown-menu a {
    font-family: noto_sanslight;
    font-size: 15px !important;
    padding: 9px 24px;
}

.dropdown-block.recipients .dropdown button:hover {
    color: #fff;
}

.table-proxyholder {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dropdown-block.drop-filter {
    left: 190px;
    top: 0;
    width: 400px;
}

.proxyholder-upload {
    position: absolute;
    right: 300px;
    top: 0;
    z-index: 2;
}

.proxyholder-upload .upload-btn-wrapper .btn {
    font-size: 16px;
    padding: 3px 15px;
    line-height: 28px;
}

.dropdown-block.drop-filter .proxyfilter-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.proxyfilter-block .form-group {
    display: flex;
    align-items: center;
}

.table-proxyholder .dropdown-block {
    position: absolute;
    right: 300px;
    top: 0;
    z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .dropdown-block.drop-filter {
        left: 170px;
        width: 250px;
    }

    .proxyholder-upload {
        right: 260px;
    }
}


.email-saved {
    background: #f9f9f9;
    padding: 30px;
    margin-top: 25px;
}

.email-saved .saved-email-content p {
    font-size: 16px;
    color: #30363d;
    font-family: noto_sansregular;
    margin-bottom: 0;
}

.email-saved .saved-email-content p b {
    font-family: noto_sansbold;
}

.email-saved-template {
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-top: 50px;
}

.test-mail-block {
    background: #f9f9f9;
    padding: 30px;
    margin-top: 25px;
}

.test-mail-block h6 {
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    color: #30363d;
    font-family: noto_sansmedium;
    margin-bottom: 15px;
}

.test-mail-block label {
    margin-bottom: 0.5rem;
}

.test-mail-block .form-control {
    margin-bottom: 20px;
}

.send-date .btn-main:hover:not(.cancel-btn),
.test-mail-block .btn-main:hover:not(.cancel-btn) {
    color: #fff;
}

.success-alert-message {
    font-family: noto_sansregular;
    color: #856404;
    background-color: #d8eacc;
    border: 1px solid #92d050;
    padding: 21px 20px;
    margin: 25px 0;
    border-radius: 3px;
}

.success-alert-message p {
    color: #155724;
}

.success-alert-message svg path {
    fill: #155724;
}

.success-alert-message svg {
    width: 25px;
    height: 25px;
}

.btn-bordered a {
    color: #1c64d9;
}

.email-saved-template .header {
    background-color: #1c64d9;
    display: inline-table;
    height: auto;
}

/* 1 Dec 2022 */
.label-forecast {
    font-size: 10px;
    background-color: #ccf7d9;
    color: #1b8079;
    padding: 2px 10px;
    border-radius: 2px;
    margin: 0 0 0 20px;
    font-family: noto_sansregular;
    line-height: normal;
    text-transform: capitalize;
}

.btn.btn-panelist-resend,
.btn.btn-copy,
.btn.btn-delete,
.btn.btn-active,
.btn.btn-panelist-delete,
.btn.btn-resend {
    border: 1px solid #e5e5e5;
    color: #686c73;
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 14px;
    margin-right: 8px;
    line-height: 18px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.btn.btn-copy:hover,
.btn.btn-panelist-resend:hover,
.btn.btn-delete:hover,
.btn.btn-active:hover,
.btn.btn-panelist-delete:hover,
.btn.btn-resend:hover {
    background: #e5e5e5;
}

/* 02 DEC 2022 */
.voting-action-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 69%;
}

table.voting-matter {
    width: 69%;
    margin-bottom: 0;
    margin-top: 5px;
}

table.voting-matter thead th {
    border: 0;
}

table.voting-matter td {
    border-top: 0;
    padding: 9px 0;
    font-size: 1rem;
    line-height: normal;
    color: #212529;
    vertical-align: middle;
    font-family: noto_sansregular;
}

table.voting-matter th h5 {
    font-size: 20px;
    line-height: 32px;
    color: #30363d;
    margin: 0;
    font-family: noto_sansmedium;
}

table.voting-matter .toggle-wrapper {
    margin-left: 20px;
}

table.voting-matter td a img {
    margin-right: 5px;
}

.no-padding-right {
    padding-right: 0px;
}

/* Email Accordion Styles */
.email-notifications-modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f7fafc;
}

/* Webkit browsers (Chrome, Safari, Edge) */
.email-notifications-modal .modal-body::-webkit-scrollbar {
    width: 8px;
}

.email-notifications-modal .modal-body::-webkit-scrollbar-track {
    background: #f7fafc;
    border-radius: 4px;
}

.email-notifications-modal .modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.email-notifications-modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}
.email-accordion {
    margin: 0;
}

.template-section {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.template-section.expanded {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.template-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 16px 20px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.template-header:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

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

.chevron-icon {
    margin-right: 12px;
    transition: transform 0.3s ease;
    color: #6c757d;
    font-size: 14px;
}

.chevron-icon.rotated {
    transform: rotate(90deg);
}

.template-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.template-name {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

.template-email {
    font-size: 13px;
    color: #495057;
    font-weight: 400;
    word-break: break-all;
}

.notification-count {
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.template-body {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
}

.notification-item {
    margin: 12px 20px;
    padding: 14px 16px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: #ffffff;
    overflow: hidden;
}

.notification-item:hover {
    border-color: #adb5bd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    background: #fafbfc;
}

.notification-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notification-main-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.notification-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0; /* Allow text to wrap if needed */
}

.notification-date {
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.notification-separator {
    color: #cbd5e0;
    font-size: 14px;
    user-select: none;
}

.notification-email {
    color: #6c757d;
    font-size: 14px;
    word-break: break-word;
}

.notification-right {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.notification-reason {
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.reason-text {
    color: #DC3545;
    font-size: 13px;
    line-height: 1.5;
    display: block;
}

/* Status Badge Styles - keeping the same as they look good */
.status-badge {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    white-space: nowrap;
}

.status-delivered,
.status-sent {
    background: #d4edda;
    color: #155724;
}

.status-opened {
    background: #d1ecf1;
    color: #0c5460;
}

.status-processed,
.status-processing {
    background: #fff3cd;
    color: #856404;
}

.status-failed,
.status-bounced {
    background: #f8d7da;
    color: #721c24;
}

.status-pending {
    background: #e2e3e5;
    color: #383d41;
}

.status-unknown {
    background: #f8f9fa;
    color: #6c757d;
}

.status-new{
    background: #e2e3e5;
    color: #721c24;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .notification-item {
        margin: 8px 12px;
        padding: 12px;
    }

    .notification-main-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .notification-left {
        width: 100%;
    }

    .notification-right {
        margin-left: 0;
        width: 100%;
    }

    .notification-email {
        display: block;
        margin-top: 4px;
    }
}