/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400|Open+Sans|PT+Mono'); */

*,
*:after,
*::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* @import url('http://ilook.loc/public/fonts/inter/inter.css'); */
@supports (font-variation-settings: normal) {
    html {
        font-family: 'Inter var', sans-serif;
    }
}
html, body {
    min-height: 100vh;
    overflow: auto;
    font-family: 'Inter', sans-serif !important;
    font-weight: 200 !important;
    font-size: 1rem !important;
    color: rgba(34,34,34,1) !important;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Inter',  sans-serif !important;
}

main {
    flex: 1 0 auto;
}

header,
footer {
    flex: none;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, 
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter',  sans-serif !important;
}
.logo {
  font-size: 72px;
  /* background: -webkit-linear-gradient(#eee, #333); */
  background-image: linear-gradient(184deg, rgb(251, 0, 93) 17%, rgb(255, 255, 255) 45%, rgb(251, 0, 93) 68%);
  /* rgba(251, 0, 93, 1) */
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700 !important;
  padding: 0 2rem !important;
  font-family: 'Inter', sans-serif !important;
}
.uk-button {
    font-size: 1rem !important;
}
/* header {
    z-index: 990;
} */
.uk-navbar.uk-sticky.uk-active {
    background-color: rgba(0,0,90,0.04);
}
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.05rem;
    font-weight: 200;
    letter-spacing: 0.3rem;
    color: rgba(34,34,34,1) !important;
    padding-left: 0 !important;
    scroll-padding-right: 0.7rem;
}
.uk-navbar-nav>li>a.uk-active {
    color: rgb(201, 0, 74) !important;
}
.uk-navbar-item:hover,
.uk-navbar-nav>li>a:hover,
.uk-navbar-toggle:hover
{
    color: rgba(251, 0, 93, 1) !important;
}
.uk-input.uk-form-blank,
.uk-textarea.uk-form-blank,
.uk-select.uk-form-blank {
    border-bottom: 1px dashed rgba(251, 0, 93, 1);
}
.uk-button-default,
.uk-button-default:hover,
.uk-button-default:focus,
.uk-button-default:active
{
    border: 0;
    border-bottom: 1px solid rgba(251, 0, 93, 1);
}
.uk-button-default:hover,
.uk-button-default:focus,
.uk-button-default:active
{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.uk-button-text::before {
    border-bottom: 1px solid rgba(251, 0, 93, 1);
}
.no_transform {
    text-transform: none !important;
}
.highlighted {
    /* display: inline-block; */
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
}
.uk-card-default {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .06);
}
.uk-notification-message {
    background: rgba(245, 245, 248,  1) !important;

}
.uk-notification-message-warning {
    color: rgba(255,161,0,1) !important;
    border-top: 1px solid rgba(255, 161, 0, 1) !important;
}

.uk-notification-message-danger {
    color: rgba(251, 0, 93, 1) !important;
    border-top: 1px solid rgba(251, 0, 93, 1) !important;
}

.uk-notification-message-success {
    /* color: rgba(131, 252, 0, 1) !important;
    border-top: 1px solid rgba(131, 252, 0, 1) !important; */
    color: rgba(50,210,150,1) !important;
    border-top: 1px solid rgba(50, 210, 150, 1) !important;
}

.uk-notification-message-primary {
    color: rgba(22, 112, 244, 1) !important;
    border-top: 1px solid rgba(22, 112, 244, 1) !important;
}

.uk-text-meta {
    font-size: 0.75rem;
}
.uk-card-default {
    color: inherit !important;
}
body::after {
    position: fixed;
    top: -1rem;
    left: 0;
    content: 'iptv';
    font-size: 12rem;
    color: rgba(255, 255, 255, 1);
    text-shadow: -12px 14px 25px rgba(0, 0, 0, .1);
    /* transform: rotate(-90deg); */
    /* -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); */
    z-index: -1;
}
@media screen and (max-width: 639.98px) {
    .logo {
        font-size: 3rem;
        padding-top: 2rem;
    }
    body::after {
        writing-mode: vertical-rl;
        left: -3rem;
        font-size: 9rem;
        top: 2rem;
    }
    .pg_nav {
        margin-right:0 !important;
        margin-bottom: -1rem !important;
    }
    .pg_content {
        margin-left:0 !important;
        margin-top: -1rem !important;
    }
}
.uk-form-label {
    font-size: 1rem !important;
}
html.uk-modal-page header,
html.uk-modal-page main,
html.uk-modal-page footer  {
    filter: blur(5px);
}
.uk-icon-button {
    background-color: rgba(255, 255, 255, 1) !important;
}
.uk-card-primary .uk-icon-button {
    background-color: rgba(255, 255, 255, .1) !important;
}
.uk-modal {
    background: rgba(0, 0, 0, .1) !important;
}
.bg_mute {
    background-color: rgba(0, 0, 90, 0.04);
    word-break: break-all;
}
.trf_active {
    border-bottom: 4px solid rgba(131, 252, 0, 1) !important;
    border-right: 4px solid rgba(131, 252, 0, 1) !important;
    min-height: 9.25rem !important;
}
.trf_deactived {
    border-top: 4px solid rgba(251, 0, 93, 1) !important;
    border-left: 4px solid rgba(251, 0, 93, 1) !important;
    min-height: 9.25rem !important;
}
.auto_active {
    border-bottom: 4px solid rgba(131, 252, 0, 1) !important;
    border-right: 4px solid rgba(131, 252, 0, 1) !important;
    min-height: 9.25rem !important;
}
.auto_deactived {
    border-top: 4px solid rgba(0, 0, 90, 0.1) !important;
    border-left: 4px solid rgba(0, 0, 90, 0.1) !important;
    min-height: 9.25rem !important;
}
.modal_no_bg {
    width: auto !important;
    background: none !important;
}
.pg_nav {
    margin-right:-1rem;
}
.pg_content {
    margin-left:-1rem;
}
.refs_plus,
.refs_link {
    position:relative;
}
.refs_plus::after {
    position:absolute;
    top: -0.3rem;
    right: -0.4rem;
    content: url('/public/plus.svg');
    width: .9rem;
    height: .9rem;
}
.refs_link::after {
    position: absolute;
    top: -0.3rem;
    right: -0.4rem;
    content: url('/public/link.svg');
    width: .9rem;
    height: .9rem;
}
.uk-table th {
    font-weight: 300 !important;
    text-transform: none !important;
}
.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
    background: rgba(0, 0, 90, 0.04) !important;
}

.accord_custom>li {
    border-top: 1px solid rgba(251, 0, 93, 1);
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
}
/* .accord_custom > li.uk-open {
} */
.uk-accordion-title::before {
    margin-left: 0 !important;
    margin-right: 10px !important;
    float: left !important;
    background-image: url('/public/chevron_down.svg') !important;
}

.uk-open>.uk-accordion-title::before,
.uk-open>*>.uk-accordion-title::before {
    background-image: url('/public/chevron_up.svg') !important;
}
@media screen and (max-width: 639.98px) {
    .rev_order {
        order: 99;
    }
    .stl_h {
        border-top: 0 !important;
        padding: 0.5rem;
    }
    .wlc_text {
        border-bottom: 1px solid rgb(0, 167, 229);
    }
    #sbmtBtn {
        width:100%;
    }
    .txt_center_small {
        text-align: center;
    }
}
input[type=radio]:not(:checked)+label.uk-button {
    border-bottom: 0 !important;
}
input[type=checkbox]:checked+i {
    color: rgba(50,210,150,1) !important;
}
input[type=checkbox]:checked+label.uk-icon-button {
    background-color: rgba(50,210,150,1) !important;
    color: rgba(255, 255, 255, 1) !important;
}
.faq_tgl {
    text-align:left !important;
}
.uk-offcanvas-bar {
    background-color: rgba(120, 120, 120, 1);
    color: rgba(255,255,255,1);
}

.payway_btn {
	width:110px;
	height:110px;
	margin: 0.5rem;
	background-position: center;
	/*background-size: contain;*/
	background-size: 90%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.85) !important;
}
.payway_btn:hover,.payway_btn:active,.payway_btn:focus {
	background-color: rgba(255,255,255, 1) !important;
	box-shadow: 0 14px 25px rgba(0,0,0,.16);
}
.uk-badge_warning {
    background-color: rgba(255, 161, 0, 1) !important;
}
.uk-badge_danger {
    background-color: rgba(251, 0, 93, 1) !important;
}
div.uk-icon.uk-spinner {
    color: rgba(251, 0, 93, 1);
}
.word_break {
    word-break: break-all;
}
.truncate_wide {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label.lbl_wait {
    background-color: rgb(232, 196, 8) !important;
    color: rgb(255,255,255);
}

label.lbl_success {
    background-color: rgba(140,193,76,1) !important;
    color: rgb(255,255,255);
}
label.lbl_canceled {
    background-color: rgba(114,129,139,1) !important;
    color: rgb(255,255,255);
}
label.lbl_expired {
    background-color: rgba(201,16,50,1) !important;
    color: rgb(255,255,255);
}
input.uk-hidden:checked + label:not(.gp_switch) {
    box-shadow: 0 5px 12px rgba(0,0,0,.16);
}

/*#groupsList .uk-card-default {
    border-right: 1px solid rgba(201,16,50,1) !important;
}*/
.mv_group,
.mv_channel {
    cursor: move;
}
.mv_channel {
    line-height:38px;
}
#groupsList li.uk-open {
    box-shadow: 0 5px 12px rgba(0,0,0,.16);
}
#groupsList li.uk-open > .uk-card > ul.uk-iconnav {
    /* margin-right: 0.5em; */
    vertical-align:middle;
    line-height:38px;
    padding-right: 0.5em;
}
.uk-sortable-placeholder{
    border:1px dotted rgba(201,16,50,0.5);
}
.accord_container {
    min-height: 141px;
    max-height:80vh;
    overflow:auto;
}
.spinnerWrap3 {
    min-height: 150px;
    height: 107px;
    /* padding: 1px; */
}
.srch_card_primary {
    border: 1px solid rgb(0, 167, 229);
}
.sort_asc_btn {
    display:none;
}
ul.uk-accordion li.uk-open .sort_asc_btn {
    display: inline-flex;
}

.ext_plist_mng > li {
    display: flex;
    align-items: center;
}
/*=======================================
    HELPERS
=======================================*/
.m-t-0 {
    margin-top: 0px !important;
}

.m-t-025 {
    margin-top: .25em !important;
}

.m-t-05 {
    margin-top: .5em !important;
}

.m-t-1 {
    margin-top: 1em !important;
}

.m-t-2 {
    margin-top: 2em !important;
}

.m-t-3 {
    margin-top: 3em !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-025 {
    margin-bottom: .25em !important;
}

.m-b-05 {
    margin-bottom: .5em !important;
}

.m-b-1 {
    margin-bottom: 1em !important;
}

.m-b-2 {
    margin-bottom: 2em !important;
}

.m-b-3 {
    margin-bottom: 3em !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-y-025 {
    margin-top: .25em !important;
    margin-bottom: .25em !important;
}

.m-y-05 {
    margin-top: .5em !important;
    margin-bottom: .5em !important;
}

.m-y-1 {
    margin-bottom: 1em !important;
    margin-top: 1em !important;
}

.m-y-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.m-y-3 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.m-l-025 {
    margin-left: .25em !important;
}

.m-l-05 {
    margin-left: .5em !important;
}

.m-l-1 {
    margin-left: 1em !important;
}

.m-l-2 {
    margin-left: 2em !important;
}

.m-l-3 {
    margin-left: 3em !important;
}

.m-r-025 {
    margin-right: .25em !important;
}

.m-r-05 {
    margin-right: .5em !important;
}

.m-r-1 {
    margin-right: 1em !important;
}

.m-r-2 {
    margin-right: 2em !important;
}

.m-r-3 {
    margin-right: 3em !important;
}

.m-x-025 {
    margin-right: .25em !important;
    margin-left: .25em !important;
}

.m-x-05 {
    margin-right: .5em !important;
    margin-left: .5em !important;
}

.m-x-1 {
    margin-right: 1em !important;
    margin-left: 1em !important;
}

.m-x-2 {
    margin-right: 2em !important;
    margin-left: 2em !important;
}

.m-x-3 {
    margin-right: 3em !important;
    margin-left: 3em !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-05 {
    padding-top: .5em !important;
}

.p-t-1 {
    padding-top: 1em !important;
}

.p-t-2 {
    padding-top: 2em !important;
}

.p-t-3 {
    padding-top: 3em !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-05 {
    padding-bottom: .5em !important;
}

.p-b-1 {
    padding-bottom: 1em !important;
}

.p-b-2 {
    padding-bottom: 2em !important;
}

.p-b-3 {
    padding-bottom: 3em !important;
}

.p-y-05 {
    padding-top: .5em !important;
    padding-bottom: .5em !important;
}

.p-y-1 {
    padding-bottom: 1em !important;
    padding-top: 1em !important;
}

.p-y-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.p-y-3 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.p-l-05 {
    padding-left: .5em !important;
}

.p-l-1 {
    padding-left: 1em !important;
}

.p-l-2 {
    padding-left: 2em !important;
}

.p-l-3 {
    padding-left: 3em !important;
}

.p-r-05 {
    padding-right: .5em !important;
}

.p-r-1 {
    padding-right: 1em !important;
}

.p-r-2 {
    padding-right: 2em !important;
}

.p-r-3 {
    padding-right: 3em !important;
}

.p-x-05 {
    padding-right: .5em !important;
    padding-left: .5em !important;
}

.p-x-1 {
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.p-x-2 {
    padding-right: 2em !important;
    padding-left: 2em !important;
}

.p-x-3 {
    padding-right: 3em !important;
    padding-left: 3em !important;
}

@media (min-width:1900px) {
    .uk-width-1-1\@xxl {
        width: 100%
    }

    .uk-width-1-2\@xxl {
        width: 50%
    }

    .uk-width-1-3\@xxl {
        width: calc(100% * 1 / 3.001)
    }

    .uk-width-2-3\@xxl {
        width: calc(100% * 2 / 3.001)
    }

    .uk-width-1-4\@xxl {
        width: 25%
    }

    .uk-width-3-4\@xxl {
        width: 75%
    }

    .uk-width-1-5\@xxl {
        width: 20%
    }

    .uk-width-2-5\@xxl {
        width: 40%
    }

    .uk-width-3-5\@xxl {
        width: 60%
    }

    .uk-width-4-5\@xxl {
        width: 80%
    }

    .uk-width-1-6\@xxl {
        width: calc(100% * 1 / 6.001)
    }

    .uk-width-5-6\@xxl {
        width: calc(100% * 5 / 6.001)
    }

    .uk-width-small\@xxl {
        width: 150px
    }

    .uk-width-medium\@xxl {
        width: 300px
    }

    .uk-width-large\@xxl {
        width: 450px
    }

    .uk-width-xlarge\@xxl {
        width: 600px
    }

    .uk-width-xxlarge\@xxl {
        width: 750px
    }

    .uk-width-auto\@xxl {
        width: auto
    }

    .uk-width-expand\@xxl {
        flex: 1;
        min-width: 1px
    }
}

@media (max-width:769px) {
    .p-x-3 {
        padding-right: 6% !important;
        padding-left: 6% !important;
    }
    .p-y-3 {
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }
}