/* Global css */
:root{
    --tkm-primary-color: #F24A72;
    --tkm-gradient-color: linear-gradient(90deg, #F24A72 0%, #151D3B 100%);
    --tkm-black-color: #151D3B;
    --tkm-secondary-color: #243362;
}


html,
body {
    overflow-x: hidden;
    box-sizing: border-box;
    background: linear-gradient(180deg, #EEEFF8 0%, rgba(238, 239, 248, 0.00) 100%);
    position: relative;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

i {
    vertical-align: middle;
    color: var(--tkm-primary-color)
}

a {
    text-decoration: none;
    color: var(--tkm-black-color);
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    color: var(--tkm-black-color);
}



iframe {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h6 a:hover,
h5 a:hover {
    background-size: 100% 6%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h6 a,
h5 a {
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: inline;
}

a:hover {
    color: var(--tkm-primary-color);
}

/* home page */
/* header */
.tkm-header {
    padding-top: 40px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #EEEFF8 0%, rgba(238, 239, 248, 0.00) 100%);
}

.tkm-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1190px;
    opacity: 0.15000000596046448;
    background: linear-gradient(90deg, #F24A72 0%, #F24A72 34.79%, #5CB1FF 68.75%, #5CB1FF 100%);
    filter: blur(200px);
    flex-shrink: 0;
    z-index: -1;
}

.tkm-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tcd-logo a {
    display: flex;
    align-items: center;
}

.tcd-logo img {
    max-width: 180px;
    height: 60px;
}

.tkm-header nav ul {
    display: flex;
}

.tkm-header nav ul li {
    display: flex;
    list-style: none;
    margin: 0 25px;
    position: relative;
    transition: 0.3s;
}

.tkm-header nav ul li:hover::after {
    content: "";
    position: absolute;
    background-color: var(--tkm-primary-color);
    width: 10px;
    height: 3px;
    bottom: -10px;
    left: 0;
    transition: 0.3s;
}

.tkm-header nav ul li a {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.header-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-btn .header__lang {
    margin-right: 10px;
    width: 100px;
}

.header-btn .header__lang select {
    border: none;
    outline: none;
    background: transparent;
}

.header-btn .header__lang .nice-select {
    background: transparent;
    outline: 0;
    border: 0;
    font-weight: 500;
    font-size: 16px;
}

.global-btn a, button {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    background: var(--tkm-gradient-color);
    padding: 13px 25px;
    border-radius: 5px;
    border: 0;
}

.global-btn a i {
    padding-left: 10px;
    color: #fff !important;
    font-size: 12px;
}

/* banner-1 */

.tkm-hero-section {
    text-align: center;
    position: relative;
    z-index: 999;
}

.shape-style-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.shape-style-1 img {
    max-width: 134px;
}

.shape-style-2 img {
    max-width: 134px;
}

.shape-style-1 img:nth-child(1) {
    position: absolute;
    top: -50px;
    right: 65px;
    animation: 8s linear 0s infinite normal none running spinning;
}

.shape-style-1 img:nth-child(2) {
    position: absolute;
    top: 80px;
    left: -300px;
    animation: 3s linear 0s infinite normal none running leftRight;
}

.shape-style-1 img:nth-child(3) {
    position: absolute;
    top: 100px;
    left: -120px;
    animation: 3s linear 0s infinite normal none running swing;
}

.shape-style-2 img:nth-child(1) {
    position: absolute;
    top: -50px;
    left: 65px;
    animation: 8s linear 0s infinite normal none running spinning;
}

.shape-style-2 img:nth-child(2) {
    position: absolute;
    top: 80px;
    right: -300px;
    animation: 3s linear 0s infinite normal none running leftRight;
}

.shape-style-2 img:nth-child(3) {
    position: absolute;
    top: 100px;
    right: -120px;
    animation: 3s linear 0s infinite normal none running swing;
}

.shape-style-2{
    position: absolute;
    left: 0;
    bottom: 25%;
    z-index: -1;
}

.tkm-hero-section .banner-title h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 auto;
    margin-bottom: 21px;
}

.tkm-hero-section p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    max-width: 1038px;
    margin: 0 auto;
    margin-bottom: 43px;
}

.tkm-hero-section .banner-title span {
    color: var(--tkm-primary-color);
}

.banner-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tkm-video-single {
    margin-left: 30px;
}

.tkm-video-single span {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 53px;
    display: inline-block;
    margin-right: 10px;
}

.tkm-video-single span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    border: 2px dotted var(--tkm-primary-color);
    border-radius: 50%;
    background-color: transparent;
    animation: 10s linear 0s infinite normal none running spinning;
}

.tkm-video-single .tcd-video-img a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}


/* plugins  */
.tkm-card-body.d-flex {
    padding: 26px;
    align-items: center;
    gap: 20px;
    justify-content: center;
    background: #FFE5EA;
    border-radius: 5px;
}

.tkm-card {
    padding: 10px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    margin-bottom: 10px;
}

.tkm-card-title .tkm-lottery-price {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
.tkm-card-title .tkm-lottery-title {
    font-size: 18px;
    text-align: center;
}

.tkm-card-footer {
    background: transparent;
    border: 0;
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.tkm-card-footer ul li a {
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 400;
}

ul.tkm-list-style li {
    font-size: 13px;
    line-height: 16px;
}

ul.tkm-list-style li:not(:last-child) span {
    margin-right: 4px;
}

.tkm-list-style {
    align-items: center;
}

.tkm-tickets {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 999;
}

.tkm-tickets p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 36px;
}

.tkm-tickets .plugins-item {
    border: 1px dashed transparent;
    border-radius: 5px;
    transition: 0.3s;
}

.tkm-tickets .plugins-item:hover {
    border: 1px dashed #86A5C7;
    border-radius: 5px;
}

.tkm-tickets .plugins-item a {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    transition: 0.3s;
    display: block;
    transition: 0.3s;
    position: relative;
    top: 0;
    left: 0;
}

.tkm-tickets .plugins-item:hover a {
    top: 15px;
    left: 15px;
}

.tkm-tickets .plugins-item-img {
    background-color: #243362;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 20px 30px rgba(27, 37, 53, 0.20);
}

.tkm-tickets .plugins-item span {
    font-size: 14px;
    font-weight: 500;
    padding-top: 23px;
    display: block;
}

.tkm-tickets .swiper {
    padding: 0 10px 30px 10px;
}

.tkm-tickets .swiper:hover .swiper-button-next, 
.tkm-tickets .swiper:hover .swiper-button-prev {
    opacity: 1;
}

.tkm-tickets .swiper-button-next, 
.tkm-tickets .swiper-button-prev {
    color: #243362;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;
    top: 40%;
}

.tkm-tickets .swiper-button-prev {
    left: 0;
}

.tkm-tickets .swiper-button-next {
    right: 0;
}

.tkm-tickets .swiper-button-next:after, 
.tkm-tickets .swiper-button-prev:after {
    font-size: 30px;
}

/* About */
.tkm-about-us-content h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tkm-about-us {
    padding: 0 0 60px 0;
}

.tkm-about-us-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    padding-right: 25px;
}

.tkm-about-us-content .global-btn a {
    display: inline-block;
    margin: 10px 0;
}

.tkm-about-us-img {
    position: relative;
    vertical-align: middle;
}

.tkm-about-us-img a {
    width: 100%;
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* background: #40323445; */
}

.tkm-about-us-img a span {
    background: var(--tkm-gradient-color);
    padding: 15px;
    border-radius: 3px;
}

/* How it work */
.tkm-how-it-work {
    padding: 60px 0;
    vertical-align: middle;
}

.tkm-title h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tkm-how-it-work .tkm-card-title h3 {
    font-size: 18px;
    font-weight: 600;
    background: var(--tkm-gradient-color);
    line-height: normal;
    margin-top: 10px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.tkm-how-it-work .tkm-card-text p {
    font-size: 16px;
    margin: 0;
}

.tkm-how-it-work .tkm-card {
    padding: 20px;
    background: #FFF9FA;
    border: 1px solid transparent;
    border-image: var(--tkm-gradient-color) 1;
    background-repeat:no-repeat;
    box-shadow: 0px 9px 20px 0px rgba(239, 233, 234, 0.05), 0px 37px 37px 0px rgba(239, 233, 234, 0.04), 0px 83px 50px 0px rgba(239, 233, 234, 0.03), 0px 148px 59px 0px rgba(239, 233, 234, 0.01), 0px 231px 65px 0px rgba(239, 233, 234, 0.00);
}

/* Recent Winner */
.tkm-recent-lottery {
    padding: 60px 0;
}

.tkm-recent-lottery .tkm-card {
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(21, 29, 59, 0.05);
    background: #FFF9FA;
    padding: 10px 5px;
    box-shadow: 0px 6px 12px 0px rgba(210, 208, 208, 0.05), 0px 22px 22px 0px rgba(210, 208, 208, 0.04), 0px 50px 30px 0px rgba(210, 208, 208, 0.03), 0px 89px 36px 0px rgba(210, 208, 208, 0.01), 0px 139px 39px 0px rgba(210, 208, 208, 0.00);
}

.tkm-recent-lottery .tkm-badge-winner {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--tkm-gradient-color);
    padding: 4px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

.tkm-recent-lottery .tkm-card-img.tkm-avatar {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border: 1px dashed;
    vertical-align: middle;
    border-radius: 50%;
    margin: 25px auto;
    margin-bottom: 10px;
    font-size: 18px;
    background-color: #fff;
}

.tkm-avatar-icon {
    position: absolute;
    background: var(--tkm-gradient-color);
    top: -10px;
    right: -15px;
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 12px;
    vertical-align: middle;
}

.tkm-recent-lottery .global-btn a {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 5px 10px;
}

/* Tkm proof */
.tkm-proof-content {
    padding: 60px 0;
}
.tkm-gallery {
    display: flex;
    flex-wrap: wrap;
}

.tkm-gallery .tkm-gallery-item {
    flex: 1 0 21%; /* explanation below */
    margin: 5px;
}

/* Tkm Terms Page */
.tkm-terms-content {
    padding: 60px 0;
}

/* tcd-customer-feedback */
.tcd-customer {
    padding: 0 0 100px 0;
}

.tcd-customer .swiper {
    padding-bottom: 30px;
}

.customerFeedbackOne .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.customerFeedbackTwo .swiper-wrapper {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}

.tcd-customer-feedback ul {
    display: flex;
    gap: 30px;
    align-items: center;
}

.tcd-customer-feedback ul li {
    display: flex;
    gap: 30px;
    list-style: none;
}

.tcd-customer-feedback .customer-img {
    display: flex;
    align-items: center;
    gap: 15px;
}

.tcd-customer-feedback .customer-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tcd-customer-feedback .customer-img i {
    background-color: #007BFF;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 21px;
    height: 21px;
}

.tcd-customer-feedback .author-name {
    margin: 15px 0 10px 0;
}

.tcd-customer-feedback .author-name span {
    color: rgba(36, 51, 98, 0.70);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.tcd-customer-feedback .author-name .name {
    color: #243362;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding-right: 10px;
    margin-right: 10px;
}

.tcd-customer-feedback .author-name .name::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #243362;
    transform: rotate(30deg);
}

.tcd-customer-feedback p {
    max-width: 309px;
    color: #243362;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.800000011920929;
}

.bg-one {
    background-color: #ECE6F9;
}

.bg-two {
    background-color: #E7EBF6;
}

.bg-three {
    background-color: #E1EAF9;
}

.bg-four {
    background-color: #F3EAEE;
}

.bg-five {
    background-color: #EFECEB;
}

.tkm-review-section {
    padding: 60px 0;
}

.tkm-feedback-author {
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 15px;
}

.tkm-feedback-author-info .tkm-feedback-author-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.tkm-feedback-author-info .tkm-feedback-author-designation {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}

.tkm-feedback-author-info {
    margin-left: 10px;
}

.tkm-feedback-author .tkm-feedback-author-img {
    background: #eee;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #eee;
    overflow: hidden;
}

.tkm-feedback-author .tkm-feedback-author-img img {
    object-fit: cover;
    width: 100%;
}

.tkm-feedback-content {
    margin: 15px 0;
}


/* Contact page */
.tkm-contact-content{
    padding: 60px 0;
}
.tkm-card-list ul li {
    margin-bottom: 10px;
}

.tkm-card-list ul li span {
    margin-right: 16px;
}


/* footer */
.tkm-footer {
    position: relative;
    z-index:9;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.tkm-footer .shape-style-1 {
    top: 35%;
    z-index: 999;
}

.tkm-footer .shape-style-2 {
    bottom: 30%;
    z-index: 999;
}

.tkm-footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 850px;
    background: linear-gradient(180deg, #EEEFF8 0%, rgba(238, 239, 248, 0.00) 100%);
    /* clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%); */
    z-index: 2;
}

.tkm-footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 850px;
    border-radius: 1190px;
    opacity: 0.15000000596046448;
    background: linear-gradient(90deg, #5CB1FF 0%, #5AFFC4 34.79%, #FF2929 68.75%, #FC66FF 100%);
    filter: blur(200px);
    flex-shrink: 0;
    z-index: 1;
    /* clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%); */
}

.tkm-footer .tcd-logo {
    margin-bottom: 22px;
}

.tkm-footer .tkm-footer-menu {
    position: relative;
    z-index: 999;
    padding-top: 20px;
}
.footer-content-title h6 {
    font-weight: 700;
}
.tkm-footer-menu .tkm-logo a img {
    width: 200px;
}

.tkm-footer h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 28px;
    margin-top: 5px;
}

.tkm-footer-menu .footer-company a,
.tkm-footer-menu .footer-resources a,
.tkm-footer-menu .footer-product a {
    display: block;
    color: #243362;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    opacity: 0.699999988079071;
}

.tkm-footer-news-letter {
    margin: 60px 0;
    position: relative;
    z-index: 999;
}

.tkm-footer-news-letter .row {
    align-items: center;
}

.tkm-footer-news-letter h3 {
    margin: 0;
}

.footer-social {
    display: flex;
    column-gap: 15px;
}

.footer-social a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #CCCFE5;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.footer-social a:hover {
    background-color: #f24a7221;
    color: #fff;
}

.footer-social a:hover i {
    color: #fff !important;
}

.tkm-footer-form {
    position: relative;
}

.tkm-footer-form input {
    background: transparent;
    font-size: 16px;
    color: var(--tkm-primary-color);
    padding: 12px 140px 12px 30px;
    outline: none !important;
    width: 100%;
    height: 55px;
    background-color: #E7E9F4;
    border: none;
    border-radius: 8px;
}

.tkm-footer-form button {
    position: absolute;
    border: transparent;
    top: 0;
    right: 0;
    width: 150px;
    height: 55px;
    background: var(--tkm-gradient-color);
    border-radius: 0 8px 8px 0;
}

.tkm-footer-form button span {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.copy-right-area {
    text-align: center;
    color: var(--tkm-black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    z-index: 999;
}


/* =========================
            THEMES
============================ */

.tkm-about-page {
    text-align: center;
    position: relative;
}

.tkm-about-page .banner-title h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 66px;
    margin-bottom: 21px;
}

.tkm-about-page p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 43px;
    opacity: 0.699999988079071;
}

/* tcd-themes-2 */

.tcd-themes-2 {
    padding: 220px 0 100px 0;
}

.tcd-themes-2 .tcd-purchase-btn {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}

.tcd-themes-2 .purchase-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 26PX;
    opacity: 0.800000011920929;
    margin-left: 20px;
}

.tcd-themes-2 .themes-list li {
    list-style-type: circle;
    margin-left: 20px;
    color: #243362;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.699999988079071;
    margin-bottom: 20px;
}

.tcd-themes-2 .themes-list li:last-child {
    margin-bottom: 0;
}

.tcd-themes-2 h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 16px;
}

.tcd-themes-2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 33px;
    opacity: 0.699999988079071;
    max-width: 325px;
}

.tcd-themes-2 .tcd-themes-item {
    position: relative;
    margin-bottom: 240px;
}

.tcd-themes-2 .tcd-themes-item:last-child {
    margin-bottom: 0;
}
.tcd-themes-2 .themes-img img {
    max-width: 757px;
    border-radius: 10px;
} 

.tcd-themes-2 .tcd-themes-info {
    max-width: 997px;
    border: 1px dashed #243362;
    border-radius: 10px;
    padding: 100px 120px 140px 120px;
}

.tcd-themes-2 .themes-img {
    position: absolute;
    top: -160px;
    right: 0;
}


/* ========================
        plugin
=========================== */
.tcd-plugin-2 {
    padding: 100px 0;
}

.tcd-plugin-2 .plugins-single {
    border: 1px dashed transparent;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 30px;
}

.tcd-plugin-2 .plugins-single:hover {
    border: 1px dashed #243362;
}

.tcd-plugin-2 .plugins-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 20px 20px 50px;
    position: relative;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.tcd-plugin-2 .plugins-single:hover .plugins-item {
    top: 15px;
    left: 15px;
}

.tcd-plugin-2 .plugins-item img {
    margin-bottom: 25px;
}

.tcd-plugin-2 .plugins-name h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 6px;
}

.tcd-plugin-2 .plugins-name P {
    font-size: 16px;
    font-weight: 400;
    line-height: 26PX;
    opacity: 0.699999988079071;
}

.tcd-plugin-2 .read-more a {
    background-color: #E1EAF9; 
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    margin-right: 0;
    margin-left: auto;
}


/* =================
    mobile section
==================== */
.tkm-get-support {
    display: flex;
    align-items: center;
    display: none;
}

.tcd-offcanvas-btn,
.tcd-offcanvas-phn {
    display: none;
}

.tkm-get-support a {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 20px;
    display: none;
}