
    body {
        padding: 0;
        margin: 0;
        background-color: #000;
        color: #fff;
        font-family: 'Prompt', sans-serif;
    }

    .row {
        margin: 0px;
    }

    input[type="text"].form-control,input[type="password"].form-control{
        background-color: #15181c;
        border: 1px solid #44464a;
        color: #44464a;
    }

    .input-group-append .btn{
        background-color: #15181c;
        border: 1px solid #44464a;
        color: #44464a;
    }

    .news {
        text-align: center;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding: 10px 5px ;
    }

    .sidenav {
        width: 230px;
        font-size: 18px;
    }

    .sidenav ul {
        padding: 0px;
        list-style: none;
    }

    .movie-item .imdb {
        position: absolute;
        bottom: 5px;
        left: 5px;
        background-color: #eb8e21;
        color: #1f1f1f;
        width: 40px;
        text-align: center;
        border-radius: 5px;
    }

    .movie-item .sound {
        position: absolute;
        bottom: 20px;
        right: -5px;
        width: 143px;
        height: 47px;
        text-align: center;
        border-radius: 5px;
    }

    .movie-item .ep {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 60px;
        text-align: center;
        border-radius: 30px;
        background-color: #E67E22;
        color: #000;
        font-size: 13px;
    }

    .movie-item .favorite {
        position: absolute;
        top: 2px;
        right: 5px;
        width: 30px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 0 0 15px 15px;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        font-size: 13px;
        cursor: pointer;
    }

    .sidenav ul li {
        background-color: #15181c;
        border-bottom: 1px solid #242a32;
        border-top: 1px solid #242a32;
        min-height: 60px;
        line-height: 60px;
        padding-left: 20px;
    }

    .sidenav ul li:hover {
        background-color: #343c45;
    }

    /* .sidenav ul li:hover ul {
        display: block
    } */

    .sidenav ul a{
        text-decoration: none;
        color: #fff;
    }

    .sidenav ul li {
        border-left: 5px solid #333333;
    }

    .sidenav ul ul {
        display: none;
        margin-left: -35px;
    }

    .sidenav ul a small {
        color: #384b56;
        margin-right: 10px;
        font-size: 25px;
    }

    .sidenav ul a i {
        line-height: 60px;
        margin-right: 25px;
        float: right;
    }

    .menu-movie {
        margin-top: 0px !important;
        border-radius: 10px !important;
        padding: 4px 8px !important;
        color: #fff;
        margin: 8px;
    }

    .mx-button {
        background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    }

    .btn-primary {
        background: linear-gradient(to top, #826931 0%, #e2db95 100%)!important;
        border: 0px solid #000;
    }

    .badge-success {
        background: linear-gradient(to top, #826931 0%, #e2db95 100%)!important;
        color: #fff !important;
    }

    .moviecontact {
        border-radius: 10px !important;
    }

    .nav {
        height: 75px;
        background-color: #15181c;
        /* Custom */
        /* background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%); */
        display: block;
    }
    .nav div {
        display: inline-block;
    }
    .nav .brand {
        line-height: 75px
    }
    .brand img {
        height: 90px;
    }
    .nav .menu{
        float: right;
        display: block;
        text-decoration: none;
        font-size: 16px;
        text-align: center;
        color: #000;
    }

    .nav ul {
        list-style: none;
        line-height: 75px;
        margin: 0px 10px;
    }
    .nav ul li {
        list-style: none;
        display: inline-block;
        border: 1px solid #333;
        line-height: 40px;
        padding: 0px 15px;
        cursor: pointer;
        margin-right: 7px;
        border-radius: 30px;
        background-color: #000;
    }
    .nav ul li:hover {
        background-color: #353a3f;
    }

    .nav a{
        color: #7f7f7f;
        text-decoration: none;
    }

    .nav #opentoggle {
        font-size: 25px;
        color: #7f7f7f;
        line-height: 75px;
        cursor: pointer;
        display: none;
    }

    .button-main{
        text-align: center;
        padding: 5px 0px;
        background-color: #15181c;
        font-size: 20px;
        width: 100%;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }

    a {
        text-decoration: none;
    }

    .menutop .button-main:first-child {
        /* border-left: 10px solid red; */
        background: linear-gradient(to top, #826931 0%, #e2db95 100%);
        /* border-left: 10px solid #fc6076; */
    }

    .menutop a {
        text-decoration: none;
    }


    @media only screen and (max-width: 768px){
        .sidenav {
            display: none;
        }

        .nav .menu {
            display: none;
        }

        .brand img {
            height: 40px;
        }

        .nav #opentoggle {
            display: inline;
            float: right;
            margin-right: 20px
        }
    }
