@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

.checkbox label, .radio label{
    min-height: 20px;
    padding-left: 24px;
}

input[readonly], input[readonly="readonly"] {
    background: #eee;
}

input[type=email]{
    text-transform:lowercase!important
}

.allbdr {
    border: 1px solid #006699;
}

#msgbox {
    clear: both;
}

#msgbox p{
    font-size: 14px;
    color: #FF0000;
}
.notify {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}

fieldset {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px;
    min-width: 300px;
    border: 1px solid #AED0EA;
}

legend {
    margin:0 0 10px 10px;
    font-size:16px;
    font-weight:bold;
}

.profile_photo {
    background-color: #fff;
    text-align: center;
    margin-bottom: 3px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.profile_photo img {
    height: 160px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}

.demo {
    margin-top: 0px;
    width: 100%;
    background: #d9edf7;
    color: #3177b2 !important;
    font-size: 14px;
    border: 1px solid #a4cfe4 !important;
}

.mandatory{
    font-size: 8px !important;
    font-weight: bolder !important;
    color: #f00;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}
.countdown-timer-wrapper {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    max-width: 300px;
    margin: 10px auto !important;
}

.countdown-timer-wrapper h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
}

.countdown-timer-wrapper .timer {
    padding: 10px;
    text-align: center;
}

.countdown-timer-wrapper .timer .timer-wrapper {
    display: inline-block;
    width: 60px;
    height: 50px;
}

.countdown-timer-wrapper .timer .timer-wrapper .time {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.countdown-timer-wrapper .timer .timer-wrapper .text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.bg-extra {
    color: #3174af !important;
    background-color: #d9edf7 !important;
}

.bg-extra_0, .addonbg-extra_0{
    background: #cfe4ff !important;
    border: 1px solid #cfe4ff !important;
}

.bg-extra_1, .addonbg-extra_1{
    background: #e1ffcf !important;
    border: 1px solid  #e1ffcf !important;
}

.bg-extra_2, .addonbg-extra_2, .bg-extra_3, .addonbg-extra_3{
    background: #fff9b0 !important;
    border: 1px solid #fff9b0 !important;
}

.bg-extra_5, .addonbg-extra_5{
    background: #edc9ff !important;
    border: 1px solid #edc9ff !important;
}

.bg-extra_6, .addonbg-extra_6{
    background: #ffbea5 !important;
    border: 1px solid #ffbea5 !important;
}

.bg-extra_7, .addonbg-extra_7{
    background: #e3ff8d !important;
    border: 1px solid #e3ff8d !important;
}

.css-serial tbody{
    counter-reset: serial-number;
}
.css-serial tbody tr {
    counter-increment: serial-number;
}
.css-serial tbody tr td:first-child:before {
    content: counter(serial-number);
}
.css-serial tfoot tr{
    counter-increment: none !important;
}
.css-serial tfoot tr td:first-child:before {
    content: none !important;
}
.text-rainbow-animation {
    font-family:arial black;
    background-image: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow-animation 35s linear infinite;
    filter: drop-shadow(1px 1px 0px #666);
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}
.color-change {
    font-family: monospace;
    font-size: 3em;
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% {
        color: red;
    }
    50% {
        color: blue;
    }
    100% {
        color: red;
    }
}
.bot_footer {
    border: 2px solid #4d8dc3;
    background: #e8f5ff;
    padding: 15px 5px 5px;
    font-weight:700;
    font-size:13px
}
.bot_footer ul{
    padding: 0;
}
.bot_footer ul li {
    display:inline-block;
    list-style-type:none;
    color:#607d8b;
    border-right:1px solid #607d8b;
    line-height:10px;
    padding: 0 8px 0 5px;
}
.bot_footer ul li:last-child {
    border-right:none
}

@media screen and (max-width: 768px) {
    .bot_footer {
        text-align: center;
    }
    .bot_footer li {
        display: block;
        border-right:0;
        padding:2px;
    }
}

.txt_upper {
    text-transform:uppercase!important
}
@media only screen and (min-width: 1051px) {
    .heading-row{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 1051px) {
    .heading-row div{
        text-align: center !important
    }
}

.cracker-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 99999;
    overflow: hidden;
}

.cracker-trail {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 20px;
    background: linear-gradient(to top, orange, yellow, white);
    border-radius: 2px;
    transform: translateX(-50%);
    animation: trailUp 800ms cubic-bezier(.2,.7,.2,1) forwards;
}

@keyframes trailUp {
    from {
        bottom: 0;
        opacity: 1;
    }
    to   {
        bottom: 60%;
        opacity: 0;
    }
}

.confetti {
    position: absolute;
    width: 10px;
    height: 16px;
    border-radius: 2px;
    will-change: transform, opacity;
    animation: confettiFly var(--dur) cubic-bezier(.2,.7,.2,1) forwards;
}

@keyframes confettiFly {
    0% {
        transform: translate(0,0) rotate(0);
        opacity:1
    }
    100% {
        transform: translate(var(--tx), var(--ty)) rotate(var(--rot));
        opacity:0
    }
}

.btn.ae.focus, .btn.ae:focus, .btn.ae:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
    animation: none;
}
.doc-links {
  display: grid;
  grid-template-columns: 1fr; /* default: mobile */
  gap: 10px;
}

@media (min-width: 600px) {
  .doc-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .doc-links {
    grid-template-columns: repeat(3, 1fr);
  }
}