/* ------------------------------------------------------------ *\
	Complaints
\* ------------------------------------------------------------ */

.complaints .complaints-total {
	padding: 23px 9px; 
	background: #f2f2f2;
	border-radius: 4px; 
}

.complaints .complaints-total ul {
	list-style: none;
	padding: 0;  
	margin: 0; 
	text-transform: uppercase; 
	font-size: 18px; 
}

.complaints .complaints-total li + li {
	margin-top: 10px; 
}

.complaints .complaints-total i {
	vertical-align: middle;
	margin-right: 7px; 
	color: #21c24a;
	float: left; 
}

.complaints .complaints-total span {
	display: block; 
	overflow: hidden;
}

.complaints-list { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 100%; 
}

.complaints-list .complaint + .complaint {
	margin-top: 15px; 
}

.complaints .tabs .nav a {
	color: inherit;
	padding: 10px 2px; 
	text-transform: uppercase; 
}

.complaints .tabs .nav {
	display: flex;
	justify-content: space-between; 
	font-size: 13px; 
	text-align: center; 
}

@media ( min-width: 768px ) {
	.complaints-list {
		display: flex; 
		margin: 0 -1.5%; 
	}

	.complaints-list:after {
		content: '';
		display: table; 
		clear: both; 
		line-height: 0; 
	}

	.complaints-list .complaint {
		display: flex;
		align-self: stretch; 
		float: left;
		width: 47%; 
		max-width: 47%; 
		margin: 0 1.5%; 
	}

	.complaints-list .complaint + .complaint { 
		margin-top: 0; 
	}

	.complaints .complaints-total ul {
		margin: 0 -10px;
		width: 100%;
	}

	.complaints .complaints-total ul:after {
		content: '';
		display: table; 
		clear: both; 
		line-height: 0; 
	}

	.complaints .complaints-total li {
		float: left;
		width: 50%;  
		padding: 0 15px; 

	}

	.complaints .complaints-total li + li {
		margin-top: 0; 
	}

	.complaints .tabs .nav a {
		padding: 10px 15px; 
	}

	.complaints .tabs .nav {
		display: block; 
	}

}

/* ------------------------------------------------------------ *\
	Complaint
\* ------------------------------------------------------------ */

.complaint a {
	display: flex; 
	flex-wrap: nowrap;
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	font-family: 'Roboto Condensed', sans-serif; 
	text-decoration: none; 
	text-transform: none;
/* 	min-width: 380px; */
	width: 100%; 
}

.complaint a:hover {
	text-decoration: none; 
}

.complaint:hover .complaint-image i {
	transform: translateZ(0px) rotate(-10deg);

}

.complaint .complaint-image {
	flex: 0 0 100px;
	text-align: center; 
	align-self: center;
}

.complaint .complaint-image i {
	color: #ff001e;
	font-size: 40px;
	transition: .2s;
}

.complaint .complaint-inner {
	flex: 1 0 calc(100% - 100px);
	border-left: 1px solid #ff001e;
}

.complaint .complaint-title {
	width: calc(100% + 1px); 
	margin: 0; 
	padding: 6px 15px; 
	border-top-right-radius: 4px;
	background: #ff001e; 
	font-size: 14px; 
	color: #fff;
	text-transform: uppercase; 
}

.complaint .complaint-entry {
	padding: 9px 15px; 
	font-size: 16px; 
	line-height: 1.5;
	letter-spacing: -0.01em;
}

.complaint .complaint-entry p:last-child { 
	margin-bottom: 0; 
}

.complaint-resolved .complaint-image i {
	color: #21c24a;
}

.complaint-resolved .complaint-inner {
	border-color: #21c24a;
}
.complaint-resolved .complaint-title {
	background-color: #21c24a
}

.complaint-pending .complaint-image i {
	color: #ffc704;
}

.complaint-pending .complaint-inner {
	border-color: #ffc704;
}
.complaint-pending .complaint-title {
	background-color: #ffc704
}

/* ------------------------------------------------------------ *\
	Complaints popup
\* ------------------------------------------------------------ */

.complaints-popup {
	border-radius: 5px;
	color: #181f38;
/* 	max-height: 100vh;
overflow-y: auto; */
}

.complaints-popup .modal-content {
	padding: 30px 15px; 
}

.complaints-popup .complaints-popup-head:after {
	content: '';
	display: table; 
	clear: both; 
	line-height: 0; 
}
.complain-operator-logo {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-top: -12px;
}
.complain-operator-logo img {
	width: 100px;
}
.complaints-popup h2 {
	float: left; 
	color: #181f38;
	margin-top: 0;
	margin-bottom: 15px; 
	max-width: calc(100% - 46px);
}

.complaints-popup .button-close {
	float: right; 
	margin-top: -7px; 
}

#write-complain .form-review-success {
	padding-top: 25%;
}
#write-complain .avatar .material-icons {
	font-size: 32px;
}
#compl-currency {
	text-transform: uppercase !important;
	margin-left: 10px;
}
#compl-currency > option:last-child,
#compl-currency > option:nth-last-child(2),
#compl-currency > option:nth-last-child(3){
	/*font-family: FontAwesome, sans-serif;*/
	font-family: 'FontAwesome', 'currency-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media ( min-width: 768px ) {
	.complaints-popup .button-close {
		margin-top: -5px; 
	}
}

/* ------------------------------------------------------------ *\
	Before write Complaint popup
\* ------------------------------------------------------------ */
.complaints-popup-for-not-logged-body {
	padding: 10em 1em;
	text-align: center;
}
.complaints-popup-for-not-logged-body h2 {
	max-width: 100%;
	text-align: center;
	float: none;
}
.complaints-popup-for-not-logged-body a {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* ------------------------------------------------------------ *\
	Read Complaint popup
\* ------------------------------------------------------------ */
.complaints-popup-head {
	justify-content: space-between;
	align-items: center;
	/* padding: 20px 0 20px 20px; */
}

.complaints-popup-head > .button,
.complaints-popup-head > .button:hover,
.complaints-popup-head > .button:focus {
	background-color: transparent; 
	border-color: transparent;
}

.left-read-complaint {

	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 80%;
	padding-left: 15px;
	border-radius: 3px;
	height: 25px;
	line-height: 25px;
}
.complain-background-2 {
	background: #ffc704;
}
.complain-background-3 {
	background: #21c24a;
}
.complain-background-4 {
	background: #ff001e;
}

.read-complaint-title > p:first-child {
	color: #181f38;
	font-weight: bold;
}
.read-complaint-title > p:nth-child(2) {
	color: #297dfb;
}
.read-complain-text:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 86%;
	top: 15px;
	left: 15px;
	background: #297dfb;
}
.read-complain-text p {
	white-space: pre-wrap;
	color: #181f38;
	opacity: 0.75;
	padding: 20px;
}
.read-complain-form-wrapper .form-controls label {
	position: absolute;
	top: 8px;
	left: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #606175;
	opacity: .75;
	margin-bottom: 0;
	font-size: 14px;
	z-index: 111;
}
#compl-reply {
	margin-top: 25px;
}
.compl-reply-button {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}
.form-complain-success, .form-complain-error {
	min-height: 150px;
}

.read-complaint-popup .button-close {
	margin: 5px; 
	position: relative; 
	top: 2px; 
	left: 5px; 
}













/* IMAGE UPLOAD ADDONS */
.read-complain-images {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-bottom: 15px;
}

.read-complain-images > a {
    width: 100px;
    margin: 6px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 2px #f1f2f2;
}

.read-complain-images > a > img {
    max-height: 100%;
}


/* FOR THE COMPLAINTS POPUP */
.form-controls.files {
	margin-top: 15px;
}

#complaint-file-upload-label {
	all: unset;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 16px;
	outline: 0;
	background: #fff;
	height: 40px;
	padding: 0 12px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #606175;
	opacity: .75;
}
#complaint-file-upload-label > input {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}