body {
	min-width: 1024px;
}

.price_row,
.product-row,
#table-title-row {
	min-width: 1024px;
}

#head{
	width: 100%;
}
#page-top {
	width: 100%;
	padding: 5px 0;
}
#page-top{
	padding: 20px;
	min-width: 1024px;
}

.w1600{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;	
}


#pro-list {
	margin-bottom: 20px;
}

#pro-list .pro-ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

#pro-list .pro-ul .item {
	width: 11%;
	background: linear-gradient(#131313, #131313) padding-box, linear-gradient(to top, #696666 0%, #000 100%) border-box;
    background-clip: padding-box, border-box;
    border: 1px solid transparent; /* 边框设置为透明 */
    
}


#pro-list .pro-ul .item a:hover{
    text-decoration: none;
}

#pro-list .pro-ul .item .pic{
	position: relative;
    overflow: hidden;
}

#pro-list .pro-ul .item .mask-white{
     position:absolute; 
     top:0; 
     left:0; 
     width:100%; 
     height:100%; 
     z-index: 4; 
     background:rgba(255,255,255,.2); 
     content:''; 
     -webkit-transition:-webkit-transform .6s; 
    transition:transform .6s; 
    -webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); 
    transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0)
}

#pro-list .pro-ul .item a:hover .mask-white{
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}


/*#pro-list .pro-ul .item a:hover .pic img{*/
/*    transform: scale(1.1);*/
/*    -webkit-transform: scale(1.1);*/
/*}*/

/*#pro-list .pro-ul .item .pic{*/
/*	position: relative;*/
/*}*/

#pro-list .pro-ul .item .text {
	/*width: 100%;*/
	/*bottom: 0;*/
	/*left: 0;*/
    background: rgba(255, 255, 255, 0.10);
	padding: 5px;
}


#pro-list .pro-ul .item .price{
	position: relative;
}

#pro-list .pro-ul .item .price::before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1.009px;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.32) 21.95%, rgba(255, 255, 255, 0.76) 49.97%, rgba(255, 255, 255, 0.23) 77.93%, rgba(255, 255, 255, 0.00) 104.07%);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#pro-list .pro-ul .item .text .title01{
    height:74px;
    overflow: hidden;
}
#pro-list .pro-ul .item .text .title01 p {
	width: 100%;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgb(255, 226, 197);
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}

#pro-list .pro-ul .item .text .price{
    color: #F2E600;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 800;
}


#pro-list .pro-ul .item img {
	width: 100%;
	height:200px;

}

.taocan{
	margin: 30px 0;
}

.taocan>div{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.taocan>div p{
	font-size: 22px;
	width: 15%;
	margin-bottom: 0;
	background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);
    -webkit-background-clip: text;
    color: transparent;
    animation: shrink-grow 2s ease-in-out infinite; /* 应用缩小和恢复大小的动画 */
}

/* 定义文字变小然后恢复的动画 */
@keyframes shrink-grow {
    0% {
        transform: scale(1); /* 初始状态，文字大小正常 */
    }
    25% {
        transform: scale(0.9); /* 文字缩小到90% */
    }
    50% {
        transform: scale(1); /* 恢复到正常大小 */
    }
    75% {
        transform: scale(0.9); /* 再次缩小到90% */
    }
    100% {
        transform: scale(1); /* 恢复到正常大小 */
    }
}

.taocan>div div{
	width: 85%;
}

.taocan>div div select{
	width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #bb9a6c;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    cursor: pointer; /* 鼠标悬浮时显示指针 */
}


.taocan>div div select option{
    background: rgba(0, 0, 0, 0.9);
}


.taocan>div div select optgroup{
    background: rgb(255, 226, 197);
    color: #33291f;
    text-align: center;
}

.taocan>div div select optgroup option{
    color: #fff;
    text-align: left;
    background: #393939;
}

.taocan>div div #setMenu>option{
    text-align: center;
}

.taocan>div div #setMenu optgroup>option{
    color: #fff;
    text-align: left;
    background: #393939;
}

.video{
	margin: 20px 0;
}

.video ul{
	display: flex;
	justify-content: space-between;
}

.video ul li{
	width: 24%;
	height: 211px;
	list-style: none;
}

.video ul li iframe{
    width: 100%;
    height: 100%;
}


/* Fix the problem that the width of rows in head and page-top will exceed 100% page width. */
#head .row,
#page-top .row {
	width: 100%;
}

#page-top-title {
	text-align: center;
	font-size: 50px;
    line-height: 100px;
	/*border-top: 1px solid;*/
	/*border-bottom: 1px solid;*/
	margin-top: 10px;
	background-image: url(../images/skin-title.png);
	background-size: cover;
  background-position: center; /* 可选，确保图片居中显示 */
  background-repeat: no-repeat;
  background-size: 100% 100%;
      color: #bb9a6c;
      font-weight: 800;
      background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);
    -webkit-background-clip: text;
    color: transparent;
}



#order_no_search_text {

	font-size: 14px;
}

#order_no_search_button {
	cursor: pointer;
}

/*#order_no_search_button:hover {*/
/*    color: transparent;*/
/*}*/

.dialogbox_area {
	margin-top: 0px;
	vertical-align: top;
}

#product-main-container {
	max-width: 1600px;
	width: 100%;
	/*background: url(../images/bg.jpg) no-repeat fixed center;*/
	padding-left: 20px;
	padding-right: 20px;
	/*overflow: scroll;*/
}

#table-title-row {
	background: url(../images/column_title_bg.png) center 125px;
	line-height: 25px;
	position: relative;
	z-index: 1;
	top: 0px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #aaa;
	    background: linear-gradient(-48deg, #e5c3a1, #a98867);
}

.product_data,
#table-title-row,
.carousel_row,
.price_row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.title-row-inner div,
.product-row-inner div {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	color: #fff;
}


.title-row-inner .column_title_category,
.title-row-inner .column_title_spec,
.title-row-inner .column_title_filter,
.title-row-inner .column_title_add,
.title-row-inner .column_title_image,
.title-row-inner .column_title_amount,
.title-row-inner .column_title_price,
.title-row-inner .column_title_sub_total
{
    font-size: 16px;
}
.product-row-inner .column_price{
    color: #0A7AFD;
}

.product-row-inner .column_sub_total{
   color: #ff3e4d;
}

.title-row-inner,
.product-row-inner {
	padding: 3px;
}

.product-row-inner {
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid #aaa;
	font-size: 14px;
	color: #000;
	height: 35px;
}

.product-row-inner .fa,
.product-row-inner .fas {
	font-size: 20px;
	line-height: 22px;
	color: #bb9a6c;
}

/*.column_title_price, */
/*.column_price, */
/*.column_title_sub_total, */
/*.column_sub_total */
.column_title_category,
.column_category {
	text-align: right !important;
}

.column_category {
	font-weight: bold;
}

.column_title_price,
.column_price,
.column_title_sub_total,
.column_sub_total {
	width: 20%;
}

.column_title_sub_total {
	color: #fff;
}

.column_sub_total {
	font-size: larger;
	color: #bb9a6c;
	position: relative;
}

.column_sub_price{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
}

.column_title_filter,
.column_title_add,
.column_title_image,
.column_title_amount,
.column_filter,
.column_add,
.column_minus,
.column_image,
.column_empty,
.column_amount,
.column_link {
	width: 12%;
}

.column_filter,
.column_add,
.column_minus,
.column_image,
.column_link,
.column_empty {
	cursor: pointer;
}

.column_category,
.column_title_category {
	width: 18%;
	text-align: right;
}

.column_title_spec,
.column_spec {
	width: 81%;
}

.column_spec {
	text-align: left !important;
}

.column_spec select,
.column_amount select,
.search_rs_amount select {
	width: 100%;
	border: 1px solid silver;
	border-radius: 4px;
	padding: 2px 0;
    background: rgba(255, 255, 255, 0.10);
}

#bottom_funtction_inner .search_rs_amount select{
    width: 50px;
    margin: 0 auto;
    text-align: center;
}
.column_amount select{
    text-align: center;
}

.column_spec select optgroup{
    text-align: center;
    background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);
    color: #fff;
}

.column_spec select optgroup option{
    color: #fff;
    text-align: left;
    background: #393939;
}

.column_amount select>option{
     background: rgba(0, 0, 0, 0.9);
}

.column_spec select>option{
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
}

@-moz-document url-prefix() {
	select {
		-moz-appearance: none;
		-moz-user-select: none;
		appearance: none;
		user-select: none;
		background-image: url('../images/arrow-double-up-down-512.png');
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 12px 16px;
	}
}

.product_label_green {
	color: #009900 !important;
	/*background-color: #d8f3d8 !important;*/
}

.product_label_red {
	/*background-color: #ffe6e6 !important;*/
	color: #ff6666 !important;
}

.product_label_blue {
	/*background-color: #cceeff !important;*/
	color: #4775d1 !important;
}

#total_price_div {
	background-color: rgba(30, 58, 72, 0.85);
	border: 1px solid;
	border-radius: 4px;
	padding: 10px 20px;
	color: #fff;
	text-align: right;
	font-size: 16px;
	margin: 10px -15px;
}

#total_price_div div {
	display: inline-block;
}

.creditcard-info {
	float: left;
	font-size: 14px;
}

.creditcard-info .creditcard-color,.list-group-item2 .creditcard-color{
    font-weight: 800;
}
.price_text {
	color: rgb(255, 226, 197);
	font-size: 20px;
}
.price_text .total_final{
        color: #F2E600;
}
.price_value {
	text-decoration: underline;
}


.price_text .total_final{
        color: #F2E600;
}

#bottom_funtction {
	z-index: 1031;
	position: fixed;
	bottom: 0px;
	width: 100%;
	opacity: 0.95;
	font-size: 12px;
}

#bottom_funtction_inner {
	margin: 0 -15px;
}

#bottom_funtction button {
	padding: 4px 6px;
	border: 1px solid #fff;
	font-size: 14px;
	
}


.price-box{
	background-color: #000;
	border: 1px solid #fff;
}

.price-box ul{
	padding: 0;
}

.price-box ul .list-group-item2{
	border-radius: 0;
	border-bottom: 1px solid #fff !important;
	position: relative;
    display: block;
    padding: 10px 15px;
}

.price-box ul .list-group-item2 .price-info{
    font-size: 14px;
}
.price-box ul:nth-child(1){
	border-right: 1px solid #fff;
}
.price-box ul:nth-child(2){
	padding: 10px;
}

.price-box ul .message{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.price-box ul .message p{
	width: 48%;
	height: 30px;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	margin-bottom: 15px;
}
.price-box ul .message .radio{
	width: 100%;
	border: none;
	justify-content: center;
	margin: 0
}

.price-box ul .message .radio i{
    color: #fff;
}
.price-box ul .message .radio label{
	width: 18%;
}

.price-box ul .message input[type="radio"]{
	cursor: pointer;
}

.price-box ul .message p span:first-child{
	padding: 3px 5px;
	/*background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);*/
}

.price-box ul .message p span:first-child i{
	color: #fff;
}
.price-box ul .message p span:last-child{
	flex: 1;
}
.price-box ul .message input[type="text"]{
	width: 100%;
	background-color: transparent;
	border: none;
	padding: 0 5px;
	border-radius: 2px;
	font-size: 14px;
}

.price-box ul .message button{
	width: 100%;
    padding: 8px 0;
    color: #fff;
    background-color: #d9534f;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

.price-box ul .message button:hover{
	background-color: #c9302c;
}

.price-box ul .message input[type='text']::-webkit-input-placeholder {
	color: #fff;
}

.order-function{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.order-function button{
	width: 48%;
}

.price-box .amount{
    margin-top: 35px;
}

.price-box .amount .price-info{
    text-align: center;
}
.list-group {
	margin-bottom: 0px !important;
	-webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
	box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
	color: #fff;
}

.list-group-item {
	background-color: #393939;
}

.list-group-item:first-child {
	background-color: #393939;
}

.list-group-item:nth-child(2) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	background-color: rgba(25, 51, 77, .95);
}

.underline {
	text-decoration: underline;
}

#bottom_funtction .badge {
	background-color: #cfcfcf;
    color: #5e5e5e;
}

.creditcard-info .credit_card_price {
	color: rgb(255, 226, 197);
	font-size: 14px;
	font-weight: 700;
	margin-left: 5px;
	vertical-align: middle;
}

.list-group-item:first-child .badge:last-child {
	background-color: #fff !important;
	color: #ff9900;
	font-size: 18px !important;
}

.toggler {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
	box-shadow: -1px 0px 8px rgba(0, 0, 0, .175);
	left: 48%;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	width: 100px;
	margin: 0 auto;
}

.toggler>span {
	margin: 2px 20px;
	animation: arrowAni-data-v-f7a75926 1s linear infinite;
}

@keyframes arrowAni-data-v-f7a75926 {
    0% {
    transform: translateY(5px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(5px);
    }
}

#goto_top_div {
	position: absolute;
	text-align: right;
	cursor: pointer;
	z-index: 1;
	right: 80px;
}

.dialogbox {
	display: inline-block;
	width: 28%;
}

.dialogbox-middle {
	margin: 0 10px;
}

.tip {
	width: 0px;
	height: 0px;
	background: transparent;
	border: 10px solid #ccc;
	margin: 0 auto;
}

.tip-down {
	border-right-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.dialogbox .body {
	position: relative;
	width: 100%;
	padding: 5px;
	background-color: #DADADA;
	border-radius: 3px;
	border: 5px solid #ccc;
}

.body .message {
	border-radius: 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #797979;
	text-align: center;
}

.body-red {
	background-color: #ffe6e6 !important;
	border: 5px solid #ff6666 !important;
}

.body-green {
	background-color: #d8f3d8 !important;
	border: 5px solid #009900 !important;
}

.body-blue {
	background-color: #cceeff !important;
	border: 5px solid #4775d1 !important;
}

.body-red .message {
	color: #f00 !important;
}

.body-green .message {
	color: #009900 !important;
}

.body-blue .message {
	color: #2e5cb8 !important;
}

.tip-red {
	border: 10px solid #ff6666 !important;
}

.tip-green {
	border: 10px solid #009900 !important;
}

.tip-blue {
	border: 10px solid #4775d1 !important;
}

.tip-red,
.tip-green,
.tip-blue {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.message-min {
	font-size: 10px !important;
	margin-top: 2px;
	font-weight: normal;
}

#imageModalTitle {
	font-size: 14px !important;
}

.alert-modal-header,
.alert-modal-footer,
.confirm-modal-header,
.confirm-modal-footer,
.modal-header,
.modal-footer {
	background-color: #eee !important;
}

.modal-title {
	font-family: inherit !important;
	font-weight: bold;
}

.modal-dialog {
	color: #555;
	max-width: 500px;
	margin: 1.75rem auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}

.alert-modal-footer,
.confirm-modal-footer,
.modal-footer {
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.modal-header {
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-content {
	width: 100%;
}

.alert-modal-body,
.confirm-modal-body {
	font-size: 14px;
	line-height: 20px;
}

#alertModalIcon {
	color: #bb9a6c;
	font-size: 40px;
}

#confirmModalIcon {
	color: #ffc107;
	font-size: 40px;
}

.alert-modal-msg,
.confirm-modal-msg {
	text-align: left !important;
	padding-left: 25px;
}

#imageModal .modal-body {
	padding: 0px;
}

#imageModal img {
	max-width: 500px;
	max-height: 300px;
	width: auto;
	height: 300px;
	margin: auto;
}

.center {
	line-height: 50px;
	text-align: center;
}

.center p {
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

.modal-body .row {
	margin: 3px 0;
}

.btn-success {
	color: rgb(17, 17, 17);
	background-color: rgb(255, 226, 197);
	border: 1px solid rgb(255, 226, 197);
}

.price_hr {
	margin: 8px auto;
	border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}

#searchModal .modal-dialog {
	max-width: 700px;
}

#searchResultDiv {
	height: 200px;
	overflow: scroll;
}

#searchResult {
	font-size: 12px;
}


#searchResult .table-striped>thead{
        background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);
}

#searchResult .table-striped>thead tr th{
    font-size: 14px;
}

#searchResult .table-striped>tbody{
    background: rgb(255, 226, 197,0.5);
}

.search_rs_price {
	text-align: right;
}

.search_rs_add {
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
	padding: 4px;
	text-align: center;
}

#searchModalResult {
	display: none;
}

.ca_activity_msg {
	color: #1e7994;
	background-color: rgb(49, 176, 213, 0.3);
}

.sub_ca_activity_msg {
	color: #265926;
	background-color: rgb(68, 157, 68, 0.3);
}

.snapchat:hover {
	cursor: pointer;
}

.tooltip {
	opacity: 1 !important;
}

.tooltip-inner {
	background-color: #aaa;
}

.tooltip>.tooltip-arrow {
	border-bottom-color: #aaa;
}

.lineChat {
	width: 76px;
	height: 76px;
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 65535;
	cursor: pointer;
}

input:-internal-autofill-selected {
    background-color: light-dark(rgb(190, 158, 115), rgba(70, 90, 126, 0.4)) !important;
}


/*核销订单*/
.w1600 .row  .col-md-12{
    display: flex;
    justify-content: center;
    margin-left: 1.1%;
}
.w1600 .row  .col-md-12 .order_off,.w1600 .row  .col-md-12 .historical{
    display: flex;
    flex-direction: column;
    padding: 100px 0;
    max-width: 400px;
}

.w1600 .row  .col-md-12 .d-md-flex{
    margin: 0 80px;
    display: flex !important;
}

.w1600 .row  .col-md-12 .d-md-flex .bg-secondary{
    background-color: #9d9898 !important;
    width: 1px;
}

.w1600 .row  .col-md-12 #order_no,.w1600 .row  .col-md-12 #tel,.w1600 .row  .col-md-12 #beizhu{
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 20px;
    color:#333;
}

.w1600 .row  .col-md-12 input:focus{
    color: #000;
}

.w1600 .row  .col-md-12 button{
     font-size: 14px;
    height: 40px;
     border-radius: 5px;
     font-weight: 800;
}

.w1600 .row  .col-md-12 button:active,.w1600 .row  .col-md-12 button:focus{
    border: none;  /* 去掉边框 */
    outline: 0;
}

.w1600 .row  .col-md-12 button:active,.w1600 .row  .col-md-12 button:active:focus,.w1600 .row  .col-md-12 button:active:hover,.w1600 .row  .col-md-12 button:focus{
    background-color: #C0C0C0;
}

#result .verified{
    font-weight: 800;
    background: linear-gradient(-48deg, #e5c3a1, #ffe5cc);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
    margin-top: 20px;
}

#result .verifier {
    width: 100%;
    margin: 20px 0;
    padding-left: 0;
}

#result .verifiers {
    display: flex; /* 使用flexbox来展示三列 */
    text-align: center;
    border-bottom: 1px solid #a8a8a8;
}

#result .verifiers:not(:first-child) {
    background: rgba(255, 255, 255, 0.10);
}

#result .verifiers span {
    flex: 1; /* 每个span元素占据相等宽度 */
    padding: 12px;
    font-size: 14px;
}

/* 去掉第一列的右边框 */
#result .verifiers span:first-child {
    border-right: none;
    background-color: transparent; /* 移除背景色 */
}


/* 去除最后一列的右边框 */
#result .verifiers span:last-child {
    border-right: none;
}

#result .verifiers a {
    display: block; /* 将a标签变为块级元素，以便其内容可以占满整个单元格 */
    color: #fff;
    text-decoration: none;
    width: 33.33%;
    padding: 10px;
    margin: 10px 0;
}


#result .verifiers a:not(:first-child) {
    border-left: 1px solid #a8a8a8; /* 仅给第二列和第三列添加左边框 */
}


/* 使表头（第一行）加粗并去掉背景颜色 */
#result .verifiers:first-child span {
    font-weight: bold;
    background-color: transparent;
    font-size: 18px;
}

#result .verifiers:last-child{
    border-bottom: 0;
}

#result .verifier li {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

#new-carousel-inner-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

#newImageModalTitle{
    font-size: 14px;
}