@tailwind base;
@tailwind components;
@tailwind utilities;

body {
	font-family: 'Poppins';
}

.container {
	max-width: 1200px !important;
	margin: 0 auto;
}

.color-secondary {
	color: #7FA842;
}

.bg-color-secondary {
	background: #7FA842;
}

.bg-color-secondary:hover {
	background: #53830d;
}

.color-primary {
	color: #14303B;
}

.logo img {
	width: 100%;
	max-width: 180px;
}

.login-btn {
	border-radius: 0.5rem;
	color: #fff;
	padding: 0.4rem 1.7rem;
}

.big-logo {
	width: 80%;
	margin-left: auto;
}

.land-subtit {
	font-size: 1rem;
	margin-bottom: 30px !important;
}

button,
.login-btn {
	font-weight: 500 !important;
}

.lnad-tit {
	margin-top: 1rem;
}

.profile-icon {
	background: #7fa842;
}

#myFormexpense {
	align-items: start;
}

.calc-button {
	margin-top: 2rem;
	font-size: .8rem !important;
}

.share-btn {
	font-size: .8rem !important;
}

.expense-from>div {
	gap: 1rem !important;
}

#myFormexpense .choices__inner {
	padding: .35rem !important;
	min-height: auto !important;
	border: none;
	background: #fff;
}

#myFormexpense .choices__input {
	padding: 0px !important;
	background: #fff !important;
	margin: 0px !important;
}

.member-fullname {
	font-size: .8rem;
	text-transform: capitalize;
}

#expenseList td {
	font-size: .8rem;
}

.calculate-btn {
	font-size: .8rem !important;
	padding: 7px !important;
}

.right-sec-sticky td {
	font-size: .8rem;
}

.page-container {
	min-height: 74vh;
}

input:-internal-autofill-selected {
	background-color: transparent !important;
}
button {
	cursor: pointer;
	border-radius: 0.5rem;
}
span.select2-selection.select2-selection--multiple {
	border-radius: 0.5rem;
}
/* Hide dropdown menu */
.hide-dropdown .select2-results {
	display: none !important;
}
#name-input {
	border-radius: 0;
}
.select2-container--default .select2-selection--multiple {
	border-color: transparent;
	border-radius: 0px;
	padding-top: 4px;
	padding-bottom: 14px;
	padding-right: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid transparent 0px;
}
.select2-container--default .select2-selection--multiple {
	padding-bottom: 8px;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-left: 10px;
	height: 22px;
}
span.select2-search.select2-search--inline {
	line-height: normal;
}
.select2-dropdown {
	border: unset;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.select2-container {
		width: 100% !important;
		max-width: 248px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	.select2-container {
		width: 100% !important;
		max-width: 248px;
	}
}


.ezy-home input:-internal-autofill-selected {
	background-color: transparent !important;
}

.ezy-home button {
	cursor: pointer;
	border-radius: 0.5rem;
}

.ezy-home label {
	margin-bottom: .25rem;
	margin-top: 1rem;
}

.ezy-home span.select2-selection.select2-selection--multiple {
	border-radius: 0.5rem;
}

.ezy-home input#titleInput {
	padding: 0.38rem;
	line-height: 1.8rem;
	font-size: 1rem;
	max-width: 100%;
	width: 100%;
}

.ezy-home .select2-container .select2-search--inline .select2-search__field,
input#titleInput {
	padding-left: 3px;
}

.ezy-home .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #7fa842;
	color: white;
}

.ezy-home #name-input {
	border-radius: 0;
}

.ezy-home .select2-container {
	width: 100% !important;
}

.ezy-home .select2-container--default .select2-selection--multiple {
	border-color: #dbdbdb !important;
	/*border-radius: 0px;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.ezy-home .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #d1d5db 1px;
}

.ezy-home .select2-container .select2-search--inline .select2-search__field {
	font-family: 'Poppins';
	height: 100%;
	align-content: center;
	font-size: 1rem;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 100%;
}

.ezy-home span.select2-search.select2-search--inline {
	line-height: normal;
}

/*.select2-dropdown {*/
/*border: unset;*/
/*}*/
.ezy-home .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-bottom: 6px !important;
	margin-top: 0px;
}

.ezy-home .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}



/*=============Media Query Start=============*/

@media only screen and (min-width:1550px) and (max-width:1700px) {
	html {
		font-size: 18px;
	}

	.big-logo {
		width: 100%;
	}
}

@media only screen and (min-width:1701px) {
	html {
		font-size: 20px;
	}

	.lnad-tit {
		margin-top: 2rem;
	}

	.big-logo {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.add-exp-sec {
		width: 100% !important;
		text-align: center !important;
	}
	.calc-button {
		margin-top: 0px;
		padding: 10px 20px !important;
		font-size: 1rem !important;
	}
	.input-custom-p,
	#myFormexpense .choices__inner {
		padding: .7rem !important;
		font-size: 1rem !important;
	}
	body>.container {
		padding: 1rem 1.5rem;
	}
	.big-logo,
	.land-subtit {
		width: 100%;
	}
	.gap-20 {
		gap: 1rem !important;
	}
	.land-form {
		width: 100% !important;
		margin-bottom: 5px;
	}
	.p-10 {
		padding: 1rem 2.5rem !important;
	}
	.mb-12 {
		margin-bottom: 1rem !important;
	}
	.py-16 {
		padding-top: 3rem !important;
		padding-bottom: 2rem !important;
	}
	.space-x-4 span,
	.space-x-4 a {
		margin-left: 2px !important;
	}
	.space-x-4 a:first-child {
		margin-left: 0px !important;
	}
	footer {
		text-align: center;
	}
	footer div a {
		display: inline-block;
	}
	.mob-fullwidth {
		width: -webkit-fill-available !important;
		margin-top: 0.5rem !important;
	}
}

@media only screen and (max-width:959px) and (min-width:768px) {
	html {
		zoom: .85;
	}
}

@media only screen and (max-width:1200px) and (min-width:768px) {
	.select2-container {
		max-width: 100% !important;
	}

	body>.container {
		padding: 1rem 1.5rem;
	}

	.land-form>div {
		max-width: 86%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.ezy-home .select2-container {
		width: 100% !important;
		max-width: 248px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	.ezy-home .select2-container {
		width: 100% !important;
		max-width: 248px;
	}
}