.dotline-ticket {
	width: 100%;
	margin: 0 auto;
}

.container-dotline-table {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 33px 0;
}

.wrap-dotline-table {
	width: 100%;
}

.dotline-table table {
	border-spacing: 1px;
	border-collapse: collapse;
	background: white;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.dotline-table table * {
	/*position: relative;*/
}

.dotline-table table td, .dotline-table table th {
	padding-left: 8px;
	border: 0;
	vertical-align: middle;
}

.dotline-table table thead tr {
	height: 60px;
	background: #ffbf15;
}

.dotline-table table tbody tr {
	height: 50px;
}

.dotline-table table tbody tr:last-child {
	border: 0;
}

.dotline-table table td, .dotline-table table th {
	text-align: center;
}

.dotline-table table td.l, .dotline-table table th.l {
	text-align: right;
}

.dotline-table table td.c, .dotline-table table th.c {
	text-align: center;
}

.dotline-table table td.r, .dotline-table table th.r {
	text-align: center;
}

.dotline-table-head th {
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	font-weight: unset;
}

.dotline-table table tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}

.dotline-table table tbody tr {
	font-size: 14px;
	color: #808080;
	line-height: 1.2;
	font-weight: unset;
}

.dotline-table table tbody tr:hover {
	color: #555555;
	background-color: #f5f5f5;
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	.dotline-table table {
		display: block;
	}

	.dotline-table table > *, .dotline-table table tr, .dotline-table table td, .dotline-table table th {
		display: block;
	}

	.dotline-table table thead {
		display: none;
	}

	.dotline-table table tbody tr {
		height: auto;
		padding: 37px 0;
	}

	.dotline-table table tbody tr td {
		padding-left: 40% !important;
		margin-bottom: 24px;
	}

	.dotline-table table tbody tr td:last-child {
		margin-bottom: 0;
	}

	.dotline-table table tbody tr td:before {
		font-size: 14px;
		color: #999999;
		line-height: 1.2;
		font-weight: unset;
		position: absolute;
		width: 40%;
		left: 30px;
		top: 0;
	}

	.dotline-table table tbody tr td:nth-child(1):before {
		content: "Date";
	}

	.dotline-table table tbody tr td:nth-child(2):before {
		content: "Order ID";
	}

	.dotline-table table tbody tr td:nth-child(3):before {
		content: "Name";
	}

	.dotline-table table tbody tr td:nth-child(4):before {
		content: "Price";
	}

	.dotline-table table tbody tr td:nth-child(5):before {
		content: "Quantity";
	}

	.dotline-table table tbody tr td:nth-child(6):before {
		content: "Total";
	}

	.dotline-column4,
	.dotline-column5,
	.dotline-column6 {
		text-align: right;
	}

	.dotline-column4,
	.dotline-column5,
	.dotline-column6,
	.dotline-column1,
	.dotline-column2,
	.dotline-column3 {
		width: 100%;
	}

	.dotline-table table tbody tr {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
	.container-dotline-table {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.dotline-container {
	margin: 100px 0 0;
	padding: 0 30px;
}

#dotline-ticket-ul {
	margin: 0;
	padding: 0;
}

.ticket {
	width: 100%;
	float: left;
	margin-top: 25px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #434651;
}

form.ticket {
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 50px;
}

.ticket .ticket-header {
	padding: 20px;
	border-bottom: 2px solid white;
}

.ticket .ticket-header img {
	float: left;
}

.ticket .ticket-header .ticket-about {
	float: left;
	padding-left: 10px;
	margin-top: 6px;
}

.ticket .ticket-header .ticket-with {
	font-weight: bold;
	font-size: 14px;
}

.ticket .ticket-header .ticket-num-messages {
	color: #92959E;
}

.ticket .ticket-history {
	padding: 30px 0;
	border-bottom: 2px solid white;
}

.ticket .ticket-history .message-data {
	margin-bottom: 15px;
}

.ticket .ticket-history .message-data-time {
	color: #a8aab1;
	padding-left: 6px;
	float: right;
}

.ticket .ticket-history .message-data-time.left {
	color: #a8aab1;
	padding-left: 6px;
	float: left;
}

.ticket .ticket-history .message {
	color: white;
	padding: 18px 20px;
	line-height: 26px;
	font-size: 14px;
	border-radius: 7px;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}

.ticket .ticket-history .message:after {
	bottom: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #86BB71;
	border-width: 10px;
	margin-left: -10px;
}

.ticket .ticket-history .my-message {
	background: #86BB71;
}

.ticket .ticket-history .other-message {
	background: #6CA8E0;
}

.ticket .ticket-history .other-message:after {
	border-bottom-color: #6CA8E0;
	left: 93%;
}

.ticket .ticket-message {
	padding: 0;
}

.ticket .ticket-message textarea {
	width: 100%;
	border: none;
	padding: 10px 5px;
	margin-bottom: 16px;
	background: #F5F5F5;
	border-radius: 8px;
	resize: none;
	direction: rtl;
	height: 200px;
}


.dotline-input-title {
	width: 100%;
	border: none;
	padding: 10px 20px;
	line-height: 35px;
	margin-bottom: 16px;
	background: #F5F5F5;
	border-radius: 8px;
	direction: rtl;
}

.ticket .ticket-message .fa-file-o, .ticket .ticket-message .fa-file-image-o {
	font-size: 14px;
	color: gray;
	cursor: pointer;
}

.ticket .ticket-message button {
	color: #ffffff;
	border-radius: 8px;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-weight: bold;
	background: #71c159;
	min-width: 145px;
	outline: none;
	padding: 10px 35px;
	height: 50px;
}

.ticket .ticket-message button:hover {
	background: #0ca342;
}

.ticket .ticket-message button:focus {
	outline: none;
}

.online, .offline, .me {
	margin-right: 3px;
	font-size: 10px;
}

.online {
	color: #86BB71;
}

.offline {
	color: #E38968;
}

.me {
	color: #94C2ED;
}

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

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

.float-right {
	float: right;
}

.dotline-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.dotline-table span.status {
	white-space: nowrap;
	font-size: 12px !important;
}

.dotline-table a.dotline-a {
	font-size: 13px !important;
}

.dotline-answered {
	background: #0cb848;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.dotline-pending {
	background: #ff5733;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.dotline-awaiting {
	background: #ffc80c;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;

}

.dot.user {
	background-color: #6CA8E0;
	margin-left: 10px;
}

.dot.support {
	background-color: #86BB71;
	margin-right: 10px;
}

ul li {
	list-style-type: none;
}

.dotline-btn {
	background: #444;
	border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.dotline-btn:hover {
	background-color: #ffbf14;
	color: #444;
}

.dotline-a {
	color: #0cb848;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}

.dotline-a:hover {
	color: #0ca342;
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	direction: ltr;
	margin-left: 5px;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}

.dotline-page-detail {
	float: left;
}

#dotline-submit-ticket.loading {
	position: relative;
	cursor: wait;
	width: 160px;
	padding-right: 1rem;
	padding-left: 1rem;
	text-align: center;
}

#dotline-submit-ticket.loading:before {
	margin: -13px 0 0 -13px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	-webkit-border-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 24px;
	-moz-background-clip: padding;
	border-radius: 24px;
	background-clip: padding-box;
	border: rgba(255, 255, 255, 0.25) 2px solid;
	border-top-color: #fff;
	-webkit-animation: animation-rotate 750ms linear infinite;
	-moz-animation: animation-rotate 750ms linear infinite;
	-o-animation: animation-rotate 750ms linear infinite;
	animation: animation-rotate 750ms linear infinite;
}

#dotline-submit-ticket.loading span,
#dotline-submit-ticket.loading:hover span,
#dotline-submit-ticket.loading:active span {
	color: transparent;
	text-shadow: none;
}

/**************************\
  Basic Modal Styles
\**************************/

.dotline-modal-header {
	padding: 12px 25px;
	border: none;
	overflow: hidden;
	position: relative;
}

.dotline-modal-header-green {
	background: #0cb848;
}

.dotline-modal-header-blue {
	background: #2a81eb;
}

.dotline-modal-title {
	display: block;
	color: #fff !important;
	padding-left: 45px;
	text-align: right;
}

.dotline-ticket-status {
	float: left;
	font-size: 14px;
}

.dotline-modal-close {
	background: transparent;
	border: 0;
	position: absolute;
	height: 50px;
	line-height: 50px;
	left: 25px;
	top: 12px;
}

.dotline-modal-header .dotline-modal-close:before {
	content: "\2715";
}

.dotline-modal-contents {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	padding: 30px 103px 60px;
}

.dotline-modal-contents .replies .parent {
	padding: 20px;
	background-color: #f9f9f9;
	margin-bottom: 25px;
}

.dotline-modal-contents .replies .parent > p {
	margin-bottom: 0 !important;
}

.dotline-modal-contents .replies .children {
	padding-right: 20px;
}

.dotline-modal-contents .attachments {
	display: flex;
	justify-content: flex-end;
}

.dotline-modal-contents .children .reply::after {
	content: '';
	display: block;
	clear: both;
}

.dotline-modal-contents .children .reply .dotline-ticket-attach {
	float: left;
	line-height: 26px !important;
	margin-left: 0 !important;
	margin-right: 15px !important;
}

.dotline-modal-contents .attachments .dotline-ticket-attach {
	padding: 5px 10px !important;
	margin-left: 0 !important;
	margin-right: 15px !important;
}

.dotline-modal-contents > p {
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	color: #777777;
}

.dotline-modal-contents .replies {
	overflow: hidden;
	margin-bottom: 15px;
}

.dotline-modal-contents .replies .meta {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #334049;
}

.dotline-modal-contents .replies .meta span {
	float: left;
	font-size: 14px;
	font-weight: 300;
}

.dotline-modal-contents .replies p {
	font-size: 14px;
	line-height: 26px;
	color: #334049;
	text-align: justify;
	margin-bottom: 15px;
}

.dotline-modal-contents .reply {
	padding: 15px 20px;
	border-radius: 4px;
	background: whitesmoke;
	margin-bottom: 10px;
}

.dotline-modal-contents .reply:last-of-type {
	margin-bottom: 0
}

.dotline-modal-contents .blue_reply {
	background: #2a81eb;
}

.dotline-modal-contents .blue_reply p, .dotline-modal-contents .blue_reply .meta {
	color: white;
}

.dotline-modal-contents .ticket .ticket-message {
	padding: 0 !important;
}

.dotline-modal-btn:focus,
.dotline-modal-btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.dotline-modal-btn-primary {
	background-color: #00449e;
	color: #fff;
}


.dotline-notify {
	padding: 10px;
	color: white;
	margin: 25px 0;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.dotline-notify-error {
	background-color: #f44336;
	border: #ff2d00 1px solid;
}

.dotline-close-notify {
	cursor: pointer;
}

.dotline-notify-warning {
	background-color: #fff6d7;
	border: #ffe795 1px solid;
	color: #444;
}

.dotline-notify-success {
	background-color: #4caf50;
	border: #009835 1px solid;
}

#dotline-progress {
	display: block;
	width: 400px;
}

#dotline-progress .bar {
	height: 24px;
	width: 0;
	background: lightblue;
	text-align: center;
}

.dotline-check-icon {
	display: inline-block;
	transform: rotate(45deg);
	height: 18px;
	width: 9px;
	border-bottom: 3px solid #78b13f;
	border-right: 3px solid #78b13f;
	z-index: 1;
}

.dotline-upload {
	margin-bottom: 12px;
}

.dotline-upload label {
	display: inline-block;
}

.dotline-upload label i {
	position: relative;
	top: 2px;
	right: -9px;
}

#attachment_1 {
	margin-left: 30px;
}

.dotline-drop-zone {
	width: 100%;
	display: none;
	place-items: center;
	background: #F5F5F5;
	border: 2px dashed #ADADAD;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 32px;
}

.dotline-drop-zone.active {
	display: grid;
}

.dotline-drop-zone.file-over {
	opacity: 0.7;
}

.dotline-drop-zone p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	color: #777777;
	margin: 0 0 11px;
}

.dotline-drop-zone .dotline-file-upload {
	cursor: pointer;
}

.dotline-upload__item {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 10px;
}

.dotline-upload__item:nth-last-child(1) {
	margin-bottom: 0;
}

.dotline-upload__item div {
	flex-shrink: 0;
}

.dotline-upload__item .dotline-thumb {
	width: 108px;
	height: 75px;
	border-radius: 8px;
	margin-right: 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.dotline-upload__item .dotline-thumb::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}


.dotline-upload__item .dotline-desc {
	width: 271px;
}

.dotline-upload__item .dotline-desc.active .dotline-desc__info {
	justify-content: flex-end;
}


.dotline-upload__item .dotline-desc__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}


.dotline-upload__item .dotline-button {
	color: red;
	margin-left: auto;
	margin-right: 0;
}

.dotline-drop-zone .dotline-upload-btn {
	font-family: 'font1';
	font-size: 12px;
	line-height: 21px;
	padding: 14px 18px 15px 19px;
	color: #777777;
	background: #C8C8C8;
	border-radius: 8px;
	display: block;

}

.dotline-drop-zone .icon-upload {
	background: url('../../../images/upload.svg');
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto 10px;
}

.dotline-drop-zone .dotline-upload-input {
	display: none;
}

.file_limit {
	float: right;
	padding: 8px 0;
	font-size: 12px;
	line-height: 21px;
	text-align: right;
	margin: 1rem 0;
	font-weight: 300 !important;
}

.dotline-drop-zone + .file_limit {
	display: none;
	color: #ADADAD !important;
}

.dotline-drop-zone.show + .file_limit {
	display: block;
}

.dotline-ticket-attach {
	background-color: #ffb800;
	color: #333;
	padding: 0 10px;
	border-radius: 5px !important;
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.dotline-ticket-attach:hover {
	background: #ffb10a;
}

#remove-uploaded-file-1,
#remove-uploaded-file-2 {
	display: block;
	position: absolute;
	right: 1px;
	color: #ff5733;
	font-size: 11px;
	background: #ffe3e3;
	width: 98%;
	height: 39px;
	text-align: center;
	border-radius: 8px;
	line-height: 40px;
	padding-right: 20px;
}

#remove-uploaded-file-1:hover,
#remove-uploaded-file-2:hover {
	color: #ce3615;
}

@media screen and (min-width: 1024px) {
	.dotline-modal-container {
		margin: 25px auto;
	}
}

@media screen and (min-width: 1599px) {

	.dotline-modal-container-outer {
		position: relative;
	}

	.dotline-modal-container {
		margin: 13vh auto !important;

	}
}

.dotline-modal-content {
	position: relative;
}

.dotline-ticket-loading {
	position: absolute;
	height: 6em;
	width: 100%;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 50%;
	right: auto;
	background: url(../../../../images/search-loading.svg) no-repeat center rgba(255, 255, 255, 0);
	background-size: contain;
	text-indent: -99999999999999px;
	transform: translateX(-50%);
	z-index: 999;
}

.dotline-drop-zone {
	background: #f5f5f5;
	border: 2px dashed #adadad;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 32px;
	display: grid;
	place-items: center;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: opacity 100ms linear 100ms, transform 0s linear 400ms,
	visibility 0s linear 300ms;
	-webkit-transition: opacity 100ms linear 100ms, transform 0s linear 400ms,
	visibility 0s linear 300ms;
	-moz-transition: opacity 100ms linear 100ms, transform 0s linear 400ms,
	visibility 0s linear 300ms;
	-ms-transition: opacity 100ms linear 100ms, transform 0s linear 400ms,
	visibility 0s linear 300ms;
	-o-transition: opacity 100ms linear 100ms, transform 0s linear 400ms,
	visibility 0s linear 300ms;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.dotline-drop-zone.show {
	transition: opacity 100ms linear, visibility 100ms linear, transform 0s linear 100ms;
	opacity: 1;
	visibility: visible;
	display: grid !important;
	transform: scale(1);
	-webkit-transition: opacity 200ms linear, visibility 100ms linear, transform 0s linear 100ms;
	-moz-transition: opacity 200ms linear, visibility 100ms linear, transform 0s linear 100ms;
	-ms-transition: opacity 200ms linear, visibility 100ms linear, transform 0s linear 100ms;
	-o-transition: opacity 200ms linear, visibility 100ms linear, transform 0s linear 100ms;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.dotline-drop-zone.show.active {
	opacity: 0.6;
}

.dotline-drop-zone p {
	text-align: center;
}

.dotline-upload {
	display: none;
}

.dotline-upload.active {
	display: block;
}

.dotline-upload-image {
	margin-bottom: 5px;
	display: block;
}

.dotline-drop-zone .dotline-upload label {
	background: #c8c8c8 !important;
	border-radius: 8px !important;
	width: 146px !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center !important;
	font-size: 12px !important;
	color: #777777 !important;
	cursor: pointer !important;
	font-weight: 500 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.dotline-drop-zone input[type="file"] {
	display: none;
}

#dotline-uploaded-files {
	transition: height 300ms linear, border-color 100ms linear 300ms;
	-webkit-transition: height 300ms linear, border-color 100ms linear 300ms;
	-moz-transition: height 300ms linear, border-color 100ms linear 300ms;
	-ms-transition: height 300ms linear, border-color 100ms linear 300ms;
	-o-transition: height 300ms linear, border-color 100ms linear 300ms;
	height: 0;
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}

#dotline-uploaded-files.full {
	border-bottom-color: #ddd;
	margin-bottom: 2.4rem;
}

.dotline-uploaded-item {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 16px;
	opacity: 0;
	transform: translateY(-2rem);
	transition: transform 300ms linear, opacity 300ms linear 100ms;
	-webkit-transition: transform 300ms linear, opacity 300ms linear 100ms;
	-moz-transition: transform 300ms linear, opacity 300ms linear 100ms;
	-ms-transition: transform 300ms linear, opacity 300ms linear 100ms;
	-o-transition: transform 300ms linear, opacity 300ms linear 100ms;
	-webkit-transform: translateY(-2rem);
	-moz-transform: translateY(-2rem);
	-ms-transform: translateY(-2rem);
	-o-transform: translateY(-2rem);
}

.dotline-uploaded-item.active {
	transform: translateY(0);
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.dotline-uploaded-item__removeBtn {
	color: red;
	margin-right: 0;
	margin-left: auto;
	font-size: 12px;
	display: flex;
	text-decoration: none;
}

.dotline-uploaded-item__removeBtn::before {
	content: "";
	background-image: url("../../../images/remove-btn.svg");
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 4px;
}

.dotline-uploaded-item__image {
	width: 108px;
	height: 75px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	margin-right: 8px;
	position: relative;
	background-color: #777777;
}

.dotline-uploaded-item__image::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.dotline-uploaded-item__image .dotline-show-pic {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-image: url("../../../images/eye.svg");
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	cursor: pointer;
}

.dotline-uploaded-item.pop-up {
	position: relative;
	z-index: 5;
}

.dotline-uploaded-item__image img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	max-width: 50vw;
	width: auto;
	height: auto;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-animation-name: showPic;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 200ms;
	-webkit-animation-delay: 100ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	box-shadow: 2px 3px 8px 4px rgba(0, 0, 0, 0.1);
	margin-right: 0;
}

.dotline-uploaded-item.pop-up::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;

}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image {
	display: flex;
	flex-direction: column-reverse;
}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image .closeImagePopUp {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #222;
	margin-left: 0;
	border: 2px #fff solid;
	margin-right: auto;
	transform: translate(-50%, -50%);
	margin-bottom: -3rem;
	display: grid;
	place-items: center;
}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image .closeImagePopUp::after,
.dotline-uploaded-item.pop-up .dotline-uploaded-item__image .closeImagePopUp::before {
	content: '';
	width: 14px;
	height: 2px;
	background: #fff;
}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image .closeImagePopUp::after {
	margin-top: -13px;
	transform: rotate(45deg);
}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image .closeImagePopUp::before {
	margin-bottom: -13px;
	transform: rotate(-45deg);
}

.dotline-uploaded-item.pop-up .dotline-uploaded-item__image .dotline-show-pic,
.dotline-uploaded-item.pop-up .dotline-uploaded-item__image::before {
	display: none;
}

.dotline-uploaded-item__info {
	color: #777777;
	font-size: 14px;
}

.dotline-uploaded-item__info span {
	display: inline-block;
}

@-webkit-keyframes showPic {
	from {
		opacity: 0;
		width: 0;
	}
	to {
		opacity: 100%;
		width: 50vw;
		height: auto;
	}
}

.dotline-submit-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dotline-submit-container p {
	display: flex;
	flex-direction: column;
	font-weight: 300;
	width: 100%;
}

.dotline-submit-container p + div {
	max-width: 150px;
	width: 150px;
}

#dotline-submit-ticket.loading {
	margin-right: -120px;
	margin-left: 0 !important;
}

/**************************\
  Basic Modal Styles
\**************************/

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;

}

.modal__container {
	box-sizing: border-box;
	padding: 20rem 0;
	height: 100vh;
	width: 100vw;
	overflow-y: auto;
}

@media screen and (max-width: 767px) {
	.modal__container {
		padding: 10rem 0;
	}
}

.modal__container-inner {
	border-radius: 1rem;
	background-color: #fff;
	margin: 0 auto;
	width: 100% !important;
	max-width: 786px !important;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micro-modal-slide {
	display: none;
}

.micro-modal-slide.is-open {
	display: block;
}

.micro-modal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micro-modal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micro-modal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micro-modal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micro-modal-slide .modal__container,
.micro-modal-slide.modal__overlay {
	will-change: transform;
}