body {
    font-family: "Inter", sans-serif;
}

h1, h2, h3 {
    font-family: "Titillium Web", sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    color: #500000;
    margin: 0px;
}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: none; }

.sca_margin_top15 { margin-top: 15px; }
.sca_margin_top10 { margin-top: 10px; }
.sca_margin_top20 { margin-top: 20px; }
.sca_margin_top30 { margin-top: 30px; }
.sca_margin_top50 { margin-top: 50px; }
.sca_margin_top100 { margin-top: 100px; }
.sca_margin_top130 { margin-top: 130px; }
.sca_margin_top150 { margin-top: 150px; }
.sca_margin_top200 { margin-top: 200px; }

.sca_borderr { border-radius: 10px; }

.sca_btn:link {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    background-color: #500000;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 10px;
    text-align: center;
}

.sca_btn:visited {
    background-color: #500000;
    color: #FFFFFF;
}

.sca_btn_lg:link {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #500000;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}

.sca_btn_lg:visited { color: #FFFFFF; }

.sca_btn_lg {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #500000;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}

.sca_btn_icon:link {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px;
    background-color: #500000;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
}

.sca_btn_icon img {
    margin-right: 7px;
}

.sca_btn_icon:visited { color: #FFFFFF; }

.container {
    padding-left: 25px;
    padding-right: 25px;
}

.modal-dialog {
    color: #333333;
}

.sca_loader {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.sca_loader_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomInOut 8s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.sca_loader_img_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
}

.sca_loader_bg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0px;
    max-width: 100%;
    height: auto;
}

.sca_loader_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20px;
    max-width: 100%;
    height: auto;
}

.sca_loader_name {
    margin-top: 25vh;
}

.sca_loader_name h1 {
    color: #FFFFFF;
    font-size: 36px;
}

.sca_loader_name h2 {
    color: #FFFFFF;
    font-size: 22px;
}

.sca_loader_slogan {
    color: #FFFFFF;
    position: absolute;
    font-size: 32px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 100px;
}

.sca_header {
    position: relative;
    width: 100%;
    height: 150px;
}

.sca_header .sca_header_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sca_header .sca_header_content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 0, 0, 0.7);
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.sca_header .sca_header_content h1 {
    font-size: 25px;
    margin: 0px;
}

.sca_header .sca_header_content .sca_notification_holder {
    position: relative;
}

.sca_header .sca_header_content .sca_notification_holder .sca_notification_active {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #E3000F;
}

.sca_notification_modal p {
    margin: 0px;
}

.sca_notification_modal span {
    font-size: 14px;
    color: #999999;
    margin: 0px;
}

.sca_search {
    position: relative;
    z-index: 3;
    top: -25px;
    margin-bottom: -25px;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sca_search input {
    width: 100%;
    padding: 15px 5px;
    border: 0px;
}

.sca_search input:focus {
    outline: 0px;
}

.sca_form input:focus {
    outline: 0px;
}

a.sca_list_inline {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sca_list_inline span {
    font-size: 12px;
    color: #999999;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 105px;
    background: linear-gradient(180deg, rgba(138,0,0,1) 0%, rgba(0,0,0,1) 100%);
    color: #ffffff;
    padding: 8px 0px;
    z-index: 99;
}

footer .sca_main_menu_icon {
    position: relative;
    z-index: 1;
    top: -40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #850101;
    border-radius: 100%;
}

.sca_main_menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: auto;
}

.sca_main_menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg_img2.jpg') no-repeat center center fixed;
    background-size: cover;
    filter: blur(5px);
    z-index: -1;
}

.sca_main_menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
}

.sca_main_menu .close-btn {
    display: inline-block;
    padding: 0px 7px 2px 7px;
    border-radius: 100%;
    border: 1.5px solid #FFFFFF;
    background-color: #500000;
    text-align: center;
}

.sca_main_menu_content {
    width: 100%;
    height: 100vh;
    padding-bottom: 350px;
    overflow-y: scroll;
}

.sca_main_menu_item {
    margin-bottom: 20px;
}

.sca_main_menu_item img {
    display: inline-block;
    padding: 10px;
    background-color: #500000;
    border-radius: 10px;
}

.sca_main_menu_item h3 {
    font-size: 20px;
    margin: 0px;
}

.sca_main_menu_item hr {
    margin: 0px;
    color: #FFFFFF;
    opacity: .80;
}

.sca_main_menu_item1 h3 {
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #500000;
}

.sca_main_menu_item1 img {
    margin-right: 30px;
}

.sca_news_slider_item {
    width: 100%;
    height: auto;
}

.sca_news_slider_item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.sca_news_slider_item .sca_news_slider_item_content {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    background-color: #500000;
    color: #FFFFFF;
}

.sca_news_slider_item_content span {
    font-size: 12px;
}

.sca_news_slider_item_content h3 {
    font-size: 16px;
}

.sca_news_slider_item_content a {
    color: #FFFFFF;
}

.sca_event_item {
    position: relative;
    width: 100%;
    height: 330px;
    border-radius: 10px;
    overflow: hidden;
}

.sca_event_item .sca_event_item_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sca_event_item span {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #500000;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.sca_event_item_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    padding: 15px;
    background: linear-gradient(180deg, rgba(80,0,0,0) 0%, rgba(80,0,0,1) 100%);
    color: #FFFFFF;
}

.sca_event_item_content h3 {
    font-size: 20px;
    margin: 0px;
}

.sca_event_item_content a {
    color: #FFFFFF;
}

.sca_event_item_content p {
    display: flex;
    gap: 5px;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 5px;
}

.sca_video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.sca_news_box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding-right: 10px;
}

.sca_news_box .sca_news_box_del {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sca_news_box .sca_news_box_del img {
    width: 20px;
    height: 20px;
}

.sca_news_box img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.sca_news_box span {
    font-size: 12px;
    color: #999999;
}

.sca_news_box h3 {
    font-size: 16px;
}

.sca_form_item {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.sca_form_item select {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #500000;
}

.sca_form_item button {
    width: 100%;
    height: auto;
    font-weight: 700;
    padding: 5px 10px;
    color: #FFFFFF;
    background-color: #500000;
    border: 1px solid #500000;
    border-radius: 10px;
}

.sca_span {
    font-size: 12px;
    color: #999999;
}

.sca_content_holder img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 10px 0px;
}

.sca_content_holder iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sca_docs_box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.sca_docs_box img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sca_docs_box span {
    font-size: 12px;
    color: #999999;
}

.sca_docs_box h3 {
    font-size: 16px;
    margin: 0px 10px 0px 0px;
}

.sca_docs_box p:last-child {
    margin: 0px;
}

.sca_doc_box {
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sca_doc_box h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sca_event_item_sm {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}

.sca_event_item_sm .sca_event_item_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sca_event_item_sm span {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #500000;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.sca_event_item_sm .sca_event_item_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    padding: 15px;
    background: linear-gradient(180deg, rgba(80,0,0,0) 0%, rgba(80,0,0,1) 100%);
    color: #FFFFFF;
}

.sca_event_item_sm .sca_event_item_content h3 {
    font-size: 16px;
    margin: 0px;
}

.sca_event_item_sm .sca_event_item_content a {
    color: #FFFFFF;
}

.sca_event_item_sm .sca_event_item_content p {
    display: flex;
    gap: 5px;
    margin: 0px;
    font-size: 12px;
    margin-bottom: 5px;
}

.sca_event_details {
    margin-top: 15px;
}

.sca_event_details p {
    display: flex;
    gap: 5px;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 5px;
}

.sca_travel_map {
    width: 100%;
    height: auto;
    margin-top: -27px;
}

.sca_travel_map iframe {
    width: 100%;
    height: 450px;
}

.sca_travel_box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding-right: 10px;
}

.sca_travel_box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}

.sca_travel_box p {
    font-size: 12px;
    color: #999999;
}

.sca_travel_box h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.sca_photo_slider img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.sca_post_gallert_slider img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.sca_post_gallert_slider .slick-slide {
    margin: 0 5px;
}

.sca_post_gallert_slider .slick-list {
    margin: 0 0px;
}

.sca_task_box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.sca_task_box span {
    font-size: 12px;
    color: #999999;
}

.sca_task_box .sca_task_box_no {
    font-size: 16px;
    color: #500000;
    font-weight: 700;
}

.sca_task_box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.sca_task_status {
    display: inline-block;
    text-align: center;
    padding: 7px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

.sca_task_status1 {
    background-color: #619FFC;
    color: #FFFFFF;
}

.sca_task_status2 {
    background-color: #F8C22D;
    color: #FFFFFF;
}

.sca_task_status3 {
    background-color: #F2451C;
    color: #FFFFFF;
}

.sca_task_status4 {
    background-color: #43BF57;
    color: #FFFFFF;
}

.sca_task_title {
    font-size: 18px;
}

.sca_task_title span {
    color: #500000;
    font-weight: 700;
}

.sca_tast_map {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.sca_form label {
    color: #500000;
    margin-left: 10px;
    margin-bottom: 5px;
}

.sca_form span {
    color: #999999;
    font-size: 12px;
}

.sca_form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #500000;
    border-radius: 10px;
    margin-bottom: 20px;
}

.custom-checkbox {
    appearance: none;
    width: 15px;
    height: 35px;
    border: 2px solid #500000 !important;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
    vertical-align: middle;
    margin: 0px !important;
    transition: all 0.2s ease-in-out;
}

.custom-checkbox:checked {
    background-color: #500000;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.2L3.5 7.7L2.3 8.9L6 12.6L14 4.6L12.8 3.4L6 10.2Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.sca_form textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #500000;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sca_form button {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    background-color: #500000;
    color: #FFFFFF;
    font-weight: 700;
    border-radius: 10px;
    border: 0px;
}

.sca_form_img_files {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sca_livecam_box_img_holder {
    position: relative;
    width: 100%;
    height: 200px;
}

.sca_livecam_box_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sca_livecam_box_img_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.sca_livecam_list1 {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 12px;
}

.sca_livecam_list2 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 12px;
}

.sca_livecam_box_content_holder {
    width: 100%;
    height: auto;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}

.sca_livecam_box_content_holder h3 {
    font-size: 16px;
    margin: 0px;
}

#postphotos_file {
    visibility: hidden;
}

.mt_detailed .mt_wdn {
    display: none;
}

.mt_detailed .mt_wdn:first-child {
    display: block !important;
}

.mt_ay {
    background-color: transparent !important;
    color: #500000 !important;
    border: 0px !important;
    font-family: "Titillium Web", sans-serif !important;
    font-size: 18px !important;
    padding: 0px !important;
}

.mt_rh2 {
    margin: 20px 0px !important;
}

.mt_dtm {
    font-size: 18px !important;
}

.mt_wda {
    font-size: 12px !important;
    padding-top: 5px !important;
}

.mt_rh2 span {
    font-size: 36px !important;
}

.mt_m7 {
    border-bottom: 1px solid #500000;
    margin-bottom: 20px;
}

.weatherwidget {
    width: 90%;
}

.sca_icons_box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.sca_icons_box h3 {
    font-size: 16px;
    margin: 0px;
}

.sca_trash_map iframe {
    width: 100%;
    height: 380px;
    margin-top: 20px;
}

.sca_news_cat_slider_item {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin: 30px 0px;
    border-radius: 10px;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #850101;
}

.sca_news_cat_slider_item_disable {
    background-color: #555555;
}

.sca_news_cat_slider_item h3 {
    font-size: 16px;
    margin: 0px;
    color: #FFFFFF;
}

.sca_user_area {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.sca_user_area_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
}

.sca_user_area_filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #FFFFFF;
    padding: 0px 30px;
}

.sca_user_area_bg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0px;
    max-width: 100%;
    height: auto;
}

.sca_user_area_logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20px;
    max-width: 100%;
    height: auto;
}

.sca_user_area_name {
    margin-top: 20vh;
}

.sca_user_area_name h2 {
    color: #500000;
    font-size: 36px;
    margin-bottom: 20px;
}

.sca_user_area_filter hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #500000;
    opacity: .15;
}

.sca_user_area_filter h3 {
    color: #500000;
    font-size: 18px;
    margin-bottom: 20px;
}


.sca_form_icon_holder {
    position: relative;
    width: 100%;
}

.sca_form_icon {
    position: absolute;
    top: 23px;
    left: 15px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

.sca_form_icon_holder label {
    color: #500000;
    margin-left: 10px;
    margin-bottom: 5px;
}

.sca_form_icon_holder input {
    width: 100%;
    padding: 10px 15px 10px 50px;
    border: 1px solid #500000;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sca_user_btn {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 10px;
}
.day-green {
    background-color: #d4edda !important;
}
.day-yellow {
    background-color: #fffacc !important;
}
.day-blue {
    background-color: #d6eaff !important;
}
.day-red {
    background-color: #f8d7da !important;
    color: #721c24 !important;
}

.adreselist {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}
.adreselist strong {
    display: block;
    margin-top: 4px;
    color: #000;
}

.form-check {
    color: #500000;
}

.form-check input {
    border: 2px solid #500000;
    padding: 5px;
}

#clearNotificationsBtn {
    background-color: #FFFFFF;
    padding: 2px 5px;
    color: #500000;
    border: 0px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    background-color: #fefefe;
    border: 1px solid #500000;
    border-radius: 10px;
    padding: 4px 8px;
    height: auto;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 16px;
    line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 8px;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #750000;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 15px;
}

.ch2-icon {
    bottom: 120px !important;
}































.btn-close:focus,.btn-close:active {
    outline: none !important;
    box-shadow: none;
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}

#lightcase-nav a {
	color: #FFFFFF !important;
}

a.lightcase-icon-close {
	color: #FFFFFF !important;
}
