html::-webkit-scrollbar {
    width: 5px;
}

html::-webkit-scrollbar-track {
    background: #ecf0f0;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0066cc;
    border-radius: 0px;
}
body{
    background: #ecf0f0;
    font-family: 'Font', sans-serif;
    font-weight: normal;
    font-size: .9em;
}
.dark body{
    background: #3a4550;
}
.dark .pull-right h1{
    color: #bcc7d3;
}
input,
select,
button {
    font-family: 'Font', sans-serif;
}
a {
    color: #06c
}
.dark a{
    color: #bcc7d3;
}
header {
    box-shadow: 1px 0 2px 1px #ddd;
    background: #f9f9f9;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.dark header{
    background: #2d3640;
    box-shadow: 1px 0 2px 1px #505c68;
}
header .container {
    height: 60px;
    padding: 0px 15px;
    text-align: center;
}

@media (max-width: 995px) {
    header .container {
        height: 50px
    }
}

.search-form {
    height: 35px;
    line-height: 2.2;
    border-radius: 4px;
    font-size: 15px;
    width: 40%;
    color: #444;
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    position: relative;
    padding: 0 10px;
}
.dark .search-form {
    border: 1px solid #505c68;
}
@media (max-width: 1024px) {
    .search-form {
        width: 40%
    }
}
.search-form input {
    width: 100%;
    padding: 3px 5px 9px 30px;
}
.dark .search-form input{
    color: #bcc7d3;
}
.search-form button {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #222;
}

.vam {
    margin: 2px;
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
}

.login {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.sginup {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}
/*----------------------------*/
.theme{
    position: relative;
    float: left;
    margin-top: 18px;
}
.checkbox-input {
  display: none;
}
.checkbox-label {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    background: url('../img/moon.svg');
    background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {

}
.checkbox-input:checked + .checkbox-label {
    width: 25px;
    height: 25px;
    background: url('../img/sun.svg');
    background-repeat: no-repeat;
}
/*----------------------------*/
.google a {
    border: 1px solid #ddd;
    width: 200px;
    margin-bottom: 15px;
    text-align: right;
    padding: 5px 15px;
    border-radius: 5px;
    background-image: url('../img/google.svg');
    background-repeat: no-repeat;
    display: inline-block;
}
.dark .google a {
    border: 1px solid #505c68;
}
#search {
    float: left;
    margin-top: 10px;
    margin-left: 8px;
    font-size: 20px;
    color: #0066cc;
}

@media (min-width: 700px) {
    #search {
        display: none;
    }
}

.btn.g,
.btn._g:hover {
    background: #10bf46;
    border-color: #10bf46;
    color: #fff!important;
    text-shadow: 0 -1px 1px rgb(19 28 0 / 35%);
}

.btn.b,
.btn._b:hover,
.btna.active,
.btna:hover {
    background: #00a1cb;
    border-color: #00a1cb;
    color: #fff!important;
    text-shadow: 0 -1px 1px rgb(0 40 50 / 35%);
}

.logo {
    margin-top: 13px;
    float: right;
    margin-right: 15px;
}

@media (max-width: 995px) {
    .search-form {
        margin-top: 7px;
    }
    .login {
        display: none
    }
    .sginup {
        margin-top: 3.5px;
        margin-left: 0px;
    }
    .logo {
        float: right;
        width: 100px;
        margin-right: 0px;
        margin-top: 13px;
    }
}

@media (max-width: 700px) {
    .search-form {
        display: none;
        position: fixed;
        top: 50px;
        width: 100%;
        right: 0px;
        margin-top: 0px;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        padding: 0 10px;
        background: #FFF;
        border-radius: 0px
    }
    .sginup {
        margin-top: 6.5px;
    }
    #search {
        margin-top: 6px;
        cursor: pointer;
        margin-left: 11px;
    }
}

ul.list-pages a {
    display: block;
    padding: 10px 6px;
    font-size: 1em;
    border-bottom: 1px solid #eee;
}
.dark ul.list-pages a {
    border-bottom: 1px solid #505c68;
}
ul.list-pages a.active {
    color: #ff1f00
}

ul.list-pages a i {
    margin-left: 10px;
}

.main-title {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}
.dark .main-title{
    border: 1px solid #505c68;
    color: #bcc7d3;
}
h1.main-title {
    font-size: 22px;
    padding: 15px 10px;
    margin-bottom: 0;
}

article.main-article {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.dark article.main-article{
    color: #bcc7d3;
    background: #2d3640;
    border: 1px solid #505c68;
}
.aside {
    width: 300px;
}

@media (max-width: 995px) {
    .aside {
        width: 100%;
    }
}

main {
    margin-top: 80px;
}

.social a {
    display: inline-block;
    width: 180px;
    text-align: left;
    margin-bottom: 10px;
}

.social a i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    border-radius: 4px;
}

.social a.face-link i {
    background: #3c5a98
}

.social a.twitter-link i {
    background: #2daae4
}

.social a.instagram-link i {
    background: #fd575e
}

.social a.pinterest-link i {
    background: #e3262e
}

.extend {
    width: calc(100% - 470px);
}

.sticky {
    position: sticky;
    top: 80px;
}

.main-content {
    margin: 0 15px;
}

.hide-pc,
.hide-mobile {
    padding: 10px 0px;
}

.block {
    width: 140px;
    margin-left: 8px;
    display: block;
    margin-right: 8px;
    /*height: 270px;*/
    /*height: 250px;*/
    position: relative;
    transition: .35s ease;
}

.blocks .block {
    width: 175px;
    margin-bottom: 15px;
    height: auto
}

.block-image {
    height: 200px;
}

.blocks .block-image {
    height: 260px
}
.block-image img {
    width: 100%;
    height: 100%;
    border-radius: 1px;
    object-fit: cover;
}
h3.title {
    font-weight: 500;
    text-align: center;
    padding: 5px 0 2px 0px;
    font-size: .9em;
    line-height: 18px;
}
section.slider {
    position: relative;
    padding: 0 15px;
}
.owl-carousel .owl-stage-outer {
    padding-top: 10px
}
.imdb-rating {
    position: absolute;
    font-size: 2.3em;
    right: 10px;
    top: 10px;
    text-shadow: 0 0 4px #bbb;
    -webkit-text-stroke: 1px #fe0;
}
.imdb-rating span {
    position: absolute;
    font-size: 11px;
    right: 10px;
    color: #000;
    top: 13px;
    font-weight: bolder;
    font-family: 'Font', sans-serif;
    -webkit-text-stroke: 0px;
}
.wish_list{
    position: absolute;
    font-size: 1.7em;
    left: 10px;
    top: 222px;
}
.wish_list .fa-heart{
    color: #ff5c5c;
}
.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 73px;
    height: 75px;
}

.ribbon span {
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #ff4136;
    background: linear-gradient(#F70505 0%, #ff4136 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 700;
    line-height: 20px;
}

.ribbon span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ff4136;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4136;
}

.ribbon span:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 99%;
    z-index: -1;
    border-right: 3px solid #ff4136;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4136;
}
.soonShowing {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 73px;
    height: 75px;
}

.soonShowing span {
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #ffcc26;
    background: linear-gradient(#e4ae00 0%, #ffcc26 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 700;
    line-height: 20px;
}

.soonShowing span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ffcc26;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ffcc26;
}

.soonShowing span:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 99%;
    z-index: -1;
    border-right: 3px solid #ff4136;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4136;
}


.owl-nav button {
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    background: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: none;
    cursor: pointer;
    font-size: 2em;
    margin-top: -40px;
    width: 40px;
    right: -15px;
    height: 60px;
    color: #06c;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.owl-nav button.owl-prev {
    left: -15px;
    right: auto;
    border-left: none;
    border-right: 1px solid #ddd;
}

.scroll-top {
    position: fixed;
    bottom: 0;
    right: 16px;
    height: 40px;
    width: 45px;
    z-index: 200;
    border-radius: 5px 5px 0 0;
    background: white;
    font-size: 26px;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 0;
    transition: .35s ease;
    transform: translateY(100%);
    transform-origin: bottom;
}

.scroll-top.active {
    transform: translateY(0)
}

.main-menu li {
    width: 48%;
    margin: 1%;
    text-align: center
}

.main-menu li a {
    padding: 10px;
    background: #fff;
    display: block;
    border-radius: 5px;
    transition: .5s ease;
}
.dark .main-menu li a {
    background: #2d3640;
}
.main-menu li a:hover {
    color: #fff;
    background: #0066cc
}

footer img {
    width: 120px;
    margin: 10px 0;
    filter: brightness(0);
}

p.rights i {
    color: red;
    margin-right: 5px;
}
.dark p.rights{
    color: #bcc7d3;
}
.thumbnail {
    width: 300px;
    max-width: 300px;
}

.post-dtl {
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    height: fit-content;
}
.dark .post-dtl {
    color: #bcc7d3;
    background: #2d3640;
    border: 1px solid #505c68;
}
ul.post-information li {
    border-bottom: 1px solid #ddd;
}
.dark ul.post-information li {
    border-bottom: 1px solid #505c68;
}
ul.post-information li label {
    width: 116px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.dark ul.post-information li label {
    border-left: 1px solid #505c68;
}
ul.post-information li a {
    display: inline-block;
    margin-left: 10px
}

ul.post-information {
    font-size: 16px;
}

.see-btn {
    background: linear-gradient(45deg, #0dd44a, #0ab53f);
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer
}

.see-btn a {
    color: #FFF;
}

.see-btn i {
    margin-left: 10px
}

.fa-star {
    color: #fc0;
}

.thumbnail img {
    display: inline-block;
    width: 300px;
    min-height: 430px;
    max-height: 430px;
}

p.description {
    padding: 15px;
}

h2.main-title.main-color {
    background: #f9f9f9;
}
.dark h2.main-title.main-color {
    background: #2d3640;
}
.server-item{
    background: #dfdfdf;
    padding: 4px 8px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    margin: 2px;
    display: inline-block;
    transition: .5s ease
}
.server-item a{
    color: #555!important;
}
.server-item:hover {
    background: #d5d5d5
}

.server-item.active {
    background: #ff1f00;
    color: #fff;
}
.server-item.active a{
    color: #FFF!important;
}
ul.servers {
    padding: 5px 20px;
    padding-bottom: 0px;
    text-align: center
}

section.code iframe {
    display: block;
    max-width: 100%;
}

section.code >* {
    max-width: 97%;
    margin: auto;
}

.servers-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    right: 0;
    cursor: pointer;
    background: url(../img/play-circle-solid.svg) #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7%;
}

.servers-back.before {
    padding-top: 60%;
    height: 0;
    position: relative;
}

.excludebefore.before {
    display: none;
}

.servers-back.before:not(.excludebefore) ~ * {
    display: none;
}

.servers-back.before > i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.servers-back i {
    position: relative;
    z-index: 99;
    color: white;
    width: 90px;
    height: 90px;
    display: flex;
    cursor: pointer;
}

.fa-play:before {
    content: "";
}

section.downloads {
    margin: 15px;
    border: 1px solid #ddd;
    font-weight: bold;
}
.dark section.downloads {
    border: 1px solid #505c68;
}
.th {
    background: #eee;
    height: 50px;
}
.dark .th {
    background: #505c68;
}
.tr {
    border-top: 1px solid #ddd;
}
.dark .tr {
    border-top: 1px solid #505c68;
}
.number {
    width: 26px!important;
}
.th >div,
.tr>div {
    width: 245px;
    padding: 0px;
    border-left: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dark .th >div,.dark .tr>div {
    border-left: 1px solid #505c68;
}
section.downloads a {
    min-width: 140px;
    padding: 6px 10px;
    display: inline-block;
    background: #0aba41;
    color: white;
    max-width: max-content;
    margin: 8px 0;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}
section.downloads .loader {
    min-width: 140px;
    padding: 6px 10px;
    display: inline-block;
    background: #0aba41;
    color: white;
    max-width: max-content;
    margin: 8px 0;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}
@media(max-width: 450px) {
    section.downloads a {
        min-width: 115px;
    }
}
.actor-box {
    padding: 10px;
}

.actor-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    margin-left: 10px;
}

p.desc {
    color: #888;
}

h2.sm-title {
    font-size: 17px;
}

.like-box span {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 5px solid #ccc;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    position: relative;
    justify-content: center;
    margin-left: 21px;
    line-height: 43px;
    align-items: center;
    display: inline-flex;
}

.like-box span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #2e70c0;
    border-radius: 50%;
    left: -5px;
    bottom: -5px;
    transform: rotate( 180deg);
}

.likes li {
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 13px;
}

ul.likes li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 25px;
    background: #fff;
    color: #555;
    border: 2px solid #555;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    line-height: 43px;
    margin-right: 10px;
}
.wishlist-box{
    padding: 13px;
    text-align: center
}
.wishlist li {
    font-weight: bold;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 5px;
    height: 46px;
}

ul.wishlist li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    background: #fff;
    color: #ff5c5c;
    border: 2px solid #ff5c5c;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

ul.likes div {
    margin: 0;
    font-size: 0;
}

ul.likes div em {
    display: none
}

.like-box {
    margin-bottom: 10px;
}

#error {
    width: 300px;
    margin: auto;
    margin-top: 20px;
}

.form-group {
    position: relative
}

.alert-danger {
    text-align: center;
    padding: 5px;
    background: #ffd0cc;
}

.alert-success {
    text-align: center;
    padding: 5px;
    background: #d4edda;
}

.eyes_icon_set {
    position: absolute;
    top: 20px;
    left: 8px;
    width: 25px;
}

.tabs {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.tabs a {
    margin-left: 11px;
    font-weight: 500;
    font-size: 17px;
}

.tabs a i {
    margin-left: 5px
}

.tabs a.active {
    color: #ff3200
}

.load-more,
.load-more-tax,
.load-more-search {
    border-radius: 4px;
    background: #0066cc;
    border-color: #0066cc;
    text-shadow: 0 -1px 1px rgb(0 40 50 / 35%);
    padding: 6px 10px;
    font-weight: 500;
    margin: auto;
    text-align: center;
    width: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}
.load-more button,
.load-more-tax button,
.load-more-search button{
    color: #FFF;
    cursor: pointer;
}
.all-taxes .tax-box {
    position: relative;
    cursor: pointer;
    margin: 0px 15px;
}

.all-taxes .tax-box ul {
    position: absolute;
    width: 140px;
    right: -20px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 10px #63636345;
    text-align: center;
    border-radius: 6px;
    max-height: 250px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}

.all-taxes .tax-box.active ul {
    opacity: 1;
    visibility: visible
}

.all-taxes .tax-box span {
    margin: 1px 8px;
    border: 1px solid #ddd;
    flex: 1;
    padding: 2px 9px;
    display: block;
    width: 90px;
    font-size: 15px;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.dark .all-taxes .tax-box span{
    color: #bcc7d3;
}
.all-taxes .tax-box span i {
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 0;
    width: 20px;
    background: #fff;
    height: 100%;
    text-align: center;
    line-height: 26px;
}

.all-taxes {
    padding: 0 15px 15px;
}

.all-taxes .tax-box ul li{
    color: #555;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    cursor: pointer;
}
.all-taxes .tax-box ul li a{
    display: block;
    padding: 10px 0;
}
.all-taxes .tax-box ul li:hover {
    color: #222
}

.all-taxes .tax-box ul li.active {
    color: #000
}
.mactive{
    background: #0066cc;
}
.mactive a{
    color: #FFF;
}

.all-taxes .tax-box ul::-webkit-scrollbar {
    width: 5px;
}
.all-taxes .tax-box ul::-webkit-scrollbar-track {
    background: #ecf0f0;
}
.all-taxes .tax-box ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0066cc;
    border-radius: 0px;
}

a.direct-download {
    display: block;
    text-align: center;
    background: #0aba41;
    padding: 10px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
}

.alert-info {
    padding: 15px;
    margin-bottom: 15px;
    background: #d1ebff;
    font-size: 13px;
    border-radius: 5px
}

.alert-info i {
    margin-left: 4px
}

.counter {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 100px;
    background: #1764a1;
    margin: 10px auto;
    color: #fff;
}

a#goNow {
    background: #4caf50;
    color: #fff;
    width: max-content;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 6px;
    display: none
}

.trailer iframe {
    max-width: 100%;
}

.search-suggestions {
    position: absolute;
    width: 100%;
    right: 0;
}

.search-suggestions header {
    display: none
}

.search-results {
    margin-top: 11px;
    background: #fff;
    box-shadow: 0 0 3px #777;
    max-height: 400px;
    overflow: auto;
}
@media(max-width: 991px) {
    .search-results {
        margin-top: -3px;
        box-shadow: 0 0 5px #777;
    }
}
.search-results::-webkit-scrollbar {
    width: 5px;
}

.search-results::-webkit-scrollbar-track {
    background: #ecf0f0;
}

.search-results::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0066cc;
    border-radius: 0px;
}
.dark .search-results {
    background: #2d3640;
    box-shadow: 0 0 1px 1px #505c68;
}
a.search-li img {
    width: 40px;
    height: 50px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 4px;
    font-size: 0;
    background: #ddd;
}

a.search-li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.dark a.search-li {
    border-bottom: 1px solid #505c68;
}
.search-title {
    font-size: 12px;
    text-align: right;
}

@media(max-width: 991px) {
    .sticky {
        /*margin-top: 80px;*/
        position: static;
        margin-bottom: 20px;
    }
    .tabs {
        display: block
    }
    .extend {
        margin: 20px 0 0 0;
    }
    .main-content {
        margin: 0
    }
}
@media(max-width: 767px) {
    .post-dtl {
        margin-right: 0
    }
    .actor-box img {
        width: 50px;
        height: 50px
    }
    .like-box span {
        display: block;
        margin: 10px auto;
        padding: 10px;
    }
    ul.likes {
        margin-bottom: 10px
    }
    .th >div,
    .tr>div {
        width: 75px
    }
    .thumbnail {
        margin: auto
    }
}
@media only screen and (max-width: 450px) {
    .logo {
        width: 100px;
        margin-left: 10px;
    }
    header .container {}
    .logo img {
        width: auto;
    }
    section.code iframe {
        height: 250px
    }
    .search-form {
        flex: 1;
    }
    .all-taxes .tax-box {
        width: 45%;
        margin: 5px 6px;
    }
    .all-taxes .tax-box ul{
        right: 6px;
    }
    .all-taxes .tax-box span {
        width: 98%
    }
    .blocks .block {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .blocks .block-image {
        height: 240px;
    }
    .wish_list{
        top: 205px
    }
}
@media only screen and (max-width: 360px) {
   .blocks .block-image {
        height: 220px;
    } 
    .wish_list{
        top: 182px
    }
}
/*--------------------------*/
nav {
    width: 170px;
    top: 70px;
    background: #fff;
    border-radius: 4px;
}
.dark nav{
    background: #2d3640;
}
nav ul {
    list-style-type: none;
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: relative;
    top: 0;
    margin-right: 10px;
    background: transparent;
    height: 50px;
    width: 25px;
}

@media only screen and (max-width: 995px) {
    .nav-mobile {
        display: block;
        float: right;
        margin-right: 0px;
    }
    nav {
        overflow-x: auto;
        width: 100%;
        /* top: 50px; */
        /* position: fixed; */
        /* z-index: 11111; */
        /* right: 0; */
        overflow: auto;
    }
    nav ul {
        width: max-content;
        /* display: none; */
    }
    nav ul li {
        /*float: none;*/
        float: right;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .navbar-dropdown {
        position: static;
    }
}

@media screen and (min-width:995px) {
    .nav-list {
        display: block !important;
    }
}

#navbar-toggle {
    position: absolute;
    left: 0px;
    top: 13px;
    right: 0px;
    cursor: pointer;
    padding: 10px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 100%;
    background: #0066cc;
    position: absolute;
    display: block;
    content: '';
    border-radius: 10px;
    transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
    top: -10px;
}

#navbar-toggle span:after {
    bottom: -10px;
}

#navbar-toggle.active span {
    background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
    top: 0;
}

#navbar-toggle.active span:before {
    transform: rotate(45deg);
}

#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}
/*==========================*/
.mbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.dark .mbox {
    background: #2d3640;
    border: 1px solid #505c68;
}
.pda {
    padding: 10px;
}
.msg_box.warn {
    border-color: #fc0;
    background: #ffc;
}
.msg_box {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #555;
    border-radius: 4px;
    background: #fff;
    color: #000;
}
.mga {
    margin: 10px;
}
.tam {
    text-align: center;
}
.msg_box b {
    font-weight: bold;
    font-size: 17px
}
.btns {
    margin-top: 15px;
    margin-bottom: 5px;
}
.btns a {
    margin-bottom: 10px;
}
.btns a i {
    margin-left: 10px;
}
.btn.fb {
    background: #3c5a98!important;
    border-color: #3c5a98;
    color: #fff!important;
    text-shadow: none;
}
.btn.gg {
    background: #da2713!important;
    border-color: #da2713;
    color: #fff!important;
    text-shadow: none;
}
/*====================*/
.formlogin {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.dark .formlogin {
    background: #2d3640;
    border: 1px solid #505c68;
    color: #bcc7d3;
}
.login_header {
    text-align: center;
    color: #0066cc;
    margin: 0 0 30px;
    position: relative;
}
.dark .login_header {
    color: #61b5ff;
}
.login_header .h2 {
    font-size: 17px;
    margin: 0;
    padding: 10px 0 0;
}

.login_header i {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: #ff2905;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: -62px;
    left: 50%;
    color: #FFF;
    transform: translateX(-50%);
}
.login_form {
    width: 400px;
    margin: auto;
    margin-top: -20px;
}
@media only screen and (max-width: 500px) {
    .login_form {
        width: 100%;
    }
}
.form-control {
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    margin: 10px 0px;
    background: rgba(255, 255, 255, 8);
    border: solid 1px #0066cc;
    box-shadow: none!important;
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}
.dark .form-control {
    background: #3a4550;
    color: #bcc7d3;
}
.reset {
    float: left;
}
textarea {
    font-family: 'Font', sans-serif;
}
.checkbox {
    float: right;
}
.btnlogin {
    width: 100%;
    padding: 0 20px;
    margin-top: 15px;
    border-radius: 30px;
    font-size: 14px;
    background: #0066cc;
    color: #FFF;
    border: none!important;
    box-shadow: none!important;
    line-height: 32px;
    cursor: pointer;
}

.formMsg {
    margin-top: 10px;
}
.alert-success {
    margin: auto;
    margin-top: 15px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    width: 400px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 10px;
}
.alert-warning {
    margin: auto;
    margin-top: -10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    width: 400px;
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 10px;
}
.alert-danger {
    margin: auto;
    margin-top: 15px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    width: 400px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 10px;
}
@media only screen and (max-width: 500px) {
    .alert-success,.alert-warning,.alert-danger {
        width: 100%;
    }
}
/*===================*/
.dropbtnx {
    position: relative;
    overflow: hidden;
    color: #0066cc;
    padding: 16px 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 25%;
}
.dark .dropbtnx{
    color: #61b5ff;
}
.dropdown img {
    width: 30px;
    position: absolute;
    float: right;
    top: 15px;
    left: 0px;
    border-radius: 50px;
}
.dropdown {
    position: relative;
    float: left;
}
.dropdown::after {
    position: absolute;
    right: 4px;
    top: 28px;
    margin-left: 0px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dark .dropdown::after {
    border-top: 0.3em solid #bcc7d3;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    left: -5px;
    margin-top: 15px;
    border: 1px solid #ccc;
}

.dropdown-content:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 30%;
    margin-left: -42px;
    width: 28px;
    height: 15px;
    background: url(../img/mpointer.png);
}

.dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
}

.dropdown-content a:hover {
    background-color: #ddd
}

.show {
    display: block;
}

.dropdown img {
    display: block
}

@media only screen and (max-width: 995px) {
    .dropbtnx {
        padding: 12px 20px;
        padding-left: 36px;
    }
    .theme {
        margin-top: 12px;
    }
    .dropdown::after {
        top: 24px;
    }
    .dropdown img {
        top: 10px;
    }
}

@media (max-width: 700px) {
    .dropbtnx {
        padding-left: 11px;
        width: 30px;
        height: 50px
    }
    .dropbtnx p {
        display: none
    }
    .dropdown::after {
        display: none
    }
}


/*==== app download =====*/

.app_download {
    float: right;
    position: fixed;
    margin-top: 335px;
    background: #FFF;
    width: 170px;
    height: auto;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

.desktop {
    display: block;
}

.apps {
    display: none;
}

.app_download h2 {
    padding: 0px 0px;
    text-align: center;
    color: #06c;
    font-size: 18px;
    margin-bottom: 15px
}

.app_download .btnlogin {
    margin: auto;
    display: inline-block;
}

@media screen and (max-width:995px) {
    .desktop {
        display: none;
    }
    .apps {
        display: block;
    }
    .app_download {
        float: none;
        position: relative;
        margin-top: 0px;
        background: #FFF;
        width: 100%;
        height: auto;
        padding: 5px 10px;
        overflow: hidden;
    }
    .app_download h2 {
        float: right;
        text-align: right;
        color: #06c;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 2;
    }
    .app_download .btnlogin {
        float: left;
        width: 130px;
        margin: inherit;
        display: block;
    }
}
/*==============
   pace
==============*/
.pace .pace-progress{
    /*background: -webkit-linear-gradient(90deg, rgb(159, 155, 255), rgb(103, 202, 243));
    background: linear-gradient(90deg, rgb(159, 155, 255), rgb(103, 202, 243));*/
    background: #0066cc;
    top: 55px;
}
.pace .pace-progress-inner{
    box-shadow:0 0 10px #2CAAF2,0 0 5px #2CAAF2;
}
.pace .pace-activity{
    border-top-color:#0066cc !important;
    border-bottom-color:#0066cc !important;
}
.pace{
    direction: rtl;
    -webkit-pointer-events:none;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.pace-inactive{
    display:none
}
.pace .pace-progress{
    position:fixed;
    z-index:9999;
    right:100%;
    width:100%;
    height: 2px;
    top: 60px;
}
.pace .pace-progress-inner{
    display:block;
    position:absolute;
    right:0px;
    width:100px;
    height:100%;
    box-shadow:0 0 10px transparent,0 0 5px transparent;
    opacity:1.0;
    -webkit-transform:rotate(3deg) translate(0px,-4px);
    -moz-transform:rotate(3deg) translate(0px,-4px);
    -ms-transform:rotate(3deg) translate(0px,-4px);
    -o-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px)
}
.pace-width{
    margin: auto;
    width: 1170px;
}
.pace .pace-activity{
    display:block;
    z-index:999999;
    width:25px;
    height:25px;
    top: 18px;
    right: 171px;
    position: fixed;
    border: dashed 3px transparent;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-animation:pace-spinner 400ms linear infinite;
    -moz-animation:pace-spinner 400ms linear infinite;
    -ms-animation:pace-spinner 400ms linear infinite;
    -o-animation:pace-spinner 400ms linear infinite;
    animation:pace-spinner 400ms linear infinite
}
@-webkit-keyframes pace-spinner{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg)
    }
}
@media(max-width: 991px) {
    .pace .pace-progress{
        top: 50px
    }
    .pace .pace-activity {
        top: 14px;
        right: 123px;
    }
}
.redalert {
    background: #ffe6e6;
    color: #990000;
    display: flex;
    border-radius: 6px;
    padding: 10px 20px 12px;
    min-height: 50px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 10px;
}
.redalert > i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 12px;
    font-size: 20px;
}
.nocontent{
    margin: auto;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    width: 300px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
#mes_wish{
    
}
.alertwrong{
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #856404;
    background-color: #fff3cd;
    border:solid 1px #ebdfba;
}
.alertsuccess{
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #155724;
    background-color: #d4edda;
    border: solid 1px #c3e6cb;
}
.rtsuccess{
    margin: auto;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    color: #155724;
    background-color: #d4edda;
    border: solid 1px #c3e6cb;
}
@media only screen and (max-width: 500px) {
    .rtsuccess {
        width: 100%;
    }
}
#wish_delete{
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 2px;
    background: #ff5c5c;
    padding: 3px 10px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}
.select2-dropdown {
    border: 1px solid #0066cc;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #0066cc;
}
.select2-container--default{
    display: block;
    width: 100%!important;
}
.select2-container--default .select2-selection--single {
    padding: 3px;
    margin: 10px 0px;
    background: rgba(255, 255, 255, 8);
    border: solid 1px #0066cc;
    height: auto;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 2px;
    margin-top: 2px;
}