* {
	font-family: 'Roboto', sans-serif;
}

.grid {
	width: 1200px;
}

.landing-header {
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 50px;
	justify-content: space-between;
}

.landing-header__menu-list {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.landing-header__menu-item {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	padding: 4px;
	cursor: pointer;
	border: 1px solid;
	border-color: white;
	margin-right: 5px;
	font-weight: 500;
}

.landing-header__menu-item:last-child {
	margin-right: 0px;
}

.landing-header__menu-item:hover {
	background-color: rgba(0, 0, 0, 0.04);
	border-color: #ededed;
	border-radius: 3px;
}

.landing-header__menu-item-separate {
	width: 1px;
	height: 20px;
	background-color: #ededed;
	margin-right: 5px;
}

/* Body - landing */
.landing-body {
	display: flex;
	justify-content: center;
}


.landing-body__banner {
	display: flex;
	flex-direction: row;
	height: 100vh;
}

.landing-body__banner-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	height: 100%;
}

.banner-main-title {
	font-size: 50px;
	display: block;
}

.banner-second-title {
	font-size: 20px;
	display: block;
	font-weight: 400;
	color: #333;
}

.banner-buttons {
	display: flex;
	justify-content: center;
}

.banner-button-item {
	margin-top: 20px;
	font-weight: 500;
	border-radius: 5px;
}

.landing-body__banner-image {
	background-image: url(/images/aeb4e0232212280f004b73055df23fdb-3856172.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
}

.home-body {
	display: flex;
	flex-direction: column;

}

.landing-body__special-features {
	display: flex;
	margin-top: 80px;
}

.landing-body__sf-image {
	flex-basis: 75%;
	padding: 10px;
}

.sf_image {
	width: 100%;
	height: auto;
	object-position: center;
	object-fit: cover;

	border-radius: 5px;
}

.landing-body__sf-title {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sf__intro {
	font-size: 25px;
	font-weight: 500;
	padding: 20px;
	color: #333;
}

.sf__title-item {
	border-radius: 10px;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 17px;
	cursor: pointer;
	opacity: 0.5;
}

.sf__title-item:hover {
	color: #333333;
	opacity: 0.6;
}


.sf__title-item-recent {
	background-color: #D0F0FD;
	opacity: 1;
	transition: all linear 0.25s;
}

/* More infor and intro */
.landing-body__intro {
	width: 100%;
	display: flex;
	height: 60vh;
	margin-top: 100px;
}

.landing-body__intro--title {
	flex: 1;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}

.landing-body__intro--image {
	background-image: url(/images/e78d65d6025ca53a68d30ae476d280a6-2768329.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	flex-basis: 60%;
}

.intro--des {
	font-size: 25px;
	font-weight: 500;
	color: #333;
	margin-bottom: 20px;
}


.intro--des-second {
	font-size: 18px;
	margin-bottom: 20px;
}

.intro--link>a {
	font-size: 20px;
	display: flex;
	align-items: center;
}

/* get contact */
.landing-body__get-contact {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.get-contact__title {
	font-size: 25px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
}

.get-contact__form {
	display: flex;
	margin-bottom: 15px;
}

.get-contact__input {
	line-height: 40px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background-color: #F2F2F2;
	box-sizing: border-box;
	outline: none;
	padding: 0 10px;
	margin-right: 10px;
}

.get-contact__button {
	border-radius: 5px;
}

.get-contact__more {
	width: 50%;
	font-size: 13px;
	color: #888888;
	text-align: center;
}

/* Footer */
.landing-footer {
	height: 200px;
	width: 100%;
	border-top: 3px solid #ededed;
	padding: 20px 10px;
	margin-top: 80px;
	box-sizing: border-box;
	display: flex;
}

.logo-img-footer {
	height: 50px;
	object-fit: contain;
}

.footer__col {
	flex-basis: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__col--item {
	padding: 5px;
	border-bottom: 2px solid #ededed;
	margin-bottom: 10px;
}

.footer__col--item:hover {
	border-bottom: 2px solid #D0F0FD;
	cursor: pointer;
}


/* Hamburger menu  */
.hambur-menu {
	display: none;
	transition: 200ms;
}

.hambur__icon {
	position: absolute;
	z-index: 101;
	font-size: 30px;
	top: 10px;
	right: 10px;
	transition: 200ms;
}

.ham__overlay {
	position: absolute;
	background-color: #333;
	opacity: 0.5;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 99;
	transition: 200ms;
}

.hambur__list {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	width: 400px;
	height: 100vh;
	list-style: none;
	background-color: white;
	padding: 20px 20px;
	flex-direction: column;
	align-items: center;
	transition: 200ms;
}

.hambur__menu-item {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	transition: 200ms;
	box-sizing: border-box;
}

.hambur__menu-item:hover {
	background-color: rgba(0, 0, 0, 0.04);

}

.hambur__menu-item>*,
.hambur__menu-item {
	font-size: 18px;
}


@media screen and (max-width: 1199px) {

	.home-body {
		padding: 20px 40px;
	}

	.landing-body__banner {
		display: flex;
		flex-direction: row;
		height: 600px;
	}

	.landing-body__sf-image {
		flex-basis: 70%;
		padding: 10px;
	}

	.landing-body__intro {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.banner-main-title {
		font-size: 40px;
		display: block;
	}

	.banner-second-title {
		font-size: 18px;
	}

	.landing-header__menu-list {
		display: none;
	}

	.hambur-menu {
		display: block;
	}

	.landing-body__banner-image {
		display: none;
	}

	.landing-body__banner-intro {
		width: 100%;
	}

	.landing-body__banner {
		height: 600px;
	}

	.banner-main-title {
		text-align: center;
	}

	.banner-second-title {
		text-align: center;
	}

	.sf__intro {
		font-size: 18px;
		padding: 5px;
	}

	.sf__title-item {
		font-size: 14px;
		padding: 5px;
	}

	.landing-body__intro {
		height: auto;
	}

	.intro--des {
		font-size: 18px;
	}

	.intro--des-second {
		font-size: 14px;
	}

	.intro--link>* {
		font-size: 16px;
	}

	.landing-body__intro--image {
		flex-basis: 50%;

	}

	.landing-body__special-features {
		flex-direction: column;
	}

	.get-contact__title {
		font-size: 18px;
	}

	.sf__title-item {
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	.landing-body__intro--image {
		display: none;
	}

	.intro--des-second,
	.intro--des {
		text-align: center;
	}

	.intro--link>a {
		justify-content: center;
	}

	.get-contact__more {
		width: 80%;
	}

	.hambur__list {
		width: 100vw;
	}
}
.ant-tabs-tab {
	color: #333;
}

.header-tasks {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.task__header-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	position: relative;
}

.header-title {
	font-size: 21px;
	color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-part-left {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.header-part-right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.search-task>.ant-input-suffix>.ant-input-search-icon {
	font-size: 19px;
}

.site-collapse-custom-collapse>.site-collapse-custom-panel {
	background: white;
	border-radius: 2px;
	border: 0px;
	overflow: hidden;
}

.ant-collapse-header {
	font-size: 17px;
	text-transform: uppercase;
}

.header__btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #333333;
	cursor: pointer;
}

.task__header-icon {
	font-size: 19px;
}

.header__btn-link:hover {
	color: #2985ff;
	background-color: rgba(235, 235, 235, 0.7);
}



.header-list-task {
	width: 100%;
	display: flex;
	position: relative;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.site-collapse-custom-collapse {
	position: relative;
}

.task__content-container {
	margin: 10px 10px;
	padding: 10px 10px;
	background-color: white;
	height: 100%;
	position: relative;
}

.number-of-task {
	position: absolute;
	z-index: 1;
	right: 10px;
	align-items: center;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: rgb(0, 102, 255);
	color: white;
	border-radius: 50%;
	font-size: 14px;
}

.loading-data-component {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: gray;
	opacity: 0.8;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.task__tabs-data>.ant-tabs-nav {
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

.task__tabs-data {
	padding: 10px;
}

.header-search__mobile {
	display: none;
}

/* PC */
@media only screen and (min-width: 1025px) {}

/* small tablet - medium tablet */
@media only screen and (min-width: 600px) and (max-width: 1024px) {}

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 599px) {
	.header-search__tablet-pc {
		display: none;
	}

	.header-search__mobile {
		display: flex;
	}

	.task__header-icon {
		font-size: 16px;
	}

	.header-container {
		height: 50px;
		line-height: 50px;
		padding: 0px 0px;
	}

	.task__content-container {
		margin: 5px 0px;
		padding: 5px 0px;
	}

	.header-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 17px;
		color: #333;
		overflow-x: hidden;
		width: max-content;
	}

	.ant-collapse-content>.ant-collapse-content-box {
		padding-right: 8px;
	}

	.ant-collapse>.ant-collapse-item>.ant-collapse-header {
		padding-right: 0px;
	}

	.ant-tabs-tab {
		font-size: 13px;
		margin-right: 15px;
	}
}
.ant-menu.ant-menu-dark {
    background: none;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
    background-color: #e6f7ff;
}

.container-infor-family {
    text-align: center;
    margin: 20px 20px 20px 0px;
}

.name-user {
    font-size: 16px;
    color: white;
}

.container-dashboard-menu {
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #243b55, #141e30); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to left,
        #243b55,
        #141e30
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-menu {
    border: none;
    background: #141e30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #243b55, #141e30); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
        to left,
        #243b55,
        #141e30
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.main-menu li {
    color: white;
}

.main-menu a {
    color: white;
    font-size: 17px;
}

.main-menu li:hover {
    background-color: rgba(124, 124, 124, 0.5);
}

.main-menu li:hover,
.main-menu li:hover a {
    color: white;
}

.main-menu li.ant-menu-item-selected:hover a {
    color: #1890ff;
}

.ant-menu-item-selected {
    background-color: #e6f7ff;
}

.ant-menu-item-selected > a,
.ant-menu-item-selected > span {
    color: #1890ff;
}

.mobile__container-dashboard-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-top: 1px solid #1890ff;
}

.mobile__menu {
    display: flex;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    align-items: center;
}

.mobile__menu-item {
    padding: 0;
    height: 60px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* big tablets to 1200px */

@media only screen and (min-width: 1024px) {
    .container-dashboard-menu {
        max-width: none !important;
        flex-basis: 300px !important;
    }

    .mobile__container-dashboard-menu {
        display: none;
    }

    img.container-img-family {
        width: 100px;
        height: 100px;
        background-color: white;
        border-radius: 50%;
    }

    .name-family {
        font-size: 20px;
        font-weight: 500;
        color: white;
        margin-top: 5px;
    }

    .size-icon {
        font-size: 18px !important;
    }
}

/* small tablets to big tablets from 768px to 1023px */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container-dashboard-menu {
        max-width: none !important;
        flex-basis: 180px !important;
    }

    .mobile__container-dashboard-menu {
        display: none;
    }

    img.container-img-family {
        width: 80px;
        background-color: white;
        border-radius: 50%;
    }

    .name-family {
        font-size: 16px;
        font-weight: bolder;
        color: white;
        margin-top: 5px;
    }

    .size-icon {
        font-size: 16px !important;
    }
}

/* small phones to small tablets */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .container-dashboard-menu {
        display: none;
    }

    .mobile__container-dashboard-menu {
        display: block;
        width: 100%;
    }

    img.container-img-family {
        width: 60px;
        background-color: white;
        border-radius: 50%;
    }

    .name-family {
        font-size: 14px;
        font-weight: bolder;
        color: white;
        margin-top: 5px;
    }

    .mobile__menu {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .mobile__menu-item > a {
        font-size: 11px;
        display: block;
        height: 25px;
        line-height: 25px;
        margin-bottom: -10px;
    }

    .size-icon {
        display: block;
        width: 100%;
        font-size: 18px !important;
        text-align: center;
    }
}

.unable-react-list {
	pointer-events: none;
}

.detail-task {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.infor-task {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.name-task {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.doingTime {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: brown;
}

.note-task {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #444444;
}

.time-task {
	margin-top: 4px;
	font-size: 12px;
	color: brown;
}

.right-part-item-task {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.icon-assigned {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 100%;
	width: max-content;
	position: relative;
}

.container-icon-avatar {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: max-content;
}

.container-icon-avatar:hover .icon-check-member-completed {
	font-size: 25px;
}

.container-icon-avatar:hover .icon-avatar,
.container-icon-avatar:hover .icon-avatar-member-completed {
	transform: scale(1.1);
	transition: all ease-out 0.25s;
}

.icon-avatar,
.icon-avatar-member-completed {
	width: 40px;
	height: 40px;
	margin: 0 0px;
	cursor: pointer;
}

.icon-avatar-member-completed {
	border: 2px solid rgb(17, 189, 1);
	opacity: 0.2;
}

.task-point {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.task-point > span {
	color: #daa520;
	font-size: 18px;
}

.point {
	font-size: 16px;
	color: #555555;
	width: max-content;
}

.actions {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	transition-duration: 3s, 5s;
}

.task__action-left-part {
	display: flex;
	justify-content: flex-start;
}

.task__action-right-part {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	transform-origin: right;
	animation: blowOut 0.3s ease-out;
}

.task__action-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	height: 100%;
	cursor: pointer;
}

.icon-action-task {
	color: #2985ff;
	font-size: 21px;
}

.image-task {
	max-height: 70px;
	width: auto;
	object-position: center;
	object-fit: contain;
}

.show-image-task,
.show-assign-action-task {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.check-box-task {
	border-radius: 100%;
}

.task__action-title {
	font-size: 12px;
}

/* css for checkbox */

.round {
	position: relative;
}

.round label {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}

.round label:hover {
	border: 1px solid #66bb6a;
}

.round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 6px;
	left: 7px;
	opacity: 0;
	position: absolute;
	top: 8px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="checkbox"] {
	visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

/* custom check member completed */

.icon-check-member-completed {
	color: rgb(56, 250, 39);
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 999;
}

.icon-avatar-member-completed {
	background-color: black;
	opacity: 0.2;
	border: 2px solid rgb(21, 255, 0);
}

.line-connect-all-member {
	display: inline-block;
	height: 2px;
	width: 5px;
	background-color: #2985ff;
}

@media only screen and (min-width: 1024px) {
	.task__list-item > .ant-list-item-action {
		width: 100%;
		margin-left: 0px;
	}

	.task__list-item > .ant-list-item-action > li {
		width: 100%;
		margin-left: 0px;
	}
}

/* small tablet - medium tablet */

@media only screen and (min-width: 600px) and (max-width: 1023px) {
	.icon-assigned {
		height: auto;
		margin-bottom: 5px;
	}

	.task-point {
		margin-left: 0px;
	}

	.show-image-task {
		display: none;
	}

	.right-part-item-task {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}

	.task__list-item > .ant-list-item-action {
		width: 100%;
		margin-left: 0px;
	}

	.task__list-item > .ant-list-item-action > li {
		width: 100%;
		margin-left: 0px;
	}

	.task__action-item {
		margin-right: 0px;
	}

	.icon-task-point {
		font-size: 15px;
	}

	.point {
		font-size: 15px;
	}

	.task__action-title {
		font-size: 12px;
		width: max-content;
	}
}

@media only screen and (min-width: 992px) {
	.show-image-task {
		display: block;
	}

	.task__list-item > .ant-list-item-action {
		width: 100%;
		margin-left: 0px;
	}

	.task__list-item > .ant-list-item-action > li {
		width: 100%;
		margin-left: 0px;
	}
}

/* Mobile */

@media only screen and (min-width: 320px) and (max-width: 599px) {
	.show-image-task {
		display: none;
	}

	.name-task {
		font-size: 14px;
	}

	.note-task {
		font-size: 13px;
	}

	.time-task {
		font-size: 11px;
	}

	.right-part-item-task {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}

	.icon-assigned {
		height: auto;
		margin-bottom: 8px;
	}

	.icon-action-task {
		font-size: 20px;
	}

	.task-point {
		padding-left: 8px;
	}

	.icon-task-point {
		font-size: 13px;
	}

	.point {
		font-size: 13px;
	}

	.task__list-item > .ant-list-item-action {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		margin-left: 0px;
	}

	.task__list-item > .ant-list-item-action > li {
		width: 100%;
	}

	.actions {
		width: 100%;
	}

	.task__action-item {
		margin: 0 5px;
	}

	.task__action-title {
		font-size: 11px;
		width: max-content;
	}

	.icon-avatar-member-completed,
	.icon-avatar {
		width: 30px;
		height: 30px;
	}

	.task__list-task-container > .ant-list-pagination > ul > li {
		width: 22px;
		height: 22px;
		min-width: 22px;
		max-height: 22px;
		line-height: 22px;
	}

	.task__list-task-container > .ant-list-pagination {
		margin-top: 12px;
	}
}

@keyframes blowOut {
	from {
		transform: scaleX(0.3);
	}

	to {
		transform: scaleX(1);
	}
}

.modal-task__members-list {
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.modal-task__member-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.form-done-task {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.action-task-title {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.action-task-label {
	margin: 15px 0 10px;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	color: black;
}

.action-task-detail-data {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.action-task-form-btn {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}


@media only screen and (min-width: 1025px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.action-task-title,
	.action-task-label {
		font-size: 14px;
	}

	.name-avatar-member {
		font-size: 12px;
		width: max-content;
	}

	.modal-task__member-container {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {

	.action-task-title,
	.action-task-label {
		font-size: 13px;
	}

	.name-avatar-member {
		font-size: 11px;
		width: max-content;
	}

	.modal-task__member-container {
		flex-wrap: wrap;
	}
}
.repeat-modal__title {
    width: 100%;
    text-align: center;
}

.repeat-modal__footer {
    display: flex;
}

.repeat-modal__footer--btn {
    flex: 1;
}

.repeat-modal__container {
    display: flex;
    flex-direction: column;
    width: 100%;

}

.repeat-modal__choose-type {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.repeat-modal__type {
    flex: 1;
    height: 40px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

.repeat-modal__type:hover {
    background-color: rgba(5, 35, 117, 0.05);

}

.ant-modal-body {
    padding: 12px;
}

.repeat-modal__data-form {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.repeat-modal__form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.repeat-modal__form-item--label {
    width: max-content;
}

.repeat-modal__form-item--group {
    width: 320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.repeat-modal__form-item--input {
    width: 45%;
    height: 38px;
}

.repeat-modal__form-item--one {
    width: 100%;
    height: 36px;
}

.repeat-modal__chosen-type {
    background-color: rgba(5, 35, 117, 0.05);
    color: #1487F6;
    font-weight: 500;
}

.repeat-modal__no-repeat {
    min-height: 100px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #9999;
}

.repeat-modal__reminder {
    height: 36px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 1px solid #EDEDED;
}

.repeat-modal__reminder-chosen {
    border: 1px solid #1487F6;
    color: #1487F6;
}

@media all and (min-width: 320px) and (max-width: 599px) {

    .repeat-modal__form-item--label {
        display: none;
    }

    .repeat-modal__form-item--input {
        width: 45%;
    }

    .repeat-modal__form-item--group {
        width: 100%;
        justify-content: space-between;
    }

    .repeat-modal__form-item--input {
        margin: 0;
    }

    .repeat-modal__data-form {
        padding: 0 0px;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.container-add-task {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.add-task__header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
}

.container-form-add-task {
	width: 100%;
}

.add-task__content {
	margin: 0 10px;
}

.add-task__label-form-item {
	font-size: 16px;
}

.list-avatar-member,
.list-task-cate {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.task-cate-item,
.container-avatar-member {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.task-cate-item {
	margin: 0 5px;
}

.avatar-member,
.avatar-task-cate {
	display: flex;
	position: relative;
}

.icon-avatar-member,
.icon-avatar-task-cate {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	position: relative;
	border: 1px solid rgba(175, 172, 172, 0.533);
	cursor: pointer;
}

.icon-avatar-member-checked,
.icon-avatar-task-cate-checked {
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	position: relative;
	border: 1px solid rgba(161, 156, 156, 0.533);
	cursor: pointer;
	opacity: 0.3;
}

.icon-check-assign-member,
.icon-check-assign-task-cate {
	color: rgb(50, 230, 33);
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 999;
}

.icon-avatar-member:hover {
	transform: translateY(-1px);
	border: 1px solid #819ed8;
	box-shadow: 0px 0px 20px #9fb8eb;
}

.name-avatar-member {
	margin-top: 5px;
	display: inline-block;
	background-color: #f2f3f5;
	color: #385898;
	padding: 2px 8px;
	font-weight: 500;
	border-radius: 10px;
	font-size: 13px;
}

.avatar-checked-assign-member {
	opacity: 0.5;
}

.button-add-task-form {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.add-task-list-img {
	width: 100%;
	height: max-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.show-upload-img {
	width: 150px;
	height: 150px;
	position: relative;
	object-fit: contain;
}

.add-task-img {
	width: 30%;
	height: 30%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-40%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.input-add-task-img {
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
}

.upload-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tt-upload-img {
	width: max-content;
}

.after-upload-img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/* custom again form add task */

.form-item-add {
	margin: 6px 0;
	padding: 10px 20px;
	border-radius: 2px;
	background-color: hsl(0, 0%, 100%);
	background-position: 50% 50%;
	box-shadow: hsl(0, 0%, 84%) 0 0px 2px 0px;
}

.input-item-add-task {
	border: none;
	font-size: 16px;
	text-align: center;
}

/* css for select point and time in tab add task */

.custom-select-add-task,
.custom-select-date-add-task {
	position: relative;
	width: 100%;
	height: 100%;
	height: 45px;
	border-radius: 2px;
	cursor: pointer;
}

.custom-select-date-add-task {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.custom-select-add-task:hover {
	border-color: #40a9ff;
	border-right-width: 1px !important;
}

.present-select-add-task {
	width: 100%;
	height: 100%;
	background-color: #1979a9;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}

.present-select-date-add-task {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	padding: 0;
	cursor: pointer;
}

.select-item-add-task {
	position: absolute;
	top: 0;
	opacity: 0;
	filter: opacity(0);
	z-index: 1;
	cursor: pointer;
}

.show-data-select {
	width: max-content;
	font-size: 18px;
	color: white;
}

.ant-picker-input>input:hover {
	cursor: pointer;
}

.ant-form-item-label>label {
	width: 100%;
	position: relative;
}

.disable-btn-add-task {
	pointer-events: none;
	color: slategrey;
}

.add-task__button-select-icon {
	font-size: 22px;
	margin-right: 15px;
	color: white;
}

.add-task__header-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header__btn-link {
	font-size: 19px;
}

.add-task__header-title {
	font-size: 19px;
}

.task-form__change-image-container {
	display: flex;
}

.task-form__change-image {
	width: 140px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	border: 1px solid #bdbaba;
	margin-left: 10px;
}

.form-task__icon-add-more {
	display: flex;
	position: relative;
}

@media all and (min-width: 320px) and (max-width: 599px) {
	.task-form__date-picker {
		background-color: #1979a9;
	}

	.add-task-list-img {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.task-form__change-image-container {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.add-task__content {
		margin: 0 0px;
	}

	.header__btn-link {
		font-size: 16px;
	}

	.task__header-icon {
		font-size: 16px;
	}

	.form-item-add {
		margin: 5px 0;
		padding: 5px 10px;
	}

	.add-task__button-select-icon {
		font-size: 20px;
		margin-right: 10px;
		color: white;
	}

	.show-data-select {
		font-size: 14px;
	}

	.present-select-add-task {
		justify-content: center;
	}

	.add-task__label-cate {
		font-size: 12px;
		color: #444444;
	}

	.add-task__label-form-item {
		font-size: 14px;
	}

	.container-add-task {
		padding-bottom: 70px;
	}

	.add-task__header-title {
		font-size: 18px;
	}

	.ant-select-lg {
		font-size: 14px;
	}

	.ant-picker-large .ant-picker-input>input {
		font-size: 14px;
	}
}

@media all and (min-width: 600px) and (max-width: 1023px) {
	.show-data-select {
		font-size: 15px;
	}

	.present-select-add-task {
		justify-content: center;
	}

	.add-task__label-cate {
		font-size: 13px;
	}

	.add-task__label-form-item {
		font-size: 14px;
	}

	.container-add-task {
		padding-bottom: 70px;
	}
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.filter__container {
    position: relative;
    overflow-x: scroll;

}

.filter__container::-webkit-scrollbar {
    display: none;
}

.list-task-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: max-content;
}

.list-task-filter:hover {
    cursor: pointer;
}

.filter__name-cate {
    width: max-content;
}

.chosen-task-filter {
    border: 2px solid #2985ff;
}

.task-filter:hover {
    cursor: pointer;
    border: 1.5px solid #2985ff;
}

.filter-popover {
    display: flex;
    flex-direction: column;
}

.filter-popover-item {
    font-size: 14px;
    cursor: pointer;
}

.chosen-filter-popover-item {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    color: #2985ff;
}

.filter-popover-item:hover {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}

.hide-popover {
    font-size: 14px;
    color: #2985ff;
    cursor: pointer;
}

.filter-list-task {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: max-content;
    width: 100%;
    margin: 0px 0 15px;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-popover-title {
    min-width: fit-content;
}

.ant-popover-inner-content {
    padding: 5px 10px;
}

@media only screen and (min-width: 1025px) {}

/* small tablet - medium tablet */
@media only screen and (min-width: 600px) and (max-width: 1024px) {}

/* Mobile */
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .filter__name-cate {
        font-size: 13px;
    }

    .chosen-task-filter,
    .task-filter {
        width: 30px;
        height: 30px;
    }

    .filter-slider-left {
        left: 0px;
    }

    .filter-slider-right {
        right: 0px;
    }
}
.container-login {

  display: flex;
  flex-direction: row;
  height: 100vh;
}

.login__form-container {
  flex-basis: 45%;
  display: flex;
  border-right: 1px solid #eeeeee;
}

.login__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 100%;
  margin: auto;
  position: relative;
}

.logo__home-page {
  position: absolute;
  top: 30px;
  font-family: "Roboto";
}

.logo-img {
  height: 50px;
  object-position: center;
  object-fit: cover;
}

.login__banner {
  flex-basis: 55%;
  background-image: url(/images/0299266dcc55f8e10b28ed6e2d7644f6-5556.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-login {
  font-size: 25px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  color: #444444;
}

button.login-form-button {
  margin-right: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  border-radius: 5px;
}

.register-link {
  cursor: pointer;
  color: #247ec9;
  font-size: 15px;
}

.register-link:hover {
  text-decoration: underline;
}

button.login-form-button:hover {
  box-shadow: 0 2px 6px 0 rgba(32, 33, 36, 0.28);
}

.text-forgot {
  float: right;
  cursor: pointer;
  color: #247ec9;
  font-size: 15px;
}

.text-forgot:hover {
  text-decoration: underline;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.forgot-form-container {
  width: 100px;
}

.error-text-forgot-form {
  color: #ff4d4f;
  font-size: 12px;
}

.title-forgot-form {
  font-size: 16px;
  margin-bottom: 30px;
}

.email-input-container {
  margin: 10px 0px 20px 0px;
}

.button-forgot-form-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.button-item-forgot-form {
  margin-left: 5px;
}

.login__form-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .login__banner {
    display: none;
  }

  .login__form-container {
    flex-basis: 100%;
    border-right: none;
    padding: 0 30px;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .login__form-container {
    flex-basis: 100%;
    border-right: none;
    padding: 0 30px;
  }
}
.site-layout-background {
    background-color: white;
}

.header-container {
    padding: 0px 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-header-family-container {
    width: 35%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.center-header-family-container {
    font-size: 22px;
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.right-header-family-container {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}

.icon-header-family {
    font-size: 19px;
}

.first-row-family-content-container,
.second-row-family-content-container {
    margin: 10px;
    background-color: white;
}

.title-first-row-family-content,
.title-second-row-family-content {
    font-size: 18px;
}

.spin-get-list-members,
.spin-get-list-news {
    width: 100%;
    text-align: center;
}

.list-members-container {
    display: flex;
    flex-wrap: wrap;
}

.member-item-container {
    cursor: pointer;
    width: 20%;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.size-member-name {
    margin-top: 5px;
    display: inline-block;
    background-color: #f2f3f5;
    color: #385898;
    padding: 2px 8px;
    font-weight: 500;
    border-radius: 10px;
    font-size: 13px;
    width: max-content;
}

.title-second-row-family-content-container,
.title-first-row-family-content-container {
    display: flex;
    padding: 15px;
    align-items: center;
    font-size: 18px;
}

.list-item-new-family-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-list-item-family-container {
    display: flex;
}

.first-col-content-list-item-family {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.family__name-avatar {
    width: max-content;
    font-weight: 500;
}

.right-list-item-family-container {
    cursor: pointer;
}

.family__title-section-container {
    display: flex;
    align-items: center;
}

.family__avatar-member {
    width: 50px;
    height: 50px;
}

@media all and (min-width: 320px) and (max-width: 599px) {
    .app-content {
        padding-bottom: 50px;
    }

    .icon-header-family {
        font-size: 15px;
    }

    .family__title-section-text {
        font-size: 14px;
    }

    .family__title-section-icon {
        font-size: 15px;
    }

    .first-row-family-content-container,
    .second-row-family-content-container {
        margin: 10px 0px;
        background-color: white;
    }

    .family__avatar-member {
        width: 40px;
        height: 40px;
    }

    .size-member-name {
        font-size: 12px;
    }

    .member-item-container {
        width: 25%;
    }

    .family__name-avatar {
        font-size: 12px;
    }

    .center-header-family-container {
        font-size: 18px;
    }
}

@media all and (min-width: 600px) and (max-width: 767px) {
    .app-content {
        padding-bottom: 50px;
    }

    .first-col-content-list-item-family {
        margin-right: 10px;
    }

    .name-task {
        font-size: 15px;
    }

    .date-task {
        font-size: 13px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .first-col-content-list-item-family {
        margin-right: 10px;
    }

    .name-task {
        font-size: 15px;
    }

    .date-task {
        font-size: 13px;
    }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.calendar__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
}

.left-header-calendar-container {
    position: absolute;
    left: 10px;
    display: flex;
    align-items: center;
}

.right-header-calendar-container {
    position: absolute;
    right: 10px;
    display: flex;
}

.center-header-calendar-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.content-calendar {
    background-color: white;
    margin: 0px 10px 10px 10px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
}

.icon-header-calendar {
    font-size: 19px;
}

.first-row-content-calendar-container {
    display: flex;
    margin: 10px;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 10px;
}

.list-user-calendar-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.user-calendar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0px;
    width: max-content;
    cursor: pointer;
}



.name-user-calendar {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    background-color: #f2f3f5;
    color: #385898;
    padding: 2px 8px;
    font-weight: 500;
    border-radius: 10px;
}

.calendar__avatar-member {
    width: 40px;
    height: 40px;
}

.calendar__avatar-member:hover {
    border: 2px solid #77b2ff;
}

.avatar-event-container {
    width: 200px;
}

.pre-icon-calendar,
.next-icon-calendar {
    font-size: 25px;
    cursor: pointer;
}

.border-avatar-calendar {
    border: 1px solid #2985ff;
}

.event-tag {
    width: 100%;
    white-space: nowrap;
    height: 20;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.remind-event-bell {
    font-size: 19px;
    animation: 1.2s remind-event-bell-animation;
    animation-iteration-count: infinite;
}

.calendar__avatar-member {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.calendar__mobile {
    display: none;
}

.calendar__show-event {
    display: none;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.calendar__show-event .ant-divider {
    margin: 0px 0px 10px 0px;
}

.calendar__calender-container {
    width: 100%;
}

@keyframes remind-event-bell-animation {
    100% {
        color: red;
        transition: all 10s;
        transform: scaleX(1.2) scaleY(1.2);
    }
}

@media all and (min-width: 320px) and (max-width: 599px) {
    .content-calendar {
        margin: 10px 0px;
        padding: 10px;
    }

    .first-row-content-calendar-container {
        margin: 10px 0px;
    }

    .avatar-event-container {
        width: 100px;
    }

    .calendar__avatar-member {
        width: 40px;
        height: 40px;
    }

    .name-user-calendar {
        font-size: 13px;
    }

    .calendar__pc-or-tablet {
        display: none;
    }

    .calendar__mobile {
        display: block;
    }

    .calendar__show-event {
        display: block;
    }

    .calendar__header-search {
        display: none;
    }

    .icon-header-calendar,
    .remind-event-bell {
        font-size: 16px;
    }

    .center-header-calendar-container {
        font-size: 18px;
    }

    .header-search__tablet-pc {
        display: none;
    }

    .header-search__mobile {
        display: flex;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.header-member-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.center-header-member-container {
    font-size: 22px;
}

.first-row-member-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
    padding: 10px 0px;
    background-color: white;
}

.font-size-20 {
    font-size: 20px;
}

.second-row-member-content-container {
    background-color: white;
    margin: 10px;
    padding: 10px 0px;
}

.member__news-container {
    display: flex;
    align-items: center;
}

.member__news-item-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.member__news-item-des {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #555555;
    padding-left: 10px;
}

.member__name {
    width: max-content;
}

@media all and (min-width: 320px) and (max-width: 599px) {
    .center-header-member-container {
        font-size: 18px;
    }

    .header__icon-btn {
        font-size: 15px;
    }

    .first-row-member-content-container {
        margin: 10px 0px;
    }

    .second-row-member-content-container {
        margin: 10px 0px;
    }

    .second-row-member-content-container .ant-list-lg .ant-list-item {
        padding: 10px 10px;
    }

    .member__list .ant-list-pagination .ant-pagination li {
        width: 26px;
        height: 26px;
        min-width: 26px;
        min-height: 26px;
        line-height: 26px;
    }

    .image-task {
        display: none;
    }

    .member__name {
        font-size: 12px;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {
}

@media all and (min-width: 1024px) {
}

@media all and (min-width: 1280px) {
}

.center-header-setting-container {
    font-size: 22px;
    width: 40%;
    display: flex;
    justify-content: center;
}

.left-header-setting-container {
    width: 30%;
}

.panel-container {
    background-color: white;
    color: #555555;
    margin: 10px 10px;
    border-radius: 5px;
    height: 50px;
    position: relative;
    line-height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.panel-container:hover {
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.panel-content {
    position: absolute;
    left: 10px;
}

.caretright-icon {
    position: absolute;
    padding-right: 15px;
    right: 0;
    font-size: 15px;
    color: #555555;
}

.custom-icon {
    color: #555555;
    margin: 0px 10px;
}

/* big tablets to 1200px */
@media only screen and (min-width: 1024px) {
    .panel-content {
        font-size: 18px;
    }
}

/* small tablets to big tablets from 768px to 1023px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .panel-content {
        font-size: 16px;
    }
}

/* small phones to small tablets */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .panel-content {
        font-size: 15px;
    }
}

/* small phones from 0 - 480px */
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .panel-content {
        font-size: 15px;
    }

    .header-container {
        padding: 0 0;
    }

    .header__icon-btn {
        font-size: 15px;
    }

    .center-header-setting-container {
        font-size: 18px;
    }

    .panel-container {
        margin: 5px 0;
        border-radius: 0;
    }
}
.calendar-add__header {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.left-header-add-calendar-container {
    width: 20%;
}

.center-header-add-calendar-container {
    width: 60%;
    display: flex;
    justify-content: center;
    font-size: 22px;
}

.right-header-add-calendar-container {
    width: 20%;
}

.form-item-add-event {
    padding: 10px 20px;
    margin: 6px;
    border-radius: 2px;
    background-color: hsl(0, 0%, 100%);
}

.form-item-input-name-add-event {
    padding: 10px;
}

.time-input-add-event-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0px;
}

.lable-input-add-event-container {
    width: 25%;
}

.content-input-add-event-container {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.name-input-add-event {
    font-size: 20px;
    height: 40px;
    text-align: center;
    border: none;
}

.list-users-asign-add-event-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0px;
}

.user-add-event-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 20px;
}

.avatar-add-event-container {
    position: relative;
}

.avatar-add-event {
    width: 45px;
    height: 45px;
}

.check-asign-add-event {
    color: #52c41a;
    position: absolute;
    font-size: 30px;
    left: 8px;
    top: 8px;
}

.icon-input-add-event {
    font-size: 16px;
}

.name-user-add-event {
    margin-top: 4px;
    display: inline-block;
    background-color: #f2f3f5;
    color: #385898;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 10px;
}

.upload-img-add-calendar-container {
    display: flex;
    justify-content: center;
}

.upload-img-ui-add-canlendar {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 35px;
}

.input-file-add-calendar {
    width: 150px;
    height: 35px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

.delete-img-button {
    margin-left: 5px;
    margin-top: 5px;
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.image-add-calendar {
    width: 100px;
    height: auto;
}

.image-add-calendar-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-image-add-calendar-container {
    display: flex;
    flex-direction: row;
}

.icon-loading-add-event {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.alert-error-submit-form {
    background-color: #ee7674;
    margin-bottom: 10px;
}

.title-modal-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.title-repeat-modal {
    font-size: 25px;
    font-weight: normal;
}

.repeat-type-modal-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.repeat-type-item-modal {
    width: 60px;
    height: 60px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 1s;
    border-radius: 50%;
}

.repeat-type-item-modal:hover {
    background-color: #b7cdea;
    box-shadow: 0px 0px 20px #b7cdea;
}

.repeat-type-item-modal::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 1s;
}

.repeat-type-item-modal-selected {
    border-color: #1890ff;
    border-width: 1px;
    border-style: groove;
    border-radius: 50%;
    color: #1890ff;
    font-family: bold;
}

.body-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nested-repeat-type-modal-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.nested-repeat-type-item-modal {
    padding: 2px 10px;
    border-bottom-style: groove;
    border-bottom-width: 0.1px;
    margin: 5px 10px 20px 10px;
    cursor: pointer;
}

.day-of-week-modal-container {
    display: flex;
    width: 90%;
    justify-content: space-around;
}

.date-of-month-modal-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.date-of-month-modal {
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
}

.date-of-month-modal-item {
    width: 43.75px;
    position: relative;
    cursor: pointer;
}

.check-selected-date-of-month {
    position: absolute;
    top: 6px;
    right: 13px;
    font-size: 18px;
    color: #1890ff;
    cursor: pointer;
}

.month-of-year-modal-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.order-week-of-month-modal-container {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.avatar-custom-container {
    position: relative;
    cursor: pointer;
}

.check-selected-day-of-week {
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 18px;
    color: #1890ff;
}

.footer-modal {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cancel-button-modal {
    width: 48%;
}

.save-button-modal {
    width: 48%;
}

.end-repeat-type-container {
    width: 80%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.button-container-add-calendar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.center-item-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.calendar-add__btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

@media all and (min-width: 320px) and (max-width: 599px) {
    .form-item-add-event {
        margin: 10px 0px;
    }

    .name-event-input {
        font-size: 18px;
        height: 50px;
    }

    .center-header-add-calendar-container {
        font-size: 18px;
    }

    .calendar-add__body-form {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .width-70-percent {
        width: 95%;
    }

    .icon-input-add-event {
        font-size: 14px;
    }

    .calendar__label-title {
        font-size: 14px;
    }

    .calendar-add__avatar-member {
        width: 40px;
        height: 40px;
    }

    .name-user-add-event {
        font-size: 13px;
    }

    .calendar-add__btn-cancel {
        width: 45%;
    }

    .calendar-add__btn-add {
        width: 45%;
    }

    .calendar-add__btn {
        display: flex;
        justify-content: space-between;
        padding-left: 10px;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.left-header-my-account-container {
    width: 20%;
}

.center-header-my-account-container {
    font-size: 22px;
    width: 60%;
    display: flex;
    justify-content: center;
}

.content-my-account {
    background-color: white;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-forgot {
    color: #1890ff;
    cursor: pointer;
    font-size: 17px;
}

.img-account-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.img-account {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.input-img-account {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.title-reset-personal-pass-form,
.title-reset-family-pass-form {
    font-size: 16px;
    margin-bottom: 20px;
}

.button-modal-my-account-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.button-my-account-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.button-item-my-account {
    width: 48%;
    font-size: 18px;
}

@media all and (min-width: 320px) and (max-width: 599px) {}

@media all and (min-width: 600px) and (max-width: 1023px) {
    .my-account-form {
        width: 50%;
    }
}

@media all and (min-width: 1024px) {
    .my-account-form {
        width: 40%;
    }
}

@media all and (min-width: 1280px) {
    .my-account-form {
        width: 35%;
    }
}
.avatars-default-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    position: relative;
}

.avatar::before {
    width: unset !important;
}

.camera-avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avatar:hover {
    transform: translateY(-2px);
}

.camera-avatar:hover {
    box-shadow: 0px 0px 20px #efefef;
}

.red-avatar:hover {
    box-shadow: 0px 0px 20px #ec6764;
}

.yellow-avatar:hover {
    box-shadow: 0px 0px 20px #f8d769;
}

.orange-avatar:hover {
    box-shadow: 0px 0px 20px #f2ac67;
}

.purple-avatar:hover {
    box-shadow: 0px 0px 20px #bb80b7;
}

.blue-avatar:hover {
    box-shadow: 0px 0px 20px #90b0dc;
}

.green-avatar:hover {
    box-shadow: 0px 0px 20px #9dcc80;
}

.avatar::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50% !important;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 1s;
}

.camera-avatar::after {
    background-color: #a29b9b;
}

.red-avatar::after {
    background-color: #ec6764;
}

.yellow-avatar::after {
    background-color: #f8d769;
}

.orange-avatar::after {
    background-color: #f2ac67;
}

.purple-avatar::after {
    background-color: #bb80b7;
}

.blue-avatar::after {
    background-color: #90b0dc;
}

.green-avatar::after {
    background-color: #9dcc80;
}

.avatar:hover::after {
    transform: scale(2);
    opacity: 0.1;
}

.loading-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-member__header {
  position: relative;
  width: 100%;
}

.left-header-add-member-container {
  position: absolute;
  left: 10px;
}

.center-header-add-member-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  width: max-content;
}

.content-add-member {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  background-color: white;
}

.img-add-member-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.input-img-add-member {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.img-add-member {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}

button.upload-container:hover,
button.upload-container:hover::after {
  color: black;
}

.fa-user,
.fa-envelope,
.fa-birthday-cake {
  color: #d7d7d7;
}

.add-member__form {
  width: 35%;
}

@media all and (min-width: 320px) and (max-width: 599px) {
  .add-member__form {
    width: 70%;
  }

  .left-header-add-member-container {
    left: 5px;
  }

  .header__icon-btn {
    font-size: 15px;
  }

  .center-header-add-member-container {
    font-size: 16px;
  }

  .content-add-member {
    margin: 10px 0px;
    align-items: center;
    padding-top: 10%;
  }
}

@media all and (min-width: 600px) and (max-width: 1023px) {
  .add-member__form {
    width: 70%;
  }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.chat__header {
    display: flex;
    position: relative;
}

.left-header-chat-container {
    position: absolute;
    left: 10px;
}

.chat__content {
    margin: 10px;
}

.chat__show-chat-msg {
    border-width: 90%;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.center-header-chat-container {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chat-container {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
    background-color: white;
}

.header-message-container {
    height: 60px;
    border-bottom: 1px solid #ededed;
    padding: 10px;
    align-items: center;
}

.img-header-message {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.tool-bar-container {
    height: 7vh;
    padding: 0px 30px;
    align-items: center;
    width: 100%;
}

.name-header-chat-list {
    font-weight: bold;
}

.active-container {
    display: flex;
    flex-direction: row;
}

.circle-active {
    background-color: rgb(66, 183, 42);
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    margin: auto 0px;
}

.header-chat-list-container {
    padding: 10px;
    align-items: center;
}

.img-header-chat-list {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.menu-item-container {
    height: auto !important;
    padding: 8px !important;
    border-radius: 10px;
}

.content-item-chat-list {
    color: rgb(153, 153, 153);
}

.img-chat-list-container {
    height: 45px;
    width: 45px;
    position: relative;
}

.img-chat-list {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
}

.icon-active {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    background-color: rgb(66, 183, 42);
    position: absolute;
    right: 0;
    top: 30px;
}

.title-header {
    font-size: 25px;
}

.message-under-name-chat-list {
    width: '50%';
    overflow: 'hidden';
    text-overflow: 'ellipsis';
    line-height: 15px;
}

.name-item-chat-list {
    line-height: 30px;
}

#remote-video {
    position: relative;
    width: 100%;
    height: auto;
}

#local-video {
    position: absolute;
    width: 20%;
    height: auto;
    left: 10px;
}

.caller-name,
.callee-name {
    text-align: center;
    margin: 20px 0px;
}

.video-call-title {
    text-align: center;
    font-size: 17px;
    margin: 10px 0px;
}

.green-btn,
.green-btn:hover {
    background-color: rgb(66, 183, 42);
}

.red-btn,
.red-btn:hover {
    background-color: #fa4444;
}

.color-btn:hover {
    color: white;
}

.cancel-btn,
.accept-btn {
    width: 60px;
    height: 30px;
    position: relative;
    border-radius: 40px;
    animation: 1.2s animation-btn;
    animation-iteration-count: infinite;
}

@keyframes animation-btn {
    100% {
        opacity: 1;
        transition: all 10s;
        transform: scaleX(1.4) scaleY(1.2);
    }
}

.chat-mobile__content {
    display: none;
    background-color: white;
}

/* big tablets to 1200px */
@media only screen and (min-width: 1024px) {
    .name-header-chat-list {
        font-size: 20px;
    }

    .icon-back {
        font-size: 16px;
    }

    .name-item-chat-list {
        font-size: 18px;
    }

    .content-item-chat-list {
        font-size: 14px;
    }
}

/* small tablets to big tablets from 768px to 1023px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .name-header-chat-list {
        font-size: 18px;
    }

    .name-item-chat-list {
        font-size: 15px;
    }

    .message-under-name-chat-list {
        font-size: 8px;
    }

    .content-item-chat-list {
        font-size: 12px;
    }

    .tool-bar-container {
        padding: 0px 10px;
        width: 100%;
    }
}

/* small phones to small tablets */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .name-header-chat-list {
        font-size: 16px;
    }

    .name-item-chat-list,
    .message-under-name-chat-list {
        font-size: 13px;
    }

    .content-item-chat-list {
        font-size: 10px;
    }

    .tool-bar-container {
        padding: 0px 10px;
        width: 100%; 
    }

    .chat__content {
        display: none;
    }

    .chat-mobile__content {
        display: block;
        margin: 10px 0px;
        padding: 50px 10px;
    }

    .header-chat-list-container {
        padding: 0px 10px;
        display: none;

    }
}

/* small phones from 0 - 480px */
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .name-header-chat-list {
        font-size: 14px;
    }

    .name-item-chat-list {
        font-size: 13px;
    }

    .content-item-chat-list {
        font-size: 8px;
    }

    .center-header-chat-container {
        font-size: 18px;
    }

    .left-header-chat-container {
        left: 5px;
    }

    .tool-bar-container {
        padding: 0px 10px;
        width: 100%;
    }

    .chat__content {
        display: none;
    }

    .chat-mobile__content {
        display: block;
        margin: 10px 0px;
        padding: 50px 10px;
    }

    .header-chat-list-container {
        padding: 0px 10px;
        display: none;

    }
}
.item-message-container {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
}

.justify-end {
    justify-content: flex-end;
}

.img-sent-text-container {
    display: flex;
    flex-direction: column-reverse;
}

.img-sent-text {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.message-box {
    display: flex;
    flex-direction: column;
}

.align-items-flex-end{
    align-items: flex-end;
}

.align-items-flex-start {
    align-items: flex-start;
}

.message-text {
    width: max-content;
    max-width: 300px;
    word-wrap: break-word;
    border-radius: 14px;
    margin-bottom: 1px;
    padding: 4px 15px;
}

.background-blue {
    color: white;
    background-color: rgb(0, 153, 255);
}

.background-gray {
    background-color: rgb(241, 240, 240);
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.scroll-messages {
    width: 100%;
    height: 60vh;
}

.dots-typing-container {
    background-color: rgb(241, 240, 240);
    padding: 4px 15px;
    width: 60px;
    border-radius: 14px;
}

.typing-dot {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin-left: 4px;
    display: inline-block;
    background-color: #5C5E69;
    animation: 1.2s typing-dot ease-in-out infinite;
  }
  .typing-dot:nth-of-type(2) {
    animation-delay: 0.15s;
  }
  .typing-dot:nth-of-type(3) {
    animation-delay: 0.25s;
  }
  @keyframes typing-dot {
    15% {
      transform: translateY(-35%);
      opacity: 0.5;
    }
    30% {
      transform: translateY(0%);
      opacity: 1;
    }
  }


.left-header-update-family-container {
    width: 20%;
}

.center-header-update-family-container {
    font-size: 22px;
    width: 60%;
    display: flex;
    justify-content: center;
}

.content-update-family {
    background-color: white;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-update-family-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.img-update-family {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: groove thin;
}

.input-img-update-family {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.button-modal-update-family-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

/* big tablets to 1200px */
@media only screen and (min-width: 1024px) {
    .update-family-form {
        width: 40%;
    }
}

/* small tablets to big tablets from 768px to 1023px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .update-family-form {
        width: 70%;
    }
}

/* small phones to small tablets */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .update-family-form {
        width: 60%;
    }
}

/* small phones from 0 - 480px */
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .update-family-form {
        width: 80%;
    }
}

.container-active-account {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 400px;
	padding: 40px 20px;
	border-radius: 5px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-active-account {
	font-size: 25px;
	margin-bottom: 30px;
}
.container-reset-password {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 400px;
	padding: 40px 20px;
	border-radius: 5px;
	background-color: #f7f7f7;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-reset-password {
	font-size: 25px;
	margin-bottom: 30px;
}

.form-item-reset-password {
	margin: 20px 0px;
}

.spin-reset-pass-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.error-message-reset-pass-form {
	color: #ff4d4f;
	font-size: 14px;
}
.body-register-family {
    height: 100vh;
    display: flex;
    flex-direction: row;

}

.register-family__form-container {
    flex-basis: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid #eeeeee;
}

.container-create-family {
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.logo-register__home-page {
    position: absolute;
    top: 30px;
    left: 0;
}

.title-create-family-form {
    text-align: center;
    font-size: 25px;
    margin: 10px 0px;
}

.create-family-form {
    width: 100%;

}

.form-item-register-family {
    margin: 15px 0px;
    width: 100%;
}

.container-family-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.family-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.input-family-img {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.error-message-register-family-form {
    color: #ff4d4f;
    margin: 0px 0px 0px 5px;
    font-size: 14px;
}

.button-item-register-family-form {
    width: 48%;
    margin-top: 20px;
}

.button-register-family-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.register__banner {
    flex-basis: 55%;
    background-image: url(/images/94dcf0dd567d9067d4ae07acdb5f92c7-3958061.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 992px) {
    .register__banner {
        display: none;
    }

    .container-create-family {
        width: 400px;
        padding: 0 30px;
    }

    .register-family__form-container {
        flex-basis: 100%;
        border-right: none;
    }

    .logo-register__home-page {
        left: 30px;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {}
.body-register-account {
    height: 100vh;
    display: flex;
    flex-direction: row;

}

.register-account-container {
    flex-basis: 45%;
    height: 100%;
    margin: auto;
    display: flex;
    border-right: 1px solid #eeeeee;
}

.form-register-account {
    margin: auto;
    width: 400px;
    padding: 20px 30px;
}

.title-register-account {
    text-align: center;
    font-size: 25px;
    margin: 10px 0px;
}

.form-item-register-account {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-item-role-register-account {
    justify-content: space-between;
    align-items: center;
}

.profile-img-account-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.account-img-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}

.input-profile-img-account {
    position: absolute;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.button-register-account-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.button-item-register-account-form {
    width: 48%;
    margin-top: 20px;
}

.register-account__banner {
    width: 100%;
    flex-basis: 55%;
    background-image: url(/images/2c8e8380034e671e82effab0a75a9c86-3876651.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .form-register-account {
        width: 400px;
    }

    .register-account__banner {
        display: none;
    }

    .register-account-container {
        border: none;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {}
.first-row-reward-content-container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 10px;
  padding: 10px;
}

.second-row-reward-content-container {
  margin: 8px 10px;
  padding: 10px;
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: hsl(0, 0%, 84%) 0 0px 2px 0px;
}

.reward-item-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.right-reward-item-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-left: 8px;
}

.left-reward-item-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  position: relative;
  cursor: pointer;
}

.left-reward-item-container:hover {
  border: 2px solid #52c41a;
}

.check-icon-left-reward-item {
  position: absolute;
  font-size: 20px;
  left: 7px;
  cursor: pointer;
}

.name-reward-item {
  font-size: 16px;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444444;
  cursor: pointer;
}

.name-reward-item-received {
  font-size: 16px;
  cursor: pointer;
}

.header-panel-reward {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.number-of-reward {
  background-color: rgb(0, 102, 255);
}

.icon-star-reward {
  color: #daa520;
  font-size: 18px;
}

.action-reward-container {
  display: flex;
  flex-direction: row;
  margin-left: 20px;

  transform-origin: right center;
  animation: blowOut 0.3s linear;
}

.action-reward-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.red-color-reward {
  color: #ff4d4f;
}

.green-color-reward {
  color: rgb(19, 194, 194);
}

.icon-action-reward {
  font-size: 18px;
}

.flex-row-reward {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.all-delete-button-history-reward {
  margin: 20px 0px 10px 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.reward__avatar {
  width: 40px;
  height: 40px;
}

.reward__point {
  font-size: 16px;
  width: max-content;

}

.reward__achieved-info {
  flex: 1;
}

@media all and (max-width: 599px) {
  .reward__avatar {
    width: 34px;
    height: 34px;
  }

  .first-row-reward-content-container,
  .second-row-reward-content-container {
    margin: 5px 0px;
    padding: 10px;
  }

  .left-reward-item-container {
    width: 30px;
    height: 30px;
  }

  .name-reward-item,
  .name-reward-item-received {
    font-size: 14px;
  }

  .reward__point {
    font-size: 14px;
  }
}

@media all and (min-width: 600px) and (max-width: 1023px) {

  .name-reward-item,
  .name-reward-item-received {
    font-size: 15px;
  }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}

@keyframes blowOut {
  from {
    transform: scaleX(0.3);
  }

  to {
    transform: scaleX(1);
  }
}
.center-header-add-reward-container {
    font-size: 20px;
    width: 60%;
    display: flex;
    justify-content: center;
}

.left-header-add-reward-container,
.right-header-add-reward-container {
    width: 20%;
}

.form-add-reward {
    margin: 0px 6px;
}

.form-item-add-reward {
    width: 100%;
    padding: 10px 10px;
    margin: 6px 0px;
    border-radius: 2px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: hsl(0, 0%, 84%) 0 0px 2px 0px;
}

.name-input-add-reward {
    font-size: 20px;
    height: 40px;
    text-align: center;
    border: none;
}

.form-item-input-name {
    padding: 10px;
}

.form-item-point-reward {
    position: relative;
    margin: auto;
    padding: 0px;
    width: 100%;
}

.point-input-add-reward {
    filter: opacity(0);
    border-radius: 3px;
}

.point-input-fake-add-reward {
    height: 40px;
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #1979a9;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
}

.icon-loading-add-reward {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.list-users-asign-add-reward-container {
    width: 100%;
    margin: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.user-add-reward-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
}

.avatar-add-reward-container {
    position: relative;
}

.avatar-add-reward {
    width: 45px;
    height: 45px;
}

.check-asign-add-reward {
    color: #52c41a;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 7px;
    left: 7px;
}

.name-user-add-reward {
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    background-color: #f2f3f5;
    color: #385898;
    padding: 2px 8px;
    font-weight: 500;
    border-radius: 10px;
}

.title-input-add-reward {
    font-size: 16px;
}

.icon-input-add-reward {
    font-size: 16px;
}

.button-container-add-reward {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.image-add-reward-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-add-reward {
    width: 100px;
    height: auto;
}

.upload-img-add-reward-container {
    display: flex;
    justify-content: center;
}

.upload-img-ui-add-reward {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 35px;
}

.button-image-add-reward-container {
    display: flex;
    flex-direction: row;
}

.input-file-add-reward {
    width: 150px;
    height: 35px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}

@media all and (max-width: 599px) {

    .name-input-add-reward {
        font-size: 18px;
        height: 40px;
    }

    .form-item-input-name {
        padding: 5px;
    }

    .avatar-add-reward {
        width: 40px;
        height: 40px;
    }

    .name-user-add-reward {
        font-size: 13px;

    }

    .user-add-reward-container {
        margin: 10px 10px;
    }

    .form-add-reward {
        margin: 0px 0px;
    }

    .center-header-add-reward-container {
        font-size: 18px;

    }

    .point-input-fake-add-reward {

        border-radius: 0px;

        font-size: 16px;

    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.task-cate__header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.task-cate__header-title {
  font-size: 19px;
}

.task-cate__list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.task-cate__content {
  margin: 10px 15px;
  min-height: 360px;
}

.task-cate__content-container {
  padding: 15px;
  position: relative;
  height: 100%;
}

.task-cate__item-container,
.task-cate__btn-add-item {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.task-cate__item-container {
  position: relative;
}

.task-cate__btn-add-item {
  height: 60px;
  padding: 10px 0px;
  border-top: 1px solid #f0f0f0;
}

.task-cate__btn-add-item:hover,
.task-cate__item-container:hover .task-cate__infor-cate {
  color: #2985ff;
}

.task-cate__infor-cate {
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.task-cate__name-cate {
  margin-left: 10px;
  font-size: 18px;
}

.task-cate__image-cate {
  font-size: 35px;
  width: 35px;
  height: 35px;
}

.container-actions-task-cate {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.container-relative-infor-task-cate {
  display: flex;
  flex-direction: row;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.relative-infor-task-cate {
  width: max-content;
  height: 100%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.number-task-of-cate {
  border-radius: 99%;
  background-color: #2985ff;
  font-size: 15px;
  color: white;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
}

.actions-task-cate {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
}

.action-item-task-cate {
  display: flex;
  height: max-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  min-width: 30px;
}

.icon-action-task-cate {
  font-size: 18px;
}

.icon-action-task-cate:hover {
  font-size: 20px;
}

.task-cate__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.loading-data {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-form-delete-task-cate {
  width: 100%;
  height: 100%;
  padding: 0;
}

.show-recent-task-cate,
.show-task-cate-replace {
  width: 100%;
  text-align: center;
}

.show-task-cate-replace {
  margin-top: 15px;
}

.item-cate-replace-delete,
.container-item-cate-replace-delete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.label-form-delete-task-cate {
  font-weight: 500;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container-item-cate-replace-delete {
  cursor: pointer;
  width: max-content;
  height: max-content;
}

.container-item-cate-replace-delete:hover {
  color: #2985ff;
}

.container-image-item-cate-replace-delete {
  position: relative;
  width: max-content;
  height: max-content;
}

.image-item-cate-replace-delete {
  cursor: pointer;
}

.image-item-cate-replace-delete:hover {
  animation: animate 1.5s ease-out;
}

.assignment-checked {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  color: #37b411;
}

.checked-task-cate {
  background-color: gray;
  opacity: 0.5;
}

.btn-submit {
  margin: 20px 0 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.spin-load {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 599px) {
  .container-relative-infor-task-cate {
    display: none;
  }

  .title-header-list-task {
    font-size: 16px;
  }

  .task-cate__header-title {
    font-size: 16px;
  }

  .task-cate__name-cate {
    font-size: 15px;
  }

  .task-cate__content {
    margin: 5px 0px;
  }

  .icon-action-task-cate {
    font-size: 16px;
  }

  .icon-action-task-cate:hover {
    font-size: 18px;
  }

  .task-cate__title-action {
    font-size: 12px;
  }
}

@media all and (min-width: 600px) and (max-width: 1023px) {
  .task-cate__header-title {
    font-size: 18px;
  }

  .task-cate__name-cate {
    font-size: 16px;
  }

  .icon-action-task-cate {
    font-size: 18px;
  }

  .icon-action-task-cate:hover {
    font-size: 20px;
  }

  .relative-infor-task-cate {
    margin-left: 10px;
  }

  .number-task-of-cate {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }

  .label-type-of-task {
    font-size: 13px;
  }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.input-item-add-task-cate {
	border: none;
	font-size: 18px;
	text-align: center;
}

.form-item-add-task-cate {
	margin: 10px 0;
	padding: 10px 30px;
	border-radius: 2px;
	background-color: hsl(0, 0%, 100%);
	background-position: 50% 50%;
	box-shadow: hsl(0, 0%, 84%) 0 0px 2px 0px;
}

.recent-image-task-cate {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.recent-avatar-task-cate {
	height: 50px;
	width: 50px;
}

.title-choose-image-task-cate {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.list-all-image-task-cate {
	width: 100%;
}

.container-item-image-task-cate {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.item-image-task-cate {
	width: max-content;
	height: max-content;
	position: relative;
}

.checked-assignment-add-cate {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #52c41a;
	z-index: 1;
}

.avatar-item-image-task-cate,
.checked-avatar-item-image-task-cate {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	transition: all 0.4s ease-in;
}

.checked-avatar-item-image-task-cate {
	background-color: gray;
	opacity: 0.5;
	border: 2px solid #12c930;
}

.avatar-item-image-task-cate:hover {
	animation: animate 1.5s ease-out;
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 rgba(74, 137, 255, 0.7), 0 0 0 0 rgba(74, 137, 255, .7);
	}

	50% {
		box-shadow: 0 0 0 15px rgba(74, 137, 255, 0), 0 0 0 0 rgba(74, 137, 255, .7);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(74, 137, 255, 0), 0 0 0 0 rgba(74, 137, 255, 0);
	}
}

.btn-container-task-cate {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.btn-task-cate {
	margin-left: 10px;
}

.task-cate-form__content {
	margin: 0px 10px;
}

@media all and (min-width: 320px) and (max-width: 599px) {
	.form-item-add-task-cate {
		margin: 5px 0px;
		padding: 5px;
	}

	.task-cate-form__content {
		margin: 5px 0px;
	}

	.form-item-add-task-cate:nth-child(1) {
		margin: 0px 0px 5px 0px;
	}

	.checked-avatar-item-image-task-cate,
	.avatar-item-image-task-cate {
		width: 48px;
		height: 48px;
	}

	.list-all-image-task-cate {
		width: 100%;
		padding: 0 5px;
	}

	.btn-container-task-cate {
		margin-bottom: 70px;
	}
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.grocery__content-container {
  margin: 10px 10px;
  padding: 10px 10px;
  background-color: white;
  height: 100%;
  position: relative;
}

.grocery__header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  min-height: 60px;
  margin: 0px 10px;
  border-bottom: 1px solid #eeeeee;
}

.grocery__header-container:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.grocery__title-list {
  font-size: 17px;
}

.grocery__des-list {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.grocery__relative-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.grocery__assign-member {
  margin-right: 20px;
  cursor: pointer;
}

.grocery__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8px;
  cursor: pointer;
}

.grocery__action:last-child {
  margin-right: 10px;
}

.grocery__icon-action {
  font-size: 20px;
}

.grocery__title-action {
  font-size: 12px;
  text-transform: none;
  width: max-content;
}

.grocery__icon-action-option {
  font-size: 19px;
  display: none;
}

.grocery__number-item {
  width: 25px;
  height: 25px;
  border-radius: 99%;
  background-color: #2985ff;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
}

.grocery__list-item-container {
  background-color: #f9f9f9;
  margin: 0 20px;
  transform-origin: top;
  animation: blowDown 0.3s linear;
}

.grocery__item-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  min-height: 44px;
  width: 100%;

}

.grocery__item-container:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.grocery__action-item {
  display: flex;
  flex-direction: row;
  width: max-content;
  align-items: center;
  position: relative;
  z-index: 1;
}

.grocery__action-item>.grocery__action>.grocery__icon-action {
  font-size: 17px;
}

.grocery__info-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  align-items: center;
  position: relative;
}

.grocery__des-info-item {
  display: flex;
  flex-direction: column;
}

/* quick -check -box */

.grocery__quick-check-container {
  margin-bottom: 4px;
  width: 30px;
  margin-right: 10px;
}

.grocery__quick-check {
  position: relative;
}

.grocery__quick-check label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.grocery__quick-check label:hover {
  border: 1px solid #66bb6a;
}

.grocery__quick-check label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.grocery__quick-check input[type="checkbox"] {
  visibility: hidden;
}

.grocery__quick-check input[type="checkbox"]:checked+label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.grocery__quick-check input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.grocery__actions-list {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.grocery__name-item {
  font-weight: 450;
  color: #333;
}

.loading-data-grocery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grocery__image-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grocery__is-completed {
  background-color: #66bb6a;
}

.grocery__main-data {
  height: 60%;
}

.grocery__bill-modal>.ant-modal-content>.ant-modal-body {
  padding: 10px 20px;
}

.grocery__modal-hint {
  margin-bottom: 20px;
}

.grocery__bill-modal-image-container {
  display: flex;
  flex-direction: column;
}

.grocery__bill-modal-list-image {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grocery__bill-modal-image {
  width: 30%;
  object-fit: contain;
  object-position: center;
}

/* Quick filter and order mode */

.quick-filter {
  display: flex;
}

.quick-filter__item {
  margin: 0px 5px;
  padding: 3px 3px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
}

.quick-filter__chosen-item {
  border-radius: 3px;
  border: 1px solid #2985ee;
  color: #2985ee;
  font-weight: 500;
}


.quick-filter__tablet-pc,
.quick-filter__mobile {
  display: flex;
}

.quick-filter__mobile {
  display: none;
}

/*  */

@media all and (min-width: 320px) and (max-width: 599px) {
  .grocery__header-container {

    min-height: 50px;

  }

  .quick-filter__mobile {
    display: flex;
  }

  .quick-filter__tablet-pc {
    display: none;
  }

  .grocery__content-container {
    margin: 5px 0px;
    padding: 5px 0px;
  }

  .grocery__title-list {
    font-size: 14px;
  }

  .grocery__relative-info {
    position: relative;
  }

  .grocery__number-item {
    width: 22px;
    height: 22px;
    border-radius: 99%;
    background-color: #2985ff;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
  }

  .grocery__note-item {
    font-size: 12.5px;
  }

  .grocery__icon-action {
    font-size: 16px;
  }

  .grocery__icon-action:hover {
    background-color: rgba(250, 12, 11, 0.5);
  }

  .grocery__title-action {
    font-size: 11px;
    text-transform: none;
  }

  .grocery__option-actions {
    position: absolute;
    z-index: 99;
  }

  .grocery__tab-data>.ant-tabs-nav {
    padding: 0 10px;
  }

  .quick-filter__item {
    margin: 2px 2px;
    font-size: 13px;
  }

  .quick-filter__item:last-child {
    margin: 0px 0px;
  }

  /* .quick-filter {
    display: none;
  } */
}

@media all and (min-width: 600px) and (max-width: 1023px) {
  .grocery__title-list {
    font-size: 16px;
  }

  .grocery__icon-action {
    font-size: 18px;
  }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}

@keyframes blowDown {
  from {
    transform: scaleY(0.2);
  }

  to {
    transform: scaleY(1);
  }
}
.grocery__data-bill {
    width: max-content;
    color: #0ca714;
}


@media all and (min-width: 320px) and (max-width: 599px) {
    .grocery__info-item {
        flex: 1;
    }

    .grocery__title-list {
        font-size: 15px;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.grocery-form__header {
  display: flex;
  margin: 0 10px;
  position: relative;
  width: 100%;
}

.grocery-form__header-title {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grocery-form__content {
  margin: 0;
  padding: 0;
}

.grocery-form__form-container {
  margin: 10px 10px;
}

.grocery-from__action-item > .grocery__action > .grocery__icon-action {
  font-size: 15px;
}

.grocery-form__form-item {
  margin-bottom: 6px;
  padding: 10px;
  background-color: white;
}

.grocery-form__members-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.grocery-form__member-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.grocery-form__member-item:hover > .grocery-form__avatar {
  border: 1px solid #1890ff;
}

.grocery-form__title-avatar {
  margin-top: 5px;
  display: inline-block;
  background-color: #f2f3f5;
  color: #385898;
  padding: 2px 8px;
  font-weight: 500;
  border-radius: 10px;
  font-size: 13px;
}

.grocery-form__avatar,
.grocery-form__avatar-checked {
  width: 45px;
  height: 45px;
}

.grocery-form__item {
  border-bottom: 1px solid #888888;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

.grocery-form__stt-item {
  margin-right: 10px;
  font-weight: 500;
}

.grocery-form__main-info-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.grocery-from__action-item {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  width: 100px;
}

.grocery-form__des-item {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.grocery-form__name-item {
  font-weight: 500;
  width: max-content;
}

.grocery-form__note-item {
  padding-left: 15px;
}

.grocery-form__input-name {
  border: none;
  text-align: center;
}

.grocery-form__form-item-label,
.grocery-form__item-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: black;
}

.grocery-form__add-item-container {
  margin: 0 10px;
}

.grocery-form__input-image {
  display: flex;
  flex-direction: column;
}

.grocery-form__image-item {
  max-height: 120px;
  object-fit: contain;
  margin-right: 15px;
}

.grocery-form__btn {
  display: flex;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.grocery-form__body-item-form {
  padding: 0px 20px;
}

.grocery-form__icon-label {
  margin-right: 10px;
}

.grocery-form__btn-repeat {
  width: 100%;
  height: 40px;
}

.grocery-form__repeat {
  width: 50%;
}

.grocery-form__avatar-container {
  position: relative;
}

.grocery-form__checked-icon {
  color: #52c41a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

.grocery-form__avatar-checked {
  opacity: 0.5;
}

.grocery-form__icon-add-container {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.grocery-form__icon-add-container:hover {
  color: #1890ff;
  border: 1px solid #1890ff;
}

.grocery-form__icon-add {
  font-size: 28px;
}

.grocery-form__img {
  object-fit: cover;
  max-height: 70px;
}

.grocery-form__info-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.grocery-form__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 8px;
}

.grocery-form__action:last-child {
  margin-right: 0px;
}

.grocery-data__upload-btn {
  flex: 1;
  height: 20px;
}

@media all and (min-width: 320px) and (max-width: 768px) {
  .grocery-form__item {
    border-bottom: 1px solid #999999;
    margin: 0px;
    width: 100%;
  }

  .grocery-form__form-item {
    margin-bottom: 5px;
  }

  .grocery-form__repeat {
    width: 100%;
  }

  .grocery-form__form-container {
    margin: 5px 0px;
  }

  .grocery-form__body-item-form {
    padding: 0px 10px;
  }

  .grocery-form__content {
    margin: 0;
    padding-bottom: 60px;
  }

  .grocery-form__btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .grocery-form__btn > button {
    width: 45%;
  }

  .grocery-form__btn > button:first-child {
    margin-left: 20px;
  }

  .grocery-form__title-avatar {
    font-size: 12px;
  }

  .grocery-form__form-item-label {
    font-size: 15px;
  }

  .grocery-form__header {
    margin: 0;
  }
}

@media all and (min-width: 769px) and (max-width: 1023px) {
  .grocery-form__item {
    border-bottom: 1px solid #999999;
    margin: 0px;
    width: 100%;
  }

  .grocery-form__repeat {
    width: 100%;
  }
}

@media all and (min-width: 1024px) {
}

@media all and (min-width: 1280px) {
}

.grocery-type__header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.grocery-type__header-title {
    font-size: 19px;
}

.grocery-type__list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.grocery-type__content {
    margin: 10px 15px;
    min-height: 370px;
}

.grocery-type__content-container {
    padding: 15px;
    position: relative;
    height: 100%;
}

.grocery-type__item-container,
.grocery-type__btn-add-item {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.grocery-type__item-container {
    position: relative;
}

.grocery-type__btn-add-item {
    height: 60px;
    padding: 10px 0px;
    border-top: 1px solid #f0f0f0;
}

.grocery-type__btn-add-item:hover,
.grocery-type__item-container:hover .grocery-type__infor-cate {
    color: #2985ff;
}

.ant-list-item:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.grocery-type__infor-cate {
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.grocery-type__name-cate {
    margin-left: 10px;
    font-size: 18px;
}

.grocery-type__image-cate {
    font-size: 35px;
    width: 35px;
    height: 35px;
}

.container-actions-grocery-type {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.container-relative-infor-grocery-type {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.relative-infor-grocery-type {
    width: max-content;
    height: 100%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.number-task-of-cate {
    border-radius: 99%;
    background-color: #2985ff;
    font-size: 15px;
    color: white;
    height: 26px;
    width: 26px;
    text-align: center;
    line-height: 26px;
}

.actions-grocery-type {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
}

.action-item-grocery-type {
    display: flex;
    height: max-content;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    min-width: 30px;
}

.icon-action-grocery-type {
    font-size: 18px;
}

.icon-action-grocery-type:hover {
    font-size: 20px;
}

.grocery-type__container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.loading-data {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-form-delete-grocery-type {
    width: 100%;
    height: 100%;
    padding: 0;
}

.show-recent-grocery-type,
.show-grocery-type-replace {
    width: 100%;
    text-align: center;
}

.show-grocery-type-replace {
    margin-top: 15px;
}

.item-cate-replace-delete,
.container-item-cate-replace-delete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.label-form-delete-grocery-type {
    font-weight: 500;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container-item-cate-replace-delete {
    cursor: pointer;
    width: max-content;
    height: max-content;
}

.container-item-cate-replace-delete:hover {
    color: #2985ff;
}

.container-image-item-cate-replace-delete {
    position: relative;
    width: max-content;
    height: max-content;
}

.image-item-cate-replace-delete {
    cursor: pointer;
}

.image-item-cate-replace-delete:hover {
    animation: animate 1.5s ease-out;
}

.assignment-checked {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    color: #37b411;
}

.checked-grocery-type {
    background-color: gray;
    opacity: 0.5;
}

.btn-submit {
    margin: 20px 0 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.spin-load {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grocery-type__title-action {
    font-size: 12px;
}

.label-type-of-task {
    font-size: 14px;
}

@media all and (max-width: 599px) {
    .container-relative-infor-grocery-type {
        display: none;
    }

    .title-header-list-task {
        font-size: 16px;
    }

    .grocery-type__header-title {
        font-size: 16px;
    }

    .grocery-type__name-cate {
        font-size: 15px;
    }

    .grocery-type__content {
        margin: 5px 0px;
    }

    .icon-action-grocery-type {
        font-size: 16px;
    }

    .icon-action-grocery-type:hover {
        font-size: 18px;
    }

    .grocery-type__title-action {
        font-size: 12px;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {
    .grocery-type__header-title {
        font-size: 18px;
    }

    .grocery-type__name-cate {
        font-size: 16px;
    }

    .icon-action-grocery-type {
        font-size: 18px;
    }

    .icon-action-grocery-type:hover {
        font-size: 20px;
    }

    .relative-infor-grocery-type {
        margin-left: 10px;
    }

    .number-task-of-cate {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }

    .label-type-of-task {
        font-size: 13px;
    }
}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
.input-item-add-grocery-type {
    border: none;
    font-size: 18px;
    text-align: center;
}

.form-item-add-grocery-type {
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 2px;
    background-color: hsl(0, 0%, 100%);
    background-position: 50% 50%;
    box-shadow: hsl(0, 0%, 84%) 0 0px 2px 0px;
}

.recent-image-grocery-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.recent-avatar-grocery-type {
    height: 50px;
    width: 50px;
}

.title-choose-image-grocery-type {
    width: 100%;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}

.list-all-image-grocery-type {
    width: 100%;
}

.container-item-image-grocery-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.item-image-grocery-type {
    width: max-content;
    height: max-content;
    position: relative;
}

.checked-assignment-add-cate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #52c41a;
    z-index: 1;
}

.avatar-item-image-grocery-type, .checked-avatar-item-image-grocery-type {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-in;
}

.checked-avatar-item-image-grocery-type {
    background-color: gray;
    opacity: 0.5;
    border: 2px solid #12c930;
}

.avatar-item-image-grocery-type:hover {
    animation: animate 1.5s ease-out;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 137, 255, 0.7), 0 0 0 0 rgba(74, 137, 255, .7);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(74, 137, 255, 0), 0 0 0 0 rgba(74, 137, 255, .7);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74, 137, 255, 0), 0 0 0 0 rgba(74, 137, 255, 0);
    }
}

.btn-container-grocery-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.btn-grocery-type {
    margin-left: 10px;
}

.task-cate-form__content {
    margin: 0px 10px;
}

@media all and (min-width: 320px) and (max-width: 599px) {
    .form-item-add-grocery-type {
        margin: 5px 0px;
        padding: 5px;
    }
    .task-cate-form__content {
        margin: 5px 0px;
    }
    .form-item-add-grocery-type:nth-child(1) {
        margin: 0px 0px 5px 0px;
    }
    .checked-avatar-item-image-grocery-type, .avatar-item-image-grocery-type {
        width: 48px;
        height: 48px;
    }
    .list-all-image-grocery-type {
        width: 100%;
        padding: 0 5px;
    }
    .btn-container-grocery-type {
        margin-bottom: 70px;
    }
}

@media all and (min-width: 600px) and (max-width: 1023px) {}

@media all and (min-width: 1024px) {}

@media all and (min-width: 1280px) {}
