nav.navbar {
    background: #2f373c !important;
    padding: 20px 30px;
}

nav.navbar a {
    color: #fff!important
}

body {
    /*background: #f1f6f8;*/
    /*box-shadow: inset 0 120px #2f373c;*/
    height: 100%;
}

body > .container-fluid {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 6px 20px rgba(151,158,160,.1);
    margin: 0 30px;
    width: calc(100% - 60px);
}

body > .container-fluid .hide-scrollbar::-webkit-scrollbar {
    display: none;
}
  
body > .container-fluid .hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

* {
    outline: none !important;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.dropdown-menu .dropdown-item{
    border-radius: 0;
    color: #16181b !important;
}
.dropdown-menu .dropdown-item:active{
    background: #35a09c !important;
    color: white !important;
    color: #16181b !important;
}

button.navbar-toggler {
    filter: invert(100%);
    border: none
}



li.nav-item.border.border-dark.nav-item.p-2.rounded.mr-2.btn.bg-white {
    font-size: 13px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 20px !important;
    margin-right: 20px !important;
    border:none !important;
}



input[name=dates] {
    border: none;
    font-size: 13px;
    text-align: center;
    background: #f4f6f9;
    cursor: pointer;
}

input[name=dates]:focus {
    box-shadow: none;
}




th {
    cursor: pointer;
}

.custom-button {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.popover {
  max-width: 400px;
  padding: 0 22px;
  font-family: Poppins, sans-serif;
}

.popover .notification {
    padding: 5px !important;
    border: none !important;
}

table {
    font-size: 12px;
}





input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
    color: #212529;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 25px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    font-family: sans-serif;
    width: 50px;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 12px;
    height: 25px;
    text-align: center;
    transition: all 0.2s;
}

.campaigns-table {
    min-height: 400px;
}

.modal-header
{
    background-color: #2f373c;
    color:white;
}

.close, .close:hover {
    color: white;
}

.verticals {
    column-count: 2;
    column-gap: 15px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
}

.verticals input
{
    margin-right: 5px;
}