/* login, reset */

.br-4{
	border-radius: 5px;
}
.cursor-pointer{
	cursor: pointer;
}
.account-reset-box{
	padding: 7vw 0;
	background: #fff;
    border-radius: 20px;
    box-shadow: initial !important;
    width: 75%;
    margin: 0 auto !important;
}
.account-reset-box-content{
	display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.login-bk{
	background: url('/assets/ldp/images/bananas-login.png');
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	padding: 5.5vw;
	margin: 2.5vw 0 5.5vw 0;
}
.login-sent-bk{
	background: url('/assets/ldp/images/shopping-trolley.png');
}
.account-reset-box label{
	margin: 0 auto;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1040;
}
.service-info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    z-index: 999999;
    padding: 40px 40px 20px 20px;
    overflow: auto;
    height: 500px;
}
.custom-checkbox{
	display: flex;
	align-items: center;
}
.custom-checkbox label{
	margin: 0;
	padding: 0;
}
.close-popup {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    border-radius: 25px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
}
.form-check-label{
	width: 100%;
	text-align: left;
	display: flex;
	gap: 10px;
	justify-content: left;
	align-items: center;
}
.account-reset-box input{
    border: 1px solid #F1F3F7;
    border-radius: 6px;
    padding: 13px;
    box-shadow: 0px 1px 4px 0px #19213D14;
}
.reset-message{
	text-align: left;
}
.account-content .table th:nth-child(3),th:nth-child(8) {
  text-align: left;
}

.reset-btn {
	margin-top: 30px;
	color: #fff;
	background: #F58220;
	display: block;
	padding: 10px 28px;
	border-radius: 8px;
	width: 50%;
	text-align: left !important;
	box-shadow: 0px 1px 2px 0px #1018280D;
	display: flex;
    align-items: center;
    justify-content: space-between;
    border: initial;
}
.reset-message{
	display: none;
}
.login-step1 .font-16{
	width: 75%;
}

/* /login, reset */

.account-dashboard form input,.account-dashboard form textarea {
    border-radius: 4px !important;
    border: 1px solid #CED4DA !important;
    padding: 6px 12px !important;
    box-shadow: initial !important;
}
.account-dashboard{
	padding-top: 96px;
	font-weight: 500;
}
.account-owner{
	padding-bottom: 25px;
}
.account-menu{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.account-menu-item{
	background: linear-gradient(99.01deg, #FFFFFF -25.6%, #FAFAFA 72.75%);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	border: 1px solid #F0F0F0;
	box-shadow: 0px 6px 12px 0px #E2E2E242;
	padding: 8px 12px;
	width: 100%;
	color: #2D2D2D;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	cursor: pointer;
	border-radius: 4px;
	transition: 0.2s ease all;
}

.logout-item a{
	color: #2D2D2D;
	display: flex;
    align-items: center;
    gap: 10px;
}
.account-menu-item-active{
	background: linear-gradient(99.01deg, #FFA132 -25.6%, #F58220 72.75%);
	box-shadow: 0px 6px 12px 0px #BA6F3042;
	border: 1px solid #C05800;
	color: #fff;
}
.account-menu-item-active::after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	right: 3%;
	background: linear-gradient(35.42deg, #FFD89E 0%, #FFB13D 247.48%);
	border: 1px solid #FFEED4;
	border-radius: 100%;
}
.logout-item{
	border: initial;
	box-shadow: initial;
	background: initial;
}
.account-content{
	background: #ECEFF0;
	display: block;
	width: 100%;
	padding: 33px;
	position: relative;
	height: 100%;
}
.absolute-bottom{
	position: absolute;
	bottom: 5%;
	font-style: italic;
	font-weight: 200;
}
.account-border{
	border-top: 1px solid #CFCFCF;
	margin: 22px 0 50px 0;
}
.account-dashboard .font-14{
	color: #2D2D2D;
}
form.account-personal-details{
	background: #fff;
	padding: 32px;
	border-radius: 8px;
}
.border-right .col-lg-3{
	border-right: 1px solid #DDDDDD;
}
.text-break-all{
	text-wrap: balance;
}
.text-break-all li{
	text-wrap: balance;
}
.save-data{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 80px;
	padding-left: 32px;
}
.account-save-buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.account-save-buttons div{
	border: 2px solid #868686;
	box-shadow: 0px 6px 12px 0px #BA6F3042;
	border-radius: 4px;
	display: block;
	width: 50%;
}
.account-save-buttons a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.no-save-btn a{
	color: #858A8B;
}
.save-btn a{
	color: #fff;
}
.save-btn{
	background: linear-gradient(99.01deg, #FFA132 -25.6%, #F58220 72.75%);
	border: 1px solid #C05800 !important;
	box-shadow: 0px 6px 12px 0px #BA6F3042 !important;
}
.account-menu-item.has-submenu::after{
	content: url('/assets/ldp/images/up-arrow.svg');
	width: initial;
	height: initial;
	background: initial;
	border: initial;
	transform: rotate(180deg);
    position: absolute;
    right: 3%;
}
.account-menu-item-active.has-submenu-active::after{
	transform: initial;
}
.acc-bk-gray{
	background: #ECEFF0;
}
.custom-top-acc{
	padding-top: 6.25vw;
}
.account-submenu ul{
	list-style: none;
	margin-bottom: 0;
}
.account-submenu li::before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #D5DCDE;
	display: block;
}
.account-submenu li{
	cursor: pointer;
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}
.account-submenu li a{
	font-size:14px;
	color: #2D2D2D;
}
.is-active::before{
	background: #F58220 !important;
}
.submenu-btn{
	background: #0E0E0E;
	border-radius: 4px;
	width: 100%;
	display: block;
	cursor: pointer;
	box-shadow: 0px 6px 12px 0px #BA6F3042;
}
.submenu-btn a{
	text-align: center;
	font-weight: 500;
	padding: 10px;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.account-search-buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
    margin-bottom: 15px;
}
.account-search-buttons .account-buttons{
	border-radius: 4px;
	padding: 8px 12px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.account-search-btn{
	border: 1px solid #C1C1C1;
	box-shadow: 0px 6px 12px 0px #E2E2E242;
	background: #E6E6E6;
	text-align: left;
	color: #000;
	justify-content: space-between;
}
.account-filter-btn{
	background: #fff;
	border: 1px solid #E3E3E3;
	box-shadow: 0px 6px 12px 0px #E2E2E242;
	text-align: center;
	color: #2D2D2D;
	gap: 15px;
	justify-content: center;
}
.account-dashboard .white-form{
	border-radius: 8px;
}
.my-table{
	width: 100%;
}
.border-bt{
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
.my-table th{
	padding: 20px 0;
	font-weight: 400;
}
.my-table td{
	font-weight: 400;
	font-size: 14px;
	padding: 10px 0;
}
.my-table td:first-of-type{
	padding: 20px 0 10px 0;
}
.zoom-img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.is-video{
	background: #fff;
	width: 100%;
	height:20vw;
	position: relative;
	cursor: pointer;
}
.play-video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
/*
.tabs-efactura{
	margin-top: 135px;
}
.tab-row {
	display: flex;
	column-gap: 35px;
	align-items: center;
	border-bottom: 1px solid #D5DCDE;
	width: max-content;
}
.tab{
	color: #667085;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 35px;
	cursor: pointer;
}
.tab-active{
	border-bottom: 2px solid #667085;
	color: #1D2939;
}
.tab-content a{
	text-decoration: underline;
}
.tab-content {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: opacity 0.7s ease;
  overflow: hidden;
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
*/

.img-afise {
    width: 33%;
    padding-right: 10px;
}
.green-border{
	display: block;
	width: 75%;
	margin: 30px auto;
	border-top: 6px solid #8CC63F;
}
.is-gestiune{
	height: 750px;
	overflow: auto;
}

@media screen and (max-width:1200px){
	.reset-btn{
		width: 70%;
	}
}
@media screen and (max-width:991px){
	.img-afise {
    	width: 100%;
    	padding-right: 0;
	}
	.service-info{
	    height: 400px;
	    width: 95% !important;
	}
	/*
	.tabs-efactura {
    	margin-top: 20px;
	}
	.tab-content .d-flex{
		flex-direction: column;
		gap: 10px !important;
	}
	.tab-row{
		width: 100%;
		overflow-x: auto;
		justify-content: center;
	}
	.tab {
		padding: 5px 10px;
	}
		*/
	.mt-mb{
		margin-top: 20px;
	}
	.absolute-bottom{
		position: relative;
		bottom: initial;
		margin-top: 50px;
	}
}
@media screen and (max-width:767px){
	.login-sent-bk{
		background: url('/assets/ldp/images/bananas-login.png');
	}
	.account-reset-box-content{
		width: 80%;
	}
	.account-reset-box,.reset-btn{
		width: 100%;
	}
	.account-reset-box{
		padding: 18vw 0;
	}
	.login-bk{
		background-position: left;
		padding: 14vw 2vw 30vw 2vw;
	}
}