@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



body {

    margin: 0 auto;

    font-family: "Inter", sans-serif;

    font-size: 14px;

	color:#222;

}



form{

	margin:0;

}



.wrapper {

    display: flex;

    flex-flow: wrap;

}

.accountant-login.accountant-login-container {

    max-width: 30rem;

    min-width: 30rem;

    position: relative;

    top: 120px;

    margin: auto;

    padding: 51px 90px;

    border-radius: 5px;

    background-color: #fff;

    border: 1px solid #ddd;

    float: none;

    vertical-align: middle;

}

.accountant-login h3{

    font-size: 27px;

    font-weight: bold;

    color: #222222;

    text-align: center;

    text-transform: uppercase;

    margin-bottom: 20px;

}

.accountant-login fieldset{

    border-color: transparent;

}

.accountant-login .login-text{

    width: 100%;

    margin-bottom: 25px;

    padding: 20px 50px;

    border: 0px solid rgb(168, 166, 166);

    box-sizing: border-box;

    background: #F3F1FF;

    color: #000 !important;

    font-weight: 500;

    letter-spacing: 1px;

	font-family: "Inter", sans-serif;

}

.accountant-login .loginbtn{

    background: #56C1E2;

    background: #56C1E2;

    color: white;

    padding: 20px 35px;

    border: none;

    border-radius: 4px;

    cursor: pointer;

    margin: 20px auto 0px 0px;

    display: block;

    font-family: "Inter", sans-serif;

    font-weight: 600;

    text-transform: uppercase;

}

.accountant-login .password-input {

    background: url(../includes/image/lock_icon.png) no-repeat 15px center #F3F1FF;

    background-size: 25px;

    margin-bottom: 7px;

}

.accountant-login .user-input {

    background: url(../includes/image/user_icon.png) no-repeat 15px center #F3F1FF;

    background-size: 25px;

    margin-bottom: 7px;

}

table {

    border-collapse: collapse;

}

th, td {

    border: 1px solid black;

    padding: 8px;

    text-align: left;

}

th {

    background-color: #f2f2f2;

}

/* header */

.header {

    position: sticky;

    background-color: #404040;

    color: white;

    padding: 15px 20px;

	width: 100%;

}

.panel_logo {

	text-align: center;

}



.panel_logo img{

	width: 150px;

}

.panel_logo_login{

	margin: 0px 0px 30px 0px;

	text-align: center;

}

.panel_logo_login img{

	width: 150px;

}

.panel_logo p{

    font-size: 30px;

    font-weight: bold;

    color: #FFFFFF;

    text-align: center;

    text-transform: uppercase;

    margin-bottom: 20px;

}



/* left menu */

.left-menu {

	width: 280px;

	max-width: 280px;

	padding: 0;

	position: fixed;

	height: 100%;

	background: #21263c;

	transition: 0.5s;

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

}



.left-menu ul {

    list-style: none;

	padding: 0 20px;

}

.left-menu ul li{

    margin-bottom: 10px;

}



.left-menu ul li a {

    color: white;

    text-decoration: none;

    display: flex;

	align-content: center;

	align-items: center;

    padding: 10px 10px 10px 0;

    border-radius: 5px;

	transition: 0.5s;

	background:url(https://www.accountancyconnect.co.uk/includes/image/left-arrow.png) right center no-repeat scroll;

	background-size: 6px;

}



.left-menu ul li a:hover {

    background: url(https://www.accountancyconnect.co.uk/includes/image/left-arrow.png) right 10px center no-repeat scroll #408dfb;

	background-size: 6px;

	padding:10px;

}



.left-menu ul li a img{

	vertical-align: middle;

	width: 22px;

	margin: 0 10px 0 0;

}



.logo-container{

	background: #282d45;

}



.logo-container a{

	display:block;

	padding: 30px 15px;

}



img.left-logo {

    width: 175px;

	display:block;

	margin:0 auto;

}



/* START OF MY ACCOUNTANT PAGE */



.myaccount{

    width: 850px;

	margin:0 auto;

}



.myaccount .action{

	text-align:center;

}



/* END OF MY ACCOUNTANT PAGE */



/* START OF VIEW CLENT PAGE */



.view-grid ui li {

    width: calc(100% - 30%);

    overflow: hidden;

}



.view-grid ui li:first-child{

	max-width: 40px;

}



.view-grid ui {

    display: flex;

    list-style: none;

    align-items: center;

    border: 1px solid #eeeeee;

    border-bottom: 0;

}



.view-grid-content ui:nth-child(even) {

    background-color: #f9f9f9;

}

.view-grid ui li a.update {

    background: #68c282;

}

.view-grid ui li a.update:hover {

    background: #3baf5c;

}

.view-grid ui li a.view {

    background: #56C1E2;

}

.view-grid ui li {

    font-size: 14px;

    padding: 15px 10px;

}

.view-grid ui li a.view:hover {

    background: #32b7e0;

}



.view-grid > ui:first-child {

    font-weight: bold;

	background: #f9f9f9;

}



.view-clients .view-grid-content > ui:last-child{

	border-bottom: 1px solid #eeeeee;

}



.view-grid ui li p{

	margin:0;

}



.view-clients .view-grid ui li a.addcomment{

	color: #222;

}



.view-clients .view-grid ui li a.pricequoted{

	color: #222;

}



.view-clients .view-grid ui li.outcome-box{

	min-width:250px;

}



.view-clients .view-grid ui li.outcome-box p{

	margin: 0;

}



.view-clients .view-grid ui li.outcome-box p a.outcome{

	background: #56C1E2;

	padding: 5px 10px;

	font-size: 14px;

	color: #fff;

	text-decoration: none;

	border-radius: 4px;

	font-weight: 600;

}



.view-clients .view-grid ui li.outcome-box p a.outcome:hover{

	background: #32b7e0;

}



/* END OF VIEW CLIENT PAGE */



/* START OF VIEW CLENT PAGE */



.add-comment{

    margin: 0 auto;

    width: 850px;

}

.add-comment input, .add-comment textarea {

    width: 100%;

    padding: 15px;

    border: 1px solid #ddd;

    border-radius: 5px;

    background: none;

    font-family: "Inter", sans-serif;

    font-size: 14px;

	outline: none;

	box-shadow: none;

}



.add-comment .action{

	text-align:center;

}



/* END OF VIEW CLENT PAGE */



/* START OF VIEW CLENT PAGE */



.client p label {

    font-weight: 600;

}

.client .comment table {

    border-collapse: collapse;

}

.client .comment tr:nth-child(odd) {

    background-color: #F3F1FF;

}

.client .comment th {

    background-color: #F3F1FF;

    font-size: 14px;

    padding: 15px 10px;

}

.client .comment th, td {

    border: 1px solid #eeeeee;

    padding: 8px;

    text-align: left;

}

.client .comment tr td {

    font-size: 14px;

    padding: 15px 10px;

}

button#addcomment {

	width: 100%;

	margin: 0 0 0 0;

	padding: 15px 0;

	border: none;

	background: #444;

	color: #ffffff;

	font-family: "Inter", sans-serif;

	font-weight: 600;

	font-size: 16px;

	cursor: pointer;

}

.comment-form{

	border:1px solid #ddd;

	margin-top: 30px;

	padding: 15px;

	max-width: 500px;

}

.comment-form form{

	padding: 0;

	margin: 30px 0 0 0;

}



.comment-form form label{

	font-size: 16px;

  font-weight: bold;

}



.comment-form textarea {

    width: 100%;

    padding: 15px;

    margin: 15px 0;

    border-radius: 5px;

    font-family: "Inter", sans-serif;

    font-size: 14px;

	border: 1px solid #ddd;

	box-shadow: none;

  outline: none;

}



.comment-form .action{

	text-align: center;

}



/* END OF VIEW CLENT PAGE */



/* START OF ADD PRICE PAGE */



.add-price {

    margin: 0 auto;

    width: 500px;

}



.add-price .action{

	text-align:center;

}



/* END OF ADD PRICE PAGE */



/* START OF ADD OUTCOME PAGE */



.add-outcome{

    width: 500px;

	margin:0 auto;

}

.add-outcome select {

    width: 100%;

    padding: 15px;

    margin: 0;

    border: 1px solid #ddd;

    border-radius: 5px;

    background: none;

    font-family: "Inter", sans-serif;

    font-size: 14px;

}



.add-outcome .feild .label{

	min-width: 80px;

}



.add-outcome .action{

	text-align:center;

}



.container{

	width: calc(100% - 280px);

	margin: 0px 0px 0px auto;

	background: #ecf0f5;

	height: 100%;

	min-height: 100vh;

}



.container-main{

	margin: 50px;

	background: #fff;

	padding: 20px;

	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

	border-top: 3px solid #d2d6de;

	border-radius: 3px;

}



.page-title{

	font-size: 30px;

	font-weight: 500;

	color: #222;

	margin: 50px auto 0;

	text-align:center;

}



.feild {

	display: flex;

	align-content: center;

	align-items: center;

	margin: 0 0 20px 0;

}



.feild .label{

	font-weight:600;

	font-size: 14px;

	margin: 0 15px 0 0;

	min-width: 140px;

}



.feild .feild-content{

	width: 100%;

}



.feild .feild-content .input-text{

	border: 1px solid #ddd;

	box-shadow: none;

	height: 45px;

	padding: 10px;

	border-radius: 5px;

	width: 100%;

	font-size: 14px;

	color: #222;

	outline: none;

}



.myaccount .feild .feild-content .input-text{

	height: 27px;

	padding: 8px;

	line-height: 27px;

}



.feild .feild-content .select{

	border: 1px solid #ddd;

	box-shadow: none;

	height: 45px;

	padding: 10px;

	border-radius: 5px;

	width: 100%;

	font-size: 14px;

	color: #222;

	background: none;

}



.feild .feild-content .input-text::placeholder{

	color: #222;

	opacity:1;

}



.myaccount .feild.address{

	align-content: flex-start;

	align-items: flex-start;

}



.myaccount .feild.address .feild-content .input-text{

	margin:0 0 20px 0;

}



.myaccount .feild.address .feild-content .input-text:last-child{

	margin:0;

}



.error-message{

	color:red;

	font-size:14px;

}



.action .actionbtn{

	background: #56C1E2;

	border: none;

	box-shadow: none;

	padding: 0 20px;

	line-height: 45px;

	color: #222;

	text-transform: uppercase;

	font-weight: bold;

	letter-spacing: 1px;

	font-size: 14px;

	cursor: pointer;

	border-radius:5px;

}



.action .actionbtn:hover{

	background: #32b7e0;

}



.pagination{

	margin: 30px 0 0 auto;

	padding: 0;

	list-style: none;

	display: flex;

	align-content: center;

	align-items: center;

	gap: 0;

	justify-content: end;

	border: 1px solid #ddd;

  width: fit-content;

}



.pagination li{

	margin:0;

}



.pagination li:first-child a {

  border: none;

}



.pagination li a{

	background:#fafafa;

	width:30px;

	height:30px;

	display: block;

	text-align: center;

	align-content: center;

	color: #222;

	text-decoration: none;

	font-size: 14px;

	font-weight: 600;

	border-left: 1px solid #ddd;

}



.pagination li a.active{

	background: #337ab7;

	color: #fff;

	border: none;

}



.action-content{

	display: flex;

	gap: 5px;

}



.action-content .action-btn {

	background:#68c282;

	padding:5px 10px;

	font-size:14px;

	color: #fff;

	text-decoration: none;

	border-radius: 4px;

	font-weight: 600;

}



.dashboard-content{

	display: grid;

	grid-template-columns: repeat(3, 1fr);

	gap: 15px;

}



.dashboard-content .dashboard-data {

	padding: 20px;

	background: #f9f9f9;

	border:1px solid #ebeaf2;

	margin-top: 50px;

	border-radius: 5px;

}



.dashboard-content .dashboard-data a{

	display:block;

	color: #222;

	text-decoration: none;

}



.dashboard-content .dashboard-data .dashboard-icon{

	background: #52affc;

	width: 80px;

	height: 80px;

	display: flex;

	align-content: center;

	justify-content: center;

	align-items: center;

	margin: -60px auto 0;

	border-radius:10px;

	box-shadow: 5px 5px 10px #e8e8e8;

}



.dashboard-content .dashboard-data.all-clients .dashboard-icon{

	background: #3eba72;

}



.dashboard-content .dashboard-data a .dashboard-title{

	text-align: center;

  font-size: 18px;

  font-weight: 600;

  margin: 20px 0 5px 0;

}



.dashboard-content .dashboard-data a .dashboard-count{

	text-align: center;

  font-weight: bold;

  font-size: 30px;

}

.dashboard-content .dashboard-data.price-quoted .dashboard-icon {

  background: #52affc;

}

.dashboard-content .dashboard-data.not-signed .dashboard-icon{

  background: #6c63d8;	

}

.dashboard-content .dashboard-data.all-clients.signed .dashboard-icon{

 background:#f8914f;

 }

.dashboard-content .dashboard-data .dashboard-title {

  text-align: center;

  font-size: 18px;

  font-weight: 600;

  margin: 20px 0 5px 0;

}

.dashboard-content .dashboard-data .dashboard-count {

  text-align: center;

  font-weight: bold;

  font-size: 30px;

}

.date-amount {

    font-size: 12px;

	line-height: 18px;

	display: flex;

}

.amount-received .amount {

    color: #222;

}

.dashboard-content .dashboard-data.all-clients.amount-received .dashboard-icon {

	background: #02bbcc;

}

li.amount-received {

    min-width: 120px;

}

.date-amount span {

    width: 80px;

}

