html { font-size: 14px; }

@media (min-width: 768px) {
    html { font-size: 16px; }
}

html { position: relative; min-height: 100%; }

body { background-color: #e7e7e7 }

input, select { max-width: 300px }
.input-100 input, .input-100 select { max-width: unset }

.color_inherit { color: inherit !important; }

a { text-decoration: none; color: inherit }
input[type="checkbox"] { height: 25px; width: 25px; margin-top: 0; }

.overflow-x-scroll { overflow-x: scroll }

header { position: relative; z-index: 10 }

.background-image {background-position:center; background-size:cover}

i { transition: .3s }
    i.fa-facebook-f:hover { color: #1778F2 }
    i.fa-instagram:hover { color: #db65b5 }
    i.fa-map-marker-alt:hover { color: #EA4335 }

.login_container { height: 100vh; width: 100vw; background-image: url('/images/login-background.jpg'); background-position: center top; background-size: cover; overflow-y: scroll; }
    .login_container img { background-color: white; padding: 30px; border-radius: 17px; box-shadow: 0px 3px 6px #00000099; border: 1px solid #707070; }
    .login_container form { width: 500px }
    .login_container input:not([type="checkbox"]), .login_container textarea, .login_container select { width: 100%; max-width: 600px; background-color: #ffffffcf; transition: 0.2s }
    .login_container select { padding: 1rem 0.75rem; }
    .login_container input:hover:not([type="checkbox"]) { background-color: #ffffff; }
    .login_container button { width: 100% }
    .login_container a:hover { text-decoration: underline }
    .login_container a.btn:hover { text-decoration: none }
    .login_container .social-icons > i { font-size: 24px; margin: 0 10px }
    .login_container .register_form { margin: 0 auto; }
    .login_container .form-check-inline-limited { width: 232px; text-align: left; color: white }


    .login_container input:disabled { background-color: #c3c3c3bf; }
        .login_container input:disabled:hover { background-color: #c3c3c3bf; cursor: not-allowed }

.cookies-banner {position:fixed; bottom:0; width:100%; background-color:#efefef; padding:20px; transition: 0.3s}
.cookies-banner p {margin:0 20px 0 0; display:inline-block}

.cookies-accepted {display:none}


/* Admin Layout CSS */

nav.admin-navbar { background: linear-gradient(334deg, #ffbe88, #f1ed69 ) !important; }
a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; }
a { color: #0077cc; }
.btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #1b6ec2; border-color: #1861ac; }

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

button.accept-policy { font-size: 1rem; line-height: inherit; }

.footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 60px; }

.side_nav { height: 100%; width: 300px; background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); position: fixed; top: 0; left: -300px; padding-top: 60px; transition: 0.5s; z-index: 9; }

.navbar-bottom { position: absolute; width: 100%; bottom: 0; }
.side_nav form { margin: 0; padding: 0; }
    .side_nav form button { width: 100%; background-color: transparent; border: none; }
.side_nav i { width: 2rem; font-size: 1.1rem; vertical-align: text-top; text-align: start }
.side_nav .nav-item { font-size: 0.9rem; padding-bottom: 0.5rem; }
    .side_nav .nav-item:first-of-type { padding-top: 1rem; }
    .side_nav .nav-item:last-of-type { padding-bottom: 1rem; }
    .side_nav .nav-item a { color: #d7d7d7; border-radius: 4px; height: 3rem; display: flex; align-items: center; line-height: 3rem; align-content:center }
        .side_nav .nav-item a.active { background-color: rgba(255,255,255,0.25); color: white !important; }
        .side_nav .nav-item a:hover { background-color: rgba(255,255,255,0.1); color: white !important; }

.burger { margin-left: 5px; cursor: pointer; padding: 10px; margin-right: 20px; min-width: 70px; }
    .burger div { background-color: #1D1D1F; transition: 0.4s }
    .burger .first, .burger .third { width: 50px; height: 1px; }
    .burger .second { width: 35px; height: 1px; margin: 7px 0 7px 0; }

    .burger.open .second { opacity: 0 }

    .burger.open .first { transform: rotate(45deg) translateY(11px); width: 30px }
    .burger.open .third { transform: rotate(-45deg) translateY(-11px); width: 30px }

/* END Admin Layout CSS */




.side_nav .nav-link { color: #d7d7d7 !important; cursor: pointer; border-radius: 4px; height: 3rem; display: flex; align-items: center; line-height: 3rem; position: relative; }
    .side_nav .nav-link:hover { color: white; background-color: rgba(255,255,255,0.1) !important; }

.validation-summary-errors ul { padding-left: 0; list-style: none; }

.admin-nav-item { background-color: #ff3e3e; color: white; border-radius: 5px; margin-left: 20px }
    .admin-nav-item a { color: white !important; }

.overview-general-container { background-color: white; border-radius: 15px; border: 1px solid #dee2e6 !important; }

.btn i { margin-right: 5px }
.btn-group .btn i { margin-right: 0 }

.bootbox-close-button { border: none; background-color: transparent; font-size: 24px; line-height: 24px; font-weight: bold; }
    .bootbox-close-button:hover { color: red }

.dataTables_length label, .dataTables_filter label { display: inline-flex; line-height: 30px; margin-bottom: 10px }
.dataTables_length select { margin: 0 10px }
.dataTables_filter input { margin-left: 10px }
.dataTables_filter { float: right }

table.dataTable thead .sorting { background-image: url('https://cdn.datatables.net/1.11.4/images/sort_both.png'); background-repeat: no-repeat; background-position: center right; }
table.dataTable thead .sorting_asc { background-image: url('https://cdn.datatables.net/1.11.4/images/sort_asc.png') !important; }
table.dataTable thead .sorting_desc { background-image: url('https://cdn.datatables.net/1.11.4/images/sort_desc.png'); }


.form-check-inline-limited { width: 250px; margin-bottom: 5px }
.form-check-inline .form-check-label { margin-left: 10px; display: block }

#imageContainer { position: relative; display: inline-block; min-width: 585px; min-height: 439px; }
    #imageContainer img { -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; }
.image-marker { position: absolute; width: 40px; height: 40px; background-color: #ff0000; border-radius: 20px; opacity: 0.7 }

.remove-border-radius { border-radius: unset }

.front-btn { padding: 12px 50px; background-color: transparent; color: #0d6efd; border: 1px solid #0d6efd; min-width: 205px; cursor: pointer; display: inline-block; text-decoration: none; transition: 0.3s }
    .front-btn:hover { background-color: #0d6efd; color: white; }

.bg-soft-success { background-color: #ccf5e7 !important; }
.bg-soft-danger { background-color: #ffd6e0 !important; }

.card-fluid { height: calc(100% - 20px); }
.card { position: relative; margin-bottom: 20px; -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%); box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%); color: #3c4858; border-radius: 0.6rem }

.card-header { padding: 1.25rem 1.5rem; margin-bottom: 0; background-color: transparent; border-bottom: 1px solid #eff2f7; }

.progress { width: 150px; height: 150px; background: none; position: relative; }
    .progress::after { content: ""; width: 100%; height: 100%; border-radius: 50%; border: 6px solid #eee; position: absolute; top: 0; left: 0; }
    .progress > span { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1; }
    .progress .progress-left { left: 0; }
    .progress .progress-bar { width: 100%; height: 100%; background: none; border-width: 6px; border-style: solid; position: absolute; top: 0; }
    .progress .progress-left .progress-bar { left: 100%; border-top-right-radius: 80px; border-bottom-right-radius: 80px; border-left: 0; -webkit-transform-origin: center left; transform-origin: center left; }
    .progress .progress-right { right: 0; }
        .progress .progress-right .progress-bar { left: -100%; border-top-left-radius: 80px; border-bottom-left-radius: 80px; border-right: 0; -webkit-transform-origin: center right; transform-origin: center right; }
    .progress .progress-value { position: absolute; top: 0; left: 0; }

.user-table { border: none; border-color: transparent; }
    .user-table.table-light th, .user-table .table-light th { background-color: #f5f9fc; color: #525f7f; }
    .user-table thead th { border-bottom-width: 1px; font-size: .675rem; font-weight: 500; letter-spacing: .025em; padding-bottom: 1rem; padding-top: 1rem; text-transform: uppercase; vertical-align: middle; white-space: nowrap; }
    .user-table > :not(caption) > * > * { background-color: transparent; border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px #00000000; padding: 1rem 1.5rem; }
    .user-table tbody th, .user-table td { font-size: .8125rem; }
    .user-table > :not(:last-child) > :last-child > * { border-bottom-color: rgb(230, 230, 230); }


.btn-neutral { background-color: #fff; border-color: #e7eaf0; box-shadow: 0 1px 1px rgb(0 0 0 / 8%); color: #16192c; }
.btn-group-sm > .btn-square.btn, .btn-square.btn-sm { height: 2.25rem; width: 2.25rem; }
.btn-square { align-items: center; display: inline-flex; height: 2.875rem; justify-content: center; padding: 0; width: 2.875rem; }
.btn-group-sm > .btn, .btn-sm { border-radius: 0.375rem; font-size: .875rem; padding: 0.5rem 1rem; }

.user-table .btn { font-weight: 500; line-height: 1.3; }
.user-table .action-btns { min-width: 150px;}
.btn-neutral:hover { background-color: #e7eaf0; border-color: #e7eaf0; color: #16192c; }
.table-border-bottom tr:not(:last-child) > td { border-bottom: 1px solid rgb(230, 230, 230) }
.tinymce-remove-p-maring p {margin-bottom: 5px;}
.table-row-max-height {max-height: 80px; overflow:auto;}

.account_image_border { border-radius: 50%; padding: 10px; background-color: white; height: 150px; width: 150px; overflow: hidden }
.account_image { background-image: url('../images/login-background.jpg'); background-position: center; background-size: cover; height: 100%; width: 100%; border-radius: 50%; position: relative; }
    .account_image i { position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); font-size: 100px }

.edit_account_icon { position: absolute; right: 0; transform: translateY(-50%); top: 50%; font-size: 24px; cursor: pointer }
.account_detail { transition: 0.3s; position: relative; }
    .account_detail:hover { background-color: #f3f3f3; }
    .account_detail p { margin-bottom: 0 }
    .account_detail.change_password { border-top: 1px solid #e7e7e7 }

.account_detail_title { font-size: 14px }
.account_detail_text { font-size: 22px }

.change_password .account_detail_text { color: #00005c }
.change_password:hover .account_detail_text { color: #000085 }

.whats_next_item { overflow: hidden; border-radius: 15px; }
    .whats_next_item > div { position: relative; overflow: hidden; width: 100%; padding-top: 60px; padding-bottom: 60px; text-align: center; color: white; font-size: 27px; font-weight: bold; transition: 0.2s }
    .whats_next_item .dark_overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); top: 0; z-index: 1; transition: 0.2s }
    .whats_next_item .content { z-index: 2; position: inherit }

    .whats_next_item:hover > div { transform: scale(1.1); }
    .whats_next_item:hover .dark_overlay { background-color: rgba(0,0,0,0.8); }

.alert-sticky { position: sticky; top: 10px; z-index: 5; width: 100%; display:flex; justify-content:space-between }
.alert-sticky p { line-height:38px }

.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -3rem !important; }

.me-n1 { margin-right: -0.25rem !important; }
.me-n2 { margin-right: -0.5rem !important; }
.me-n3 { margin-right: -1rem !important; }
.me-n4 { margin-right: -1.5rem !important; }
.me-n5 { margin-right: -3rem !important; }
    
.mb-n1 { margin-bottom: -0.25rem !important; }
.mb-n2 { margin-bottom: -0.5rem !important; }
.mb-n3 { margin-bottom: -1rem !important; }
.mb-n4 { margin-bottom: -1.5rem !important; }
.mb-n5 { margin-bottom: -3rem !important; }
    
.ms-n1 { margin-left: -0.25rem !important; }
.ms-n2 { margin-left: -0.5rem !important; }
.ms-n3 { margin-left: -1rem !important; }
.ms-n4 { margin-left: -1.5rem !important; }
.ms-n5 { margin-left: -3rem !important; }

.select2-dropdown { z-index: 99999; }


.playlist-banner {width:100%; height: 200px; background-color:green}

@media only screen and (max-width:1000px) { .alert-sticky p { line-height: unset }
}



@media only screen and (max-width:600px) {
    .login_container { padding: 20px; }
        .login_container form { width: 100% }
        .login_container img { width: 60%; padding: 15px }
        .login_container .text-end { text-align: start !important; margin-top: 15px }

    .input-w-100-px input { max-width: none }
    .input-w-100-px .input-group { max-width: none }
    .alert-sticky p { line-height: unset }
    .alert-sticky a { width:200px }

    .login_container .form-check-inline-limited { display: block; margin-bottom: 7px;  width:100%}
    .login_container .form-check-inline-limited .form-check-input {margin-left:0; width:20px; height:20px}
        .login_container .form-check-inline-limited .form-check-label { margin-left: 2rem }
}

@media only screen and (max-width:600px){
    .fc .fc-daygrid-body {
        overflow: scroll;
    }

    #calendar td, #calendar th {
        width: 70px;
    }
    
    thead {display: none}
}

.fc-daygrid-day:hover {cursor: copy; background-color: #f3f3f3}

.pdf table, .pdf th, .pdf td {
    border: 1px solid black;
    border-collapse: collapse;}

a.disabled {
    pointer-events: none;
    cursor: not-allowed;
}