h5 {
    color: #000 !important;
    text-transform: none !important;
}
.nav-link i{
    font-size: 18px;
}
.nav-link h5{
    font-size: 18px;
}
.card.restyle{
    background-color: #e3e3e3;
    box-shadow: 5px 5px 0px #eeeded;
}
.card.answer{
    box-shadow: 0px 4px 0px 5px rgba(154,154,154,0.98);
}
.menu-card {
    border-bottom:4px solid var(--default-color) !important;
    transform: translate(0px, 0px);
    transition: 0.5s;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 30px;
}

.menu-card:hover {
    transform: translate(10px, 0px);
    transition: 0.5s;
}

.menu-card h5{
    color: #000;
    font-weight: 500;
}

.bkg-titlecard {
    background-color: #ffffffE6;
    border-radius: 5px;
}

.bkg-stone {
    background-color: #9fbdc3;
}

.bkg-grey {
    background-color: #A1A5B4;
}

.bkg-red {
    background-color: var(--default-color);
}

.bkg-yellow {
    background-color: #E0C118;
}

.stl {
    background: linear-gradient(0deg, #ff6491, #ff8d72);
}

.stl a {
    color: hsla(0, 0%, 100%, .8) !important;
}

.stl a:hover {
    color: #fff;
}

.link {
    color: #E0C118;
}

.link:hover {
    color: #f8d303;
}

/*
.navbar-light .navbar-nav .nav-link {
    color: #9fbdc3;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ed6a53;
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #ed6a53;
}
*/

.dropdown-menu a {
    color: #9fbdc3;
    /*background: linear-gradient(0deg,#ff6491,#ff8d72);*/
}

.dropdown-menu a:hover {
    background-color: #ffffff !important;
    color: var(--default-color);
}

.contact-color {
    color: #fff;
}

.post-card {
    transform: translate(0px, 0px);
    transition: 0.5s;
}

.post-card:hover {
    transform: translate(0px, -3px);
    transition: 0.5s;
}

.post-image img{
   /* -webkit-box-shadow: 0px 0px 24px 0px rgba(237, 183, 83, 1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(237, 183, 83, 1);
    box-shadow: 0px 0px 24px 0px rgba(237, 183, 83, 1);*/
    border-radius: 15px;
}

/* TEST */
* {
    box-sizing: border-box;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    width: 160px;
    height: 120px;
    float: left;
    background: #00997B;
    border: 1px solid #333;
    border-color: hsla(0, 0%, 0%, 0.5);
    border-radius: 5px;
    margin-bottom: 20px;
}

.grid-item--width2 {
    width: 340px;
}

.grid-item--width3 {
    width: 520px;
}

.grid-item--width4 {
    width: 780px;
}

.grid-item--height2 {
    height: 200px;
}

.grid-item--height3 {
    height: 260px;
}

.grid-item--height4 {
    height: 360px;
}

.fullpage {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
}
.icon-back{
    color: #000;
}
.icon-back:hover{
    color: var(--default-color);
}
.orange-on-hover:hover h5,
.orange-on-hover:hover .icon-back {
    color: var(--default-color) !important;
}

.main-header {
    color: white;
    text-align: center;
    justify-content: center;
}

.icon-c {
    color: #fff;
}

.icon-purple {
    background-image: linear-gradient(to bottom left, #e14eca, #ba54f5, #e14eca) !important;
}

.icon-purple:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transform: translateY(-1px);
}

.icon-lightblue {
    background-image: linear-gradient(to bottom left, #00f2c3, #0098f0, #00f2c3) !important;
}

.icon-lightblue:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transform: translateY(-1px);
}

.icon-red {
    background-image: linear-gradient(to bottom left, #fd5d93, #ec250d, #fd5d93) !important;
}

.icon-red:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transform: translateY(-1px);
}

.btn-round-150 {
    height: 150px;
    width: 150px;
    border-radius: 200px !important;
    margin-bottom: 0 !important;
}

.btn-round-80 {
    height: 80px;
    width: 80px;
    border-radius: 200px !important;
    transform: scale(1);
    transition: 0.5s;
}

.btn-round-80:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.pos-message {
    margin-top: 500px;
    margin-right: 25px;
}

.main-blue-stone:hover {
    color: #9fbdc3;
}

.icon-pink {
    background-image: linear-gradient(to bottom left, #ff8d72, #ff6491, #ff8d72) !important;
}

.icon-pink:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    -webkit-transform: translateY(-1px);
}
.fc-row .fc-widget-header{
    background-color: #f8b6aa;
}
.dataTables_length label {
    width: 100%;
    text-transform: uppercase;
}

.dataTables_filter label {
    width: 100%;
    text-transform: uppercase;
}

.test {
    background-image: url("img/login.jpg");

}

.panel {
    background-color: #ffffff00;
    box-shadow: 0 0 0;
}

.login-box {

    background-color: #e3e3e3;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.white-content .form-control {
    font-size: 15px;
}

.uploadx {
    margin-left: -15px !important;
}

#msg_content {
    height: 200px;
}

.select2 {
    width: 100% !important;
}

.alert-success {
    background-color: #bddfc5;
    text-align: center;
    text-transform: uppercase;
}

.sorting .sorting_asc {
    top: 60%;
}

@media(max-width:720px) {
    .post-header a {
        font-size: 12px;
    }

    .post-image img {
        min-height: 120px;
    }

    .fc-toolbar .fc-center {
        margin-top: 1rem;
    }
    .menu-card{
        background-color: #e3e3e3;
        border-radius: 0;
        margin-bottom: 0;
        box-shadow: 0 0 0;
    }
    .nav-link i{
        font-size: 30px;
    }
}

@media(min-width:768px) {
    .post-image img {
        min-height: 200px;
    }

    .uploadx {
        margin-left: 0px !important;
    }

    .dataTables_length label {
        width: 40%;
        text-transform: uppercase;
    }

    .dataTables_filter label {
        width: 80%;
        text-transform: uppercase;
    }

    .video {
        height: 300px;
    }
    .card.restyle{
        background-color: #ffffff00 !important;
        box-shadow: 0 0 0;
    }
}

@media(min-width:992px) {
    .video {
        height: 400px;
    }
}
