﻿body {
    background-color: rgba(23,175,255,0.15);
}
.sidebar {
    float: left;
    width: 250px;
    display: none;
    height: 100vh;
    position: fixed;
    /*position:absolute;*/
    top: 0;
    overflow-x: clip;
    overflow-y: auto;
    z-index: 1035;
    background-color: white;
}

.sidebar-header {
    padding: 5px;
    text-align: center;
    /*display:none;*/
}

    .sidebar-header .logo {
        width: 200px;
        height: 70px;
    }

.sidebar-body {
    margin-top: 15px;
    /*display:none;*/
}

.option {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    display: flex;
    color: black;
    font-size: 18px;
    overflow: hidden;
    word-break: break-word;
    margin-bottom: 2px;
}

    .option:hover {
        background-color: #fd7e14;
        color: white;
    }

.option-seleted {
    background-color: #fd7e14;
    color: white;
}

    .option-seleted:hover {
        background-color: #fff;
        color: black;
    }

.option .fa {
    width: 30px;
    margin-top: 5px;
}

.content {
    margin-left: 0px;
}

.content-header {
}
/*.content-header .navbar {
        position: fixed;
        top: 0;
        display: inline-block;*/
/*overflow:unset;*/
/*}*/
.content-body {
    
}

.content-body .card {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.content-footer {
}

.btn-toggle-menu {
    font-size: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-image, .bg-image-footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .bg-image img, .bg-image-footer img {
        width: 100%;
    }

.bg-inner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.bg-inner-overlay .overlay-align-text-middle {
    font-size: 20px;
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 15px;
}

@media only screen and (max-width: 1024px) {
    .bg-inner-overlay .overlay-align-text-middle {
        font-size: 16px;
    }
    .bg-inner-overlay .overlay-align-text-middle div.text-start {
        text-align: center !important;
        margin-top: 5px;
    }
    /*.content-header {
        position: absolute;
        top:0;
    }*/
    .content-body {
        margin-top:65px;
    }
}

@media only screen and (max-width: 720px) {
    .bg-image-footer img {
        height: 40vh;
    }    
}

.bg-inner-overlay a {
    text-decoration: none;
    color: white;
}


.hide {
    display: none;
}


.border-radius-top-left-right-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.activity-title {
    font-weight: bold;
    font-family: 'Abril Fatface',display;
    color: rgba(13, 110, 253,1);
    text-decoration:none;
    font-size:24px;
}

    .activity-title:hover {
        color: #fd7e14;
    }

.gallery-video {
    width: 47%;
    height: 340px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.gallery-image {
    width: 47%;    
    border-radius: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 720px) {    
    .gallery-image {
        width: 85%;
    }

    .gallery-video {
        width: 85%;
        height: 25vh;
    }
}
@media (min-device-width:720px) and (max-device-width:1024px) {
    .gallery-video {
        height: 65vh;
    }
}
.ytp-youtube-button {
    display:none;
}
/*@media only screen and (max-width: 1000px) {
    .gallery-video {        
        height: 65vh;
    }
}*/
.carousel-control-prev {
    width: 25px;
    padding: 0px;
}

.carousel-control-next {
    width: 25px;
    padding:0px;
}

.align-text-justify {
    text-align: justify;
    text-justify: inter-word;
}
/*@font-face {
    font-family: 'Comic Sans MS';
    src: url("comic-sans-ms/comici.ttf");
}*/

.topic-title {
    font-family: Comic Sans MS;
    font-weight: 1000;
    font-size: 20px;
    color: rgba(13, 110, 253,1)
}

.date-picker, .date-range-picker-only {
    cursor: pointer;
}

.table > :not(:first-child) {
    border-top: 0px solid #dee2e6;
}

.table thead tr th {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table tfoot {
    position: sticky;
    inset-block-end: 0;
}

    table tfoot tr th {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .table-mobile-responsive,
    .table-mobile-responsive thead,
    .table-mobile-responsive tbody,
    .table-mobile-responsive th,
    .table-mobile-responsive td:not(.hide),
    .table-mobile-responsive tr {
        display: block;
    }

    .table-mobile-responsive thead tr {
        display: none;
    }

    .table-mobile-responsive tfoot tr {
        display: none;
    }

    .table-mobile-responsive tr {
        border: 1px solid #eee;
    }

    .table-mobile-responsive td {
        border: none;
        /* border-bottom: 1px solid #eee; */
        position: relative;
    }

    .table-mobile-responsive td:before {
        width: 40%;
        top: 6px;
        left: 6px;
        content: attr(data-title);
        white-space: nowrap;
        display: inline-block;
        text-align: left !important;
        font-weight: bold;
    }

    .table-mobile-responsive td.text-center {
        text-align: left !important;
    }

    .table-mobile-responsive td.text-right {
        text-align: left !important;
    }

    .table-mobile-responsive td.td-num {
        text-align: left !important;
    }
}



.table-default tbody .td-num {
    text-align: right;
}

.hide {
    display: none !important;
}

.swal2-html-container .swal2-text-msg {
    color: white;
    text-align: left;
}

.text-mandatory {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-weight: bold;
}


::-webkit-scrollbar {
    width: 0.5em;
    height: auto;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

::-webkit-scrollbar-track-piece {
    border-radius: 20px;
}

