ul {
	margin: 0;
	padding: 0
}

.drl {
	direction: rtl
}

a {
	text-decoration: none !important;
}

.wpyar-ticket {
	font-family: inherit !important;
}

.nirweb_ticket_base {
	width: 100% !important;
	margin: auto;
}

.nirweb_ticket_base {
	width: 100% !important;
	margin: auto;
	max-width: 1140px !important;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}

.edit_ticket_bg, .box_answer_war_pweb_ticket, .row_wpyt {
	width: 100%;
	max-width: 1140px !important;
	margin: auto;
}

.swal-modal {
	font-family: inherit !important;
}

.wpyar-ticket-title-index {
	font-size: 18px;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.w-50 {
	margin: 0 2%;
	width: 48%
}

.w-100 {
	width: 100%;
}

.swal-button--confirm {
	background-color: #7cd1f9 !important;
	font-family: inherit !important;
}

.swal-button--cancel {
	background-color: #e8e8e8 !important;
	font-family: inherit !important;
}

.nirweb_ticket_logo {
	position: fixed;
	bottom: 0;
	z-index: 99999;
}

/************* ALERT ****************/
.bg_alert__nirweb {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, .4);
	z-index: 10000;
	cursor: pointer;
	opacity: 1;
	transition: opacity .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_alert_nirweb {
	max-width: 500px;
	padding: 15px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	min-height: 150px;
	cursor: default;
	width: 100%;
}

.box_alert_nirweb h4 {
	text-align: center;
	font-size: 19px;
	margin-bottom: 10px;
}

.box_alert_nirweb p {
	font-size: 14px;
	color: #242424;
}

.btns_alert_nirweb {
	display: flex;
	justify-content: space-evenly;
}

.box_alert_nirweb .cancel {
	font-size: 15px;
	display: flex;
	width: 70px;
	height: 35px;
	align-items: center;
	justify-content: center;
	background: #909091;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.box_alert_nirweb .send {
	font-size: 15px;
	display: flex;
	width: 70px;
	height: 35px;
	align-items: center;
	justify-content: center;
	background: #ff1e1e;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

/*
#--------------- View List Ticket
*/
.tite_status_tickets_wpyar {
	font-size: 20px;
	font-weight: 500;
	color: #34495e;
	font-family: inherit;
}

.row_status {
	display: flex;
	justify-content: center;
}

.col_box_status_ticket_wpyar {
	width: 185px;
	margin-left: 20px;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.3s;
	cursor: pointer;
	background: var(--bs-accordion-bg);
	border: 1px solid #6B6C771A;
}

.col_box_status_ticket_wpyar:last-child {
	margin-left: 0;
}

.col_box_status_ticket_wpyar svg {
	margin-bottom: 5px;
}

.col_box_status_ticket_wpyar p {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}

.number.c-red {
	color: #ff0000
}

.number.c-blue {
	color: #2096fc
}

.number.c-green {
	color: #2fbe35
}

.number.c-purple {
	color: #9f3fe5
}

.number.c-org {
	color: #FEA000
}

.head_wpyar_tickt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 20px;
	border-bottom: dashed 1px #6B6C771A;
	padding-bottom: 10px;
	margin-top: 60px;
}

.head_wpyar_tickt h3 {
	font-size: 23px;
	font-weight: 500;
	color: #34495e;
	font-family: inherit;
}

.head_wpyar_tickt a {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: .1875rem;
	font-size: 16px;
	white-space: nowrap;
	padding: 15px;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	background-color: var(--theme-main-color);
	color: #fff;
}

.col_box_status_ticket_wpyar:hover .number {
	color: #fff !important;
}

#open:hover {
	background-color: #2BC268;
}

#inprogress:hover {
	background-color: #2B71C2;
}

#closed:hover {
	background-color: #C22B2B;
}

#answered:hover {
	background-color: #6E2BC2;
}

#all:hover {
	background-color: #C2862B;
}

.col_box_status_ticket_wpyar:hover svg path:last-child {
	fill: #fff;
}

.col_box_status_ticket_wpyar:hover .title {
	color: #fff;
}

/*
#------------- List Ticket
*/
.ul_list_ticket_uwpyar li {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	-webkit-transition: -webkit-box-shadow .3s ease-in-out;
	transition: -webkit-box-shadow .3s ease-in-out;
	-o-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
	cursor: pointer;
	font-size: 0;
	margin-right: 0;
}

.ul_list_ticket_uwpyar li a:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 50%;
	height: 34px;
	width: 34px;
	border-radius: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	background: -o-radial-gradient(center, ellipse, #fff 0, rgba(0, 0, 0, 0) 100%);
	background: radial-gradient(ellipse at center, #fff 0, rgba(0, 0, 0, 0) 100%);
	-webkit-transition: -webkit-box-shadow .3s ease-in-out;
	transition: -webkit-box-shadow .3s ease-in-out;
	-o-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0);
	overflow: hidden;
	z-index: 2;
}

.ul_list_ticket_uwpyar li a::after {
	content: "";
	position: absolute;
	left: -1px;
	top: 50%;
	height: 34px;
	width: 17px;
	border-bottom-right-radius: 34px;
	border-top-right-radius: 34px;
	border: 1px solid #e6e6e6;
	border-left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .3s ease-in-out;
	transition: -webkit-box-shadow .3s ease-in-out;
	-o-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0);
	overflow: hidden;
}

.ul_list_ticket_uwpyar li a {
	display: flex;
	border: 1px solid #6B6C771A;
	background: var(--bs-accordion-bg);
	padding: 10px 15px 10px 20px;
	transition: 0.3s;
	border-radius: 15px;
	position: relative;
	align-items: center;
}

.ul_list_ticket_uwpyar li a .info_user_time_wpyaru {
	position: relative;
	display: flex;
	vertical-align: middle;
	width: 100%;
	padding-left: 15px;
	font-size: 1rem;
	border-left: 1px solid #6B6C771A;
	align-items: center;
}

.ul_list_ticket_uwpyar li a .info_user_time_wpyaru img {
	position: relative;
	float: right;
	width: 45px;
	height: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
}

.ul_list_ticket_uwpyar li a .info_user_time_wpyaru .icon_nameUser {
	font-size: 14px;
	height: 100%;
	margin: 0 17px;
	display: flex;
	color: var(--bs-nav-pills-link-active-color);
	font-weight: 500;
}

.ul_list_ticket_uwpyar li a .info_user_time_wpyaru .icon_nameUser svg {
	fill: var(--bs-nav-pills-link-active-color);
	margin-left: 5px;
}

.ul_list_ticket_uwpyar li a .info_user_time_wpyaru time {
	font-size: 14px;
	color: var(--dashboard-horizontal-li-a-color);
	text-align: right;
	direction: rtl;
}

.ul_list_ticket_uwpyar li a:hover {
	transform: translateX(-8px);
}

.ul_list_ticket_uwpyar li a:hover:after {
	-webkit-box-shadow: inset -5px 0 16px 0 rgba(0, 0, 0, .1);
	box-shadow: inset -5px 0 16px 0 rgba(0, 0, 0, .1);
}

.ul_list_ticket_uwpyar li .title_time_ticket {
	position: relative;
	display: flex;
	vertical-align: middle;
	width: 100%;
	padding: 15px;
	font-size: 1rem;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	align-self: center;
}

.ul_list_ticket_uwpyar li .title_time_ticket p {
	margin-bottom: 0;
	color: var(--bs-nav-pills-link-active-color);
	font-size: 15px;
}

.ul_list_ticket_uwpyar li .title_time_ticket time {
	font-size: 13px;
	color: var(--dashboard-horizontal-li-a-color);
}

.arbitrator_wpyaru-red {
	border-right: solid 3pt #C22B2B !important;
}

.arbitrator_wpyaru-blue {
	border-right: solid 3pt #2B71C2 !important;
}

.arbitrator_wpyaru-green {
	border-right: solid 3pt #2BC268 !important;
}

.arbitrator_wpyaru-purple {
	border-right: solid 3pt #6E2BC2 !important;
}

/****************************************
#-------------- Send Ticket Page
*********************************************/
.head_send_ticket_wpyar {
	display: flex;
	justify-content: space-between;
	align-self: center;
	align-items: center;
	flex-wrap: wrap;
}

.top_box_send_ticket h4 {
	color: gray;
	font-size: 20px;
}

.head_send_ticket_wpyar .btn_back_wpyt {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 15px;
	font-size: 13px;
	white-space: nowrap;
	padding: 15px;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	background-color: #6B6C77;
	color: #fff;
	font-family: inherit !important;
}

.top_box_send_ticket .content_ticket_send {
	font-size: 14px;
	font-family: inherit !important;
	color: #757575;
	margin: 30px 0;
}

/*
#------------- FAQ in Send Ticket
*/
.list_of_faq_wpyar {
	font-family: inherit !important;
}

.li_list_of_faq_wpyar {
	margin-bottom: 0 !important;
}

.list_of_faq_wpyar ul li {
	list-style: none;
	margin-bottom: 20px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 20px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list_of_faq_wpyar ul li i {
	font-size: 16px;
	color: #b3b3b3;
	font-style: normal;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 12px;
	height: 12px;
}

.list_of_faq_wpyar ul li i:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #b3b3b3;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 25px;
}

.list_of_faq_wpyar ul li i:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 50%;
	background-color: #b3b3b3;
	border-radius: 25px;
	-webkit-transform: translate(50%, -50%) rotate(90deg);
	-ms-transform: translate(50%, -50%) rotate(90deg);
	transform: translate(50%, -50%) rotate(90deg);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list_of_faq_wpyar ul li .title_faq_wpyar {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px;
	font-weight: 500;
}

.list_of_faq_wpyar ul li .number_faq_wpyar {
	margin: 0 30px 0 21px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list_of_faq_wpyar ul li .content_faq_wpyar {
	margin: 15px 45px;
	font-size: 14px;
	display: none;
}

.list_of_faq_wpyar ul li.open i:after,
.list_of_faq_wpyar ul li.open i:before,
.list_of_faq_wpyar ul li.open .number_faq_wpyar,
.list_of_faq_wpyar ul li.open .title_faq_wpyar {
	color: var(--theme-main-color);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list_of_faq_wpyar ul li.open {
	border-bottom: dashed 1px var(--theme-main-color);
}

.list_of_faq_wpyar ul li.open i:after,
.list_of_faq_wpyar ul li.open i:before {
	background-color: var(--theme-main-color);
	transition: all linear 0.5s;
}

.list_of_faq_wpyar ul li.open i::after {
	-webkit-transform: translate(50%, -50%) rotate(0deg);
	-ms-transform: translate(50%, -50%) rotate(0deg);
	transform: translate(50%, -50%) rotate(0deg);
}

.not_found_answer span {
	padding: 15px 25px;
	border-radius: 5px;
	font-family: inherit !important;
	margin: 25px 0;
	cursor: pointer;
}

/*
#----------- Form Send Ticket
*/
#send_ticket_form {
	font-family: inherit !important;
	margin: 30px 0;
}

.row_nirweb_ticket_send {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.row_nirweb_ticket_send label {
	font-size: 14px !important;
	color: var(--bs-body-color);
	margin-bottom: .625rem;
	padding-right: 8px;
	font-weight: 500;
	display: block !important;
}

.row_nirweb_ticket_send label.label_main_image {
	width: 100%;
	border: 2px dashed #7475881A;
	border-radius: 15px;
}

.row_nirweb_ticket_send input[type="text"],
.row_nirweb_ticket_send select {
	border: 1px solid #6B6C771A;
	color: #555;
	border-radius: 4px;
	width: 100%;
	height: 38px;
	font-size: 14px;
}

.select_custom_wpyar {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.select_custom_wpyar input:placeholder {
	color: #b3b3b3;
}

.select_custom_wpyar div {
	border: 1px solid #6B6C771A;
	color: #b3b3b3;
	border-radius: 4px;
	width: 100%;
	height: 38px;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	cursor: pointer;
}

.select_custom_wpyar i {
	position: absolute;
	left: 12px;
	font-size: 20px;
	color: #b3b3b3;
	font-weight: 400;
	border-right: 1px solid #6B6C771A;
	padding-right: 10px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.select_custom_wpyar i::before {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.select_custom_wpyar i.top::before {
	transform: rotate(180deg);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.select_custom_wpyar ul {
	position: absolute;
	top: 39px;
	background: var(--pweb-dashboard-input-bg);
	width: 100%;
	border-radius: 5px;
	border: 1px solid #6B6C771A;
	display: none;
	z-index: 999;
	max-height: 250px;
	overflow: auto;
}

.select_custom_wpyar ul li {
	list-style: none;
	padding: 10px;
	font-size: 14px;
}


.select_custom_wpyar ul li:hover {
	background: #52ac66;
}

#nirweb_ticket_frm_content_send_ticket_user {
	border: solid 1px #b3b3b3;
	color: #555;
	min-height: 300px;
	font-size: 14px;
}

#nirweb_ticket_frm_content_send_ticket_user:placeholder {
	color: #b3b3b3;
}

#main_image {
	display: none
}

.attach_file_wpyar {
	cursor: pointer;
}

#name_file_attach {
	font-size: 16px;
	margin: 0 15px;
	color: #f00;
	font-weight: 500;
}

.upfile_wpyartick {
	display: flex;
	align-items: center;
	width: 100%;
}

.upload_file_attch img {
	width: 45px;
	height: 45px;
}

.remove_file_by_user {
	display: none;
}

.upload_file_send_ticket_wpyar {
	text-align: center;
	position: absolute;
	z-index: 999;
	background: rgba(255, 255, 255, 0.74);
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.text_upload {
	display: none;
}

.send_reset_form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 45px;
	position: relative;
}

.rest_form__wpys {
	background: #ff4757;
	width: 110px;
	height: 40px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin-left: 50px;
}

.pagination_ticket_index {
	display: flex;
	justify-content: flex-end;
	margin: 25px 0;
	font-size: 18px;
}

.pagination_ticket_index a {
	margin: 0 15px;
}

/**************
#---------------- Send Answer
**************/
#answer_form {
	margin-top: 15px;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 25px;
	font-family: inherit !important;
	display: block !important;
	width: 100% !important;
	min-width: 100%;
}

#answer_form label {
	display: block
}

#user_content_answ, #nirweb_ticket_frm_content_send_ticket_user {
	border: transparent;
	color: var(--bs-body-color);
	min-height: 200px;
	font-size: 14px;
	font-weight: 200;
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100% !important;
	padding: 15px !important;
	border-radius: 15px !important;
	background: var(--pweb-dashboard-dashbox-goto-bg);
	outline: none;
}

#user_content_answ:placeholder {
	color: #b3b3b3;
}

.list_all_answered li, .ticket_question {
	list-style: none;
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
	font-family: inherit !important;
}

.list_answerd_in_dash_admin {
	font-family: inherit !important;
}

.text_message_wpyartick {
	font-size: 14px;
	padding: 15px;
	background: #fff;
	color: #424242;
	margin-right: 10px;
	border-radius: 1.71429rem 1.71429rem 0 1.71429rem;
	font-family: inherit !important;
}

.text_message_wpyartick p {
	margin: 0;
}

.img_avatar_wpyartick {
	width: 70px;
	border-radius: 100%;
	overflow: hidden;
	height: 70px;
	display: flex;
	margin-bottom: 25px;
	opacity: 1;
	visibility: visible;
}

.img_avatar_wpyartick img {
	width: 100%;
	opacity: 1 !important;
}

.info_answer_box_wpyartick {
	width: 80%;
}

.list_all_answered .head_answer, .ticket_question .head_answer {
	padding-right: 20px;
	color: #888;
	font-size: 14px;
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.list_all_answered .head_answer .name::after, .ticket_question .head_answer .name::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 15px;
	background: #b3b3b3;
	position: relative;
	top: 4px;
	margin-left: 10px;
}

.file_atach_url {
	border-top: dashed 1px #b3b3b3;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 0 !important;
}

.file_atach_url a {
	color: #fff;
	font-weight: 100;
	background: #52AC66;
	padding: 3px 10px;
	border-radius: 25px;
	font-size: 15px;
}

.display_content_ticket {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	font-family: inherit !important;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	align-self: center;
}

.display_content_ticket span span {
	font-size: 14px;
	font-weight: 200;
}

.display_content_ticket div span {
	font-size: 14px;
	font-weight: 200;
}

.info_pweb_ticket {
	display: flex;
	justify-content: space-between;
	background: var(--pweb-dashboard-dashbox-goto-bg);
	padding: 10px;
	border-radius: 15px;
}

.box_info_ticket {
	width: 24%;
	text-align: center;
}

.box_info_ticket .title {

	margin-bottom: 3px;

	font-size: 14px;

	font-weight: 500;
}

.box_info_ticket .info {
	margin-bottom: 0;
	background: #6b6c77;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	color: #fff;
}

button.send_user_answer {
	background: #52AC66;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	font-weight: 400;
	padding: 8px 25px;
}

label[for="closed_answer"] {
	margin-bottom: 0;
	margin-left: 10px;
}

.box_answer_war_pweb_ticket {
	margin-top: 25px;
	padding: 20px;
	border-radius: 15px;
	background-image: url("../images/bg_chat.jpg");
	background-position-y: -55px;
	background-attachment: fixed;
	overflow: auto;
	height: 450px;
}

.list_all_answered li.user_support_wpyar {
	flex-direction: row-reverse;
}

.list_all_answered li .head_answer .date {
	margin: 0 8px;
}

.list_all_answered li.user_support_wpyar .text_message_wpyartick {
	font-size: 14px;
	padding: 15px;
	background: #6B6C77;
	color: #fff;
	margin-left: 10px;
	border-radius: 1.71429rem 1.71429rem 1.71429rem 0;
	font-family: inherit !important;
}

.list_all_answered li.user_support_wpyar .text_message_wpyartick p {
	font-size: 16px;
	margin-bottom: 0
}


.list_all_answered li.user_support_wpyar .head_answer {
	flex-direction: row-reverse;
	padding-left: 20px;
}


.list_all_answered li.user_support_wpyar .head_answer .name::after {
	display: none;
}

.list_all_answered li.user_support_wpyar .head_answer .name::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 15px;
	background: #b3b3b3;
	position: relative;
	top: 4px;
	margin-right: 10px;
	margin-left: 0;
	right: 0;


}

.label_main_image {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 35px !important;
	border: dashed 1.5pt #696969;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.top_box_back_rep {
	display: flex;
	justify-content: flex-end;
}

.top_box_back_rep a {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border-radius: 15px;
	font-size: 13px;
	white-space: nowrap;
	padding: 15px;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	background-color: #6B6C77;
	color: #fff;
	font-family: inherit !important;
}

span.remove_file_by_user {
	color: #c64747;
	font-size: 25px;
	position: absolute;
	left: -4px;
	top: -10px;
}

.box_btn_send_answer_user {
	display: flex;
	align-items: center;
	position: relative;
	JUSTIFY-CONTENT: SPACE-BETWEEN;
}


/*************************************************************
#---------------------- Ajax Request Loarder ----------------------#
**************************************************************/
.base_loarder {
	position: absolute;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
	height: 80px;
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	margin: auto;
}

.spinner {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.base_loarder p {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
}

/*************************************************************
#---------------------- Responsive ----------------------#
**************************************************************/
@media screen and (max-width:991px) {
	.ul_list_ticket_uwpyar li a {
		align-items: flex-start !important;
		flex-direction: column !important;
		padding: 5px 10px 0px 20px;
	}

	.ul_list_ticket_uwpyar li a .info_user_time_wpyaru {
		border-left: 0 !important;
		align-items: center !important;
		border-bottom: 1px solid #f2f2f2 !important;
		padding-bottom: 5px !important;
		width: 100%;
	}

	.ul_list_ticket_uwpyar li a .info_user_time_wpyaru img {
		position: relative;
		float: right;
		width: 45px;
		height: 45px;
		border: 2px solid #fff;
		border-radius: 100%;
		-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
	}

	.ul_list_ticket_uwpyar li .title_time_ticket {
		position: relative;
		display: flex;
		vertical-align: middle;
		width: 100%;
		padding: 15px;
		font-size: 1rem;
		align-items: center;
		justify-content: space-between;
		height: 100%;
		align-self: center;
	}

	.row_nirweb_ticket_send {
		flex-direction: column;
	}

	.w-50 {
		width: 100% !important;
		margin-bottom: 15px;
	}
}


@media screen and (max-width:768px) {
	.display_content_ticket, .info_pweb_ticket {
		flex-direction: column
	}

	.box_info_ticket {
		width: 100%
	}

	.row_status {
		display: flex;
		justify-content: center;
		flex-wrap: wrap !important;
	}

	.col_box_status_ticket_wpyar {
		width: 30%;
		box-shadow: 0 0 2px #e6e6e6;
		margin-left: 20px;
		padding: 20px;
		border-radius: 7px;
		border: solid 1px #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:540px) {
	.col_box_status_ticket_wpyar {
		width: 100%;
		margin-left: 0;
		padding: 10px;
	}

	.ul_list_ticket_uwpyar li a .info_user_time_wpyaru .icon_nameUser {
		font-size: 13px;
		height: 100%;
		margin: 0 17px;
		display: flex;
		color: #555;
		font-weight: 500;
	}

	.ul_list_ticket_uwpyar li a .info_user_time_wpyaru, .ul_list_ticket_uwpyar li .title_time_ticket {
		flex-direction: column;
	}
}

@media screen and (max-width:380px) {
	.row_status {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.head_wpyar_tickt {
		margin-top: 15px;
		flex-direction: column;
	}

	.col_box_status_ticket_wpyar p {
		margin-bottom: 0;
	}

	.col_box_status_ticket_wpyar svg {
		margin-bottom: 0;
	}
}