.main-header-title {
	font-family: 'Rock Salt';
	color: #98ccfd;
	text-shadow: 1px 3px 1px rgb(0 0 0 / 0.53);
	font-size: 20px;
}

.main-header-subtitle {
	font-size: 13px;
	color: #f89406;
	line-height: 7px;
	font-family: fantasy;
}

.rounded-circle {
	border: 1px solid #b6dcfe;
}

.nav-item.active>a {
	background-color: #2f3c48 !important;
}

.nav-item-user {
	margin: auto;
	padding-right: 5px;
	color: #b6dcfe;
	font-family: inherit;
}

.main-content-container {
	width: 95%;
	margin: auto;
	padding: 10px;
	background: #2f3c48;
	border-radius: 6px;
}

.table td,
.table th {
	height: 30px !important;
	font-family: inherit;
	font-size: initial;
}

.footer-buttons {
	float: right;
	margin: 35px
}

.list-menu {
	list-style: disc;
	list-style-type: none;
	display: flex;
	margin: 0;
	padding-left: 0px;
}

.list-menu li,
.footer-buttons button {
	cursor: pointer;
	padding: 1px 10px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #d1d1d1;
	margin-right: 5px
}

.list-menu li:hover {
	background-color: #212529 !important;
}

.list-menu li[disabled] {
	background: #2f3c48;
	color: #666a6d;
	border: 0;
	cursor: default;
}


.separator {
	cursor: default !important;
	width: 1px !important;
	padding: 0 !important;
	background: #83a4ca !important;
	height: 20px !important;
	margin: 6px !important;
	border-right: solid 1px #171819 !important;
	opacity: 0.4 !important;
	color: #91c8f6;
	border: 1px;
	border-style: solid;
	border-color: transparent;
}

/* The container */
.cbox-container {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

/* Hide the browser's default checkbox */
.cbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #2f3c48;
	border: 1px solid #6d86a1;
}

/* On mouse-over, add a grey background color */
.cbox-container:hover input~.checkmark {
	background-color: #6f89a4;
}

/* When the checkbox is checked, add a blue background */
.cbox-container input:checked~.checkmark {
	background-color: #6f89a4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.cbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.cbox-container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#holder {
	min-height: 100%;
	position: relative;

}

#header {
	background-color: #354a5f;
	height: 100%;
	border-bottom: 1px solid #98ccfd;
}

.header-inner {
	position: absolute;
	top: 0;
	left: 100px;
}

.header-inner h1 {
	font-family: 'Rock Salt';
	color: #98ccfd;
	text-shadow: 1px 3px 1px rgb(0 0 0 / 0.53);
}

.login-wrapper {
	min-height: 90%;
	position: absolute;
	width: 100%;
	margin-top: 60px;
	/*background: url(../img/login-background.jpg) no-repeat center center fixed;
	background-size: 100%;*/
}

.login-box {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20%;
	transform: translate(-50%, -50%);
	height: auto;
	box-shadow: -1px 3px 11px 3px rgb(243 236 236 / 54%);
	border-radius: 10px;
}

.tile-icon-container {
	background-color: #000000;
}

.tile-icon-container:hover {
	background-color: #1d232a;
}

.wrapper-background {
	background: url(../img/Default-Thumbnail.png) no-repeat center center fixed;
	background-size: cover;
	width: 100% !important;
	display: table;
}

.wrapper-background-filter {
	position: relative;
}

.wrapper-background-filter::after {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#body {
	padding-bottom: 80px;
}

#footer {
	background-color: #354a5f;
	bottom: 0;
	height: 85px;
	left: 0;
	position: absolute;
	right: 0;
	border-top: 1px solid #98ccfd;
}

#logo {
	padding-top: 20px;
}

.account-container {
	background: #354a5f;
	/*border: 1px solid #98ccfd;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
}

.login {
	width: 325px;
	margin: 10% auto;
}

.login-fields input,
select {
	font-size: 13px;
	color: #dff0fe;
	padding: 10px 5px 10px 5px;
	border: 1px solid #98ccfd;
	width: 97%;
	display: block;
	margin: 0;
	background-color: #354a5f;
}

.signup {
	width: 325px;
	margin: 5px auto;
}

.signup input {
	padding: 11px 15px 10px 10px !important;
	width: 295px !important;
	background-color: #FFF !important;
}

.signup select {
	width: 322px !important;
	padding: 11px 15px 10px 10px !important;
}


.submit-button {
	background-color: #689cc7;
	color: #FFF !important;
	width: 100px;
	padding: 10px;
	border: 1px solid #EEE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1.09em;
}

.login-actions {
	margin: 15px 0 0 205px;
}

.login-header {
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px;
}

.login-header h1 {
	font-size: larger;
	margin-bottom: 0;
	color: #8cc5f1;
	font-weight: bolder;
}

.login-content {
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 5px 5px;
}

.login-extra {
	display: block;
	width: 300px;
	margin: 1.5em auto;
	text-align: right;
	line-height: 19px;
}

.alert-message {
	width: fit-content;
	position: absolute;
	left: 50%;
	top: 80%;
	padding: 10px;
	color: #8abfea;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	transform: translate(-50%, -50%);
	border: 1px solid #435559;
	-webkit-box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	z-index: 10000;
	background-color: #2d3640;
}

.error {
	color: #ffad46;
}

.success {
	background: #29313a;
	color: #48abf7;
}

.pointer {
	cursor: pointer;
}

.tooltip-container {
	background-color: #202932;
	position: fixed;
	padding: 0px 8px;
	font-size: 11px;
	border-radius: 3px;
	box-shadow: 2px 4px 6px -1px rgba(0, 0, 0, 0.45);
	width: auto;
	height: auto;
	display: block !important;
	z-index: 99999 !important;
	color: #ddd;
}

.tooltip-container:after,
#tooltip-container:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
}

.tooltip-container:before {
	border-top-color: rgba(32, 41, 50, 1) !important;
	margin-left: -9px;
	border-width: 9px;
}

.tooltip-container:after {
	border-top-color: rgba(32, 41, 50, 1) !important;
	margin-left: -6px;
	border-width: 6px;
}

.danger-button {
	color: #ff8888 !important;
}

.form-toolbar-buttons ul {
	margin-bottom: 5px !important;
}

.form-group-container {
	width: 50%;
	transform: translate(50%, 0%);
}

.required::before {
	content: '*';
	color: #e08505;
	font-weight: bold;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.popup-dialog {
	width: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #1d232a;
	border: 1px solid #939aa6;
	border-radius: 6px;
	box-shadow: 2px 4px 6px -1px rgb(0 0 0 / 45%);
	z-index: 9999;
}

.popup-dialog h3 {
	color: #d3d7e6;
	display: flex;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.dialog-content {
	background: #2d3640;
	color: aliceblue;
	height: 78%;
	overflow-y: auto;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 10px
}

.button-close-dialog {
	position: fixed;
	right: 5px;
	top: 0px;
	font-size: 25px;
	color: aliceblue;
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
}

.button-dialog-primary {
	color: #a4d9ff !important;
	padding: 7px;
	border: 1px solid transparent;
	cursor: pointer;
}

.button-dialog-primary:hover,
#butNo:hover {
	border: 1px solid #a4d9ff;
	background-color: #062e4f;
	border-radius: 5px;
}

#butNo {
	color: #ffad46;
	padding: 7px;
	border: 1px solid transparent;
	cursor: pointer;
}

.application-header {
	display: flex;
	border-bottom: 2px groove #b6dcfe40;
	margin-bottom: 20px;
}

.app-icon {
	font-size: 40px;
	margin: auto 0;
	color: #91c8f6;
}

.app-header {
	display: inline-block;
	margin: 0;
	padding-left: 10px;
	width: 90%;
}

.app-header-title {
	margin-bottom: -10px;
}

.app-header-title h1 {
	color: #aed3f5;
}

.app-header-subtitle {
	margin-bottom: 10px;
}

.record-entries,
.account-period {
	text-align: right;
	width: 10%;
	padding-right: 10px;
	text-transform: uppercase;
	margin: auto 0;
	display: grid;
}

.count-complete {
	font-size: 11px;
}

.record-entries bdi,
.account-period bdi {
	font-size: 22px;
	color: aliceblue;
}

.dropdown-list {
	display: flex;
	margin: auto 0;
}

.dropdown-list select {
	width: 80px;
	padding: 0;
	margin-left: 5px;
	border-radius: 3px;
	background: #29313a;
	border-color: #939aa6;
}

.form-header-title {
	margin: auto;
	pointer-events: none;
	font-size: 18px;
	color: #ffad46 !important;
}

.toolbar-spacer {
	margin: auto;
	pointer-events: none;
	border: 0px !important;
}

.inner-dropdown,
.dropdown-arrow {
	position: absolute;
	color: #8abfea;
	right: 19px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 25px;
}

.currency-container,
.dropdown-list-container {
	max-height: 300px;
	border: 1px solid #8abfea;
	overflow-y: auto;
	position: fixed;
	width: 95%;
	background: #2a3641;
	box-shadow: 7px 8px 4px 0px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.list-item {
	display: flex;
	cursor: pointer;
	padding: 5px 0px 5px 15px;
}

.list-item:hover {
	background-color: #3d536a;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #445c75;
}

::-webkit-scrollbar-thumb {
	background: #8abfea;
}

::-webkit-scrollbar-thumb:hover {
	background: #8abfea8c;
}

.loan-details-container {
	width: 100%;
	background: #2d3640;
	border-radius: 4px;
	border: 1px solid #3c4853;
	padding: 10px;
	display: flex;
	margin-bottom: 10px;
}

.loan-details {
	width: 20%;
	display: grid;
	font-weight: 600;
}

.gj-datepicker-md [role=right-icon] {
	color: #b6dcfe;
	display: none;
}

.casa-mira {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/casa-mira.jpg");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.camella {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/camella.jpg");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.starex {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/starex.png");
	background-size: 18%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.yaris {
	background-image: url("https://exvest-pro.rommel-lamanilao.no/images/yaris-life.png");
	background-size: 18%;
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-position-y: center;
	color: #dee2e6;
}

.middle {
	vertical-align: middle !important;
}

.fieldset {
	border-right: 3px groove #516476;
	border-left: 3px groove #516476;
}

.flex {
	display: flex;
}

.input-filter-year {
	width: 63px;
	margin-left: 5px;
	background-color: #29313a;
	color: #fff;
	border: 1px solid #6e91b4;
	border-radius: 3px;
	padding-left: 10px;
}

.super {
	vertical-align: super;
	font-size: 10px;
	text-decoration: underline;
}


/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 20px;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.radio {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.radio {
	background-color: #90c1f0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.radio:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio:after {
	top: 7px;
	left: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #354a5f;
}

.table-header-title {
	text-align: center;
	color: #91c8f6;
	font-weight: 600;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.bold {
	font-weight: 600;
}

.outer-div {
	width: 100%;
	text-align: center;
}

.center-div {
	display: inline-block;
	margin: 0 auto;
	background-color: #2d3640;
	padding: 150px;
	border-radius: 10px;
	filter: drop-shadow(2px 4px 6px black);
}

.avatar-xxl>input {
	display: none;
}

.display-edit-mode {
	position: relative;
	float: right;
	top: -25px;
	right: 5px;
	font-size: 25px;
}

.display-edit-mode>bdi {
	font-size: small;
	padding-left: 5px;
	font-family: system-ui;
	font-weight: 400;
}

.display-mode {
	color: #ea545c;
}

.edit-mode {
	color: #28a745;
}

.not-allowed {
	cursor: not-allowed;
}

.show-password-disabled {
	background-color: #2e3843 !important;
	color: #717c89 !important;
	pointer-events: none;
}

.gj-picker {
	z-index: 9999 !important;
}

.user-textarea {
	background: #29313a;
	border: 1px solid #6e91b4;
	border-radius: .2rem;
	color: #FFFFFF;
}

#inBgColor {
	padding: 9px !important;
	border: 0;
	background: #ffad46;
	width: 35px;
	cursor: pointer;
}

.textcolor {
	background: #ffad46;
	padding: 6px 15px;
	border-radius: 3px;
	font-weight: normal;
}

.dark {
	color: #000000;
}

.light {
	color: #ffffff;
}

.popup-disabled {
	z-index: 9998;
	pointer-events: none;
	filter: brightness(0.5);
}

div[data-notify='container'] {
	filter: drop-shadow(8px 9px 7px black);
}

.first-letter::first-letter {
	text-transform: capitalize !important;
}

.prayer-content-inner>div>ul>li,
.bullet-list {
	list-style-type: none;
}

.prayer-content-inner>div>ul>li::before {
	content: "\f138";
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	color: #48abf7;
	margin-right: 15px;
	font-size: 20px;
}

.bullet-list::before {
	content: "\f406";
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	color: #48abf7;
	margin-right: 15px;
	font-size: 15px;
}

.textarea-embed-code {
	width: 100%;
	height: 300px;
	background-color: #29313a;
	color: #e8e9ea;
	border-radius: .2rem;
	border: 1px solid #6e91b4;
	resize: none;
}

.tile-icon {
	width: 100%;
	height: 162px;
	border-radius: 10px;
	border: 1px solid #abcfef;
}

.tile {
	min-height: 325px !important;
}

.gospel-title {
	text-align: center;
	font-size: larger;
	font-weight: 600;
	color: #ffad46;
	margin-bottom: 10px;
}

.sun-editor button,
#tabContent h3 {
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.text {
	color: #b6dcfe;
}

#loading-image {
	background-color: #cccccc4f;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loading-image img {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.hidden {
	display: none;
}

.btn-search-2 {
	background-color: #6e91b4;
	color: #29313a;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.input-sm {
	width: 175px !important;
}

.thumbnail-video {
	width: 147px;
	height: 78px;
	filter: drop-shadow(2px 4px 6px black);
	padding: 5px;
}

.card-home-header {
	margin-bottom: 10px !important;
	border-radius: 5px;
	background-image: url(../img/web-header.png);
	height: 200px;
}

.card-home-header h2 {
	width: 100%;
	margin: 50px 20px;
	font-family: inherit;
	color: #e93356;
	font-size: 50px;
	-webkit-text-stroke: 1px white;
	filter: drop-shadow(2px 4px 6px black);
}

.form-control-search-sm {
	width: 25%;
	border: 0;
	margin: -4px 0px 5px 0px;
	background-color: #1d232a;
	height: 30px;
	border-radius: 4px;
	padding-left: 5px;
	color: #d1d1d1;
	border-bottom: 1px solid #6e91b4;
}

#lblClearSearch {
	margin-left: 5px;
	font-size: 25px;
	font-weight: 600;
	cursor: pointer;
	display: none;
	color: var(--danger)
}

.thumbnail-container {
	display: flex;
	padding: 5px;
}

.thumbnail-container img {
	width: 147px;
	height: 78px;
	margin-right: 10px;
	cursor: pointer;
}

.grid {
	display: grid;
}

span.video-title {
	line-height: 7px;
}

div.video-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 215px;
}

.album-name {
	font-size: smaller;
	color: #6d86a1;
	font-weight: 700;
}

.filter-label {
	color: #91c8f6;
	margin-left: 5px;
}

.search-filter-panel {
	display: flex;
}

.list-menu li,
.vcenter {
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-menu i {
	margin-right: 5px;
}

.dialog-header-title {
	display: inline-flex;
}

.dialog-header-title span {
	font-size: 40px;
}

.dialog-header-title h2 {
	padding-left: 5px;
}

.tile-title,
.dialog-header-title {
	color: var(--main-header-color);
}

.tile-title h2,
.dialog-header-title h2 {
	font-weight: 600;
}

body,
.popup-dialog {
	padding-right: 0 !important
}

.pin-code {
	display: grid;
	overflow-x: hidden;
}

.pin-code span {
	font-size: 2.5em;
	background: var(--main-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #354a5f;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 25px;
	cursor: pointer;
}

.pin-code span:hover {
	background-color: #dff0fe;
}

.pin-code input {
	background: transparent;
	border: 0;
	color: var(--main-color);
	text-align: center;
	font-size: 2.5em;
	font-family: 'Lato';
	width: 100%;
}

.pin-code div {
	margin: 0 auto;
}

.private {
	position: absolute;
	top: 7px;
	right: 14px;
	color: var(--main-header-color);
}

.album-year-filter {
	display: flex;
}

.gj-textbox-md {
	font-family: "Finger Paint", sans-serif !important;
}

.tooltip {
	z-index: 9999 !important;
}

.hdle-error {
	color: var(--hdle-error);
}

.hdle-warning {
	color: var(--hdle-warning)
}

div[role="alertdialog"] h2 {
	font-size: 16px;
	color: #c6c9cd;
}

div[role="alertdialog"] .alert-content {
	padding: 10px 20px 12px 20px !important;
	overflow-y: auto;
	max-height: 300px;
	color: #c6c9cd;
}

.modal-footer-alert {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0.3rem;
	border-top: 1px solid #6c757d42;
	bottom: 0;
	right: 0;
}

.btn-transparent {
	border: 1px solid transparent;
	background-color: transparent;
}

.btn-transparent:hover {
	border-color: #575962 !important;
}

.btn-accept {
	background-color: #062e4f;
	border-color: #354a5f !important
}

.field-container {
	border-bottom: 1px solid #6e91b4;
}

.field-container-readonly {
	border-bottom: 1px dotted #6d90b2;
	border-top: none;
}

.thumbnail-active {
	border: 1px solid #ffad46;
	padding: 3px;
}

.card-body>div {
	margin-bottom: 15px;
}

th[role="header"] {
	cursor: pointer;
}

th[role="header"]>div {
	position: absolute;
	border: 1px solid #688cac;
	border-radius: 5px;
	width: 10%;
	background-color: #1d232a;
	text-align: left;
	text-transform: capitalize;
	display: grid;
	z-index: 1;
}

th[role="header"] span {
	padding: 0 5px 0px 5px;
	color: #bcbdbe;
	cursor: pointer;
}

th[role="header"]>i {
	float: right;
	top: 5px;
	position: relative;
}

th[role="header"] span:hover {
	background-color: #354a5f;
}


:root {
	--main-color: #91c8f6;
	--main-header-color: #ffad46;
	--hdle-error: #9d1616;
	--danger: #ff8888;
	--hdle-warning: #ffad46;
}

.sticky-button {
	position: fixed;
	bottom: 0;
	right: 2%;
	filter: drop-shadow(2px 4px 6px black);
	cursor: pointer;
}

.sticky-button i {
	font-size: xx-large;
}