div.PollControl {
        margin-bottom: 10px;
        padding: 0;
}
div.PollControl table tbody tr td table tbody tr td table tbody tr:last-child {
        display: flex;
        justify-content: center;
}
div.PollControl table tbody tr td table tbody tr td table tbody tr:last-child span{
        font-weight: 600;
        font-size: 14px;
        background: #005f9e;
        color: #fff;
        padding: 5px 15px;
        height: auto;
        margin-top: 10px !important;
        border-radius: 5px;
        text-decoration: none;
        margin: 5px !important;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
}
div.PollControl table tbody tr td table tbody tr td table tbody tr:last-child span a {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
}
.PollControl .tdHeader {
        /* background: #00b3f7; */
        /* border-radius: 3px 3px 0 0; */
        /* height: 32px; */
        text-align: left;
}
.PollControl .tdHeader .Header {
        line-height: 45px;
        color: var(--color-primary);
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 600;
        font-family: 'UTM Time';
}
.PollControl .PollName {
        display: inline-block;
        font-size: 16px;
        margin: 10px 0;
        color: #3C3D41;
}
.PollControl .ListPollItem td div {
        width: 100%;
}
.PollControl .ListPollItem input {
        display: inline-block;
        margin-right: 5px;
}
.PollControl .ListPollItem input[type="text"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #cccc;
        border-radius: 3px;
        margin-top: 15px;
        margin-bottom: 5px;
        margin-left: 3px;
}
.PollControl td.td-result{
        margin-top: 30px;
}
div.PollControl td.td-result>a.ShowResult, div.PollControl td.td-result>a.lnkSubmit {
        background: #f1f1f1;
        border-radius: 4px;
        border: none;
        color: #2c4e8b;
        font-size: 16px;
        padding: 8px 35px;
        /* text-transform: uppercase; */
        margin: 15px 0;
        display: inline-table;
        cursor: pointer;
        font-weight: 500;
        display: inline-block;
        height: unset !important;
}
div.PollControl td.td-result>a.lnkSubmit {
        background: #ce1126;
        color: #fff;
}
.PollControl li{
        list-style: none;
        font-size: 16px;
        display: flex;
        align-items: center;
}
.PollControl li label {
        margin-left: 8px;
        margin-right: 10px;
}
.PollControl li+li{
        /* padding-top: 5px; */
}
.PollControl .poll-content {
        width: 100%;
        padding: 5px;
        border: 1px solid #cccc;
        border-radius: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
}
.ListPollItem td {
        display: flex;
        margin: 5px 5px;
        align-items: center;
        flex-wrap: wrap;
}
.PollControl li input[type='text'] {
        border-radius: 5px;
        border: 1px solid var(--bs-gray-400);
        width: 100%;
        padding: 8px;
        display: block;
}
span.ListPollItem {
        min-width: 150px;
}
.pool-popup{
        position: fixed;
        top:0;
        z-index: 999;
        width:100%;
        height:100%;
        background: #56515166;
        text-align:center;
}
.pool-popup .content{
        background: #fff;
        padding: 48px;
        color: #f31818;
        font-weight: bold;
        align-content: center;
        border-radius: 8px;
        font-size: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px){
        div.PollControl {
                padding: 0 10px;
                width: 100vw;
        }
        div.PollControl td.td-result {
                display: flex;
        }
        .jMask {
                z-index: 9999;
        }
        .jContainer {
                width: 100vw;
                z-index: 9999;
                top: 0 !important;
                left: 0 !important;
                position: fixed;
                border-radius: 0 !important;
                height: 100vh;
        }
        .jContainer .jBox {
                height: 100%;
                padding: 10px;
                border-radius: 0;
                overflow: auto;
        }
        .jContainer .jBox .jFrame {
                max-width: 100%;
                min-height: calc(100% - 40px);
                min-width: 100%;
                max-height: calc(100% - 40px);
        }
}
