body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: MyriadProRegular, Arial, Helvetica, sans-serif;
    /* background-color: #f7fbf9; */
    background-color: #FFF;
    font-size: 18px
}
.img-responsive {
    display: inline-block
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.clear{
    clear: both;
}
.no-scroll{
    overflow: hidden;
}
.invalid{
    box-shadow: 0 0 7px #fe0606;
}
.align-center{
    text-align: center;
}

.align-right{
    text-align: right;
}

.ok {
    margin-bottom: 10px;
}
.flex{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rf-btn{
    display: block;
    width: 100%;
    height: 41px;
    line-height: 41px;
    background: #3bb82e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: MyriadProRegular;
}
.rf-btn:hover,
.rf-btn:focus,
.rf-btn:visited,
.rf-btn:active{
    color: #fff;
    text-decoration: none;
}
.margin-top-158 {
    margin-top: 68px;
}

.margin-bottom-70 {
    margin-bottom: 40px;
}

.margin-top-80 {
    margin-top: 80px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}
.ok {
    width: 19px;
    height: 19px;
    background-image: url(/images/ok.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle
}
.text-page-content{
    max-width: 1015px;
    margin: 0 auto;
}
.content-wrap{
    overflow: hidden;
    padding: 0 0 0 260px;
}

.content-wrap.event,
.content-wrap.preview{
	padding: 0;
}

.content-wrap.event:before,
.content-wrap.preview:before {
    display: none;
}

.list-nav{
    display: inline-block;
    border: 1px solid #3bb82e;
    list-style: none;
    padding: 0;
    margin: 0 auto 27px;
    position: relative;
	background-color: #FFF;
}
.list-nav li{
    color: #3bb82e;
    display: inline-block;
    width: 120px;
    height: 27px;
    line-height: 29px;
    font-family: MyriadProRegular;
    cursor: pointer;
}
.list-nav li.active{
    background: #3bb82e;
    color: #fff;
}

.list-nav li.active a{
	color: #FFF;
}

.list-nav li a{
	color: #3bb82e;
	display: block;
}
.list-nav.load:after{
    display: block;
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    right: -40px;
    top: 0;
    background: url(/images/ajax-loader.gif) no-repeat 0 0 / cover;
}
.list-nav{
    display: inline-block;
    border: 1px solid #3bb82e;
    list-style: none;
    padding: 0;
    margin: 0 auto 27px;
    position: relative;
}
.list-nav li{
    color: #3bb82e;
    display: inline-block;
    width: 120px;
    height: 27px;
    line-height: 29px;
    font-family: MyriadProRegular;
    cursor: pointer;
}
.list-nav li.active{
    background: #3bb82e;
    color: #fff;
}
.list-nav.load:after{
    display: block;
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    right: -40px;
    top: 0;
    background: url(/images/ajax-loader.gif) no-repeat 0 0 / cover;
}
#content{
    padding: 65px 0 0;
}

#sidebar{
	height: 95vh;
	overflow: auto;
}

.sidebar-menu{
    background: #c4eac0;
    font-size: 16px;
    width: 260px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 65px;
	/* -webkit-box-shadow: 10px 10px 20px 0px rgba(24,24,25,0.34); */
	/* -moz-box-shadow: 10px 10px 20px 0px rgba(24,24,25,0.34); */
	/* -ms-box-shadow: 10px 10px 20px 0px rgba(24,24,25,0.34); */
	/* box-shadow: 10px 10px 20px 0px rgba(24,24,25,0.34); */
}
.sidebar-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #43403e;
    font-family: MyriadProRegular;
}

.sidebar-menu > ul > li{
    font-weight: bold;
	position: relative;
}

.sidebar-menu li.home-icon:before,
.sidebar-menu li.host-raffall-icon:before,
.sidebar-menu li.my-raffall-icon:before,
.sidebar-menu li.winners-icon:before,
.sidebar-menu li.account-icon:before{
	display: block;
	width: 25px;
	height: 20px;
	position: absolute;
	left: 25px;
    top: 17px;
	content: "";
}

.sidebar-menu li.home-icon:before{
	background: url('/images/icons/home.png') no-repeat 0 0 scroll transparent;
}

.sidebar-menu li.host-raffall-icon:before{
	background: url('/images/icons/host-raffle.png') no-repeat 0 0 scroll transparent;
	top: 18px;
}

.sidebar-menu li.my-raffall-icon:before{
	background: url('/images/icons/my-raffalls.png') no-repeat 0 0 scroll transparent;
	height: 22px
}

.sidebar-menu li.winners-icon:before{
	background: url('/images/icons/winners.png') no-repeat 0 0 scroll transparent;
}

.sidebar-menu li.account-icon:before{
	background: url('/images/icons/at-icon.png') no-repeat 0 0 scroll transparent;
	height: 22px;
}

.sidebar-menu .social li{
	position: relative;
}

.sidebar-menu .social li.facebook-icon:before,
.sidebar-menu .social li.instagram-icon:before,
.sidebar-menu .social li.twitter-icon:before{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 25px;
    top: 11px;
	content: "";z-index: 11;
}

.sidebar-menu .social li.facebook-icon:before{
	background: url('/images/icons/facebook-icon-sml.png') no-repeat 0 0 scroll transparent;
}

.sidebar-menu .social li.instagram-icon:before{
	background: url('/images/icons/instagram-icon-sml.png') no-repeat 0 0 scroll transparent;
}

.sidebar-menu .social li.twitter-icon:before{
	background: url('/images/icons/twitter-icon-sml.png') no-repeat 0 0 scroll transparent;
}

.sidebar-menu ul ul{
    padding: 0 0 0px;
    font-weight: normal;
}
.sidebar-menu a{
    color: inherit;
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0px 0 0px;
    padding: 0 0 0 62px;
}
.sidebar-menu .current a,
.sidebar-menu a:hover{
    text-decoration: none;
    background: #3bb82e;
    color: #fefefe;
}
.sidebar-menu li{
    line-height: 55px;
}
.sidebar-menu li span{
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 62px;
}
.sidebar-menu li li span{
    border:none;
    padding: 0;
    display: inline;
}

.spoiler{}

.spoiler .text{
	height: 100px;
    overflow: hidden;
	position: relative;
	font-size: 12px;
	color: #000;
}

.spoiler .toggle-but:before{
	-webkit-transition: all ease-out 0.25s;
    -moz-transition: all ease-out 0.25s;
    -ms-transition: all ease-out 0.25s;
    -o-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.spoiler .text p + p{
	/*margin-top: 10px;*/
}

.spoiler h3{
	font-size: 18px;
    font-family: MyriadProRegular;
	margin: 0;
	text-align: center;
	padding: 20px 0 10px;
	text-decoration: underline;
}

.spoiler .toggle-but{
    display: block;
    background-color: transparent;
    border: none;
    margin: 5px 0 15px;
    cursor: pointer;
    outline: none;
    padding: 10px 0;
	width: 100%;
}

.spoiler .toggle-but:hover:before{
	text-decoration: underline;
}

.spoiler .toggle-but:before{
	content: "Your money is 100% secure. Click to learn more.";
	display: block;
    color: #3bb82e;
	text-decoration: underline;
}

.spoiler .open + .toggle-but:before{
	content: "Hide";
}

#vivaform button{
    font-family: MyriadProRegular !important;
    font-size: 16px !important;
    font-weight: normal !important;
    height: 35px;
    padding: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.sold-tickets .ticket {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #999;
    width: auto;
}
.sold-tickets .user {
    display: table;
    width: 100%;
    table-layout: fixed
}
.sold-tickets .user-img-container {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
}
.sold-tickets .user-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 10px 0 0;
    border: 2px solid #dcd9d9;
}
.sold-tickets .user-info-container {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.sold-tickets .user-info {
    overflow: hidden;
    height: 50px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MyriadProBold;
    font-size: 16px;
    color: #3bb82e;
    line-height: 50px;
}
.sold-tickets .user-tickets-container {
    display: table-cell;
    width: 80px;
    vertical-align: middle;
}
.sold-tickets .tickets {
    background-image: url('/images/icons/ticket-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: MyriadProRegular;
    font-weight: 100;
    height: 30px;
    padding-left: 35px;
    line-height: 40px;
    color: #999;
	width: 67px;
	margin-left: 13px;
	font-size: 15px;
}
#menuOffcanvasMob .content{
    padding: 0;
}

.offcanvas{
    position: fixed;
    width: 55%;
    z-index: 12;
    bottom: 0px;
    top: 0px;
    right: -55%;
    background-color: #FFF;
    padding-top: 65px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.offcanvas.visible{
    right: 0px !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
.offcanvas .content #contentLeftSliderHeader p,
.offcanvas .content .sold-tickets p {
    padding: 20px;
	margin: 0;
}
.offcanvas .content a.bold,
.offcanvas .content a.bold:hover {
    color: #3bb82e;
    font-family: MyriadProBold;
    font-size: 20px;
}
.box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box !important;
    -moz-background-clip: padding-box !important;
    background-clip: padding-box !important;
}
body.modal-open {
    overflow: hidden;
}

#contentLeftSliderBody {
    overflow-y: auto;
    height: 100%;
}
#content .offcanvas .content #contentLeftSliderHeader h1 {
    font-size: 20px;
    border-bottom: none;
    margin: 0 20px;
}
.offcanvas .content #contentLeftSliderHeader h1 {
    color: #5d5a5a;
    font-family: MyriadProBold;
    text-align: center;
    padding-bottom: 8px;
}
#sold-subtitle {
    font-size: 16px;
    font-weight: 100;
    font-family: MyriadProRegular, Arial, Helvetica, sans-serif;
}
.closeLeftSidebar {
    display: inline-block;
    background-image: url('/images/close_but.png');
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    width: 20px;
    height: 20px;
    margin: 20px;
}
.loadMore {
    display: inline-block;
    color: #3bb82e;
    font-size: 16px;
    font-family: MyriadProRegular;
    font-weight: 100;
}
.loadMore:hover {
    color: #3bb82e !important;
}

/* host winners */
#contentLeftSlider.content {
    width: auto;
    overflow: hidden;
    margin: 0;
    min-height: auto;
}
.content.raffall-winners {
    font-size: 16px;
    font-family: HelveticaNeue-Thin; /* MyriadProRegular */;
    color: #43403e;
}
.display-table {
    display: table;
    width: 100%;
}
.raffall-winners .display-table-row {
    display: table-row;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: top;
    /*border: 1px solid red;*/
}
.raffall-winners .border-top {
    padding-top: 20px;
    border-top: 1px solid #a9a4a4;
}
.raffall-winners .border-bottom {
    border-bottom: 1px solid #a9a4a4;
}
.raffall-winners .padding-bottom {
    padding-bottom: 20px;
}
.raffall-winners .column-label {
    width: 100px;
    margin: 0 20px 0 0;
}
.raffall-winners em {
    color: #43403e;
}
.raffall-winners .bold {
    font-family: HelveticaNeue;
    font-weight: bold;
}
.back-btn a.green,
.back-btn a.green:hover,
.raffall-winners .green,
.raffall-winners a,
.raffall-winners a:hover {
    color: #3bb82e !important;
}
.raffall-winners .red {
    color: #ef4043 !important;
}
.raffall-winners .font-smaller {
    font-size: 15px;
}
.raffall-winners .border-image-user {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
}
.raffall-winners .border-two {
    width: 66px;
    height: 66px;
}
.raffall-winners .border-two img {
    width: 66px;
}
.raffall-winners h1,
.raffall-winners h2 {
    margin: 0;
    font-size: 18px;
    font-family: HelveticaNeue;
    font-weight: bold;
}
.raffall-winners .no-top-margin {
    margin-top: 0 !important;
}
.raffall-winners .no-bottom-margin {
    margin-bottom: 0 !important;
}
.raffall-winners .winners-list {
    margin: 40px auto;
}
.raffall-winners  .rate-block p{
    font-size: 15px;
    color: #5d5a5a;
    font-family: HelveticaNeue-Thin;
    line-height: 17px;
    padding: 5px 0 0;
}
.raffall-winners  .rating-wrap{
    overflow: hidden;
}
.raffall-winners  .rating-wrap span{
    font-size: 15px;
    color: #5d5a5a;
    font-family: HelveticaNeue;
    float: left;
    margin: 0 5px 0 0;
    line-height: 18px;
}
.raffall-winners  .rating{
    width: 60px;
    height: 12px;
    background: url(/images/rating/no-star.png) repeat-x;
    background-size: 12px 12px;
    float: left;
    margin: 4px 0 0;
}
.raffall-winners  .rating div{
    width: 0;
    height: 100%;
    background: url(/images/rating/star.png) repeat-x;
    background-size: 12px 12px;
}

p.back-btn {
    padding: 20px;
    font-size: 16px;
    font-family: HelveticaNeue-Thin;
}
.pagination>li>a, .pagination>li>span {
    font-family: MyriadProRegular !important;
    color: #bbb !important;
    background-color: #fff;
    border: 1px solid #bbb;
    margin-left: -1px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #bbb !important;
    background-color: #eee;
    border-color: #bbb;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    color: #fff !important;
    background-color: #3bb82e !important;
    border-color: #3bb82e !important;
    cursor: default;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
	#leftSlider.offcanvas {
        width: 50%;
        right: -50%;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#leftSlider.offcanvas {
        width: 45%;
        right: -45%;
    }
}
@media screen and (min-width: 960px) {
    #leftSlider.offcanvas {
        width: 45%;
        right: -45%;
    }
	#leftSlider .loadMore,
	#leftSlider #sold-subtitle {
		font-size: 18px;
    }
	#leftSlider .sold-tickets .user-info {
		font-size: 20px;
	}
	#leftSlider .sold-tickets .user-tickets-container {
		width: 100px;
	}
	#leftSlider .sold-tickets .tickets {
		width: 80px;
		margin-left: 20px;
		font-size: 18px;
	}
}
@media screen and (min-width: 1200px) {
    #leftSlider.offcanvas {
        width: 40%;
        right: -40%;
    }
	#leftSlider .loadMore,
	#leftSlider #sold-subtitle {
		font-size: 18px;
    }
	#leftSlider .sold-tickets .user-info {
		font-size: 20px;
	}
	#leftSlider .sold-tickets .user-tickets-container {
		width: 100px;
	}
	#leftSlider .sold-tickets .tickets {
		width: 80px;
		margin-left: 20px;
		font-size: 18px;
	}
}

.green-text {
    color: #3bb82e;
}

.need-verification-alert {
    width: calc(100% - 216px);
    margin-left: 216px;
    padding: 5px 0;
    background-color: #fdfec2;
    font-size: 16px;
    text-align: center;
    position: fixed;
    top: 65px;
    color: #43403e;
    z-index: 1111;
}
.need-verification-alert a {
    font-weight: bold;
    color: #43403e;
}
.need-verification-email .sidebar-menu {
    top: 95px;
}
.need-verification-alert--full {
    width: 100%;
    margin-left: 0;
}

.verify-popup a{
  outline: none !important;
}

#sidebar{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: -webkit-calc(100% - 66px) !important;
  height: calc(100% - 66px) !important; */
  top: 0 !important;
  height: 100% !important;
  padding-top: 65px !important;
}
#sidebar .footer-wrap{
  margin-top: auto;
  margin-bottom: 0;
  /* margin-top: 40px; */
  position: relative;
}
.content-wrap{
  position: relative;
}

.content-wrap::before{
  position: absolute;
  content: '';
  left: 0;
  top: 65px;
  height: 100%;
  width: 260px;
  background-color: #c4eac0;
}

.hoster-page .content-wrap::before, .preview.content-wrap::before{
  display: none;
}

.preloader-page{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}


@keyframes preloader_spin {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.preloader-page:after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border: 15px solid #3bb82e;
  border-top-color: transparent;
  border-radius: 50%;
  animation: preloader_spin 1s linear infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.preloader-page:before {
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}

[aria-describedby="verify-popup"]{
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
/*.ui-widget.ui-widget-content{*/
/*  left: 50% !important;*/
/*  top: 50% !important;*/
/*  transform: translate(-50%,-50%) !important;*/
/*}*/
.verify-popup .code input, .alert-btn{
  outline: none !important;
}

/*body div.ui-dialog.flyFromBottom[aria-describedby="fb-sign-in"]{*/
/*  bottom: unset !important;*/
/*}*/
.question__reference{
  text-align: left !important;
  font-size: 15px;
  color: #ef4043 !important;
}

.account_type{
  position: relative;
}
.account_type input{
  cursor: pointer;
}

.account_type--variants{
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  width: 100%;
  border: 1px solid;
  border-color: rgb(195, 195, 195);
  width: 100%;
  display: block;
  background-color: #fff;
  z-index: 111;
  padding-top: 5px;
  padding-bottom: 5px;
  visibility: hidden;
}
.account_type--variants-open{
  visibility: visible;
}
.account_type--item{
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  /* transition: 0.3s ease; */
}

.account_type--item:hover{
  background-color: #3bb82e;
  color: #fff;
}

.account_currency{
    position: relative;
  }
  .account_currency input{
    cursor: pointer;
  }

  .account_currency--variants{
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    width: 100%;
    border: 1px solid;
    border-color: rgb(195, 195, 195);
    display: block;
    background-color: #fff;
    z-index: 111;
    padding-top: 5px;
    padding-bottom: 5px;
    visibility: hidden;
  }
  .account_currency--variants-open{
    visibility: visible;
    overflow: scroll;
    height: 350%;
  }
  .account_currency--item{
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    /* transition: 0.3s ease; */
  }

  .account_currency--item:hover{
    background-color: #3bb82e;
    color: #fff;
  }

.whole-page-loader .text{
  white-space: nowrap;
}

.name-last-name{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;
  -webkit-box-pack: justify;  -webkit-justify-content: space-between;  -ms-flex-pack: justify;  justify-content: space-between;
}

.name-last-name p{
  margin: 0 !important;
  width: -webkit-calc(50% - 10px);  width: calc(50% - 10px);
}

.name-last-name input{
  font-weight: bold;
}

body .cropper-canvas{
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}


.sold-tickets__header{
  position: relative;
}

.refresh-tickets{
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: auto;
  right: 20px;
  bottom: 22px;
}

.refresh-tickets--animation{
  animation-name: rotation;
  animation-duration: 1s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
}

@keyframes rotation {
  0% {
      transform:rotate(0deg);
  }
  100% {
      transform:rotate(360deg);
  }
}

@media(max-width: 767px) {
  .refresh-tickets{
    width: 40px;
    bottom: -5px;
  }

  .need-verification-alert {
      margin-left: 0;
  }
}

.reset-password-form{
  margin-top: 40px !important;
}
