@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.bg-color {
	background-color: rgba(6, 174, 150, 0.07);
}

.log-pass {
	padding: 68px 0px 147px;
}






.log-pass .full-form {
	padding: 54px 56px 25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
}

.log-pass .form-group:first-child {
	margin-bottom: 31px;
}

.log-pass .form-group {
	margin-bottom: 10px;
	position: relative;
}

.log-pass .form-group .form-label {
	font-size: 14px;
	line-height: 17px;
	color: #2F3044;
	font-weight: 600;
}

.log-pass .form-group .form-control {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
	position: relative;
	padding: 18px 35px 18px 18px;
	border: 1px solid rgba(3, 128, 110, 0.2);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.log-pass .form-group .pass-hide {
	position: absolute;
	right: 5px;
	top: 56px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.log-pass .form-group .pass-hide svg path {
	fill: rgba(3, 128, 110, 0.5);
}

.log-pass .form-group .info {
	position: absolute;
	right: 5px;
	top: 56px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.log-pass .form-group .info svg path {
	fill: rgba(3, 128, 110, 0.5);
}

.log-pass .form-group .form-control:focus {
	box-shadow: none;
}

.log-pass .form-group .form-control::placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
}

.log-pass .form-group .form-control::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
}

.log-pass .form-group .form-control::-moz-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
}

.log-pass .form-group .form-control:-ms-input-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
}

.log-pass .form-group .form-control:-o-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
}

.log-pass .forgot {
	text-align: right;
	margin-bottom: 12px;
}

.log-pass .forgot a {
	font-size: 14px;
	line-height: 16px;
	color: #03806E;
}

.log-pass .forgot a:hover {
	color: #03806e;
}

.reg-pass {
	padding: 68px 0px 147px;
}
.reg-pass .full-form {
	padding: 54px 56px 25px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
}

.reg-pass .form-group:first-child {
	margin-bottom: 31px;
}

.reg-pass .form-group {
	margin-bottom: 10px;
	position: relative;
}

.reg-pass .form-group .form-label {
	font-size: 14px;
	line-height: 17px;
	color: #2F3044;
	
}

.reg-pass .form-group .form-control {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 600;
	position: relative;
	padding: 18px 35px 18px 18px;
	border: 1px solid rgba(3, 128, 110, 0.2);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.reg-pass .form-group .pass-hide {
	position: absolute;
	right: 5px;
	top: 56px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.reg-pass .form-group .pass-hide svg path {
	fill: rgba(3, 128, 110, 0.5);
}
.reg-pass .form-group .info {
	position: absolute;
	right: 5px;
	top: 56px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.reg-pass .form-group .info svg path {
	fill: rgba(3, 128, 110, 0.5);
}

.reg-pass .form-group .form-control:focus {
	box-shadow: none;
}

.reg-pass .form-group .form-control::placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	
}

.reg-pass .form-group .form-control::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	
}

.reg-pass .form-group .form-control::-moz-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	
}

.reg-pass .form-group .form-control:-ms-input-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	
}

.reg-pass .form-group .form-control:-o-placeholder {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	
}

.reg-pass .forgot {
	text-align: right;
	margin-bottom: 12px;
}

.reg-pass .forgot a {
	font-size: 14px;
	line-height: 16px;
	color: #03806E;
}

.reg-pass .forgot a:hover {
	color: #03806e;
}


.btn {
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	padding: 15px 30px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.btn-orange {
	color: #ffffff;
	background-color: #03806e;
}

.btn-orange:hover {
	color: #ffffff;
	background-color: #03806E;
}

.full-form p {
	color: #444444;
	margin-top: 40px;
}

.full-form p a {
	color: #FB8C22;
}

.full-form p a:hover {
	color: #03806E;
}

.head {
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 27px;
}

.head * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	margin-bottom: 0;
}

.need-idea {
	padding: 49px 0px 39px;
}

.need-idea .heading {
	margin-bottom: 64px;
}

.need-idea .idea .image {
	margin-bottom: 40px;
}

.need-idea .idea .image img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.need-idea .idea {
	padding: 0;
	margin: 0px -53px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.need-idea .idea li a {
	display: block;
	text-align: center;
}

.need-idea .idea li a:hover .head {
	color: #03806e;
}

.need-idea .idea li {
	display: inline-block;
	padding: 0px 53px;
	width: 33.33%;
	position: relative;
}

.need-idea .idea li::after {
	content: "";
	border: 1px solid #03806e;
	width: 70%;
	position: absolute;
	top: 40px;
	left: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.need-idea .idea li:first-child:before,
.need-idea .idea li:last-child::after {
	display: none;
}

.need-idea .idea li::before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 35%;
	top: 40px;
	transform: translate(-50%, -50%);
	background-color: #03806e;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.need-idea .idea li a p {
	font-weight: 400;
}

.kalkulyator-form {
	background-image: url("../images/Kalkulyator.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 98px 79px 108px;
	margin: 39px 0px 38px;
}

.kalkulyator-form .form-group {
	margin-bottom: 40px;
	position: relative;
}

.kalkulyator-form .select2-container {
	width: 100% !important;
	padding: 0;
	position: relative;
	background: #FFFFFF;
	padding: 13px 30px 13px 15px;
	border: 2px solid #66D3C4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.kalkulyator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 15px;
	line-height: 17px;
	color: #9D9D9D;
	font-weight: 400;
}

.kalkulyator-form .select2-container--default .select2-selection--single .select2-selection__arrow::after {
	top: 20px;
    left: 0;
    margin-left: 0;
}

:focus-visible {
    outline: none;
}

.olka-novu.form-control {
	padding: 0;
	background: #FFFFFF;
	border: 2px solid #66D3C4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.selectric-wrapper,
.selectric {
	background: #FFFFFF;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.selectric::after {
	content: "";
	background-image: url("../images/down.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 10px;
	height: 6px;
	top: 24px;
	left: auto;
	bottom: auto;
	right: 15px;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.selectric-open .selectric::after {
	top: 20px;
	right: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.selectric .button {
	display: none;
}

.selectric-scroll {
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.selectric-items li.highlighted,
.selectric-items li:hover {
	background-color: #03806e;
	color: #ffffff;
}

.selectric-items {
	border: 1px solid #66D3C4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.selectric .label,
.selectric-items li {
	height: auto;
	font-size: 15px;
	line-height: 17px;
	color: #9D9D9D;
	font-weight: 400;
	padding: 14px 20px;
	margin: 0;
}

.kalkulyator .heading {
	color: #ffffff;
	margin-bottom: 46px;
}

.kalkulyator-form .row {
	margin: 0px -43px;
}

.kalkulyator-form [class^="col-"] {
	padding: 0px 43px;
}

.kalkulyator-form form.row {
	margin: 0px -23px;
}

.kalkulyator-form form [class^="col-"] {
	padding: 0px 23px;
}

.kalkulyator-form .form-group input.form-control {
	font-size: 15px;
	line-height: 17px;
	color: #9D9D9D;
	font-weight: 400;
	padding: 13px 30px 13px 15px;
	border: 2px solid #66D3C4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.kalkulyator-form .form-group label {
	font-size: 15px;
	line-height: 17px;
	color: #9D9D9D;
	font-weight: 400;
	position: absolute;
	right: 11px;
	top: 15px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #66D3C4;
}

.price-text .price span {
	font-size: 40px;
	line-height: 46px;
	color: #ffffff;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.price-text .head {
	color: #ffffff;
	margin-bottom: 14px;
}

.price-text p {
	font-weight: 400;
	color: #ffffff;
}

.price-text .btn-orange {
	margin-top: 12px;
	padding: 14px 50px;
}

.price-text .btn-orange:hover {
	background-color: #ffffff;
	color: #03806e;
}

.select2-container--default .select2-selection--single {
	border: none;
	background-color: transparent;
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
	content: "";
	background-image: url("../images/down.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 10px;
	height: 6px;
	top: 8px;
	left: 100%;
	bottom: auto;
	margin-left: 15px;
	position: absolute;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: 700;
	padding: 0;
	text-transform: capitalize;
}

.select2-custom .select2-container {
	width: auto !important;
}

.contry-table table thead tr th:first-child {
	background-color: transparent;
	text-align: left;
}

.select2-container--default .select2-results__option--selected, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #03806e;
	color: #ffffff;
}

.table-responsive {
	padding: 35px 25px;
}

.contry-table table thead tr th:last-child {
	background: #0dbea4;
}

.contry-table table thead tr th {
	background-color: #03806e;
	font-size: 18px;
	text-align: center;
	padding: 10px 40px;
	line-height: 21px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 14px 0px 0px 0px;
	-webkit-border-radius: 14px 0px 0px 0px;
	-moz-border-radius: 14px 0px 0px 0px;
	-ms-border-radius: 14px 0px 0px 0px;
	-o-border-radius: 14px 0px 0px 0px;
}

.contry-table table thead tr th:last-child {
	border-radius: 0px 14px 0px 0px;
	-webkit-border-radius: 0px 14px 0px 0px;
	-moz-border-radius: 0px 14px 0px 0px;
	-ms-border-radius: 0px 14px 0px 0px;
	-o-border-radius: 0px 14px 0px 0px;
}

.contry-table table tbody {
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  	-moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25); 
	-webkit-appearance: none;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.contry-table table tbody tr:first-child td:first-child {
	border-top-left-radius: 16px;
}

.contry-table table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 16px;
}

.contry-table table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 16px;
}

.contry-table table tbody tr:last-child td:last-child::after {
	right: 8px;
    bottom: 3px;
}

.contry-table table {
	width: 100%;
}

.contry-table table tbody tr td:first-child {
	text-align: left;
}

.contry-table table tbody tr td {
	padding: 22px 47px;
	font-size: 20px;
	line-height: 23px;
	font-weight: 400;
	color: #000000;
	text-align: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}

.contry-table table tbody tr:nth-child(even) {
	background-color: #03806d2b;
}

.contry-table table tbody tr td {
	position: relative;
	z-index: 1;
}

.contry-table table tbody tr td::after {
	content: "";
	box-shadow: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: -20px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.contry-table table tbody tr:nth-child(even) td::after {
}

.contry-table table tbody tr td:first-child::after {
	background-image: none;
}

.contry-table table tbody tr td:first-child {
	box-shadow: none;
}

.contry-table .selectric-wrapper,
.contry-table .selectric {
	background-color: transparent;
}

.contry-table .selectric .label,
.contry-table .selectric-items ul,
.contry-table .selectric-items li {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: 700;
}

.tariflər {
	padding: 38px 0px 37px;
}

.tariflər .heading {
	margin-bottom: 44px;
}

.solution-batter {
	padding: 55px 0px 90px;
	margin: 77px 0px 46px;
}

.solution-batter .accordion {
	counter-reset: my-awesome-counter;
}

.solution-batter .heading {
	margin-bottom: 75px;
}

.soluction-item {
	border: none;
	box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	counter-increment: my-awesome-counter;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 30px;
}

.soluction-item .accordion-button::before {
	/*content: counter(my-awesome-counter);*/
	font-size: 24px;
	line-height: 28px;
	color: #03806E;
	font-weight: 600;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.soluction-item .accordion-button {
	font-size: 24px;
	line-height: 28px;
	color: #03806E;
	font-weight: 600;
	box-shadow: none;
	position: relative;
	padding: 28px 26px 28px 40px;
	background-color: transparent;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.soluction-item .accordion-button::after {
	background-image: url("../images/down-2.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 16px;
	height: 8px;
}

.soluction-item .accordion-button:focus {
	border-color: unset;
	box-shadow: none;
}

.soluction-item .accordion-body {
	padding: 7px 58px 28px;
}

.soluction-item .accordion-body p {
	font-size: 18px;
	line-height: 42px;
	color: #444444;
	font-weight: 400;
}

.xabarler {
	padding: 46px 0px 36px;
}

.xabarler .row {
	margin: 0px -30px;
}

.xabarler [class^="col-"] {
	padding: 0px 30px;
}

.xabarler .all-xabarler {
	margin-bottom: 60px;
}

.all-xabarler .text .title a {
	font-size: 18px;
	line-height: 21px;
	color: #03806E;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.all-xabarler .text .title a:hover {
	color: #03806e;
}

.all-xabarler .text p {
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 11px;
}

.all-xabarler .text .date span {
	display: block;
	font-size: 14px;
	line-height: 17px;
	color: #03806e;
}

.all-xabarler .image img {
	height: 260px;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.all-xabarler .text {
	margin-top: 23px;
}

.xabarler .heading {
	margin-bottom: 92px;
}

.more-btn .btn-more {
	font-size: 16px;
	line-height: 18px;
	color: #03806e;
	font-weight: 700;
	position: relative;
}

.more-btn .btn-more:hover {
	color: #03806E;
}

.more-btn .btn-more:hover svg path {
	fill: #03806E;
}

.mağazalar {
	margin: 36px 0px 0px;
	padding: 63px 0px 62px;
	overflow: hidden;
}

.mağazalar .container-right {
	/* margin-left: calc(50vw - 705px); */
	margin-right: 0;
}

.abroad-address {
	padding: 51px 0px 332px;
	position: relative;
}

.logo-slider .image img {
	margin: 0 auto;
}

.logo-slider .image {
	background: #FFFFFF;
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	margin: 0px 38px;
	padding: 28px 42px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.mağazalar .logo-slider {
	margin-top: 4px;
}

.logo-slider .slick-track {
	padding: 26px 0px;
}

.mağazalar .more-btn {
	margin-top: 35px;
}

.profile-sidebar {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	padding: 39px 35px 57px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.profile-sidebar-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(19,52,57,.5);
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

body.sidebar-show .profile-sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

.profile-footer {
	display: none;
}

.profile-toggle img {
	margin-left: 10px;
}

.profile-sidebar .profile-account {
	text-align: center;
	margin-bottom: 28px;
}

.profile-account .image img {
	width: 91px;
	height: 91px;
	object-fit: cover;
	font-family: "object-fit: cover";
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.profile-account .image {
	margin-bottom: 27px;
}

.profile-account .full-name span {
	font-size: 15px;
	line-height: 17px;
	color: #000000;
	font-weight: 700;
	display: block;
}

.profile-account .info {
	margin-top: 14px;
}

.profile-account .info .block-holder {
	padding: 0;
	border: none;
	min-height: auto;
	align-items: center;
	justify-content: center;
}

.info .holder-clipboard {
	position: relative;
	top: auto;
	right: auto;
	margin-left: 11px;
}

.profile-account .btn {
	width: 100%;
	padding: 10px 25px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.profile-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.profile-navigation ul li a {
	font-size: 15px;
	line-height: 17px;
	color: #444444;
	display: block;
	font-weight: 400;
}

.profile-navigation ul li {
	margin-bottom: 30px;
}

.profile-navigation ul li:last-child {
	margin-bottom: 0;
}

.profile-navigation ul li a svg {
	margin-right: 12px;
}

.profile-navigation ul li a:hover, .profile-navigation ul li a.active {
	color: #03806E;
}

.profile-navigation ul li a:hover svg path, .profile-navigation ul li a.active svg path {
	fill: #03806e;
	stroke: #03806e;
}

.abroad-address .profile-holder {
	background: #FFFFFF;
	padding: 25px 30px 38px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.profile-holder .dek-mobile {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.dek-mobile .profile-toggle {
    display: none;
}

.profile-holder .heading {
	font-size: 25px;
	line-height: 29px;
	font-weight: 400;
	margin-bottom: 52px;
}

.address-block {
	margin-bottom: 33px;
}

.block-label {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: rgba(3, 128, 110, 0.5);
	margin-bottom: 8px;
	font-weight: 400;
}

.block-holder {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 52px;
	padding: 17px 40px 17px 18px;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	font-weight: 500;
	border: 1px solid rgba(3, 128, 110, 0.2);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.holder-clipboard {
	position: absolute;
	top: 20px;
	right: 16px;
	font-size: 18px;
	line-height: 18px;
	color: rgba(3, 128, 110, 0.5);
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.holder-clipboard:hover {
	color: #03806e;
}

.icon-copy:before {
	content: "\f0c5";
	font-family: 'Font Awesome 5 Free';
}

.icon-chevron-down:before {
    content: "\f107";
	font-family: 'Font Awesome 5 Free';
}
.abroad-address .row {
	margin: 0px -22px;
}

.abroad-address [class^="col-"] {
	padding: 0px 22px;
}

.abroad-address .holder-detail .row {
	margin: 0 -16px;
}

.abroad-address .holder-detail [class^="col-"] {
	padding: 0 16px;
}

.abroad-address .copied-text {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}

/* .order-table table.dataTable th, .order-table table.dataTable td {
	white-space: nowrap;
} */

.order-table table.dataTable thead tr {
	background: #DCFBF5;
	border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-ms-border-radius: 12px 12px 12px 12px;
	-o-border-radius: 12px 12px 12px 12px;
}

.order-table table.dataTable thead tr th:first-child {
	padding-left: 22px !important;
	border-radius: 12px 0px 0px 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	-moz-border-radius: 12px 0px 0px 12px;
	-ms-border-radius: 12px 0px 0px 12px;
	-o-border-radius: 12px 0px 0px 12px;
}

.order-table table.dataTable thead tr th:last-child {
	border-radius: 0px 12px 12px 0px;
	-webkit-border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	-ms-border-radius: 0px 12px 12px 0px;
	-o-border-radius: 0px 12px 12px 0px;
}

.order-table table.dataTable thead th {
	padding: 18px 15px !important;
	font-size: 15px; 
	line-height: 17px;
	color: #03806E;
	font-weight: 700;
}

.order-table table.dataTable .thead {
	background-color: #DCFBF5;
}

.order-table thead, .order-table tbody, .order-table tr, .order-table td, .order-table th {
	border-style: none;
}

.order-table .table > :not(:first-child) {
    border-top: none;
}

.order-table table.dataTable tbody td {
	font-size: 15px;
	line-height: 17px;
	color:#000000;
	font-weight: 400;
	vertical-align: middle;
	padding: 17px 15px !important;
}

.order-table table.dataTable tbody tr td:first-child {
	padding-left: 22px !important;
	border-radius: 12px 0px 0px 12px;
	-webkit-border-radius: 12px 0px 0px 12px;
	-moz-border-radius: 12px 0px 0px 12px;
	-ms-border-radius: 12px 0px 0px 12px;
	-o-border-radius: 12px 0px 0px 12px;
}

.order-table table.dataTable tbody tr td:last-child {
	padding-right: 44px !important;
	border-radius: 0px 12px 12px 0px;
	-webkit-border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	-ms-border-radius: 0px 12px 12px 0px;
	-o-border-radius: 0px 12px 12px 0px;
}

.order-table table td span {
	display: block;
	margin-bottom: 14px;
}

.order-table table td span:last-child {
	margin-bottom: 0;
}

.order-table table td img.eye {
	width: 25px;
	height: 25px;
}

.order-table table td .pay-btn {
	background: #03806e;
	display: inline-block;
	text-align: center;
	padding: 3px 18px;
	color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.order-table table th:nth-child(4), .order-table table td:nth-child(4) span {
	text-align: center;
}

.order-table table td .pay-btn:hover {
	background-color: #03806E;
	color: #ffffff;
}

.order-table table td .paid {
	color: #03806E;
	font-weight: 600;
}

.order-table tbody tr:nth-child(odd) td {
	background-color:  #ffffff;
}

.order-table tbody tr:nth-child(odd):hover td {
	background-color:  rgba(238, 255, 252, 0.75);
}

.order-table tbody tr:nth-child(even) td {
	background-color:  rgba(238, 255, 252, 0.75);
}

.order-table tbody tr:nth-child(even):hover td {
	background-color:  #ffffff;
}

.profile-holder .form-select {
	/* width: 275px;
	border: 2px solid #66D3C4;
	padding: 14px 20px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-image: url("../images/down.svg"); */
}


.profile-holder .form-select, .profile-holder .form-select option {
	/* font-size: 15px;
	line-height: 17px;
	color: #9D9D9D;
	font-weight: 400; */
}
.profile-holder .form-select1, .profile-holder .form-select1 option {
	font-size: 15px;
	line-height: 17px;
	color: #9D9D9D;
	font-weight: 400;
}
.profile-holder select option:hover {
	background: #66D3C4
}

.form-select:focus {
	box-shadow: none;
}

.order-table table.dataTable thead .sorting:before, .order-table table.dataTable thead .sorting:after, .order-table table.dataTable thead .sorting_asc:before, 
.order-table table.dataTable thead .sorting_asc:after, .order-table table.dataTable thead .sorting_desc:before, 
.order-table table.dataTable thead .sorting_desc:after, .order-table table.dataTable thead .sorting_asc_disabled:before, 
.order-table table.dataTable thead .sorting_asc_disabled:after, .order-table table.dataTable thead .sorting_desc_disabled:before, 
.order-table table.dataTable thead .sorting_desc_disabled:after {
	bottom: 20px;
}

.order-table table.dataTable thead .sorting:last-child::before, 
.order-table table.dataTable thead .sorting:last-child::after {
	display: none;
}

  
.top-information, .bottom-information {
	padding: 0 20px;
}
  
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	background-color: #29cc97;
	top: 14px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border: 0;
	font-weight: bold;
	box-shadow: none;
}
  
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: fec400;
}
/*==================================================================*/
/*========== New Class Add End ==========*/


/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/