.text-apt {color: #1fa3db;}
.text-apt-dark {color: #1f8cbe;}
.bg-apt {background-color: #1fa3db;}
.bg-apt-dark {background-color: #1f8cbe;}
.btn-apt {
    color: #fff !important;
    background-color: #1fa3db;
    border-color: #1fa3db;
    box-shadow: 0 0px 10px -5px rgb(112 94 200 / 50%);
}
.icon-circle-list {
	display: inline-table;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 18px;
	border-radius: 50px;
	box-shadow: 0px 2px 3px rgb(4 4 7 / 10%);
	border: 1px solid #ebecf1;
	vertical-align: middle;
	color: #5c678f;
	margin-right: 5px;
}

.side-menu {
	min-height: calc(100vh - 50px);
}

.cut-media-icon {
	width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
	cursor: pointer;
}

.btn-right-bottom {
	position: absolute;
	text-align: end;
	right: 0;
	bottom: 0;
}

.badge-title {
	position: absolute;
    top: -30px;
    left: 10px;
    display: block !important;
    padding: 3px 5px !important;
    width: 5rem;
    height: 1.5rem;
    border-radius: 100%;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;	
}

/*Tree checkbox*/
.permissions ul.MainMenu li {
	list-style: none;
}
.check-permission{
	margin: 5px !important;
}
.permissions{
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 254px;
}
.mTitle{
	font-weight: 600;
}

.finish-task {
	background-color: #38cb89;
	border-color: #38cb89;
	color: #fff;
	cursor: pointer;
	width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
.finish-task:hover {
	background-color: transparent;
	color: #000;
}
.close-task {
	background-color: #dc0441;
	border-color: #dc0441;
	color: #fff;
	cursor: pointer;
	width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
.close-task:hover {
	background-color: transparent;
	color: #000;
}

/** Agreements */

.agreement-wrapper {
    font-size: 1rem;
}
.agreement .container-left, .agreement .container-right {
    width: 50%;
}

.agreement-wrapper #page-1, .agreement-wrapper #page-2, .agreement-wrapper #page-3, .agreement-wrapper #page-4, 
.agreement-wrapper #page-5, .agreement-wrapper #page-6, .agreement-wrapper #page-7 {
	display: none;
}

.agreement-wrapper .page-7 input{
	border: none;
    border-bottom: 1px solid black;
}

.agreement-wrapper .Schedule-2-table tbody, .agreement-wrapper .Schedule-2-table td, .agreement-wrapper .Schedule-2-table tfoot,
.agreement-wrapper .Schedule-2-table th,.agreement-wrapper .Schedule-2-table thead, .agreement-wrapper .Schedule-2-table tr {
	border: 1px solid lightgrey;
	padding: 0.5rem 1.8rem;
}

.agreement-sign .container-left, .agreement-sign .container-right {
	width: 50%;
}

.agreement-sign .container-left {
	margin-right: 2rem;
}

.agreement-sign .container-right {
	margin-left: 2rem;
}

@media (min-width: 992px) {
	.signature{
		display: flex;
	}
	.sign-owner {
		width: 100%;
	}
	.sign-clear {
		width: 100%;
	}
}
