.mv_submit {
    color: #fff;
    background-color: #f16e00;
    border: none;
}

#basicExample span.loader {
    left: -3px;
    background-color: #f16e00;
    border-radius: 50px;
}

#getMostViewedForm .moreBtn {
    position: relative!important;
    border-radius: 30px;
    line-height: 18px;
    padding: 5px 15px;
    font-size: 14px;
}

#basicExample input {
    border-radius: 15px;
    border-color: #67696b66;
    padding: 0px 10px;
    max-width: 150px;
    text-align: center;
}

.datepicker table tr td.active.active {
    background-color: #f16e00!important;
    background-image: none!important;
}

#paginations {
    background-color: #fff;
}

#paginations a {
    color: #f16e00;
    padding: 0px 8px;
    transition: all .5s;
    height: 24px;
    display: flex;
    align-items: center;
}

#paginations a:hover {
    color: #fff;
    background-color: #f16e00;
    transition: all 1s;
}

#paginations a.active {
    color: #fff;
    background-color: #f16e00;
}

.tableBody tr:hover {
    transition: all .5s;
    -webkit-box-shadow: 0px 4px 5px #888, 0px -4px 5px #888;
    -moz-box-shadow: 0px 4px 5px #888, 0px -4px 5px #888;
    box-shadow: 0px 4px 5px #888, 0px -4px 5px #888;
}

.tableBody tr {
    transition: all .5s;
}

.light-theme .current {
    box-shadow: none !important;
}

.post-password-form input[type=submit] {
    display: inline-block;
    background: #f16e00;
    font-size: 17px;
    padding: 5px 11px;
    border-radius: 20px;
    color: #fff;
    line-height: 18px;
    border-color: #f16e00;
    border: 1px solid transparent;
    transition: all .3s linear;
}

.post-password-form input[type=submit]:hover {
    background-color: #fff;
    color: #f16e00;
    border-color: #f16e00;
    transition: all .3s linear;
}

#date_to-error,
#date_from-error {
    left: 50% !important;
    bottom: 35px!important;
    transform: translateX(-50%)!important;
    text-align: center;
    position: absolute;
    width: 100%;
}

#date_from-error::before {
    content: "";
    padding: 0;
    margin: 0;
    background: none;
}

.light-theme .current {
    background: #f16e00 !important;
}

.protectForm form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#paginations ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

#paginations ul li span {
    width: 20px;
    display: block;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer!important;
}

.tableBody td:first-of-type {
    padding: 0!important;
}

.tableBody td a {
    color: #000000!important;
    width: 100%;
    display: flex;
    height: 100%;
    padding: .75rem;
}

#getMostViewedForm [type=submit]:hover {
    opacity: 0.9;
}

.table thead th {
    vertical-align: middle!important;
}

.disabled .current {
    background: #666 !important;
    opacity: .5;
}

@media only screen and (max-width: 560px) {
    #views_table {
        font-size: 14px;
    }
}

@media only screen and (max-width: 490px) {
    #getMostViewedForm .moreBtn {
        position: absolute !important;
        top: 40px!important;
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    #basicExample input {
        max-width: 120px;
    }
    #basicExample div {
        display: flex;
    }
    #basicExample span.loader {
        left: 37%;
        bottom: -39px;
    }
}