#chat-noti {
	position: fixed;
	top: auto;
	left: auto;
	width: auto;
	right: 15px;
	bottom: 40px;
	max-height: 320px;
	overflow-y: auto;
	padding: 15px 15px;
	z-index: 9;
}
#chat-noti::-webkit-scrollbar {
	width: 5px;
}

/* Track */
#chat-noti::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

/* Handle */
#chat-noti::-webkit-scrollbar-thumb {
	background: #888; 
	border-radius: 50px;
}

/* Handle on hover */
#chat-noti::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
.modalPopup {
	padding: 0 0 30px;
	-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
	width: 350px;
	padding: 15px;
	border-radius: 5px;
	margin: 0 0 10px;
	background: #fff;
}
.modalPopup .symbol {
	display: inline-block;
	flex-shrink: 0;
	position: relative;
}
.modalPopup .symbol img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.modalPopup .headerBar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modalPopup .headerBar #cross {
	border: none;
	color: #000;
	background: none;
}
.modalPopup .headerBar #cross i {
	color: #000;
	font-size: 16px;
	font-weight: 900;
}
.aside-menu .menu>.menu-item>.menu-link {
	height: 60px;
}
#kt_aside .menu-sub .menu-item {
	width: auto;
}
#kt_wrapper #kt_content .dash-btn-bar ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	list-style: none;
}
#kt_wrapper #kt_content .dash-btn-bar ul li .tt-btn {
	background: #00A25D;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px 5px;
}
#kt_wrapper #kt_content .dash-btn-bar ul li .g-btn {
	border: 1px solid #00A25D;
	font-size: 14px;
	line-height: 16px;
	color: #00A25D;
	padding: 12px 10px;
	border-radius: 5px 5px;
}
#kt_wrapper #kt_content .dash-btn-bar ul li {
	margin: 0 10px 0 0;
}
#kt_wrapper #kt_content .dash-btn-bar ul li:last-child {
	margin: 0;
}
#kt_wrapper #kt_content .dash-t-p {
	background: #FFF6F8;
	border: 1px solid #E5BBC6;
	filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.10));
	padding: 10px 10px;
	border-radius: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#kt_wrapper #kt_content .dash-t-p p {
	margin: 0;
	color: #C82437;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
#kt_wrapper #kt_content .dash-t-p .up-btn {
	background: #062561;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px 5px;
}
#working-hours .ch-bg {
	background: #062561;
}
#working-hours .ch-bg .select2-selection__rendered {
    color: #fff;
}
.vie-block {
	padding: 5rem 2rem;
	text-align: center;
}
.vie-block h2 {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px;
}
.vie-block h2 img {
	margin: 0 7px 0 0;
}
.vie-block p {
	color: #626262;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 20px;
}
.vie-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vie-block ul li {
	margin: 0 15px 0 0;
}
.vie-block ul li:last-child {
	margin: 0;
}
.vie-block ul li .u-btn {
	border-radius: 50px;
	background: #072D76;
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.vie-block ul li .p-btn {
	border-radius: 50px;
	background: #E1DFDF;
	padding: 10px 20px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.form-check-custom.form-check-success .form-check-input:checked {
    background-color: var(--kt-success);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
#kt_content_container .card .card-body .link-area {
    display: flex;
	justify-content: flex-end;
}
#kt_content_container .card .card-body .link-area .link-btn {
	background: #2E2E2E;
	padding: 15px 20px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	border-radius: 40px 40px;
	display: none;
}
#kt_content_container .card .card-body .boxs {
	background: #EEEEEE;
    border: 1px solid #EEEEEE;
    padding: 15px 20px;
    border-radius: 10px 10px;
	justify-content: space-between;
    display: flex;
    align-items: center;
}
#kt_content_container .card .card-body .boxs .form-label {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: 400;
	margin: 0;
}
#kt_content_container .card .card-body .boxs .links-btn {
	color: #fff;
	padding: 10px 20px;
	background: #00A854;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px 5px;
}
#kt_content_container .card .card-body .boxs ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
	list-style: none;
}
#kt_content_container .card .card-body .boxs ul li {
	margin: 0 15px 0 0;
}
#kt_content_container .card .card-body .boxs ul li:last-child {
	margin: 0;
}
#kt_content_container .card .card-body .bos .form-label {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: 400;
	margin: 0 0 10px;
}
#kt_content_container .card .card-body .bos .boxs {
	flex-direction: column;
	align-items: flex-start;
}
#kt_content_container .card .card-body .bos .boxs code {
	font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 10px;
    box-shadow: none;
    background: none;
	width: 100%;
}
#kt_content_container .card .card-body .boxs .links-btn img {
    margin: 0 5px 0 0;
}
#kt_content .doc-page .box {
	background: none;
    border: 0;
    padding: 0;
    box-shadow: none;
}
#kt_content .doc-page .box .block {
    border: 1px solid #C0C0C0;
    padding: 15px 15px;
    border-radius: 15px 15px;
    margin: 0 0 15px;
}
#kt_content .doc-page .box .block ul li {
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #C0C0C0;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 18px;
	color: #858585;
	font-weight: 300;
}
#kt_content .doc-page .box .block ul li:first-child {
	justify-content: space-between;
	flex-wrap: wrap;
}
#kt_content .doc-page .box .block ul li span {
	background: rgba(0, 162, 93, 1);
	padding: 5px 7px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
#kt_content .doc-page .box .block ul li:last-child {
	border-bottom: 0;
}
#kt_content .doc-page .box .block ul li h4 {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0;
	width: 70%;
}
#kt_content .doc-page .box .block .btn-area {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#kt_content .doc-page .box .block .btn-area a {
	width: 48%;
}
#kt_content .doc-page .box .block .btn-area .do-btn {
	padding: 8px 12px;
	background: #00A25D;
	border-radius: 5px 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#kt_content .doc-page .box .block .btn-area .do-btn img {
	margin: 0 5px 0 0;
}
#kt_content .doc-page .box .block .btn-area .btn-del {
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #C5C5C5;
	border-radius: 5px 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #D75252;
	display: flex;
	align-items: center;
	justify-content: center;
}
#kt_content .doc-page .box .block .btn-area .btn-del img {
	margin: 0 5px 0 0;
}
.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
#kt_content_container .sci-btn {
	border-radius: 5px;
	background: #00A25D;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 14px;
	padding: 10px 10px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}
#kt_content_container .sci-btn img {
	margin: 0 7px 0 0;
}
#kt_content_container .sci-btn:focus {
	box-shadow: none;
}


#kt_content_container .invite-info {
        background: #9e9e9e;
        color: #fff;
        padding: 5px;
        border-radius: 6px;
    }



#sendModal .modal-content .modal-body .img-hold {
	text-align: center;
	margin: 0 0 20px;
}
#sendModal .modal-content .modal-body .t-bar h2 {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 15px;
}
#sendModal .modal-content .modal-body .t-bar label {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 10px;
}
#sendModal .modal-content .modal-body .t-bar input {
	border-radius: 3px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 20px;
}
#sendModal .modal-content .modal-body .t-bar .s-btn {
	border-radius: 5px;
	background: #00A25D;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	padding: 12px 17px;
	display: flex;
	margin: 0 auto;
}
#sendModal .modal-content .modal-body .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(/assets/business/profile_pic/icon37.png) no-repeat;
	opacity: 1;
	background-size: 100%;
}
#sendModal .modal-content .modal-footer {
	border: 0;
	padding: 0;
	text-align: left;
	padding: 0 10px 10px;
}
#sendModal .modal-content .modal-footer p {
	padding: 12px 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	border-radius: 3px;
	background: #343434;
	width: 100%;
}
#sendModal .modal-content .modal-footer p img {
	margin: 0 7px 0 0;
}
#sendModal .modal-content {
	border-radius: 15px 15px;
}
.view-cus-page .m-text p {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin: 0;
}
.aside-menu .menu>.menu-item>.menu-link img {
    width: 25px;
    height: 25px;
}
.aside-enabled.aside-fixed.header-fixed .header {
	left: 80px;
}
.aside-menu .menu-sub-dropdown {
    border-radius: 10px 10px;
	margin: 0 0 0 20px !important;
}
.aside-menu .menu-sub-dropdown .menu-item{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.aside-menu .menu-sub-dropdown .menu-item:last-child {
	border-bottom: 0;
}
.aside-menu .menu-sub-dropdown .menu-item .menu-title {
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 1);
    padding: 7px 0;
	font-weight: 400;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#kt_aside .menu-item .menu-sub :hover .menu-link {
    background: rgba(255, 255, 255, 0.1);
	border-radius: 0;
}
#kt_aside .menu-item.que-sab .menu-sub-dropdown.show .menu-item {
    margin: 0;
}
#kt_aside .menu-item.sb-tit .menu-sub-dropdown h2 {
    color: #fff;
    padding: 15px 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    text-align: left;
	font-weight: 400;
	background: #00A854;
	border-radius: 10px 10px 0 0;
}
.aside-menu .menu-sub-dropdown .menu-item .menu-title i.fas.fa-arrow-up {
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .tooltip-one.show {
	transform: translate(307px, 727px) !important;
} */
.tooltip .tooltip-inner {
	text-align: left;
	background: rgba(7, 45, 118, 1);
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.tooltip .tooltip-arrow:before {
	border-right-color: rgba(7, 45, 118, 1) !important;
}

/* view invoices page start */

.v-in-page .card .v-box {
    padding: 15px 15px;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px;
}

.v-in-page .card .v-box h3 {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	margin: 0 0 20px;
	align-items: center;
}
.v-in-page .card .v-box h3 span {
	color: #4C4C4C;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
}
.v-in-page .card .v-box h2 {
	color: #000;
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
}
.v-in-page .card.fir-bar {
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #D0D0D0
}
.v-in-page .card.last-bar {
	border-radius: 0 0 5px 5px;
}
.v-in-page table tr .form-check input.form-check-input {
    border: 1px solid #D0D0D0;
	background-color: #fff;
}
.v-in-page table tr:nth-child(even) {
    background: #F9F9F9;
}
.v-in-page table tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.v-in-page table tr td ul li {
	margin: 0 10px 0 0;
}
.v-in-page table tr td ul li:last-child {
	margin: 0;
}
.v-in-page table tr td ul li button {
	border: 0;
	padding: 0;
	background: none;
}
.v-in-page table tr td span {
	color: #00A25D;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	padding: 7px 7px;
	text-align: center;
	background: #E6FFF5;
}
.v-in-page table tr td span.un-paid {
	color: #072D76;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	padding: 7px 7px;
	background: #EAF1FF;
	border-radius: 5px 5px;
}
.v-in-page .card.last-bar .search-bar input {
    background: url(../profile_pic/search.png) no-repeat left 5px center;
    padding: 10px 10px 10px 30px;
}


/* view invoice page start */

.vo-in-page .btn-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.vo-in-page .btn-bar ul li {
	margin: 0 10px 0 0;
}
.vo-in-page .btn-bar ul li:last-child {
	margin: 0;
}
.vo-in-page .btn-bar ul li button {
	display: flex;
	align-items: center;
}
.vo-in-page .btn-bar ul li button img {
	margin: 0 5px 0 0;
}
.vo-in-page .btn-bar ul li .edit-btn {
	background: #00A25D;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
}
.vo-in-page .btn-bar ul li .edit-btn:hover {
	background: #00A25D;
	opacity: 0.8;
	color: #fff;
}
.vo-in-page .btn-bar ul li .can-btn {
	background: #fff;
	font-size: 14px;
	line-height: 16px;
	color: #060606;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
	border: 1px solid #00A25D !important;
}
.vo-in-page .btn-bar ul li .can-btn:hover {
	opacity: 0.8;
	color: #060606;
}
.vo-in-page .btn-bar ul li .cus-btn {
	background: #E5E5E5;
	font-size: 14px;
	line-height: 16px;
	color: #060606;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
}
.vo-in-page .btn-bar ul li .cus-btn:hover {
	opacity: 0.8;
	color: #060606;
}
.vo-in-page table tr th {
    padding: 15px 15px !important;
}
.vo-in-page table tr td {
    padding: 15px 15px !important;
}
.vo-in-page table tr td p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	color: #000;
}
.vo-in-page table tr td p span {
	display: block;
	color: #5B5B5B;
	margin: 5px 0 0;
}

.vo-in-page table tr:nth-child(even) {
    background: #F9F9F9;
}
.vo-in-page .card.fir-bar {
	border-radius: 5px 5px 0 0;
}
.vo-in-page .card.last-bar {
	border-radius: 0 0 5px 5px;
}
.vo-in-page .card .detail-left h2 {
	color: #072D76;
	font-size: 35px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 15px;
}
.vo-in-page .card .detail-left h4 {
	color: #072D76;
	font-size: 35px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 15px;
}
.vo-in-page .card .detail-left h3 {
	color: #072D76;
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 20px;
}
.vo-in-page .card .detail-left p {
	color: #072D76;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin: 0 0 20px;
}

.vo-in-page .card .detail-right h2 {
	color: #072D76;
	font-size: 50px;
	line-height: 52px;
	font-weight: 700;
	margin: 0 0 10px;
}
.vo-in-page .card .detail-right h3 {
	color: #072D76;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.vo-in-page .card .detail-right ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.vo-in-page .card .detail-right ul li {
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 10px;
	color: #072D76;
}
.vo-in-page .card .detail-right p {
	color: #072D76;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
}
.vo-in-page .img-hold {
	background: url(../profile_pic/t-banner.png) no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 25px;
}
.vo-in-page .img-hold .tb-text p {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	margin: 0;
}
.vo-in-page .img-hold .tb-text h1 {
	color: #fff;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin: 0 0 10px;
}
.vo-in-page .total-list {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
.vo-in-page .total-list li {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.vo-in-page .total-list li:last-child {
	margin: 0;
	border-top: 1px dashed #949494;
	padding: 15px 0 0;
}
.vo-in-page .total-list li:last-child p {
	font-weight: 700;
}
.vo-in-page .total-list li p {
	color: #686868;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
}
.can-detail .modal-body {
    text-align: center;
}
.can-detail .modal-body .img-hold {
    margin: 0 0 20px;
}
.can-detail .modal-body h2 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}
.can-detail .modal-body textarea {
	border-radius: 5px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	padding: 15px 15px;
	color: #969696;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 20px;
}
.can-detail .modal-body .co-btn {
	background: #04183F;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	padding: 12px 15px;
	display: flex;
	margin: 0 auto;
	border-radius: 50px 50px;
	max-width: 150px;
	width: 100%;
	justify-content: center;
}
.can-detail .modal-content .modal-header {
    background: #fff !important;
}
.can-detail .modal-content .modal-header .btn-close {
	background: url(../profile_pic/icon37.png) no-repeat 1vmin;
	opacity: 1 !important;
	background-size: 50% !important;
}


/* client address page start */

.cd-area .sa-btn {
	background: #00A25D;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 25px;
	border-radius: 5px 5px;
	font-weight: 600;
	margin: 0 0 20px;
	float: right;
}
.cd-area .sa-btn:hover {
	background: #00A25D;
	opacity: 0.8;
	color: #fff;
}
.cd-area form .inv-input {
	border-radius: 5px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	padding: 10px 15px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}
.cd-area form .inv-input::placeholder {
	color: #000;
}
.cd-area form textarea {
	border-radius: 5px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 30px;
}
.cd-area form textarea::placeholder {
	color: #7C7C7C;
}
.cd-area form .input-group input {
	background: #FFF;
	padding: 10px 15px;
	color: #686868;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}
.cd-area .logo-hold img {
	margin: 0 0 15px;
	width: 120px;
	height: 120px;
}
.cd-area .logo-hold .cl-btn {
	border: 1px solid #00A25D !important;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding: 10px 25px;
	border-radius: 5px 5px;
	font-weight: 600;
}
.cd-area .logo-hold .cl-btn:hover {
	background: #00A25D;
	color: #fff;
}
.cd-area .logo-hold {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 40px 0 0;
	margin: 0 0 50px;
}
.cd-area .selet-area {
	padding: 0 40px 0 0;
}
.cd-area .selet-area .select2-selection.select2-selection--single.js-example-basic-single.form-select {
    height: auto;
}
.cd-area .selet-area select {
	border-radius: 5px;
	border: 1px solid #D0D0D0;
	background: #F6F6F6;
	padding: 10px 15px;
	color: #686868;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
}
.v-in-page .card.secd-bar {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #D0D0D0;
}
.v-in-page .card.secd-bar h2 {
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px;
}
.v-in-page .card.secd-bar h2 .ep-btn {
	background: #fff;
	border: 1px solid #00A25D !important;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
}
.v-in-page .card.secd-bar h2 .ep-btn:hover {
	background: #00A25D;
	color: #fff;
}
.v-in-page .card.secd-bar.tx-area h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.v-in-page .card.secd-bar p {
	background: #F6F6F6;
	font-size: 18px;
	line-height: 22px;
	color: #686868;
	font-weight: 400;
	border: 1px solid #D0D0D0;
	padding: 10px 10px;
	border-radius: 10px 10px;
}
.v-in-page .card.secd-bar .tx-area input {
	background: #F6F6F6;
	font-size: 20px;
	line-height: 22px;
	color: #686868;
	font-weight: 400;
	border: 1px solid #D0D0D0;
}
.v-in-page .card.secd-bar .is-area form label {
	color: #000;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 15px;
}
.v-in-page .card.secd-bar .is-area form input {
	background: #fff;
	font-size: 20px;
	line-height: 22px;
	color: #686868;
	font-weight: 400;
	border: 1px solid #D0D0D0;
	padding: 15px 20px;
}
.v-in-page .last-bar .cp-area .cp-btn {
	border: 1px solid #00A25D !important;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
	margin: 0 0 20px auto;
	display: flex;
	justify-content: center;
}
.v-in-page .last-bar .cp-area .cp-btn:hover {
	background: #00A25D;
	color: #fff;
}
.v-in-page .last-bar .cp-area .bar ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.v-in-page .last-bar .cp-area .bar ul li:first-child {
	width: 35%;
}
.v-in-page .last-bar .cp-area .bar ul li .del-btn i {
	text-align: center;
	color: #00A25D;
	padding: 0;
}
.v-in-page .last-bar .cp-area .bar ul li h2 {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}
.v-in-page .last-bar .cp-area .bar ul li p span {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	padding: 10px 10px;
	background: #F9F9F9;
	display: inline-block;
}
.v-in-page .last-bar .cp-area .bar ul li p {
	color: #686868;
	font-size: 18px;
	line-height: 16px;
	font-weight: 400;
	margin: 15px 0 0;
}
.v-in-page .last-bar .cp-area .bar ul li p input {
	background: #FAFAFA;
	font-size: 16px;
	line-height: 18px;
	color: #686868;
	font-weight: 400;
	border: 1px solid #D0D0D0;
	padding: 10px 15px;
}
.v-in-page .last-bar .cp-area .bar {
	border: 1px solid #E6E6E6;
}
.v-in-page .last-bar .cp-area .bar h3 {
	background: #F2F6FF;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-weight: 500;
}
.v-in-page .last-bar .cp-area .bar .pro-detail {
	padding: 15px 15px;
}
.v-in-page .last-bar .add-voice {
	background: #E6E6E6;
	padding: 20px 20px;
}
.v-in-page .last-bar .add-voice h3 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 15px;
}
.v-in-page .last-bar .add-voice ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.v-in-page .last-bar .add-voice ul li{
	display: flex;
	align-items: center;
	width: 40%;
}
.v-in-page .last-bar .add-voice ul li .form-check input {
	background: #fff;
	border: 1px solid #D0D0D0;
}
.v-in-page .last-bar .add-voice ul li .form-check input:checked {
    background: #0d6efd;
}
.v-in-page .last-bar .add-voice ul li .form-check label {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.v-in-page .last-bar .add-voice ul li .q-input {
	background: #fff;
	font-size: 16px;
	line-height: 18px;
	color: #686868;
	font-weight: 400;
	border: 1px solid #D0D0D0;
	padding: 10px 15px;
	width: 150px;
	margin: 0 0 0 10px;
}
.v-in-page .last-bar .add-voice .total-list {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.v-in-page .last-bar .add-voice .total-list li {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.v-in-page .last-bar .add-voice .total-list li:last-child {
	margin: 0;
	border-top: 1px dashed #949494;
	padding: 15px 0 0;
}
.v-in-page .last-bar .add-voice .total-list li:last-child p {
	font-weight: 700;
}
.v-in-page .last-bar .add-voice .total-list li p {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
}
#addressModal .modal-content .modal-header {
	border: 0;
}
#addressModal .modal-content .modal-body .img-hold {
	text-align: center;
	margin: 0 0 20px;
}
#addressModal .modal-content .modal-header button {
	background: url(../profile_pic/icon37.png) no-repeat 1vmin;
    opacity: 1 !important;
    background-size: 50% !important;
}
#addressModal .modal-content .modal-body .sa-btn {
	background: #04183F;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 12px 15px;
    display: flex;
    margin: 20px auto 0;
    border-radius: 50px 50px;
    max-width: 150px;
    width: 100%;
    justify-content: center;
}
#addressModal .modal-dialog {
    margin: 10rem auto 0;
    max-width: 600px;
}

/* history page start */

.his-area .nav .nav-item button {
	background: none;
	color: #5E5E5E;
	font-size: 20px;
	line-height: 22px;
	padding: 12px 20px;
	font-weight: 400;
	border-bottom: 2px solid #E5E5E5;
	border-radius: 0;
}
.his-area .nav .nav-item button.active {
	border-bottom: 2px solid #072D76;
	color:#072D76;
	font-weight: 700;
}
.his-area .nav .nav-item {
	margin: 0;
}
.his-area .card.last-bar .block {
	display: flex;
}
.his-area .card.last-bar .block .text-bar h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	color: #000;
	margin: 0 0 7px;
}
.his-area .card.last-bar .block .text-bar p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #5E5E5E;
	margin: 0;
}
.his-area .card.tb .card-body {
    height: 500px;
}
.his-area .card.last-bar .block .img-bar {
	margin: 0 5px 0 0;
}
.his-area .card.not .bar .img-bar {
	margin: 0 0 15px;
}
.his-area .card.not .bar .b-bar .ad-btn {
	background: #00A25D;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
}
.his-area .card.not .bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 15px;
}
.his-area .card.not .nots-bar .n-bar span {
	background: #072D76;
	padding: 8px 15px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: 600;	
	border-radius: 5px 5px;
}
.his-area .card.not .nots-bar .n-bar h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
}
.his-area .card.not .nots-bar .n-bar h3 button {
	padding: 0;
	background: none;
	border: 0;
}
.his-area .card.not .nots-bar .n-bar h3 button i {
	color: #00A25D;
}
.his-area .card.not .nots-bar .n-bar p {
	font-size: 14px;
	line-height: 18px;
	color: #646464;
}
.his-area .card.not .nots-bar .n-bar {
	margin: 0 0 20px;
}
.his-area .card.not .ed-not h3 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 15px;
}
.his-area .card.not .ed-not textarea{
	border-radius: 10px 10px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	padding: 15px 15px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin: 0 0 20px;
}
.his-area .card.not .ed-not .sa-btn {
	background: #00A25D;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 20px;
	border-radius: 5px 5px;
	font-weight: 600;
}

/* new product page */

.v-in-page .card.nw-pro h2 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 30px;
}
.v-in-page .card.nw-pro form label {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 10px;
}
.v-in-page .card.nw-pro form input,.v-in-page .card.nw-pro form textarea {
	border-radius: 5px;
	border: 1px solid #D0D0D0;
	background: #FFF;
	padding: 10px 15px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}
.v-in-page .card.nw-pro form .sa-btn {	
	background: #00A25D;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 30px;
	border-radius: 5px 5px;
	font-weight: 600;
	margin: 0;
	float: left;
}