/* COLORS */

.gray {
	background-color: #EFEFEF;
}
.bg_dark{
	background-color: #222;
}
.white {
	background-color: #fff;
}
.soft-gray{
	background-color:#edf1f5;
}
.color1{
	color:#d8d8d8;
}
.color2{
	color:#0196cd;
}
.pops {
	display:none;
}

.ico-white {
	color: #fff !important;
}
.ico-orange {
	color: #fda974 !important; 
}
.ico-gray {
	color: #f5f5f5 !important;
}
.ico-gray-2 {
	color: #a0a0a0 !important;
}
.ico-dark {
	color: #383838 !important;
}

.alert-network{
	text-align: center;
    padding: 10px 0px;
    background-color: #c3ccd5;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0px;
    font-family: 'Lato';
    font-size: 10px;
    text-transform: uppercase;
}
/* SPINNERS */
.fa-anim-speed {
	animation-duration:0.6s !important;
	-webkit-animation-duration:0.6s !important;
	-moz-animation-duration:0.6s !important;
	-ms-animation-duration:0.6s !important;
	-o-animation-duration:0.6s !important;
	z-index:5;
}
.fa-color-anim {
	-webkit-animation: color_change 0.5s infinite alternate;
	-moz-animation: color_change 0.5s infinite alternate;
	-ms-animation: color_change 0.5s infinite alternate;
	-o-animation: color_change 0.5s infinite alternate;
	animation: color_change 0.5s infinite alternate;
}
@-webkit-keyframes color_change {
	0% { color: #4e5b67; }
	100% { color: #fff; }
}
@-moz-keyframes color_change {
	0% { color: #4e5b67; }
	100% { color: #fff; }
}
@-ms-keyframes color_change {
	0% { color: #4e5b67; }
	100% { color: #fff; }
}
@-o-keyframes color_change {
	0% { color: #4e5b67; }
	100% { color: #fff; }
}
@keyframes color_change {
	0% { color: #4e5b67; }
	100% { color: #fff; }
} 

.fa-color-anim-aaa {
	-webkit-animation: color_change_aaa 0.5s ease-in infinite alternate;
	-moz-animation: color_change_aaa 0.5s ease-in infinite alternate;
	-ms-animation: color_change_aaa 0.5s ease-in infinite alternate;
	-o-animation: color_change_aaa 0.5s ease-in infinite alternate;
	animation: color_change_aaa 0.5s ease-in infinite alternate;
}
@-webkit-keyframes color_change_aaa {
	100% { color: #3f2d44; }
	0% { color: #ff98ff; }
}
@-moz-keyframes color_change_aaa {
	100% { color: #3f2d44; }
	0% { color: #ff98ff; }
}
@-ms-keyframes color_change_aaa {
	100% { color: #3f2d44; }
	0% { color: #ff98ff; }
}
@-o-keyframes color_change_aaa {
	100% { color: #3f2d44; }
	0% { color: #ff98ff; }
}
@keyframes color_change_aaa {
	100% { color: #3f2d44; }
	0% { color: #ff98ff; }
}

.fa-color-anim-ccc {
	-webkit-animation: color_change_ccc 0.5s ease-in infinite alternate;
	-moz-animation: color_change_ccc 0.5s ease-in infinite alternate;
	-ms-animation: color_change_ccc 0.5s ease-in infinite alternate;
	-o-animation: color_change_ccc 0.5s ease-in infinite alternate;
	animation: color_change_ccc 0.5s ease-in infinite alternate;
}
@-webkit-keyframes color_change_ccc {
	100% { color: #f6b585; }
	0% { color: #454848; }
}
@-moz-keyframes color_change_ccc {
	100% { color: #f6b585; }
	0% { color: #454848; }
}
@-ms-keyframes color_change_ccc {
	100% { color: #f6b585; }
	0% { color: #454848; }
}
@-o-keyframes color_change_ccc {
	100% { color: #f6b585; }
	0% { color: #454848; }
}
@keyframes color_change_ccc {
	100% { color: #f6b585; }
	0% { color: #454848; }
}

.fa-color-anim-bbb {
	-webkit-animation: color_change_bbb 0.5s ease-in infinite alternate;
	-moz-animation: color_change_bbb 0.5s ease-in infinite alternate;
	-ms-animation: color_change_bbb 0.5s ease-in infinite alternate;
	-o-animation: color_change_bbb 0.5s ease-in infinite alternate;
	animation: color_change_bbb 0.5s ease-in infinite alternate;
}
@-webkit-keyframes color_change_bbb {
	100% { color: #22545d; }
	0% { color: #373737; }
}
@-moz-keyframes color_change_bbb {
	100% { color: #22545d; }
	0% { color: #373737; }
}
@-ms-keyframes color_change_bbb {
	100% { color: #22545d; }
	0% { color: #373737; }
}
@-o-keyframes color_change_bbb {
	100% { color: #22545d; }
	0% { color: #373737; }
}
@keyframes color_change_bbb {
	100% { color: #22545d; }
	0% { color: #373737; }
}

.progress-color {
	-webkit-animation: reset-bar 2s ease-out 0s 1 normal forwards;
	-moz-animation: reset-bar 2s ease-out 0s 1 normal forwards;
	-ms-animation: reset-bar 2s ease-out 0s 1 normal forwards;
	-o-animation: reset-bar 2s ease-out 0s 1 normal forwards;
	animation: reset-bar 2s ease-out 0s 1 normal forwards;
}
@-webkit-keyframes reset-bar {
	0% { background-color: #373737; }
	100% { background-color: #000; }
}
@-moz-keyframes reset-bar {
	0% { background-color: #373737; }
	100% { background-color: #000; }
}
@-ms-keyframes reset-bar {
	0% { background-color: #373737; }
	100% { background-color: #000; }
}
@-o-keyframes reset-bar {
	0% { background-color: #373737; }
	100% { background-color: #000; }
}
@keyframes reset-bar {
	0% { background-color: #373737; }
	100% { background-color: #000; }
}

/* PROGRESS */
.progress-db-wrp {
    border: 1px solid #fdb876;
    border-radius: 10px;
    margin: 10px auto;
    text-align: left;
    background-color: transparent;
	width: 100%;
    border-color: #fdb876;
    margin-top: 15px;
    margin-bottom: 0px;
}  
.progress-db-bar{
	height: 5px;
    border-radius: 10px;
    width: 1%;
    background-color: #ffdcb5;
}
.progress-wrp {
    border: 1px solid #1f313d;
    border-radius: 10px;
    margin: 10px auto;
    width: 300px;
    text-align: left;
    background-color: transparent;
}
.progress-bar{
	height: 5px;
    border-radius: 10px;
    background-color: #ecbd6f;
    background-image: linear-gradient(45deg, #ebd894, #f8a97f);
    width: 1%;
}
/* PROGRESS PENDING*/
.progress-wrp-pend {
    border: 1px solid #c3ccd5;
    border-radius: 10px;
    margin: 7px auto;
    width: 130px;
    text-align: left;
    background-color: transparent;
}
.progress-bar-pend {
	height: 3px;
    border-radius: 10px;
    background-color: #fff;
    width: 1%;
}
.progress-bar-stripe {
    border-radius: 10px;
    width: 1%;
	background-color:#fff;
    position: absolute;
    height: 3px;
}
.box-progress-pend {
    height: 10px;
    z-index: 1;
	width: 100%;
    left: 0px;
}

.loading {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #222;
    vertical-align: middle;
    font-family: lato;
    font-weight: 400;
    font-size: 16px;
    color: #dbdbda;
    text-align: center;
	font-display: swap;

	animation: smooth 1s ease-out forwards;
	opacity:0;
	animation-delay: 1s;
  	-webkit-opacity:0;
	-webkit-animation: smooth 1s ease-out forwards;
	-webkit-animation-delay: 1s;
}
@keyframes smooth {
  0% {
	opacity:0;
  }
  100% {
	opacity:1; 
  }
}
@-webkit-keyframes smooth {
  0% {
	-webkit-opacity:0;
  }
  100% {
	-webkit-opacity:1; 
  }
}

@keyframes loading {
  0% {
	opacity:0;
  }
  20% {
	opacity:1;
  }
  40% {
	opacity:1;
  }
  100% {
	opacity:0; 
  }
}

@-webkit-keyframes loading {
  0% {
	-webkit-opacity:0;
  }
  20% {
	-webkit-opacity:1;
  }
  40% {
	-webkit-opacity:1;
  }
   100% {
	-webkit-opacity:0;
  }
}

/* BLUR ANIM */
.blur-effect-in {
	animation: soft-blur-in 0.25s ease-out forwards;
	-webkit-animation: soft-blur-in 0.25s ease-out forwards;
}
@keyframes soft-blur-in {
  	0% { filter: blur(0px); }
	100% { filter: blur(10px); }
}
@-webkit-keyframes soft-blur-in {
	0% { -webkit-filter: blur(0px); }
	100% { -webkit-filter: blur(10px); }
}
.blur-effect-out {
	animation: soft-blur-out 0.25s ease-out forwards;
	-webkit-animation: soft-blur-out 0.25s ease-out forwards;
}
@keyframes soft-blur-out {
  	0% { filter: blur(10px); }
	100% { filter: blur(0px); }
}
@-webkit-keyframes soft-blur-out {
	0% { -webkit-filter: blur(10px); }
	100% { -webkit-filter: blur(0px); }
}

/* IUBENDA */
#iubenda {
    background-color: #eee;
}
a { color: green; }
.center {
    margin-top: 100px;
}

#iubenda-cs-banner{
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
}

.iubenda-cs-content{
	display: block;
    margin: 0 auto 10px auto;
    border-radius: 20px;
    padding: 20px;
    width: 95%;
    max-width: 465px;
    font-family: lato;
    font-display: swap;
    font-size: 16px;
    background-color: #fcb875;
    background: rgb(252 184 117);
    color: #ffffff;
}
.iubenda-banner-content{
	text-align: justify;
}

.iubenda-cs-rationale{
	position:relative; 
	margin: 0 auto;
}

.iubenda-banner-content > p {
	font-family: lato;
    line-height: 1.3;
	font-display: swap;
}

.iubenda-cs-close-btn{
    margin:0;
    color: #0085b6;
    text-decoration:none;
    font-size: 30px;
    position: absolute;
    top: -18px;
    right: 5px;
    border: none;
}

.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}



/* HELP SEARCH BOX */
.help-search-box {
	color: #636363;
    font-family: lato;
    font-display: swap;
    display: block;
    cursor: pointer;
}
.help-search-box-item {
	display: inline-block;
    background: #404040;
    padding: 20px 5px;
    width: 100%;
    border-radius: 10px;
}

.arrow-up {
    width: 10px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #404040;
    display: block;
    margin-left: 50px;
}
.big-arrow-up {
	width: 40px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    display: block;
    position: absolute;
    margin: -15px 0px 0px 55px;
}

/* FAETHERLIGHT POPUP */
.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 0;
	left: 0;
	z-index: 99;
	text-align: center;
	white-space: nowrap;
	/* background: radial-gradient( rgb(214 213 206), rgb(161 167 179) ); */
	background: rgb(30 36 39 / 85%);
}
.featherlight-empty {
	background-color:transparent !important;
}
.featherlight-null {
	opacity:0;
}
.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.featherlight .featherlight-content {
	position: relative;
	text-align: center;
	vertical-align: top;
    margin-top: 2%;
	margin-bottom: 5%;
	display: inline-block;
	border-radius: 15px;
	overflow: auto;
	padding: 25px;
	width: 650px;
	min-height:300px;
	background: #121517;
	cursor: auto;
	white-space: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.featherlight .featherlight-inner {
	display: block
}
.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 65px;
    width: 60px;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
    color:#ededed;
}

.featherlight-full {
	padding:25px 0px;
}
.featherlight-full .mod-body {
	width: 100%;
}
.featherlight-full .mod-body-user {
	width: 80%;
}
.mod-body-user{
	margin:50px auto;
}
.pop {
	display:none;
}
.pop-loading {
	padding-top:90px;
}
.pop-loading-ico {
	font-size: 50px;
    color: #fff;
}
.pop-load-bug {
	font-family: lato;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
	cursor: pointer;
}

/* MODAL STYLE */
.mod-page {
	font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #fff;
    position: relative;
    width: 100%;
    min-height: 250px;
    margin: 0 auto;
}
.mod-title{
    font-size: 18pt;
    margin-top: 40px;
    margin-bottom: 20px;
}
.mod-anim{
	width:80%;
	margin: 0px auto 20px auto;
}
.mod-logo {
	width:100%;
	margin: 40px 0px 20px 0px;
}

.mod-dashed {
	width: 90%;
    height: 5px;
    margin: 0 auto;
    border-top: 1px dashed #333;
}

.mod-body {
	width: 80%;
    min-height: 100px;
    margin: 0 auto;
}
.alert_form_err{
	color: #7e7e7e;
    margin-bottom: 15px;
    font-size: 10px;
    text-transform: uppercase;
}
.alert_btn_smart {
	margin-bottom: 30px !important;
    background-color: #f18383 !important;
    color: #fff !important;
}
.mod-txt {
	color: #4e5b67;
    padding: 20px;
    font-size: 16px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
}
.mod-txt-b {
	font-family: lato;
	font-display: swap;
    font-size: 14pt;
    font-weight: 400;
    color: #454848;
    padding-top: 30px;
}
.mod-txt-alert{
	color: #fff;
    padding: 50px 0px 10px 0px;
	font-size: 26px;
}
.ico-pass-modal {
	font-size:20px;
	padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
    width: 80%;
    margin: 50px auto;
    cursor: pointer;
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
}
.mod-unlock-not{
    color: #ffffff;
    background-color: #b1b1b1;
    border: 3px solid #e6e6e6;
    display: inline-block;
    padding: 20px;
    border-radius: 15px;
    margin: 0px 30px;
}
.mod-faq-box {
	text-align: justify;
    font-family: lato;
	font-display: swap;
    font-size: 11pt;
    font-weight: 400;
    margin-bottom: 20px;
}
.mod-faq-box-title { 
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
}
.mod-faq-box-text { 
	color: #454848;
}
.mod-general-thumb{
	margin-right: 25px;
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
	width: 25%;
}
.mod-gneral-thumb-box{
	width: auto;
    max-height: 100px;
	border-radius: 10px;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    display: block;
}
.mod-gneral-thumb-txt{
	color:#888;
	white-space:nowrap;
	width:45%;
	display:inline-block;
	padding:13% 0px;
	vertical-align:top;	
}
.mod-general-thumb-ico{
    background-color: #333;
    width: 100%;
    text-align: center;
    padding: 50% 0px;
}
.mod-faq-descriptions{
    color: #fff;
    font-size: 16px;
    text-align: justify;
}
.mod-faq-action {
	border: 1px solid #e4e4e4;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 35px;
    background-color: #edf1f5;
}

.mod-ico-counter-box{
	display: inline-block;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background-color: #c3ccd5;
}
.mod-invoice-box{
	padding: 5px 10px;
    color: #c3ccd5;
    text-align: center;
    border-radius: 5px;
    background-color: #e7ebef;
}
.mod-box-ready{
	background-color: #ead995 !important; 
	background-image: linear-gradient(45deg, #ead995, #f8ab80) !important;	
    color: #fff !important;
}
.mod-invoice-label{
	font-size: 12px;
    padding:5px 5px 15px 5px;
    color: #c3ccd5;
    background-color: #fff;
    border-radius: 5px;
}
.mod-box-filter {
	text-align: right;
    margin: 5px auto;
	display: inline-block;
    padding: 20px 15px;
    cursor: pointer;
	width: 100%;
    white-space: nowrap;
    color: #c3ccd5;
    border-radius: 10px;
    background-color: #f4f7fa;
}
.payer-input-box {
	-webkit-appearance: none;
    border: none;
    outline: none;
    font-family: lato;
	font-display: swap;
    font-weight: 600;
    font-size: 12px;
    color: #505055;
    background-color: #fff;
    resize: none !important;
    padding-left: 10px;
    width: 70px;
    height: 25px;
    border-radius: 5px;
}
.payer-pay-box{
	font-size: 18px;
	margin: 50px auto;
}
.payer-hue{
	background-image: -webkit-linear-gradient(45deg, #0196cd, #9fd2f1) !important;
	background-image: -o-linear-gradient(45deg, #0196cd, #9fd2f1) !important;
	background-image: linear-gradient(45deg, #0196cd, #9fd2f1) !important;
}
.payer-info-pp-box{
	display: inline-block;
    text-align: left;
   	margin: 0px auto 10px auto;
    padding: 20px;
	width: 90%;
    white-space: nowrap;
    border-radius: 10px;
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
    color: #fff;
}
.payer-label{
	color: #454848;
    margin: -10px auto 15px;
    width: 90%;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
    display: block;
}
.pass-box{
	margin: 8px auto;
    padding: 25px 20px;
    width: 90%;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
    background-color: #253845;
	cursor: pointer;
}
.pass-box-label{
	font-size: 16px;
    color: #fff;
    width: 90%;
    margin: 10px auto 50px auto;
    text-align: justify;
}
.pass-box-list{
	text-align: right;
    margin: 8px auto;
    padding: 25px 20px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 14px;
    background-color: #253845;
    background-image: none;
    color: #9fa7ae;
    cursor: pointer;
}
.pass-box-list-box{
	display: inline-block;
    text-align: left;
    border-radius: 5px;
    background-color: #354c5d;
    width: max-content;
    padding: 2px 5px;
    min-width: 50px;
}
.payer-info-box{
	text-align: right;
    margin: 8px auto;
    padding: 20px 15px;
	width: 100%;
    white-space: nowrap;
    border-radius: 10px;
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
    color: #fff;
    font-size: 14px;
}
.payer-info-box-sheet {
    padding: 2px 20px;
	width: 100%;
	display:inline-block;
    white-space: nowrap;
    font-size: 12px;
	background: none;
    color: #ffffff;
    margin: 0px auto;
	cursor: pointer;
}
.payer-info-ico-sheet{
	font-size: 15px;
}
.payer-description-sheet {
	width: 100%;
    padding: 5px 5px 20px 15px;
    color: #c3ccd5;
    margin: 0px 0px 20px 0px;
    text-align: justify;
    white-space: normal;
    font-size: 12px;
}
.payer-box-title{
	color: #454848;
	text-transform: uppercase;
	font-size: 10pt;
	margin: 50px 0px 20px 0px;
}
.payer-ico-info-box{
	display: inline-block;
    text-align: left;
    border-radius: 5px;
    width: max-content;
    padding: 2px 5px;
	min-width: 70px;
}
.payer-ico-info-sheet-box{
	display: inline-block;
    text-align: left;
    border-radius: 5px;
    width: max-content;
    padding:2px 10px;
    font-weight: 400;
	background-color:#253845;
    color: #c3ccd5;
    font-size: 12px;
}
.mod-txt-brief {
	color: #505055;
    padding: 40px 0px;
    font-size: 16px;
    white-space: nowrap;
}
.mod-txt-btn-01 {
	color: #FFF;
    background-color: #d0d0d0;
	font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
    border: 0px;
    padding: 5px 20px;
    text-transform: uppercase;
    display: inline-block;	
}

.mod-txt-btn-01:hover, .mod-txt-btn-01:focus {
	color: #FFF;
    background-color: #505055;
}

.mod-txt-footer {
    padding: 30px 0px 40px 0px;
    font-size: 16px;
	display:block;
}
.box-time-close {
	border: 2px solid #e8e8e8;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    padding: 0px 10px;
}
.box-time-close:focus, .box-time-close:hover, .box-time-close:active {
	border-color: #efc852;
}
.box-close-ico {
	font-size: 30px;
	color: #e0e0e0;
	display: inline-block;
	margin: 0px -5px 2px 10px;
	vertical-align: middle;
}
.box-close-txt{
	display: inline-block;
	padding: 15px;
}
.mod-limit{
	max-width:100%;
}
.mod-footer {
	width: 80%;
    margin: 0 auto;
	padding-top:5%;
}
.btn_close_default {
	cursor: pointer;
	background-color: #dbdbdb;
    color: #909090;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 15px;
    font-size: 12px;
}
.mod-footer a {
	color: #a0a0a0;
    font-family: lato;
	font-display: swap;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px;
    background-color: #fff;
	border: 1px solid #eaecee;
    border-radius: 5px;
    display: inline-block;
}
.mod-footer-red {
	color: #a0a0a0;
    font-family: lato;
	font-display: swap;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    margin: 5px;
    background-color: #fff;
	border: 1px solid #eaecee;
    border-radius: 5px;
    display: inline-block;
	cursor: pointer;
}
.mod-general-header {
	margin-top:30px;
	text-align: -webkit-center;
	text-align: center;
}
.mod-general-header-txt {
    font-size: 40pt;
    padding-top: 10px;
    color: #222;
    text-align: center;
}
.mod-general-footer-txt {	
	text-transform: uppercase;
    font-size: 10pt;
    color: #6f6f70;
    text-align: center;
    white-space: nowrap;
}
.mod-footer-link {
	display:inline-block;
	
}
.mod-footer-link span {
	font-size:18px;	
}
.mod-footer-link div {
	padding: 5px;
    display: inline-block;	
}
.mod-account-alert {
    text-align: center;
    border: 2px dashed #C8C8C8;
    border-radius: 100%;
    margin: 30px auto;
    width: 175px;
    height: 175px;
}
.mod-account-alert div {
    font-size: 80px;
    color: #f7cb0c;
    padding: 25px 0px 0px 0px;
}
.mod-account-alert-txt{
	color: #fff;
    margin: 0px auto 50px auto;
}
.mod-security-code {
   	width: 80%;
    background-color: #a53c3c;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.mod-security-box{
	width: 115px;
    image-rendering: pixelated;
}
.mod-check-top{
	margin-top: 30px;
}
.mod-check-thumb {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.mod-check-txt-alert {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
	white-space: nowrap;
}
.mod-fb-thumb {
    border-radius: 50%;
    width: 40%;
    height: 40%;
    margin-bottom: -15px;
}
.mod-check-ico {
    color: #ddd;
    font-size: 40pt;
    margin-top: 30px;
    margin-bottom: -5px;
}
.mod-check-sub_txt-alert {
    color: #5d5d62;
    margin-top: 35px;
    padding-bottom: 5%;
    font-size: 16px;
}
.mod-check-bottom {
    margin-top: -20px;
    margin-bottom: -50px;
}
.mod-check-paypal {
    width: 80%;
    text-align: left !important;
    margin: 0 auto;
    color: #000;
}
.mod-check-stripe {
    width: 80%;
    text-align: left !important;
    margin: 0 auto;
    color: #fff;
	margin-top:20px;
}
.mod-info-paypal{
	color:#b5b4b5;
	font-size:12px;
	text-align:justify;
	margin:10% auto 0% auto;
	width:80%;
}
.mod-fb {
	margin-top: 50px;
}
.mod-fb-pointer {
	cursor: pointer;
}
.mod-div-or {
    color: #fff;
	padding: 20px 5px 25px 5px;
    font-family: lato;
	font-display: swap;
    font-size: 14px;
}
.mod-fb-login {
	font-size: 16px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
    -webkit-appearance:initial;
	background-color: #17acfe;
	background-image: linear-gradient(45deg, #17b3fe, #077bbb);
	cursor: pointer;
    border: 0px;
    padding: 20px 15px;
	width: 80%;
    color: #fff;
    display: inline-block;
	white-space: nowrap;
	outline:none;
}
.mod-fb-connect {
	display: inline-block;
    white-space: nowrap;
    font-family: lato;
	font-display: swap;
    color: #fff;
    width: 100%;
	background-color: #c7c7c7;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 5px auto;
	cursor:pointer;
}
.mod-vimeo-login {
	display: inline-block;
    white-space: nowrap;
    font-family: lato;
	font-display: swap;
    color: #fff;
    width: 100%;
	background-color:#2f2f2f;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 5px auto;
}

.mod-info-fb {
	color:#c3ccd5;
	font-size:14px;
}
.mod-info-fb-s1 {
	margin-right: 3px;
    font-size: 14px;
    vertical-align: middle;
    color: #c3ccd5;
}
.mod-info-fb-s2 {
	vertical-align: middle;
	color: #c3ccd5;
}
.mod-info-law {
	display: inline-block;
    color: #c3ccd5;
    padding: 5px 10px;
    margin: 10px 0px;
}
.mod-info-law-d1 {
	color: #c4ccd5;
    font-size: 14px;
    width: initial;
    display: inline-block;
    padding: 0px 5px;
}
.mod-info-label{
	color: #fff;
    font-size: 16px;
    width: inherit;
    padding: 15px 0px;
    text-align: justify;
    margin: auto;
}
.smart-box-unlock {
    display: block;
    font-size: 13px;
    background-color: #f1c81e;
    padding: 5px 15px;
    border-radius: 10px;
    width: fit-content;
	width: intrinsic;
	width: -moz-fit-content;
    color: #fff;
    margin: 5px auto 0px auto;	
}
.mod-box-unlock-a {
	color: #505055;
    margin: 50px auto 7px auto;
    padding-bottom: 12px;
    font-size: 13pt;
    border-bottom: 1px solid #f1c71e;
    max-width: 222px;
}

.mod-box-unlock-b {
    color: #505055;
    font-size: 22pt;
    font-weight: 600;
}
.mod-top-pend{
	width: 100%;
    margin: 10px auto 10px auto;
}
.mod-time-pend{
	position: absolute;
    left: 0;
    right: 0;
    width: 122px;
    margin: 18% auto 0% auto;
    padding: 10px;
    border-radius: 50px;
    z-index: 99;
    font-size: 12pt;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    white-space: nowrap;
    background-color: rgba(14, 18, 26, 0.49);
    color: #fff;
    cursor: pointer;
}
.mod-time-pend:focus, .mod-time-pend:hover, .mod-time-pend:active {
    background-color: #0e121a;
}
.mod-ico-pend{
	font-size: 22px;
    padding-right: 5px;
    vertical-align: middle;
}
.mod-btn-txt{
	font-family: lato;
	font-display: swap;
    font-size: 12pt;
    white-space: nowrap;
    padding-left: 2px;
    position: relative;
}
.wpp-mob {
	display:none;
}
.wpp-dsk {
	display:block;
}
.ico-smart-A{
	display: inline-block;    
	cursor: pointer;
}
.ico-smart-cc-1{
	color: #222;
}
.ico-smart-cc-2{
	color: #fff;
}
.preview-td {
	position: absolute;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
	right: 0px;
    padding-top: 5%;
    padding-right: 5%;
    z-index: 1;
    pointer-events: none;
	display: none;
	opacity: 0;
	animation: td-animate 2s ease-in-out 1;
	animation-delay: 1s;
	-webkit-animation: td-animate 2s ease-in-out 1;
	-webkit-animation-delay: 1s;
}
@keyframes td-animate {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}
@-webkit-keyframes td-animate {
  0% {
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  100% {
	opacity: 0;
  }
}

.mod-btn-inline{
	display: block;
    min-width: 165px;
}
.mod-bug-alert{
	background-color: #fbfbfb;
    margin: 50px auto -15px auto;
    padding: 50px 0px;
    border: 2px solid #efefef;
    border-radius: 15px;
    width: 80%;
}
.mod-bug-big-ico{
	color: #efefef;
    font-size: 120px;
}
.mod-ico-fb-share {
	padding: 14px 30px;
    background-color: #01b6dc;
    color: #fff;
    min-width: 160px;
    min-height: 50px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 18px;
}
.mod-ico-light-dashed {
	background-color: #ffffff;
    padding: 30px 0px;
    display: inline-grid;
    font-size: 40px;
    border:2px dashed #e2e2e2;
    color: #969696;
    width: 80%;
    min-height: 50px;
    margin-top: 20px;
    border-radius: 15px;
    cursor: pointer;
}
.mod-ico-dark {
	padding: 10px 30px;
    color: #636363;
    display: block;
    margin: auto;
    min-width: 160px;
    width: 50%;
    min-height: 40px;
    margin-top: 10px;
    font-size: 22px;
    text-align: left;
    cursor: pointer;

}
.mod-ico-dark:focus, .mod-ico-dark:hover, .mod-ico-dark:active {
	color: #adadad;
}
.mod-ico-light {
	display: inline-block;
	min-height: 40px;
    margin-top: 5px;
    padding: 25px 15px;
    min-width: 160px;
    width: 80%;
    border-radius: 10px;
    cursor: pointer;
    border: none;
	background-color: #373737;
    color: #fff;
	outline: none;
}
.mod-btn-service {
	display: inline-block;
	width: 100%;
    text-align: center;
    font-size: initial;
    background-image: none;	
	background-color: #373737;
	min-height: 40px;
    margin-top: 5px;
    padding: 25px 15px;
    min-width: 160px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    color: #fff;
	outline: none;
}
.mod-btn-service-light{
    background-color: #f4f7fa;
    color: #484848;
    text-align: left;
    cursor: initial;
}
.mod-btn-service-small{
	background-color: #373737;
    color: #fff;
    text-align: left;
    font-size: 14px;
    cursor: initial;
}
.mod-btn-service-big{
	background-color: #415c70;
    padding: 20px;
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
    border-radius: 10px;
}
.mod-btn-service-off{
    background-color: #181b1d !important;
	color: #a5a5a5 !important;
	background-image: none !important;
}
.mod-btn-service-tog{
	background-color:#ddd;
}
.mod-btn-service-tog-force{
	background-color: #373737 !important;
    color: #fff !important;
}
.mod-btn-service-label{
	padding: 25px 5px 5px 5px;
    cursor: pointer;
    color: #f56767;
	font-size:12px;
    white-space: normal;
    text-align: justify;
}
.mod-ico-light:focus, .mod-ico-light:hover, .mod-ico-light:active {
	outline: none;
}
.alert-pass-done{
	position:absolute;
	z-index:1;
	margin:-10px 0px 0px -10px;
}
.mod-pass-footer{
	color: #8e8e8e;
	padding: 20px;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 20px;
}
.mod-shooting-time{
	font-size:28px;
	color:#454848;
	padding-bottom:20px;
	width:75%;
	margin:0px auto;
}
.mod-db-resp-err{
	text-align: justify;
	font-size: 12px;
    white-space: initial;
    margin-top: 5px;
    padding: 20px;
    border: 1px solid #f9d2d2;
    background-color: #ffe9e9;
    border-radius: 5px;
}
.mod-db-general{
	width: initial;
    font-size: 18px;
    margin: 0px auto;
	color:#454848;
}
.mod-db-tog-div{
	white-space: initial;
    text-align: justify;
    font-size: 16px;
    margin: 10px 0px;
    color: #fff;
   	border: 2px dashed #373737;
    padding: 20px;
    border-radius: 10px;
}
.mod-list-db {
	color:#fff;
	padding: 25px 15px;
	border-radius:10px;
	background-color: #373737;
	margin-bottom:5px;
}
.mod-db-help{
	white-space: initial;
    text-align: justify;
    font-size: 12px;
    margin: 10px 0px;
    color: #ffffff;
    background-color: #d6d6d6;
    padding: 15px 10px;
    border-radius: 10px;
	cursor:pointer;
}
.tag_script{
	background-color: #373737;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: left;
    overflow-wrap: break-word;
}
.mod-db-help-cel{
	padding: 10px;
    margin: 5px;
	font-size: 12px;
    text-align: justify;
}
.mod-db-help-val {
	margin-top:5px;
	margin-bottom:15px;
	font-size: 12px;
    text-align: justify;
}
.mod-db-list-type{
	background-color: #292929;
	color: #767676;
    padding: 25px 20px;
    border-radius: 10px;
    margin: 10px 0px;
}
.mod-db-box-note {
	width:100%;
	padding:10px 20px 10px 10px;
	font-size: 16px;
	white-space:initial;
	text-align:justify;
	color: #fff;
}
.mod-db-box-info {
	cursor: pointer;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 10px;
    white-space: normal;
    font-size: 12px;
    text-align: center;
}
.mod-db-box-control {
	border-radius: 10px;
    padding: 20px;
    margin-top:5px;
	background-color: #f4f7fa;
}
.mod-db-box-sub-btn{
	text-align: center;
    background-color: #fca071;
    padding: 5%;
    border-radius: 5px;
    margin-top: 5%;
}
.mod-db-section{
	margin:20px 0px 0px 0px;
}
.mod-db-form-input {
	width: 100%;
    height: 50px;
    border-radius:10px;
    display: block;
    padding: 15px 20px;
    font-size: 12px;
    background-color: #f5f5f5;
    color: #454848;
    border: none;
}
.mod-db-form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.mod-db-form-radio {
	width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    text-align: left;
    background-color: #f5f5f5;
    color: #4b4e4e;
    border: none;
    margin-bottom: 10px;
}
.mod-db-form-btn{
	background-color: #373737;
    color: #fff;
    padding: 5% 10px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: block;
    text-align: center;
}
.mod-db-form-btn-off {
	background-color: #182228;
    color: #fff;
    font-size: 16px;
    padding: 25% 10px;
    border-radius: 5px;
    display: block;
    text-align: center;
}
.mod-db-form-line{
    padding: 5px;
    margin: 10px 0px;
    color:#ddd;
}
.mod-db-form-line-btn{
    background-color: #fff;
    color: #dc8080;
    padding: 2px 10px;
    text-align: center;
    border-radius: 5px;
    float: right;
    top: -2px;
    right: 0px;
    position: relative;
    clear: right;
}
.tab-db{
	padding: 25px 10px;
    margin: 0px 0px 5px 0px;
    border: 2px solid #373737;
    border-bottom: none;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}
.tab-db-json{
	border-top: 0px;
    background-color: #e4e4e4;
    padding: 10px 5px;
    border-radius: 5px;
    cursor: pointer;
}
.tab-db-ico{
	float:right;
	margin-right:10px;
	color:#d8d8d8;
	font-size:12px;
	clear:right;
}
.tab-db-data{
	text-align: left;
    color: #fff;
    font-size: 12px;
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 5px 0px;
}
.tab-db-body{
    margin: 5px;
}
.tab-db-sheets{
	margin:2% 2% 5% 2%;
}
.tab-db-title{
	text-align: center;
    font-size: 18px;
    margin: 5% 0%;
}
.tab-db-default{
	font-size: 12px;
    padding: 25px 0px;
    background-color: #eaedf1;
    border: none;
    color: #aaa;
	margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.mod-db-smart-data {
	text-align: left;
    color: #535656;
    font-size: 12px;
    width: 100%;
    margin: -25px auto 10px 0px;
}
.tab-db-loader {
    cursor: pointer;
    text-align: center;
    padding: 5px;
    color: #c3ccd5;
    font-size: 14px;
}
.mod-db-fast-result {
    border: 2px solid #373737;
    border-top: none;
    border-bottom: none;
    padding: 15px;
}
.mod-shooting-time-alert-box {
    margin: 15px auto 20px auto;
    padding: 10px 20px;
    border-top: 1px solid #edf1f5;
    width: max-content;
    font-size: 18px;
    color: #8e8e8e;
}
.mod-ico-light-pass {
	display: inline-block;
	padding: 15px 30px;
    border: 2px solid #e0e0e0;
	background-color: #fff;
    color: #454848;
    min-width: 160px;
    width: 80%;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
	animation: light-pass-anim 2s ease-in-out 3;
	-webkit-animation: light-pass-anim 2s ease-in-out 3;
}
@keyframes light-pass-anim {
    0% {
     	border-color: #e0e0e0;
    }
	25% {
		border-color: #e0e0e0;
	}
    50% {
    	border-color: #fcb575;
    }
	100% {
		border-color: #e0e0e0;
	}
}
@-webkit-keyframes light-pass-anim {
    0% {
     	border-color: #e0e0e0;
    }
	25% {
		border-color: #e0e0e0;
	}
    50% {
    	border-color: #fcb575;
    }
	100% {
		border-color: #e0e0e0;
	}
}






.mod-ico-light-wait {
	display: inline-block;
	background-color: #fff;
    color: #454848;
	padding: 15px 30px;
    border:2px solid #fcb575;
    min-width: 160px;
    width: 80%;
    min-height: 40px;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.mod-ico-check {
	padding: 10px 30px;
    background-color: #ffe250;
    color: #8a6f00;
    display: block;
    margin: auto;
    min-width: 160px;
    width: 80%;
    min-height: 40px;
    margin-top: 10px;
    border-radius:15px;
    font-size:18px;
    cursor: pointer;
}
.mod-ico-check:focus, .mod-ico-check:hover, .mod-ico-check:active {
    color: #5f4c00;
}
.mod-ico-wait{
	padding: 10px 30px;
    background-color: #e6e6e6;
    min-width: 160px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    border-radius: 15px;
    color: #454848;
    font-size: 26px;
    cursor: pointer;
}
.mod-ico-wait:focus, .mod-ico-wait:hover, .mod-ico-wait:active {
	color: #fff;
    background-color: #f5cb18;
}
.mod-ico-light-trash{
	display: inline-block;
	min-width: 160px;
    min-height: 50px;
    margin-top: 20px;
    width: 80%;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #404040;
    background-color: #1b1b1b;
    color: #a7a7a7;
    font-size: 26px;
    cursor: pointer;
}
.mod-ico-light-trash:focus, .mod-ico-light-trash:hover, .mod-ico-light-trash:active {
    border-color: #c3c3c3;
    color: #a0a0a0;
}
.trash_box_note {
	display: block;
    font-size: 10pt;
    color: #fff;
    max-width: 240px;
    border-radius: 10px;
    border: 2px solid #222;
    margin: 5% auto;
    padding: 5%;
    text-align: justify;
}
.mod-ico-trash{
	min-width: 160px;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px;
	width:100%;
    border-radius: 15px;
    border: 2px solid #e6e6e6;
    background-color: #ffffff;
    color: #a2a2a2;
    font-size: 26px;
    cursor: pointer;
}
.mod-ico-trash:focus, .mod-ico-trash:hover, .mod-ico-trash:active {
    color: #fff;
    border-color: #fff;
    background-color: #f5cb18;
}
.mod-ico-trash-def{
	min-width: 160px;
    min-height: 50px;
    margin-top: 20px;
	width:100%;
    padding: 10px;
    border-radius: 15px;
	color: #fff;
    background-color: #800202;
    border: 2px solid #ff3030;	
    font-size: 26px;
    cursor: pointer;
}
.mod-ico-trash-def:focus, .mod-ico-trash-def:hover, .mod-ico-trash-def:active {
    background-color: #ff3030;
}
.mod-ico-txt-trash {
	font-family: lato;
	font-display: swap;
    font-size: 12pt;
    white-space: nowrap;
    padding-left: 5px;
}
.mod-close-generic {
    color: #969696;
    padding: 20px 0px 50px 0px;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
	cursor: pointer;
}
.mod-thumb-pend{
	width: 100%;
	opacity: .15;
}
.blob-photo {
	width: 100%;
    margin: 0 auto;
	border:none;
}
.blob-text {
	width: 100%;
    margin: 10px auto;
    padding: 40px 10px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    color: #464848;
    user-select: none;
    pointer-events: none;
}
.box-checked {
	color: #f7cc20;
    background-color: #fff;
    position: absolute;
    font-size: 16pt;
    margin-top: -5px;
    right: 70px;
}
.promote_A1 {
	padding:15px;
	background-color:#edf1f5;
	border-radius:10px;
	margin: 50px 0px;
	font-size: 12px;
	text-align: left;
}
.promote_A2 {
	font-size:16px;
	color:#b7b7b7;
	padding:0px 0px 15px 0px;
	text-align: center;
}
.promote_A3{
	padding: 10px;
	background-color: #fff;
	margin: 0px;
	border-radius: 10px;
	display:inline-block;
	width:100%;
}
.promote_A4{
	margin-left:5px;
	color:#cecece;
}
.promote_A5{
	background-color: #f0f0f0;
	color: #c6c6c6;
	border-radius: 15px;
	padding: 100px 0px;
	margin: 50px 0px;
	font-size: 18px;
}
.promote_img {
	display:block;
	width:-webkit-fill-available;
	margin: 0px 0px 15px 0px;
}
.box-generic {
	padding: 20px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    margin-top: 25px;
}
.box-generic-media{
	padding: 0px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin-top: 25px;
	padding-top:20px;
	background-color: #fff;
}
.box-checked-media{
	color: #ffffff;
    position: absolute;
    background-color: #969696;
	margin-top: -35px;
    z-index: 2;
    border-radius: 5px;
    right: 15%;
    padding: 5px;
    font-size: 14px;
    min-height: 25px;
    min-width: 25px;
}
.box-limits-media{
	color: #fff;
    background-color: #182c38;
    position: absolute;
    margin-top: -45px;
    right: 13%;
    font-size: 10pt;
    padding: 5px;
	width: auto;
	min-height: 25px;
    min-width: 25px;
	white-space: nowrap;
    border-radius: 5px;
}
.txt_clock{
	background-color: #182c38;
    color: #fff;
	width: auto;
	min-height: 25px;
    min-width: 25px;
	white-space: nowrap;
    z-index: 10;
    font-family: lato;
	font-display: swap;
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    margin-top: 5px;
    right: 15%;
}
.arrow-black {
	content: "";
    position: relative;
    left: 42.5%;
    right: 0;
    top: 40px;
	z-index: 99;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0px 30px;
    border-color: #fff transparent transparent transparent;
}
.arrow-black-s {
	content: "";
    position: relative;
    left: 46%;
    right: 0;
    top: 25px;
	z-index: 99;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0px 15px;
    border-color: #fff transparent transparent transparent;
}
.cf-box {
    width: 100%;
	padding: 20px 0px;
}

.cf-smart-box {
    border: 1px solid #fcb074;
    background-color: #fffaf5;
    border-radius: 10px;
    color: #fb9a71;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}
.cf-box-success {
	width:100%;
	border-radius: 20px;
    padding: 10px 20px;
	font-size: 13px;
    border: none;
	background-color: #00a453;
    color: #fff;
    text-transform: uppercase;
    text-align: center;	
}
.cf-box-alert {
	width:100%;
	border-radius: 20px;
    padding: 10px 20px;
	font-size: 13px;
    border: none;
	background-color: #fcae74;
    color: #fff;
    text-transform: uppercase;
    text-align: center;	
}
.cf-box-ico {
	color: #fff;
    font-size: 18px;
    float: right;
    margin-right: -10px;
    clear: right;
}

.mod-form{
    display: block;
    width: 100%;
}
.mod-project-form-block {
	margin: 5px 0px;
    width: 100%;
}
.mod-project-form-title{
	font-size: 16px;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 10px;
    color: #fff;
}
.mod-project-form-desc{
	font-size: 12px;
    padding: 0px 10px;
    text-align: justify;
    color: #fff;
    margin: 10px 0px 50px 0px;
}
.mod-project-form {
	width: 100%;
    padding: 25px 15px;
    font-size: 14px;
	font-family: lato;
	font-display: swap;
    background-color: #f4f7fa;
    border-radius:5px;
    color: #222;
    border: none;
	resize: vertical;
	outline: none;
    min-height: 40px;
}
.mod-project-form-add{
	margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 25px 10px;
    color: #4e5151;
    cursor: pointer;
}
.mod-form-select{
	border: none;
    border-radius: 10px !important;
    background-color: #f4f7fa;
    font-size: 16px;
    width: 100%;
    height: 70px;
    outline: none;
    padding: 0px 15px;
    margin-top: 5px;
}
.mod-project-form-ico{
	font-size: 15px;
    color: #d8d8d8;
    margin-right: 3px;
}
.mod-project-select{
	width: 100%;
    text-align: center;
    background-color: #f4f7fa;
    min-height: 200px;
    padding-top: 70px;
    font-size: 60px;
    color: #dadee2;
    border-radius: 10px;
    cursor: pointer;
}
.mod-project-input-box {
	position: absolute;
    opacity: 0 !important;
    cursor: pointer;
    z-index: 2;
    height: 200px;
    width: 80%;
    background-color: aqua;
}
.mod-project-stored-thumb {
	width:100%;
	border-radius: 10px;
	cursor:pointer;
}
.mod-project-preview-thumb {
	width: 100%;
    border-radius: 10px;
    border: 2px solid #81b1d4;
    cursor: pointer;
}
.mod-form-block {
    width: 90%;
    display: block;
    margin: 0 auto 10px auto;
}
.mod-form-radio {
    width:80%;
    border-radius: 10px;
    padding: 20px 15px;
    font-size: 16px;
	text-align:left;
    background-color: #f4f7fa;
    color: #888888;
    border: none;
	margin: 0px auto 10px auto;
}
.mod-form-radio-set{
	width: 48.5%;
    border-radius: 10px;
    padding: 20px 10px;
    font-size: 16px;
    text-align: left;
    background-color: #f4f7fa;
    color: #454848;
    border: none;
    margin: 0px auto;
}
.mod-desc-txt{
	width: 80%;
    display: inline-block;
    margin: 20px 0 20px 0;
    color: #fff;
    font-size: 14px;
    text-align: justify;
}
.mod-btn-law {
    font-family: lato;
	font-display: swap;
	color: #bdbdbd;
    display: inline-block;
    background-color: #fff;
	border: 1px solid #e8e8e8;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 2px;
}
.law-tab{
	width: 100%;
    padding: 25px 15px;
    margin-bottom: 5px;
    background-color: #eff3f7;
	color:#989898;
}
.mod-form-title{
    color: #cecece;
    padding: 40px 10px 20px 10px;
    text-transform: uppercase;
    font-size: 10pt;
}
.mod-input-label{
	color: #fff;
    text-align: left;
    display: block;
    font-size: 16px;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 10px;
}
.mod-form-input {
	font-family: lato;
	width:90%;
    min-height: 60px;
	border-radius: 10px;
    padding: 20px 15px;
	font-size: 16px;
    background-color: #f4f7fa;
	color:#454848;
    border: none;
	appearance: none !important;
    -moz-appearance: none !important;
	-webkit-appearance:none !important;
}
.mod-form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.mod-db-sql-form {
	width: 100%;
    border: 2px solid #292929;
	background-color: #292929;
    color: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    margin: 5px 0px;
}
.mod-db-sql-form:focus::-webkit-input-placeholder {
    opacity: 0;
}

.mod-form-icon {
    position: absolute !important;
    color: #c7c7c7;
    font-size: 14px;
    margin: 20px 0px 0px -30px;
}

.mod-form-block-submit {
	padding: 20px 0px 30px 0px;
	margin-top:-10px;
}
.mod-form-paypal-submit {
    display: inline-block;
    width: 100%;
}
.mod-dark-btn {
	font-size: 16px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    border-radius: 10px;
    -webkit-appearance:initial;
	color: rgb(255 255 255 / 15%);
	cursor: pointer;
	width: 80%;
    display: inline-block;
	white-space:nowrap;
	margin-bottom: 5px;
	border:none;
	background-color:#373737;
	color: #fff; 
	padding:25px 15px;
}
.mod-dark-box {
	width: 80%;
    margin: 5px auto 5px auto;
    padding: 20px;
    border: 2px solid #373737;
    border-radius: 10px;
    font-family: 'Lato';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
}
.mod-form-submit {
	font-size: 16px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    border-radius: 10px;
    -webkit-appearance:initial;
	color: #fff;
	background-color: #373737;
	cursor: pointer;
    border: none;
	width: 80%;
    padding: 25px 15px;
    display: inline-block;
	white-space:nowrap;
	margin-bottom: 5px;
}
.mod-form-submit-confirm{
	background-image: none;
    background-color: #373737;
    color: #fff;
}
.mod-form-sibmit-info {
	font-size: 14px;
    white-space: nowrap;
    margin-top: 5px;
    background-image: none;
    background-color: #373737;
    color: #fff;
} 
.mod-form-label{
	font-size: 16px;
    color: #fff;
    width: 80%;
    margin: 30px auto 0px auto;
    text-align: justify;
}
.btn-check-simple {
	font-size: 14px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    border-radius: 10px;
	background-color: #fdbb77;
    cursor: pointer;
    padding: 25px 15px;
    margin: 10px auto;
	white-space: nowrap;
    max-width: 80%;
    text-transform: uppercase;
    color: #fff;
    display: block;
}
.mod-sms-off {
	background-color: #ffffff;
	color: #484b4b;
    text-align: center !important;
    margin-bottom: 20%;
	white-space: initial !important;
}
.mod-sms-on {
	background-color: #fff;
    color: #484b4b;
    text-align: center !important;
	margin-bottom: 20%;
	white-space: initial !important;
}
.mod-sms-submit {
	background-color: #ffe250;
    color: #c39e00;
    padding: 8px 15px;
    margin: 20px 0px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
}

.master-submit {
	font-size: 18px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
	background-color: #ecbd6f;
	cursor: pointer;
    border: 0px;
    padding: 20px 15%;
    color: #fff;
    display: inline-block;
	white-space: nowrap;
	outline:none;
	-webkit-appearance:initial;
}

.mod-shoot-submit {
	font-size: 16px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
    -webkit-appearance:initial;
	background-color: #373737;
	cursor: pointer;
    border: 0px;
    padding: 20px 15px;
	width: 80%;
    color: #fff;
    display: inline-block;
	white-space: nowrap;
	outline:none;
}

.mod-engine-submit {
	font-size: 18px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
    -webkit-appearance:initial;
	cursor: pointer;
    border: 0px;
    padding: 8px 38px;
    display: inline-block;
	white-space: nowrap;
	background-color: #454848;
    color: #fff;
}

.mod-shoot-all-submit {
	font-size: 18px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
    -webkit-appearance:initial;
    background-color: #000;
	cursor: pointer;
    border: 0px;
    padding: 8px 38px;
    color: #ffe05e;
    display: inline-block;
	white-space: nowrap;
}
.mod-shoot-all-submit:active, .mod-shoot-all-submit:hover,.mod-shoot-all-submit:focus {
	background-color: #ffe15d;
    color: #000;
}

.mod-shoot-gray-submit {
	font-size: 12px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
    background-color: #f3f3f3;
	cursor: pointer;
    border: 0px;
    padding: 5px 15px;
    color: #454848;
    display: inline-block;
}

.mod-shoot-gray-fix {
	display:inline-block;
	background-color:#f3f3f3 !important;
	color:#969696 !important;
	position:relative;
	top:50px;
}
.mod-shoot-gray-loading {
	font-size: 18px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius:10px;
    background-color: #edf1f5;
    border: 0px;
    padding: 8px 38px;
    color: #d8d8d8;
    display: inline-block;
}
.mod-shot-i-spin {
	color:#d8d8d8;
	margin-right:10px;
	margin-left:-10px;
}
.mod-gray-loading {
	font-size: 18px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius:10px;
    background-color:#0f1d26;
    border: 0px;
    padding: 20px 40px;
    color: #fff;
    display: inline-block;
}
.mod-i-spin {
	color:#fff;
	margin-right:10px;
	margin-left:-10px;
}
.mod-shot-i-spin-b {
    color: #e6e6e6;
    margin-right: 10px;
    margin-left: -10px;
    font-size: 16px;
}

.mod-shoot-gray-load {
	min-width: 130px;
    cursor: pointer;
    font-size: 12px;
    font-family: lato;
	font-display: swap;
    font-weight: 500;
    border-radius: 10px;
    background-color: #121417;
    border: 1px solid #0f1d26;
    padding: 15px;
    color: #888;
    display: inline-block;
}
.mod-paypal-check {
	color:#c7c7c7;
	padding:15% 5%;
	text-align:center;
	margin:15% 0%;
	background-color: #fafafa;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
}
.mod-stripe-check {
	color:#c7c7c7;
	padding:15% 5%;
	text-align:center;
	margin:15% 0%;
	background-color: #fafafa;
	border: 1px solid #e1e1e1;
	border-radius: 15px;
}
.mod-paypal-submit {
    font-size: 16px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    border-radius: 4px;
   	-webkit-appearance:initial;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #219653;
	width: 100%;
    padding: 15px 0px;
    text-transform: uppercase;
	text-align: center;
    color: #000;
    display: inline-block;
}

.mod-paypal-submit:active, .mod-paypal-submit:hover,.mod-paypal-submit:focus {
    border-color: #38c173;
	outline:none;
}

.mod-list-user{
	color:#888888;
	padding-top: 40px;
}

.mod-list-box{
	padding: 25px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: left;
    background-color: #373737;
	cursor: pointer;
}
.mod-list-boxIco{
	padding-right: 10px;
    color: #fff;
}
.mod-list-boxText{
	color: #fff;
}
.mod-list-tab {
    padding: 10px 0px;
    width: 100%;
    border-top: 1px dashed #dcdcdc;
    text-align: left;
}
.mod-list-tab:hover .hover .mod-list-ico {
	color: #373737;
}
.mod-list-tab:hover .hover .mod-list-ico-edit {
	color: #373737;
}
.mod-list-tab:hover .hover .mod-fix-text {
	color: #373737;
}
.mod-usr-logout {
	background-color: #fff;
    border: 1px solid #dcdcdc;
    display: inline-block;
    margin: 50px auto 0px auto;
    padding: 15px 30px;
    border-radius: 10px;
}

.mod-display-box{
	width: 100%;
	display: inline-flex;
	padding-bottom:20px;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12pt;
}
.mod-display-w {
	width: 50%;
	text-align: left;
	padding-left: 10%;
}
.mod-display-w:hover .mod-display-tab, .mod-display-w:focus .mod-display-tab, .mod-display-w:active .mod-display-tab {
	color:#fff;
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
	transform: scale(1.1); 
}
.mod-display-txt{
	color: #fff;
}
.mod-display-tab {
	color: #d1d1d1;
	padding: 8px 0px;
	background-color: #373737;
	border-radius: 10px;
	margin-right: 5px;
	width: 40px;
	display: inline-block;
	text-align: center;
	font-size: 10pt;
	transition: all .1s ease-in-out;
}
.mod-list-tab-light {
    padding: 10px 0px;
    width: 100%;
    text-align: left;
}
.line-gray{
	border-top: 1px solid #efefef;
	padding: 15px 0px;
}
.line-gray-bottom{
	border-bottom: 1px solid #efefef;
	padding: 10px 0px;
}
.mod-list-ico {
	padding-right:50px;
    color: #373737;
    width: 50px;
	display:inline-block;
	font-size:18pt;
}
.mod-list-ico-b{
	font-size: 18px;    
	margin-left: 10px;    
	width: 35px;    
	padding-right: initial;
}
.mod-txt-desc{
	margin-bottom: 50px;    
	font-size: 12px;    
	font-weight: 400;    
	text-align: justify;    
	padding-top: 5px;    
	color: #505055;
}
.mod-circle {
    background-color:#d1d1d1;
    position: absolute;
    margin-top: -18px;
    width: 25px;
    height: 25px;
    font-size: 10pt;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    border-radius: 25px;
	transition: all .1s ease-in-out;
}
.new-alert-box {
    border: 2px solid #a3d4ff;
    background-color: #2a93ed;
    color: #ffffff;
    padding-top: 3px;
}
.mod-list-ico-edit {
	color: #d1d1d1;
    font-size: 14pt;
    float: right;
    clear: right;
    padding-right: 10px;
}
.mod-no-gift{
	font-size: 11px;
    padding: 3px 5px;
    background-color: #808080;
    border: 1px solid #d1d1d1;
    text-transform: uppercase;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
}
.mod-delete-btn-gift{
	font-size: 14px;
    background-color: #ececec;
    color: #909090;
    padding: 5px 10px;
    margin: 30px 0px;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
}
.mod-fix-text {
	color:#222;
	position:absolute;
	width: 60%;
	font-size:12pt;
	margin-top: 2px;
}

.mod-list-tab-light:hover .hover .mod-circle {
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
	transform: scale(1.5); 
}
.mod-list-tab-light:hover .hover .mod-list-ico {
	color: #373737 !important;
}
.mod-list-tab-light:hover .hover .mod-list-ico-edit {
	color: #373737;
}
.mod-list-tab-light:hover .hover .mod-fix-text {
	color: #373737;
}

.mod-invoice-font {
    text-align: left;
	font-size: 9pt;
}
.mod-md-sign{
	max-width: 117px;
}

.land-top-ico{
	background-color:#00cce5;
	width:20px;
	height:20px;
	display:inline-block;
	color:#fff;
	border-radius: 20px;
}


/* WARNING FIELDS */
.warning-field {
	border-color: #edeff2;
	background-color: #fff;
	animation: warning 0.35s ease-out 2;
	-webkit-animation: warning 0.35s ease-out 2;
}

@keyframes warning {
  0% {
	border-color: #edeff2;
	background-color: #fff;
  }
  50% {
	border-color: #ff0000;
	background-color: #FFF3F3;
  }
  100% {
	border-color: #edeff2;
	background-color: #fff;
  }
}
@-webkit-keyframes warning {
  0% {
	border-color: #edeff2;
	background-color: #fff;
  }
  50% {
	border-color: #ff0000;
	background-color: #FFF3F3;
  }
  100% {
	border-color: #edeff2;
	background-color: #fff;
  }
}

.mod-warning-field {
	background-color: #292929;
	animation: mod-warning 0.35s ease-out 2 !important;
	-webkit-animation: mod-warning 0.35s ease-out 2 !important;
}

@keyframes mod-warning {
  0% {
	background-color: #292929;
  }
  50% {
	background-color: #f4cece;
  }
  100% {
	background-color: #292929;
  }
}
@-webkit-keyframes mod-warning {
  0% {
	background-color: #292929;
  }
  50% {
	background-color: #f4cece;
  }
  100% {
	background-color: #292929;
  }
}

.form-warning-shot {
    background-image:none;
	background-color:#ecbd6f;
	animation: warning-shot 0.35s ease-out 2;
	-webkit-animation: warning-shot 0.35s ease-out 2;
}

@keyframes warning-shot {
  0% {
	background-color:#ecbd6f;
  }
  50% {
	background-color:#f96c6c;
  }
  100% {
	background-color:#ecbd6f;
  }
}
@-webkit-keyframes warning-shot {
  0% {
	background-color:#ecbd6f;
  }
  50% {
	background-color:#f96c6c;
  }
  100% {
	background-color:#ecbd6f;
  }
}

.form-warning-shot-b {
	background-color: #fff;
	border-radius:10px;
	animation: warning-shot-b .5s ease-out 2;
	-webkit-animation: warning-shot-b .5s ease-out 2;
}

@keyframes warning-shot-b {
  0% {
	background-color: #fff;
  }
  50% {
	background-color: #e1e1e1;
  }
  100% {
	background-color: #fff;
  }
}
@-webkit-keyframes warning-shot-b {
  0% {
	background-color: #fff;
  }
  50% {
	background-color: #e1e1e1;
  }
  100% {
	background-color: #fff;
  }
}

.warning-pp-method {
	border-color: #e0e0e0;
	animation: warning-pp-alert 0.5s ease-out 3;
	-webkit-animation: warning-pp-alert 0.5s ease-out 3;
}

@keyframes warning-pp-alert {
  0% {
	border-color: #e0e0e0;
  }
  50% {
	border-color: #d69b9b;
  }
  100% {
	border-color: #e0e0e0;
  }
}
@-webkit-keyframes warning-pp-alert {
  0% {
	border-color: #e0e0e0;
  }
  50% {
	border-color: #d69b9b;
  }
  100% {
	border-color: #e0e0e0;
  }
}


/* SETUP */
a:link, a:hover, a:visited, a:active, a:focus { 
	text-decoration: none; 
} 

input:focus {
	outline:none;
}

.bp {
	margin:0 0 0 0;
}

.bg {
    width: 100%;
	overflow-y:auto;
    overflow-x: hidden;
	
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
	-webkit-background-size: initial;
    background-size: initial;
	-webkit-background-position: top;
    background-position: top;
	
	opacity:0;
	z-index: -5;
}
.bg-force-h{
	/* height: 100vh; */
}
.bg-dark-max{
	max-width: 800px !important;
}
.bg-dark {
	background-color: #121417;
}
.bg-dark-blue{
	background-color: #121417;
}
.bg-dark-green{
	background-color: #121417;
} 
.bg-dark-pink{
	background-color: #121417;
} 
.bg-shooting{
	background-color:#eaeaea;
}
.modal-on {
	overflow:hidden;
	display:block;
	opacity:1
}
.modal-off {
	overflow-x:hidden;
	display:block;
	opacity:1;
}

.bg-sponsor{
	position: fixed;
    z-index: 1;
    background-color: #fff;
    color: #454848;
    bottom: 0px;
    right: 0px;
    padding: 5px 25px 5px 10px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.bg-sponsor-desk {
	position: fixed;
    z-index: 1;
    background-color: #fff;
    color: #454848;
    bottom: 0px;
    right: 0px;
    padding: 5px 25px 5px 10px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.item-shadow-dark {
	background-color:#121417;
	border-radius:25px;
	width:100%;
	margin:auto;
    padding-bottom: 60px;
	border:2px dashed #373737;
}
.item-border-max{
	border: 2px dashed #373737;
}

.item-shadow-light {
	background-color: #fff;
    border-radius: 10px;
    width: 100%;
    margin: auto;
}

.thumb-shoot {
	position: relative;
    margin: auto;
    margin-top: 5%;
    width: 90%;
    background-color: #121417;
    border-radius: 15px;
}
.bg-shoot {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
	display: block;
    z-index: -1;
}
.bg-shoot-big {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
	z-index:-2;
    background-color:#edf1f5;	
	filter: blur(12px) grayscale(75%);
    -moz-filter: blur(12px) grayscale(75%);
    -o-filter: blur(12px) grayscale(75%);
    -ms-filter: blur(12px) grayscale(75%);
    -webkit-filter: blur(12px) grayscale(75%);
}
.bg-shoot-big-adv {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
	z-index:-2;
    background-color:#edf1f5;
}
.bg-shoot-white {
	background-color:#edf1f5;
	height: 100%;
	width: 500px;
	display: block;
	margin: 0 auto;
}
.responsive_form {
	width: 100%;
    margin: 0 auto;
}
.responsive_brief_form {
	width: 90%;
    margin: 0 auto;
}
.quick-mobile-change {
	display: block;
    position: absolute;
    padding-left: 0px;
    padding-top: 8px;
    font-size: 16px;
    border-radius: 20px;
    margin: 15px 0px 0px 475px;
    width: 34px;
    height: 34px;
    color: #454848;
    background-color: rgba(255, 255, 255, .65);
    border: 2px solid #fec416;
    opacity: .9;
    z-index: 30;
    cursor: pointer;
}
.quick-bug {
	color: #373737 !important;
}
.quick-gold {
	color: #fff !important;
}
.quick-alert {
	position: absolute;
    width: 20px;
    height: 20px;
    margin: -6px 0px 0px 26px;
    text-align: center;
    background-color: #3a3a3a;
    border-radius: 20px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 12px;
    padding-top: 2px;
    z-index: 31;
    color: #fff;
	pointer-events:none;
}
.quick-alert-clock {
	position: absolute;
    width: 20px;
    height: 20px;
    margin: -6px 0px 0px 26px;
    text-align: center;
    background-color: #3a3a3a;
    border-radius: 20px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 10px;
    padding-top: 4px;
    z-index: 31;
    color: #fff;
	pointer-events:none;
}
.quick-alert-dark {
	position: absolute;
    width: 20px;
    height: 20px;
    margin: -6px 0px 0px 26px;
    text-align: center;
    background-color: #fc9270;
    border-radius: 20px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 12px;
    padding-top: 2px;
    z-index: 31;
    color: #fff;
}
.quick-alert-history {
	position: absolute;
    width: 20px;
    height: 20px;
    margin: -6px 0px 0px 26px;
    text-align: center;
    background-color: #d3d9df;
    border-radius: 20px;
    font-family: lato;
    font-display: swap;
    font-weight: 400;
    font-size: 12px;
    padding-top: 2px;
    z-index: 31;
    color: #fff;
	pointer-events:none;
}
.quick-alert-fix {
	margin-top: 5px;
    display: block;
    margin-left: 25px;
}
.quick-box-helper {
	color: #ffffff;
    white-space: nowrap;
}
.box-fade-info{
	cursor: pointer;
	background-color: rgba(239, 179, 0, 0.85);
    padding: 5px 15px;
    border-radius: 5px;
}
.box-fade-info-smart{
    cursor: pointer;
	color:#fff;
}
.fixf {
    left: 4px;
    position: relative;
	color: #888;
	font-size:12px;
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fixm {
    width:100%;
	height:100%;
	border-radius:15px;
}

.box-icons-smart {
	display: inline-block;
    background-color:#151515;
	border:1px solid #333333;
    padding: 8px 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color:#4e4e4e;
	cursor: pointer;
}
.box-icons-smart-off {
    background-color:#eaeaea;
    color:#8c8c8c;
    border:1px solid #dedede;
}
.box-icons-smart-on {
    background-color: #fff;
    color: #ff9502;
}
.quick-box-timer {
	display: block;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    position: absolute;
    margin-top:20px;
    margin-left:50px;
    text-align: left;
	cursor: pointer;
}
.quick-ding {
	-webkit-animation: ring 8s 1s ease-in-out 1;
	-webkit-transform-origin: 50% 5px;
	-moz-animation: ring 8s 1s ease-in-out 1;
	-moz-transform-origin: 50% 5px;
	animation: ring 8s 1s ease-in-out 1;
	transform-origin: 50% 5px;
}
@-webkit-keyframes ring {
0% { -webkit-transform: rotateZ(0); }
1% { -webkit-transform: rotateZ(30deg); }
3% { -webkit-transform: rotateZ(-28deg); }
5% { -webkit-transform: rotateZ(34deg); }
7% { -webkit-transform: rotateZ(-32deg); }
9% { -webkit-transform: rotateZ(30deg); }
11% { -webkit-transform: rotateZ(-28deg); }
13% { -webkit-transform: rotateZ(26deg); }
15% { -webkit-transform: rotateZ(-24deg); }
17% { -webkit-transform: rotateZ(22deg); }
19% { -webkit-transform: rotateZ(-20deg); }
21% { -webkit-transform: rotateZ(18deg); }
23% { -webkit-transform: rotateZ(-16deg); }
25% { -webkit-transform: rotateZ(14deg); }
27% { -webkit-transform: rotateZ(-12deg); }
29% { -webkit-transform: rotateZ(10deg); }
31% { -webkit-transform: rotateZ(-8deg); }
33% { -webkit-transform: rotateZ(6deg); }
35% { -webkit-transform: rotateZ(-4deg); }
37% { -webkit-transform: rotateZ(2deg); }
39% { -webkit-transform: rotateZ(-1deg); }
41% { -webkit-transform: rotateZ(1deg); }
43% { -webkit-transform: rotateZ(0); }
100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
0% { -moz-transform: rotate(0); }
1% { -moz-transform: rotate(30deg); }
3% { -moz-transform: rotate(-28deg); }
5% { -moz-transform: rotate(34deg); }
7% { -moz-transform: rotate(-32deg); }
9% { -moz-transform: rotate(30deg); }
11% { -moz-transform: rotate(-28deg); }
13% { -moz-transform: rotate(26deg); }
15% { -moz-transform: rotate(-24deg); }
17% { -moz-transform: rotate(22deg); }
19% { -moz-transform: rotate(-20deg); }
21% { -moz-transform: rotate(18deg); }
23% { -moz-transform: rotate(-16deg); }
25% { -moz-transform: rotate(14deg); }
27% { -moz-transform: rotate(-12deg); }
29% { -moz-transform: rotate(10deg); }
31% { -moz-transform: rotate(-8deg); }
33% { -moz-transform: rotate(6deg); }
35% { -moz-transform: rotate(-4deg); }
37% { -moz-transform: rotate(2deg); }
39% { -moz-transform: rotate(-1deg); }
41% { -moz-transform: rotate(1deg); }
43% { -moz-transform: rotate(0); }
100% { -moz-transform: rotate(0); }
}

@keyframes ring {
0% { transform: rotate(0); }
1% { transform: rotate(30deg); }
3% { transform: rotate(-28deg); }
5% { transform: rotate(34deg); }
7% { transform: rotate(-32deg); }
9% { transform: rotate(30deg); }
11% { transform: rotate(-28deg); }
13% { transform: rotate(26deg); }
15% { transform: rotate(-24deg); }
17% { transform: rotate(22deg); }
19% { transform: rotate(-20deg); }
21% { transform: rotate(18deg); }
23% { transform: rotate(-16deg); }
25% { transform: rotate(14deg); }
27% { transform: rotate(-12deg); }
29% { transform: rotate(10deg); }
31% { transform: rotate(-8deg); }
33% { transform: rotate(6deg); }
35% { transform: rotate(-4deg); }
37% { transform: rotate(2deg); }
39% { transform: rotate(-1deg); }
41% { transform: rotate(1deg); }
43% { transform: rotate(0); }
100% { transform: rotate(0); }
}

.quick-mobile-back{
    font-size: 24px;
    padding-top: 4px;
    padding-left: 0px;
    color: #b1b1b1;
	display: none;
    position: fixed;
    border-radius: 20px;
    top: 60px;
    right: 15px;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, .4);
    border: 2px solid #e8ae00;
    opacity: .9;
    z-index: 30;
    cursor: pointer;
}
.shoot-dashed-box {
    min-height: 150px;
	text-align: justify;
    text-align: -webkit-justify;
    font-family: lato;
	font-display: swap;
	font-weight: 300;
    font-size: 20px;
    padding: 10px 40px;
    margin: 0px auto;
    color: #454848;
}
.safe-director-re {
	margin: 25px 0px -10px 0px;
    padding: 30px 0px;
    border: 2px dashed #d4d4d4;
    border-left: 0px;
    border-right: 0px;
}
.safe-director-cut{
	position:relative;
    top:35px;
    background-color:#edf1f5;
}
.safe-director {
	background-color:#d4d4d4;
    color: #bb9700;
    width: 100%;
    padding: 20px;
    font-size: 10pt;
    font-weight: 400;
    border-radius: 15px;
}
.safe-director-txt{
	font-family: lato;
	font-display: swap;
    color: #8c8c8c;
    padding-bottom: 15px;
    font-size: 10pt;
    font-weight: 400;
}
.comment-director{	
	background-color: #122532;
    color:#fff;
    width: 88%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
}
.comment-director-blue{	
	background-color: #ecbd6f;
    color: #fff;
    max-width: 88%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    display: inline-block;
    margin-left: -8px;
}
.div-delivery{
	background-image: none;
    background-color: #ffffff;
    color: #222;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
	margin-top: 10px;
}
.form-delivery {
	width: 100%;
    padding: 25px 15px;
    margin-top: 10px;
    font-size: 14px;
    font-family: lato;
    font-display: swap;
	background-color:#fff;
	border-radius: 10px;
	color: #222;
	min-height: 30px;
	border: 2px solid #f4f7fa;
	resize: none !important;
    outline: none !important;
	appearance: none !important;
    -moz-appearance: none !important;
	-webkit-appearance:none !important;
}
.form-delivery-file {
	font-size: 14px;
    padding: 10px 15px;
    margin: 5px 10px 10px 10px;
    border: 1px solid #ddd;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}
.form-delivery-opt {
	margin: 5px;
    font-size: 12px;
    border: 2px solid #f4f7fa;
    padding: 25px 5px;
    border-radius: 10px;
}
.form-delivery-info {
	font-size: 12px;
    color: #757575;
    padding: 10px;
}
.box-delivery{
	background-color: #fff;
    color: #222;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}
.approve-video{
    color: #fff;
    margin: auto;
    text-align: justify;
    padding: 20px 25px;
    margin-top: 50px;
    font-size: 12pt;
    font-weight: 400;
	user-select:none;
	width:90%;
	border:none;
}
.comment-reshoots{
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    margin-bottom:10px;
	color: #888888;
    padding: 20px 15px;
}
.steps-num-form{
	color: #fdb776;
    margin-right: 10px;
}
.steps-text-form{
	color: #fff;
}
.arrow-left{
	width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #122532;
    position: absolute;
    margin-top: 10px;
    margin-left: -13px;
}
.arrow-left-blue{
	height: 0;
    width: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #ecbd6f;
    display: inline-block;
    margin-left: -15px;
    position: relative;
    vertical-align: top;
    top: 10px;
}
.arrow-down{
	width: 0;
    height: 0;
    border-top: 15px solid #ffe25c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    margin-top: -2px;
    margin-left: 30px;
}
.shoot-add-box {
    width: 80%;
	min-height: 140px;
	background-color:#fff;
	top: 30px;
	text-align: center;
    text-align: -webkit-center;
    font-family: lato;
	font-display: swap;
    font-size: 20px;
    padding: 30px 50px 30px 50px;
    margin: 0px auto;
    margin-bottom: 15px;
	margin-top:30px;
	border: 1px solid #fff;
    border-radius: 15px;	
}
.shoot-input-box-slim {
	position: absolute;
    opacity: 0 !important;
    margin-top: -55px;
    margin-left: -150px;
    cursor: pointer;
    z-index: 2;
    height: 50px;
    width: 300px;
    background-color: aqua;
}
.shoot-input-box {
	position: absolute;
   	opacity: 0 !important;
	margin-top:-30px;
	margin-left:-40%;
    cursor: pointer;
    z-index: 2;
    height: 140px;
    width: 80%;
    background-color: aqua;
}
.shoot-input-hidden{
	position: absolute;
    left: -100px;
    top: -100px;
}
.shoot-input-text-box {
    z-index: 2;
    width: 80%;
	margin: 0 auto;
    text-align: center;
	text-align: -webkit-center;
}

.field_height {
	width:100%;
}

.txt_cuts{
    float: left;
    margin: 65px 10px 0px -10px;
    color: #c1c1c1;
}

.input-t-20px {
	font-size: 20px !important;
}

.input-textarea {
	-webkit-appearance: none;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius:10px !important;
	text-align: left;
    text-align: -webkit-left;
	outline: none;
	font-family: lato;
	font-display: swap;
    font-weight: 300;
    font-size: 25px;
    margin: 20px 0px;
    color: #454848;
    padding-right: 10px;
    padding-left: 10px;
	resize:vertical;
	width:100%;
	min-height:140px;
}

.input-textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

[contentEditable=true]:empty:not(:focus):before {
	content:attr(data-text)
}

.brief-textarea {
    -webkit-appearance:none;
    border-radius:5px !important;
    text-align:justify;
    outline:none;
    white-space:pre-line;
    font-family:lato;
	font-display: swap;
    font-weight:300;
    font-size: 18px;
    line-height:26px;
    margin: 0px 0px 10px 0px;
    min-height:200px;
    color:#585a5a;
    resize:none !important;
    padding:10px;
    width: 100%;
    border: 1px solid #f4f7fa;
	background-color: #fff;
}
.brief-textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.brief-data{
	float: left;
    margin-left: 3px;
    position: absolute;
    font-family: lato;
	font-display: swap;
    overflow: scroll;
    font-size: 16px;
    font-weight: 400;
    color: #c39e07;
}
.link-textbox {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #f4f7fa;
    border-radius: 5px !important;
    text-align: left;
    outline: none;
    font-family: lato;
	font-display: swap;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    margin: 50px 0px 5px 0px;
    padding: 15px 10px;
    color: #454848;
}

.link-textbox:focus::-webkit-input-placeholder {
    opacity: 0;
}

.link-textbox-label {
	font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
}

.input-textbox {
	-webkit-appearance: none;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius:10px !important;
	text-align: center;
    text-align: -webkit-center;
	outline: none;
	font-family: lato;
	font-display: swap;
    font-weight: 300;
    font-size: 25px;
	width: 100%;
	height: 140px;
    margin: 20px 0px;
    color: #454848;
    padding-right: 10px;
    padding-left: 10px;
}

.input-textbox:focus::-webkit-input-placeholder {
    opacity: 0;
}
.input-textbox-label-form { 
    color: #f96c6c;
    font-family: lato;
	font-display: swap;
    font-size: 12px;
    font-weight: 600;
}
.input-textbox-label { 
    color: #a0a0a0;
    font-family: lato;
    font-size: 14px;
    padding: 10px 0px;
}
.add-field-combo {
	padding: 20px 0px;
}
.fix-width-slim { 
	width: initial !important;
}
.shoot-append-photo {
	text-align: -webkit-center;
	text-align: center;
	display: none;
	cursor: pointer;
	width:80%;
	margin: 0 auto;
}
.shoot-append-photo canvas, .shoot-append-photo img  {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -10px;
}
.shoot-append-ex-media{
	display: block;
    padding: 20px;
    background-color:#f9f9f9;
    border: 1px solid #dadada;
    border-radius: 15px;
	text-align: -webkit-center;
	text-align: center;
    width:90%;
	margin:30px auto;
}
.shoot-btn-ex-media{
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    color: #454848;
    font-size: 16px;
}
.shoot-append-video {
	text-align: -webkit-center;
	text-align: center;
	display: none;
    width:80%;
	margin:30px auto;
	cursor: pointer;
}
.shoot-append-video-label {
	font-family: lato;
	font-display: swap;
    font-size: 12px;
    border-top: none;
    color: #454848;
    font-weight: 400;
    margin: 0 auto;
    padding: 10px 0px;
}
.shoot-append-photo-label {
	font-family: lato;
	font-display: swap;
    font-size: 12px;
    border-top: none;
    color: #454848;
    font-weight: 400;
    margin: 0 auto;
	margin-top: 5px;
    padding: 10px 0px;
}
.shoot-append-icon{
	margin-right:5px;
    font-size:15pt;
    vertical-align: middle;
    color: #dadada;
}
.shoot-director {
    text-align: center;
	text-align: -webkit-center;
	text-align: center;
    margin: 0 auto;
    font-family: lato;
	font-display: swap;
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 300;
    width: 100%;
}

.shoot-btn {
	width: 100%;
	text-align: -webkit-center;
	text-align: center;
	margin-top: 10px;
}

.bg-grid {
	clear:both;
	margin: 0 auto;
	padding: 0px 0px 40px 0px;
	max-width:500px;
}

.bg-grid-sx {
	display:block;
    text-align: left;
	margin: 0 auto;
    text-align: -webkit-center;
	text-align: center;
}

.bg-grid-dx {
	width:100%;
  	display: block;
	margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.the-grid:after{
  content: '';
  display: inline-block;
  width: 100%;
}

.the-grid .items, .the-grid .gap {
	display:inline-block;
   /* width: 23.7%; */
}

.the-grid .items {
	display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 auto;
    width: 100%;
}

.the-grid .no-items {
    padding: 100px;
	width: 100%;
    text-align: center;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 12pt;
    color: #BDC2D0;
	white-space:nowrap;
}

.the-grid{
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-content: flex-start;
}

.the-grid-title {
	display: inline-block; 
    width: 100%;
    color: #B4B7C1;
    padding-bottom: 10px;
    font-family: lato;
	font-display: swap;
    white-space: nowrap;
	margin-top:0px;
}

.marker-close {
	float:left;
}
.marker-title {
    text-transform: uppercase;
	clear:both;
	display:inline-block;
}
.marker {
   	border-radius: 10px;
    font-size: 16px;
    color: #FFF;
	background-color:#48C7C7;
    padding: 10px 20px;
	text-align:center;
}

.marker a, .marker i {
	font-size: 22px;
    color: #FFF;
	position: absolute;
    padding-right: 5px;
    margin-left: 0px;
    margin-top: 0px;
}

.marker a, .marker i:hover, .marker i:focus {
	color: #1D9A9A;
}

.bg-grid-ft {
	clear: both;
	text-align: center;
    padding: 30px 10px 0 10px;
}

.the-grid-pag {
	font-family: lato;
	font-display: swap;
    color: #BDBDBD;
    font-size: 14px;
    background-color: #edf1f5;
    display: inline-block;
    width: 45px;
    height: 45px;
    padding-top: 12.5px;
    border-radius: 15px;
}
.pag-on {
	background-color: #fff;
    border: 1px solid #edf1f5;
    width: 45px;
    height: 45px;
    padding-top: 12.5px;
    border-radius: 15px;
}
.scroll-area {
	padding:30px 10px 0 10px;
	margin:0 auto;
	width:100%;
}
.scroll-btn {
	width: 100%;
}
.scroll-on {
	background-color: transparent;
    border: 2px solid #e7ebee;
    color: #c3ccd5;
    width: 100px;
    height: 60px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.scroll-icon {
    font-size: 20pt;
    color: #dcdcdc;
    position: relative;
    top: 5px;
    width: 100%;
    transition: opacity .2s ease-in-out;
	opacity: 1;
}
.scroll-icon-b {
    font-size: 20pt;
    color: #c3ccd5;
    position: relative;
	background-color: #fff;
    top: -22px;
    transition: opacity .2s ease-in-out;
	opacity: 0;
}
.scroll-btn:hover .scroll-on, .scroll-btn:active .scroll-on, .scroll-btn:focus .scroll-on {
    width:60px;
}
.scroll-btn:hover .scroll-icon, .scroll-btn:active .scroll-icon, .scroll-btn:focus .scroll-icon {
	opacity: 0;
}
.scroll-btn:hover .scroll-icon-b, .scroll-btn:active .scroll-icon-b, .scroll-btn:focus .scroll-icon-b {
	opacity: 1;
}
.mask {
    display: block;
	background-color: #000;
   	border-radius: 15px;
}
.mask-add {
    display: block;
   	border-radius: 15px;
	border:2px dashed #adadad; 
	background-color: transparent;
}
.mask-done {
    display: block;
    background-color: #edf1f5;
   	border-radius: 30px;
    margin-bottom: 10px;
}
.mask-stage {
	background-color: transparent;
    border: 2px dashed #adadad;
    text-align: center;
    border-radius: 15px;
    display: block;
    margin-bottom: 30px;
}
.mask-item-play{
	font-size:40px;
    color: rgba(255, 255, 255, 0.65);
    position: absolute;
    z-index:9;
    top: 40%;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.mask-db-001{
	width:30%;
	display:inline-block;
}
.mask-db-02{
	display: inline-block;
    vertical-align: top;
    padding: 0px;
    line-height: 20px;
    width: 100%;
    font-size: 12px;
    color: #454848;
}
.mask-db-note {
    padding: 5% 0%;
    margin: 0px 5%;
    font-family: lato;
    font-display: swap;
    white-space: normal;
    font-weight: 400;
    font-size: 14px;
    min-height: 70px;
    text-align: justify;
    color: #585858;
} 
.mask-db-03{
	border-top: 1px solid #ddd;
	padding-top: 5px;
}
.mask-db-04{
	margin-top: 50px;
	padding: 0px 10px;
	font-size: 12px;
}
.mask-db-05{
	font-size: 11px;
    display: inline-block;
	width: 48%;
	text-align: left;
}
.mask-db-06{
	font-size: 11px;
    display: inline-block;
	width: 48%;
    text-align: right;
}
.mask-db-bug {
	color: #ea6f6f;
    padding: 5px 10px;
    width: max-content;
    margin: 0px auto 5px auto;
    font-size: 14px;
	opacity: 0;
  	-webkit-opacity:0;
	animation: bug-off 4s ease-out forwards;
	-webkit-animation: bug-off 4s ease-out forwards;
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
@keyframes bug-off {
  0% {
	opacity:0;
  }
  20% {
	opacity:1;
  }
  80% {
	opacity:1;
  }
  100% {
	opacity:0; 
  }
}
@-webkit-keyframes bug-off {
  0% {
	-webkit-opacity:0;
  }
  20% {
	-webkit-opacity:1;
  }
  80% {
	-webkit-opacity:1;
  }
  100% {
	-webkit-opacity:0; 
  }
}

.mask-db-progress{
	background-color: #0f1d26;
	width: 100%;
	height: 7px;
	margin-top:10px;
	border-radius:5px;
}
.mask-db-progress-line{
	width: 1%;
	background-color: #ebd894;
	background-image: linear-gradient(45deg, #ebd894, #eb7f47);
	display: block;
	position: relative;
	height: 3px;
	border-radius:5px;
	top: 2px;
	left:2px;
}
.mask-db-progress-line-gray{
	width: 1%;
	background-color: #2d404b;
	display: block;
	position: relative;
	height: 3px;
	border-radius:5px;
	top: 2px;
	left:2px;
}
.mask-db-img{
	width:100%;
	border-radius: 25px;
}
.mask-stage-item {
	text-align: center;
    display: block;
	border-radius:15px;
	background-color: #fff;
	border: 2px dashed #edf1f5;
}
.mask-stage-item-db {
	text-align: center;
	margin-bottom:20px;
    display: block;
	border-radius:15px;
}
.mask-stage-item-ideas {
	background-color:#fff;
	text-align: center;
   	border-radius:15px;
    display: block;
    margin-bottom: 20px;
	border: 2px dashed #edf1f5;
}
.mask-stage-item-none {
	background-color: rgb(255 255 255 / 80%);
	border: 2px dashed #edf1f5;
    width: 100%;
    font-family: lato; 
	font-display: swap;
    font-size: 16px;
    position: relative;
    padding: 240px 0px;
    text-align: center;
    border-radius:15px;
    display: block;
} 
.mask-stage-note {
	margin-top: 20px;
    width: max-content;
    margin: 20px auto 0px auto;
    padding: 5px 20px;
    color: #595c5d;
    border-radius: 10px;
}
.mask-stage-item-ideas-box {
	border-radius:15px;
    background-color: #ffffff;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585a5a;
    padding: 20px 30px;
    text-align: justify;
    height: initial;
    width: 100%;
    position: relative;
    display: block;
}
.mask-ideas-content{
	color: #585a5a;
    display: block;
    white-space: pre-line;
    margin-top: 10px;
    min-height: 410px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.mask-del-box {
	color: #969696;
    text-align: justify;
    padding: 20px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    min-height: 200px;
    font-size: 16px;
    line-height: 28px;
    white-space: pre-line;
}
.mask-stage-ideas-span {
	display: block;    
	font-size: 12px;    
	padding-bottom:20px;
	color:#c3ccd5;
}
.mask-stage-ideas-div {
	padding: 15px 0px;
}
.prod-response-draft {
	background-color: #f4f7fa;
    color: #c3ccd5;
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
    text-align: -webkit-center;
}
.prod-response-ban {
	background-color: #cdcdcd;
    color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
    text-align: -webkit-center;
}
.prod-response-prod {
	background-color: #fdba76;
    color: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
    text-align: -webkit-center;
}
.prod-response-done {
	background-color:#fdc93f;
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
	border-radius: 20px;
    text-align: center;
	text-align: -webkit-center;
}
.mask-brief-a {
	min-height: 200px;
	font-family: lato;
	font-display: swap;
	font-size: 11pt;
	color: #454848;
	padding: 60px 30px 30px 30px;
	border: 2px dashed #dadada;
	background-color: #ffffff;
}
.mask-brief-b {
	text-align: center;
	background-color:#454848;
	padding: 10px;
	margin-top: 10px;
	border-radius: 20px;
}
.mask-brief-c {
	text-align: center;
	background-color: #eabd01;
	padding: 10px;
	margin-top: 20px;
	border-radius: 20px;
}
.mask-brief-d {
	text-align: center;
    padding: 15px;
    font-family: lato;
	font-display: swap;
    font-size: 11pt;
    color: #909090;
}
.item-stage-land {
    text-align: center;
    width: 100%;
    font-family: lato;
	font-display: swap;
    font-size: 22px;
    font-weight: 400;
    margin: 25px 0px;
    white-space: nowrap;
	pointer-events: none;
}
.item-btn-land {
	text-align: center;
    margin: auto;
    font-family: lato;
	font-display: swap;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    color: #fff;
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
    border-radius: 10px;
	cursor: pointer;
	white-space: nowrap;
}
.item-fix-land-a {
	width:100%;
	display:flex;
	color:#555858;
}
.item-video-land {
	margin:30px auto -90px auto;
	background-color:#edf1f5;
}
.item-stage-dark {
    padding:8px 0px;
    text-align: center;
    font-family: lato;
	font-display: swap;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto;
    margin-bottom:25px;
}
.item-stage-order {
    padding:20px 10px;
    text-align: center;
    font-family: lato;
	font-display: swap;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin: 0 auto;
    margin-bottom:25px;
	background-color: #ffffff;
}
.span-stage-order {
    background-color:transparent;
    padding: 10px;
    margin: 0px 10px;
	color: #454848;
    text-transform: uppercase;
}
.span-labels{
	cursor: pointer;
    text-transform: initial;
    font-size: 16px;
    color: #fff;
	font-weight: 600;
    vertical-align: text-top;
}
.span-labels-light{
	color: #454848;
}
.menu-circle-light{
	font-size:initial;
	color:transparent;
	cursor:pointer;
}
.i-stage-ico {
    font-size: 16pt;
    vertical-align: sub;
    padding-right: 5px;
    color: #454848;
}
.mobile-switch {
	display:inline-block;
}
.mask-label {
	color: #454848;
    background-color: #e6e6e6;
    border-bottom: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mask-pending-box {
	position: absolute;
    top: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
	margin-top:-25px;
}
.mask-pending-alert {
	font-family: lato;
    font-weight: 400;
    color: #5d5d5d;
    font-size: 12px;
	margin-top:2px;
}
.mask-pending-ico {
	opacity: .22;
}
.mask-pending-time {
	font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.item-data-div {
    color: #cecece;
    background-color: #efefef;
    border-radius: 10px;
}
.item-data-box {
	padding: 5px 0px;
    margin: 5px 10px;
}
.item-data-txt {
    font-family: lato;
	font-display: swap;
    color: #888;
    font-size: 12px;
    margin: 0px 7px 0px 3px;
	font-weight: 600;
	cursor: default;
	user-select: none;
}
.desc-item-box{
	color: #ffffff4d;
    padding: 5px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: justify;
    margin: 20px 0px 0px 0px;
}
.item-tab-info {
	font-family: 'Lato';
    color: #4e5b67;
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
}
.item-tab-info-alert{
	padding: 25px 15px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 5%;
    background-color: #0a2921;
}
.bottom-item-box {
	font-family:lato;
	font-display: swap;
    margin-top: 10px;
	text-align: left;
	font-size: 20px;
	padding: 10px 35px;
}
.bottom-item-title {
	margin-bottom: 5px;    
	user-select: none;
    pointer-events: none;
	color: #3e4141;
	font-size: 16px;
}
.bottom-item-desc {
	color:#454848;
    text-align: justify;
    font-size: 15px;
    display: inline-block;
    margin-top: 20px;	
	user-select: none;
}
.bottom-item-desc-db {
	color:#4e5b67;
    text-align: justify;
    font-size: 15px;
    display: inline-block;
    margin: 30px 0px 10px 0px;	
	user-select: none;
}
.bottom-item-fl-L {
	float:left; 
	width: 70%; 
	text-align: left;
}
.bottom-item-fl-L-a {
	font-size:12px;
	color: #3e4141;
}
.bottom-item-fl-R {
	float:right; 
	width: 30%;     
	text-align: right;
}
.bottom-item-clock {
    font-family: lato;
	font-display: swap;
    font-size: 14px;
    font-weight: 600;
    color: inherit;
    position: relative;
    padding-left: 0px;
    top: -1px;
    user-select: none;
    pointer-events: none;
	text-transform: lowercase;
}
.bottom-item-btn {
	text-align:center;
	font-size: 16px;
	margin: 35px 0px 15px 0px;
}
.bottom-item-btn-st {
	color:#fff;
	padding: 25px 15px;    
	border-radius: 10px;
	background-color: #373737;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
}
.bottom-item-foo {
	font-size: 12px; 
	white-space: nowrap; 
	width: 100%;     
	padding: 20px 0px 25px 0px;  
	color:#8d9494;
	user-select: none;
    pointer-events: none;
}
.bottom-item-foo-a {
	width: 50%;    
	float: left;    
	text-align: left;  
}
.bottom-item-foo-b {
	width: 50%;    
	float: right;    
	text-align: right;
}

.mask-item-label {
	color: #eabd00;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 50px;
    margin-top: -55px;
    margin-left: -100px;
    position: absolute;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    cursor: default;
    pointer-events: none;
    z-index: 2;
}

.mask-item-label-line {
	color: #fff;
    padding: 0px 5px;
	margin: 0px auto 20px auto;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 14px;
    width: 85%;
    text-align: right;
	cursor: default;
}
.mask-ico-empty {
	font-size:48pt;
	color:#c3ccd5;
	top:15px;
	position:relative;
}
.mask-empty {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:60px 0px;
}
.done-star {
	position: absolute;
    margin: 30px;
    z-index: 2;
    font-size: 22px;
    color: #eabd01;
    user-select: none;
    pointer-events: none;
}
.done-text {
	font-family: lato;
	font-display: swap;
    font-size: 10pt;
    font-weight: 600;
    color: #f7f9fa;
    position: relative;
    left: 3px;
    top: -3px;
    user-select: none;
    pointer-events: none;
}
.done-icon {
	position: absolute;
    margin: 30px;
    z-index: 2;
    font-size: 22px;
    color: #dadada;
}
.stage-icon {
	position: absolute;
    margin: 18px 0px 0px 80px;
    z-index: 2;
    font-size: 18px;
    color: #dadada;
}
.stage-text {
    font-family: lato;
	font-display: swap;
    font-size: 10pt;
    font-weight: 600;
    color: inherit;
    position: relative;
    padding-left: 0px;
    top: -1px;
    user-select: none;
    pointer-events: none;
}
.box-responsive {
    height: 0px;
    position: relative;
    top: -3em;
    user-select: none;
    pointer-events: none;
	z-index: 2;
}
.box-ico-pend {
	position:relative;
	z-index: 50;
	top:15px;
	left:0px;
	width:280px;
	height:2px;
	margin: 0 auto;
}
.box-ico-pend-fix {
	position: relative;
	left: -24px;
}

.item-arrow {
	content: "";
	position: relative;
	left: 0px;
    top: -52px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #fff transparent;
}
.item-content-arrow {
	content: "";
    position: absolute;
    margin-left: 6px;
    margin-top: -12px;
    border-style: solid;
    border-width: 0 18px 20px 18px;
    border-color: transparent transparent #fff transparent;
}
.pending-time-box {
    text-align: center;
    top: -8.75em;
	height: 0px;
    position: relative;
    user-select: none;
    pointer-events: none;
}
.done-time-box {
	position: absolute;
	margin-left: 22px;
    margin-top: 22px;
    z-index: 2;
}
.pending-time-ico {
    font-size: 22px;
    color: #c3ccd5;
}
.done-time-ico {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
    min-width: 40px;
    min-height: 40px;
    padding: 9px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.pending-time{
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 12pt;
    color: #fff;
}

.item-image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.item-image-pending {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    border-radius: 15px;
}
.item-image-done {
    width: 100%;
    height: auto;
    display: block;
	border-radius: 15px;
    position: relative;
	opacity: 1;
}
.item-stage-box {
	width: 90%;
    margin-top: 5%;
    height: auto;
    position: relative;
    opacity: 1;
    border-bottom: 0px;
    border-radius: 5px;
} 
.item-image-stage {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
	opacity: 1;
    border-bottom: 0px;
	border-radius:25px 25px 0px 0px;
} 
.item-image-thumb {
    width: 100%;
    height: auto;
	display: block;
    position: relative;
	opacity: 1;
	border-radius:15px;
} 
.item-db-thumb {
    width: 100%;
    height: auto;
	margin: auto;
	display: block;
    position: relative;
	opacity: 1;
	border-radius:15px;
} 
.item-bg-thumb{
	position: relative;
	background-color: #000;
    border-radius:15px;
	width: 90%;
    margin: auto;
}
.box-campaign{
	position:relative;    
	width: 100%;    
}
.center-db-ico {
	position: absolute;
    color: #ffffff;
    text-align: center;
    margin: auto;
    width: 100%;
    font-size: 18px;
    margin-top: 17%;
}
.item-box-campaign { 
	border-radius: 5px;    
	overflow: hidden !important;
} 
.item-box-campaign-end { 
	border-radius: 5px;    
	filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
	overflow: hidden !important;
}

.item-box-campaign-render {
    border-radius: 5px;
    overflow: hidden !important;
	padding: 20px;
	font-family: 'Lato';
    font-weight: 400;
    color: #fff;
} 
.item-box-campaign-progress{
	border: 1px solid #333;
}
.item-box-campaign-stop{
	border:none;
	padding: 0px 0px 20px 0px;
}
.item-box-campaign-wait{
    border: 1px solid #19332f;
	animation: light_border-box 4s ease-in-out infinite;
	-webkit-animation: light_border-box 4s ease-in-out infinite;	
}
@keyframes light_border-box {
    0% {
     	border-color: #19332f;
    }
	25% {
		border-color: #373737;
	}
    50% {
    	border-color: #19332f;
    }
	100% {
		border-color: #19332f;
	}
}
@-webkit-keyframes light_border-box {
    0% {
     	border-color: #19332f;
    }
	25% {
		border-color: #373737;
	}
    50% {
    	border-color: #19332f;
    }
	100% {
		border-color: #19332f;
	}
}

.mod-db-quick-info{
	font-size: 12px;
	color: #a5a5a5;
}

.item-box-campaign-info {
    display: block;
    margin-top:2.5%;
	border-radius:10px;
    border: 2px solid #0f1d26;
} 
.campaign-div-a {
	width:100%;
	position:relative;
}
.campaign-overlay {
	position: absolute;
    z-index: 3;
    color: #fff;
    top: 50%;
    right: 0px;
    left: 0px;
    bottom: 0px;
    text-align: center;
}
.overlay-ico {
	font-size: 20px;
	font-family: lato;
    position: relative;
    top: -16px;
    color: #fff;
}
.filter-alpha{
	opacity: .2 !important;
}
.filter-gray {
	opacity: .2 !important;
	filter: grayscale(1);
	-moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.filter-opacity {
	opacity: .1 !important;
}
.filter-gray-light {
	opacity: 1 !important;
    filter: grayscale(1);
	-moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.campaign-div-b {
	width:100%;
	position:relative;
    margin-top:5%;
	font-size:18px;
	white-space:nowrap;
}
.campaign-sub-a {
	font-size:12px;
	margin-top:5%;
	margin-bottom:2%;
}
.campaign-sub-b {
	font-size:12px;
	margin-top:5px;
}
.campaign-sub-div-a {
	display:inline-block;
	width:45%;
	margin-left: 5%;
	text-align:left;
    cursor: default;
}
.campaign-sub-div-b {
	display:inline-block;
	width:45%;
	text-align:right;
    cursor: default;
}
.campaign-sub-btn-a {
	display: block;
    width: 100%;
    padding: 25px 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333;
	color:#4e5b67;
    border-radius:10px;
}
.campaign-sub-btn-b {
	display: block;
    width: 100%;
    padding:25px 15px;
    margin-top:2.5%;
    text-align:center;
    cursor:pointer;
	color:#fff;
	background-color: #ead995;
	background-image: linear-gradient(45deg, #ead995, #f8ab80);
    border-radius:10px;
	font-size: 16px;
}
.campaign-sub-btn-d {
	display: block;
    width: 100%;
    padding:25px 15px;
    margin-top:2.5%;
    text-align:center;
    cursor:pointer;
    color:#fff;
	background-color: #0f1d26;
	font-size: 16px;
    border-radius:10px;
}
.campaign-sub-btn-e {
	display: block;
    width: 100%;
    padding:25px 15px;
    margin-top:2.5%;
	font-size: 16px;
    text-align:center;
    cursor:pointer;
    color:#fff;
	background-image: none;
    border:2px solid rgb(255 255 255 / 5%);
    border-radius:10px;
}
.campaign-sub-btn-b-anim {
	display: block;
    width: 100%;
    padding:25px 15px;
    margin-top:2.5%;
	font-size: 16px;
    text-align:center;
    cursor:pointer;
    color:#fff;
	background-image: none;
	background-color: #373737;
    border-radius:10px;
	animation: light_border 4s ease-in-out infinite;
	-webkit-animation: light_border 4s ease-in-out infinite;	
}
@keyframes light_border {
    0% {
     	background-color: #373737;
    }
    50% {
    	background-color: #37373733;
    }
	100% {
		background-color: #373737;
	}
}
@-webkit-keyframes light_border {
    0% {
     	background-color: #373737;
    }
    50% {
   	    background-color: #37373733;
    }
	100% {
		background-color: #373737;
	}
}

.campaign-sub-btn-c {
	display: block;
    width: 100%;
    padding:25px 15px;
    margin-top:2.5%;
	font-size: 16px;
    text-align:center;
    cursor:pointer;
    color:#4e5b67;
	background-image: none;
    border:2px solid #0f1d26;
    border-radius:10px;
}
.active-border-anim {
    background-image: linear-gradient(90deg, #4a4a4a 50%, transparent 50%), linear-gradient(90deg, #565656 50%, transparent 50%), linear-gradient(0deg, #4a4a4a 50%, transparent 50%), linear-gradient(0deg, #565656 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
    background-position: left top, right bottom, left bottom, right   top;
    animation: border-dance 1s infinite linear;
  }
@keyframes border-dance {
    0% {
      background-position: left top, right bottom, left bottom, right   top;
    }
    100% {
      background-position: left 15px top, right 15px bottom , left bottom 15px , right   top 15px;
    }
}
.item-image-campaign {
	position: relative;
    display: block;
    width: 100%;
	opacity: 1;
	border-radius: 5px; 
}
.item-title {
    font-family: lato;
	font-display: swap;
    font-weight: 600;
    font-size: 10pt;
    color: #424242;
    border-bottom: 1px solid #ECECEC;
    margin: -10px 15px 0px 15px;
    cursor: pointer;
    min-height: 50px;
    padding-bottom: 30px;
    overflow: hidden;
}

.item-content {
    font-size: 20pt;
    position: absolute;
    text-align: center;
    padding: 10px;
    min-width: 45px;
    min-height: 45px;
    border-radius: 10px;
    color: #c8a100;
    background-color:#fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
}
.item-category {
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 8pt;
    margin: 5px 15px 10px 15px;
	color: #B4B7C1;
}

.item-category span {
    color: #B4B7C1;
    margin-right: 5px;
}

.item-category span:hover, .item-category span:active, .item-category span:focus {
    color: #48C7C7;
}

.item-shooter {
    font-family: lato;
	font-display: swap;
    font-weight: 600;
    font-size: 8pt;
    margin: 15px;
	color: #B4B7C1;
}

.item-shooter span {
    color: #000;
    margin-right: 5px;
}

.item-shooter span:hover, .item-shooter span:active, .item-shooter span:focus {
    color: #48C7C7;
}

.shooter-image {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    top: 6px;
    position: relative;
}

.item-footer {
	font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 8pt;
    margin-top: 30px;
    padding: 15px 0px 0px 15px;
    color: #B4B7C1;
    background-color: #F7F7F7;
    height: 55px;
    white-space: nowrap;
}

.item-footer i {
    font-size: 16px;
    color: #D9DADA;
    margin-top: 5px;
    margin-left: -5px;
    position: absolute;
}

.item-footer span {
    color: #B4B7BE;
    margin-right: 5.5%;
    line-height: 25px;
    margin-left: 14px;
}

.directors-photo {
	padding-bottom:10px;
	float:left;
}

.directors-photo img {
	border-radius:8px;
}

.directors-name {
	float:left;
	padding:8px;
}

.directors-name span {
	color:#424242;
	font-family: lato;
	font-display: swap;
	font-size: 15px;
	font-weight: 400;
}

.directors-loc {
	float:right;
    padding-top: 8px;
}

.directors-loc span {
	color: #C7BDBD;
    font-family: lato;
	font-display: swap;
    font-size: 11px;
    font-weight: 400;
}

.directors-info {
    clear: both;
    border-top: 1px solid #ECECEC;
    padding-top: 10px;
    height: 70px;
}

.directors-info span {
    color: #A0A0A0;
    font-family: lato;
	font-display: swap;
    font-size: 12px;
    font-weight: 400;
}

.directors-stat {
    padding: 20px;
    background-color: #F7F7F7;
    margin-top: 40px;
}

.directors-stat span {
	color: #B4B7C1;
    font-family: lato;
	font-display: swap;
    font-size: 12px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #ECECEC;
    padding: 10px 0px;
	white-space:nowrap;
}

.directors-stat span:hover, .directors-stat span:focus {
	color: #737373;
}

.directors-stat i {
    font-size: 16px;
    padding-right: 10px;
}

.page-footer {
	height:initial;
    max-width: 600px;
    text-align: center;
	padding-top: 60px;
    margin: 0 auto;
   /* background-color: white; */
}

.page-footer-box {
	max-width:500px;
	margin:0 auto;
}

.page-footer-01, .page-footer-02, .page-footer-03, .page-footer-04 {
	width: 100%;
    max-width: 80%;
    padding: 0px 20px;
    text-align: -webkit-left;
	text-align: left;
    min-height: 130px;
	margin: auto;
}
.page-footer-05 {
	clear:both;
	text-align:center;
	width:100%;
    padding-bottom: 30px;
}

.footer-title {
	font-family: lato;
	font-display: swap;
	font-weight:400;
    font-size: 12pt;
	color:#888;
	padding: 20px 20px 10px 20px;
}
 
.footer-text {
	font-family: lato;
	font-display: swap;
	font-weight:300;
    font-size: 10pt;
	color:#888;
	padding:0px 20px 20px 20px;
}
.footer-copy{
	text-align:center;
	font-family: lato;
	font-display: swap;
    font-size: 7pt;
	color:#b4b7c1;
	padding:50px 0px 0px 20px;
}

.page-content {
	position: relative;
	text-align:center;
	margin: 0 auto;
  	max-width: 95%;
}

.profile-actions {
	font-size: 30px;
    font-family: lato;
	font-display: swap;
    font-weight: 600;
    text-align: left;
    position: absolute;
}

.ico-profile {
    display: inline-block;
    color: #D9DADA;
    padding: 0px 20px 10px 20px;
    margin-right: 5px;
}
.ico-profile:active, .ico-profile:hover, .ico-profile:focus {
	color:#48B3C7;
}

.ico-profile-a {
    left: 50px;
    position: relative;
}
.color-gray {
	color:#EFEFEF;
}

.ico-profile-b {
    left: 35px;
    position: relative;
}

.ico-profile-mob {
	position:relative;
	left:initial;
}

.badge-txt {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 10px;
	min-width: 25px;
    min-height:25px;
	margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0px;
	background-color: #F7F7F7;
    color: #48C7C7;
	left:0px;
	white-space: nowrap;

}
.badge-txt:hover, .badge-txt:active, .badge-txt:focus {
	color: #fff;
	background-color: #48C7C7;
}

.badge {
    font-size: 12px;
    font-weight: 300;
    padding: 5px;
    color: #fff;
    border-radius: 50%;
	min-width: 25px;
    min-height:25px;
	margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0px;
	background-color: #48C7C7;
	white-space: nowrap;
}

.badge:after {
    content: "";
    position: absolute;
    left: -3px;
    top: 10px;
    width: 0;
    height: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0px 0px 10px 7px;
	border-color: transparent transparent #48C7C7 transparent;
}

.badge-01 {
	left: 50px;
}

.badge-02 {
	left: 125px;
}

.badge-03 {
	left: 208px;
}



.box-search {
	width:75%;
    background-color: transparent;
	margin: 0 auto;
}

.input-search {
   	border: 1px solid #e4e6e8;
    padding-left: 20px;
    margin: 10px auto;
    border-radius: 10px;
    width: 250px;
	background-color: #f4f7fa;
}

.input-search input[type="text"] {
	border: none;
    background: none;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    height: 40px;
    color: #757575;
}

.input-search input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.input-search input[type="submit"] {
	-webkit-appearance:initial;
    opacity: 0;
    cursor: pointer;
    width: 15%;
    height: 40px;
    float: right;
    margin: 3px;
}

.input-search i {
   	float: right;
    margin: -35px 20px 0px 0px;
    font-size: 20px;
    color: #c3ccd5;
    clear: both;
}

.font_menu {
	font-family: lato;
	font-display: swap;
	font-weight:400;
    font-size: 10pt;
}

.logo {
    max-width: 250px;
}

.logo-home-land {
    max-width: 222px;
	padding-top:20px;
}
.logo-home {
    max-width: 350px;
	padding-top:50px;
}
.logo_image {
	text-align:center;
}

.author_sign {
	font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 6.5pt;
    display: inline-block;
    position: relative;
    top: -8px;
    color: #555858;
	white-space: nowrap;  
}

.logo_date {
	font-family: lato;
	font-display: swap;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
	display: initial;
    margin: 0 auto;
	white-space: nowrap;
    color: #9d9d9d;
	background-color: #fff;
}
.logo_date_dark {
	font-family: lato;
	font-display: swap;
    font-weight: 600;
    font-size: 10pt;
    padding: 0px 0px 10px 0px;
	display: initial;
    margin: 0 auto;
	white-space: nowrap;
	color: #5a5b5d;
}

.logo_date_H02 {
    display: inline-block;
    margin: 5px auto;
}

.logo_date_H03 {
    height: 16px;
    width: fit-content;
	width: intrinsic;
	width: -moz-fit-content;
    margin: 0 auto;
    display: block;
}
.page-header {
	margin: 0 auto;
	background-color: transparent;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
}

.header_center {	
	width: 100%;
	height: 100%;
	max-width: 600px;
    margin: 0 auto;
    text-align: center;
	/* background-color:#fff; */
}

.header_custom {
    text-align: center;
    margin: 0 auto;
}

.login_fb {
	display: inline-block;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.22);
    font-family: lato;
	font-display: swap;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0 auto;
}

.login_fb:focus, .login_fb:active {
	border: 1px solid #FFF;
}

.login_fb i {
	padding-right: 5px;
    color: #FFF;
    font-size: 18px;
}

.login_tabs {
	text-align: center;
    margin: 0 auto;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    font-size: 25px;
    display: block;
    margin-top: 10px;
    padding: 10px;
}

.waked_color {
    color: #454848;
	animation: highlight 2s ease-in-out infinite;
	-webkit-animation: highlight 2s ease-in-out infinite;	
}

@keyframes highlight {
  0% {
	color:#454848;
  }
  50% { 
	color:#eabd00;
  }
  100% {
	color:#454848;
  }
}
@-webkit-keyframes highlight {
  0% {
	color:#454848;
	-webkit-color:#454848;
	-ms-color:#454848;
  }
  50% {
	color:#eabd00;
	-webkit-color:#eabd00;
	-ms-color:#eabd00;
  }
  100% {
	color:#454848;
	-webkit-color:#454848;
	-ms-color:#454848;
  }
}

.highlight_bg {
    background-color: #4a4b4b;
	animation: light_bg 2s ease-in-out 1;
	-webkit-animation: light_bg 2s ease-in-out 1;	
}

@keyframes light_bg {
  0% {
	background-color:#4a4b4b;
  }
  50% {
	background-color:#eabd00;
  }
  100% {
	background-color:#4a4b4b;
  }
}
@-webkit-keyframes light_bg {
  0% {
	background-color:#4a4b4b;
	-webkit-background-color:#4a4b4b;
	-ms-background-color:#4a4b4b;
  }
  50% {
	background-color:#eabd00;
	-webkit-background-color:#eabd00;
	-ms-background-color:#eabd00;
  }
  100% {
	background-color:#4a4b4b;
	-webkit-background-color:#4a4b4b;
	-ms-background-color:#4a4b4b;
  }
}

.button_simple {
	margin: 0 auto;
    margin-bottom: 5px;
  /* color: #e3e3e3; */
	color: #454848;
    white-space: nowrap;
    display: inline-block;
    padding: 10px 12px;
	cursor:pointer;
}

.button_simple:hover, .button_simple:active, .button_simple:focus {
	color:#606060;
}

.button_simple i {
	padding-right:2px;
}

.is_active {
	transition: all .1s ease-in-out;
}
.is_active:hover, .is_active:active, .is_active:focus {
	color:#f1c71e;
	transform: scale(1.5); 
}
.is_active span {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius:100%;
    margin-top: -35px;
    margin-left: 15px;
    color: #fff;
	padding-top: 2px;
    font-size: 12px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    background-color: #ddd;
	transition: all .3s ease-in-out;
	transform: scale(0);
	opacity:0;	
}
.is_active:hover span, .is_active:active span, .is_active:focus span {
	transform: scale(1);
	opacity:1; 
}
.is_active_fixed {
    opacity: 1 !important;
    transform: scale(1) !important;
    background-color: #fff !important;
    border: 3px solid #dadada;
}
.is_active_fixed_unlock {
    opacity: 1 !important;
    transform: scale(1) !important;
    background-color: #fff !important;
    border: 3px solid #dadada;
}
.is_active_front {
	font-size: 9pt;
    transition: all .3s ease-in-out;
    opacity: 1;
    position: absolute;
    left: 1px;
    top: 1px;
    color: #f1c71e;
}
.is_active_front_unlock {
    font-size: 9.5pt;
    transition: all .3s ease-in-out;
    opacity: 1;
    position: absolute;
    left: 0.5px;
    top: 1.5px;
    color: #fff;
}
.is_active_back {
	color: #f1c71e;
    font-size: 7pt;
    margin-top: -1px;
    font-family: lato;
	font-display: swap;
    font-weight: 400;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.is_active_back_unlock {
	color: #f1c71e;
    font-size: 8pt;
    top: 3px;
    left: 2px;
    position: absolute;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.is_active:hover .is_active_front, .is_active:active .is_active_front, .is_active:focus .is_active_front {
	opacity:0; 
}
.is_active:hover .is_active_front_unlock, .is_active:active .is_active_front_unlock, .is_active:focus .is_active_front_unlock {
	opacity:0; 
}
.is_active:hover .is_active_back, .is_active:active .is_active_back, .is_active:focus .is_active_back {
	opacity:1; 
}
.is_active:hover .is_active_back_unlock, .is_active:active .is_active_back_unlock, .is_active:focus .is_active_back_unlock {
	opacity:1; 
}
.is_active:hover .is_active_fixed, .is_active:active .is_active_fixed, .is_active:focus .is_active_fixed {
	border-color: #ddd;
}
.is_active:hover .is_active_fixed_unlock, .is_active:active .is_active_fixed_unlock, .is_active:focus .is_active_fixed_unlock {
	border-color: #ddd;
	background-color:#fff !important;
}

.is_waiting {
	transition: all .2s ease-out;
}
.is_waiting:hover, .is_waiting:active, .is_waiting:focus {
	color:#606060;
}
.switch {
	display:none;
}
.re-switch {
	display:inline-block;
}

.left-title {
	font-family: lato;
	font-display: swap;
	font-weight:400;
    font-size: 12pt;
	color:#424242;
	padding:20px;
}

.left-category {
	display:block;
	margin-bottom: 20px;
}

.left-filter {
	display:block;
}

.left-box {
	font-family: lato;
	font-display: swap;
	font-weight:300;
    font-size: 12pt;
	padding-right:20px;
}

.left-pop {
	display:block;
	margin-bottom: 20px;
}

.left-btn-pop {
    color: #BDBDBD;
    background-color: #FFFFFF;
    padding: 3px 10px 8px 8px;
	border-radius: 10px;
    margin: 0px 3px 6px 0px;
    line-height: 40px;
	border: 1px solid #ECECEC;
    display: inline;
}

.left-btn {
    color: #BDBDBD;
    background-color: #F7F7F7;
	border-radius:10px;
    padding: 15px 20px 15px 20px;
    border: 1px solid #FFF;
}

.left-btn:hover, .left-btn:active, .left-btn:focus {
	background-color: #FFFFFF;
    color: #48C7C7;
    border: 1px solid rgba(72, 199, 199, 0.3);
	
}

.left-btn-filter {
    color: #BDBDBD;
    background-color: #F7F7F7;
    padding: 15px;
	margin-bottom:10px;
    border: 1px solid #FFF;
    border-radius: 10px;
}

.left-btn-filter:hover, .left-btn-filter:active, .left-btn-filter:focus {
	background-color: #fff;
	color:#000;
}


.hover-pencil:hover, .hover-pencil:active, .hover-pencil:focus {
    color: #48C7C7;
    border: 1px solid rgba(72, 199, 199, 0.3);
}

.hover-video:hover, .hover-video:active, .hover-video:focus {
    color: #48C7C7;
    border: 1px solid rgba(72, 199, 199, 0.3);
}

.hover-photo:hover, .hover-photo:active, .hover-photo:focus {
    color: #48C7C7;
    border: 1px solid rgba(72, 199, 199, 0.3);	
}

.hover-audio:hover, .hover-audio:active, .hover-audio:focus {
    color: #48C7C7;
    border: 1px solid rgba(72, 199, 199, 0.3);	
}

.hover-combo:hover, .hover-combo:active, .hover-combo:focus {
    color: #48C7C7;
    border: 1px solid rgba(72, 199, 199, 0.3);	
}

.hover-black {
	background-color: #F7F7F7;
}

.hover-black:hover, .hover-black:active, .hover-black:focus {
    color: #FFF;
    background-color: #48C7C7;
}

.only-desk {
	display:block;	
}
.only-mob {
	display:none;	
}


@media (max-width: 850px) {
	
	.page-footer-05 {
		padding: 10px 0px 80px 0px;
	}
	.mod-general-thumb{
		width:20%;	
	}		
	.mod-gneral-thumb-txt{
		padding:10% 0px;
	}
	.left-box {
		padding-right:0px;
	}
	.left-btn {
		margin-bottom: 5px;
	}
	.left-btn-filter {
		margin-bottom: 5px;
	}
	.tog {
		display:block;
	}
	.ico-profile-a {
	    left: 20px;
	}
	
	.ico-profile-b {
	    left: 5px;
	}

	.profile-actions {
		right: 20px;
		margin-top:5px;
		width:100%;
		text-align: right;
	}
	
	.badge-txt {
		padding: 10px 15px;
		left:95px;
	}
	.ico-profile-mob {
		position:absolute;
		left:80px;
	}
	
	.badge-02 {
		right: 80px;
		left:initial;
	}
	
	.badge-03 {
		right: 0px;
		left:initial;
	}

	.switch {
		display:block;
	    color: rgba(255, 255, 255, 0.4);
	}
	.re-switch {
		display:none;
	}
	
	.featherlight .featherlight-content {
		vertical-align: middle;
	    margin-top: 5%;
	}
	.mod-dashed, .mod-body, .mod-footer, .mod-form-submit, .mod-dark-btn, .mod-dark-box, .mod-form-input, .mod-form-label {
		width: 100% !important;
	}
	
	.pass-box, .pass-box-label, .payer-info-pp-box {
		width: 100% !important;
	}
	
	.pass-box, .payer-info-pp-box {
		font-size: 14px;
	}
	
	.mod-form-input, .mod-form-radio-set {
		font-size:14px;
	}
	.mod-footer a {
		font-size: 12px;
	}
	.mod-footer-red{
		font-size: 12px;
	}
	.mod-form-radio {
    	text-align: left;
    	white-space: nowrap;
		width: 100%;
	}
	.mod-form-block{
		width: 100%;
	}
	.mod-security-code{
		width: 100%;
	}
	.mod-invoice-font {
		font-size: 8pt;
	}
	.mod-limit{
		max-width:80%;
	}
	.mod-txt-alert{
		font-size: 20px;
	}
	.box-checked{
    	right: 20px;
	}
	.mod-project-input-box{
		width: 100%;
	}
	.item-border-max{
		width:90%;
	}
	.bg {
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-background-position: center;
		background-position: center;
	}
	.item-alpha {
		background-color: rgb(18 20 23 / 60%);
	}
}


@media (max-width: 560px) {
	.stage-icon {
		margin-top: 26px;
		margin: 18px 0px 0px 60px;
	}
	.page-content {
		margin:60px auto 0px auto;
	}
	.page-header {
		display: flex;
	}
	.logo_image {
		display: none;
	}
	.logo_date {
		position: fixed;
		z-index: 98;
		min-height: 40px;
		background: url(../../set/src/logo/logo_04.svg) no-repeat;
		background-size: 35px;
		padding-left: 38px;
		padding-top: 10px;
		top:8px;
		left:10px;
		color:#333;
	}
	.logo_date_dark {
		position: fixed;
		z-index: 98;
		min-height: 40px;
		background: url(../../set/src/logo/logo_04.svg) no-repeat;
		background-size: 35px;
		padding-left: 38px;
		padding-top: 10px;
		top:8px;
		left:10px;
		color: #fff;
	}
	.logo_date_H02 {
		background-color: initial;
		border-radius: initial;
		width: initial;
		display: initial;
		padding: initial;
		margin: initial;
	}
	.logo-by{
		display: none;
	}
	.login_tabs {
		position: absolute;
		margin-top: 0px;
		padding: 0px;
		right: -20px;
		top: 0px;
		transform: scale(.67);
		-moz-transform: scale(.67);
		-webkit-transform: scale(.67);
	}
	.mod-time-pend{
		transform: scale(.75);
		-moz-transform: scale(.75);
		-webkit-transform: scale(.75);
    	margin-top: 45px;
	}
	.arrow-black {
		left:40%;
	}
	.shoot-input-box {
		width:90%;
	    margin-left: 0;
		left:5%;
	}
	.bg-grid {
		max-width: initial;
	}
	.the-grid .items {
		width: 98%;
	}
	.item-stage-order {
		background-color:#edf1f5;
		border-radius: initial;
		padding: initial;
		width: 100%;
		text-align: right;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 97;
		height: 50px;
		padding-top:10px;
		padding-right:10px;
	}	
	.item-stage-dark{
		background-color: #0f151a;
		border-radius: initial;
		padding: initial;
		width: 100%;
		text-align: right;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 97;
		height: 50px;
		padding-top:10px;
		padding-right:10px;
	}
	.bg-sponsor{
		position: relative;
		color: #adadad;
		background-color: transparent;
		padding: 10px 0px;
		top: -40px;
		font-size: 10px;
	}
	.bg-sponsor-desk{
		display:none;
	}
	.bg-shoot-big {
		display:none;
	}
	.bg-shoot-big-adv {
		position: initial;
		width: 100%;
    	top: initial;
    	left: initial;
    	right: initial;
    	bottom: initial;
    	margin: initial;
    	min-width: initial;
    	min-height: initial;
    	z-index: initial;
    	background-color: initial;
		display: none;
	}
	.shoot-dashed-box {
		font-size: 15px;
		padding: 0px 15px 20px 15px;
		min-height: initial;
	}
	.shoot-director{
		padding: 10px 15px 30px 15px;
		text-align: left;
    	text-align: -webkit-left;
	}
	.input-textbox {
		font-size: 25px;
	}
	.item-arrow {
		top: -25px;
		display: block;
	}
	.quick-mobile-change {
		position: fixed;
		margin: initial !important;
    	top: 70px;
    	right: 15px;
	}
	.quick-lft {
    	left: 15px;
	}
	.quick-lock {
    	position:absolute !important;
	}
	.quick-mobile-back {
		display: block;
	}
	.mod-shoot-submit {
	    font-size: 16px;
		width: 100%;
	    white-space: nowrap;
	}
	.mod-fb-login {
		width: 100%;
	}
	.master-submit {
	    font-size: 16px;
	    white-space: nowrap;
	}
	.mod-engine-submit {
		font-size: 16px;
	    white-space: nowrap;
	}
	.mod-shoot-all-submit {
	    font-size: 16px;
	    white-space: nowrap;
	}	
	.mod-txt-footer {
	    font-size: 13px;
	}
	.mod-txt-brief {
		font-size: 12.5px;
	}
	.progress-wrp {
		width: 80%;
	}
	.responsive_form{
		padding:0px 5px;
	}
	.page-footer-box {
		max-width: 400px;
	}
	.mask {
    	border-radius: 0px;
	}
	.mask-add {
		border-radius: 0px;
		margin-left: 15px;
    	margin-right: 15px;
    	margin-top: 5px;
	}
	.item-image-pending {
		border-radius: 0px;
	}
	.mask-done, .mask-stage, .item-image-done {
		border-radius: 0px;
	}
	.mask-stage {
		margin-left:15px;
		margin-right:15px;
	}
	.box-responsive {
		transform: scale(.8);
    	-moz-transform: scale(.8);
    	-webkit-transform: scale(.8);
		top:-5.5em;
	}
	.pending-time-box {
		transform: scale(.8);
    	-moz-transform: scale(.8);
    	-webkit-transform: scale(.8);
    	top: -10.3em;
	}
	.page-footer-01, .page-footer-02, .page-footer-03, .page-footer-04 {
		width: 100%;
    	max-width: 100%;
    	padding: 0px 20px;
    	text-align: -webkit-left;
		text-align: left;
	}
	.shoot-input-text-box{
		width: 90%;
	}
	.bg-grid-sx {
		max-width: 340px;
	}
	.featherlight .featherlight-content {
		width:95%;
	}
	.mask-item-label-line {
		width:100%;
	}
	.quick-box-timer {
		margin-left:20px;
	}
	.fixed {
		position:fixed;
	}
	.featherlight-full .mod-body-user {
		width: 100%;
	}
	.mask-stage-item-ideas {
	    margin-bottom: 0px;
	}
	.mod-btn-law {
		width:100%;
	}
	.mod-desc-txt {
		width: 100%;
	}
	.box-icons-smart {
	    padding: 3px 5px;
	    font-size: 12px;
	    margin-right: 3px;
	}
	.item-video-land { 
		margin: 10px auto -90px auto;
	}
	.mobile-switch {
		display:none;
	}
	.only-desk {
		display: none;	
	}
	.only-mob {
		display:block;	
	}
	.span-stage-order {
		padding: 0px !important;
    	position: initial !important;
    	margin: 0px 5px 0px 0px !important;
	}
	.shoot-add-box {
	   width: 90%;
	}
	.box-limits-media{
    	right: 10%;
	}
	.txt_clock{
		right: 10%;
	}
	.box-checked-media{
		right: 10%;	
	}
	.bg-shoot-white {
		width: initial;
	}
	.div-delivery{
		margin-top:20px;
	}
	.item-tab-info {
		font-size: 14px;
		padding: 5px 0px;
	}
	.item-tab-info-alert{
		font-size: 14px;
		padding:15px;
	}
	.mod-check-paypal {
		width:100%;
	}
	.mod-check-stripe {
		width:100%;
	}
	.mod-info-paypal{
		width:100%;
	}
	.comment-reshoots{
		padding: 20px 5px;
	}
	.span-labels{
		display: none;
	}
}

@media (max-width: 460px) {
	.mod-general-thumb{
		width:55px;	
	}
	.mod-gneral-thumb-txt{
		padding:8% 0px;
	}
	.mod-list-ico {
		padding-right:30px;
		width: 45px;
		font-size: 14pt;
	}
	.mod-general-header-right {
	    padding-left: 15px;
	}
	.mod-general-header-left {
	    padding-right: 15px;
	}
	.mod-fix-text {
		font-size:11pt;
	}
	.mod-list-ico-edit {
		font-size:14px;
	}
	.mod-circle {
		left:-5px;
	}
	.mod-check-txt-alert {
		font-size: 16px;
	}
	.mod-invoice-font {
		font-size: 7pt;
	}
	.mod-md-sign{
		max-width: 85px;
	}
	.mod-limit{
		max-width:100%;
	}
	.box-search {
		width:85%;
	}
	.shoot-append-video-label{
		margin: 0px 15px;
	}.shoot-append-photo-label{
		margin: 0px 15px;
	}
	.pending-time-box {
    	top: -8.22em;
	}
	.box-responsive {
		top:-3em;
	}
	.responsive_brief_form {
		width: 100%;
	}
	
	.shoot-append-photo {
		width:100%;
	}
	.shoot-append-video {
		width:100%;
	}
	.item-data-box{
	    display: inline-grid;
	}
	.wpp-mob {
		display:block;
	}
	.wpp-dsk {
		display:none;
	}
	.logo-home-land {
		padding-top:0px;
	}
	.item-stage-land {
		font-size: 18px;
	    margin-top: 30px;
	}
	.payer-info-box-sheet{
		padding: 2px 10px;
	}
	.payer-info-ico-sheet{
		font-size: 13px;
	}
	.mask-db-note {
		font-size: 10px;
	}
	.mod-gneral-thumb-box{
		max-height: 70px;
	}
	.campaign-div-b {
		margin-top:7%;
		font-size:16px;
	}
	.campaign-sub-b {
		font-size:10px;
	}
	.mod-display-box{
		font-size: 11pt;
	}
	.mod-db-quick-info{
		font-size: 10px;
	}
}

@media (max-width: 430px) {
	.mod-shooting-time-alert-box {
		font-size: 15px;
	}
	.mask-item-play{
   		font-size: 25px;
	}
	.mod-display-w {
		padding-left: 5%;
	}
	.mod-list-box {
		margin-bottom:10px;
	}
} 

@media (max-width: 340px) {
	.pending-time-box {
    	top: -7em;
	}
	.mod-gneral-thumb-txt{
		padding:10% 0px;
	}
	.mask-pending-time {
		font-size: 16px;
	}
}





