<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapcolumn {
    display: flex !important;
    /*padding-left: 41px;*/
}
.badgemargin {
    margin-right: 11px;
    margin-bottom:5px;
}
.divmargin {
    padding-left: 0px;
    margin-bottom: 7px;
}
.ispublicfont {
    color: cornflowerblue
}
.imageclass {
    width: 100%;
    padding: 12px;
}
.mypollborder {
    border: 1px solid #bcbdc7;
    margin-top: 17px;
    border-radius: 4px;
    margin-right: 4px;
    padding: 5px;
}
.winnerpollborder {
    border: 3px solid #36B37E;
    margin-top: 17px;
    border-radius: 4px;
    margin-right: 4px;
    padding: 5px;
}
.optionfont {
    font-size: 17px;
    /*margin-left: 8px;*/
}
.optionfont1 {
    font-size: 17px;
    margin-left: 14px!important;
}
.textclass {
    margin-left: 4px;
    margin-right: 4px;
}

.img1 {
    position: relative;
    /*float: left;*/
    /*padding: 12px;*/
    width: 100%;
    max-height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
    object-fit: contain;
}
.hrclass {
    margin-top: 1.25rem;
}
.hrclass1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.filterclass {
    margin-bottom: 13px;
}
.result-header {
    padding: 0rem .3rem !important;
}
.rclass {
    margin-top: 40px;
}
.fclass {
    margin-bottom: 4px;
    height: calc(0.5em + 1.5rem + 2px) !important;
}
.fclass1 {
    font-size: 14px !important;
    padding-left: 0.5rem!important;
    padding-right: 0.5rem!important;
}
.table-fclass {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.rbadgeclass {
    padding: 0.20rem 0.3rem !important;
    font-size: 69% !important;
    float: right;
}
.sclass {
    font-size: 20px;
}
.btdpadding {
    padding: 0.35rem 0.55rem !important;
}
.hclass {
    padding-left: 0px !important;
}
.rowclass {
    margin-left: -2px!important;
}
.margin {
    margin-top: 33px;
}
.align {
    text-align: right;
}
.recent {
    color: #6e00ff;
    cursor: pointer;
}
.completed {
    color: #36B37E;
    cursor: pointer;
}
.drafts {
    color: #00B8D9;
    cursor: pointer;
}

.successicon {
    border: aliceblue solid;
    border-radius: 50%;
    width: 135px;
    padding: 23px;
    color: #4bbd67;
    border-color: #4bbd67;
    margin-bottom: 22px;
}

.failure {
    border: aliceblue solid;
    border-radius: 50%;
    width: 135px;
    padding: 23px;
    color: #ffab00;
    border-color: #ffab00;
    margin-bottom: 22px;
}
.cursor{
    cursor:pointer
}
.MyPolllegend {
    margin-top: -19px !important;
    margin-bottom: -10px !important;
    font-size: 17px !important;
    color: white !important;
    padding: 0px 5px;
    width: unset !important;
    max-width: unset !important;
    /*margin-left: 10%;*/
    background: #36B37E;
    border-radius: 3px;
}
.resultimage {
    position: relative;
    /*float: left;*/
    /*padding: 12px;*/
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height:600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
.rating {
    color: #ddd; /* Personal choice */
}
.selected {
    color: #ffc107;
}
.failureimage {
    width: 386px;
    padding: 23px;
}
.fontcolor {
    color: cadetblue;
}
.toppadding{
    padding-top:0px;
}
.fs-1 {
    color: #FFF;
    background-color: #6e00ff;
}
.fs-2 {
    color: #FFF;
    background-color: #FFAB00;
}
.fs-3 {
    color: #FFF;
    background-color: #36B37E;
}
.fs-4 {
    color: #FFF;
    background-color: #f62a07;
}
.fs-5 {
    color: #FFF;
    background-color: #0795f6;
}
.fs-6 {
    color: #FFF;
    background-color: #bf18ce;
}
.fs-7 {
    color: #FFF;
    background-color: #69e10d;
}
.fs-8 {
    color: #FFF;
    background-color: #263917;
}
.pbar {
    color: white !important;
    background-color: #E65F6C !important;
    font-size: 16px !important;
}
.pbar-md {
    height: 20px!important;
}
.winner {
    border: 3px solid #36B37E;
}

.header-account-page {
    margin: 30px 0px;
    height: unset !important;
}

.pbar-winner {
    background-color: #36B37E !important;
}

input:checked &gt; label {
    background-color: blue !important;
    font-style: normal;
} 

.btn{
    margin-bottom: 5px;
}

.activeBadge {
    color: white !important;
    background-color: #273444 !important;
}</pre></body></html>