/* Custom stylesheet */
a {
	color: #0369a1;
}

a:hover {
	color: #0284c7; /* #0ea5e9; */
}

input[type="checkbox"], input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	border: solid 1px #cccccc;
	margin-right: 8px;
	position: relative;
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	background-color: #333;
}

input[type="radio"], input[type="radio"]:checked::before{
	border-radius: 100%;
}

.dbm-color-first {
	color: #3730a3;
}

.dbm-color-second {
	color: #7e22ce;
}

.dbm-color-third {
	color: #e11d48;
}

.dbm-link-primary {
	text-decoration: none !important;
}

.dbm-btn-primary {
	background-size: 200% auto;
	transition: 0.5s;
	text-decoration: none !important;
}
 
.dbm-btn-primary:hover {
	background-position: right center;
	text-decoration: none !important;
}

.dbm-btn-primary-hover {
	background-size: 200% auto;
	transition: 0.5s;
	border-radius: 20px;
}

.dbm-btn-primary-hover:hover {
	background-position: right center;
}

.dbm-body {
	background-color: #f3f4f6;
	background-image: url('../../images/bg-body.png');
	background-repeat: repeat-x;
}

.dbm-header {
	margin-top: 4px;
	background-color: #020617;
	color: #f8fafc;
	border-bottom: 3px solid #4b5563;
}

.dbm-logo-text {
	color: #999;
}

.dbm-canvas {
	background-image: url('../../images/canvas/galaxy-1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, .8));
}

.dbm-content a:hover {
	text-decoration: underline;
}

.dbm-content blockquote {
	margin: 1rem auto;
	padding: 1rem;
	border-radius: 0.5rem;
	background-color: #f1f5f9;
}

.dbm-content blockquote p::before {
	content: '\201C';
}

.dbm-content blockquote p::after {
	content: '\201D';
}

.dbm-content blockquote + p {
	text-align: right;
}

.dbm-content pre {
	display: block;
	margin: 1rem auto;
	padding: 0.5rem;
	border-radius: 0.5rem;
	background-color: #f1f5f9;
	unicode-bidi: isolate;
    white-space: pre;
}

.dbm-content pre > code {
	margin: 0;
	padding: 0;
	word-break: break-word;
}

.dbm-adverts {
	z-index: 0;
}

.dbm-fieldset {
	padding: 20px;
    border: 1px solid #cbd5e1;
	background-color: #f8fafc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 4px 8px 2px rgba(203, 213, 225, 0.5);
	transform: translateY(-5px);
}

.dbm-fieldset legend {
	padding-left: 10px;
	padding-right: 10px;
    color: #333;
}

.dbm-active {
	font-weight: bold;
    background-color: #1e293b;
}

/* Begin Style Switcher */
#dbm_style_switcher {
    position: absolute;
    left: 0px;
    top: 165px;
	padding: 6px;
	z-index: 30;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.19);
}

#dbm_style_switcher #dbm_inset {
	padding: 7px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.1) inset;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.1) inset;
}

#dbm_color_options {
	position: relative;
}

#dbm_color_options ul li button {
 	display: block;
    height: 20px;
	width: 35px;
    overflow: hidden;
    text-indent: -99px;
}

#dbm_color_options ul li button.s-mb {
	margin-bottom: 4px;
}

#dbm_color_options ul li.red {
	background: #ef0007;
}

#dbm_color_options ul li.blue {
	background: #00b4d9;
}

#dbm_color_options ul li.yellow {
	background: #fdc62a;
}

#dbm_color_options ul li.green {
	background: #a7d140;
}
/* End */

/* Begin alert messages and error */
.dbm-alert {
	padding: 10px;
	background-color: #f9fafb;
	color: #111827;
	border: 1px solid #a1a1aa;
	border-radius: 10px;
}

.dbm-alert.mt {
	margin-top: 20px;
}

.dbm-alert-success {
	background-color: #ecfdf5;
	color: #059669;
	border: 1px solid #34d399;
}

.dbm-alert-danger {
	background-color: #fef2f2;
	color: #dc2626;
	border: 1px solid #f87171;
}

.dbm-alert-close {
	margin-left: 15px;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.dbm-alert-close:hover {
	color: #000;
}

.dbm-error {
	font-size: 0.8em;
	color: #ff0000;
}

.dbm-error i {
	margin-right: 10px;
}
/* End */

#sidebarNavigation {
    max-width: 340px;
    width: 80%;
    height: 100%;
	z-index: 50;
    background-color: #020617;
    color: #f8fafc;
}

/* Begin Style BackToTop */
#dbmBackToTop {
	display: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 30;
	padding: 5px 10px;
    border: none;
    outline: none; 
    cursor: pointer;
    font-size: 14px;
	color: #fff;
	background-color: rgba(34,32,33,0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#dbmBackToTop:hover {
	background-color: #222021;
}
/* End */

/* Reklama */
.dbm-box-ads-img img {
	border: 1px solid #999;
}

/* BiMatrix - Begin */
#biMatrix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	z-index: 5;
	font-family: monospace;
	background-color: transparent;
	pointer-events: none;
}

#biMatrixVisibleTop {
	position: relative;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.2);
}
/* End */

/*--- MEDIA ---*/
@media (max-width:639px) {
    #sidebarNavigation {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width:767px) {
	.dbm-hidden-below-md {
		display: none;
	}
	.dbm-pt-3 {
		padding-top:.75rem;
	}
	/* Tailwind Extension */
	.dbm-max-w-none	{
		max-width: none !important;
	}
	.dbm-max-h-none	{
		max-height: none !important;
	}
}

@media (max-width: 1279px) {
	.dbm-hidden-below-xl {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1279px) {
	.dbm-visible-between-md-2xl {
		display: flex;
	}
}
