@import "fonts.css";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800&display=swap');

@font-face {
    font-family: 'Myriad Pro';
    src: url(../fonts/myriadpro/MyriadPro-Regular.eot);
    src: local('Myriad Pro Regular'), local('MyriadPro-Regular'), url(../fonts/myriadpro/MyriadPro-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/myriadpro/MyriadPro-Regular.woff) format('woff'), url(../fonts/myriadpro/MyriadPro-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

body {
    min-height: 100vh;
}

* {
    font-family: "Open Sans", serif;
    padding: 0;
    margin: 0;

}

/*html, body {*/
    /*height: 100%;*/
/*}*/

.ff-open {
    font-family: "Open Sans", serif !important;
}

.dropdown-menu a {
    padding: 0 10px 0 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    line-height: 35px;
    font-weight: 700;
    color: #212529;
    font-family: 'Myriad Pro' !important;
    width: 100%;
}

.btn {
    font-size: 16px !important;
}

button:focus {
    outline: none !important;
}

.nav-main-list-notif {
    padding: 3px 0;
}

/*.nav-main-list-notif .nav-item a{*/
/*    padding:10px 14px!important;*/
/*}*/
.ff-Geometria {
    font-family: 'Geometria' !important;
}

.collapsed-nav {

    margin-bottom: 7px;
}

.navbar {
    /* margin-top: 4%; */
    padding: 0.5rem 0 !important;
}

.navbar-nav {
    align-items: center;
}

.notification-bar {
    background-color: #f4c935 !important;
}

.nav-main-list-notif {
    padding: 3px 0;
}

.navbar-nav .state-ul .sell-item {
    padding: 4.5px 10px;
    background: transparent;
    border: 1px solid #262626;
    border-radius: 5px;
    list-style: none;
    transition: all 0.3s ease-in;
}

.nav-main-list-notif {
    padding: 3px 0;
}
.nav-main-list-notif > li.products {
    background-image: url(../image/myLottery.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    background-size: 20px auto;
    margin: 0;
}
.nav-main-list-notif > li.clientname {
    background-image: url(../image/user.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    background-size: 20px auto;
}

.nav-main-list-notif > li.logout {
    background-image: url(../image/logout.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    background-size: 20px auto;
    margin-right: 3px;
}

.pl-15 {
    padding-left: 15px !important;
}
.pl-md-15 {
    padding-left: 15px !important;
}

.navbar-nav .dropdown button:hover {
    color: #913f88 !important;

}

.state-ul .composite {
    display: inline-block;

}

.nav-item .border-r {
    border-right: 1px solid #d5d5d5;
    border-radius: 0;
}

.state-ul .sell-item:hover {
    background-color: #fff;
    cursor: pointer;
    transition: width 1s ease-in;
}

.logout {
    display: flex !important;
    align-items: center;
}

.logout a {
    padding-right: 15px !important;
    line-height: 14px !important;
}

.state-ul a {
    color: #262626;
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600 !important;
}

.state-ul a:hover {
    color: #262626;
    text-decoration: none;
}

.navbar-nav .nav-item .nav-link, .login-register {
    line-height: 17px;
    font-family: 'Geometria', serif;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.navbar-nav .nav-item .nav-link span {
    line-height: 17px;
    font-family: 'Geometria', serif;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.nav-item-paddings {
    padding: 10px 14px !important;
}

/*.navbar-nav .nav-item{*/
/*    padding: 10px 14px;*/
/*}*/

.nav-link:hover,
.login-register:hover {
    color: #913f88 !important;
    text-decoration: unset !important;
}

.navbar-brand {
    width: 260px;
}

.navbar-brand img {
    width: 70%;
}

.header {
    margin-bottom: 20px;
}

.header-wrapper {
    height: 547px;
    background-image: url(../image/car.png);
    background-size: cover;
    padding-bottom: 70px;
    /*background-position: 90px -50px;*/
    /* background-position: 32px center;
    -webkit-background-size: cover;
    background-size: cover;
    /*height: 600px;*/
}

.header .tickets-stock-text {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans", serif;

}

.header .tickets-number {
    font: 600 37px/1 "Open Sans",
    sans-serif !important;
    margin-bottom: 10px;
}

.header .tickets-stock {
    margin-top: 150px;
    margin-bottom: 25px;
    padding: 0 13px;
    overflow: hidden;
    /* height: 93px; */
    line-height: 40px;
    background: linear-gradient(#fb1897, #c71378);
    border-radius: 12px;
    text-align: center;
    color: #fff;
    align-content: center;
    font-size: 16px;
}

.header-title {
    font-size: 37px;
    font-family: "Open Sans", serif;
    text-shadow: 3px 1px 5px white;
}

.header-price {
    margin-bottom: 43px;
}

.header-time-text {
    font-size: 14px;
    font-family: "Open Sans", serif;
    padding-top: 3px;
    color: black;
}

.header-time {
    margin-bottom: 57px;
    align-items: center;

}

.header-time-icon {
    /*    background-image: url(../image/clock.png);*/
    /*    width: 30px;*/
    height: 22px;
    /*    background-repeat: no-repeat;*/
    /*    -webkit-background-size: cover;*/
    /*    background-size: cover;*/
    margin-right: 10px;

}

.header-btn {
    position: relative;
    text-emphasis: none;
    color: inherit;
    font-size: 16px;
    line-height: 16px;
    border: none;
    background-color: #fcd018;
    padding: 13px 46px;
    background-position-y: 16px;
    background-repeat: no-repeat;

    font-weight: 600;
    font-family: "Myriad Pro", serif !important;
}

.header-btn:hover {
    color: red;
    text-decoration: none;
}

.header-btn:before {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    top: 35%;

    width: 0;
    height: 0;
    border-top: 45px solid #fcd018;
    border-right: 42px solid transparent;

}

.header-btn:focus {
    outline: none;
}

.category-card {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 !important;
}

.col-parrent .col:first-child .category-card {
    border-left: none;
}

.btn:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.category-card:hover .category-description-title{
    color: red;
    text-decoration: none;
    cursor: pointer;
}

.overlay:hover:after {
    content: '';
    background: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 48px;
    top: 0;
    cursor: pointer;
}

.category-card .img-wrapper img {
    width: 100%;
    object-fit: cover;
}

.category-description {
    height: 45px;
    background-color: #f3c846;
    position: absolute;
    top: calc(50% - 22px );
    width: 100%;
}

.category-description-title {
    font-weight: 500;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 45px;
    text-decoration: none;
    font-family: "Geometria", serif;
    transition: all 0.3s;
}

.swiper-container-horizontal > .swiper-scrollbar {
    display: none;
}

.category-description-title a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
    font-family: "Geometria", serif;
}

.col-parrent .col {
    padding: 0;
}

.category {
    border-bottom: 1px solid #e5e5e5;
}

.products {
    margin-top: 22px;
}

.new .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Open Sans",
    serif;
    margin-bottom: 30px;
}

.products .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-family: "Open Sans", serif;
    margin-bottom: 32px;
}

.title-item1 {
    font-size: 24px !important;
    line-height: 29px;
    font-weight: 500;
}

.title-item2 {
    font-size: 14px;

}

.title-item2 a {
    text-decoration: none;
    color: inherit;
    font-family: "Myriad Pro", serif;
    font-weight: 500;
}

.title-item2 a:hover {
    text-decoration: none;
    color: inherit;
}

.card .card-img-wrapper {
    min-height: 216px;
    height: 216px;
    display: block;
}

.card-img-top {
    border-radius: 0 !important;
    object-fit: contain;
}

.card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0px !important;
    font-family: 'Myriad Pro', serif;
}

.card-body h6 {
    color: #a7adc8;
    font-size: 11px;
    line-height: 17px;
    font-weight: 300;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-family: 'Myriad Pro', serif;
}

.card-body .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.card-title {
    text-align: center;
    margin-bottom: 1px !important;
    font-family: 'Myriad Pro', serif;
    font-weight: initial;

}

.card-text {
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
    line-height: 24px;


}

.card-text div {
    font-weight: 600;

}

.card-text i {
    margin-right: 7px;
}

.fz11 {
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
}

.myTickets, .stockTickets {
    display: flex;
    flex-flow: column;
    flex-basis: 49%;
    font-family: "Open Sans", serif;
    padding: 20px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.pink {
    color: #d23e8b;
}

.fz {
    font-size: 24px;

}

.ticket-info .myTickets, div {
    font-family: 'Myriad Pro', serif;
}

.tickets-stock-text {
    text-transform: uppercase;
    font-family: "Open sans";
    font-size: 9px;
    line-height: 10px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.card-footer {
    background-color: #fcd018 !important;
    border-radius: 0 !important;
    padding: 16px 0px !important;
    font-family: 'Myriad Pro', serif;
    border-top: 0 !important;
}

.card-footer:hover {
    text-decoration: none;
}

.card-deck .card {
    border-radius: 0;
}

.card-deck .card {
    width: 100%;
    margin-bottom: 30px !important;
}

.cut-text h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    height: 1.2em;
    line-height: 25px;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;

}

.cut-text h5 a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;

}

.cut-text h5 a:hover {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;

}

.new {
    padding-top: 50px;
}

.testimoniale {
    border-top: 1px solid #e5e5e5;
}

.mb-50 {
    margin-bottom: 50px !important;
}


.testimoniale-left {
    padding-top: 55px;
}

.testimonial-title {
    margin-bottom: 53px;
    font-size: 36px;
    font-family: "Open Sans", serif;
}

.testimonial-text {
    margin-bottom: 40px;
    position: relative;
    font-family: "Open Sans Regular", serif;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    letter-spacing: -1px;
    line-height: 23px;
}

.testimonial-text:before {
    content: '"';
    position: absolute;
    font-family: "Open Sans", serif;
    left: -13px;
    width: 10px;
    height: 10px;
    top: -20px;
    font-size: 36px;
    transform: rotateX(180deg);
    margin-top: 15px;
    font-weight: 300;
}

.testimonial-text:after {
    content: '"';
    position: absolute;
    transform: rotateX(180deg);
    font-family: "Open Sans", serif;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    bottom: 7px;
    font-size: 36px;
    font-weight: 300;
}

.testimonial-name {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 14px;
}

.footer {
    background: #f9f9f9;
}

.footer-item {
    height: 122px;
}

.footer-item a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-family: "Open Sans", serif;
    font-weight: 700;
}

.footer-item a:hover {
    text-decoration: none;
    color: black;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    /* height: 450px; */
}

.btn-buy {
    text-decoration: none;
    font-size: 16px;
    color: #212529;
    font-weight: 300;
    font-family: "Myriad Pro", serif !important;
}

.btn-buy:hover {
    text-decoration: none;
    color: red;
}

.logo-wrapper {
    width: 260px;

}

.logo-wrapper img {
    width: 60%;
}

.card {
    border: 0.5px solid rgba(0, 0, 0, 0.125) !important;
}

.card-deck {
    border-radius: 0 !important;
}

.img-fluid {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/*-----------------------------------------categoires page-------------*/
.page-item {
    width: 34px;
    height: 34px;
    font: 800 14px/34px "Open Sans",
    sans-serif;
    color: #000;
    border-radius: 2px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

.page-item.active .page-link {
    background: white !important;
    color: black !important;
    border-color: #888888 !important;
}

.page-link {
    color: black !important;
}

.page-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.page-link:hover {
    background-color: unset !important;
    border: 1px solid #888 !important;
}

.page-link span {
    font-size: 24px !important;
    color: #373737 !important;
}

.category-title {
    background: #c1c1c14a;
    clip-path: polygon(0 0, 100% 0, 100% 25%, 50% 100%, 0 25%);
    margin-bottom: 60px;
}

.category-title-item {
    height: 109px;
    font-weight: 400;
    font-size: 38px;
    line-height: 96px;
    letter-spacing: -2px;
}

.prev {
    background-image: url(../image/back.png);
}

.prev, .next {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    width: 60%;
    height: 78%;
}

.next {
    background-image: url(../image/next.png);
}

.page-item:hover .prev,
.page-item:hover .next {
    opacity: 1;
}

/*---------------------------end of categories page-------------------*/

/*----------------lottery page-------------------------------*/
.carousel-item {
    height: 340px !important;
}

.carousel-item img {
    border-radius: 15px !important;
    object-fit: contain;
}

.block-lot {
    width: 100%;
}

.lottery-product {
    margin-bottom: 1.5rem;
}

.lottery-card-title {
    font-size: 14px;
    font-weight: 700;
    font-family: "Myriad pro";
    text-align: center;
    margin: 0;
}

.row-padding-reset {
    padding: 0 15px;
}

.number-lottery {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.number-lottery .lot-header-name h2 {
    font-family: "Open Sans", serif;
    font-weight: 300;
}

.lot-header-number {
    display: inline-block;
    vertical-align: bottom;
}

.lot-header-number p {
    min-width: 100px;
    color: #212529;
    box-sizing: border-box;
    max-width: 100px;
    height: 42px;
    background: linear-gradient(#f9f9f9, #efefef);
    font-weight: 600;
    font-size: 16px;
    line-height: 42px;
    border-radius: 10px;
    text-align: center;
    flex: 1 auto;
    order: 1;
    margin: 0;
}

.lot-header-name {
    display: inline-block;
}

.lot-header-name h2 {
    color: #212529;
    padding: 0;
    font-weight: 300;
    letter-spacing: -3px;
    margin: 0 0 0 15px;
    line-height: 45px;
    font-size: 36px;
}

.share-lot {
    margin-top: 20px;
}

/*
.share-lot i{
   color: #bdbfc1;
   font-size: 12px;
}
.share-lot-links a:hover{
   text-decoration: none;

}
.share-lot a{
   width: 32px;
   height: 32px;
   border: 1.5px solid #bdbfc1;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 4px;

   border-radius: 50%;
} */
/* .share-lot .lot-social-dq {
    margin-right: 0;
} */

.share-lot p {
    text-align: left;
    font-size: 12px;
    font-family: 'Myriad Pro', serif;
    margin: 0;
    font-weight: 600;
    color: #212529;
}

/* .share-lot img {
    height: 23px;
    display: inline-block;
} */
.at-share-btn-elements,
.at-share-btn-elements a {
    display: flex;
}

.at-share-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white !important;
    border: 1px solid #a5a8ab !important;
    width: 26px !important;
    height: 26px !important;
}

.at-icon-wrapper svg {
    height: 80% !important;
    width: 80% !important;
    fill: #a5a8ab !important;
}

.at-share-btn {
    padding: unset !important;
}

.at-share-btn .at-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
    transform: unset !important;
    background: #a5a8ab !important;
}

.at-resp-share-element .at-share-btn:hover svg {
    fill: white !important;
    transition: all .5s;
}

.lottery-card-body {
    padding-top: 0 !important;
}

.count-product {
    text-align: center;
}

input {
    width: 15%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;

    text-align: center;
}

.lottery-number {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    font-family: "Myriad pro";
}

.lottery-text {
    font-size: 11px;
    font-family: "Myriad pro";
}

.lottery-card .stockTickets {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px 15px;
}

.dead-line {
    padding: 16px 20px !important;
}

.share-lot {
    margin-top: 20px;
}

.share-lot p {
    text-align: left;
    font-size: 12px;
    font-family: 'Myriad Pro', serif;
    margin: 0;
    font-weight: 600;
    color: #212529;
}

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}

.ticket-price {
    padding: 14px 40px;
}

.ticket-price .card-title {
    font-size: 14px;
}

.carousel-control-next-icon {
    background-image: url(../image/next.png) !important;
    filter: invert();
}

.carousel-control-prev-icon {
    background-image: url(../image/back.png) !important;
    filter: invert();
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px !important;
    height: 50px !important;
}

/*----------------------stars styles----------------*/

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.rating label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 50%;
    transition: color 0.2s ease-in-out;
}

.rating label:hover ~ input:checked ~ label {
    color: white;
}

.rating:not(:checked) > label {
    color: white;
    background: #efeff0;
}

.rating:not(:checked) > label:hover {
    color: white;
}

.rating:not(:checked) > label:hover ~ label {
    color: white;
}

.rating input {
    display: none;
}

.rating input:checked + label:hover, .rating input:checked ~ label:hover {
    color: white;
}

.rating input:checked + label:hover ~ label, .rating input:checked ~ label:hover ~ label {
    color: white;
}

.rating input:checked ~ label {
    color: white;
    background: #f61794;
}


/*-----------------end of stars styles-----------*/

/*---------------accordeon style-----------------*/
#accordion-max {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default {
    border: unset;
}

/*.panel {*/
/*    border: 0;*/
/*    border-bottom: 1px solid #ddd;*/
/*    box-shadow: none;*/
/*}*/
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-heading .panel-title {
    margin: 0;
}

.panel-title {
    font-size: 1.35em;
}

.panel-default > .panel-heading a {
    flex-direction: row-reverse;
    padding: 10px 15px 10px 0;
    font-size: 14px;
    color: #212529;
    font-weight: 600;
    font-family: 'Myriad Pro', serif;
    text-decoration: none;
    line-height: 23px;
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    margin-right: 15px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 22px;
    border-radius: 50%;
    border: 1px solid;
    width: 22px;
    height: 22px;
    text-align: center;
}

.panel-collapse .panel-body p {
    font-size: 14px;
    color: #212529;
    font-family: 'Myriad Pro', serif;
    font-weight: 500;
    text-indent: 2rem;
    overflow-wrap: break-word;
}

/*----------second accordeon----------------*/
/*------------end of accordeon style---------------*/

/*------------------end of lottery page---------------*/


/*-----------------lottery-expired page--------------------*/
.lottery-finished-bids {
    min-height: 80px;
    background: linear-gradient(#fb1897, #c71378);
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    padding: 0 35px 0 37px;
    width: 100%;
}

.lottery-finished-bids .this-finished {
    font-size: 11px;
    text-align: center;
    color: #fff;
    margin: 8px 0 0 0;
}

.lottery-finished-bids .finished {
    font-weight: 600;
    font-size: 53px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.wight-section {

    line-height: 0;
}

.winner-user {
    width: 100%;
    background: #eef0f5;
    border-radius: 25px;
    height: 50px;
    padding: 13px 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.winner-user-item {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
}

.winner-user-item a {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #212529;
}

.winner-user-item div {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.winner-user-item a:hover {
    color: #212529;
    text-decoration: none;
}

.winner-img-wrapper {
    margin-right: 10px;
}

.code-cut {
    line-height: 14px;
}

.code-overflow-hiden {
    overflow: hidden;
}

/*------------------end lottery-exiperd page------------------*/

/*--------text page---------------*/
.text {
    height: calc(100% - 168px);
}

.text-title {
    display: flex;
    justify-content: center;
    font-size: 36px;
    line-height: 50px;
    font-family: "Myriad Pro", serif;
    color: #212529;
    padding: 50px 0 40px;
    font-weight: 600;
}

.text-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #212529;
    font-family: 'Myriad Pro', serif;
}

.text-content p {
    font-family: inherit;
}

/*-----------end textpage-----------*/

/*-------------signInpage------------*/
.sign-in-minimalwin-secure-serv a:hover {
    color: red;
}

.form-border {
    border-right: 1px solid #ced4da;
    padding-top: 30px;
}

.wrapper {
    padding-top: 30px;
    padding-left: 30px;

}

.wrapper-left {
    padding-right: 30px;
}

.paddings {
    padding: 10px 10%;
}

.sign-in-wrapper {
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #f9f9f9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    overflow: hidden;

    margin-top: 60px;
    padding-bottom: 50px;
}

.sign-in-wrapper h1 {
    margin: 67px 0 47px;
    text-align: center;
    letter-spacing: -3px;
    font-weight: 300;
    font-size: 50px;
    line-height: 35px;
    color: #212529;
}

.sign-in-form {
    position: relative;
    /*width: 485px;*/
    /*margin-left: 158px;*/
    padding: 0px 0 15px;
    /*float: left;*/
    /*    border-right: 1px solid #e2e2e2;*/
}

.sign-in-form input {
    font-weight: 400 !important;
    text-align: left;
    font-family: "Open Sans";
    padding-right: 28px;
}

.sign-in-wrapper-checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    color: #212529;
}

.sign-in-submit {
    width: 421px;
    height: 60px !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    text-align: center;
    color: #fff !important;
    border: none !important;
    background: linear-gradient(#55a226, #4e9623);
    border-radius: 5px;
    cursor: pointer;
}

.sign-in-wrapper-checkbox [type="checkbox"]:not(:checked), .sign-in-wrapper-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.sign-in-wrapper-social {
    position: relative;

}

.sign-in-wrapper-social .or {
    position: absolute;
    left: -54px;
    top: 97px;
    width: 23px;
    height: 25px;
    font-weight: 500;
    font-size: 18px;
    background-color: #fff;
    color: #b8b8b8;
}

.sign-in-google, .sign-in-facebook {
    display: block;
    height: 57px;
    font-weight: 300;
    font-size: 14px;
    line-height: 60px;
    color: white;
    border-radius: 3px;
    text-align: center;
    background-position: 15px 15px;
    background-size: 30px auto;
    background-repeat: no-repeat;
}

.sign-in-google {
    background-color: #f3413c;
    background-image: url(../image/google.png);
    margin-top: 15px;
}

.sign-in-facebook {
    background-color: #345995;
    background-image: url(../image/fb.png);
}

.sign-in-facebook:hover, .sign-in-google:hover {
    color: #fff;
    text-decoration: none;
}

.sign-in-password {
    background-image: url(../image/key.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 97% center !important;

}

.sign-in-wrapper-checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    color: #212529;
}

.sign-in-wrapper-checkbox [type="checkbox"]:not(:checked) + label:before, .sign-in-wrapper-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: -35px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #55a226;
    border-radius: 4px;
}

.sign-in-full-name, .sign-in-email, .sign-in-password, .sign-in-retype-password {
    box-sizing: border-box;
    width: 418px;
    height: 57px !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #212529 !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 3px;
    padding-left: 25px;
    background-position: 380px 20px;
    margin-bottom: 15px;
}

.sign-in-email {
    background-image: url(../image/mail.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 97% center;
}

.sign-in-user {
    background-image: url(../image/user.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 97% center;
    box-sizing: border-box;
    width: 418px;
    height: 57px !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 16px !important;
    color: #212529 !important;
    border: 1px solid #b8b8b8 !important;
    border-radius: 3px;
    padding-left: 25px;

    margin-bottom: 15px;
}

.sign-in-forgot-pass {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #2594e7;
}

.sign-in-wrapper-checkbox [type="checkbox"]:not(:checked) + label, .sign-in-wrapper-checkbox [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
}

.sign-in-wrapper-checkbox [type="checkbox"]:not(:checked) + label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #858686;
}

.sign-in-wrapper-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.sign-in-wrapper-checkbox [type="checkbox"]:not(:checked) + label:after, .sign-in-wrapper-checkbox [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: -27px;
    top: -2px;
    width: 5px;
    height: 13px;
    border: 2px solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sign-link:hover {
    color: red;
    text-decoration: none;
}

.form-row::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 2px;
}

.form-group label {
    line-height: 18px;
    font-family: "Geometria";
    font-weight: 500;
}

.sign-in-wrapper label {
    line-height: 18px;
}

.sign-in-minimalwin-secure-serv {
    font-size: 14px;
    font-family: "Open Sans";
    color: #66615b;
}

/*-------------end signIn-------------*/

/* banner */
.category_slider .owl-dots {
    display: none;
}
.home__banner {
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-bottom: 20px;
}
.home__banner h1,
.home__banner h2 {
    font-family: 'Geometria', serif;
    font-size: 62px;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    padding: 0 20px;
    z-index: 2;
}
.home__banner h2 {
    padding-bottom: 10px;
    -moz-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 1;
}
.home__banner h1 > span {
    color: #bc5ea2;
    font-size: 62px;
    font-family: 'Geometria', serif;
    font-weight: 600;
}
/**/

/*---------------steps PAge ---------------*/
.win-message {
    display: flex;
    background: white;
    position: relative;
    border-radius: 5px;
}

.win-message:before {
    content: '';
    position: absolute;
    left: 0;
    transform: translate(-10px, 0px);
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: 20px solid white;
    border-left: 30px solid transparent;
}

.win-message a {
    /*padding-left: 3px!important;*/
    line-height: 17px;
    font-family: 'Geometria', serif;
    /* padding: 10px 14px!important; */
    font-size: 14px;
    padding: 10px 14px 10px 5px;
    color: #507aff;
    font-weight: 600;
    text-decoration: underline;
}

.win-message-item {
    /* padding: 10px 14px; */
    font-size: 14px;
    /* padding-top: 10px; */
    padding: 10px 0px 10px 10px;
    line-height: 17px;
    font-family: "Geometria";
    font-weight: bold;
}

.step-card {
    font-family: "Geometria", serif;


}

.step-card-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    background-color: #f7f7f7;
    padding: 40px 30px;
    margin-bottom: 1px;
}

.step-card-title-item:first-child {
    font-size: 36px;
    font-family: "Geometria";
    line-height: 43px;
}

.step-card-title-item {
    font-family: "Geometria";
    font-weight: 500;
}

.title-seria {
    font-family: "Geometria";
    font-size: 16px;
}

.step-price {
    font-family: "Geometria";
}

.nav-item svg {
    width: 7%;
}

.step-card {
    margin-bottom: 30px;
}

.step-card-body {
    background-color: #f7f7f7;
    padding-bottom: 30px;
}

.step-number {
    padding: 30px;
    background-color: #f7f7f7;
    display: flex;
}

.step-number div, .step-number span {
    font-family: "Geometria";
    font-size: 24px;
}

.step-number div {
    font-weight: 500;
}

.step-number span {
    margin-right: 4px;
    color: #898989;
    font-weight: 400;

}

.white-box {
    margin-left: 30px;
    margin-right: 30px;
    background: white;
    margin-bottom: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.code-ticket {
    background: white;


    display: flex;
    justify-content: center;
}

.code-ticket span {
    font-size: 16px;
}

.code-ticket span:first-child {
    color: #898989;
    margin-right: 5px;
    font-weight: 500;
}

.code-ticket span:last-child {
    font-weight: 500;
}

.contact-form-title {
    display: flex;
    justify-content: center;
    font-family: "Geometria";
    margin-bottom: 33px;
    font-weight: 500;
}

.step-form {
    max-width: 430px;
    margin: 0 auto;
}

.step-form input {
    height: 43px;
    text-align: unset;
    padding-left: 36% !important;
    border-radius: 2px !important;
    color: #000000;
    font-weight: 500;
    font-family: "Geometria";

}
.step-form .form_modal {
    padding: 0.375rem 0.75rem !important;
}

.step-form input::placeholder {
    color: black;
}

.step-form .submit {
    display: flex;
    justify-content: center;
}

.step-form .submit button {
    padding: 9px 26px;
    height: 48px;
    background-color: #bb5da2;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    outline: none;
    color: white;
    box-sizing: border-box;
    border: 0;
    font-family: "Geometria";
    font-weight: 500;
    font-size: 14px;
}


.step-form .form-group {
    position: relative;
    font-family: "Geometria";
}

.step-form label {
    position: absolute;
    top: 50%;
    transform: translate(13px, -50%);
    font-family: "Geometria";
    color: #000000;
    font-size: 14px;
}

.step-2-wrapper {
    display: flex;
    padding: 0px 30px 30px;
    border-bottom: 1px solid #dedede;

}

.step2-wrapper-item {
    padding: 30px 35px;
    flex-basis: 50%;
    background: white;
}

.step2-left {
    margin-right: 23px;
}

.step2-status {
    font-family: "Geometria";
    font-weight: 500;
    color: #898989;
    font-size: 16px;
    min-height: 56px;
}

.step2-status .step3-edit {
    padding: 9px 18px !important;
    margin-left: 18px;
}

.step2-details div {
    font-family: "Geometria";
    font-weight: 400;
    color: #212529;
    font-size: 16px;
    margin-bottom: 5px;

}

.step2-details span {
    font-weight: 500;
    font-size: 16px;
    font-family: "Geometria";
}

.step-3-wrapper {
    margin-top: 1px;
    border-top: 1px solid white;
    padding-bottom: 42px;
    border-bottom: 1px solid #dedede;
}

.add-info {
    padding: 12px 51px 12px 51px;
    border-radius: 3px;
    border: 0;
    background-color: #f4c935;
    font-size: 14px;
    font-family: "Geometria";
    font-weight: 500;
    margin-right: 30px;
    min-height: 48px;
}

.step-3-wrapper .step-number {
    display: flex;
    justify-content: space-between;
}

.step3-group {
    font-size: 12px;
}

.step3-group select {
    padding-left: 36%;
    color: #000000;
}

.step3-title {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    color: #000000;
}

.contact-winner {
    border-radius: 3px;
    border: 0;
    background-color: #f4c935;
    font-size: 14px;
    font-family: "Geometria";
    font-weight: 500;
    padding: 12px 42px;
}

.step2-1 .code-ticket {

    margin-left: 30px;
    margin-right: 30px;
}

.code-ticket-item2-1 {
    flex-basis: 50%;
}

.code-ticket-item2-1 div {
    padding-left: 30px;
    border-left: 2px solid #e5e5e5;
}

.step2-2 {
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
}

.step2-2-item div {
    font-family: "Geometria";
    font-weight: 500;
    font-size: 16px;
}

.step2-2-item div:first-child {
    margin-right: 30px;
}

.step2-2-item .span2-2 {
    font-weight: bold;
    font-size: 16px;
}

.step3-edit {
    padding: 9px 18px;
    border-radius: 3px;
    border: 0;
    background-color: #bb5da2;
    font-size: 14px;
    font-family: "Geometria";
    font-weight: 500;
    color: white;
    margin-right: 30px;
    height: 48px;
}

.step-4-wrapper {
    margin-top: 1px;
    border-top: 1px solid white;
    /*padding-bottom: 23px;*/
}

/* .step-4-wrapper .step-number{ */
/*margin-right: 73px;*/
/* } */
.step-4-wrapper .btn-4 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
}

.step-4-wrapper .btn-4 button {
    background: #f4c935;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: initial;
    padding: 14px 95px;
    font-weight: 500;
    font-size: 14px;

}

.step-4-wrapper .step2-wrapper-item {
    background: inherit;
}

.step-4-wrapper .step2-wrapper-item button {
    font-family: "Geometria";
}

.step4 {
    padding: 0 30px 30px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 40px;

}

.btn4-1 {
    font-weight: 500;
    background: #f4c935;
    padding: 12px 21px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Geometria";
    font-size: 14px;
}

.step4 .step2-wrapper-item:nth-child(2) div {
    padding-left: 23px;
}

.white-wrapper {
    background: white;
}

.step5-wrapper {
    padding-bottom: 75px;
    background: #f7f7f7;
    border-top: 1px solid white;
    margin-top: 1px;
}

.step5-wrapper .step2-wrapper-item {
    background: #f7f7f7;
}

.step5-wrapper div button {
    color: white;
    font-family: "Geometria";
    background-color: #bb5da2;
    border: 0;
    border-radius: 3px;
    padding: 16px 87px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.br-l {
    border-left: 2px solid #e5e5e5;
}

/*------------------end staps Page---------*/

/*------------------add lot------------------------*/

.fa-calendar:before {
    content: "\f073" !important;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    line-height: 0.5 !important;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

.between-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fs-14 {
    font-size: 14px;
}

.margin-b {
    margin-bottom: 165px;
}

.add-lot select, input {
    font-size: 14px !important;
    font-family: "Open Sans";
}

.add-lot label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.form-control {
    font-family: "Open Sans";
}

.step-card-body-lot {
    background: #f7f7f7;
    padding: 25px 34px;
}

.step-container {
    padding: 30px 40px;
    background: white;
    margin-bottom: 15px;
}

.step-card input, textarea, select {
    color: black !important;
    font-size: 14px !important;
    line-height: 21px !important;
}

.date {
    margin-right: 50px;
}

.input-lot-price {
    width: 178px !important;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 38px !important;
    cursor: pointer;
    background: #f4c935;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600 !important;
    font-family: "Open Sans" !important;
    font-size: 14px !important;
    line-height: 21px !important;
}

.input-text-left::placeholder {
    text-align: end;
}

.date-start {
    position: relative;
}

.date-start:after {
    content: "\2192";
    font-size: 33px;
    line-height: 8px;
    color: #999999;
    margin-left: 24px;
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translateY(-50%);

}

#add_user_lot {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 38px !important;
    cursor: pointer;
    background: #f4c935;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600 !important;
    font-family: "Open Sans" !important;
    margin: 0 auto;
    font-size: 16px !important;
    line-height: 16px;
}

#category {
    padding-left: 7px;
}

.label-price,
.input-lot-price {
    position: relative;
    display: block;
    padding-right: 76px;
    box-sizing: border-box;
    font-family: "Open Sans";
    font-weight: 400;
}

.label-price::after {
    content: '' attr(data-domain);
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

#price {
    text-align: left;
    padding-right: 60px;
}

#price::-webkit-outer-spin-button,
#price::-webkit-inner-spin-button {
    display: none;
}

.input-group-append {
    height: 35px;
}

/*------------------end add lot----------------------*/

/*---------------my-products page-----------------------*/
.my-products-img {
    height: 106px;
}

.min-h {
    min-height: 600px;
}

.cabinet {
    font-size: .875rem;
    font-weight: 500;
    padding: 1.7rem;
    transition: all .15s ease;
    color: #ffffff;
    background-color: #bb5da2;
    text-align: left;
    border-bottom: 1px solid #c673b1;
    border-radius: 0;
    font-family: "Open Sans";
    font-size: 18px;
}

.button-mobile {
    display: flex;
    justify-content: center;
}

.nav-link.cabinet.start {
    font-size: 18px;
}

.nav-pills .nav-link {
    font-size: .875rem;
    font-weight: 500;
    padding: 1.7rem;
    transition: all .15s ease;
    color: #ffffff;
    background-color: #bb5da2;
    text-align: left;
    border-bottom: 1px solid #c673b1;
    border-radius: 0 !important;
    font-family: "Open Sans";
}

.prev-menu {
    background-color: #F7F7F7;
    box-shadow: 0px 9px 11px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 9px 11px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 9px 11px -10px rgba(0, 0, 0, 0.3);
}

.prev-menu .name-col h6 {
    margin: 0;
    text-transform: none;
    font-size: 18px;
    color: #262626;
    padding: 1.62rem;
    font-family: 'Geometria', serif;
    font-weight: 500;
}

.navbar-my-products {
    flex-flow: row !important;
    justify-content: space-between !important;
}

.navbar-my-products .nav-item .nav-link {
    padding: 10px 18px;
    font-size: .875rem;
    font-family: 'Geometria', serif;
    font-weight: 500 !important;
}

.navbar-nav .nav-item .nav-link,
.login-register {
    line-height: 1.2;
    font-family: 'Geometria', serif;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    transition: all 0.3s;
}

.top:hover > .dropdown-menu {
    display: block;
    top: 100%;
    width: 97%;
    position: absolute;
    border: 0 !important;
}

.top .dropdown-item:hover,
.dropdown-item:focus {
    background-color: #fecbe8;
}

.top .btn {
    line-height: 1.2;
    font-family: 'Geometria', serif;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.top-drop-style {
    display: none;
    position: absolute;
    left: -11px !important;
    background: #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.top-drop-style:before {
    content: "";
    position: absolute;
    border: 11px solid;
    border-color: transparent transparent white transparent;
    top: -21px;
    right: 12px;
}

.top .dropdown-item {
    font-weight: 700;
    font-size: 14px;
}

.navbar-my-products {
    flex-direction: row;
    justify-content: space-between;
}

.navbar-my-products .nav-item:hover {
    color: #913f88;
}

.products-item .item {
    /* border: 1px solid #f3f3f3; */
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.modal-product-button {
    background: transparent;
    border: 0;
    outline: none;
    width: 100%;
}

.modal-product-button:focus {
    outline: none;
}

.products-item .item .products-all .name-products h3,
.products-item .item .products-all .name-products h3 > a {
    font-size: 17px;
    color: #262626;
    margin: 0;
    font-weight: 500;
    font-family: 'Geometria';
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-decoration: none;
}

.products-item .list-info {
    margin: 0;
    padding: 0;
}

.products-item .list-info li {
    list-style: none;
    /*margin-right: 3px;*/
}

.products-info .list-info li .lnr-history {
    margin-right: 4px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Linearicons-Free';
    display: block;
}

.products-item .list-info li span {
    font-size: 13px;
    color: #262626;
    font-weight: 500;
    font-family: 'Geometria';
}

.lnr-history:before {
    content: "\e863";
}

.products-item .item .status {
    border-left: 1px solid #d5d5d5;
    height: 45px;
    display: flex;
    align-items: center;
}

.products-item .item .status .status-green span {
    color: #4e9623;
    font-weight: bold;
    font-family: 'Geometria';
    font-size: 14px;
}

.products-item .item .status .total-tickets span {
    color: #262626;
    font-weight: 500;
    font-family: 'Geometria';
    font-size: 14px;
}

.products-item .item .button-step {
    margin-left: -40px;
}

.products-item .item .button-step .btn-info-tickets {
    color: #212529;
    text-decoration: none;
    margin: 0;
    font-weight: 500;
    font-family: 'Geometria';
}

.products-item .item .button-step button, .products-item .item .button-step .btn-info-tickets, .products-item .item .button-step a {
    background: #fff;
    border: unset;
    border-radius: 4px;
    padding: 5px 15px;
    cursor: pointer;
}
.products-item .item .button-step .yellow {
    background-color: #f4c935;
    color: #ffffff;
}

.winner-modal .back {
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    cursor: pointer;
}

/* .img-fluid {
    max-width: 100%!important;
    height: auto!important;
} */
.products-item .item.gray .status, .products-item .item.yellow .status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-item .item .status {
    border-left: 1px solid #d5d5d5;
    height: 45px;
    display: flex;
    align-items: center;
}

.products-item .item.yellow .status .status-yellow span, .products-item .item.violet .status .status-violet span {
    color: #fff;
    /* font-size: 16px; */
    font-weight: bold;
    font-family: 'Geometria';
    font-size: 14px;
}

.products-item .item.yellow {
    background-color: #f4c935;
}

.products-item .item.violet {
    background-color: #bb5da2;
}

.products-item .item.gray {
    background-color: #e2e2e2;
}

.products-item .item.gray .button-step button > span, .products-item .item.gray .button-step a > span {
    font-weight: 600;
    color: #262626;
}

/*#product_5 span{*/
/*    font-size:14px;*/
/*    !*font-family: "Geometria";*!*/
/*    font-weight: 700;*/
/*  */
/*}*/
.products-item .item.gray .status .status-gray span {
    color: #b33c12;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Geometria';
}

.lnr-undo {
    font-size: 14px;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
    background: #bb5da2;
    box-shadow: inset 0px 10px 13px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 10px 13px -7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 10px 13px -7px rgba(0, 0, 0, 0.3);
}

.product-info {
    font-size: 14px;
}

/*-------------------------modal window--------------------*/
#costumModal20 .modal-dialog, #costumModal2 .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    max-width: 750px;
    /* max-width: 900px; */
}

#costumModal20 .modal-dialog .modal-content, #costumModal2 .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

#costumModal20 .modal-dialog .modal-content .modal-header, #costumModal2 .modal-dialog .modal-content .modal-header {
    border: none;
}

#costumModal20 .modal-dialog .modal-content .modal-header .modal-title, #costumModal2 .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    color: #262626;
    font-weight: 600;
    font-family: 'Geometria';
    word-break: break-word;
}

#costumModal20 .modal-dialog .modal-content .modal-body .modal-content-win, #costumModal2 .modal-dialog .modal-content .modal-body .modal-content-win {
    display: flex;
    align-items: center;
    justify-content: center;
}

#costumModal20 .modal-dialog .modal-content .modal-body .modal-content-win .img-win, #costumModal2 .modal-dialog .modal-content .modal-body .modal-content-win .img-win {
    width: 40%;
}

#costumModal20 .modal-dialog .modal-content .modal-body .modal-content-win .text-win, #costumModal2 .modal-dialog .modal-content .modal-body .modal-content-win .text-win {
    width: 60%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    margin-left: 25px;
}

.modal-content .modal-body .modal-content-win .text-win .button-info-win {
    background-color: #f4c935;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}

.modal-content .modal-body .modal-content-win .text-win .status-win h1 {
    color: #bb5ea3;
    font-size: 86px;
    font-weight: 800;
    margin: 0;
    font-family: 'Geometria';
}

.modal-content .modal-body .modal-content-win .text-win .button-info-win .help {
    color: #212529;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.modal-content .modal-body .modal-content-win .text-win .help-add a {
    color: #212529;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.close:focus {
    outline: none !important;
}

.product-status {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 15px;
}

.product-status div {
    font-family: Myriad pro;
    font-weight: 600;
    color: #4e9623;
    line-height: 17px;
    font-size: 15px;
}

.img-product {
    display: flex;
    justify-content: center;
}

.text-product {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    margin-left: unset;
}

/*---------------end modal----------------------*/

/*---------------end my-products------------------*/

/*----------buyTokens page----------*/

.selected a {
    -webkit-box-shadow: inset 0px 10px 13px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 10px 13px -7px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 10px 13px -7px rgba(0, 0, 0, 0.3) !important;
}

.buy-rules p {
    font-family: "Open Sans";
    font-size: 16px;
}

.buy-card {
    justify-content: center;
}

.ticket-form {
    margin-top: 40px;
}

.buy-card-title h2 {
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 54px;
    line-height: 65px;
}

.howMany {
    font-size: 16px;
    margin: 50px 0 10px;
    display: block;
}

.btn-green {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px 20px;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    background: linear-gradient(#55a226, #4e9623);
    width: 100%;
    border: 0;
    height: 60px;
    line-height: 24px;
    color: white;
}

.ticket-form input {
    font-size: 24px !important;
    line-height: 24px;
    height: 58px;
    color: #212529 !important;
}

/* .ticket-form input::placeholder{
    color:
} */
.rules-wrapper {
    background-color: #fcfcfa;
    padding: 35px 0;
    border-top: 1px solid #e5e5e4;
}

.converter-wrapper {
    background: #e5e5e4;
    margin-bottom: 70px;
    position: relative;
}

.converter-wrapper .converter-item {
    font-size: 60px;
    font-family: "Geometria";
    font-weight: 300;
}

.buy-rules-title {
    font-size: 22px;
    font-weight: 600;
    font-family: "Open Sans";
    margin-bottom: 20px;
    padding: 0 15px;
}

.buy-rules .col > p {
    font-family: "Geometria";
    font-size: 14px;
    margin-bottom: 20px;
}

.equal {
    display: flex;
    justify-content: center;
    flex-basis: 20%;
    width: 20%;
}

.equal img {
    width: 43%;
}

.equal div {
    position: absolute;
    color: #b7b7b6;
}

.equal div:first-child {
    transform: rotate(180deg);
    top: 3%;
    font-size: 40px;
}

.equal div:last-child {
    bottom: 3%;
    font-size: 40px;
}

.h-84 {
    height: 82px;
}

.buy-tickets-quantity {
    border: 1px solid #b7b7b7 !important;
}

/*----------end buyTokens page----------*/

/*--------------transaction ticket---------------*/
.padding-transaction-box {
    padding-left: 15px;
    padding-right: 15px;
}

.transactions,
.my-products,
.buy-tokens {
    min-height: calc(100% - 206px);
}

.page-item.disabled .page-link,
.page-item:first-child .page-link, .page-item:last-child {
    border: 0 !important;
}

.page-item:last-child .page-link {
    border: 0 !important;
}

.table tbody .tr td:last-child .table-list div {
    display: flex;
    justify-content: flex-end;
    color: red;
}

.table tr td,
.table tr th {
    border-top: 1px solid #ccc;
}

.table tr:first-child td,
.table tr:first-child th {
    border-top: 0;
}

.table .transaction-date {
    font-family: "Open Sans";
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.table .number-list {
    font-family: "Open Sans";
    font-weight: 600 !important;
    color: #66615b;
    line-height: 17px;
    align-items: center;
}

.table .list-description, .table .ticket-value {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #212529;
    line-height: 23px;
}

.table .table-thead {
    font-size: 11px;
    line-height: 11px;
    font-family: "Open Sans";
    font-weight: 700;
    color: black;
}

.table .table-footer {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 11px;;
}

.table-footer-box {
    background-color: #f2f2f2;
    min-height: 55px;
    border-radius: 12px;
    margin: 0;
    padding: 0;
}

.transaction_id,
.lottery_id {
    line-height: 23px;
    color: #438be9;
    font-weight: 600;
}

.transaction_id:hover,
.lottery_id:hover {
    color: red;
    text-decoration: none;
}

.products-item {
    padding-left: 8px;
}

.selected a {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.table-list {
    font-weight: 600;
}

.number-list {
    font-weight: normal !important;
}

.margin-l {
    margin-left: 10px;
}

.table tr th, td, .table-list > div {
    font-family: "Geometria";
    font-size: 14px;
    /*font-weight: normal;*/
}

.table thead tr th {
    border: none;
}

.table thead tr {
    background: #f2f2f2;
    background-color: #f2f2f2;
    min-height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 13px;
}

/* .table td:nth-child(2){
    color:#4c4c4c;
    font-weight: 600;
} */
.table .table-sum {
    border-top: none;
    font-size: 22px;
    color: #212529 !important;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 11px;
}

.list-description li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lot-info-use-mvtickets-plus,
.lot-info-use-mvtickets-minus {
    width: 24px;
    height: 24px;
    margin: auto 0;
    border-radius: 50%;
    border: none;
    background: #fff;
    font-size: 23px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lot-info-use-mvtickets-plus:focus,
.lot-info-use-mvtickets-minus:focus {
    outline: none;
    box-shadow: none;
}

/* .lot-info-use-mvtickets-minus{
    padding-bottom: 4px;
} */
.lot-info-use-mvtickets {
    padding: 0 20px;
}

.lot-info-use-mvtickets-quantity {
    width: 57px;
    height: 37px;
    border: 0;
    border-radius: 2px;
    margin: 0 8px;
    font-size: 22px !important;
    font-weight: 600;
}

.lot-info-use-mvtickets-quantity:focus {
    outline: none;
    box-shadow: none;
}

.lot-info-use-mvtickets-submit {
    background: unset;
    width: 100%;
    font-family: "Myriad pro";
    font-weight: 600;
    font-size: 16px !important;
    line-height: 16px;
}

.lot-info-use-mvtickets-submit:focus {
    outline: none;
    box-shadow: none;
}

.input-submit {
    padding-left: 20px;
    padding-top: 4px;
}

.navbar-nav .nav-item .active-product {
    color: #212521;
}

.navbar-my-products .nav-item .all-color {
    color: #8d8d8d;
}

.navbar-my-products .active {
    color: #212529 !important;
}

.transaction-title {
    margin-bottom: 1.5rem;
}

.transacion-title-history {
    font-size: 53px;
    font-family: "Open sans";
    font-weight: 300;

}

.transaction-title-balance {
    font-family: "Open sans";
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    color: #575757;
}

.transaction-title-balance span {
    color: #191919;
}

/*------------------end transaction-------------------*/
/* ================== faq page======================= */
.wrapper-rules {
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #f9f9f9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    overflow: hidden;
    padding-bottom: 60px;
    margin-top: 60px;
}

.wrapper-rules h1 {
    margin: 67px 0 47px;
    text-align: center;
    letter-spacing: -3px;
    font-weight: 300;
    font-size: 50px;
    line-height: 35px;
    color: #212529;
}

.wrapper-rules .rules-page {
    padding: 25px 50px;
    font: 300 normal 16px/24px "Open Sans", sans-serif;
    text-align: justify;
}

.rules-page p {
    font-family: "Open Sans";
}

/* =======================end faq page=============== */
/* =======================winners page=============== */
.winners {
    padding-bottom: 30px;
}

.title-winners-page h1 {
    color: #212529;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 60px;
    font-size: 50px;
}

#winners-lottery {
    border-top: 1px solid #e5e5e5;
}

#winners-lottery .owl-carousel .card-img-wrapper {
    height: 235px;
}

#owl-demo {
    margin-top: 20px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-right: 30px !important;
}

.owl-carousel .owl-dots .owl-dot {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

}

.owl-carousel .owl-dots .active:focus {
    border: 1px solid #fcd018;
}

.owl-dots {
    margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #e9c016 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #D6D6D6;
    background: #ffffff !important;
}

/* ========================end winners page========== */

.my-pagination {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 1023px) {
    .products-item .item .toggle, .products-item .item.gray .status, .products-item .item.yellow .status {
        display: none;
    }
}

@media screen and (min-width: 1023px) {
    .button-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 14px;
    }
    .fixed-nav-d-none {
        display: none;
    }
    .collapsed-nav {
        margin-bottom: 33px;
    }
    .nav-item .border-r {
        border: 0;
    }
    .inherit {
        font-size: inherit;
        color: inherit !important;
    }
    .navbar-nav .sell-item {
        padding: 8px 20px;
        margin-top: 5px;
        background: transparent;
        border: 1px solid #262626;
        border-radius: 5px;
        list-style: none;
        transition: all 0.3s ease-in;
    }

    .step-4-wrapper .step-number {
        flex-basis: 78%;
    }

    .step-4-wrapper .btn-4 {
        justify-content: flex-end;
    }

    .btn4-1 {
        padding: 14px 5px;
    }

    .date-start:after {
        display: none;
    }


}

@media screen and (max-width: 1200px ) and (min-width: 993px) {
    .mobile-margin-lottery {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .share-lot-links {
        /**/
        justify-content: center;
    }

    .share-lot p {
        text-align: center;
    }

    .shared-lot-stars {
        justify-content: center;
        display: flex;
    }


}


@media screen and (max-width: 1024px) {
    .header .tickets-stock {
        margin-top: 140px;
    }

    .header-wrapper {
        -webkit-background-size: cover;
        background-position: 10px 80px;
        background-size: 1090px 480px;
        background-repeat: no-repeat;
    }


}

@media screen and (max-width: 992px) {
    .testimoniale {
        margin-bottom: 60px;
    }

    .card-deck .card {
        display: flex !important;
        flex-basis: 42% !important;
    }

    .testimoniale .row {
        flex-flow: column-reverse;
    }

    .footer-item a {
        font-size: 16px;
    }

    .img-fluid {
        width: 50%;
    }

    .img-md-center {
        display: flex;
        justify-content: center;
    }

    .category-title-item {
        font-size: 25px;
    }

    .lot-header-name h2 {
        font-size: 25px;
        letter-spacing: 0.2px;

    }

    .number-lottery {
        text-align: center;
    }

    .number-lottery .lot-header-name {
        line-height: 25px;
    }

    .card-deck .card {
        margin-bottom: 30px !important;
    }

    .nav-item .border-r {
        border-right: 0px;
    }

    .lottery-finished-bids {
        margin-top: 10px;
    }

    .form-border {
        border: 0;
    }

    .sign-in-wrapper-social .or {
        display: none;
    }

    .wrapper {
        padding-right: 30px;
        padding-left: 0;
    }

    .code-ticket-item2-1 div {
        border: 0;
    }

    .code-ticket-item2-1 {
        flex-flow: column;
    }

    .step2-status .step3-edit {
        margin-top: 14px;
        margin-left: 0;
    }

    .step2-status {
        margin-bottom: 22px;
    }

    .step-number div, .step-number span {
        font-size: 18px;
    }

    .add-info {
        width: 40%;
    }

    .step-2-wrapper .step2-wrapper-item:last-child .step2-details {
        margin-top: 24%;
    }

    .step-3-wrapper .step-number {
        flex-flow: column;
    }

    .step-3-wrapper .step-number .add-info, .step3-edit {
        margin: 4% auto;
        width: 93%;
    }

    .step-4-wrapper {
        flex-flow: column;
    }

    .step-4-wrapper .btn-4 button {
        margin: 4% auto;
        width: 93%;
    }

    .step-4-wrapper .btn-4 {
        margin-right: 0;
        margin-top: -10%;
    }

    .white-wrapper .step2-wrapper-item:first-child {
        flex-basis: 30%;
        padding-left: 30px;
        margin-right: 0;
    }

    .white-wrapper .step2-wrapper-item:last-child {
        flex-basis: 70%;
    }

    .products-item .img-fluid {
        width: 100%;
    }

    #udo tr td:nth-child(3) {
        display: none !important;
    }

    #udo thead th:nth-child(3) {
        display: none !important;
    }

    #udo .row {
        flex-wrap: nowrap;
    }

    .sm-centered {
        display: flex;
        justify-content: center;
    }

    .h-84 {
        height: auto;
    }

    .mobile-margin-lottery .col:last-child {
        display: flex;
        justify-content: flex-end;
    }

    .mobile-mb-20 {
        margin-bottom: 20px;
    }

    .contact-winner {
        padding: 9px 18px;
    }

    /* .label-price::after{
        left:51%;
    } */

}

@media screen and (max-width: 992px) and (min-width: 720px) {
    .cont-align {
        width: 70% !important;
        display: flex;
        justify-content: center;
    }
    .home__banner {
        height: 300px;
    }
    .home__banner h1,
    .home__banner h2,
    .home__banner h1 > span {
        font-size: 44px;
    }
}

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

    .card-deck .card {
        flex-basis: 30% !important;
    }

    .step-2-wrapper {
        flex-flow: column;
    }

    .step-2-wrapper .step2-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .step-2-wrapper .step2-wrapper-item:last-child .step2-details {
        margin-top: 0;
    }

    .step-card-title-item:first-child {
        font-size: 20px !important;
    }

    .step2-status {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .step2-status .step3-edit {
        width: 100%;
        font-size: 14px;
    }

    .step2-1 .code-ticket {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .code-ticket-item2-1 div {
        padding-left: 0;
    }

    .code-ticket span:first-child {
        margin-bottom: 5px;
    }

    .step2-2-item {
        flex-flow: column;
        margin: 0 auto;
    }

    .step2-2-item div {
        margin: 0 auto;
    }

    .step2-2 {
        flex-flow: column;
    }

    .step2-2-item div {
        margin-right: auto !important;
    }

    .white-wrapper {
        flex-flow: column;
    }

    .br-l {
        border: 0;
    }

    .step5-wrapper div button {
        padding: 29px 47px;
    }

    .white-wrapper .step2-wrapper-item:last-child {

        margin-top: -8%;
    }

    .buy-card-title h2 {
        font-size: 30px;
    }

    .btn-green {
        font-size: 16px;
    }

    .header-premium {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .swiper-container {
        display: none;
    }

}

@media screen and (max-width: 720px) {
    .card-deck .card {
        display: flex !important;
        flex-basis: 80% !important;
    }


    .card-deck {
        justify-content: center;
    }

    .header-title {
        font-size: 27px
    }

    .header .tickets-stock {
        margin-top: 130px;
    }


    .card-deck .card {
        margin-bottom: 15px;
    }

    .input-lot-price {
        width: 100% !important;
    }

    .step-container {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 600px) {
    .paddings {
        padding: 0;
    }

    .wrapper-left {
        padding-right: 0;
    }

    .wrapper {
        padding-right: 0;
    }

    .sign-in-wrapper h1 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .step-card-title {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .step-card-title-item {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin-top: 15px;
    }

    .white-box .code-ticket {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .reset-mobil-paddig {
        padding: 0 !important;
    }

    .add-info {
        padding: 12px 7px 12px 7px;
    }
    .home__banner {
        height: 300px;
        margin-top: 70px;
    }
    .home__banner h1,
    .home__banner h2 {
        font-size: 32px;
        width: 100%;
    }
    .home__banner h1 > span {
        font-size: 32px;
    }

}

@media (max-width: 576px) {
    .category-title-item {
        font-size: 20px;
    }


    .lottery-finished-bids .finished {
        font-size: 35px;
    }

    .contact-form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .step-form label {
        font-size: 13px;
    }

    .date {
        margin-right: 0;
    }

    .prev-menu .name-col h6 {
        padding: 10px 14px
    }

    .table .row th:first-child {
        text-align: center;
    }

    .footer {
        padding-top: 15px;
    }

    .between-md {
        flex-flow: column;
    }

    .transacion-title-history,
    .transaction-title-balance {
        font-size: 18px;
    }

    .table tr td:first-child {
        flex-flow: column;
    }

    .table tr th:nth-child(2) {
        text-align: center;
    }

    .col-xs-6 {
        flex: 0 0 50 !important;
        max-width: 50% !important;
    }


    .header-wrapper {
        height: auto;
    }

    .wrapper-rules .rules-page {
        padding: 25px 15px;
    }

    .mobile-margin-lottery .col:last-child {
        justify-content: unset;
    }
}

@media screen and (max-width: 485px) {
    .step-number div, .step-number span {
        font-size: 16px;
    }

    .step2-2-item div {
        font-size: 13px;
    }

    .step2-2-item .span2-2 {
        font-size: 13px;
    }

    .step3-edit, .step-number .add-info {
        font-size: 13px !important;
    }

    .contact-winner, .submit, .step5-wrapper div button, .step-4-wrapper .btn-4 button, .btn4-1 {
        font-size: 13px;
    }

    .step2-status, .contact-form-title, .code-ticket span {
        font-size: 14px;
    }

    .step2-details span, .step2-details div {
        font-size: 13px !important;
    }

    .step5-wrapper .pl-21-mobile {
        padding-left: 21px !IMPORTANT;
        padding-right: 21px
    }

    .win-message {
        flex-flow: column;
    }

    .win-message a {
        display: flex;
        justify-content: center;
        font-size: 13px;
    }

    /* .navbar {
        margin-top: 10%;
    } */
    .converter-item {
        font-size: 30px !important;
    }

    .equal div:first-child {
        transform: rotate(180deg);
        top: 30%;
    }

    .equal div:last-child {
        bottom: 25%;
    }

    .converter-wrapper {
        padding: 20px;
    }

    .lottery-number {
        font-size: 30px !important;
    }

    .block-lot {
        width: unset !important;
    }

    .mobile-mt {
        margin-top: 15px;
    }

    .modal-content .modal-body .modal-content-win .text-win .status-win h1 {
        font-size: 66px;
        line-height: 50px;
        font-weight: 700;
    }

    #costumModal20 .modal-dialog .modal-content .modal-body .modal-content-win .text-win {
        margin-left: unset;
    }

    .img-win {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .modal-content-win {
        display: flex;
        flex-flow: column;
        justify-content: center;
        width: 100%;
    }

    .modal-content-win .modal-product-img {
        height: 200px !important;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .modal .close span {
        font-size: 22px;
    }

    .text-win {
        width: 100% !important;
    }
}

@media screen and (max-width: 426px) {
    .header .tickets-stock {
        margin-top: 40px;

    }

    .header-wrapper {

        background-position: -110px 80px;
        background-size: 820px 410px;
    }

    .card-deck .card {
        margin-bottom: 15px;
    }

    .lot-header-name h2 {
        font-size: 22px;
    }

    .sign-in-wrapper h1 {
        line-height: 53px;
    }

    .step-number div, span {
        font-size: 14px;
    }

    .step2-2-item, .step2-2-item div {
        margin: 0;
    }

    .white-wrapper .step2-wrapper-item:first-child {
        justify-content: center;
    }

    .step5-wrapper div button {
        padding: 20px 47px;
    }

    .img-product img {
        width: 100%;
    }

    .modal-body {
        padding: 0 !important;
    }

    #costumModal20 .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 25px;
    }

    .add-lot-textarea {
        height: 5em !important;
    }
}

@media screen and (max-width: 375px) {
    .navbar-brand {
        width: 60%;
    }

    .card-deck .card {
        margin-bottom: 15px;
    }

    .mobile-margin-lottery .col:last-child {
        display: unset;
    }

    /*.date i {*/
        /*display: none;*/
    /*}*/

    .step2-status {
        display: flex;
        flex-flow: column;
    }

    .swiper-wrapper {
        height: 450px !important;
    }

    .mobile-container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .step-number div,
    .step-number span {
        font-size: 13px;
    }

    .white-box {
        margin: 0 15px 14px;
    }

    .step-2-wrapper {
        padding: 0 15px 20px;
    }

    .products-item .item .products-all .name-products h3 {
        font-size: 15px;
    }

    .products-item .list-info li span {
        font-size: 11px;
    }

    .products-info .list-info li .lnr-history {
        margin-right: 4px;
        margin-top: 4px;
        font-size: 11px;
    }

    .mobil-paddin-reset {
        padding-left: 0 !important;
    }

    .products-item .item .button-step {
        margin-left: unset;
    }

    .products-item .item .button-step a {
        font-size: 12px;
    }

    .form-column-mobile {
        flex-flow: column;
    }

    #costumModal20 .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 26px;
        line-height: 20px;
    }

    .lot-info-use-mvtickets {
        display: flex;
        flex-flow: column !important;
    }

    .step-card-body-lot {
        padding: 22px 5px;
    }

}

@media screen and (max-width: 321px) {
    .lot-info-use-mvtickets-submit {
        font-size: 15px;
    }

    .lot-info-use-mvtickets-quantity {
        width: 46px;
    }

    .input-submit {
        padding-left: 6px;
    }

    .title-seria, .step-price {
        font-size: 14px;
    }

    .col-padding-reset {
        padding-right: 8px !important;
    }

    .products-item .item .button-step .btn-info-tickets,
    .products-item .item .button-step a {
        padding: 0 15px;
    }

    .modal-content .modal-body .modal-content-win .text-win .button-info-win .help {
        font-size: 13px;
    }

    .transacion-title-history,
    .transaction-title-balance {
        font-size: 14px;
    }

    .table .table-thead {
        font-size: 10px;
    }

    .table .transaction-date,
    .table .number-list,
    .table .ticket-value, .table tr th,
    .table .table-footer {
        font-size: 11px;
    }

    .table .ticket-value {
        justify-content: center !important;
    }

    .table .table-sum {
        font-size: 15px;
    }

    .category-description {
        height: 76px !important;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }


}

.violet .name-products h3,
.violet .name-products h3 > a {
    color: #fff !important;
}

.violet .list-info li span {
    color: #fff !important;
}

.violet .status .total-tickets span {
    color: #fff !important;
}

.card {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    overflow: hidden;
}

.bg-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    max-height: 450px;
    position: relative;
    padding-top: 5vw;
    padding-bottom: 8vw;
}

.bg-overlay .color-overlay {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* CATEGORY BANNER */
.category-head h1 {
    font-size: 7vw;
    line-height: 100px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.category-head .text-secondary{
    text-transform: uppercase;
    font-size: 2.5vw;
    font-weight: 300;
    color:#fff!important;
    margin:0;
    position:relative;
    display: inline-block;
}
.category-head .text-secondary::before{
    position: absolute;
    content: "";
    width:24px;
    height: 24px;
    background-image: url("/image/icon/category-arrows.png");
    background-position: center left;
    background-size: cover;
    top: calc(50% - 12px);
    left: -40px;
}
.category-head .text-secondary::after{
    position:absolute;
    content: "";
    width:24px;
    height: 24px;
    background-image: url("/image/icon/category-arrows.png");
    background-position: center right;
    background-size: cover;
    top: calc(50% - 12px);
    right: -40px;
}

.round-category {
    position: relative;
    width: 100%;
    background-color:#1E1E1E;
    overflow: hidden;
    border-radius: 50%;
}
.round-category::before{
    padding-top : 100%; /* = width for a 1:1 aspect ratio */
    display: inline-block;
}
.square-category .content {
    position:absolute;
}
/*DROPZONE*/
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px); } }
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
.dropzone, .dropzone * {
    box-sizing: border-box; }

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 54px 54px; }
.dropzone.dz-clickable {
    cursor: pointer; }
.dropzone.dz-clickable * {
    cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer; }
.dropzone.dz-started .dz-message {
    display: none; }
.dropzone.dz-drag-hover {
    border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5; }
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit; }
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
.dropzone .dz-preview:hover {
    z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
    background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none; }
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
    opacity: 1; }
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px); }
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10; }
.dropzone .dz-preview .dz-image img {
    display: block; }
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626; }

/*END DROPZONE*/

/* category */
.category_page {
    margin-bottom: 20px;
}
.list-none {
    list-style: none;
}
.list-none li {
    font-size: 14px;
}
.footer.position {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}
.card-lottery {
    border-bottom: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.step-number .modal-dialog,
.step4 .step2-wrapper-item .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
blockquote{
    font-size: 1.4em;
    width:60%;
    margin:50px auto;
    font-family: 'Myriad Pro', serif;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 75px;
    border-left:8px solid #f4c935 ;
    line-height:1.6;
    position: relative;
    background: #EDEDED;
}
blockquote::before{
    font-family: 'Myriad Pro', serif;
    content: "\201C";
    color: #f4c935;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}
blockquote::after{
    content: '';
}
blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
.panel-collapse .panel-body blockquote p {
    margin-bottom: 0;
}
.dropzone {
    border: 3px dashed #247bbb !important;
}
.modal_cropper .modal-footer button span {
    color: #ffffff;
}
.modal_cropper .modal-footer button.rotate-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.border-0 .navbar-toggler-icon {
    width: 25px;
    height: 25px;
}
.fixed-header .navbar-collapse ul {
    background: #ffffff;
    margin: 0 -15px;
    padding: 0 0 15px;
}
.fixed-header .navbar-nav .sell-item {
    padding: 8px 20px;
}
.fixed-header .navbar_mobile {
    border-top: 0;
    -moz-box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.24);
}
.at-resp-share-element .at-share-btn:focus {
    outline: none;
}
.at-resp-share-element .at-share-btn:focus .at-icon-wrapper svg {
    fill: #ffffff !important;
}
.container-winner-page .my-pagination {
    margin-bottom: 45px;
}
.container-winner-page .my-pagination .pagination {
    margin-bottom: 0;
}
.step-form.settings-form {
    max-width: 600px;
}
.background-white {
    background-color: #ffffff;
}
.background-white.my-products-img img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    object-fit: contain;
}
