@import url('fonts.css');
/* Preloader */
html,body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

:root {
    --main-bg-color: #fafafc;
    --main-color: #00a0a0;
    --main-dk-color: #008585;
    --pos-color: #00C9A0;
    --pos-dk-color: #00b78f;
    --neu-color: #f8bc32;
    --neu-dk-color: #d9a333;
    --neg-color: #dc193c;
    --neg-dk-color: #cb1939;
    --blue: #4285f4;
    --blue-dk: #4175e4;
    --orange: #f87132;
    --orange-dk: #e06227;
    --grey-dk: #555;
    --excel: #207245;
    --shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

    /*accent colors*/
    --accent-njump: #3eed9b;
    --accent-offerpack: #3e75ed;
    --accent-landingmanager: #30CC81;
    --accent-notif: #3cb371;

    --accent-light: #333;
    --accent-dark: #fff;

}



*{font-family: 'Roboto', sans-serif;}


.centertext {
    text-align: center;
}
.simple-label {
    color: #D1AF74;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    margin-right: 10px;
}
.simple-title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#njumps_preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#preloader2 {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
    display: none;
}

.cover {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#njumps_status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#status2 {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    display: none;
}
.spinner {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.navbar-brand img{
    width: 250px;
}
.navbar-brand-home img{
    width: 93px;
    padding-top: 45px;
}

.navbar-brand-home-2 img{
    width: 93px;
}

.beta{
    font-size: 14px;
}
.blue{
    color: #41a6ff;
}

section.home-item{
    margin-top: 31px;
}
div.col-sm-7.five-three {
    width: 60% !important;
}

div.col-sm-5.five-two {
    width: 40% !important;
}
.sky-form .label{
    color: #41a6ff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.label-filter{
    margin-right: 30px;
}

table.table tr td.cb{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.table-striped>tbody>tr:nth-child(even){
    background: #f1f5f8
}


.home-title{
    color: #000;
    font-size: 66px;
    text-align: left;
    line-height: 79px;
    font-family: lato, sans-serif;
    font-weight: 900;
}
.sub-title{
    color: #000;
    line-height: 61px;
    text-align: left;
    font-size: 51px;
    letter-spacing: 1px;
    font-family: lato, sans-serif;
    font-weight: 300;
}
.home-text{
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    font-family: lato, sans-serif;
}
.form-title{
    color: #fff;
    background: #000;
    font-size: 22px;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
}
.home-content{
    margin-top: 100px;
    padding: 30px;
}
.home-form{
    margin-top: 70px;
}
#wrap{
    min-height: 90%;
}
.navbar-form{
    margin: 33px 0px;
}

.btn-primary{
    background: #41a6ff;
    padding: 6px 20px;
}
.btn-send{
    padding: 15px 40px;
    font-weight:bold;
}
.btn-lg2{
    padding: 10px 20px;
}
footer.footer{
    font-size: 10px;
    margin: 20px 0px;
    line-height: 12px;
    font-family: lato, sans-serif;
    font-weight: 400;
    color: #000;
}

/*2nd Page*/
.sky-form .radio i, .sky-form .checkbox i {
    width: 15px;
    height: 15px;
    border-width: 1px;
}
.sky-form .checkbox input + i:after{
    top: 1px;
}
.btn-dwnld{
    background: url(../img/btn.png)no-repeat;
    width: 101%;
    height: 42px;
    cursor: pointer;
}
.sky-form .select select,.sky-form .input input{
    height: 42px;
    font-size: 13px;
}
.sky-form .select i{
    /*top: 19px;*/
    /*background: green;*/
    top: 13px;
    height: 16.5px;
}
.sky-form .icon-append{
    font-size: 12px;
    top: 6px;
}
.sky-form section{
    margin-bottom: 10px;
}

.simple-label {
    color: #639ABD;
    text-decoration: none;
}

.simple-title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}

.navbar-brand {
    float: left;
    padding: 12px;
    font-size: 18px;
    line-height: 20px;
    height: 65px;
}
.navbar-collapse {
    margin-left: auto!important;
}
.accent-color {
    width: 100%;
    height: 57px;
    position: fixed;
    top: 0;
    z-index: 10;
}

.dropdown > a > img{
    transition-duration: 0.2s;
    transform: scale(1);
}

.nav .dropdown .dropdown-menu{
    background-color: black!important;
    color: #999!important;
}

.nav .dropdown .dropdown-menu a {
    background-color: transparent;
    color: #999 !important;
}

.nav .dropdown .dropdown-menu li:hover, .nav .dropdown .dropdown-menu a:hover  {
    background-color: #333;
}

.open.dropdown > a > img{
    transform: scale(0.1);
}

.nav > li > a, .nav > li > ul > li > a{
    transition-duration: 0.1s;
    transform: scale(1);
}

.nav > li:hover > a, .nav > li > ul > li:hover > a{
    transform: scale(1.02);
    color:white!important;
}
.nav > li > ul > li > a{
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right:20px;
}
.mobile-user-area{
    display: none!important;
}

.user-area .drop{
    transition-duration: 0.3s;
    transform: translate(100vw, 0px);
    height:100%;
    display:grid;
    align-items: center;
    align-content: center;
    z-index: 1;
}
.black-box{
    width: 60px;
    background-color: black;
    height: 100%;
    z-index: 1;
    top: 0px;
    right: 0px;
    position: absolute;
}
.login-button{
    transition-duration: 0.3s;
    position:relative;
    margin-right: 5px;
    background: center / cover no-repeat;
    border-radius: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    color:white;
    font-size: 13px;
    transform: scale(1);
    width: 40px;
    height: 40px;
    z-index: 1;
}



.drop{
    position: absolute;
    padding: 15px 85px 10px 20px;
    top: 0px;
    right: 0px;
    background-color: #000;
    border-radius: 4px;
}
.drop > div{
    margin:0px;
    color:white;
}
.user-area:hover .drop{
    transform: translate(0px, 0px)
}

.user-area:hover .login-button{
    transform: scale(1.1);
}

.login-button:hover{
    cursor: unset;
}

.logout-button{
    text-align: right;
    font-size: 12px;
    margin-left: auto;
    color: #00ffaa!important;
}

/** NAVBAR MOBILE CLOSE AND OPEN */
.navbar-inverse .navbar-toggle {
    background-color: unset!important;
    border: none;
    margin-right: 0;
    padding-right: 0;
}

.navbar-inverse .navbar-toggle > .icon-bar{
    background-color: #00ffaa;
    transition-duration: 0.8s;
}

.navbar-inverse .navbar-toggle > #icon-bar3 {
    transform: rotate(45deg) translate(-4px);
}

.navbar-inverse .navbar-toggle > #icon-bar2 {
    transform: rotate(-45deg) translate(-4px);
}

.navbar-inverse .navbar-toggle > #icon-bar1 {
    opacity: 0;
}
.navbar-inverse .navbar-toggle.collapsed > #icon-bar3 {
    transform: rotate(0deg) translate(0px);
}

.navbar-inverse .navbar-toggle.collapsed > #icon-bar2 {
    transform: rotate(0deg) translate(0px);
}

.navbar-inverse .navbar-toggle.collapsed > #icon-bar1 {
    opacity: 1;
}

.navbar-inverse .navbar-toggle.collapsed > .icon-bar{
    background-color: #00ffaa;
}
/**************************************************/

.navbar-inverse{
    background: #000;
    padding: 5px;
}
.navbar *{
    font-family: 'Gotham', 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
}
.navbar-inverse .container{
    width: 100%;
    display: flex!important;
    align-items: center;
    font-size: 16px;
}

.nav .dropdown .dropdown-menu .active-page, .nav .active-page{
    color: #00ffaa!important;
}

.dropdown-menu{
    font-size: 0.9em!important;
}

@media only screen and (max-width: 1600px) {
    .navbar-inverse .container{
        font-size: 12px;
    }
}

/* OVERRIDE BOOTSTRAP NAVBAR TO COLLAPSE AT 1000px*/
@media only screen and (max-width: 1000px) {
    .navbar-inverse .container, .container > *{
        width: 100%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
        height: 100vh!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/*MOBILE NAVBAR*/
@media only screen and (max-width: 1000px) {
    .mobile-user-area{
        display: table!important;
        margin-bottom: 30px;
        position: fixed!important;
        top: 20px;
        left: 20px;
    }
    .black-box{
        position: absolute;
        height: 70px;
        right: 0px;
        width: 90px;
    }
    .login-text{
        padding:0px;
        float:left;
        margin-left: 15px;
        font-size: 14px;
    }
    .login-text > a{
        font-size: 18px;
        color: #00ffaa!important;
    }
    .user-area{
        display: none;
    }
    .navbar-header{
        width: 100%;
    }
    .navbar-toggle{
        margin: 15px;
        z-index: 1;
    }
    .navbar-collapse{
        height: 100vh!important;
        min-width: 80vw;
        transition-duration: 0.5s!important;
        transform: translate(100vw, 0px);
        position: fixed;
        background-color: black;
        right: 0;
        padding: 80px 30px 30px 30px;
        top:0;
        display: table!important;
        vertical-align: middle;
        max-height: none!important;
        color: white;
    }
    .navbar-nav .open .dropdown-menu{
        display: contents;
        justify-content: center;
    }
    .collapsing{
        position: fixed;
        transition:inherit;
    }
    .navbar-collapse.in{
        transform: translate(0px, 0px);
    }
    .nav > li *{
        text-align: center;
        font-family: 'Neutra Display Titling'!important;
        font-weight: normal;
    }
    .nav{
        overflow: auto;
        height: 100%;
    }
}

html{
    /*cursor: url(/img/custom_cursor.png), pointer;*/
}

.dropdown-menu{
    left: auto;
    right: 0;
}



.displayonly{
    display: flex;
}

/* USER NOTIFICATIONS */

.circle-notif {
    position: absolute;
    top: 15px;
    width: 15px;
    right: 32px;
    background: orangered;
    color: white;
    z-index: 1;
    height: 15px;
    border-radius: 50px;
}

.nr-notif {
    font-size: 8px;
    padding: 0;
    left: 3px;
    top: 2px;
    position: absolute;
}

.pub-btn {
    border: 1px solid #ccc;
    border: 1px solid #D7D7D7;
    color: #232323;
    background-color: #fff;
    height: 35px;
    padding-left: 5px;
    border-radius: 5px;
}

.realsub-div {
    display: none;
    padding-top: 15px;
}

.link-njumps-div {
    display: flex;
}

.other-lines-linknjumps {
    text-align: center;
}

.link-njumps-btn {
    padding: 5px 5px;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    min-width: 100px;
    background: gray;
}

.link-njumps-btn.update {
    background: mediumseagreen;
}

.check-type {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-flex;
    display: none;
}

.check-type-input {
    position: relative;
    top: 8px;
}

.check-type-label {
    position: relative;
    top: 6px;
}

.level-2 {
    padding-left: 20px;
    display: block;
    font-weight: bold;
}
.level-3 {
    padding-left: 40px;
    display: block;
    width: 175px;
}
.level-4 {
    padding-left: 60px;
    display: block;
}

.highlight-msisdn.check-checked {
    background-color: #00FFAA;
}

.expand-btn {
    background-color: #41a6ff;
    color: white;
    border: none;
    padding: 0px 10px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}

.expand-btn:hover {
    background-color: #0056b3;
}

.hidden-api {
    display: none !important;
}

.format-tool {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.format-tool:hover {
    text-decoration: none;
}

.ellipsis-dating {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* Adjust as needed */
    display: inline-block;
    vertical-align: middle;
}

.btn-grey {
    background: var(--grey-dk);
}

/* slide-out panel */
#colPanel {
    position: fixed;
    top: 0; right: -300px;
    width: 300px; height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: right 0.3s;
    z-index: 1000;
    padding: 1rem;
    overflow-y: auto;
}

#colPanel.open { right: 0; }

#colPanel .panel-header {
    display: flex; justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

#colPanel .panel-header h5 { margin: 0; }
#colPanel .btn-close { font-size: 1.2rem; }
#colPanel .column-list { list-style: none; padding: 0; margin: 0; }
#colPanel .column-list li { margin: 0.5rem 0; }

.dropdown-column-settings {
    padding: 15px;
    width: 260px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
  }
  
.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
  }
  
  .toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }
  
  .toggle-input:checked + .toggle-slider {
    background-color: #28a745;
  }
  
  .toggle-input:checked + .toggle-slider:before {
    transform: translateX(22px);
  }

.general-title {
    margin-top: 3px;
    font-weight: bold;
    margin-right: 15px;
}

.picker-header {
    font-size: 20px;
    display: inline-flex;
}

.col-toggle {
    transform: scale(1.3);
    margin-right: 0.5em;
    transform-origin: top left;
}
  
.col-toggle {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

#columnList {
    padding-top: 10px;
    max-height: 400px;
    overflow-y: auto;
}