.tooltip {
	z-index: 10002;	
	font-size: 14px;
}
#cookieAlertDiv,
#javascriptAlertDiv {
	display: none; 
	z-index: 100000000000;
	padding: 10px;
	background-color: red;
	color: #FFF;
	text-align:center;
}
#progressBar {
	display: none;
}
/********** backToolbar *****************/
#backToolbar {
	max-width: 1140px;
	margin: 0 auto;
}
#backToolbar .right {
	display: flex;
	justify-content: flex-end;
}
#backToolbar .toolbar-button {
	padding: 0 10px;
}
#backToolbar .logo {
	width: 40px;
    height: auto;
	border-radius: 5px;
}
#backToolbar #languageBtn {
	display: block;
	min-width: auto;
    width: auto;
    border-radius: 50%;
    font-size: 24px;
    padding: 0;
    margin: 18px 10px;
}
#backToolbar #languageBtn .flag {
    display: block;
	width: 31px;
    height: 23px;
}
/****** band-countdown */
#band-countdown {
    width: 100%;
    padding: 0;
    color: #FFF;
	max-width: 280px;
	margin: 0 auto;
}
#band-countdown .col#a {
    min-width: 70%;
}
#band-countdown .col#b {
    min-width: 30%;
}
#band-countdown #countdownGrid {
    text-align: center;
}
#band-countdown #countdownGrid #values {
    font-weight: normal;
    font-size: 34px;
    line-height: 30px;
}
#band-countdown #countdownGrid #labels {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}
#band-countdown #countdownGrid #values .col,
#band-countdown #countdownGrid #labels .col {
    width: 75px;
	padding: 0 10px;
}
@media screen and (max-width: 1200px) {
    #band-countdown .col#a {
        min-width: 60%;
    }
    #band-countdown .col#b {
        min-width: 40%;
    }
}
@media screen and (max-width: 992px) { 
    #band-countdown .col#a {
        min-width: 50%;
    }
    #band-countdown .col#b {
        min-width: 50%;
    }
}
@media screen and (max-width: 768px) {
    #band-countdown .text {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    #band-countdown .col#a {
        min-width: 100%;
    }
    #band-countdown .col#b {
        min-width: 100%;
    }
    #band-countdown #countdownGrid #values {
        font-size: 20px;
        line-height: 26px;
    }
    #band-countdown #countdownGrid #labels {
        font-size: 12px;
        line-height: 14px;
    }
}
@media screen and (max-width: 576px) { 
    #band-countdown .container {
        padding: 5px;
    }
    #band-countdown .col#a {
        padding: 0;
    }
}
/********** Home *****************/
#homePage .page__content {
	overflow: hidden;
}
#homePage #content {
	padding: 0 20px;
	min-height: 100%;
	height: -moz-available;
	height: -webkit-fill-available;
	height: fill-available;
	overflow-y: auto;
}
#homePage #content::-webkit-scrollbar {
	display: none;
}
#homePage .myBackground {
	position: absolute;
	width: 100%;				
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#homePage .opacity {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
#homePage .title {
    font-family: 'MainFont';
    font-size: 60px;
    padding: 100px 0 50px 0;
    color: #FFF;
    display: block;
    position: relative;
    text-align: center;
}
#homePage .infoBtn {
    position: relative;
    border-bottom: 0.5px solid var(--dark-gray-color);
    color: #FFF;
    width: auto;
    max-width: fit-content;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
	cursor: pointer;
}
#homePage .btns {
	margin: 10px auto 50px auto;
	text-align: center;
}
#homePage .btns .btn {
	border: 0.3px solid #FFF;
	background-color: #00000069;
	color: #FFF;
	border-radius: 50px;
	padding: 20px;
	margin: 15px auto;				
	width: 100%;
	min-width: 250px;
	max-width: 400px;
}
#homePage .btns .btn .badge {
    position: absolute;
    top: 8px;	
	border: 1px solid #FFF;
}
#homePage .footer {
	position: absolute;
	bottom: env(safe-area-inset-bottom);
	left: 0;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 12px;
    line-height: 14px;
	padding: 15px;
}
#homePage .footer #languageBtn {
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#homePage .footer #languageBtn .flag {
    display: block;
    width: 18px;
	height: 14px;
}
#homePage .footer #poweredBy {
	font-size: 10px;
}
#homePage .footer #poweredBy svg {
    width: auto;
    height: 10px;
}
#homePage .footer #poweredBy a {
    text-decoration: underline;
	color: #FFF;
}
#homePage #adminBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: env(safe-area-inset-top);
}
#homePage #adminBtn svg {
	width: 30px;
	height: 30px;
	fill: #FFF;
}

@media screen and (max-width: 768px) {
    #homePage .opacity {
    	opacity: 0.6;
    }   
}
/********** weddingInfoPage *****************/
#weddingInfoPage #content {
	position: relative;
}
#weddingInfoPage #welcomeSection {
	display: flex;
	align-items: center;
	background-image: url("/img/cover/cover2.jpg");	
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
	background-size: cover;
	height: 70vh;
	text-align: center;
}
#weddingInfoPage #welcomeSection .opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70vh;
	background-color: #00000033;
}
#weddingInfoPage #welcomeSection .title {	
	font-family: 'MainFont';
	font-style: normal;
    font-size: 70px;
    line-height: 80px;
	font-weight: normal;
	margin: 20px 0;
	color: #FFF;
}
#weddingInfoPage #welcomeSection .text {
    font-family: 'SecondaryFont';
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto;
    color: #FFF;
    max-width: 800px;
}

#weddingInfoPage #lineSection {
	padding: 50px;
}
#weddingInfoPage #lineSection .text {
    font-family: 'SecondaryFont';
	padding: 20px;
    font-size: 24px;
    line-height: 28px;
    color: var(--first-color);
    text-align: center;
	text-transform: capitalize;
}
#weddingInfoPage #lineSection hr {
	width: 45%;
	height: 0px;
	background-color: var(--first-color);
}

#weddingInfoPage #calendarBlock {
	text-align: center;
}
#weddingInfoPage #calendarTitle {
	text-align: center;
}
#weddingInfoPage #calendar {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-family: 'Poppins';
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content {
	font-family: 'Poppins';
	background-color: transparent;
	border: none;
	width: 100%;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content .ui-widget-header {
    background-color: transparent;
    border: none;
	border-radius: 0;
    border-bottom: 1px solid var(--first-color);
    color: var(--first-color);
	font-size: 16px;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content .ui-datepicker-title {
	font-weight: normal;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content tr {
    color: var(--first-color);
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content th {
	font-weight: normal;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content td {
	font-size: 16px;
	padding: 6px;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content td.weddingDay {
	background-image: url(/img/asset/pennellata.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px 45px;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content td.weddingDay.animate {
	animation: bounce 2s linear infinite;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content .ui-state-default {
    background-color: transparent;
	color: var(--black-color);
    border: none;
	text-align: center;
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content .ui-state-active {
    position: relative;
	z-index: 2;
    color: var(--black-color);
	min-height: auto;
	/*background-color: var(--secondary-color);*/
    color: #FFF;
    border-image: radial-gradient(var(--secondary-color) 69%, #0000 70%) 84.5% / 50% !important;
    clip-path: polygon(-41% 0, 50% 91%, 141% 0);
}
#weddingInfoPage #calendar .ui-widget.ui-widget-content .ui-datepicker-prev,
#weddingInfoPage #calendar .ui-widget.ui-widget-content .ui-datepicker-next {
	display: none;
}
#weddingInfoPage #hours {
	text-align: center;
    font-size: 18px;    
	font-weight: normal;
    margin-top: 5px;
}
#weddingInfoPage #confirmationSection {
	padding: 100px 50px;
	background-color: #faf6f1;
}
#weddingInfoPage #confirmationSection .image {
	width: auto;
	height: 300px;
}
#weddingInfoPage #confirmationSection #confirmationDiv {
	text-align: center;
	min-width: 240px;
	margin-top: 120px;
}
#weddingInfoPage #confirmationSection .title {	
	font-family: 'MainFont';
	font-style: normal;
    font-size: 70px;
    line-height: 70px;
	font-weight: normal;	
	color: var(--first-color);
	margin: 0;
}
#weddingInfoPage #confirmationSection .text {
    font-family: 'SecondaryFont';
	padding: 20px 30px;
	font-size: 18px;
	line-height: 28px;
	color: #264F4B;
}
#weddingInfoPage #confirmationSection #confirmationBtn.animate {
	animation: wiggle 2s linear infinite;
}
#weddingInfoPage #mapSection {
	padding: 100px 50px;
	background-color: #fff;
}
#weddingInfoPage #mapSection .title {
	font-family: 'MainFont';
	font-style: normal;
    font-size: 70px;
    line-height: 70px;
	font-weight: normal;	
	color: var(--first-color);
	margin: 0 0 20px 0;
	text-align: center;
}
#weddingInfoPage #mapSection .subtitle {	
	text-align: left;
}
#weddingInfoPage #mapSection .locationName {
    font-family: 'SecondaryFont';
	font-size: 16px;
	line-height: 20px;
	color: var(--first-color);
}
#weddingInfoPage #mapSection .locationName .material-icons {
	color: var(--first-color);
}
#weddingInfoPage #mapSection .locationAddress {
    font-family: 'SecondaryFont';
	font-size: 12px;
	line-height: 20px;
	color: var(--black-color);
	margin-left: 35px;
}
#weddingInfoPage #mapSection .btn {
	margin-top: 30px;
}
#weddingInfoPage #mapSection .btn.smallBtn {
	background-color: var(--secondary-color);
	color: var(--text-secondary-color);
    border-radius: 50%;
    min-width: auto;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding: 15px 7px;
	margin-top: 0;
}
#weddingInfoPage #mapSection iframe {
	width: 100%;
	height: 270px;
	margin-top: 10px;
}
#weddingInfoPage #tipsDiv .text {
	text-align: center;
    font-size: 14px;
    line-height: 30px;
	white-space: pre-line;
}
#weddingInfoPage #tipsDiv .text a {
	color: var(--secondary-color);
    text-decoration: underline;
}
@media screen and (max-width: 992px) {
	#weddingInfoPage #mapSection .mapDiv {
	    /*margin-top: 30px;*/
	}
	#weddingInfoPage #mapSection .mapDiv#locationDiv {
	    /*margin-top: 60px;*/
	}
	#weddingInfoPage #mapSection .tipsDiv {
	    margin-top: 60px;
	}
}
@media screen and (max-width: 576px) {    
	#weddingInfoPage #welcomeSection {
		height: 80vh;
        padding: 50px 20px;
		background-attachment: scroll;
	}    
	#weddingInfoPage #welcomeSection .text {
		font-size: 20px;
	}
	#weddingInfoPage #welcomeSection .opacity {
		height: 80vh;
	}
	#weddingInfoPage #brushstroke {
		right: 64px;
		width: 60px;
		height: 40px;
	}
	#weddingInfoPage #lineSection {
		padding: 40px 20px;
	}
	#weddingInfoPage #confirmationSection {
		padding: 60px 20px;
	}
	#weddingInfoPage #confirmationSection #confirmationDiv {
		margin: 40px 0 20px 0;
	}
	#weddingInfoPage #calendar .ui-widget.ui-widget-content td {
		padding: 4px;
	}
	#weddingInfoPage #calendar .ui-widget.ui-widget-content td.weddingDay {
	    background-size: 42px 42px;
	}
	#weddingInfoPage #mapSection .locationName {
		font-size: 18px;
		line-height: 18px;
	}
	#weddingInfoPage #mapSection .locationAddress {
		line-height: 18px;
	}
	#weddingInfoPage #mapSection {
		padding: 60px 20px;
	}
	#weddingInfoPage #mapSection iframe {
		height: 200px;
	}
}
/********** confirmationPage *****************/
#confirmationPage #content {
	position: relative;
}
#confirmationPage #confirmationSection {
	min-height: 100vh;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}
#confirmationPage .header,
#confirmationPage .smartForm {
	text-align: center;
	margin: 20px auto;
	padding: 0;
	max-width: 600px;
}
#confirmationPage .title {	
	font-family: 'MainFont';
    font-style: normal;
    font-size: 48px;
    line-height: 50px;
    font-weight: normal;
    color: var(--first-color);
    margin: 20px 0;
    text-align: center;
    padding: 20px;
}
#confirmationPage .text {
    font-family: 'SecondaryFont';
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto;
}
#confirmationPage #thankYouCard {
	display: none;
	text-align: center;
}
#confirmationPage #confirmationForm {
	display: none;
	padding: 0;
}
#confirmationPage #confirmationForm .form-group {
	text-align: left;
}
#confirmationPage #confirmationForm #guestConfirmationAlert,
#confirmationPage #confirmationForm #hotelAlert {
	display: none;
	text-align: center;
    color: var(--danger);
    font-style: italic;
}
#confirmationPage #confirmationForm #hotelDiv a {
	color: var(--first-color);
	text-decoration: underline;
}
#confirmationPage #guests .list-group-item {
	background-color: transparent;
	padding: 10px;
}
#confirmationPage #guests .list-group-item:first-child {
	background-color: transparent;
    border-top: none;
    font-weight: 600;
    color: var(--black-color);
}
#confirmationPage #guests .list-group-item:last-child {
	border-bottom: none;
}
#confirmationPage #guests .guest .btn-group {
	background-color: transparent;
	box-shadow: none;
}
#confirmationPage #guests .guest .btn {
    width: 70px;
	background-color: #ededed;
    color: var(--black-color);
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 14%), 0 3px 4px 0 rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%)
}
#confirmationPage #guests .guest .yesBtn {
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#confirmationPage #guests .guest .yesBtn:hover,
#confirmationPage #guests .guest .yesBtn.active {
	background-color: #bbf7d0;
	color: #3a8556;
}
#confirmationPage #guests .guest .noBtn {
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#confirmationPage #guests .guest .noBtn:hover,
#confirmationPage #guests .guest .noBtn.active {
	background-color: #fecaca;
	color: #9b1f1f;
}
#confirmationPage #thankYouDiv {
	display: none;	
}
@media screen and (max-width: 576px) {
	#confirmationPage .page__content {
		background-attachment: scroll;
	}
	#confirmationPage #welcomeSection .text {
		margin: 20px;
	}

}
/********** weddingListPage *****************/
#weddingListPage .page__background {
	background-color: #f9f6ea;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("/img/cover/cover3.jpg");	
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
#weddingListPage .page__content {
	background-color: #00000070 !important;
}
#weddingListPage #content {
	position: relative;
}
#weddingListPage #weddingListSection {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}
#weddingListPage #introCard .text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
#weddingListPage #introCard img {
    width: 100%;
}
#weddingListPage .weddingListItem {
	cursor: pointer;
}
#weddingListPage .weddingListItem .image img {
	width: 100%;
}
#weddingListPage .weddingListItem .text {
	font-size: 12px;
    line-height: 14px;
}
#weddingListPage .weddingListItem .title {
	margin-top: 10px;
	font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: var(--app-first-color);
}
#weddingListPage .weddingListItem .description {
	white-space: break-spaces;
}
#weddingListPage .weddingListItem .goal {	
	margin-top: 10px;
}
#weddingListPage .weddingListItem .goal .progress {
	display: block !important;
}
#weddingListPage .weddingListItem .goal .text {	
	margin-top: 10px;
}
#weddingListPage .weddingListItem .goal.goal.complete .text {	
	color: var(--success);
	font-weight: bold;
}
#weddingListPage .weddingListItem .goal.goal.incomplete .text {	
	color: var(--warning);
}
/********** contributionPage *****************/
#contributionDialog .dialog-mask {
	background-color: rgb(0 0 0 / 75%);
}
#contributionPage #contributionForm .msg {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
#contributionPage #contributionForm .custom-control {
    margin-top: 10px;
}
#contributionPage #contributionForm .custom-control label {
    padding: 0;
}
#contributionPage #contributionForm .ibanDiv,
#contributionPage #contributionForm .paypalDiv {
	display: none;
    margin: 10px 10px 10px 30px;
	padding: 10px;
	text-align: center;
    border: 1px dashed var(--dark-gray-color);
    border-radius: 10px;
}    
#contributionPage #contributionForm .ibanDiv .btn,
#contributionPage #contributionForm .paypalDiv .btn {
    border-radius: 10px;
}
#contributionPage #contributionForm .ibanDiv .ibanInfo {
	white-space: pre-line;
}
/********** feedListPage *****************/
#feedListPage .page__background {
	background-color: #f9f6ea;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("/img/cover/cover5.jpg");	
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
#feedListPage .page__content {
	/*background-color: #00000070 !important;*/
}
#feedListPage #content {
	position: relative;
}
#feedListPage #feedListSection {
	width: 100%;
	padding: 20px;
}
#feedListPage #introCard,
#feedListPage #bannerCard,
#feedListPage #feedListItems {
	max-width: 600px;
	margin: 20px auto;
}
#feedListPage #introCard .text {
	font-size: 14px;
    line-height: 24px;
    text-align: center;
}
#feedListPage #bannerCard {
	cursor: pointer;
	padding: 0;
}
#feedListPage #bannerCard img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
#feedListPage #dropzoneCard {
	display: none;
}
#feedListPage .feedListItem {
	padding: 10px;
}
#feedListPage .feedListItem .image img {
	width: 100%;
    max-height: 500px;
}
#feedListPage .feedListItem .fullname {
	font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: var(--app-first-color);
}
#feedListPage .feedListItem .caption {
	font-size: 14px;
    line-height: 16px;
}
#feedListPage .feedListItem .published {
	font-size: 12px;
    line-height: 14px;
	color: var(--dark-gray-color);
}
#feedListPage .feedListItem .favouriteBtn {
	display: block;
	color: var(--black-color);
}
#feedListPage .feedListItem .unfavouriteBtn {
	display: none;
	color: var(--danger);
}
#feedListPage .feedListItem.favourite .favouriteBtn {
	display: none;
}
#feedListPage .feedListItem.favourite .unfavouriteBtn {
	display: block;
}
#feedListPage .feedListItem .fullscreenBtn,
#feedListPage .feedListItem .fullscreenBtn:active,
#feedListPage .feedListItem .fullscreenBtn:hover {
    min-width: auto;
    padding: 10px;
    background-image: none;
}
#feedListPage .feedListItem .favouriteBtn,
#feedListPage .feedListItem .unfavouriteBtn,
#feedListPage .feedListItem .favouriteBtn:active,
#feedListPage .feedListItem .unfavouriteBtn:active,
#feedListPage .feedListItem .favouriteBtn:hover,
#feedListPage .feedListItem .unfavouriteBtn:hover {
    min-width: auto;
    padding: 10px 0 10px 10px;
    background-image: none;
}
#feedListPage .feedListItem .saved {
	position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#feedListPage .feedListItem .saved img {
	width: auto;
	height: 100px;
}
#feedListPage .feedListItem .counter {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #0000006b;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 12px;
    width: 35px;
    text-align: center;
}
#feedListPage #addBtn.animate {
	animation: wiggle 2s linear infinite;
}
#feedListPage #addBtn .material-icons {
	font-size: 30px;
    line-height: 56px;
}
/********** imageSwiper *****************/
#feedListPage .bottomToolbar {
	background-color: transparent;
}
#feedListPage .feedListItem .imageSwiper {
	background-color: #000;
	min-height: 100px;
	margin: 0;
}
#feedListPage .feedListItem .imageSwiper .swiper-slide {
	cursor: pointer;
}
#feedListPage .feedListItem .imageSwiper .swiper-slide .swiper-zoom-container {
	width: 100%;
	height: auto;
}
#feedListPage .feedListItem .imageSwiper .swiper-slide .swiper-zoom-container img,
#feedListPage .feedListItem .imageSwiper .swiper-slide video {
	width: 100%;
	height: auto;
	min-height: 150px;
    max-height: 500px;
}
#feedListPage .feedListItem .imageSwiper .swiper-button-prev,
#feedListPage .feedListItem .imageSwiper .swiper-button-next {
	display: none;
}
#feedListPage .feedListItem .imageSwiper .closeBtn {
      display: none;
}
.imageSwiper .swiper-pagination {
	bottom: 10px;
}
.imageSwiper .swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    background-color: #00000080;
    border: 1px solid #FFF;
    outline: none;
    opacity: 0.9;	
}
.imageSwiper.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: default;
	background-size: contain;
	z-index: 100000;
}
.imageSwiper .swiper-button-next.swiper-button-disabled,
.imageSwiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.imageSwiper .swiper-button-prev,
.imageSwiper .swiper-button-next {
	background-color: #00000080;
    color: #FFF;
    padding: 20px;
    outline: none;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.imageSwiper .swiper-button-prev:after, 
.imageSwiper .swiper-button-next:after {
	font-size: 12px;
}
.imageSwiper .downloadBtn {
	display: none;
    position: fixed;
    top: env(safe-area-inset-top);
    left: 15px;
    background-color: #00000080;
    color: #FFF;
    margin-top: 22px;
    padding: 5px 10px;
    outline: none;
    border-radius: 20px;
    border: 1px solid #FFF;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
.imageSwiper .closeBtn {
	display: none;
	position: fixed;
    top: env(safe-area-inset-top);
	right: 15px;
	height: 45px;
	width: 45px;
	background-color: #00000080;
	color: #FFF;
    margin-top: 15px;
	padding: 20px;
	outline: none;
	border-radius: 50%;
	border: 1px solid #FFF;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
}
.imageSwiper .closeBtn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    text-align: center;
}
.imageSwiper .closeBtn:before {
  content: '×';
}
.imageSwiper .closeBtn:hover,
.imageSwiper .closeBtn:active {
	opacity: 1;
}
.imageSwiper.fullscreen .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}
.imageSwiper.fullscreen .downloadBtn {
	display: block;
}
.imageSwiper.fullscreen .closeBtn {
	display: block;
}
.imageSwiper.fullscreen .counter {
	position: fixed;
    top: 24px;
    left: 100px;
    z-index: 100000;
    background-color: #00000080;
    color: #FFF;
    padding: 5px 10px;
    outline: none;
    border-radius: 20px;
    border: 1px solid #FFF;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    z-index: 9999;
}
.imageSwiper.fullscreen .swiper-wrapper {
	height: 100% !important;
}
.imageSwiper.fullscreen .swiper-slide {
	text-align: center;
}
.imageSwiper.fullscreen .swiper-slide .swiper-zoom-container {
	width: 100%;
	height: 100%;
}
.imageSwiper.fullscreen .swiper-slide .swiper-zoom-container img,
.imageSwiper.fullscreen .swiper-slide video {
	width: 100%;
    height: 100%;
	object-fit: contain !important;
}
.imageSwiper.fullscreen .swiper-pagination {
	bottom: 50px;
}
.imageSwiper.fullscreen .tipMsg {
	display: none;
}
/********** feedListItemPage *****************/
#feedListItemPage #draftImageSwiper {
	background-color: #000;
	min-height: 100px;
	margin: 0;
}
#feedListItemPage #draftImageSwiper .swiper-slide {
	cursor: pointer;
	width: 100%;
	height: auto;
}
#feedListItemPage #draftImageSwiper .swiper-slide video,
#feedListItemPage #draftImageSwiper .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 150px;
    max-height: 500px;
}
#feedListItemPage #draftImageSwiper .swiper-button-prev,
#feedListItemPage #draftImageSwiper .swiper-button-next {
	display: none;
}
#feedListItemPage #draftImageSwiper .counter {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: #0000006b;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 12px;
    width: 35px;
    text-align: center;
}
#feedListItemPage #submitBtn {
	max-width: 250px;
}
/********** uploadingModal *****************/
#uploadingModal #uploadingDiv {
	padding: 20px;
	text-align: center;
	line-height: initial;
	height: auto;
	text-align: center;
	padding: 50px 20px;
}
#uploadingModal #uploadingDiv .logo img {
	width: 60px;
    height: 60px;
	border-radius: 50%;
}
#uploadingModal #uploadingDiv .title {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: var(--app-first-color);
}
#uploadingModal #uploadingDiv .subtitle {
	font-size: 12px;
	line-height: 14px;
	color: #999;
}
#uploadingModal #uploadingDiv .progress {
	display: block !important;
	max-width: 200px;
	margin: 0 auto;
}
#uploadingModal #uploadingDiv .progress-bar {
	overflow: initial;
}
/******************************************************************* FOOTER */
#footer {
    padding: 20px;
    background-color: var(--navbar-color);
    color: var(--text-navbar-color);
    border-top: 1px solid var(--light-gray-color);
}
#footer img {
    width: 80px;
	height: 80px;
	border-radius: 20px;
}
#footer .website {
	padding: 20px;
}
#footer .website .name {
    font-size: 20px;
	line-height: 28px;
	font-style: normal;
	margin: 0;
}
#footer .website .date {
	font-size: 14px;
	line-height: 18px;
}
#footer #poweredBy {
	font-size: 14px;
}
#footer #poweredBy svg {
    width: auto;
    height: 10px;
}
#footer #poweredBy a {
    text-decoration: underline;
    color: var(--text-navbar-color);
}