



.zr-ame-detay {

}@charset "utf-8";





/*-------- Buttons ------*/

.btn {

  display: inline-block;

  font-weight: 400;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  border: 1px solid transparent;

  padding: 0.375rem 1em;

  font-size: 0.9375rem;

  border-radius: 4px;

  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  cursor: pointer;

  letter-spacing: .03em; }

  .btn:hover {

    text-decoration: none; }

  .btn:focus {

    text-decoration: none;

    outline: 0;

    box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25); }

  .btn.focus {

    outline: 0;

    box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25); }

  .btn.disabled, .btn:disabled {

    opacity: 0.65; }

  .btn:not(:disabled):not(.disabled) {

    cursor: pointer; }

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {

      background-image: none; }



@media screen and (prefers-reduced-motion: reduce) {

  .btn, .fade, .collapsing {

    transition: none; } }



a.btn.disabled, fieldset:disabled a.btn {

  pointer-events: none; }



.btn-success {

  color: #fff !important;

  background-color: #419700;

  border-color: #38cb89;

  box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5); }

  .btn-success:hover {

    color: #fff !important;

    background-color: #419700 !important;

    border-color: #42c48a !important; }

  .btn-success:focus, .btn-success.focus {

    box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1);

    background-color: #42c48a !important;

    border-color: #42c48a !important; }

  .btn-success.disabled, .btn-success:disabled {

    color: #fff;

    background-color: #42c48a;

    border-color: #42c48a; }

  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #42c48a;

    border-color: #42c48a; }



.show > .btn-success.dropdown-toggle {

  color: #fff;

  background-color: #42c48a;

  border-color: #42c48a; }



.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1); }



.show > .btn-success.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(56, 203, 137, 0.1); }



.btn-info {

  color: #fff !important;

  background-color: #5b7fff;

  border-color: #5b7fff;

  box-shadow: 0 0px 10px -5px rgba(91, 127, 255, 0.5); }

  .btn-info:hover {

    color: #fff !important;

    background-color: #708ffe;

    border-color: #708ffe; }

  .btn-info:focus, .btn-info.focus {

    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1);

    background-color: #708ffe;

    border-color: #708ffe; }

  .btn-info.disabled, .btn-info:disabled {

    color: #fff;

    background-color: #708ffe;

    border-color: #708ffe; }

  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #708ffe;

    border-color: #708ffe; }



.show > .btn-info.dropdown-toggle {

  color: #fff;

  background-color: #708ffe;

  border-color: #708ffe; }



.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1); }



.show > .btn-info.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1); }



.btn-warning {

  color: #fff !important;

  background-color: #ffab00;

  border-color: #ffab00;

  box-shadow: 0 0px 10px -5px rgba(255, 171, 0, 0.5); }

  .btn-warning:hover {

    color: #fff !important;

    background-color: #feb521;

    border-color: #feb521; }

  .btn-warning:focus, .btn-warning.focus {

    box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1);

    background-color: #feb521;

    border-color: #feb521; }

  .btn-warning.disabled, .btn-warning:disabled {

    color: #fff;

    background-color: #feb521;

    border-color: #feb521; }

  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #f3a403;

    border-color: #feb521; }



.show > .btn-warning.dropdown-toggle {

  color: #fff;

  background-color: #f3a403;

  border-color: #feb521; }



.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1); }



.show > .btn-warning.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.1); }



.btn-danger {

  color: #fff !important;

  background-color: #ef4b4b;

  border-color: #ef4b4b;

  box-shadow: 0 0px 10px -5px rgba(239, 75, 75, 0.44); }

  .btn-danger:hover {

    color: #fff !important;

    background-color: #ef5858;

    border-color: #ef5858; }

  .btn-danger:focus, .btn-danger.focus {

    box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);

    background-color: #ef5858;

    border-color: #ef5858; }

  .btn-danger.disabled, .btn-danger:disabled {

    color: #fff;

    background-color: #ef5858;

    border-color: #ef5858; }

  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #d6124a;

    border-color: #d6124a; }



.show > .btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #d6124a;

  border-color: #d6124a; }



.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1); }



.show > .btn-danger.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1); }



.btn-light {

  color: #495057;

  background-color: #f0f0f2;

  border-color: #f0f0f2;

  box-shadow: 0 0 10px -5px rgba(244, 242, 246, 0.2); }

  .btn-light:hover {

    color: #495057;

    background-color: #efedf1;

    border-color: #efedf1; }

  .btn-light:focus, .btn-light.focus {

    box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1);

    background-color: #efedf1;

    border-color: #efedf1; }

  .btn-light.disabled, .btn-light:disabled {

    background-color: #f0f0f2;

    border-color: #f0f0f2; }

  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {

    color: #495057;

    background-color: #f0f0f2;

    border-color: #f0f0f2; }



.show > .btn-light.dropdown-toggle {

  color: #495057;

  background-color: #f0f0f2;

  border-color: #f0f0f2; }



.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1); }



.show > .btn-light.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(244, 242, 246, 0.1); }



.btn-dark {

  color: #fff;

  background-color: #343a40;

  border-color: #343a40; }

  .btn-dark:hover {

    color: #fff;

    background-color: #23272b;

    border-color: #1d2124; }

  .btn-dark:focus, .btn-dark.focus {

    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); }

  .btn-dark.disabled, .btn-dark:disabled {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40; }

  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #1d2124;

    border-color: #171a1d; }



.show > .btn-dark.dropdown-toggle {

  color: #fff;

  background-color: #1d2124;

  border-color: #171a1d; }



.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1); }



.show > .btn-dark.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1); }



.btn-outline-default {

  color: #1a1630;

  background-color: transparent;

  background-image: none;

  border: 1px solid #f0f0f2; }

  .btn-outline-default:hover {

    color: #1a1630 !important;

    background: rgba(67, 87, 133, 0.2);

    border: 1px solid #f0f0f2; }

  .btn-outline-default:focus, .btn-outline-default.focus {

    box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1); }

  .btn-outline-default.disabled, .btn-outline-default:disabled {

    color: #435785;

    background-color: transparent; }

  .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active {

    color: #1a1630 !important;

    background: rgba(67, 87, 133, 0.2);

    border: 1px solid #f0f0f2; }



.show > .btn-outline-default.dropdown-toggle {

  color: #1a1630 !important;

  background: rgba(67, 87, 133, 0.2);

  border: 1px solid #f0f0f2; }



.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1); }



.show > .btn-outline-default.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1); }



.btn-outline-success {

  color: #38cb89;

  background-color: transparent;

  background-image: none;

  border-color: #38cb89;

  box-shadow: 0 0px 10px -5px rgba(56, 203, 137, 0.5); }

  .btn-outline-success:hover {

    color: #fff !important;

    background-color: #38cb89;

    border-color: #38cb89; }

  .btn-outline-success:focus, .btn-outline-success.focus {

    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1); }

  .btn-outline-success.disabled, .btn-outline-success:disabled {

    color: #38cb89;

    background-color: transparent; }

  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {

    color: #fff !important;

    background-color: #38cb89;

    border-color: #38cb89; }



.show > .btn-outline-success.dropdown-toggle {

  color: #fff !important;

  background-color: #38cb89;

  border-color: #38cb89; }



.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1); }



.show > .btn-outline-success.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.1); }



.btn-outline-info {

  color: #5b7fff;

  background-color: transparent;

  background-image: none;

  border-color: #5b7fff;

  box-shadow: 0 0px 10px -5px rgba(91, 127, 255, 0.5); }

  .btn-outline-info:hover {

    color: #fff !important;

    background-color: #5b7fff;

    border-color: #5b7fff; }

  .btn-outline-info:focus, .btn-outline-info.focus {

    box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1); }

  .btn-outline-info.disabled, .btn-outline-info:disabled {

    color: #5b7fff;

    background-color: transparent; }

  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #5b7fff;

    border-color: #5b7fff; }



.show > .btn-outline-info.dropdown-toggle {

  color: #fff;

  background-color: #5b7fff;

  border-color: #5b7fff; }



.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1); }



.show > .btn-outline-info.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(91, 127, 255, 0.1); }



.btn-outline-warning {

  color: #ffab00;

  background-color: transparent;

  background-image: none;

  border-color: #ffab00;

  box-shadow: 0 0px 10px -5px rgba(255, 171, 0, 0.5); }

  .btn-outline-warning:hover {

    color: #fff !important;

    background-color: #ffab00;

    border-color: #ffab00; }

  .btn-outline-warning:focus, .btn-outline-warning.focus {

    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1); }

  .btn-outline-warning.disabled, .btn-outline-warning:disabled {

    color: #ffab00;

    background-color: transparent; }

  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #ffab00;

    border-color: #ffab00; }



.show > .btn-outline-warning.dropdown-toggle {

  color: #fff;

  background-color: #ffab00;

  border-color: #ffab00; }



.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1); }



.show > .btn-outline-warning.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1); }



.btn-outline-danger {

  color: #dc0441;

  background-color: transparent;

  background-image: none;

  border-color: #dc0441;

  box-shadow: 0 0px 10px -5px rgba(220, 4, 65, 0.5); }

  .btn-outline-danger:hover {

    color: #fff !important;

    background-color: #dc0441;

    border-color: #dc0441; }

  .btn-outline-danger:focus, .btn-outline-danger.focus {

    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1); }

  .btn-outline-danger.disabled, .btn-outline-danger:disabled {

    color: #dc0441;

    background-color: transparent; }

  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #dc0441;

    border-color: #dc0441; }



.show > .btn-outline-danger.dropdown-toggle {

  color: #fff;

  background-color: #dc0441;

  border-color: #dc0441; }



.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1); }



.show > .btn-outline-danger.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1); }



.btn-outline-light {

  color: #495057;

  background-color: transparent;

  background-image: none;

  border-color: #e3e4e9;

  box-shadow: 0 0px 10px -5px #e8ebf2; }

  .btn-outline-light:hover {

    color: #495057;

    background-color: #f0f0f2;

    border-color: #f0f0f2; }

  .btn-outline-light:focus, .btn-outline-light.focus {

    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); }

  .btn-outline-light.disabled, .btn-outline-light:disabled {

    color: #495057;

    background-color: transparent; }

  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {

    color: #495057;

    background-color: #f0f0f2;

    border-color: #f0f0f2; }



.show > .btn-outline-light.dropdown-toggle {

  color: #495057;

  background-color: #f0f0f2;

  border-color: #f0f0f2; }



.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); }



.show > .btn-outline-light.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); }



.btn-outline-dark {

  color: #343a40;

  background-color: transparent;

  background-image: none;

  border-color: #343a40;

  box-shadow: 0 0px 10px -5px rgba(244, 242, 246, 0.5); }

  .btn-outline-dark:hover {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40; }

  .btn-outline-dark:focus, .btn-outline-dark.focus {

    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); }

  .btn-outline-dark.disabled, .btn-outline-dark:disabled {

    color: #343a40;

    background-color: transparent; }

  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #343a40;

    border-color: #343a40; }



.show > .btn-outline-dark.dropdown-toggle {

  color: #fff;

  background-color: #343a40;

  border-color: #343a40; }



.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); }



.show > .btn-outline-dark.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); }



.btn-link {

  font-weight: 400;

  background-color: transparent; }

  .btn-link:hover {

    text-decoration: underline;

    background-color: transparent;

    border-color: transparent; }

  .btn-link:focus, .btn-link.focus {

    text-decoration: underline;

    border-color: transparent;

    box-shadow: none; }

  .btn-link:disabled, .btn-link.disabled {

    color: #868e96;

    pointer-events: none; }



.btn-lg, .btn-group-lg > .btn {

  padding: 0.7rem 2rem;

  font-size: 1.125rem;

  line-height: 1.625;

  border-radius: 3px;

  font-size: 16px;

  min-width: 2.75rem; }



.btn-sm, .btn-group-sm > .btn {

  font-size: 0.875rem;

  line-height: 1.33333333;

  border-radius: 3px;

  padding: 0.35rem 0.5rem;

  line-height: 1;

  min-width: 1.625rem; }



.btn-block {

  display: block;

  width: 100%; }

  .btn-block + .btn-block {

    margin-top: 0.5rem; }

	

.header-user-menu {

	float: right;

	position: relative;

	margin: 20px 20px 0 0;

}

.header-user-menu_wrap {

	position: absolute;

    right: 0;

    top: 100%;

	padding: 10px  ;

    min-width: 200px;

    background: #000;

    border-radius: 10px;

    margin-top: 40px;

	visibility: hidden;

	opacity: 0;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);

    transition: all  .3s linear;

    overflow: hidden;

}

.header-user-menu_wrap-info {

	position: absolute;
    right: -93px;
    top: 100%;
    padding: 10px;
    min-width: 280px;
    background: #ffffff;
    border-radius: 10px;

    margin-top: 40px;

	visibility: hidden;

	opacity: 0;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);

    transition: all  .3s linear;

    overflow: hidden;

}

.header-user-menu_wrap-info ul li{
	width:100%;
}
.header-user-menu_wrap-info ul li .p-3{
	padding:8px 10px!important;
	border-bottom:1px solid #eae8f1;
}
 .header-user-menu_wrap-info ul li .p-3 p {
	     font-size: 14px;
		 padding:0;
 }
 .notif-li-start {
	 padding:8px 0;
	 border-bottom:1px solid #eae8f1;
 }
 .notif-li-start p {
	     line-height: 17px;
 }
 .notif-li-start p a {
	   color:#333;
 }
  .notif-li-start  .align-items-start{
	      align-items: center!important;
  }

 .header-user-menu_wrap-info .notif-li .avatar.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
		font-size: 15px;
    border-radius: 100%;
    padding: 5px 8px;
}

 .header-user-menu_wrap-info .notif-li .avatar.avatar-md.avatar-green {
	color:#38cc89;
	background:#38cc891a;
 }
 
  .header-user-menu_wrap-info .notif-li .avatar.avatar-md.avatar-red {
	color:#fb1c52;
	background:#fb1c521a;
 }
 
.notif-bell {
	    font-size: 23px;
    margin-top: 7px;
	margin-right: 4px;
	cursor: pointer;
	color:#333;
}
.header-notif .wish_count {
	width:auto!important;
	height:auto!important;
    line-height: 7px;
    border-radius: 4px;
    background: #c21818!important;
    top: 2px!important;
    right: -15px!important;
    color: #fff;
    z-index: 2;
    font-weight: 600;
    padding: 5px 6px !important;
    font-size: 10px;
    box-shadow: 0px 0px 0px 3px #fff;
	display: table;
	    left: 16px;
}

.header-user-menu_wrap_vis {

	visibility: visible;

	opacity: 1;

	margin-top: 30px;

}

.header-user-menu_wrap_vis-info {

	visibility: visible;

	opacity: 1;

	margin-top: 30px;

}


.header-user-menu_wrap ul {

	padding: 20px 10px;

	border-radius: 10px;

	background: #252525

}

.header-user-menu_wrap li a {

 	display: block;

	padding: 8px  10px 8px 20px;

 	text-align: left;

	color:#fff;

    font-weight: 600;

	text-transform: uppercase;

	position: relative;

    transition: all .2s ease-in-out;

}

.header-user-menu_wrap li a:before {

	content: '';

	position: absolute;

	top: 50%;

	right: 10px;

	height: 1px;

	margin-top: -1px;

	width: 0;

	background:var(--main-color); 

}

.header-user-menu_wrap li a.hum_act:before {

	width: 20px;

}

.header-user-name {

	position: relative;

	float: right;

	cursor: pointer;

}

.header-user-name span {

	float: left;

	margin: 17px 30px 0 0;

	font-weight: 600;

	text-transform: uppercase;

	color:#000;

}



.header-user-name span strong , .header-user-menu_wrap li a:hover , .hum_log-out_btn:hover i , .user-dasboard-menu_wrap .hum_log-out_btn:hover i {

	color:var(--main-color);

}

.header-user-name span strong {

	color:#333!important;

}

.header-user-name img {

	width: 50px;

	height: 50px;

	border-radius: 50%;

	float: left;

	box-shadow: 0 10px 24px 0px rgba(0, 0, 0, .2);

    transition: all .2s ease-in-out;

}

.header-user-name:hover img {

	transform: translateY(-5px);

	box-shadow: 0 10px 44px 0px rgba(0, 0, 0, .5);

}

.hum_log-out_btn {

	display: block;

	background: var(--main-color);

	border-radius: 4px;

	padding: 14px 20px 14px 30px;

	color:#fff;

	overflow: hidden;

	margin-top: 10px;

	text-transform: uppercase;

	font-weight: 600;

     transition: all .2s ease-in-out;

	text-align: left;

}

.hum_log-out_btn:hover {

	background: #fff;

	color:#000;

}

.hum_log-out_btn i {

	margin-right: 14px;

    transition: all .2s ease-in-out;

	font-weight: 900;

}

.user-dasboard-menu_wrap {

	position: relative;

	padding: 10px;

}

.user-dasboard-menu-header {

	margin-bottom: 10px;

	overflow: hidden;

}

.user-dasboard-menu_header-avatar {

	overflow: hidden;

	position: relative;

    background: var(--second-color);

	    padding: 15px 8px;

	border-radius: 10px;

}

.user-dasboard-menu_header-avatar img , .user-dasboard-menu_header-avatar span {

	float: left;

}

.user-dasboard-menu_header-avatar img {

	width: 50px;

	height: 50px;

	border-radius: 10px;

    box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .17);

}

.user-dasboard-menu_header-avatar span {

	text-transform: uppercase;

	margin: 5px 0 0 20px;

	font-weight: 600;

}

.usmha_edit {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	right: 20px;

 	color:var(--main-color);

 	font-size: 1.4em;

}

.user-dasboard-menu_wrap .faq-nav {

    margin-bottom: 0;

}

.user-dasboard-menu_wrap .hum_log-out_btn {

	padding: 16px 20px 16px 30px;

	border-radius: 10px;

	border: 1px solid #eee;

}

.user-dasboard-menu_wrap .faq-nav a span {

	background:var(--main-color);

    padding: 3px 10px;

	margin-left: 10px;

    color: #fff;

    text-align: center;

    border-radius: 4px;

 	font-weight: 600;

}

.user-dasboard-menu_wrap .hum_log-out_btn i {

	color:#000;

}

.user-dasboard-menu_wrap .hum_log-out_btn:hover {

	background: #f9f9f9;

}

.dashboard-title {

	position: relative;

	padding: 20px 30px;

	margin-bottom: 20px;

	border: 1px solid #eee;

	background: #fff;

	border-radius: 10px;

	z-index: 20;

}

.dashboard-title-item {

	position: relative;

	display: table;

}

.dashboard-title-item span {

	font-size: 1.2em;

	text-transform: uppercase;

	font-weight: 600;	

}

.dashboard-title-item strong {

	background: var(--main-color);

    padding: 3px 10px;

    margin-left: 10px;

    color: #fff;

    text-align: center;

    border-radius: 4px;

    font-weight: 600;

	font-size: 11px;

}

.dashboard-title-item:before {

	content: '';

	position: absolute;

	top: -20px;

	bottom: -20px;

	width: 1px;

	background: #eee;

	right: -30px;

}

.db-date {

 	position: absolute;

	right: 100%;

	margin-right: 20px;

	top: 50%;

	transform: translateY(-50%);

	padding: 10px 20px 10px 30px;

 	border-right: 1px solid #eee;

	font-weight: 600;

}

.db-date i {

	position: absolute;

	left: 10px;

	top: 50%;

	transform: translateY(-50%);

    color:var(--main-color);

}

.tfp-det-container {

	position: absolute;

	top: 50%;

	right: 5px;

	transform: translateY(-50%);

}

.tfp-btn {

	position: relative;

	float: left;

	z-index:10;

 	padding: 16px 40px 16px 30px;

	background: #f9f9f9;

	border-radius: 4px;

	border: 1px solid #eee;

	font-size:.9em;

	cursor:pointer;

	text-transform: uppercase;

	font-weight: 600;

}

.tfp-btn strong {

	padding-left:5px;

}

.tfp-btn:before {

    font-family: "Font Awesome 6 Pro";

    content: "\f0d7";

    position: absolute;

    color:var(--main-color);

    top:50%;

    font-size: 13px;

    right: 11px;

	margin-top:-7px;

    font-weight: 800;

    transition: all .2s ease-in-out;

}

.tfp-btn.rot_tfp-btn:before {

    transform: rotateX(180deg);

}

.tfp-det {

	position:absolute;

	top:100%;

	right:-5px;

	z-index:11;

	padding:15px 30px;

	width: 350px;

	background:#fff;

	border:1px solid #eee;

	border-radius:10px;

	opacity:0;

	visibility:hidden;

	margin-top:30px;

    transition: all .2s ease-in-out;

    box-shadow: 0 10px 34px 0px rgba(0, 0, 0, .04);

}

.tfp-det p a {

    color:var(--main-color);

}

.tfp-det-btn {

	float:left;

	padding:10px 18px;

	color:#fff;

 	font-weight: 500;

	border-radius:30px;

	margin-top:3px;

	background: #000;

    transition: all .2s ease-in-out;

}

.tfp-det-btn i {

    color:var(--main-color);

	margin-left: 10px;

    transition: all .2s ease-in-out;

}

.tfp-det-btn:hover {

	background: var(--main-color);

}

.tfp-det-btn:hover i {

	color:#000;

}

.tfp-det.vis_tfp-det {

	opacity:1;

	visibility: visible;

	margin-top:15px;

}

.db-container  , .db-single-facts-wrap {

	position: relative;

	overflow: hidden;

}

.db-single-facts-wrap {

	border-radius: 10px;

	background: var(--second-color);

	padding: 40px 0;

	border: 1px solid #eee;

}

.db-single-facts  {

	position: relative;

	z-index: 2;

	padding:0 90px 0 40px;

}

.db-single-facts  i {

	position: absolute;

	right: 30px;

	top: 50%;

	transform: translateY(-50%);

    color:var(--main-color);

	font-size: 1.4em;

	width: 50px;

	height: 50px;

	line-height: 50px;

	background: #fff;

	font-weight: 900;

	border-radius: 4px;

    box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .07);

}

.db-single-facts .num {

	font-size: 3.9em;

	text-align: left;

	font-weight: 600;

}

.db-single-facts h6  {

	text-align: left;

	font-weight: 600;

	font-size:13px;

} 

.db-single-facts-wrap svg {

	opacity: .4;

	bottom: 0;

	position: absolute;

	left: 0;

	right: 0;

	z-index: 1;

}

.chart-wrap {

	position: relative;

	background: #000;

	padding: 30px;

	border-radius: 20px;

	overflow: hidden;

}

.chart-header {

	position: relative;

	padding-bottom: 20px;

	margin-bottom: 20px;

	border-bottom: 1px solid rgba(255,255,255,.2)

}

.dashboard-widget-title {

	display: table;

	text-align: left;

	color:#fff;

	font-size: 1.1em;

	font-weight: 600;

	text-transform: uppercase;

}

#myChartLegend {

	position: absolute;

	top: -5px;

	right: 0;

}

#myChartLegend li {

	color:#fff;

	float: left;

	margin-left: 10px;

	text-transform: uppercase;

	font-size: .9em;

	padding: 7px 10px;

	border-radius:10px;

	border: 1px solid rgba(255,255,255,.2);

	font-weight: 500;

	cursor: pointer;

}

#myChartLegend li:hover {

	background: #292929

}

#myChartLegend li span {

	width: 10px;

	height: 6px;

	float: left;

	margin: 4px 8px 0 0;

}

#myChartLegend li.hidden-lable {

	text-decoration: line-through;

}

.dasboard-content {

	position: relative;

	margin-top: 30px;

}

.dashboard-list {

    padding: 15px 60px 15px 60px;

    background: #fff;

    border-radius: 10px;

    margin-bottom: 10px;

	position: relative;

    border: 1px solid #eee;

	overflow: hidden;

}

.dashboard-list-box .dashboard-list:last-child{

    margin-bottom: 0;	

}

.close-dashboard-item {

    position: absolute;

    right: 20px;

    top: 50%;

    margin-top: -20px;

    cursor: pointer;

    width: 40px;

    height: 40px;

    line-height: 40px;

    border-radius: 50%;

    color:var(--main-color);

    font-size: 1.1em;

	background: #f9f9f9;

	border: 1px solid #eee;

}

.main-dashboard-message-text p a {

    color:var(--main-color);	

}

.main-dashboard-message-icon {

    position: absolute;

    left: 10px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    border-radius: 4px;

    color: #fff;

    top: 50%;

	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .17);

	background: var(--main-color);

    margin-top: -25px;

	font-size: 1.4em;

}

.main-dashboard-message-text {

    float: left;

    margin: 10px 0 0 30px;

}

.main-dashboard-message-time {

    float: right;

    margin: 16px 30px 0 0;

    font-size: .9em;

    font-weight: 500;

    color: #666;

}

.main-dashboard-message-time i {

	margin-right: 6px;

    color:var(--main-color);

}

.dashboard-widget-title-single {

    text-align: left;

 	position: relative;

    font-size: 1.2em;

    font-weight: 600;

 	text-transform: uppercase;

	padding-bottom: 15px;

	margin-bottom: 20px;

	border-bottom: 1px solid #eee;

}

.dashboard-widget-title-single:before , .dashboard-widget-title-single:after {

    content: '';

    position: absolute;

    right: 0;

    height: 8px;

    background: var(--main-color);

    top: 6px;

    border-radius: 10px;

	width: 20px;

}

.dashboard-widget-title-single:after {

    width: 12px;

    right: 22px;

	background: var(--second-color);

}

.notification {

	background: #292929;

	border-radius: 50px;

	padding: 14px 30px;

	margin-bottom: 20px;

	position: relative;

	overflow: hidden;

}

.notification p {

	color:#fff;

	padding-bottom: 0;

}

.notification p a {

    color:var(--main-color);	

}

.notification-close {

	position: absolute;

	width: 40px;

	height: 40px;

	line-height: 40px;

	top: 50%;

	transform: translateY(-50%);

	right: 5px;

	border-radius: 50%;

	background: #000;

    color:var(--main-color);

	border: 1px solid rgba(255,255,255,.3)

}

.dasboard-content-item {

	position: relative;

	padding: 30px;

	background: #fff;

	border: 1px solid #eee;

	border-radius: 10px;

}

.edit-profile-photo {

	position: relative;

	margin-bottom: 28px;

	background: #292929;

	padding:30px 20px;

	border-radius: 10px;

	overflow: hidden;

}

.edit-profile-photo_cur {

	float: left;

 	overflow: hidden;

	border-radius: 10px;

	position: relative;

	z-index: 3;

}

.edit-profile-photo_cur img  , .edit-profile-photo_cur  {

	width: 60px;

	height: 60px;

}

.change-photo-btn {

	position: relative;

	float: left;

}

.photoUpload input.upload {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    bottom: 0;

    cursor: pointer;

    opacity: 0;

}

.photoUpload {

    float: left;

    position: relative;

    padding: 10px 15px ;

    color: #fff;

    cursor: pointer;

    font-size:1.1em;

    font-weight: 500;

	margin: 10px 0 0 30px;

	border-radius: 10px;

	background: #000;

	z-index: 3;

	border: 1px solid rgba(255,255,255,.2);

}

.photoUpload:hover   {

    color:var(--main-color);	

}

.remove_phav {

	position: absolute;

	top: 50%;

	right: 30px;

	z-index: 5;

	cursor: pointer;

	font-size: 1.3em;

	transform: translateY(-50%);

	width: 40px;

	height: 40px;

	line-height: 40px;

	background:  var(--main-color);

	border-radius: 4px;

	color:#fff;

}

.sin-uidb {

    text-align: left;

    position: relative;

    font-weight: 600;

    text-transform: uppercase;

    padding-bottom: 15px;

    margin: 20px 0;

    border-bottom: 1px solid #eee;

}

.onoffswitch-wrap_db {

	position: absolute;

	top: 0;

	right: 0;

	z-index: 20;

}

.content-widget-switcher {

	position: relative;

    padding: 18px 20px;

    border: 1px solid #eee;

    background: #f9f9f9;

	border-radius: 10px;

	overflow: hidden;

}

.content-widget-switcher-title {

	float: left;

	color: #222;

	font-weight: 500;

}

.content-widget-switcher .onoffswitch {

	position: absolute;

	top: 13px;

	right: 20px;

	z-index: 4;	

}

.add_acc-item-wrap {

	position: relative;

	border-bottom: 1px solid #eee;

	padding-bottom: 30px;

}

.add_acc-item {

	padding-right: 70px;

	position: relative;

}

.add_acc-container .add_acc-item:first-child {

    padding-right: 0;

}

.add_acc-item .remove-rp {

	position: absolute;

    right: 0;

    top: 0;

    z-index: 10;

	width: 46px;

    height: 46px;

    line-height: 46px;

	background: #000;

	border-radius: 4px;

    cursor: pointer;

    font-size: 1.2em;

	color:  var(--main-color);

	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .37);

}

.add_acc-container .add_acc-item:first-child .remove-rp {

	display: none

}

.add-acc {

    display: table;

    font-weight: 600;

    font-size: 10px;

    text-transform: uppercase;

    padding: 10px 20px;

	background: #000;

    border-radius: 4px;

	color:  var(--main-color);

	cursor: pointer;

	box-shadow: 0 12px 16px 0px rgba(0, 0, 0, .37);

}

.bookings-item {

 	position: relative;

	border: 1px solid #eee;

	overflow: hidden;

	background: #fff;

	border-radius: 10px;

	margin-bottom: 20px;

	transition: all .2s linear;

}

.bookings-item:hover {

	box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);

}

.bookings-item-header {

	padding: 25px 20px 25px 120px;

	border-bottom: 1px solid #eee;

	background: #fff;

  	position: relative;

}

.bookings-item-header h4 {

	text-align: left;

	font-weight: 600;

	font-size: 1.1em;

	padding-top: 8px;

}

.bookings-item-header h4 a:hover , .new-bookmark  {

	color:  var(--main-color);

}

.bookings-item-header img {

	position: absolute;

	left: 30px;

	width: 70px;

	height: auto;

	top: 50%;

	transform: translateY(-50%);

	border-radius: 4px;

	box-shadow: 0 9px 10px rgba(58, 87, 135, 0.15);

}

.new-bookmark {

	position:absolute;

	top:0;

	right: 0;

	padding: 0 30px;

	font-size: .9em;

	height: 30px;

	line-height: 30px;

	background: #000;

	border-radius: 0 0 0 6px;

	z-index: 10;

	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .37);

}

.bookings-item-content {

	margin-top: 6px;

	padding: 15px 30px;

}

.bookings-item-content li {

	text-align: left;

	margin-bottom: 8px;

	font-weight: 600;

}

.bookings-item-content li span{

	color: #666;

	padding-left: 10px;

}

.bookings-item-footer {

	border-top: 1px solid #eee;

	padding-left: 30px;

	overflow: hidden;

}

.message-date {

	float: left;

	margin-top: 18px;

	font-weight: 500;

    color: #666;

}

.message-date i   {

	margin-right: 10px;

	color:  var(--main-color);

}

.bookings-item-footer ul {

	float: right;

}

.bookings-item-footer li {

	float: left;

}

.bookings-item-footer li a {

	width: 50px;

	height: 50px;

	line-height: 50px;

	float: left;

	font-size: 1.3em;

	border-left: 1px solid #eee;

	background: #fff;

	color:  var(--main-color);

}

.bookings-item-footer li a:hover {

	background: #f9f9f9;

}

.dashboard-listings-item {

	margin-bottom: 20px;

 	position: relative;

	overflow: hidden;

	background: #fff;

 	border-radius: 10px;

	border: 1px solid #eee;

    transition: all .2s linear;

} 

.dashboard-listings-item:hover{

	box-shadow: 0 9px 10px rgba(58, 87, 135, 0.05);

}

.dashboard-listings-item_img {

	position: relative;

	height: 200px;

	border-radius: 10px;

	overflow: hidden;

}

.dashboard-listings-item_img .overlay {

	opacity: 0;

	transition: all .3s linear;

}

.dashboard-listings-item_img  a {

	position: absolute;

	width: 60px;

	height: 30px;

	line-height: 30px;

	color: #fff;

	z-index: 5;

	font-weight: 500;

	top: 20%;

	border-radius: 6px;

	background: var(--main-color);

	left: 50%;

	margin: -15px 0 0 -30px;

	opacity: 0;

    transition: all .2s linear;

}

.dashboard-listings-item:hover .dashboard-listings-item_img  a {

	top:50%;

	opacity: 1;

}

.dashboard-listings-item:hover .dashboard-listings-item_img  .overlay {

	opacity: 0.3;

}

.dashboard-listings-item_content {

	padding: 25px 20px 75px 30px;

	position: relative;

}

.dashboard-listings-item_content h4 {

	text-align: left;

    padding: 0 0 5px 0;

    font-weight: 600;

    font-size: 1.3em;

}

.dashboard-listings-item_content h4:hover a {

    color: var(--main-color); 

}

.dashboard-listings-item_content .geodir-category-location {

	text-align: left;

	font-size: .9em;

	font-weight: 500;

}

.dashboard-listings-item_opt {

	position: absolute;

	left: 0;

	right: 0;

	height: 50px;

	bottom: 0;

	border-top: 1px solid #eee;

}

.dashboard-listings-item_opt ul {

	float: right;

}

.dashboard-listings-item_opt li {

	float:left;

}

.dashboard-listings-item_opt li a {

	float: left;

	width: 50px;

	height: 50px;

	line-height: 50px;

	font-size: 1.3em;

    border-left: 1px solid #eee;

    background: #fff;

    color: var(--main-color);

}

.dashboard-listings-item_opt li a:hover {

	background: #f9f9f9;

}

.dashboard-listings-item_opt .viewed-counter{

	float:left;

	margin: 17px 0 0 30px;

    font-weight: 600;

	font-size: .9em;

}

.message-date i , .dashboard-listings-item_content .geodir-category-location i , .dashboard-listings-item_opt .viewed-counter i {

	margin-right: 4px;

	color:  var(--main-color);

}

.dasboard-opt-header {

	position: relative;

	margin-bottom: 20px;

	padding-bottom: 20px;

	border-bottom: 1px solid #eee;

}

.db-price-opt {

	float: left;

 	width: 250px;

	padding-left:70px; 

}

.db-price-opt .nice-select {

	background: #fff;

} 

.db-price-opt-container {

	position: absolute;

	top: 0;

	right: 0; 

}

.dashboard-search-listing {

	width: 350px;

	position: relative;

	overflow: hidden;

}

.dashboard-search-listing input {

    float: left;

    border: 1px solid #e5e7f2;

    background: #fff;

    width: 100%;

    padding: 18px 20px;

    border-radius: 4px;

    color: #7d93b2;

 	font-family: var(--main-font);

    -webkit-appearance: none;

    outline: none;

    overflow: hidden;

    z-index: 1;	

}

.dashboard-search-listing button {

	position: absolute;

	right: 30px;

	top: 50%;

	transform: translateY(-50%);

	z-index: 2;

	cursor: pointer;

	border: none;

	background: none;

    -webkit-appearance: none;

    outline: none;

    color: var(--main-color);

}

.dashboard-addnew_btn {

	float:right;

	padding: 18px 40px;

	background: #000;

	color: #fff;

	margin-left: 20px;

	border-radius: 10px;

 	box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .37);

	font-weight: 600;

    transition: all .2s linear;

}

.dashboard-addnew_btn:hover {

 box-shadow: 0 10px 14px 0px rgba(0, 0, 0, .0);	

}

.dashboard-addnew_btn i {

	margin-left: 10px;

    color: var(--main-color);

}

.db-menu_modile_btn {

	display: none

}

.cs_amin_btn {

	margin-top: 4px;

}

@media only screen and  (max-width: 1468px) {

.ds-tg li {

    width: 50%;

    margin: 6px 0  ;

} 

}

@media only screen and  (max-width: 1068px) {

.usmha_edit , .user-dasboard-menu , .db-date , .dashboard-title-item:before {

	display: none

}



.dashboard-title {

    padding: 20px 10px 10px;

	z-index: 21;

} 

.dashboard-title-item  {

	padding-left: 20px;

}	

.tfp-det {

    right: 0;

    width: 100%;

} 

.tfp-btn {

    float: none;

}

.tfp-det-container {

    position: relative;

    top: 0;

    right: 0;

	margin-top: 10px;

    transform: translateY(0);

}	

.tfp-btn {

    padding: 16px 20px 16px 20px;

	text-align: left;

} 	

.db-menu_modile_btn {

	position: absolute;

	top: 50%;

	right: 20px;

	transform: translateY(-50%);

	z-index: 2;

	display: block;

	cursor: pointer;

	height: 20px;

	line-height: 20px;

}

.db-menu_modile_btn i {

	color: var(--main-color);

	font-size: 1.8em;

	position: relative;

	top: 4px;

}

.db-menu_modile_btn.db-menu_modile_btn_cls i:before {

	content: "\f00d";		

}

.db-menu_modile_btn strong{

	margin-right: 15px;

	text-transform: uppercase;

	font-weight: 600;

	font-size: .9em;

}

.user-dasboard-menu-header {

    margin-bottom: 0;

}

.user-dasboard-menu {

    margin-top: 10px;

}

.ds-tg , .dashboard-list-box {

	margin-bottom: 20px

}

.cs_amin_btn {

	margin-top: 20px;

}

.db-single-facts-wrap {

    margin-bottom: 10px;

}

.edit-profile-photo {

    margin-top: 10px;

}	

}

@media only screen and  (max-width: 768px) {

	.ds-tg li {

		width: 100%;

		margin: 6px 0;

	}

	.dashboard-list {

		padding: 15px 50px;

	}

	.main-dashboard-message-time {

		float:left;

		margin: 5px 0 0 24px;

	}

	.main-dashboard-message-text {

		margin: 0 0 0 20px;

	}	

	.close-dashboard-item {

		right: 15px;

		top: 15px;

		margin-top:0;

		border-radius: 4px;

	}

	.main-dashboard-message-icon {

		left: 15px;

		width: 30px;

		height: 30px;

		line-height: 30px;

		top: 15px;

		font-size: 1.2em;

		margin-top: 0;

	}

	.photoUpload {

		margin: 10px 0 0 10px;

	}

	.db-price-opt-container , .db-price-opt , .dashboard-search-listing  {

		position: relative;

		 width: 100%;

	}

	.db-price-opt {

		float: none;

		display: table;

	}

	.dashboard-search-listing {

		margin-bottom: 20px;

	}

	.dashboard-addnew_btn {

		display: none

	}

	#myChartLegend {

		position: relative;

		top: 0;

		width: 100%;

		margin: 10px 0 0;

		overflow: hidden;

	}

	#myChartLegend li {

		margin:  0 10px 0 0;



	}

}



/* ilan ekleme */



#pyazi p{margin-bottom:0px!important}.pointerekle{cursor: pointer;}

#ilaneklevilla .form-control:focus {  color: var(--bs-body-color);  background-color: rgb(237, 237, 237);  border-color: var(--anarenk1);  outline: 0;   transition: var(--trans);}

#wrapper {	width: 800px;}

#navigation {	background-color: #fff;	border: #ddd 1px solid;	border-radius: 10px;	margin: 10px;	padding: 10px;}

#navigation li {	margin: 2px 0;}

#ilaneklevilla label.error {color: #fff!important; right:20px; margin-left: 10px;  position: absolute;  top: -10px;  background: red;  display: inline;  height: 15px;  line-height: 0px;  font-size: 11px;  padding: 10px;  z-index: 10;}

#ilaneklevilla label.error::after {color: #fff!important;  margin-left: 10px;  position: absolute;  top: -10px;  background: red;  display: inline;  height: 15px;  line-height: 0px;  font-size: 11px;  padding: 10px;}

#progressbar {  margin: 10px 0;  width: 100%;  height: 20px;  border:1px solid #dadada; }

#ilaneklevilla .wizard {	background-color: #fff;	border: #ddd 1px solid;	border-radius: 10px;	padding: 20px;}

#ilaneklevilla .wizard .wizard-header {	background-color: #f4f4f4;	border-bottom: #ddd 1px solid;	border-top-left-radius: 10px;	border-top-right-radius: 10px;	padding: 5px 10px;	margin: 0 0 10px 0;}

#ilaneklevilla .wizard .wizard-step {	margin: 10px 0;}

#ilaneklevilla .wizard .wizard-step p {	padding: 5px;}

#ilaneklevilla .navigation {	border-top: #ddd 1px solid;	margin-top: 10px;	padding-top: 10px;}

#ilaneklevilla .navigation ul {	margin: 0;	padding: 0;	list-style: none;}

#ilaneklevilla .navigation li {	float: left;	margin-right: 10px;}

#ilaneklevilla .pad {	padding: 0px;}

#ilaneklevilla .blue {	background: blue;	color: white;}

#ilaneklevilla .pink {	background: pink;	color: black;}

#ilaneklevilla .clearfix:before, #ilaneklevilla .clearfix:after {	content: "\0020";	display: block;	height: 0;	visibility: hidden;}

#ilaneklevilla .clearfix:after {	clear: both;}

#ilaneklevilla .ui-widget-header {border: 0px solid #aaa; 

background: rgb(238,120,56);

background: linear-gradient(97deg, rgba(238,120,56,1) 0%, rgba(238,208,56,1) 90%);

 font-weight: bold;  height: 25px;}

#ilaneklevilla .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {  border-color: rgb(237, 237, 237);}

#ilaneklevilla .ck.ck-editor__editable_inline {  height: 350px;}

#ilaneklevilla .ck.ck-toolbar {  background: var(--ck-color-toolbar-background);  border: 1px solid rgb(237, 237, 237);  z-index: 5;  position: relative;}

#ilaneklevilla .ck-focused {    border: 1px solid rgb(237, 237, 237);  background-color: rgb(237, 237, 237); box-shadow: 0px 0px 0px 0px transparent;	outline: 0;   transition: var(--trans)}

.karaktersay{position: absolute;  top: -10px;  right: 5px;  font-size: 10px;  background: #333;  color: #fff;  padding: 3px;  border-radius: 3px;}  

#ilaneklevilla .bootstrap-select > .dropdown-toggle {  border: var(--bs-border-width) solid var(--bs-border-color);  height: 58px;  line-height: 48px;  border-radius: var(--bs-border-radius);}

#ilaneklevilla .bootstrap-select > .dropdown-toggle::after {  margin-top: 7px;}

#ilaneklevilla .dropdown-item:focus, .dropdown-item:hover {  color: var(--anarenk1yazi);  background-color: var(--anarenk1);}

#ilaneklevilla .selected { color: var(--anarenk1yazi);  background-color: var(--anarenk1);}

#ilaneklevilla .form-floating > label {  color: #999;}

#ilaneklevilla .btn-check:checked + .btn, 

#ilaneklevilla  .btn:hover, 

#ilaneklevilla  .btn:focus, 

#ilaneklevilla  .btn.active, 

#ilaneklevilla  .btn.show, 

#ilaneklevilla  .btn:first-child:active, 

#ilaneklevilla  :not(.btn-check) + .btn:active {    color: var(--bs-body-color);  background-color: rgb(237, 237, 237);    border: 0px solid var(--anarenk1); box-shadow: 0px 0px 0px 0px transparent;	outline: 0;   transition: var(--trans)}



/*------ Navigation -------*/

.nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none; }



.nav-link {

  display: block;

  padding: 0.2rem 0.9rem; }

  .nav-link:hover, .nav-link:focus {

    text-decoration: none; }

  .nav-link.disabled {

    color: #a8b4c1; }



.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {

  border: 0; }



.nav-tabs .nav-link.disabled {

  color: #868e96;

  background-color: transparent;

  border-color: transparent;

  opacity: .4;

  cursor: default;

  pointer-events: none; }



.nav-tabs .nav-link.active {

  border: 0; }



.nav-tabs .nav-item.show .nav-link {

  border: 0; }



.nav-tabs .dropdown-menu {

  border-top-left-radius: 0;

  border-top-right-radius: 0; }



.nav-pills .nav-link {

  border-radius: 4px;

  background: #f0f0f2; }



.card-header-pills.nav-pills .nav-link {

  border-radius: 4px;

  background: transparent; }



.nav-fill .nav-item {

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  text-align: center; }



.nav-justified .nav-item {

  -ms-flex-preferred-size: 0;

  flex-basis: 0;

  -ms-flex-positive: 1;

  flex-grow: 1;

  text-align: center; }





.tab-content-zr   {

    width: 100%;

    display: block!important;

	float:left;

}



.tab-content > .tab-pane {

  display: none; }



.tab-content > .active {

  display: block; }





.tabs-menu-zr ul li .active {

       background: var(--main-color);

}

.tabs-menu-zr ul li .active {

    color: #fff !important;

}

.tabs-menu-zr ul li a {

    padding: 10px 20px 11px 20px;

    display: block;

    border: 1px solid #e3e4e9;

    margin: 3px;

    border-radius: 4px;

    text-align: center;

    display: flex;

    align-items: center;

}

#ilaneklevilla  input[type="text"]{

	padding:17px 20px 17px 20px;

}

#ilaneklevilla .form-group {

	margin-top:15px;

	position: relative;

}

.text-danger {

    color:#eb3427;

	text-align:left;

	margin-top:5px;

	width:100%;

	float:left;

}



.ilan-tipi-sec h4 {

	  font-size: 20px;

    margin-bottom: 22px;

    font-weight: 600;

	margin-top:15px;

}

.ilan-tipi-ul {

	min-height:200px;

	margin-top:40px;

}

.ilan-tipi-ul li

{

	text-align: center;

    display: inline-block;

    min-width: 220px;

	float:none;

	width:auto;

}

.ilan-tipi-ul li input{

	width:40px!important;

	height:40px!important;

}

.ilan-tipi-ul li label

{

	 top: 5px;

	font-size: 18px;

}

.ilan-tipi-ul input:checked:after, .ilan-tipi-ul input:checked:after {

    font-family: "Font Awesome 6 Pro";

    content: "\f00c";

    font-size: 22px!important;

    position: absolute;

    top: 8px!important;

    left: 10px!important;

    z-index: 20;

    color: var(--main-color);

}

.ilanibitir {

    position: relative;

    text-align: center;

    border: 1px solid #dadada;

    border-radius: 5px;

    padding: 20px;

}

.ilanicon {

    font-size: 60px;

    color: #198754;

    margin-bottom: 20px;

}

.fa-shake {

    -webkit-animation-name: fa-shake;

    animation-name: fa-shake;

    -webkit-animation-duration: var(--fa-animation-duration, 1s);

    animation-duration: var(--fa-animation-duration, 1s);

    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);

    animation-iteration-count: var(--fa-animation-iteration-count, infinite);

    -webkit-animation-timing-function: var(--fa-animation-timing, linear);

    animation-timing-function: var(--fa-animation-timing, linear);

}

.fa-shake, .fa-spin {

    -webkit-animation-delay: var(--fa-animation-delay, 0s);

    animation-delay: var(--fa-animation-delay, 0s);

    -webkit-animation-direction: var(--fa-animation-direction, normal);

    animation-direction: var(--fa-animation-direction, normal);

}

.ilanibitir button {

	    display: inline-block;

    margin-top: 30px;

	    background: var(--main-color);

}





.zr-sabitler {

	min-height:200px;

	margin-top:40px;

}

.zr-sabitler h4 {

	 font-size: 20px;

    margin-bottom: 22px;

    font-weight: 600;

	margin-top:5px;

}

.kategoriselect .chosen-choices input{

	    padding: 6px 12px!important;

}

.kategoriselect .chosen-container-single .chosen-default {

	display:none!important;

}

.kategoriselect .chosen-container-single {

	display:none!important;

}

.kategoriselect .nice-select .list {

	    padding: 6px 0 0;

}

.kategoriselect .nice-select {

	    padding-left: 23px;

}

.zr-notification {

	color:#fff;

}

.notification {

        border-radius: 10px;

}



#ilaneklevilla .card {

    position: relative;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: column;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    position: relative;

    margin-bottom: 1.5rem;

    width: 100%;

    border: 1px solid #dbe2eb;

    box-shadow: 0px 6px 8px rgba(4, 4, 7, 0.1);

    border-radius: 8px;

}

#ilaneklevilla .card-body {

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    margin: 0;

    padding: 1.5rem 1.5rem;

    position: relative;

}

#ilaneklevilla .card-title {

    line-height: 1.2;

    text-transform: capitalize;

    font-weight: 700;

    letter-spacing: .05rem;

    font-size: 15px;

}

#ilaneklevilla .module-language {

	margin:7px 0;

}

#ilaneklevilla .module-language img{ margin-right:2px;}



#ilaneklevilla .panel-heading.first {

	    width: 100%;

    float: left;

    min-height: 56px;

}

.ozellik-md {

	  display: flex;

  align-items: center;

}

.zr-module-ilan span {

	    margin-bottom: 10px;

    width: 100%;

    display:block;

    font-size: 13px;

}



.zr-module-ilan .form-control {

    display: block;

    width: 100%;

    padding: 0.375rem 0.75rem;

    font-size: 0.9375rem;

    line-height: 1.6;

    color: #6b6f80;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #e3e4e9;

    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

    border-radius: 5px;

    height: auto;

}



/*galeri*/

.fotogalery {   padding: 5px;  width: 100%;  margin: 0 auto;  }

.fotogalery .foto-item {  }

.foto-item img {  width: 100%;  height: 180px; object-fit: cover;}

.fotogalery .fotoiconlar {  width: min-content;  text-align: center;  color: #fff;  position: absolute;  top: 0px;  background: rgba(0, 0, 0, .15);  backdrop-filter: blur( 9.0px );  padding: 5px;  border-radius: 15px 0px;  margin: 3px;  left: 0;}

.fotogalery .fotoiconlar i{padding:3px;}

.fotogalery .fotoiconlar a{color:#fff;}

.resimupload {  padding: 20px;  border: 1px solid #dadada;  border-radius: 5px;}

.fontsize13,.fontsize13 label {  font-size: 13px;  top: -1px;  position: relative;}

.ilanibitir {  position: relative;  text-align: center;  border: 1px solid #dadada;  border-radius: 5px;  padding: 20px;}

.ilanicon {  font-size: 60px;  color: #198754;  margin-bottom: 20px;}.lang-content-user-area .nav { border:none; }

.lang-content-user-area .nav li button.active{     background: var(--butonbg);    color: var(--butonyazilink);    transition: var(--trans);	}

.lang-content-user-area .nav li button {	    color: #555;    background-color: #fff;    border:none;    border-bottom-color: transparent;    cursor: default;    font-size: 14px;	margin-right:4px;	text-decoration:none;	border-radius:4px;}



/*

.dropzone .dz-preview .dz-success-mark, 

.dropzone-previews .dz-preview .dz-success-mark

 { opacity:1;



 }

 */

.gallery-env {	position:relative;	    width: 100%;    float: left;}

.galery-body .img-sortable { position:relative;	padding:10px;}

.galery-body {	margin-bottom:30px;}.fotogalery .fotoiconlar {	top: 11px;    left: 8px;}

.ozellikbox .panel

	{

		border:1px solid #ebebeb;

	}

.ozellikbox .panel-body 

	{

	    position: relative;

    padding: 15px;

	}	

	

	

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio:1.5/1), (min-device-pixel-ratio:1.5), (min-resolution: 138dpi), (min-resolution: 1.5dppx) {

  .dropzone .dz-preview .dz-progress .dz-upload, .dropzone-previews .dz-preview .dz-progress .dz-upload {

    background-size: 658px 406px!important;

  }

}

.dropzone {

  padding-left: 20px!important;

  padding-right: 0px!important;

  padding-bottom:0px!important;

  padding-top:0px!important;

}

.dropzone .dz-preview .dz-error-message, .dropzone-previews .dz-preview .dz-error-message {

  display: none;

  position: absolute;

  top: 0px!important;

  left: 0px!important;

  background: rgba(245,245,245,0.8);

  padding: 8px 10px;

  color: #800;

  min-width: 100px!important;

  max-width: 110px!important;

  z-index: 500;

}

.dropzone a.dz-remove, .dropzone-previews a.dz-remove {

  z-index: 502!important;

  position: relative!important;

}

.dropzone .dz-preview.dz-error .dz-error-mark, .dropzone-previews .dz-preview.dz-error .dz-error-mark {

  z-index: 502!important;

}

/*	

.dropzone .dz-preview .dz-success-mark, .dropzone-previews .dz-preview .dz-success-mark { opacity:1!important; }

*/



.ga-title {

	font-weight:600;

	padding-bottom:10px;

	font-size:24px;

	margin-bottom:5px;

	width:100%;

	float:left;

}



.fuzone {

    position: relative;

    border: 1px   solid #eee;

    border-radius: 10px;

    background: #f9f9f9;

    transition: all  .3s linear;

    margin-bottom: 10px;

    display: inline-block;

    width: 100%;

	min-height:140px;

	margin-top:0px;

	cursor:pointer;

	z-index: 1;

}

.fuzone input {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	opacity:0;

	z-index:100;

	cursor:pointer;

}

.fuzone .fu-text {

    text-align: center;

    margin: 50px 0;

    font-size: 12px;

	color: #999;

	font-weight:400;

    position: relative;

}

.fuzone .fu-text i {

	font-size:44px;

	width:100%;

	padding-bottom:10px;

    transition: all 0.3s linear;

    color:var(--main-color);

}

.fuzone:hover  .fu-text i {

	transform: translateY(-10px);

}

.photoUpload-files {

	margin-top: 6px;

	padding: 0 10px;

}

.photoUpload-files span {

	color:#666;

	margin: 0 3px;

	padding: 3px 6px;

	background: #fff;

	border-radius: 2px;

	display: inline-block;

	font-size: 10px;

	box-shadow: 0 5px 5px rgba(0,0,0,0.07);

} 

.hid-input {

	display:none;

}

.onoffswitch {

    position: relative; width: 73px;

    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;

}

.onoffswitch-checkbox {

    display: none;

}



.btn-file {

    overflow: hidden;

    position: relative;

    vertical-align: middle

}



.btn-file > input {

    position: absolute;

    top: 0;

    right: 0;

    margin: 0;

    opacity: 0;

    filter: alpha(opacity=0);

    font-size: 23px;

    height: 100%;

    width: 100%;

    direction: ltr;

    cursor: pointer

}



.btn-file i {

    margin-right: 5px

}



.fileinput {

    margin-bottom: 9px;

    display: inline-block

}



.fileinput .form-control {

    padding-top: 7px;

    padding-bottom: 5px;

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

    cursor: text

}



.fileinput .thumbnail {

    overflow: hidden;

    display: inline-block;

    margin-bottom: 5px;

    vertical-align: middle;

    text-align: center

}



.fileinput .thumbnail > img {

    max-height: 100%

}



.fileinput .btn {

    vertical-align: middle

}



.fileinput-exists .fileinput-new,

.fileinput-new .fileinput-exists {

    display: none

}



.fileinput-inline .fileinput-controls {

    display: inline

}



.fileinput-filename {

    vertical-align: middle;

    display: inline-block;

    overflow: hidden;

    font-size: 11px

}



.form-control .fileinput-filename {

    vertical-align: bottom

}



.fileinput.input-group {

    display: table

}



.fileinput.input-group > * {

    position: relative;

    z-index: 2

}



.fileinput.input-group > .btn-file {

    z-index: 1

}



.fileinput-new.input-group .btn-file,

.fileinput-new .input-group .btn-file {

    border-radius: 0 4px 4px 0

}



.fileinput-new.input-group .btn-file.btn-xs,

.fileinput-new .input-group .btn-file.btn-xs,

.fileinput-new.input-group .btn-file.btn-sm,

.fileinput-new .input-group .btn-file.btn-sm {

    border-radius: 0 3px 3px 0

}



.fileinput-new.input-group .btn-file.btn-lg,

.fileinput-new .input-group .btn-file.btn-lg {

    border-radius: 0 6px 6px 0

}



.form-group.has-warning .fileinput .fileinput-preview {

    color: #8a6d3b

}



.form-group.has-warning .fileinput .thumbnail {

    border-color: #faebcc

}



.form-group.has-error .fileinput .fileinput-preview {

    color: #a94442

}



.form-group.has-error .fileinput .thumbnail {

    border-color: #ebccd1

}



.form-group.has-success .fileinput .fileinput-preview {

    color: #3c763d

}



.form-group.has-success .fileinput .thumbnail {

    border-color: #d6e9c6

}



.input-group-addon:not(:first-child) {

    border-left: 0

}

.btn-video {

	font-size: 16px;

    display: inline-block;

    background: #ee7838 !important;

    color: #fff;

    padding: 8px 25px;

    border-radius: 3px;

    cursor: pointer;

}

.btn-video:hover { color:#fff;}





.zr-video-izleme {

	width:100%;

	float:left;

	position:relative;

	height:400px;

	margin-bottom:35px;

}



.zr-video video {

    display: block;

    height: 100%;

    object-fit: cover;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

}

.temizle{clear:both;}

.status-waiting {

	 position: absolute;

    right: 0;

    top: 10px;

    background: #fe0018;

    color: #fff;

    padding: 5px 10px;

	z-index:4;

	border-top-left-radius:3px;

	border-bottom-left-radius:3px;

}

.description-password {

	margin-bottom:20px;

}

.guvenlik-area {

	width:100%;

	float:left;

}

.guvenlik-area img{ width: 100px; float:left; margin-right:1px;  }

.btn-reload, .btn-reload2 {

	height: auto;

    padding: 0px 5px;

    width: auto;

    line-height: 18px;

	float:left;

	position:relative;

	top:20px;

}

.guvenlik-area input { width: 150px!important; }

.empty-header-basket {

	padding:40px 5px;

	font-weight:400;

	text-align:center;

}

.empty-cart-section img{

	width:100%;

}

.empty-cart-section span{

	    font-size: 18px;

    font-weight: 500;

    display: block;

    line-height: 20px;

	margin-top:20px;

}

.empty-cart-section p{

	    font-size: 14px;

    font-weight: 400;

    margin: 15px 0;

	text-align:center;

}



.mobile-error-content .favoriBosIkon i {

	font-size: 44px;

	line-height: normal;

}

body {

    color: #333;

} 

.header-inner .show-reg-form:hover a{

	color:#fff;

.checkbox-container {

	font-size:14px;

}

.checkbox-container input {

 position: absolute;

  cursor: pointer;

  left:0;

  width:0;



}



/* Create a custom checkbox */

.checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 23px;

  width: 23px;

  background-color: #eee;

}



/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {

  background-color: #f7f7f7;

  border:1px solid #eee;

}



/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {

  background-color: #bd6593;

}



/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {

  display: block;

}



/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {

  left: 9px;

  top: 6px;

  width: 5px;

  height: 10px;

  border: solid white;

  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.table-price-infos-result {

	 max-width: 100%;

    border-top: 1px solid rgba(238, 238, 238, 0.66);

    font-family: 'Poppins';

    font-size: 15px;

    padding-top: 20px;

    background: rgba(244, 244, 244, 0.26);

}

}

.sing-in {

	margin-right:5px;

}

.checkbox-container {

	font-size:13px;

	display: block;

    position: relative;

    padding-left: 35px;

    margin-bottom: 12px;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

	    line-height: 22px;

}

.checkbox-container input {

 position: absolute;

  cursor: pointer;

  left:0;

  width:0;



}



.register-page .form-group{

	position:relative;

	    margin: 0 0 4px 0 !important;

    min-height: 34px;

	    text-align: left;

}



/* Create a custom checkbox */

.checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 23px;

  width: 23px;

  background-color: #eee;

}



/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {

  background-color: #f7f7f7;

  border:1px solid #eee;

}



/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {

  background-color: #ee7838;

}



/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {

  display: block;

}



/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {

  left: 8px;

  top: 5px;

  width: 5px;

  height: 10px;

  border: solid white;

  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.table-price-infos-result {

	 max-width: 100%;

    border-top: 1px solid rgba(238, 238, 238, 0.66);

    font-family: 'Poppins';

    font-size: 15px;

    padding-top: 20px;

    background: rgba(244, 244, 244, 0.26);

}

.k-text {

	text-align:left;

	font-size:15px;

}

.list-item-text span {

	font-size:15px;

}

.list-item-text  div span {

	font-size:15px!important;

}

.list-item-text div{

	line-height:16px;

}

.list-item-text {

	text-align:left;

	 color: #5e646a;

	 height:50px;

	 white-space: nowrap;

  overflow:hidden;

  text-overflow: ellipsis;

      font-size: 14px;

}



.hasfavori {

	background:#EE7838!important;

	color:#fff!important;

}

.hasfavori i {

	color:#fff!important;

	

}

/* blog */

.zr-blog-section {

	

}



.card-post  {

	float:left;

	width:100%;

	position:relative;

	overflow:hidden;

	border-radius:6px;

	background:#fff;

}

.card-post .btn {

	margin-bottom:20px;

}

.post-article  {

	margin-bottom:30px;

	float:left;

	width:100%;

	position:relative;

}

.post-article .list-single-main-media  , .card-post .list-single-main-media {

	margin:0;

}

.post-article-title {

	padding:30px;

}

.card-post-img  img{

	float:left;

	width:100%;

	height:auto;

}

.card-post-content {

	padding:15px 20px 0;

	border:1px solid #eee;

}

.card-post-content h3 {

	float:left;

	width:100%;

	text-align:left;

	color:#666;

	font-size:16px;

	font-weight:700;

	padding:15px 0;

	border-bottom:1px solid #eee;

	margin-bottom:15px;

}

.card-post-content h3:before {

    font-family: Font Awesome\ 5 Pro;

    content: "\f0d7";

    position: absolute;

    right: 20px;

    top: 30px;

}

.card-post-content h3 a {

	color: #666;

}

.card-post-content p {

	text-align:left;

}

.home-posts {

	margin-bottom:40px;

}

.card-post-content .post-opt  {

	border-top:1px solid #eee;

	width:100%;

	padding:15px 0;

	margin:20px 0 5px;

}

.post-nav {

	margin-top:20px;

	margin-bottom:10px;

}

.post-nav:before {

	content:'';

	position:absolute;

	left:50%;

	height:50px;

	top:50%;

	margin-top:-25px;

	width:1px;

	background:#eee;

}

.post-link {

	position:relative;

	font-size:15px;

	font-weight:400;

	color: #999;

}

.post-link span {

	color: #999;

	font-size:12px;

	font-weight:600;

}

.post-link i {

	width:40px;

	height:40px;

	position:absolute;

	top:0;

	line-height:40px;

	font-size:22px;

}

.post-link:hover i  {

	-webkit-transform: rotateX(360deg);

	transform: rotateX(360deg);

}

.post-link.prev-post-link {

	float:left;

	padding-left:40px;

	text-align:left;

}

.post-link.next-post-link {

	float:right;

	padding-right:40px;

	text-align:right;

}

.post-link.prev-post-link  i {

	left:0;

	text-align:left;

}

.post-link.next-post-link  i {

	right:0;

	text-align:right;

}

.post-author {

	float:left;

	margin-right:20px;

	margin-top:10px;

}

.post-author img {

	width:40px;

	height:40px;

	border-radius:100%;

	float:left;

	margin-right:20px;

}

.post-author span {

	font-weight:600;

	position:relative;

	top:14px;

	color:#666;

	font-size:12px;

}

.post-opt {

	padding-top:24px;

}

.post-opt , .post-opt li {

	float:left;

}

.post-opt li {

	margin-right:20px;

}

.post-opt li span , .post-opt li a  {

	color:#999;

	font-weight:500;

	font-size:12px;

}

.post-opt li i {

	padding-right:6px;

}

.blog-cat-active  a{

	color:#EE7838;

}

.blog-text {

	    color: #5e646a!important;

		font-family:'Poppins, sans-serif'!important;

}

.blog-text p {

	    color: #5e646a!important;

		font-family:'Poppins, sans-serif'!important;

}

.blog-text span {

	    color: #5e646a!important;

		font-family:'Poppins, sans-serif'!important;

}

.cat-list-text {

		text-align:left;

		color: #5e646a;

		height:60px;

		overflow:hidden;

      font-size: 13px;



}

.geodir-category-footer {

	    min-height: 48px;

}



.list--pro-body {

	width:100%;

	 display:flex;

}

.list--pro-body .geodir-category-content_price{

	float:left;

	margin-right:5px;

}

.list--pro-body .list-counter {

	color:#333!important;

	width: 100%;

    text-align: center;

}

.list--pro-body .list-counter .timerx {

    text-align: center;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;	



}

.list--pro-body .col-md-timer p {

	color:#333;

	padding:0;

}

.list--pro-body-margin {

	margin-bottom:8px;

}

.list--pro-body .col-md-timer p:after { display:none;}

.list--pro-body .tim {

    font-weight: 600;

    font-size: 17px!important;

    color: #333!important;

}

.list--pro-body .col-md-timer {

			width:72px;

		margin:0 4px;

		display:inline-block;

}

.list--pro-body .timer-bg-list {

		background:#f9f9f9;

		border-radius:8px;

}

	

.buy-now {

	font-size:13px;

	float:right;

	margin-left:auto;

	color: #ee7838;

	font-weight:600;

	    color: #333;

}	

.buy-now em{

	background:#f9f9f9;

	border-radius:8px;

	padding:5px;

	font-size:15px;

	color:#b90808;

}



@media only screen and (max-width: 768px) {

    .show-reg-form {

		width:auto;

	}

	.show-reg-form span {

		display:block;

	}

	.show-reg-form i {

		margin-bottom:4px;

	}

}	



.zr-ame-detay ul li a{

	  padding: 7px 25px;

}

.filter-tag-loading {

	display:none;

}

.zr-filter-tag-area {

	min-height:150px;

}

.pro-text {

	font-weight: 400;

    color: #5e646a;

	font-size:13px;

}



.counter-outer > .counter{ 

	width:100%;



	margin-top:5px;

}



.counter-outer > .counter  .saat{ 

	float:left;

	background:#494949;

	border-radius:6px;

	text-align:center;

	padding:1px 0;

	    width: 100%;

}

.counter-outer > .counter  .dakika{ 

	float:left;

	background:#494949;

	border-radius:6px;

	text-align:center;

	padding:1px 0;

	    width: 100%;

}

.counter-outer > .counter  .gun{ 

	float:left;

	background:#494949;

	border-radius:6px;

	text-align:center;

	padding:1px 0;

	    width: 100%;

}



.counter-outer > .counter  .saniye{ 

	float:left;

	background:#494949;

	border-radius:6px;

	text-align:center;

	padding:1px 0;

	    width: 100%;

}

.col-md-timer {

	

	float:left;

	color:#fff;

	text-align:center;

}



.col-md-timer .tim{

	font-weight:700;

	font-size:34px;

}

.col-md-timer p{

	color:#fff;

	text-align:center;

	width:100%;

	    margin-top: -10px;

}

.counter-icon {

	float: left;

    color: #fff;

    font-size: 50px;

}



.teklifler {

	width:100%;

}

.teklifler table {

	width:100%;

	border-collapse: collapse;

	border: 1px solid #ebebeb;

}



.teklifler table > thead > tr > th, .teklifler table thead > tr > td {

    background-color: #f5f5f6;

    border-bottom-width: 1px;

    color: #a6a7aa;

	border: 1px solid #ebebeb;

	padding:8px;

	    vertical-align: bottom;

}

.teklifler table > tbody > tr:nth-child(odd) > td, .teklifler table > tbody > tr:nth-child(odd) > th {

	    background-color: #f8f8f8;

}

 .teklifler .table > thead > tr > th,

 .teklifler .table > tbody > tr > th,

 .teklifler .table > tfoot > tr > th, 

 .teklifler .table > thead > tr > td, 

 .teklifler .table > tbody > tr > td, 

 .teklifler .table > tfoot > tr > td {

	    padding: 8px;

    line-height: 1.42857143;

    vertical-align: middle;

    font-size: 12px;

}

.teklif-form-content {

	margin-top:0;

	width:100%;

	

}

.teklif-form-content button {

	background:#ee7838;

	color:#fff;

}

.teklif-form-content button:hover {

	color:#fff;

}

.teklif-form-content a {

	background:#ee7838;

	color:#fff;

}

.teklif-form-content a:hover {

	color:#fff;

}

.counter-outer {

	width:100%;

	

	margin-bottom:15px;

}

.zr-ilan-info {

	margin-top:20px;

	width:100%;



}



.zr-ilan-info em{

	color:#ee7838;

}



.zr-quantity-ajax {

	

}



.filter-hide-mode {

	display:none;

}

.payment-form label {

	font-weight:600;

	text-align:left;

	margin-bottom:5px;

	float:left;

	font-size:14px;

}

.payment-form .cs-intputwrap  {

	width: 100%;

    float: left;

}

.zr-havale-content {

	width:100%;

	float:left;

	min-height:150px;

	margin-bottom:15px;

	padding:20px;

}

.zr-paypal-content {

	width:100%;

	float:left;

	border-radius:6px;

	margin-bottom:15px;

	display:none;

}

.zr-havale-content {

	font-size:14px;

	display:none;

}

.zr-havale-content label {

	font-weight:400;

	color:#333;

}

.havaleinfo {

	color:#fff;

	font-size:13px;

	margin-top:30px;

}

.havaleul li {

	width:50%;

}

@media screen and (max-width:992px){

	.havaleul li {

		width:100%;

	}

}

.bank-border {

	border:1px solid #eee;

	width:100%;

	float:left;

	padding:27px 20px 0px 20px;

	border-radius:6px

}

.bank-border .havale-info {

	    position: relative;

    top: -26px;

}

.ziyaret-content table{

		width:100%;

	border-collapse: collapse;



}



.ziyaret-content table > thead > tr > th, .ziyaret-content table thead > tr > td {

    border-bottom-width: 1px;

    color: #a6a7aa;

	border-bottom: 1px solid rgba(255,255,255,.2);

	padding:8px;

	 vertical-align: bottom;

	 color:#fff;

}

.ziyaret-content table > tbody > tr:nth-child(odd) > td, .ziyaret-content table > tbody > tr:nth-child(odd) > th {

	    background:none;

		color:#fff;

}

.ziyaret-content .table tr td {

	color:#fff;

	padding:8px;

	border-bottom: 1px solid rgba(255,255,255,.2);

}

.ziyaret-content .table > thead > tr > th,

.ziyaret-content.table > tbody > tr > th,

.ziyaret-content.table > tfoot > tr > th, 

.ziyaret-content .table > thead > tr > td, 

.ziyaret-content.table > tbody > tr > td, 

.ziyaret-content .table > tfoot > tr > td {

	    padding: 8px;

    line-height: 1.42857143;

    vertical-align: middle;

    font-size: 12px;

	color:#fff;

}



@media screen and (max-width:991px){

	.show-reg-form {

		border-radius:0;

		background:none!important;

	}

	.show-reg-form:hover a {

		color:#333!important;

	}

	

}

@media screen and (max-width:640px){

	.logo-holder img {

		width:80px;

	}

	.header-user-name span {
		float: left;
		margin: 13px 10px 0 0;
		font-weight: 600;
		text-transform: uppercase;
		color: #000;
		font-size: 13px;
	}

	.show-reg-form i   , .wish_btn , .header-search-btn {
		font-size: 23px;
	}
	.notif-bell {
		font-size: 22px;
		margin-top: 5px;
		margin-right: 4px;
		cursor: pointer;
	}
	.header-user-menu {
		    margin: 20px 0px 0 0;
	}
	.header-notif {
		margin-right: 17px !important;
	}
	.wish_count {
		left:21px;
	}
}

.odemelerim  table {

	    color: #1a1630;

    width: 100%;

    max-width: 100%;

	border-collapse: collapse;

}

.odemelerim  table thead tr th{

	font-weight: 700;

    outline: none;

    cursor: default;

    -moz-transition: all 300ms ease-in-out;

    -o-transition: all 300ms ease-in-out;

    -webkit-transition: all 300ms ease-in-out;

    transition: all 300ms ease-in-out;

	vertical-align:middle;

	padding:8px;

	font-size:15px;

}

.odemelerim table tr td {

	vertical-align: middle;

    border-top: 1px solid #ebecf1;

	padding:8px;

	font-size:14px;

}



.btn-green {

	color: #fff;

	background-color: #38cb89;

	border-color: #38cb89; 

	border-radius: 3px;

	padding: 0.35rem 0.5rem;

	line-height: 1;

	min-width: 1.625rem;

	text-align: center;

	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	white-space: nowrap;

	vertical-align: middle;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	border: 1px solid transparent;

	box-shadow:none;

	font-weight:500;	

  }

  .btn-green:hover {

    color: #fff;

    background-color: #15ca7c;

    border-color: #15ca7c; }

  .btn-green:focus, .btn-green.focus {

    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5); }

  .btn-green.disabled, .btn-green:disabled {

    color: #fff;

    background-color: #38cb89;

    border-color: #38cb89; }

  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #15ca7c;

    border-color: #3e7a00; }

	

.btn-danger {

  color: #fff !important;

  background-color: #ef4b4b;

  border-color: #ef4b4b;

  box-shadow: 0 0px 10px -5px rgba(239, 75, 75, 0.44);

border-radius: 3px;

	padding: 0.35rem 0.5rem;

	line-height: 1;

	min-width: 1.625rem;

	text-align: center;

	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	white-space: nowrap;

	vertical-align: middle;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	border: 1px solid transparent;

	box-shadow:none;

	font-weight:500;	

  }

  .btn-danger:hover {

    color: #fff !important;

    background-color: #ef5858;

    border-color: #ef5858; }

  .btn-danger:focus, .btn-danger.focus {

    box-shadow: 0 0 0 2px rgba(239, 75, 75, 0.1);

    background-color: #ef5858;

    border-color: #ef5858; }

  .btn-danger.disabled, .btn-danger:disabled {

    color: #fff;

    background-color: #ef5858;

    border-color: #ef5858; }

  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {

    color: #fff;

    background-color: #d6124a;

    border-color: #d6124a; }



.show > .btn-green.dropdown-toggle {

  color: #fff;

  background-color: #15ca7c;

  border-color: #3e7a00; }



.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus {

  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5); }



.show > .btn-green.dropdown-toggle:focus {

  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5); }





.yarisma-butonlar {

	width:100%;

	float:left;

	margin-bottom:10px;

}

.yarisma-butonlar a {

	display:inline-block;

	color:#fff;

	padding:8px 25px;

	margin-bottom:6px;

	font-weight:600;

	margin-left:2px;

	margin-right:2px;

}

.yarisma-butonlar a.nero-active-button{

	background:#198844;

}

.yarisma-butonlar a:hover {

	border-radius:4px;

	background:#198844;

}



/*  nego */

.nego-user-list {

	padding:20px;

} 

.nego-user-list table{

	width:100%;

	vertical-align: top;

	border-collapse: collapse;

}

.nego-user-list table tr td{

	padding:10px 8px;

	color:#333;

	font-weight:500;

	border-bottom:1px solid #dee2e6;

	text-align: left;

	vertical-align: middle;

	font-size:14px;

}

.nego-user-list table tr:nth-child(odd){

	background:#f5f5f5;

}

.nego-user-list table  .nero-first-winner{

	background: #eeffe5;

    opacity: 1;

    animation: backgroundTransition 5s infinite alternate;

	

}



@keyframes backgroundTransition {

	0% {

		background-color: #eeffe5; /* İlk renk */

	}

	50% {

		background-color: #eeeeee; /* İkinci renk */

	}

	100% {

		background-color: #eeffe5; /* İlk renk tekrar */

	}

}



.nego-user-list table thead tr th {

	padding: .75rem;

    vertical-align: middle;

    line-height: 1.462;

	border-bottom:1px solid #dee2e6;

	font-weight:600;

	    text-align: left;

		font-size:14px;

}



.nego-user-list  .avatar.avatar-xs {

    width: 1.25rem;

    height: 1.25rem;

    line-height: 1.25rem;

    font-size: .65rem;

	position:relative;

	display: inline-flex;

    align-items: center;

    justify-content: center;

	    color: #fff;

    font-weight: 500;

}

.nego-user-list .avatar.avatar-rounded img {

    border-radius: 50%;

	width: 100%;

    height: 100%;

}

.nego-user-list .avatar.online:before {

    background-color: #38cc89;

	    position: absolute;

    content: "";

    width: 6px;

    height: 6px;

    border-radius: 50%;

    inset-inline-end: 0;

    inset-block-end: 0;

    border: 2px solid #fff;

	   bottom: -1px;

}

.nego-user-list .avatar.offline:before {

    background-color:#d11f1f;

	    position: absolute;

    content: "";

    width: 6px;

    height: 6px;

    border-radius: 50%;

    inset-inline-end: 0;

    inset-block-end: 0;

    border: 2px solid #fff;

	   bottom: -1px;

}

.nego-user-list .align-items-center {

    align-items: center !important;

}

.nego-user-list .d-flex {

    display: flex !important;

}



.nero-price-td .up-price i { color:green;}

.nero-price-td .down-price i { color:red;}

.nero-no-result {

	text-align:center;

}

.nero-chart-item{

	border-radius: 0 0 20px 20px;

	    padding: 0px 14px 30px 14px;

}

.nero-desc-title {

	padding: 20px 22px;

	width:100%;

}



.magic-text-content {

	width:100%;

	margin-bottom:36px;

	float:left;

}

.magic-text-content a, .modal-magic-text-button a{

	float:left;

	color: #212529;

	background-color: #ffc107;

	padding:10px 20px;

	border-radius:4px;

	    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.magic-text-content a:hover, .modal-magic-text-button a:hover{

	background:#d39e00;

}

.magic-modal-info {

	margin-bottom:5px;

	font-size:15px;

}

.modal-magic-text .form-control{

	    position: relative;

    -ms-flex: 1 1 auto;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

    margin-bottom: 0;

}



.magic-textarea {

	margin-bottom:15px;

	width:100%;

	float:left;

}

.magic-text-result {

	width:100%;

	float:left;

}

.magic-text-result {

	background: rgb(248, 249, 250);

	max-height: 300px;

	overflow: auto;

}

#asamalar .commentssubmit{ 

	line-height: 24px!important;

	height:auto!important;

}



.nego-chart-top .card{

	border-radius: .5rem;

    border: 0;

    background-color: #fff;

    box-shadow: 4px 7px 13px -3px #dadee8;

    position: relative;

    margin-block-end: 1.5rem;

    border: 1px solid #dbe2eb;

    width: 100%;

	

}

.nego-chart-top .card-custom-icon {

    position: absolute;

    inset-inline-end: 25px;

    font-size: 60px;

    top: 15px;

    width: 60px;

    height: 60px;

}

.nego-chart-top .icon-dropshadow-success {

    filter: drop-shadow(0 4px 4px rgba(var(--success-rgb), .3));

}



.nego-chart-top .text-success {

    color: #38cc89 !important;

    opacity: 1;

}



.nego-chart-top .card-custom-icon.text-success {

    fill: #38cc89;

}

.nego-chart-top .text-success {

    color: #38cc89!important;

    opacity: 1;

}

.nego-chart-top .mb-1 {

    margin-bottom: .25rem !important;

}

.nego-chart-top .fw-bold {

    font-weight: 700 !important;

}

.nego-chart-top .text-muted {

    color: #7987a1!important;

}

.nego-chart-top .progress-stacked.progress-sm, .nego-chart-top .progress.progress-sm {

    height: .5rem;

}

.nego-chart-top .bg-success {

    background-color: #38cc89important;

}

.nego-chart-top .progress-bar {

    color: #fff;

}

.nego-chart-top .progress-bar-animated {

    animation: 1s linear infinite progress-bar-stripes;

}

.nego-chart-top .progress-bar-striped {

    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);

    background-size:1rem  1rem;

}



.nego-chart-top .num{

	font-size: 27px;

    text-align: left;

    font-weight: 600;

}

.nego-chart-top h3 {

    text-align: left;

    font-weight: 600;

    font-size: 1.2em;

}

.nego-chart-top-v2 h3 {

	font-weight: 500;

	font-size: 13px;

}

.nego-chart-top {

	margin-bottom:20px;

}

.nero-table{

	border-radius: 10px;

	overflow:hidden;

	padding:0 5px;

}

.nego-chart-top .db-single-facts i {

		box-shadow:none;

		width:auto;

		height:auto;

		font-size:40px;

		background:none;

}



.nero-counter {

	width:100%;

	float:left;

	margin-top:10px;

	color:#333;

	margin-bottom:20px;

}



.nero-counter  .col-md-timer > div {

	background:#f89864;

	border-radius:6px;

	width:65px; 

	margin: 0 10px 0 0;

	

}

.nero-counter  .col-md-timer p {

	padding-bottom:5px;

}

.nero-counter .col-md-timer .tim {

	font-size:30px;

}

.ng-chart-right .db-single-facts{

	padding:0 20px 0 20px!important;

}

.charts-container .nero-chart-item {

	border-radius:20px 20px 20px 20px;

}

@media screen and (max-width:640px){

	.table-responsive {

		overflow-x: auto;

	}

	.nego-user-list table {

		width:500px;

	}

	.ng-chart-right .db-single-facts i {

		right: 20px;

		top: 70%;

	}

}



.chart-info .alert{

	background:#F2E9E0;

	border-radius:5px;

}

.nero-start-info i {

	margin-right:5px;

}  



.nego-chart-top .db-single-facts{

	    padding: 0px 24px;

}

.nego-chart-top .db-single-facts i {

	right:10px;

}



.nerooverlay{

	 position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(255, 255, 255, 0.8);

	display: flex;

	justify-content: center;

	align-items: center;

	z-index: 9999;

	 backdrop-filter: blur(10px); /* Blur efekti burada */

}

.nerooverlay .loader {

	border: 5px solid #f3f3f3;

	border-top: 5px solid #ee7838;

	border-radius: 50%;

	width: 40px;

	height: 40px;

	animation: spin 1s linear infinite;

}

.nego-chart-top-v2 .db-single-facts-wrap {

    border-radius: 10px;

    background: var(--second-color);

    padding: 26px 0;

    border: 1px solid #eee;

    min-height: 164px;

}

.zr-watch-nego  a, .zr-watch-nego a i{

	background:green;

	color:#fff;

}

.zr-watch-nego  a i{ margin-right:3px; }

.zr-watch-nego  a:hover, .zr-watch-nego  a:hover i{ color:#fff;}

.empty-cart-section  a{

	padding:8px 20px!important;

	height:auto!important;

	line-height:24px;

	    font-size: 14px;

}

.dashboard-listings-item_content-ads {

	    min-height: 165px;

}

.zr-bookings-item .bookings-item-header {

	padding:0;

}

.zr-bookings-item .bookings-item-header img{

	position:static;

	width:100%;

	top:0;

	left:0;

	height:auto;

	transform: translateY(0);

}

.zr-bookings-item .bookings-item-header h4 {

	  text-align: left;

    font-weight: 600;

    padding-top: 10px;

    padding-left: 16px;

    padding-bottom: 10px;

    font-size: 15px;

    color: #793e3e;

}

.zr-bookings-item .bookings-item-header h4 a{

	color:#333;	

}



.zr-bookings-item{

	border-radius :10px 10px 0 0;

}



.zr-bookings-item .geodir-category-location a{

	color:#fff;

}

.zr-bookings-item .geodir-category-img_item {

	height:260px;

}

.zr-bookings-item .bookings-item-content {

    padding: 15px 0px;

}

.zr-bookings-item .geodir-category-img {

    border-radius: 0 0 0 0;

    z-index: 5;

}

.zr-bookings-item .bookings-item-footer {

    border-top: 1px solid #eee;

    padding-left: 30px;

    overflow: hidden;

    border-bottom: 1px solid #eee;

    border-left: 1px solid #eee;

	 border-right: 1px solid #eee;

}

.zr-bookings-item .new-bookmark{

	 padding: 10px 37px!important;

     font-size: 13px!important;

	 height:auto!important;

	  line-height: 20px!important;

}

.zr-bookings-item .new-bookmark.success{

	background:green!important;

	color:#fff!important;

}

.ozellik-table card .panel-body > div{

	    align-items: center;

}

.paypal-result .alert {

	width:100%;

	display:block;

	text-align:center;

	padding: 15px 0;

}

.paypal-result .alert-icon {

	display:block;

	   margin-bottom: 10px;

}

.paypal-result .alert i{

	font-size:50px;

}

.paypal-result .alert-success i{

	color: #5ECFB1;

}

.paypal-result .alert-danger i{

	color: red;

}

.paypal-result .alert strong {

	width:100%;

	text-align:center;

	font-weight:600;

	font-size: 22px;

    display: block;

}

.paypal-result .alert span

{

    width: 100%;

    display: block;

    font-size: 16px;

}

.paypal-result  .card  p{

	text-align:center;

	padding-bottom: 4px;

	font-size: 14px;

}

.paypal-result h4

{

	    font-size: 17px;

    font-weight: 500;

    margin-bottom: 11px;

}



.paypal-result .empty-cart-section

{

	margin-top: 25px;

    border-top: 1px solid #eee;

    padding-top: 30px;

}



.m-will-start {

	color:#333;

}

.m-will-start i {

	color:#EE7838;

}

.listing-grid_heroheader h3 {

	color:#333;

}

.lws_column .list-searh-input-wrap-title_wrap {

   margin-bottom:0!important;

}
.images-span {
	display:none;
}
.tarihgetir {
	font-size:13px!important;
	padding:5px 10px!important;
}
.tarihgetir:hover {
	border-radius:5px;
	background:#ee7838;
}
.zr-guvenlik {
	margin-bottom:10px;
}
.zr-guvenlik .cptha-img {
	float:left;
}
.cptha-img img {
    width: 105px;
	float:left;
	border-radius:4px;
}
.zr-guvenlik .cptha-img  button {
	float:left;
	margin-left:5px;
	margin-top:-12px;
	margin-right:15px;
}

.zr-guvenlik .cptha-img input{
	width:auto;
	height:auto;
	padding:7px 5px;
	text-align:center;
}

@media screen and (min-width:1064px) and (max-width:1500px) {
	.nego-chart-top .db-single-facts i {
		opacity: 0.3;
	}

}

@media screen and (min-width:1064px) and (max-width:1300px) {
	.nego-chart-top .num {
		font-size: 22px;
	}
}

.reviews-comments-wrap {
	display: inline-table  ;
	margin-top:30px;
	    width: 100%;
}
.reviews-comments-item-text .review-score-user{
	float:right;
	position:relative;
	top:-12px;
}
.reviews-comments-item-text .review-score-user span  {
    background: #18458B;
    color: #fff;
    float: right;
    font-weight: 600;
    border-radius: 3px 3px 0 3px;
	width:40px;
	height:40px;
	line-height:40px;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0.21);
    text-shadow: 0px 2px 5px rgba(0,0,0,0.21); 
}
.reviews-comments-item-text .review-score-user strong {
	margin-right:12px;
	font-size:11px;
	color:#666;
	position:relative;
	top:10px;
}
.reviews-comments-item {
	padding:0 0 30px 110px;
	position:relative;
	float:left;
	margin-bottom:40px;
	width:100%;
	border-bottom:1px solid #eee;
}
.reviews-comments-item.reply-comment-item {
	width:90%;
	margin-left:10%;
	padding:30px 20px 30px 110px;
	border-radius:6px;
}
.reviews-comments-item.reply-comment-item .review-comments-avatar {
	top:30px;
}
.reviews-comments-item.reply-comment-item:before {
	content:'';
	position:absolute;
	top:0;
	left:-10%;
	margin-left:30px;
	width:40px;
	height:40px;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.reviews-comments-item:last-child {
	border:none;
	margin-bottom:0;
}
.review-comments-avatar {
	position:absolute;
	top:0;
	left:10px;
	width:80px;
	height:80px;
}
.review-comments-avatar:before {
	content: '';
    position: absolute;
    top: 100%;
	margin-top:20px;
    left: 0;
    margin-left: 38px;
    width: 40px;
    height: 40px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.review-comments-avatar img {
	width:80px;
	height:80px;
	float:left;
	border-radius:100%;
}
.reviews-comments-item-text {
	float:left;
	width:100%;
	position:relative;
	padding:30px 20px;
	background:#f9f9f9;
	border-radius:6px;
}
.reviews-comments-item-text .new-dashboard-item {
	top:0;
}
.reviews-comments-item-text h4 {
	text-align:left;
	padding-bottom:25px;
	float:left;
	font-size:16px;
	font-weight:600;
	color:#666;
}
.reviews-comments-item-text h4 a {
	color:#666;
}
.reviews-comments-item-text p {
	text-align:left;
}
.reviews-comments-item-date {
	float:left;
	margin-top:18px;
	font-weight:500;
	color:#999;
	width:100%;
	text-align:left;
	padding-top:18px;
	font-size:12px;
	border-top:1px solid #eee;
}
.reviews-comments-item-date span {
	float:left;
}
.reviews-comments-item-date a {
	float:right;
	font-weight:600;
	color:#666;
}
.reviews-comments-item-date span i , .reviews-comments-item-date a i {
	margin-right:10px;
}
@media only screen and (max-width: 768px) {
    .review-comments-avatar img {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .review-comments-avatar {
        top: -25px;
        left: 25px;
        z-index: 30;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .reviews-comments-item {
        padding: 0 0 30px 0;
    }
	.hsc_flat .property-single-header-price {
		position: static;
        margin-bottom: 10px;
        margin-top: 10px;
	}
}
.notif-comment {
	background:#EE7838;
}
.yorum-sag {
    margin-top: 14px;
    width: 100%;
    float: left;
}
.synk-slider-wrap {
	padding-right:0;
}
.zrgopro a {
	display:inline-block;
}

