:root {
    --bs-red: #f8981e;
}

.color-f8981e{
    color: #f8981e;
}

body {
    padding: 0;
    margin: 0;
    /*font-family: "Nunito Sans";*/
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

img {
    max-width: 100%;
}

section {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #000000;
}

.borderTop{
    border-top: 8px solid #222;
}

section h2 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}

section p {
    font-size: 22px;
    color: #fff;
}

.index-desc h1 {
    color: #fff;
    font-size: 80px;
}

.index-desc h3, .index-desc h5 {
    color: #fff;
}

.text-common {
    color: #757575;
}

.row {
    margin: 0px;
}

.navbar {
    position: absolute;
    width: 100%;
    background: linear-gradient(
        0deg, rgba(0, 0, 0, 0) 0%, rgb(22, 22, 22) 100%);
}

.form-select {
    background-color: rgba(0,0,0,.4);
    border: 2px solid #757575;
    color: #757575;
    height: 52px;
}

a.navbar-brand {
    color: #f8981e !important;
    font-size: 44px;
    font-weight: bold;
}

.bg-img {
    /*background-image: url('../img/bg.jpg');*/
    background: url('../img/background_popcorn.jpg') no-repeat center center/cover;
    height: 800px;
}
/* Start of Tv Animation*/
.watchOnTv .our-story-card-img-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.watchOnTv .our-story-card-animation-container {
    position: relative;
    overflow: hidden;
}
.watchOnTv  .our-story-card-img{
    position: relative;
    z-index: 2;
}
.watchOnTv  .our-story-card-animation {
    width: 100%;
    height: 100%;
    max-width: 73%;
    max-height: 54%;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.watchOnTv  .our-story-card-video {
    width: 100%;
    height: 100%;
}

.case3 .our-story-card-img-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.case3 .our-story-card-animation-container {
    position: relative;
    overflow: hidden;
}
.case3  .our-story-card-img{
    position: relative;
    z-index: 2;
}
.case3  .our-story-card-animation {
    width: 100%;
    height: 100%;
    max-width: 73%;
    max-height: 54%;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.case3 .showcase-animation {
    /*width: 395px;*/
    /*height: 225px;*/
    /*top: 50px;*/
    /*left: 120px;*/
    width: 430px;
    height: 210px;
    top: -50px;
    left: 25px;
}
@media only screen and (max-width: 1024px) {

    .case3 .showcase-animation {
        width: 300px;
        height: 150px;
        top: 0;
        left: 0;
    }
}
@media only screen and (max-width: 768px) {

    .case3 .showcase-animation {
        width: 400px;
        height: 225px;
        top: -50px;
        left: 25px;
    }
}

@media only screen and (max-width: 425px) {

    .case3 .showcase-animation {
        width: 225px;
        height: 190px;
        top: -50px;
        left: 25px;
    }
}
@media only screen and (max-width: 320px) {

    .case3 .showcase-animation {

        width: 175px;
        height: 103px;
        top: -20px;
        left: 10px;
    }
}


.showcase-animation {
    position: absolute;
    left: 75px;
    top: 95px;
    z-index: -1;
}


.downloadAndWatch .our-story-card-img-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.downloadAndWatch .our-story-card-animation-container {
    /*margin: -8% 0 -4% -15%;*/ /* remove to make the image center*/
    min-height: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.downloadAndWatch .our-story-card-animation {
    position: absolute;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    background: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    min-width: 15em;
    padding: 0.25em 0.65em;
    border: 2px solid rgba(255,255,255,.25);
    -webkit-box-shadow: 0 0 2em 0 #000;
    -moz-box-shadow: 0 0 2em 0 #000;
    box-shadow: 0 0 2em 0 #000;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: .75em;
    border-radius: 0.75em;
    z-index: 3;
}

@media only screen and (min-width: 950px) and (max-width: 1449px), only screen and (min-width: 1450px){
    .animation-card.downloadAndWatch .our-story-card-animation {
        padding: 0.5em 0.75em;
    }
}

.downloadAndWatch .our-story-card-animation .our-story-card-animation-image {
    margin: 0 1em 0 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.downloadAndWatch .our-story-card-animation .our-story-card-animation-image img {
    height: 3em;
}

@media only screen and (min-width: 1450px){
    .downloadAndWatch .our-story-card-animation .our-story-card-animation-image img {
        height: 5em;
    }
}

.downloadAndWatch .our-story-card-animation .our-story-card-animation-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0.3em 0;
}

.downloadAndWatch .our-story-card-animation .our-story-card-animation-text .text-0 {
    color: #fff;
    font-weight: 600;
    font-size: .9em;
}

@media only screen and (min-width: 550px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1449px), only screen and (min-width: 1450px){
    .downloadAndWatch .our-story-card-animation .our-story-card-animation-text .text-0 {
        font-size: 1em;
    }
}

.downloadAndWatch .our-story-card-animation .our-story-card-animation-text .text-1, .downloadAndWatch .our-story-card-animation .our-story-card-animation-text .text-2 {
    color: #0071eb;
    font-size: .75em;
    font-weight: 400;
}

@media only screen and (min-width: 550px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1449px), only screen and (min-width: 1450px){
    .downloadAndWatch .our-story-card-animation .our-story-card-animation-text .text-1, .downloadAndWatch .our-story-card-animation .our-story-card-animation-text .text-2 {
        font-size: .9em;
    }
}
.downloadAndWatch .our-story-card-animation:after {
    width: 3em;
    height: 3em;
    outline: 2px solid #000;
    outline-offset: -2px;
    display: block;
    background: url(../img/download-icon.gif) center center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    content: '';
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 550px) and (max-width: 949px), only screen and (min-width: 950px) and (max-width: 1449px), only screen and (min-width: 1450px){
    .animation-card.downloadAndWatch .our-story-card-animation:after {
        height: 3.75em;
    }
}


/* End of Tv Animation*/

.layer {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.top-sign-in {
    height: 34px;
    margin-top: 10px;
    color:white;
    /*padding-top: 5px;*/
    /*default red color*/
    background-color: #f8981e;
    width: 160px;
    line-height: normal;
    font-weight: 400;
    font-size: 1rem;
}

@media only screen and (min-width: 400px) and (max-width: 549px), only screen and (min-width: 350px) and (max-width: 399px), only screen and (max-width: 349px){
    .top-sign-in {
        font-size: .9rem;
        margin-top: 0.35rem;
        padding: 0.25rem 0.5rem;
        padding-top: 7px;
    }
}


.input-group-text {
    font-size: 28px;
    background-color: #f8981e;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.input-group-text a{
    color: #fff;
text-decoration: none;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.main-search input {
    height: 70px;
}

.faq .btn {
    width: 100%;
    height: 72px;
    background-color: #303030;
    font-size: 30px;
    padding-top: 12px;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
    border-radius: 0px;
}

.multi-collapse.show {
    margin-bottom: 10px;
}

.faq .card {
    background-color: #303030;
    font-size: 26px;
    color: #fff;
    padding-left: 30px;
}

footer {
    background-color: #000000;
    padding-top: 40px;
    border-top: 8px solid #222;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    color: #757575;
    margin-bottom: 15px;
}

footer a {
    text-decoration: none;
    color: #757575;
}

footer a:hover {
    color: #757575;
    text-decoration: underline;
}

@media(min-width: 1200px) {
    .main-search .input-group {
        width: 60%;
        margin: 0 auto;
    }
}

@media(max-width: 800px) {
    .layer h1 {
        font-size: 60px;
    }
}

@media(max-width: 768px) {
    .reverse {
        flex-direction: column-reverse;
    }
}

@media(max-width: 612px) {
    .layer h1 {
        font-size: 50px;
    }
    .layer h5 {
        font-size: 20px;
    }
    section h2 {
        font-size: 40px;
    }
    .main-search input,
    .input-group-text {
        width: 100% !important;
        border-radius: 0px;
        border: 0px;
    }
    .input-group-text {
        margin-top: 5px;
    }
    .faq .btn {
        font-size: 20px;
        height: auto;
        padding-top: 5px;
        padding-left: 10px;
    }
    .faq .card {
        font-size: 16px;
        padding-left: 10px;
    }
    section p {
        font-size: 18px;
    }
}

@media(max-width: 515px) {
    .layer h1 {
        font-size: 40px;
    }
    .layer h5 {
        font-size: 16px;
    }
    .bottom-search p {
        padding-left: 10px;
        padding-right: 10px;
    }
    a.navbar-brand {
        font-size: 32px;
    }
    .form-select {
        margin-top: 3px;
        height: 34px;
    }
    .top-sign-in {
        margin-top: 3px;
    }
    .px-5 {
        padding-right: 10px!important;
        padding-left: 10px!important;
    }
    .layer h3 {
        font-size: 20px;
    }
    .layer h5 {
        font-size: 14px;
    }
}

@media(max-width:425px) {
    .layer h1 {
        font-size: 34px;
    }
}


/* Profile face */
@keyframes fade-in {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.profile {
    /*width: 50px;*/
}
.profile-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 50px auto;
}
.profile-icon {
    /*width: 50px;*/
    /*height: 50px;*/
    border: 6px solid #1f1f1f;
    transition: all 300ms ease;
}
.profile:hover .profile-icon {
    border: 6px solid #ebecec;
}

.profile1 #left-brow {
    transform-origin: center 80%;
    animation: raise 10s ease-in-out infinite;
}
.profile1 #sunglasses {
    transform-origin: center 100%;
    animation: tilt 10s 250ms ease infinite;
}
.profile1 #mustache {
    transform-origin: center 90%;
    animation: mustache 10s 0ms ease infinite;
}
@keyframes raise {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    10% {
        transform: translateY(-10px) rotate(5deg);
    }
    20% {
        transform: translateY(-10px) rotate(5deg);
    }
    25% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes tilt {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    10% {
        transform: translateY(-2px) rotate(5deg);
    }
    20% {
        transform: translateY(-2px) rotate(5deg);
    }
    25% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes mustache {
    20% {
        transform: translateY(0px) scale(1);
    }
    30% {
        transform: translateY(4px) rotate(-3deg) scale(1.03);
    }
    40% {
        transform: translateY(0px) scale(1);
    }
}
.profile2 #left-pupil, .profile2 #right-pupil {
    animation: side-to-side 10s ease-in-out infinite alternate;
}
.profile2 #left-eye-top, .profile2 #right-eye-top {
    transform-origin: center bottom;
    animation: wide-open 10s ease-in-out infinite alternate;
}
.profile2 #bottom-beak, .profile2 #gillard {
    transform-origin: center top;
    animation: chew 20s ease-in-out infinite;
}
.profile2 #hair {
    animation: hair 4s ease infinite alternate;
}
@keyframes side-to-side {
    0% {
        transform: translateX(0px);
    }
    5% {
        transform: translateX(-5px);
    }
    10% {
        transform: translateX(-5px);
    }
    20% {
        transform: translateX(5px);
    }
    25% {
        transform: translateX(5px);
    }
    35% {
        transform: translateX(-5px);
    }
    40% {
        transform: translateX(-5px);
    }
    45% {
        transform: translateX(0px);
    }
}
@keyframes wide-open {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
        transform: scale(1, 0);
    }
    42% {
        opacity: 1;
        transform: scale(1, 1);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@keyframes chew {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    2% {
        transform: translateY(3px) rotate(-3deg);
    }
    4% {
        transform: translateY(0px) rotate(0deg);
    }
    6% {
        transform: translateY(3px) rotate(-3deg);
    }
    8% {
        transform: translateY(0px) rotate(0deg);
    }
    10% {
        transform: translateY(3px) rotate(-3deg);
    }
    12% {
        transform: translateY(0px) rotate(0deg);
    }
    14% {
        transform: translateY(3px) rotate(0deg);
    }
    18% {
        transform: translateY(0px) rotate(0deg);
    }
    26% {
        transform: translateY(15px);
    }
    78% {
        transform: translateY(15px);
    }
    80% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}
@keyframes hair {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1, 0.8);
    }
    100% {
        transform: scale(1);
    }
}
.profile3 svg {
    animation: bg-fade 10s ease infinite;
}
.profile3 svg #smile {
    width: 100px;
}
@keyframes bg-fade {
    0% {
        background: #86a546;
    }
    40% {
        background: #86a546;
    }
    45% {
        background: #e09927;
    }
    55% {
        background: #e09927;
    }
    60% {
        background: #86a546;
    }
}


/*Terms of use css*/

.global-content p{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    margin: 0 0 16px;
}
.global-content p strong{
    font-weight: 700;
}


.global-content .kb-title{
    color: white;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 40px;
}
.c-wrapper ol li::marker{
    color: white;

}


/*Media Gallery Css*/
.media-bg-img {
    height: 380px;
    width: 100%;
    display: flex;
    padding: 128px 16px 48px 16px;
    background: rgb(15, 15, 15);
    flex-direction: column;
    background-size: 100%;
    /*background-image: url('../img/streams-bg.png');*/
    background-image: url('https://images.unsplash.com/photo-1614850523459-c2f4c699c52e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8MTl8fHxlbnwwfHx8fHw%3D&w=1000&q=80');

    background-repeat: repeat-y;
}
.media-index-desc {
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.25;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0;
    margin: 0 auto;
    max-width: 543px;
    text-align: center;
}
@media (min-width: 1441px){

    .media-index-desc {
        max-width: 610px;
    }
}
/*media gallery grid css*/
.jss144 {
    margin: 32px 24px;
}

 .MuiGrid-container-214 {
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     box-sizing: border-box;
 }
.MuiGrid-spacing-xs-3-238 {
    width: calc(100% + 24px);
    margin: -12px;
}

 .MuiGrid-item-215 {
     margin: 0;
     box-sizing: border-box;
 }
.MuiGrid-grid-xs-12-259 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.MuiGrid-spacing-xs-3-238 > .MuiGrid-item-215 {
    padding: 12px;
}


.jss212 {
    display: grid;
    padding: 0 24px;
    grid-row-gap: 24px;
    grid-auto-rows: 438px;
    justify-content: center;
    grid-template-columns: 290px;
}
@media (min-width: 768px){
    .jss212 {
        padding: 0;
        grid-auto-rows: 438px;
        grid-column-gap: 24px;
        grid-template-columns: repeat(2, 290px);
    }
}

@media (min-width: 991px){
    .jss212 {
        grid-auto-rows: 410px;
        grid-column-gap: 40px;
        grid-template-columns: repeat(auto-fill, 271px);
    }
}

@media (min-width: 1025px){

    .jss212 {
        grid-auto-rows: 391px;
        grid-template-columns: repeat(auto-fill, 256px);
    }
}


 .jss605 {
     box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 0 2px 0 rgb(0 0 0 / 10%) !important;
     background-color: transparent !important;
 }
.css-1jb4zhn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 10%), 0px 4px 8px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    background-color: rgb(222,222,222);
    -webkit-transition: -webkit-transform 300ms ease-in-out,box-shadow 300ms ease-in-out;
    -webkit-transition: transform 300ms ease-in-out,box-shadow 300ms ease-in-out;
    transition: transform 300ms ease-in-out,box-shadow 300ms ease-in-out;
}
@media screen and (min-width: 768px){
    .css-1jb4zhn:hover {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
        box-shadow: 0px 0px 2px rgb(0 0 0 / 10%), 0px 4px 8px rgb(0 0 0 / 30%);
    }
}

.jss606 {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}


.jss609 {
    height: 406px;
}

@media (min-width: 768px){
    .jss609 {
        height: 406px;
    }
}

@media (min-width: 991px){
    .jss609 {
        height: 378px;
    }
}
@media (min-width: 1025px){

    .jss609 {
        height: 359px;
    }
}
.jss610 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

 .jss613 {
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     opacity: 0;
     position: absolute;
     transition: opacity 300ms ease-in-out;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: 50% 0;
 }

.css-1jb4zhn * {
    box-sizing: border-box;
}
.jss613.loaded {
    opacity: 1;
}
.jss608 {
    height: 24px;
    margin: 4px;
    display: flex;
    align-items: center;
}

 .MuiTypography-root-53 {
     margin: 0;
 }
.MuiTypography-body1-55 {
    font-size: 1rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.jss380 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0;
}
.jss381 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    line-height: 1.5;
}
.jss383 {
    font-size: 13px;
}
.css-1jb4zhn * {
    box-sizing: border-box;
}

.jss145 {
    margin: 32px 0;
    display: flex;
    justify-content: center;
}
 .MuiButtonBase-root-357 {
     color: inherit;
     border: 0;
     cursor: pointer;
     margin: 0;
     display: inline-flex;
     outline: 0;
     padding: 0;
     position: relative;
     align-items: center;
     user-select: none;
     border-radius: 0;
     vertical-align: middle;
     -moz-appearance: none;
     justify-content: center;
     text-decoration: none;
     background-color: transparent;
     -webkit-appearance: none;
     -webkit-tap-highlight-color: transparent;
 }
.MuiButton-root-330 {
    color: rgba(0, 0, 0, 0.87);
    padding: 6px 16px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}

.MuiButton-outlined-335 {
    border: 1px solid rgba(0, 0, 0, 0.23);
    padding: 5px 15px;
}
.MuiButton-outlinedSecondary-337 {
    color: #f50057;
    border: 1px solid rgba(245, 0, 87, 0.5);
}

.jss321 {
    padding: 8px 12px;
    font-size: 13px;
    min-height: 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    letter-spacing: normal;
    text-transform: inherit;
}
.jss318 {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.4);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background-color: transparent;
}
.MuiButton-label-331 {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}
.MuiButton-label-331 a{
    text-decoration: none;
    color: white;
}


/*Normal white border table css*/
.normal-table{
    margin: 0 auto; color: white;border: 1px solid white
}
.normal-table th {
    border: 1px solid white;
    padding: 5px;

}
.normal-table td{
    padding: 5px;
    border: 1px solid white;
}
