
/* ======= NEW ON NETFLIX TOOL CSS START ========= */
:root {
    --text-black: #484848;
    --light-black: #868686;
}
/* .site-main-non {
    background: #f1f1f1;
} */
.non-card{
    border-radius: 15px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    background: #fff;
}
.filter-div {
    background: #f6f7f9;
    padding: 10px 15px;
    border-radius: 10px;
    color: #505050;
}
.non-date {
    font-weight: bold;
    border-left: 4px solid #e40811;
    padding-left: 8px;
    margin: 25px;
}
.non-date-box {
    padding: 25px 0 0 0;
    border-bottom: 4px solid #de0b10;
}
.non-filter-ul > li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.light-black {
    color: var(--light-black);
}
.text-black {
    color: var(--text-black);
}
.non-title {
    color: var(--text-black);
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}
.non-title-rating {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.non-box-top {
    min-height: 200px;
}
.non-box-body {
    font-size: 14px;
}
.non-info-ul > li {
    display: inline-block;
    color: var(--light-black);
    line-height: normal;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
}
.non-info-ul > li:not(:last-child) {
    margin: 0 15px 0 0;
}
.non-info-ul > li:after {
    content: "\f111";
    font-size: 5px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    right: -11px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.non-info-ul > li:last-child::after {
    display: none;
}
.non-genre {
    font-weight: normal;
    color: var(--text-black);
    border: 1px solid var(--text-black);
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    border-radius: 10px;
}
.non-genre:hover {
    background: #484848;
    color: white;
}
/* The container */
.chk-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: normal;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #acacac;
    border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #e20912;
    border-color: #e20912;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.chk-container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.non-top-btn {
    margin: 10px 0 0 0;
}
.non-top-btn > .btn-non:not(:first-child) {
    margin: 0;
}
.non-top-btn > .btn-non{
    margin: 0 0 10px 0!important;
    vertical-align: top;
}
.non-content-body {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 0 10px!important;
}
.btn-non {
    padding: 5px 10px;
    color: white;
    outline: none;
    background: #e40811;
    text-decoration: none;
    font-size: 14px;
    margin: 0 10px 10px 0;
}
.btn-non:hover {
    background: #ba0008;
    color:white;
}
.btn-non.btn-border{
    background: none;
    color: #e40811;
    border:1px solid #e40811;
}
.btn-non.btn-border:hover{
    background: #e40811;
    color: white;
}
.non-img {
    height: 100%;
    object-fit: cover;
    max-height: 200px;
    width: 100%;
}
.non-rating i {
    color: #ffc800;
}
.non-rating {
    font-size: 21px;
    margin: 0 0 0 10px;
    min-width: 60px;
}
.non-collapse-link, .non-collapse-link:hover,
.non-collapse-link:focus {
    color: #e40811;
    text-decoration: none;
}
.non-collapse-link.collapsed i {
    transform: rotate(180deg);
    transition: 0.4s ease-in-out;
}
.non-collapse-link i {
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
}
.non-description {
    min-height: 68px;
}
.non-collapse-text {
    display: inline-block;
}
.loader {
    background: rgba(0, 0, 0, .85);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.mesh-loader {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
.mesh-loader .circle {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #e40811;
    border-radius: 50%;
    margin: -15px;
    -webkit-animation: mesh 3s ease-in-out infinite -1.5s;
    animation: mesh 3s ease-in-out infinite -1.5s;
}
.mesh-loader > div .circle:last-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.mesh-loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
}
.mesh-loader > div:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@-webkit-keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mesh {
    0% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform-origin: 50% -100%;
        transform-origin: 50% -100%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    50.1% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* ======= NEW ON NETFLIX TOOL CSS END ======== */


/*{{{{{{{{{{{{{{{{{{{{{===========Custom Media Query================}}}}}}}}}}}}}}}}}}}}}}}}}*/

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .non-description{
        min-height: auto;
    }
    .non-content-body {
        padding: 10px 0 0 0!important;
    }
    .non-filter-ul > li {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .non-description{
        min-height: auto;
    }
    .non-content-body {
        padding: 10px 0 0 0!important;
    }
    .non-filter-ul > li {
        width: 100%;
    }
}