@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: hidden !important;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0 !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*********************
Dropdown user
*********************/

.signin-dropdown {
	color: #000;
    border: none;
    cursor: pointer;
    background: none;
    font-size: 15px;
    width: auto;
    display: block;
    white-space: nowrap;
    margin-top: 0;
    padding: 5px 15px;
    position: relative;
/*    left: 28px;*/
    text-align: left;
}

#testButton::after {
	content: 'My Account';
	display: block;
    font-weight: bold;
}

#openUserList::after {
	content: 'My Account';
	display: block;
    font-weight: bold;
}

.dropdownLogin {
	position: relative;
	display: inline-block;
	width: fit-content !important;
}

#dropLogin {
	display: none;
	position: absolute;
	background-color: #fff;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 0;
	margin-top: 0;
    left: auto !important;
    right: 0 !important;
    min-width: 200px;
}

#dropLogin a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

#dropLoginSmall {
	left: auto !important;
    right: 0 !important;
	z-index: 99;
}

#subscriptionDropdown {
	left: auto !important;
    right: 0 !important;
	z-index: 99;
}

.dropdown a:hover,
.dropdown img:hover {
	background-color: #ebebeb;
	z-index: 10;
	text-decoration: none;
	color: #000;
}

.dropdown img {
	margin-right: 10px;
}

.show {
	display: block;
}

.intro {
	background: #fff !important;
    color: #000 !important;
}

.btn-account:focus {
	outline: none !important;
}

.triangle-drop {
	left: 65%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
}

.user-btn {
	background: rgba(255,255,255,.5);
}

#dropLogin a,
#dropLoginSmall a {
	display: flex;
    align-items: center;
}

#dropLogin a iconify-icon,
#dropLoginSmall a iconify-icon {
	padding-right: 10px;
    font-size: 25px;
    vertical-align: bottom;
}

#dropLogin a img,
#dropLoginSmall a img {
	padding-right: 10px;
    vertical-align: bottom;
    max-width: 35px;
}

.overlay-user {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(111, 111, 111, 0.25);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.6s;
	z-index: 100;
}

.modal-user {
	position: fixed;
	top: 0;
	right: -100%;
	width: 90%;
	height: 100%;
	background-color: white;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
	transition: right 0.6s;
	display: none;
	z-index: 101;
}

.modal-user.active {
	right: 0;
	display: block;
	background-color: #fff;
}

.overlay-user.active {
	visibility: visible;
	opacity: 1;
	background-color: rgba(111, 111, 111, 0.25);
}
.inner-user-modal .modal-title {
	display: flex;
    justify-content: space-between;
    padding: 1em;
}

.inner-user-modal .modal-title p {
	margin-bottom: 0;
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
}

.inner-user-modal .modal-title button {
	border: none;
    background: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 0;
}

.inner-user-modal hr {
	margin: 0;
}

.user-list .dropdown-header-btn a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user-list a > iconify-icon {
	font-size: 30px;
	padding-right: 0;
	margin-right: -5px;
}

#openPartnerList::after {
    content: 'Partner Account';
    display: block;
    font-weight: bold;
}

.user-list .dropdown-header-btn {
	display: block;
    position: unset;
    background-color: #fff;
    min-width: unset !important;
    box-shadow: none !important;
    z-index: 100;
    margin-top: 0;
    visibility: visible;
    border-radius: 0;
    padding: 0;
    overflow: visible !important;
    right: 0;

}

/*********************
Dropdown partner
*********************/

#partnerBtn {
	left: 0;
}

#subscriptionDropdown {
	display: none;
	position: absolute;
	background-color: #fff;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 0;
	margin-top: 0;
    right: auto;
	min-width: 210px;
    left: -3em;
	z-index: 99;
}

#subscriptionDropdown a {
	display: flex;
    align-items: center;
}

#subscriptionDropdown a img {
	padding-right: 5px;
}

#subscriptionDropdown a:hover {
	text-decoration: none;
	color: #002060;
}

.star-filled {
	position: absolute;
    right: 4px;
    top: 3px;
	font-size: 18px;
}

.partner-btn {
	background: rgba(255,255,255,.5);
}

#partnerBtn::after {
	content: 'Partner Account';
	display: block;
    font-weight: bold;
}

#partnerBtnSmall::after {
	content: 'Partner Account';
	display: block;
    font-weight: bold;
}

.cover-clear {
	background: #F7F5EF;
}

.dropdownLoginSmall {
	position: relative;
}

.dropdown-header-btn iconify-icon {
    padding-right: 10px;
    font-size: 25px;
    vertical-align: bottom;
}

.dropdown-header-btn img {
	max-width: 35px;
    padding-right: 10px;
    vertical-align: bottom;
}

.dropdown-header-btn a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.triangle-up {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid #fff;
    top: -12px;
    left: 55%;
    z-index: 1000;
}

.overlay-partner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(111, 111, 111, 0.25);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.6s;
	z-index: 100;
}

.modal-partner {
	position: fixed;
	top: 0;
	right: -100%;
	width: 90%;
	height: 100%;
	background-color: white;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
	transition: right 0.6s;
	display: none;
	z-index: 101;
}

.modal-partner.active {
	right: 0;
	display: block;
	background-color: #fff;
}

.overlay-partner.active {
	visibility: visible;
	opacity: 1;
	background-color: rgba(111, 111, 111, 0.25);
}
.inner-partner-modal .modal-title {
	display: flex;
    justify-content: space-between;
    padding: 1em;
}

.inner-partner-modal .modal-title p {
	margin-bottom: 0;
    font-family: Roboto, sans-serif !important;
    font-size: 18px;
}

.inner-partner-modal .modal-title button {
	border: none;
    background: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 0;
}

.inner-partner-modal hr {
	margin: 0;
}

.partner-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.partner-list a > iconify-icon {
	font-size: 30px;
	padding-right: 0;
	margin-right: -5px;
}

#openPartnerList::after {
    content: 'Partner Account';
    display: block;
    font-weight: bold;
}

.partner-list .dropdown-header-btn {
	display: block;
    position: unset;
    background-color: #fff;
    min-width: unset !important;
    box-shadow: none !important;
    z-index: 100;
    margin-top: 0;
    visibility: visible;
    border-radius: 0;
    padding: 0;
    overflow: visible !important;
    right: 0;

}

/*****************
Modal signin
*****************/

.modal-container {
	position: relative;
	display: inline-block;
	height: 100%;
}

#loginDropdown {
	right: 0;
	margin-top: 0;
	z-index: 100;
    width: 300px;
    border-radius: 0;
	padding: 1em;
	box-shadow: -5px 15px 16px 0px rgb(0 0 0 / 60%) !important;
}

.header-modal h4 {
	color: #002060;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
	margin-top: 0;
}

#loginDropdown .inner-content {
	padding: 0 !important;
}

.divider-link {
	display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 25px 0 5px;
	align-items: baseline;
}

.divider-link a {
	padding: 0;
	color: #007BA7;
}

.link-signup p {
	display: flex;
    align-items: center;
    justify-content: center;
} 

.link-signup p a {
	color: #007BA7;
    padding: 0 10px;
	text-decoration: underline;
}

.business-signin p {
	display: flex;
    align-items: baseline;
    justify-content: center;
}

.business-signin p a {
	padding: 0 10px;
    color: #007BA7;
}



.login-modal {
	top: -11px !important;
	left: 19px !important;
}

.btn-account {
	line-height: 17px !important;
}

#btn-account-white {
	color: #000;
    border-radius: 0;
    white-space: nowrap;
    border: none;
    background: none;
    height: 100%;
    width: unset;
    text-align: left;
	padding: 0 15px;
}

#btn-account-white:focus {
	outline: none;
}

.cover-btn,
.cover,
.coverr,
.coverrr,
.coverr-btn,
.coverrr-btn,
.coverrr,
.coverr-btnn {
	background: #fff !important;
	color: #000 !important;	
}

#button-account-white:focus,
.signin-dropdown:focus {
	outline: none;
}

.account-type {
	display: block;
	text-align: left;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
	.modal-signin-dialog {
		margin: 58px 0 0 73em !important;
	}
}


.signin-dropdown {
	color: #000;
	position: relative;
}

.checkmark-btn {
	position: absolute;
  	right: auto;
  	top: 4px;
  	width: 6px;
  	height: 11px;
  	border: solid #70AD47;
  	border-width: 0 2px 2px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.btn-account {
	position: relative;
}

.close-btn {
	display: none;
}

/*
.close-btn {
	position: absolute;
    right: auto;
    top: 3px;
    background: #00B0F0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.close-btn span {
	position: relative;
    bottom: 8px;
    font-size: 12px;
}
*/

#myModal {
	top: 45px;
/*	right: auto !important;*/
    left: auto !important;
	z-index: 99;
	height: auto;
}

#myModal #modal-content {
	margin-top: 0 !important;
	right: 0 !important;
	width: 300px !important;
}

/*****************
Modal
*****************/

.modal-signin-dialog {
	transform: none !important;
	transition: none !important;
}

/*
.in {
	background: rgba(0,32,96,0.2) !important;
}
*/

.fade.in,
.fade:not(.show) {
	background: transparent !important;
}

.fade.in,
.fade {
	padding-left: 0 !important;
	transition: opacity .12s linear !important;
}

.modal-content {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: 3px 8px 13px -5px grey !important;
}

.btn:focus {
	outline: none;
}

/*****************
Account deleted modal
*****************/

.modal-form-dialog {
	border-radius: 10px !important;
    overflow: hidden;
	box-shadow: 1px 1px 10px 5px #535050;
	top: 50%;
    left: 50%;
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
}

.modal-content-form {
	padding: 2em;
}

.header-form {
	position: relative;
}

.header-form > span {
	color: grey;
    display: inline-block !important;
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 20px;
	cursor: pointer;
}

.header-form button {
	position: absolute;
	top: 15px;
    right: 20px;
}

.header-form h5 {
	font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
}

.body-form {
	text-align: center;
	margin: 1em 0;
}

.body-form > p {
	color: #000;
    font-size: 17px;
    margin: 15px 0 25px;
}

.links-external {
	display: flex;
    justify-content: center;
}

.links-external button:first-of-type {
	background: #00B050;
    border: none;
    border-radius: 8px;
	margin: 0 1em;
}

.links-external button:first-of-type a {
	color: #fff;
    display: block;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 15px;
}

.links-external button:first-of-type:hover {
	background: #079e4b;
}

.links-external button:first-of-type a:hover,
.links-external button:last-of-type a:hover {
	text-decoration: none;
}

.links-external button:last-of-type {
	border: 2px solid #002060;
    background: none;
    border-radius: 8px;
	margin: 0 1em;
}

.links-external button:last-of-type:hover {
	border: 2px solid #04286f;
}

.links-external button:last-of-type a {
	display: block;
    padding: 10px 5px;
    color: #000;
    font-size: 15px;
    line-height: 17px;
}

.modalContainer {
	position: fixed;
	z-index: 1000;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.content {
	background-color: #fff;
    margin: 10% auto;
    width: 500px;
    border-radius: 15px;
    padding: 2em 1em;
	text-align: center;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,.3);
}

/*****************
Confirm pass modal
*****************/

.modal-password {
	margin: 10% auto;
    background: #DEEBF7;
    width: 700px;
    border-radius: 10px;
    padding: 2.5em 2em;
}

.header-password {
	position: relative;
}

.header-password .hide {
	position: absolute;
	display: block !important;
	font-size: 30px;
    top: -40px;
    right: -15px;
	cursor: pointer;
}

.body-pass-modal p {
	margin: 0;
    text-align: center;
    font-size: 17px;
}

/*****************
Sign in
*****************/

.header-modal h4 {
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
    font-weight: bold;
}

.header-modal h5 {
	margin-top: 2px;
	color: #007BA7;
	font-size: 13px;
}

.input-wrapper,
.input-email input {
	border: 1px solid #D9D9D9;
	width: 100%;
	padding: 8px;
	border-radius: 5px;
}

.input-email label {
	font-size: 13px;
	margin: 5px 0;
	font-weight: 500;
}

.email:focus {
	outline: none;
}

.input-wrapper {
  	position: relative;
  	margin-bottom: 24px;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
}

input[type="password"] {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	border: none;
}

input[type="password"]:focus {
  	border: none;
	outline: none;
}

.pass-group {
	color: #0070C0 !important;
}

.account-form .toggle-password-divider {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 26px;
	left: 90%;
	width: 1px;
	background: #d8d8d8;
	display: inline-block;
	height: 18px;
	cursor: pointer;
	font-size: 13px;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

.account-form .toggle-password-visibility {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 26px;
	left: 91.5%;
	cursor: pointer;
	text-decoration: underline;
  	color: #616161;
}

span.toggle-password-visibility {
	font-size: 12px;
	color: #002060;
}

.floating-input {
	border: none;
	width: 100%;
}

.divider-link {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
    margin: 15px 0 5px;
}

.divider-link label {
	margin: 0;
	font-weight: 500;
}

.divider-link button {
	color: #000;
	border: none;
	background: none;
}

.signin-btn button {
	width: 100%;
	background: #007BA7;
	color: #fff;
	border: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}

.signin-btn button:hover {
	background: #0688b7;
}

.link-signup {
	text-align: center;
	margin: 0;
}

.link-signup p button {
	background: none;
    border: none;
    text-decoration: underline;
    padding: 2px;
    color: #007BA7;
}

.link-signup p {
	color: #000;
	font-size: 13px;
}

.link-signup p a {
	text-decoration: underline;
}

.business-header {
	display: flex;
	margin: 0 0 .5em;
}

.business-header p {
	width: 100%;
    margin: 0;
    align-self: center;	
	color: #D9D9D9;
	font-size: 13px;
}

.business-account span {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #D9D9D9;
    margin: 1em 0;
    padding: 0;
    width: 30%;
}

.business-account {
	text-align: center;
}

.business-signin {
	border: 2px solid #BFBFBF;
    border-radius: 10px;
    padding: 10px;
	margin-bottom: 1em;
}

.business-signin p {
	margin: 0;
	font-size: 13px;
}

.business-signin p a {
	text-decoration: underline;
}

/*****************
Error
*****************/

.alert-error {
	color: black;
    margin: 1em 0 0.5em;
    padding: 5px 10px;
    background: #FBE5D6;
    border-radius: 8px;
    border: 1px solid #ED7D31;
    font-size: 14px;
}

.alert-box {
	color: black;
	margin: 1em 0 0;
    padding: 10px;
    background: #F1F6FB;
    border-radius: 10px;
    border: 1px solid #2F528F;
	font-size: 13px;
}

/*****************
Checkbox
*****************/

.containerCheck {
	display: block;
  	position: relative;
  	padding-left: 25px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	font-size: 12px;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	color: #BFBFBF;
	margin: 2em 0;
	font-weight: 500;
}

.containerCheck input {
	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}

.checkmark {
	position: absolute;
	bottom: 1px;
	left: 0;
	height: 17px;
	width: 17px;
	background-color: #fff;
	border: 1px solid #BFBFBF;
}

.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}

.containerCheck input:checked ~ .checkmark:after {
  	display: block;
}

.containerCheck .checkmark:after {
  	left: 5px;
  	top: 1px;
  	width: 6px;
  	height: 11px;
  	border: solid #007BA7;
  	border-width: 0 2px 2px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/*****************
Sign up modal
*****************/

/*
.input-email input {
	border: 1px solid #D9D9D9;
    width: 100%;
    padding: 10px;
}
*/

.overlay-btn {
	background: #fff;
    padding: 24px 70px;
    position: absolute;
    top: -49px;
    right: 0;
    z-index: -10;
}

.signup-btn button {
	width: 100%;
    border: none;
    background: #0260BE;
    color: #fff;
    padding: 10px;
    border-radius: 22px;
    letter-spacing: 1px;
    font-size: 17px;
	margin: 5px 0 10px;
}

.link-signin {
	display: flex;
	margin: 0 1em 0;
}

.link-signin p {
	font-size: 13px;
	margin: 0;
}

.link-back {
	background: none;
    color: #003399;
    font-size: 12px;
    margin: 0;
    text-decoration: underline;
	padding: 0 5px;
	border: none;
}

.link-back:focus {
	outline: none;
}

.pass-field label {
	font-weight: 500;
	font-size: 13px;
	margin: 15px 0 5px;
}

.modal-form-field {
	margin: 0;
}

.tick {
	margin: 8px 15px;
}

.inner-container {
	padding-top: 1em;
	padding-left: 3.5em;
	position: relative;
}

.modal-box-container img {
	height: 100%;
}

.forgot-btn button {
	background: #002060;
}

.intro-box p {
	font-size: 14px;
}

.email-wrapper-input {
	margin: 4em 0 1.5em;
}

/*****************
Invitation pop up
*****************/

#signedinModal .content {
	position: relative;
	background-color: #fff;
    margin: 5% auto;
    width: 450px;
    border-radius: 15px;
    padding: 1em 0;
    text-align: center;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 30%);
}

.modal-backdrop.show {
    display: none !important;
}

/*
#signedinModal .content::before {
	background-image: url(../../00/static-images/12-023-ModalBackground-001-R01.png);
	content: "";
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.3;
	border-radius: 15px;
}
*/

#signedinModal .body-form p {
	color: #000;
    font-size: 26px;
    margin: 0;
    opacity: 1;
    position: relative;
    font-weight: 600;
}

#signedinModal .body-form p:nth-of-type(3) {
	margin: 2em 0 1.5em;
}

#signedinModal .invite-btns {
	position: relative;
    margin: 2em 0 1em;
}

#btn-denied {
    background: #fff;
    color: #0070C0;
    font-size: 20px;
    padding: 5px 60px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #0070C0;
}

.form-invite button {
	background: #0070C0;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 5px 60px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    border-radius: 5px;
}

.form-invite button iconify-icon {
	font-size: 25px;
	padding-left: 5px;
	position: relative;
    bottom: 2px;
}

.form-invite button:hover {
	background: #047acf;
	color: #fff;
}

#signedinModal .content > p {
	margin-bottom: 0;
    position: relative;
    font-size: 16px;
    padding: 1em 0;
    color: #7C7C7C;
}

/*****************
Invitation pop up
*****************/

#content-invitation {
	background-image: url(background-invitation.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 10% 100%;
	padding: 25px 15px 15px;
}

#invitation-content {
	border-radius: 10px !important;
    overflow: hidden;
}

.intro-section {
	text-align: center;
}

.intro-section p {
	font-size: 16px;
}

.title-head-invite {
	text-transform: uppercase;
    color: #EB1E0F;
    font-weight: 700;
    font-size: 22px;
	margin: 5px 0 0.7em;
}

.intro-section p:nth-child(5) {
	color: #0070C0;
    font-weight: 700;
    font-size: 20px;
    margin: 2em 0 3em;
}

.invite-btns {
	display: flex;
    justify-content: center;
}

.form-invite > input.btn:nth-child(3) {
	background: #0345BD;
    color: #fff;
    border: none;
    width: 100px;
    font-size: 15px;
    padding: 8px;
	margin: 0 5px 1.5em;
}

/*****************
Sign in popup
*****************/

#div2 {
	position: absolute;
    background: #fff;
    width: 150px;
    padding: 1em 0.5em;
    box-shadow: 1px 1px 5px 1px grey;
    z-index: 10;
    right: 0;
    top: 50px;
}

#div2 button {
	border: none;
    background: #34C0AC;
    color: #fff;
    padding: 5px 2.5em;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px;
}

#div2 p {
	font-size: 13px;
    text-align: center;
    display: block;
    margin: 0;
    padding-top: 8px;
}

.triangle-up {
	position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
    left: 70%;
}


/*****************
Media
*****************/


@media only screen and (max-width: 1100px) {
	#myModal {
		top: 51px;
		right: 15px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.signin-dropdown {
		left: 0;
		width: unset;
	}
/*
	#dropLogin {
		min-width: 150px !important;
	}
*/
	#loginDropdown {
		width: 280px;
	}
	#dropLogin a {
		padding: 12px 10px;
	}
	#myModal {
		top: 44px;
		right: 0 !important;
	}
}

@media only screen and (max-width: 900px) {
	.link-signup {
		margin: 1em 0;
	}
	#myModal {
		right: 15px !important;
	}
}

@media only screen and (min-width: 767px) {
	.modal-dialog {
		width: 280px !important;
	}
	.modal-form-dialog {
		width: 1000px !important; 
		margin: 0 !important;
	}
	.modal-delete-dialog {
		width: 350px !important; 
		margin: 0 !important;
	}
	.modal-invite {
		width: 500px !important; 
		margin: 0 !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
	}
	.dropdownLogin {
		display: block;
	}
	.dropdownLoginSmall {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.modal-invite {
		width: 450px !important; 
		margin: 0 !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
	}
	.intro-section p {
		font-size: 14px;
	}
	.intro-section p:nth-child(5) {
		margin: 2em 0;
	}
	.modal-form-dialog {
		width: 450px !important; 
	}
	.links-external button:first-of-type a {
		font-size: 14px;
		padding: 12px 15px;
	}
	.links-external button:last-of-type a {
		font-size: 14px;
		padding: 10px 0;
	}
	#dropLogin a {
		text-align: left;
	}
	#subscriptionDropdown a {
		text-align: left;
	}
	#btn-account-white {
		padding: 4px;
	}
	.header-modal {
		text-align: left;
	}
	.containerCheck {
		text-align: left;
	}
	.input-email {
		text-align: left;
	}
	.coverr-btn,
	.coverr-btnn {
		padding: 0 20px;
	}
	.coverr-btn:focus,
	.coverr-btnn:focus {
		outline: none;
	}
	.dropdownLogin {
		display: none;
	}
	.dropdownLoginSmall {
		display: block;
	}
	#dropLoginSmall {
		border-radius: 0;
		margin-top: 0;
	}
	#myModal {
		top: 33px;
		right: auto;
		left: auto;
	}
}

@media only screen and (max-width: 700px) {
	.content {
		width: 400px;
	}
	#dropLogin {
		min-width: 128px !important;
	}
	#dropLogin a {
		text-align: left;
		align-items: center;
		display: flex;
		padding: 12px 5px;
	}
	#dropLogin img {
		height: 16px;
    	padding-right: 5px;
	}
	#dropLogin span {
		white-space: nowrap;
	}
}

@media only screen and (max-width: 600px) {
	.modal-invite {
		width: 400px !important; 
		margin: 0 !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
	}
	.intro-section p:nth-child(5) {
		font-size: 18px;
	}
	.title-head-invite {
		font-size: 20px;
	}
	.modal-form-dialog {
		width: 350px !important; 
	}
	.modal-content-form {
		padding: 1em;
	}
	.body-form > p {
		font-size: 15px;
	}
	.links-external button:first-of-type {
		margin: 0 .5em;
	}
	.links-external button:last-of-type {
		margin: 0 .5em;
	}
	.links-external button:first-of-type a {
		padding: 12px 5px; 
	}
	.input-wrapper, 
	.input-email input {
		padding: 4px 8px;
	}
	.input-wrapper {
		margin-bottom: 10px;
	}
	.signin-btn button {
		padding: 7px;
	}
	.containerCheck {
		margin: 1.5em 0;
	}
	.business-signin {
		padding: 10px 5px;
	}
	.business-signin p a {
		padding: 0;
	}
}

@media only screen and (max-width: 575px) {
	.modal-content-form {
		padding: 0;
	}
}

@media only screen and (max-width: 500px) {
	.modal-invite {
		width: 300px !important; 
		margin: 0 !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
	}
	.form-invite > input.btn:nth-child(3) {
		margin: 0 5px 1em;
	}
	#content-invitation {
		padding: 15px 5px 15px;
	}
	.intro-section p:nth-child(5) {
		margin: 1em 0;
	}
	#btn-denied,
	.form-invite > input.btn:nth-child(3) {
		font-size: 14px;
	}
	.content {
		width: 350px;
	}
	.signin-dropdown {
		left: 0;
	}
	.dropdown-header-btn iconify-icon {
		font-size: 20px;
	}
	.dropdown-header-btn a {
		padding: 10px;
	}
}

@media only screen and (max-width: 450px) {
	#subscriptionDropdown {
		left: -3em;
	}
	#dropLoginSmall {
		min-width: 170px !important;
	}
	#dropLoginSmall iconify-icon {
		font-size: 20px;
	}
	.links-external button:first-of-type {
		margin: 0;
		min-width: 140px;
	}
}

@media only screen and (max-width: 400px) {
	.modal-invite {
		width: 280px !important; 
		margin: 0 !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
	}
	.title-head-invite {
		font-size: 18px;
	}
	.intro-section p {
		font-size: 13px;
	}
	.intro-section p:nth-child(5) {
		font-size: 16px;
	}
	#btn-denied,
	.form-invite > input.btn:nth-child(3) {
		margin: 0 5px;
	}
	#myModal #modal-content {
		width: 250px !important;
	}
	.link-signup p {
		flex-direction: column;
	}
}



























