@charset "utf-8";
/* CSS Document */
:root{
    /* Safe area */
    --sat: env(safe-area-inset-top, 0px);
    --sab: env(safe-area-inset-bottom, 0px);
    --sal: env(safe-area-inset-left, 0px);
    --sar: env(safe-area-inset-right, 0px);

    /* Theme */
    --bg-grad: none;
            /*radial-gradient(circle at top left, #3B4651, transparent 50%),
            radial-gradient(circle at top right, #FDB913, transparent 50%),
            radial-gradient(circle at bottom left, #8DC63F, transparent 50%),
            radial-gradient(circle at bottom right, #00B5E2, transparent 50%),
            #EC1D78;*/
    --header-h: 76px;
    --bottom-h: 60px;
    --card-bg: rgba(255,255,255,0.08);
    --border: rgba(255,255,255,0.18);
    --text: #fff;
}
body {
	background-image: url("../img/bg-wl.jpg") !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.custom_container {
	max-width: 1000px !important;
	overflow: hidden;
}
.box-shadow {
		border-radius: 40px;
	box-shadow: 0px 0px 50px #777777;
}
.doc_documentation_area {

    margin-top: 00px;
}
.modal-content {
	border-radius: 40px;
    padding: 10px;
}
.flatpickr-calendar {
    background: transparent !important;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    border-radius: 30px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: 10px;
    box-shadow: 10px;
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
    max-width: 370px;
    min-width: 320px;
}