.block {
    background: #eee;
    border: 1px solid #ccc;
}
.page {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	height: 100vh;
}
.pages svg {
    width: 16px!important;
}

.pages span, pages a {
    font-size: 13px;
}

.navbar{
    min-height: 70px;
    box-shadow: 0px 6px 6px -3px rgba(55, 34, 80, 0.4);
}
.navbar-collapse.collapse {
    margin-top: 3px;
}

.flex-fixed-width-10prc {
    flex: 0 0 10%;
}
.flex-fixed-width-16prc {
    flex: 0 0 15%;
}

.flex-fixed-width-25prc {
    flex: 0 0 25%;
}

.index-txt-wrap p   {
    margin-top: -150px;
}

.calcdata {
    margin-top: 6rem!important;
}
@media (max-width: 768px) {
    .calcdata {
        margin-top: 1.3rem!important;
    }
}

@media only screen and (min-width: 992px) {
    .left-nav-link {
        padding: 0.6em 0;
    }
}
@media (max-width: 576px) {
    .navbar-brand {
        margin-left: 16px;
    }
}
@media (max-width: 576px) {
    .navbar-collapse.collapse {
        margin-left: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0 0.8em;

    }
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 1px solid rgba(255, 255, 255, 0.55);
    }
}

@media (max-width: 768px) {
    .header {
        margin-bottom: 70px!important;
    }
}

@media (max-width: 768px) {
    .select-dropdown {
        margin-top: 10px!important;
    }
}
@media (max-width: 1200px) {
    .submit-button {
        margin-top: 10px!important;
    }
}

#header ul > li > div > a > i {
     color: #480177!important;
}

.table-responsive a{
    color: #c68b16!important;
    text-decoration: none!important;
}
.pagination-wrapper a {
    color: #c68b16 !important;
    text-decoration: none!important;
}

.prizm-pagination-wrapper a {
    color: #6610f2!important;
    text-decoration: none!important;
}

.text-indigo {
    color: #6610f2!important;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 3.5rem;
    height: 3.5rem;
    /*font-size: 10px;*/
    border: none;
    outline: none;
    background-color: #2c263a; /* #553f08; */
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #555;
}
#navBarSearchForm input {
    width: 240px!important;
}
#navBarSearchForm button {
    color: #c68b16;
    border-color: #c68b16;
}
#navBarSearchForm button:hover {
    color: #ffffff;
    background: #c68b16;
    /*border-color: #ffffff;*/
}
#navBarSearchForm button:focus {
    background: #c68b16;
    box-shadow: 0px 0px 2px 2px rgba(198, 139, 22, 0.5);
}

#navBarPzmSearchForm input {
    min-width: 300px; /*!important;*/
}

@media (max-width: 1200px) {
    #navBarPzmSearchForm input {
         min-width: 220px!important;
         font-size: 12px;
    }

    #navBarPzmSearchForm button {
        width: 32px;
        height: 32px;
        padding: 6px;
        margin-right: 5px!important;
    }
}


#navBarPzmSearchForm button {
    color: #c6beee;
    border-color: #c6beee;
    margin-right: 30px;
}
#navBarPzmSearchForm button:hover {
    color: #ffffff;
    background: #c6beee;
    /*border-color: #ffffff;*/
}
#navBarPzmSearchForm button:focus {
    background: #c6beee;
    box-shadow: 0px 0px 2px 2px rgba(208, 148, 234, 0.5);
}



.darkactive {
    background-color: #ababab!important;
}

/*======*/
.btn.btn-default.btn-copy {
    color: grey!important;
    border: none!important;
    background: none!important;
    width: 25px;
    height: 25px;
    padding: 0!important;
    margin: 0!important;
    box-shadow: none !important;
}


td.stcky {
    position: sticky;
    left: 0px;
    background-color: #bbabf2!important;
}
td.non-stcky {
    background-color: #bbabf2!important;
}

/*================*/
a {
    text-decoration: none;
}
#wrapper {
    --bs-gutter-x: 0;
}
@media (max-width: 480px) {
    #wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }
}
._container {
    max-width: 1046px;
    padding: 0px 15px;
    margin: 50px auto 0px;
    box-sizing: content-box;
}

.page {
    flex: 1 1 auto;
}
img {
    vertical-align: top;
}

img, svg {
    vertical-align: middle;
}
._ibg {
    position: relative;
}
._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}


.content_wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/*------egold--------*/
.egold {
    padding: 40px 0px;
}
.egold__header {
    margin: 0px 0px 45px 0px;
}
.egold__body {
    margin: 0px -20px -30px;
    display: flex;
    flex-wrap: wrap;
}

.header-block {
    padding-top: 20px;
    text-align: center;
    letter-spacing: 0.2px;
}
.header-block__title {
    line-height: 142%;
    font-size: 40px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .header-block__title {
        font-size: 32px;
    }
}
@media (max-width: 480px) {
    .header-block__title {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
 .calc-data {
     margin-top: 3rem;
 }
}
@media (max-width: 480px) {
    .calc-data {
        margin-top: 2rem;
    }
}

.header-block__title:not(:last-child) {
    margin: 0px 0px 10px 0px;
}
.header-block__subtitle {
    line-height: 142%;
    color: #737373;
}
.egold__body {
    margin: 0px -20px -30px;
    display: flex;
    flex-wrap: wrap;
}
.egold__column {
    padding: 0px 20px;
    margin: 0px 0px 30px 0px;
    flex: 0 1 25%;
}
.egold__column:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}
@media (max-width: 1040px) {
    .egold__column {
        flex: 0 1 50%;
    }
}
@media (max-width: 630px) {
    .egold__column {
        flex: 0 1 100%;
    }
}
.item-egold {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.item-egold__content {
    padding: 30px;
    flex: 1 1 auto;
}
.item-egold__link:not(:last-child) {
    margin: 0px 0px 15px 0px;
}
.item-egold__link {
    color: inherit;
    display: inline-block;
}

.item-egold__link:hover {
    color: #c68b16;
    text-decoration: none;
}
.item-egold__text  {
    color: #737373;
    line-height: 142%;
}
.item-egold__image {
    display: block;
    padding: 0px 0px 60% 0px;
    margin: 0px 0px 20px 0px;
}

/*----eGOLD-NODES------*/
.nodes-body {
    margin: 0px 0px 70px 0px;
}

@media (max-width: 480px) {
    .nodes-body {
        margin: 0px 0px 30px 0px;
    }
}

tr.disabled {
    background-color: #f9c1c1 !important;
}

.table-responsive a.disabled{
    color: #000!important;
}
/*=======================PRIZM================================*/

.bg-prizm {
	background-color: #480177;
}

/*.table-hover> tbody> tr:hover{*/
/*    background-color: #c3bdda;*/
/*}*/

.btn.btn-primary:hover {
    background-color: #593177!important;
    border-color: #593177!important;
}
.btn.btn-light:hover {
    background-color: #BBABF2!important;
    border-color: #BBABF2!important;
    color: #2c2626!important;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.partial-wrapper > .modal {
    top: 25%;
    padding-right: 0px;
}

.modal-dialog{
    overflow-y: initial!important
}

.modal-body {
    height: calc(100vh - 300px)!important;
    overflow-y: auto!important;
}
@media (max-width: 480px) {
    .partial-wrapper > .modal >.modal-dialog {
        margin: 8px 0px;
        top: 10%;
    }
}
.card-header {
    text-align: center;
    font-weight: 700;
}
.card {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(55, 34, 80, 0.2);
    -moz-box-shadow: 4px 4px 6px 0px rgba(55, 34, 80, 0.2);
    box-shadow: 4px 4px 6px 0px rgba(55, 34, 80, 0.2);
}
@media (max-width: 768px) {
    .card {
        margin-top: 10px;
    }
}
.page-icon {
    border: none;
    background: transparent;
}
.page-icon  i {
    color: #480177;
}
.ptable td {
    vertical-align: middle!important;
}

.ptable th > a,
.ptable td > a {
  color: #2c263a!important;
}
.ptable > :not(:first-child) {
    border-top: 2px solid #ea3943!important;
}

.pztable th > a,
.pztable td > a {
    color: #6610f2!important;
}

.ftable {
    display: inline-block;
    /*width: 100vw;*/
    height: 100vh;
    overflow-y: scroll!important;
}
.pred {
    color: #ea3943;
}

.fa-check {
    color: #16c784!important;
}
.fa-times {
    color: #ea3943!important;
}
.table-title a {
    color: #6c757d!important;
}
@media (max-width: 480px) {
    .table-title {
        font-size: .85em;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*========background========*/

#bgwrap {
    /*margin: -30px -15px -80px;*/
    height: 100vh;
    font-weight: 100;
    background: radial-gradient(#a23982,#1f1013);
    -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden;
    max-width: 100%!important;
    overflow-x: hidden!important;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}

a.lbutton{
    text-align: center;
    text-decoration: none;
    position: absolute;
    border: 2px solid white;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 250px;
    height: 50px;
    font-size: 2em;
    border-radius: 5px;
    opacity: .5;
    top: 4vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: .3s;
}
a.mbutton{
    text-align: center;
    text-decoration: none;
    position: absolute;
    border: 2px solid white;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 250px;
    height: 50px;
    font-size: 2em;
    border-radius: 5px;
    opacity: .5;
    top: 20vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transition: .3s;
}

a.lbutton:hover,
a.mbutton:hover{
    border: 2px solid #104F55;
    background-color: rgba(365,365,365,0.5);
    cursor: pointer;
    color: #104F55;
    opacity: .8;
    transition: .3s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1{
    -webkit-animation: floatUp 4s infinite linear;
    -moz-animation: floatUp 4s infinite linear;
    -o-animation: floatUp 4s infinite linear;
    animation: floatUp 4s infinite linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.x2{
    -webkit-animation: floatUp 7s infinite linear;
    -moz-animation: floatUp 7s infinite linear;
    -o-animation: floatUp 7s infinite linear;
    animation: floatUp 7s infinite linear;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    left: 15%;
}

.x3{
    -webkit-animation: floatUp 2.5s infinite linear;
    -moz-animation: floatUp 2.5s infinite linear;
    -o-animation: floatUp 2.5s infinite linear;
    animation: floatUp 2.5s infinite linear;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    left: -15%;
}

.x4{
    -webkit-animation: floatUp 4.5s infinite linear;
    -moz-animation: floatUp 4.5s infinite linear;
    -o-animation: floatUp 4.5s infinite linear;
    animation: floatUp 4.5s infinite linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    left: -34%;
}

.x5{
    -webkit-animation: floatUp 8s infinite linear;
    -moz-animation: floatUp 8s infinite linear;
    -o-animation: floatUp 8s infinite linear;
    animation: floatUp 8s infinite linear;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    left: -57%;
}

.x6{
    -webkit-animation: floatUp 3s infinite linear;
    -moz-animation: floatUp 3s infinite linear;
    -o-animation: floatUp 3s infinite linear;
    animation: floatUp 3s infinite linear;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    left: -81%;
}

.x7{
    -webkit-animation: floatUp 5.3s infinite linear;
    -moz-animation: floatUp 5.3s infinite linear;
    -o-animation: floatUp 5.3s infinite linear;
    animation: floatUp 5.3s infinite linear;
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    left: 37%;
}

.x8{
    -webkit-animation: floatUp 4.7s infinite linear;
    -moz-animation: floatUp 4.7s infinite linear;
    -o-animation: floatUp 4.7s infinite linear;
    animation: floatUp 4.7s infinite linear;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    left: 62%;
}

.x9{
    -webkit-animation: floatUp 4.1s infinite linear;
    -moz-animation: floatUp 4.1s infinite linear;
    -o-animation: floatUp 4.1s infinite linear;
    animation: floatUp 4.1s infinite linear;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 85%;
}

a.lbutton:focus,
a.mbutton:focus{
    outline: none;
}

@-webkit-keyframes floatUp{
    0%{top: 100vh; opacity: 0;}
    25%{opacity: 1;}
    50%{top: 0vh; opacity: .8;}
    75%{opacity: 1;}
    100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
    0%{top: 100vh; opacity: 0;}
    25%{opacity: 1;}
    50%{top: 0vh; opacity: .8;}
    75%{opacity: 1;}
    100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
    0%{top: 100vh; opacity: 0;}
    25%{opacity: 1;}
    50%{top: 0vh; opacity: .8;}
    75%{opacity: 1;}
    100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
    0%{top: 100vh; opacity: 0;}
    25%{opacity: 1;}
    50%{top: 0vh; opacity: .8;}
    75%{opacity: 1;}
    100%{top: -100vh; opacity: 0;}
}

.lheader{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 2em;
}
.plheader{
    width: 270px;
    text-align: center;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 1em;
}
@media (max-width: 480px) {
    .plheader {
        top: 65%;
        font-size: .8em;
    }
}
.plheader a {
    color: #ffffff;
}
.plheader a:hover {
    text-decoration: none;
}
#head1, #head2,#head3, #head4, #head5, #head6{
    opacity: 0;
}

#head1{
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
}

#head2{
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

#head3{
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

#head4{
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
    -webkit-animation-delay: 17s;
    -moz-animation-delay: 17s;
    -o-animation-delay: 17s;
    animation-delay: 17s;
}

#head5{
    -webkit-animation: finalFade 1 5s ease-in;
    -moz-animation: finalFade 1 5s ease-in;
    -o-animation: finalFade 1 5s ease-in;
    animation: finalFade 1 5s ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 22s;
    -moz-animation-delay: 22s;
    -o-animation-delay: 22s;
    animation-delay: 22s;
}

#head6{
    -webkit-animation: finalFade 1 5s ease-in;
    -moz-animation: finalFade 1 5s ease-in;
    -o-animation: finalFade 1 5s ease-in;
    animation: finalFade 1 5s ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1;}
}

@-moz-keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1;}
}

@-o-keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1;}
}

@keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 0;}
}

@-o-keyframes fadeOut{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 0;}
}

@keyframes fadeOut{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 1;}
}

@-moz-keyframes finalFade{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 1;}
}

@-o-keyframes finalFade{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 1;}
}

@keyframes finalFade{
    0%{opacity: 0;}
    30%{opacity: 1;}
    80%{opacity: .9;}
    100%{opacity: 1;}
}

#footer{
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 1.2em;*/
    /*color: white;*/
    /*position: fixed;*/
    /*bottom: 0px;*/
    /*-webkit-transform: translate(95vw,90vh);*/
    /*-moz-transform: translate(95vw,90vh);*/
    /*transform: translate(95vw,90vh);*/
    /*transform: translate(95vw,90vh);*/
}

/*=========Banner==========*/

#mainmodal {
    position: fixed;
    font-family: Arial;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
    text-align: center;
}

.modal-header {
    height: 5rem;
}

.modalcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #D9D2E9;
    width: 100%;
    padding: 50px;
}

.breakingtitle {
    font-size: 50px;
    background: black;
    color: #D9D2E9;
    padding: 10px;
}

#readmorebutton {
    background: black;
    color: #D9D2E9;
    /*color: #FFD700;*/
    border-style: none;
    padding: 20px;
    font-size: 20px;
}

#downloadbutton {
    background: black;
    color: #D9D2E9;
    border-style: none;
    padding: 20px;
    font-size: 20px;
}

.marquee {
    color: black;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 30px;
    font-size: 40px;
}

.modal {
    --bs-modal-zindex: 1055 !important;
}
/*======================END=PRIZM================================*/

