
.spinnerContainer[data-v-d4de72cc] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    z-index: 999999;
}


@font-face {
    font-family: 'Gilroy';
    font-weight: 300;
    src: url(../fonts/Gilroy-Light.b165af51.ttf) format("truetype"),
        url(../fonts/Gilroy-Light.5d681254.woff) format("woff");
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    src: url(../fonts/Gilroy-Regular.8bb2cc1f.ttf) format("truetype"),
    url(../fonts/Gilroy-Regular.d4b8c1c2.woff) format("woff");
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    src: url(../fonts/Gilroy-Medium.9e719333.ttf) format("truetype"),
    url(../fonts/Gilroy-Medium.1d85f68a.woff) format("woff");
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    src: url(../fonts/Gilroy-SemiBold.dcbc66a7.ttf) format("truetype"),
    url(../fonts/Gilroy-SemiBold.b86cd35e.woff) format("woff");
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    src: url(../fonts/Gilroy-Bold.f63d66a8.ttf) format("truetype"),
    url(../fonts/Gilroy-Bold.5825e98b.woff) format("woff");
}
@font-face {
    font-family: 'Gilroy';
    font-weight: 900;
    src: url(../fonts/Gilroy-ExtraBold.4d775f60.ttf) format("truetype"),
    url(../fonts/Gilroy-ExtraBold.13cc9480.woff) format("woff");
}
@font-face {
    font-family: 'Lato';
    font-weight: 100;
    src: url(../fonts/Lato-Light.2fe27d9d.ttf) format("truetype");
}
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    src: url(../fonts/Lato-Thin.9a77fbaa.ttf) format("truetype");
}
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    src: url(../fonts/Lato-Regular.2d36b1a9.ttf) format("truetype");
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    src: url(../fonts/Lato-Bold.85d339d9.ttf) format("truetype");
}
@font-face {
    font-family: 'Lato';
    font-weight: 900;
    src: url(../fonts/Lato-Black.e631d273.ttf) format("truetype");
}
.opModal {
    background-color: white;
    padding: 30px;
    max-height: 97vh;
    overflow: auto;
}
.opModal .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7ED;
}
.opModal .header .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 33px;
}
.opModal .body {
    min-width: 380px;
}
/* op-table */
/* table {
    width: 100%;
    border-collapse:separate; 
    border-spacing: 0 15px;
}

.table-component__table tbody tr {
    background-color: white;
    box-shadow: 0px 0px 24px rgba(122, 139, 145, 0.3);
    border-radius: 10px;
}

.table-component__table thead td, .table-component__table td {
    padding: .75em 1.25em;
    vertical-align: bottom;
    text-align: left;
    position: relative;
}

.table-component__table tbody td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
}

.table-component__table tbody td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; 
}

.table-component__table td {
    vertical-align: middle !important;
}

.table-component__table td span {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9292B7;
}

.tr-standard {
    height: 79px;
}

.tr-standard.button button {
    z-index: 2;
    position: relative;
}

.tr-over {
    position: absolute !important;
    width: calc(100% - 35px);
    margin-left: 17.5px;
    left: 0px;
    z-index: 1;
    height: 79px;
}

.tr-over:hover {
    cursor: pointer;
    background-color: rgba(5, 144, 199, 0.3);
} */

.opTable {
    margin-top: 10px;
}

.opTable thead > tr {
    background: radial-gradient(43.46% 59.68% at 20% 0%, rgba(0, 240, 255, 0.4) 0%, rgba(113, 143, 250, 0) 100%), linear-gradient(360deg, rgba(178, 34, 202, 0.2) 0%, rgba(3, 0, 77, 0.106) 81.41%), radial-gradient(75.09% 75.09% at 92.18% 24.91%, rgba(231, 24, 235, 0.2) 0%, rgba(10, 8, 59, 0) 100%), radial-gradient(33.34% 33.34% at 26.89% 4.68%, rgba(23, 5, 255, 0.21) 0%, rgba(239, 224, 224, 0) 100%), #08093A;
}
.opTable thead > tr td {
    color: white;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* generic */
* {
    font-family: "Gilroy";
    color: #181445;
    outline: none!important;
}

body {
    background-color: white;
    font-size: 12px;
    font-weight: 400;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
}

/* toastr */
#toast-container > div {
    opacity: 1!important;
    border-radius: 8px;
}

.pointer {
    cursor: pointer!important;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}
.loginContainer {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginContainer img {
    max-height: 100%;
    max-width: 480px;
}
.loginContainer .loginForm .form-group {
    margin-bottom: 32px;
    width: 300px;
}
.loginContainer .loginForm .input-group img {
    position: absolute;
    left: 6px;
    height: 20px;
    width: 20px;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.loginContainer .loginForm .input-group input {
    padding-left: 35px;
    border: none;
    border-bottom: 1px solid #181445;
    border-radius: 0;
}

.link, .link span {
    color: #181445 !important;
    font-weight: 600;
    text-decoration: underline;
}

.label-violet {
    color: #B222CA;
    font-weight: 600;
}

tr.programRow {
    height: 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
}
tr.programRow.insertRow {
    vertical-align: bottom;
}
tr.programRow.insertRow td {
    padding-bottom: 10px;
}

tr.programRow td.programCell {
    font-weight: 600;
    font-size: 16px;
}

.btn.btn-link.active {
    background-color: #181445;
    color: white;
}

.btn.btn-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}

.btn.btn-blue {
    background: radial-gradient(43.46% 59.68% at 20% 0%, rgba(0, 240, 255, 0.4) 0%, rgba(113, 143, 250, 0) 100%), linear-gradient(360deg, rgba(178, 34, 202, 0.2) 0%, rgba(3, 0, 77, 0.106) 81.41%), radial-gradient(75.09% 75.09% at 92.18% 24.91%, rgba(231, 24, 235, 0.2) 0%, rgba(10, 8, 59, 0) 100%), radial-gradient(33.34% 33.34% at 26.89% 4.68%, rgba(23, 5, 255, 0.21) 0%, rgba(239, 224, 224, 0) 100%), #08093A;
    color: white;
}

.btn.btn-green {
    background: radial-gradient(119.7% 119.7% at 89.39% 105.67%, rgba(18, 122, 1, 0.9) 0%, rgba(22, 159, 0, 0) 100%), radial-gradient(33.34% 33.34% at 26.89% 4.68%, rgba(193, 255, 155, 0.61) 0%, rgba(239, 224, 224, 0) 100%), #54B805;
    color: white;
}

.btn.btn-red {
    background: radial-gradient(51.15% 100% at 20% 0%, #FF1F00 0%, rgba(164, 39, 0, 0) 100%), #5B0000;
    color: white;
}

.btn.btn-violet {
    background: radial-gradient(38.05% 85.28% at 20% 0%, rgba(0, 240, 255, 0.4) 0%, rgba(113, 143, 250, 0) 100%), linear-gradient(360deg, rgba(178, 34, 202, 0.33) 0%, rgba(3, 0, 77, 0.1749) 81.41%), radial-gradient(70.76% 61.73% at 82.42% 50%, rgba(231, 24, 235, 0.2) 0%, rgba(10, 8, 59, 0) 100%), radial-gradient(33.34% 33.34% at 26.89% 4.68%, rgba(23, 5, 255, 0.21) 0%, rgba(239, 224, 224, 0) 100%), #08093A;
    border-radius: 30px;
    color: white;
    min-width: 200px;
    padding: 20px;
}
.btn.btn-violet span {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 20px;
}

.btn.btn-small {
    font-size: 12px;
    padding: 5px 10px;
    min-width: unset;
}

.btn.btn-icon {
    background-color: #f3f3f6;
    border-radius: 6px;
    padding: 7px;
}

img.listImage {
    max-width: 100%;
    max-height: 100%;
    width: 52px;
    height: 52px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}


.layout {
    display: flex;
    height: 100vh;
    width: 100%;
}

.roundBlue {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(43.46% 59.68% at 20% 0%, rgba(0, 240, 255, 0.4) 0%, rgba(113, 143, 250, 0) 100%), linear-gradient(360deg, rgba(178, 34, 202, 0.2) 0%, rgba(3, 0, 77, 0.106) 81.41%), radial-gradient(75.09% 75.09% at 92.18% 24.91%, rgba(231, 24, 235, 0.2) 0%, rgba(10, 8, 59, 0) 100%), radial-gradient(33.34% 33.34% at 26.89% 4.68%, rgba(23, 5, 255, 0.21) 0%, rgba(239, 224, 224, 0) 100%), #08093A;
    border-radius: 100%;
    color: white;
    font-weight: 600;
    height: 50px;
    width: 50px;
}

.list .listItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list .listItem.pollItem{
    padding: 20px;
    border-radius: 2px;
    box-shadow: 10px 4px 24px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
.list .listItem img, .list .listItem object {
    max-height: 100px;
}
.list .listItem.pollItem .pollImage object {
    position: absolute;
}
.list .listItem.pollItem .pollImage {
    position: relative;
    width: 134px;
    height: 144px;
    background: #272a36;
    overflow: hidden;
}
.list .listItem.pollItem .preview {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}
.list .listItem.pollItem .pollImage .removePreview {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 3px;
}

.navbar {
    height: 100%;
    width: 144px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: 2px 0px 4px rgba(114, 130, 160, 0.3);
}
.navbar hr {
    width: 52%;
}
.navbar .top {
    height: 20%;
    width: 100%;
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.navbar .top img {
    height: 62px;
    width: 62px;
}
.navbar .middle {
    width: 100%;
    height: 67.5%;
    padding-left: 17px;
}
.navbar .bottom {
    width: 100%;
    height: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.viewContainer {
    width: 100%;
    padding: 20px 12px;
    background-color: #ffffff;
}

.text-violet {
    color: #B222CA!important;
}

.text-purple {
    color: #181445!important;
}

.routeItem {
    display: flex;
    height: 36px;
    align-items: center;
    color: #7282A0;
    text-decoration: none;
}
.router-link-active.routeItem {
    color: #181445;
    font-weight: 600;
}
.routeItem img {
    height: 20px;
    width: 20px;
    margin-right: 6px;
}

.router-link-active .off, .selected .off, .active .off {
	display: none;
}
.router-link-active .on, .selected .on, .active .on {
	display: flex;
}
.off {
	display: flex;
}
.on {
	display: none;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    background: #FFFFFF;
    box-shadow: 2px 2px 14px rgba(114, 130, 160, 0.3);
    border-radius: 2px;
    /* border-radius: 10px; */
    padding: 18px;
}
.box-title {
    font-weight: 600;
    font-size: 26px;
    border-bottom: 1px solid #E5E7ED;
    padding: 0px 0 14px;
    margin-bottom: 24px;
}

.pallinoAlert {
    width: 6px;
    height: 6px;
    background: red;
    position: absolute;
    border-radius: 50%;
    top: 4px;
    right: 4px;
}

.form-group {
    width: 100%;
}
.form-group label, .form-group label span {
    color: #b222ca;
    font-weight: 600;
    font-size: 10px;
    line-height: 22px;
}
.form-group input.form-control, .form-group select.form-control, .form-group textarea.form-control {
    border: 1px solid #181445;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 12px 14px;
}

.caption {
    color: #7282A0;
    font-size: 12px;
}

.newStarForm {
    display: flex;
}
.newStarForm .newStarImage {
    width: 192px;
    height: 192px;
    background: #b2b2b2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.newStarForm .newStarImage span {
    color: white;
    font-weight: 600;
}
.newStarForm .newStarImage .removePreview, .fileDropperPreview .removePreview {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.newStarForm .newStarImage .preview, .fileDropperPreview .preview {
    max-width: 100%;
    max-height: 100%;
}
.newStarForm .left {
    width: 280px;
    flex-shrink: 0;
    padding-right: 18px;
}


.fileDropperPreview {
    position: relative;
    max-height: 400px;
    max-width: 400px;
    text-align: center;
    margin: auto;
}
.fileDropperPreview .preview {
    max-width: 100%;
    max-height: 100%;
}
.fileDropperPreview .removePreview {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.tabsContainer {
    display: flex;
}
.tabsContainer .tabView {
    background-color: #F4F6F9;
    width: calc(100% - 172px);
    padding: 16px;
}
.tabsContainer .tabs {
    width: 172px;
}
.tabsContainer .tabs .tab img {
    padding: 16px;
}
.tabsContainer .tabs .tab {
    height: 52px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.tabsContainer .tabs .tab.selected {
    background-color: #F4F6F9;
    color: #181445;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery .galleryImageSpacer {
    padding: 4px;
    position: relative;
}
.gallery .galleryImageSpacer .galleryImage {
    max-height: 200px;
    max-width: 200px;
}
.gallery .galleryImageSpacer .removeImage {
    position: absolute;
    top: 6px;
    right: 6px;
}


.__modalsContainer[data-v-5a3f7198] {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        padding: 20px;
        overflow-y: auto;
        display: none;
        z-index: 999;
}
.__modalBg[data-v-5a3f7198] {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(27, 31, 43, 0.95);
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
}
.__show[data-v-5a3f7198] {
        display: flex;
}



body.__modal-open {
    overflow: hidden;
}


@-webkit-keyframes spinner-81ec8a3c {
100% {
            transform: rotate(360deg);
}
}
@keyframes spinner-81ec8a3c {
100% {
            transform: rotate(360deg);
}
}
.spinner[data-v-81ec8a3c] {
        position: relative;
        height: 30px;
        width: 30px;
        margin: auto;
}
.spinner[data-v-81ec8a3c]:before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border-radius: 50%;
        border-top: 6px solid #B222CA;
        border-right: 6px solid transparent;
        -webkit-animation: spinner-81ec8a3c .6s linear infinite;
                animation: spinner-81ec8a3c .6s linear infinite;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #06161d;
}


.password_div[data-v-2b7fdc84] {
    position: absolute;
    right: 4px;
    top: 16px;
}
.password_div img[data-v-2b7fdc84] {
        padding: 5px;
        height: 30px;
}


.search_icon[data-v-a09915ea] {
    position: absolute;
    left: 0;
    top: calc(100% / 2 - 12px);
}


span[data-v-446d8a86] {
    display: block;
}


span[data-v-32072dd4] {
    display: block;
}


span[data-v-52ab258d] {
    display: block;
}


.opTable thead td {
    position: relative;
    padding: 10px;
}
.opTable td.desc:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    border-top: 10px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.opTable td.asc:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    border-bottom: 10px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.opTable thead td .opTdFilterContainer {
    display: block;
    max-width: 100%;
    position: relative;
}
/* .opTable thead td .opTdFilterContainer:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 6px;
    background-image: url('../img/lens.png');
    background-size: cover;
    background-position: center;
    pointer-events: none;
} */
.opTable thead td input[type="checkbox"] {
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
}
.opTable thead td input {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    padding: 4px;
    color: #000000;
}
.opTable thead td input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.opTable thead td input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.opTable thead td input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.opTable thead td input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.opTable thead td input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.opPaginationContainer {
    text-align: right;
}
.opPaginationContainer.top {
    display: flex;
    justify-content: space-between;
}
.opPaginationNumber {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.2);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.opPaginationNumber.selected {
    background-color: #02293a;
    color: white;
}
.opItemsPerPageContainer {
    display: flex;
    align-items: center;
}
.opItemsPerPage {
    height: 30px;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 0 5px;
    max-height: 30px;
    min-height: 30px;
}


.opTable thead td {
    position: relative;
    padding: 10px;
}
.opTable td.desc:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    border-top: 10px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.opTable td.asc:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    border-bottom: 10px solid #000000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.opTable thead td .opTdFilterContainer {
    display: block;
    max-width: 100%;
    position: relative;
}
/* .opTable thead td .opTdFilterContainer:after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 6px;
    background-image: url('../img/lens.png');
    background-size: cover;
    background-position: center;
    pointer-events: none;
} */
.opTable thead td input {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    padding: 4px;
    color: #000000;
}
.opTable thead td input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.opTable thead td input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.opTable thead td input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}
.opTable thead td input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}
.opTable thead td input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}
.opPaginationContainer {
    text-align: right;
}
.opPaginationContainer.top {
    display: flex;
    justify-content: space-between;
}
.opPaginationNumber {
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.2);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.opPaginationNumber.selected {
    background-color: #02293a;
    color: white;
}
.opItemsPerPage {
    height: 30px;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 30px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 5px;
    margin-right: 10px;
}


.imageDropSpace[data-v-5c6a9670] {
        text-align: center;
        background: #b2b2b2;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
}
.imageDropSpace img[data-v-5c6a9670] {
        max-width: 150px;
        max-height: 150px;
}
.drag-drop[data-v-5c6a9670] {
        width: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
}
.dragSpace[data-v-5c6a9670] {
        padding: 30px;
        display: inline-block;
        border: 3px dashed rgba(0,0,0,0.1);
}
.hidden[data-v-5c6a9670] {
        visibility: hidden;
}
.absolute[data-v-5c6a9670] {
        position: absolute;
}

