/* your styles go here */
html{scroll-behavior: smooth;}
textarea{resize: none;}
a{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
.hand:hover{cursor: pointer}
.sidebar-link {padding: 0.5rem 1rem;}
.sidebar.shrink .sidebar-link span {display: none;}
.sidebar-link[data-toggle="collapse"]::before {display: block;position: absolute;top: 50%;right: 1rem;color: #aaa;font-family: 'Font Awesome 5 Free';content: '\f107';font-weight: 900;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.sidebar-link[data-toggle="collapse"][aria-expanded='true']::before {content: '\f106';}
.sidebar.shrink {width: 10rem;}
.radius{border-radius: 1rem;}
.fancy-container{width: 960px;}
@media (max-width: 1199.98px) {
    #sidebar .sidebar-menu .sidebar-list-item .sidebar-link{display:none;}
    #sidebar.show .sidebar-menu .sidebar-list-item .sidebar-link{display:block;}
    .fancy-container{width: 800px;}
}
@media (max-width: 1023.98px) {
    .fc .fc-toolbar {
        display: block;
        text-align: center;
        line-height: 5em;
    }
}
@media (max-width: 800px) {
    .fancy-container{min-width: calc( 100% - 20px );}
}
/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
/************************************************************/
.text-striked{text-decoration: line-through;}

.btn-scroll {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.5rem;
    width: 3rem;
    height: 3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn-scroll {
        transition: none;
    }
}
.btn-scroll:hover {
    color: #212529;
    text-decoration: none;
}
.btn-scroll:focus, .btn-scroll.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(200, 200, 200, 0.25);
}

.page-row {
    overflow-x: hidden;
    min-height: calc(70vh - 72px);
}

.text-blue {
    color: #575988 !important;
}

a.text-blue:hover, a.text-pink:focus {
    color: #5756f0 !important;
}