
/* Header */
.header-list.main-header-list{
    justify-content: flex-end;
}
.header-list .account-dropdown-wrapper{
    left: 5%;
}

/* Modals */
.modal-header{
    justify-content: space-between;
}
.modal-header .modal-title{
    order: 1;
}
.modal-header button{
    order: 2;
}

/* Buttons */
.modal-footer button.btn {
	font-size:16px;
	line-height: normal;
	color: #fff;
	outline: none; 
	border: none;
	border-radius: 0;
	padding: 13px 50px;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	transition:background-color 0.4s;

	display: inline-block;
}

/* Green Button */
.modal-footer button.btn.green-button {
    background: #00AD6F;
    color: #fff;
}
.modal-footer button.btn.green-button:hover{
    background-color: #008a59;
    color: #fff;
}
.modal-footer button.btn.green-button:active{
	top: 1px;
}

/* Red Button */
.modal-footer button.btn.red-button {
	background: #E15554;
    color: #fff;
}
.modal-footer button.btn.red-button:hover{
    color: #fff;
}
.modal-footer button.btn.red-button:active{
	top: 1px;
}

/* Accounts */
.account-log-out{
    margin-bottom: 0;
	padding-bottom: 45px;
}
