body{
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hidden {
	display : none !important;
}


div.message.success{
	background: #f8f9fa !important;
    color: #669d0e;
    font-size: 15px;
    text-align: center;
    border: 1px solid #669d0e;
    padding: 4px;
}

.index a, td.actions, th.actions{
	font-weight: 500;
}

.card img {
	width : 500px;
	max-width : 100%;
}

.card{
	box-shadow: none;
}

.card-title{
	font-size: 24px;
    font-weight: 500;
}

.sub-card{
	border-top: 4px solid #f3f5f8 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.btn-outline-main{
	border-color: #272d4d;
	color: #272d4d;
}


.btn-check + .btn:hover{
	border-color: #272d4d  !important;
	color: #272d4d;
}


.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
	color: #fff;
    background-color: #272d4d;
    border-color: #272d4d;
}

.btn.btn-primary {
    background-color: #272d4d !important;
    border-color: #272d4d !important;
	font-weight: normal;
}

.btn.btn-dark, .btn.btn-secondary {
	background-color: #666666 !important;
	border-color: #666666 !important;
	font-weight: normal;
}

.btn.btn-dark:focus, .btn.btn-secondary:focus{
	color:#fff !important;
}

.text-bg-primary{
	background-color: #272d4d  !important;
}

.app-main{
	background: #f3f5f8;
}

.app-content-inner{
	background: #fff;
    border-radius: 6px;
	border: 1px solid #dee2e6;
	padding: 0px;
}


.skip-links{
	display: none;
}

a, a:focus{
	color: #272d4d;
}

a:hover{
	color:#5e5e5e;
}


th.field-label {
	width: 25%;
	max-width: 150px;
}

td, th {
	font-size : 14px;
}

th {
	font-weight: 500;
}


th.action {
	width : 200px;
	max-width:200px;
}

td.actions, th.actions {
	width : 150px;
	text-align: center;
}

.actions a {
	margin:0px 10px;
	color : black;
}

form div.input {
	margin-bottom:10px;
}

/*form div.input label {
	color : #272d4d;
}*/

div.message {
	padding: 5px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

div.message.success {
	background: palegreen;
}

div.message.error {
	background: orangered;
	color : white;
}

/** PAGINATIONS **/
.paginator{
	float: right;
}

.pagination{
	font-size: 13px;
	margin-bottom: 0;
}

.pagination li{
	padding:3px;
}

.pagination li a{
	color:#888 !important;
}

.paginator p{
	font-size: 13px;
	display: none;
}

/** END PAGINATIONS **/


/** LINKS **/
#calendar a {
	color : #2c3e50 !important;
	/*color : #494e53 !important;*/
}

.fc .fc-button{
	font-size: 14px;
	padding: 4px 10px;
}


.fc-today-button{
	background: #272d4d !important;
    opacity: 0.85 !important;
    border-color: #272d4d !important;
}

.fc-next-button, .fc-prev-button{
	color: #272d4d !important;
    background: #fff !important;
    border: 1px solid #272d4d !important;
}

.fc-daygrid-day-frame{
    border: 2px solid #ffffff;
}

.fc .fc-daygrid-day.fc-day-today {
	background: #f7f7f7;
	border: 2px solid #a6a8ac4a;
	/*background : rgba(225,74,68,0.3);*/
}

#calendar  .fc-daygrid-day.fc-day-today  a.fc-daygrid-day-number{
	color: #272d4d !important;
    /* font-size: 19px; */
    font-weight: bold;
}

.index a {
	color : #2c3e50 !important;
}

.index a.btn, .btn-pay {
	color : #fff !important;
}


/** END OF LINKS **/



.btn.btn-primary {
	background-color : #272d4d;
	border-color : #d23b35;
}

.card-outline {
	border:0;
}

.card.card-outline{
	border:0;
}

.card-outline .card-header {
	background-color : #fff !important;
	border-bottom-color: #dee2e6;
}

.note-toolbar.card-header {
	background : #fff !important;
}

.card-outline .card-footer {
	background-color : #fff !important;
	border-top-color: #dee2e6;
}

div.input label {
	font-size: 0.9rem;
	color: #000000;
	font-weight: bold;
}

div.input input, div.input select, div.input textarea, .note-editable {
	font-size: 14px;
}

.common-form-label{
	color: rgb(33 37 41 / 55%);
    font-size: 14px;
    padding-left: 1px;
}

.form-check-input {
	width : 25px;
	height : 25px;
}


.form-control{
	font-size: 14px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgb(240 86 80 / 31%);
    outline: 0;
    box-shadow: var(--bs-box-shadow-inset), 0 0 0 0.25rem rgb(240 86 80 / 25%);
}

.form-check-input[type=checkbox]{
    margin-right: 5px;
    margin-top: 2px;
}

.form-control.is-invalid {
    border-color: #272d4d52;
}

.invalid-feedback[role=alert] {
    font-weight: normal;
    color: #272d4d;
    font-size: 11px;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 2px 20px;
}

.form-control.is-invalid:focus {
    border-color: #272d4d;
    box-shadow: none;
}

.form-control[type=file]{
	font-size: 14px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
	z-index: 10000 !important;
}


/** FULL CALENDAR **/

#calendar {
	max-width: 1100px;
	margin: 0 auto;
	min-height: 700px;
}

.fc-day-today {
	border-color : #f2b1ae !important;
	/*background-color : #f2b1ae !important;*/
}

.fc-event.reminder {
	background-color : #f7f5f2;
	border-color : #e3dfda;
}

.fc-event.reminder .fc-event-title {
	color : #736c66;
	font-size: 10px;
}

.fc-event.appointment {
	background-color : #272d4d ;
	border-color : #272d4d;
}

.fc-event.staff-assigned {
	background-color : #a20600 ;
	border-color : #a20600;
}

.fc-event.work-delivered {
	background-color: #6aa200 ;
	border-color : #6aa200;
}


.fc-event-title {
	white-space: normal; /* Allows text to wrap */
}

/* For specific views like DayGrid, you might need more specific selectors */
.fc-daygrid-block-event .fc-event-title {
	white-space: normal;
}

/** END OF FULL CALENDAR **/

/** SIDE BAR **/
.app-sidebar {
	background : #fff !important;
	border-right: 1px solid #dee2e6;
	/* background : #2c3e50 !important; */
	/*background : #ae002d;*/
}

.app-header{
	height:57px;
}

.sidebar-brand {
	/* background : #2c3e50; */
	background : #fff;
	height:57px;
	padding: 20px;
	text-align: left;
	align-items: inherit;
    justify-content: left;
}

.sidebar-brand .brand-link .brand-image{
    max-height: 40px;
}

.app-sidebar .nav-item{
    line-height: 40px;
}

.app-sidebar .nav-item a{
    font-size: 15px;
}

.nav-item a.active {
	background : #f4f4f4 !important
}


.sidebar-wrapper .nav-icon{
	font-size: 20px;
    color: #252b3661;
}
/** END OF SIDE BAR **/


/** APP HEADER **/
.company-name{
	font-size: 14px;	
}

.navbar-nav > .user-menu .user-image{
	width: 50px;
    height: auto;
    border-radius: 50% !important;
	margin-top: 0 !important;
}

.app-header .nav-link {
    height: inherit;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p{
	font-size: 14px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img{
    border: 3px solid;
    border-color: #ffffff47;
    padding: 3px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer{
	background: #f7f7f7;
}

.profile-image-sm {
	max-width: 35px;
	max-height: 35px;
}
/** END OF APP HEADER **/

/** FOOTER **/
.app-footer{
	font-size: 13px;
	background: #f3f5f89e;
}

.app-footer a {
	color : #272d4d;
}
/** END FOOTER **/

/** TABLES **/
.table{
	--bs-table-hover-bg:#f3f3f3 !important;
}

.dashed-border-table tr{
	border-bottom: 1px dashed #ededed !important;
    border-style: dashed;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.dashed-border-table td{
	border-style:none;
}

.index table tr td a{
	color: #272d4d !important;
	font-weight: normal;
    /* text-decoration: none; */
    /* border-bottom: 1px solid #272d4d; */
}

.index table tr td.actions a{
    color: #2c3e50 !important;
    text-decoration: none;
    border-bottom: none;
}

.table-striped > tbody > tr:nth-of-type(odd) > *{
	--bs-table-bg-type: #f8f8f8;
}
/** END TABLES **/


.login-bottom-links-wrapper,
.register-bottom-links-wrapper{
	margin-top: 20px;
}

.login-bottom-links,
.register-bottom-links{
	font-size: 13px;
	display: inline-block;
	float: left;
}

.login-bottom-links.login-sign-up-link{
	float: right;
}

.login-bottom-link a,
.register-bottom-link a{
	text-decoration: none !important;
}

.login-fp-link a{
	color:#5e5e5e !important;
	text-decoration: none !important;
}

.login-fp-link a:hover{
	color:#272d4d !important;
}

.login-sign-up-link a{
	color:#272d4d !important;
	text-decoration: none !important;
}

.login-sign-up-link a:hover{
	color:#5e5e5e !important;
}

.register-login-link a{
	color:#272d4d !important;
	text-decoration: none !important;
}

.register-login-link a:hover{
	color:#5e5e5e !important;
}

.form-check-input[type=checkbox]{
	border-radius: 20px;
    width: 18px;
    height: 18px;
}

.form-check-input:checked{
	background-color: #272d4d;
    border-color: #272d4d;
}

.form-check-input:focus {
    border-color: rgb(240 86 80);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(240 86 80 / 32%);
}

label{
	font-size: 14px;
}


.login-box, .register-box{
	margin: auto;
    width: 70%;
}

.login-box-main-wrapper .app-footer,
.register-box-main-wrapper .app-footer{
	margin-top: 10px;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
	border-top: 0;
}


.login-box-msg, .register-box-msg{
	font-size: 15px;
}

.login-box .card-outline .card-header,
.register-box .card-outline .card-header{
	background-color: #fff !important;
}

.login-box .card img,
.register-box .card img{
	max-width: 90%
}

.login-main-wrapper.app-wrapper{
	align-items: center;
}

.login-page{
	background-color: #fff  !important;
}


.login-box-main-wrapper, .register-box-main-wrapper {
	align-content: center !important;
}

.signinup-right-img-warpper{
	background: #F78588;
	background: radial-gradient(circle, rgba(20, 60, 80, 1) 33%, rgba(15, 35, 53, 1) 70%, rgba(20, 20,35,1)93%);
	clip-path: shape(from 0 0, curve to 0 100% with 20% 50%, line to 100% 100%, line to 100% 0, close);
	text-align: right;
}

.full-height {
   height: 100vh;
   width: 100vw;
   overflow: hidden;
}

.grey-gradient-bg{
	background: #575757;
	background: radial-gradient(circle,rgba(87, 87, 87, 1) 33%, rgba(54, 52, 52, 1) 70%, rgba(17, 18, 20, 1) 93%);
}



div.message.error {
    background: #f8f9fa;
    color: #f25954;
    font-size: 15px;
    /* line-height: 30px; */
    text-align: center;
    border: 1px solid #f15751;
    padding: 4px;
}

@media only screen and (max-width: 567px) {
    .login-bottom-links,
    .register-bottom-links {
		font-size: 13px;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}
/** FEEDBACK FORM **/

#public-feedback-form label {
	font-size: 1.5em;
}

/** END OF FEEDBACK FORM **/

/** DETAIL VIEW PAGE **/

.details-wrapper{
	font-size: 14px;
	background: #fff;
	padding: 4px 20px;
    text-align: center;
	/* margin: 0 20px; */
}

.detail-row{
	line-height: 32px;
	border-bottom: 1px dashed #ededed;
}

.details-wrapper .detail-title{
	font-weight: 500;
	text-align: left;
}

.details-wrapper .detail{
	text-align: left;
}

/** END OF DETAIL VIEW PAGE */



.primary-color-title{
	color: #272d4d !important;
}

.client-status{
	font-size: 14px;
    border: 1px solid #0db57ff5;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: normal;
    background: #fff;
    color: #16a778f5;
}

.client-status.active-client{
	border: 1px solid #0db57ff5;
	 color: #16a778f5;
}

.client-status.inactive-client{
	border: 1px solid #d90c32f5;
    color: #d12142f5;
}

.profile-company-logo{
	width: 150px;
    padding: 4px !important;
}

.profile-company-logo img{
	border: 1px solid #ddd;	
}

/** END OF CLIENT VIEW PAGE **/



/** PRICING **/

img.package-image {
	width : 100%;
	max-width : 150px !important;
}

#packages ul {
	list-style-type: none;
	font-size: 14px;
}

#packages ul.features li {
	padding :5px;
	border-bottom: 1px dashed #dddddd;
	/* border-bottom: 1px solid #C3C3C3; */
}

.package-price {
	font-size: 25px;
}

#yearly-packages {
	display:none;
}

.pricing-box {
    border: 1px solid #ddd;
    border-radius: 25px;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
	min-height: 565px;
}

.pricing-box:hover {
    box-shadow: 0px 0px 10px #d3d3d2;
}

.select-package .btn{
	width:100%;
}




/** END OF PRICING **/

/** Appointment Comments **/
.comment {
	border-bottom: 1px solid gray;
	padding:5px;
}

.comment-by {
	font-size : 10px !important;
}

.comment-body {
	font-size : 15px;
	font-weight : bold;
}
/** End of Appointment Comments **/


/** Keyword view page **/
tr.self-position td{
	background : #fff6cb;
	color : black;
	--bs-table-bg-type:#fff6cb !important;
}
/** End of Keyword view page **/



