@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');

body {
    color: #8492af;
    background-color: #f7f7f7;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
a {
    color: #3bc0c3;
    transition: all 0.3s ease;
}
a:hover {
    color: #2f9b9d;
}
i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
i[data-toggle='popover'] {
    cursor: pointer;
}

/* AdRoll Consent Banner */
#adroll_consent_banner,
#nextroll_consent_persistent_icon {
    display: none;
}

/* General */
.mt-10 {
    margin-top: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
i.h5 {
    font-size: 1.25rem;
}
.width-125 {
    min-width: 125px;
}
.content {
    margin-left: 260px;
    min-height: 100vh;
    transition: all 0.3s ease;
}
.color-default {
    color: #3bc0c3;
}
.color-success {
    color: #409c12;
}
.color-red {
    color: #dc3545;
}
.color-warning {
    color: #ffc107;
}
.loader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    z-index: 10000;
}
.loader-bounce-1, .loader-bounce-2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3bc0c3;
    opacity: 0.6;
    position: absolute;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.loader-bounce-2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}
@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@keyframes pulse-danger {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(180, 0, 11, 0.4);
    box-shadow: 0 0 0 0 rgba(180, 0, 11, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(128, 2, 9, 0);
    box-shadow: 0 0 0 10px rgba(128, 2, 9, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(61, 0, 4, 0);
    box-shadow: 0 0 0 0 rgba(61, 0, 4, 0);
  }
}
@keyframes pulse-success {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(21, 92, 27, 0.4);
    box-shadow: 0 0 0 0 rgba(21, 92, 27, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(128, 2, 9, 0);
    box-shadow: 0 0 0 10px rgba(128, 2, 9, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(61, 0, 4, 0);
    box-shadow: 0 0 0 0 rgba(61, 0, 4, 0);
  }
}
#campaigns_table_length {
    float: left;
    line-height: 38px;
}
#toggle_campaign_stats {
    float: left;
    margin-left: 15px;
    line-height: 32px;
    margin-top: 5px;
}
#toggle_campaign_stats .onoffswitch {
    width: 82px;
    height: 28px;
    margin: 0 13px;
}
#toggle_campaign_stats .onoffswitch-inner:before {
    content: 'TODAY';
    height: 25px;
    font-size: 11px;
    line-height: 25px;
}
#toggle_campaign_stats .onoffswitch-inner:after {
    content: 'TOTAL';
    height: 25px;
    font-size: 11px;
    line-height: 25px;
}
#toggle_campaign_stats .onoffswitch-switch {
    width: 28px;
    height: 28px;
    right: 54px;
}
#toggle_campaign_stats .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

#campaignProfilesLoader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    transform: translate(-50%, -50%);
}
.wrapper {
    min-height: calc(100vh - 130px);
    padding: 30px 0;
}
.cloud-campaigns-buttons {
    float: right;
    margin-bottom: 15px;
}
.cloud-campaigns-buttons .btn-e {
    display: block;
    width: 100%;
    max-width: 225px;
}
.modal-custom .modal-header .close {
    padding: 1.25rem;
    outline: none;
}
.modal-custom .modal-content {
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 15px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 10px 15px 5px rgba(0,0,0,0.15);
    box-shadow: 0 10px 15px 5px rgba(0,0,0,0.15);
}
.modal-custom .modal-dialog {
    width: 100%;
    max-width: 625px;
}
#dockerLinkedinModal .modal-dialog,
#dockerTwitterModal .modal-dialog {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}
@media (min-width: 576px) {
    .modal-custom .modal-dialog,
    #dockerLinkedinModal .modal-dialog,
    #dockerTwitterModal .modal-dialog {
        max-width: 500px;
    }
}
@media (min-width: 767px) {
    .modal-custom .modal-dialog {
        max-width: 625px;
    }
    #dockerLinkedinModal .modal-dialog,
    #dockerTwitterModal .modal-dialog {
        max-width: 700px;
    }
}
@media (min-width: 960px) {
    #searchURLModal .modal-dialog,
    #dockerLinkedinModal .modal-dialog,
    #dockerTwitterModal .modal-dialog {
        max-width: 900px;
    }
}
#docker_linkedin,
#docker_twitter {
    width: 100%;
    min-height: 500px;
    border: none;
}
@media (max-width: 767px) {
    .cloud-campaigns-buttons {
        float: none;
        text-align: right;
    }
    .cloud-campaigns-buttons .btn-e {
        display: inline-block;
    }
}

/* Progress Bar */
.progress-custom {
    height: 0.5rem;
    border-radius: 10px;
}
.progress-custom .progress-bar {
    border-radius: 10px;
}
.progress-bar.bg-default {
    background-color: #3bc0c3;
}
.progress-bar.bg-default-2 {
    background-color: #1f2944;
}

/* Buttons */
.btn-e {
    padding: .5rem 1.25rem;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15);
}
.btn-e:focus {
    box-shadow: none;
}
.btn-e i {
    display: inline-block;
    vertical-align: middle;
}
.btn-e-gray {
    color: #c1c1c1;
    background-color: #fff;
    border: 2px solid #c1c1c1;
}
.btn-e-gray:hover {
    color: #9c9c9c;
    background-color: #fff;
    border-color: #9c9c9c;
}
.btn-e-default {
    color: #fff;
    background-color: #1f2944;
}
.btn-e-default:hover {
    color: #1f2944;
    background-color: #fff;
    border-color: #1f2944;
}
.btn-e-primary {
    color: #fff;
    background-color: #3bc0c3;
    border-width: 2px;
}
.btn-e-primary:hover {
    color: #3bc0c3;
    background-color: #fff;
    border-color: #3bc0c3;
}
.btn-e-danger {
    color: #fff;
    background-color: #dc3545;
    border-width: 2px;
}
.btn-e-danger:hover {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
}
.btn-e-warning {
    color: #fff;
    background-color: #ffc107;
    border-width: 2px;
}
.btn-e-warning:hover {
    color: #ffc107;
    background-color: #fff;
    border-color: #ffc107;
}
.btn-e-success {
    color: #fff;
    background-color: #409c12;
    border-width: 2px;
}
.btn-e-success:hover {
    color: #409c12;
    background-color: #fff;
    border-color: #409c12;
}
.btn-linkedin {
    color: #fff;
    background-color: #0077b5;
    border-width: 2px;
}
.btn-linkedin:hover {
    color: #0077b5;
    background-color: #fff;
    border-color: #0077b5;
}
.btn-e-primary.btn-nohover,
.btn-e-primary.btn-nohover:hover {
    color: #3bc0c3;
    background-color: #fff;
    border-color: #3bc0c3;
}
.btn-e-danger.btn-nohover,
.btn-e-danger.btn-nohover:hover {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
}
.btn-e-warning.btn-nohover,
.btn-e-warning.btn-nohover:hover {
    color: #ffc107;
    background-color: #fff;
    border-color: #ffc107;
}
.btn-e-success.btn-nohover,
.btn-e-success.btn-nohover:hover {
    color: #409c12;
    background-color: #fff;
    border-color: #409c12;
}
.btn-e-gray.btn-nohover,
.btn-e-gray.btn-nohover:hover {
    color: #c1c1c1;
    background-color: #fff;
    border: 2px solid #c1c1c1;
}

/* Forms */
label {
    margin-bottom: .25rem;
    font-size: 16px;
}
select.form-control::-ms-expand {
    display: none;
}
select.form-control {
    background: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%);
    background-position: calc(100% - 20px) 1em, calc(100% - 15px) 1em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    padding: .375rem 1rem;
    border-radius: 15px;
    border: 2px solid #eee;
}
.form-control:focus {
    box-shadow: none;
    border-color: #3bc0c3;
}
.form-control::placeholder {
    color: #aaa;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #aaa;
}
.form-control::-ms-input-placeholder {
    color: #aaa;
}
select.form-control {
    cursor: pointer;
}
textarea {
    resize: none;
}
textarea.form-control {
    padding: 0.75rem 1rem;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #eee;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.control:hover input ~ .control-indicator,
.control input:focus ~ .control-indicator {
    background: #ccc;
}
.control input:checked ~ .control-indicator {
    background: #3bc0c3;
}
.control:hover input:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator {
    background: #2f9b9d;
}
.control input:disabled ~ .control-indicator {
    background: #eee;
    opacity: 0.6;
    pointer-events: none;
}
.control-indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control-indicator:after {
    display: block;
}
.control-checkbox .control-indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control-indicator:after {
    border-color: #7b7b7b;
}

/* Table */
.table-hover tbody td {
    vertical-align: middle;
    border: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.table-hover tbody tr {
    transition: all 0.3s ease;
}
.table-hover tbody tr .badge:hover {
    cursor: pointer;
}
.table-hover tbody tr:hover .progress {
    background-color: #fff;
}
.table-hover tbody tr:hover .badge-gray {
    background-color: #fff;
}
.table {
    padding: 0 10px;
    border: none;
    border-spacing: 0 15px!important;
}
.table th {
    border: none;
    border-bottom: 2px solid #dee2e6;
}
.table th:focus {
    outline: none;
}
.table tbody > tr {
    border-radius: 12px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1);
    box-shadow: 0 2px 28px rgba(0,0,0,.1);
}
.table-hover tbody > tr > td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.table-hover tbody > tr > td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.table tbody .btn {
    border-radius: 20px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15);
}
.table tbody .onoffswitch {
    width: 60px;
    height: 22px;
    margin: 0 auto;
}
.table tbody .onoffswitch-inner:before,
.table tbody .onoffswitch-inner:after {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
}
.table tbody .onoffswitch-inner:before {
    padding-left: 10px;
    text-align: left;
}
.table tbody .onoffswitch-switch {
    width: 24px;
    height: 24px;
    right: 36px;
}
#campaigns_table tbody td:last-child {
    width: 135px;
}
.dt-buttons {
    float: left;
}
.dt-buttons .btn-sm {
    line-height: 1.25;
    border-radius: 20px;
}
.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}
#campaignProfiles .profile_photo {
    width: 45px;
    border-radius: 50%;
}
.dataTables_length .form-control,
.dataTables_filter .form-control {
    border: 2px solid #eee;
    border-radius: 20px;
}
.dataTables_length .form-control {
    padding: .375rem 1.75rem .375rem .75rem;
}
.dataTables_length .form-control:focus,
.dataTables_filter .form-control:focus {
    box-shadow: none;
    cursor: pointer;
}
.dataTables_info {
    float: left;
}
.dataTables_paginate {
    float: right;
}
.page-item.active .page-link {
    color: #3bc0c3;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}
.page-item.active .page-link:focus {
    box-shadow: none;
}
.page-item:first-child .page-link {
    padding-left: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.page-item:last-child .page-link {
    padding-right: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Aside */
.aside {
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    min-height: 100vh;
    background-color: #1f2944;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.25);
    z-index: 100;
}
.aside .logo {
    width: 100%;
    height: 70px;
    padding: 15px;
    line-height: 40px;
    text-align: center;
}
.aside .logo-expanded {
    display: inline-block;
}
.aside .logo-expanded .logo-full {
    width: 125px;
}
.aside .logo-expanded .logo-small {
    display: none;
}
.aside .logo .nav-label {
    color: #fff;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
    letter-spacing: 2.5px;
}
.aside .logo-expanded:hover {
    text-decoration: none;
}
.aside .navigation {
    width: 260px;
    margin-top: 30px;
}
.aside .navigation li {
    display: block;
    padding: 5px 15px;
}
.aside .navigation li > a {
    color: #fff;
    display: block;
    padding: 12px 15px 12px 20px;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
}
.aside .navigation li > a > i {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}
.aside .navigation li.active a,
.aside .navigation li:hover > a {
    color: #fff;
    background-color: #3bc0c3;
}
.aside .navigation li[data-toggle="collapse"] .arrow {
    float: right;
    margin-right: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    transition: all 0.3s ease;
}
.aside .navigation .collapsed[data-toggle="collapse"] .arrow:after,
.aside .navigation li:not(.collapsed)[data-toggle="collapse"] .arrow:after {
    content: '\f104';
}
.aside .navigation li:not(.collapsed)[data-toggle="collapse"] .arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.aside .sub-menu {
    padding-left: 2rem;
}
.aside.collapsed {
    width: 75px;
}
.aside.collapsed .logo {
    padding: 15px 10px;
}
.aside.collapsed .logo-expanded .logo-full {
    display: none;
}
.aside.collapsed .logo-expanded .logo-small {
    display: block;
}
.aside.collapsed .navigation {
    width: 75px;
}
.aside.collapsed .navigation li > a {
    padding: 7px 15px;
}
.aside.collapsed .navigation li > a > i {
    margin-right: 0;
}
.aside.collapsed .nav-label {
    display: none;
}
.aside.collapsed ~ .content {
    margin-left: 75px;
}

/* Top Header */
.navbar-top {
    position: relative;
    padding: 15px 0;
    height: 70px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    z-index: 105;
}
.navbar-top .navbar-top-toggler {
    display: inline-block;
    color: #1f2944;
    font-size: 24px;
    line-height: 35px;
    cursor: pointer;
}
.navbar-top .profile-image {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.navbar-top .dropdown-menu {
    top: 70px;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-top: none;
    border-color: #eee;
    border-radius: 0;
}
.navbar-top .dropdown-menu .dropdown-item {
    color: #8492af;
    transition: all 0.3s ease;
}
.navbar-top .dropdown-menu .dropdown-item:hover {
    background-color: #eee;
}
.navbar-top .dropdown-menu i {
    margin-right: 8px;
}
.navbar-top.navbar-expand-sm .navbar-nav .nav-link {
    color: #8492af;
    padding: 0.85rem 0.5rem;
    line-height: 45px;
    outline: none;
}

/* Page Header */
.page-header {
    display: flex;
    align-items: center;
}
.page-title {
    align-self: center;
    flex-grow: 1;
}
.page-title h4 {
    margin-bottom: 0;
}
.page-buttons {
    flex-grow: 2;
}

/* Widget */
.widget-panel {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    color: #8492af;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.15);
}
.widget-panel .widget-icon {
    position: relative;
    margin: -20px 15px 0;
    padding: 15px;
    float: left;
    text-align: center;
    border-radius: 10px;
    background-color: #3bc0c3;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(81,104,131,.4);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(81,104,131,.4);
}
.widget-panel .widget-icon i {
    display: inline-block;
    color: #fff;
    width: 56px;
    height: 56px;
    font-size: 36px;
    line-height: 56px;
}
.widget-panel .widget-content {
    position: relative;
    padding: 15px 20px;
}
.widget-panel .widget-content .widget-title,
.widget-panel .widget-content .widget-value {
    margin-bottom: 0;
}
.widget-progress {
    position: relative;
    margin-top: 10px;
}
.widget-progress .widget-title h5 {
    margin-bottom: 5px;
    font-size: 16px;
}
.widget-progress .widget-label {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 12px;
}
.widget-progress .widget-content {
    padding: 0;
}
.widget-settings {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
}
.widget-settings a {
    color: #8492af;
    transition: all 0.3s ease;
}
.widget-settings a:hover {
    color: #3bc0c3;
}
.widget-panel:hover .widget-settings {
    display: block;
}

/* Card */
.card-custom {
    border: none;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    border-radius: 10px;
}
.card-custom .card-header {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    border-bottom: none;
}
.card-custom .card-header a {
    display: block;
    color: #8492af;
    padding: 1.25rem;
    font-size: 18px;
}
.card-custom .card-header a:hover {
    text-decoration: none;
}
.card-custom .card-header a[data-toggle=collapse]:not(.btn),
.card-custom .card-header .accordion-toggle {
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.card-custom .card-header a[data-toggle=collapse]:not(.btn):before,
.card-custom .card-header .accordion-toggle:before {
    float: right;
    display: block;
    content: '\f068';
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 25px;
    line-height: 25px;
    text-align: right;
}
.card-custom .card-header a[data-toggle=collapse].collapsed:not(.btn):before,
.card-custom .card-header .accordion-toggle.collapsed:before {
  content: '\f067';
}
.card-custom .card-header-switch {
    height: 75px;
    padding: 20px;
    line-height: 35px;
}
.card-custom .card-header-switch h5 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.card-custom .card-header-switch .onoffswitch {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.card-custom .card-header-switch .card-header-button {
    color: #fff;
    padding: 0.25rem 1rem;
    font-size: 14px;
    float: right;
}
.card-custom .card-header-switch .card-header-button:hover {
    color: #1f2944;
    background-color: #fff;
    border-color: #1f2944;
}
.card-custom .card-body {
    border-top: 1px solid #eee;
    transition: all 0.3s ease;
}
.card-custom .card-body-switch {
    padding: 30px;
}

/* Switch ON/OFF */
.onoffswitch {
    display: inline-block;
    position: relative;
    width: 78px;
    height: 34px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none!important;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #eee;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: 'ON';
    color: #fff;
    padding-left: 10px;
    background-color: #3bc0c3;
}
.onoffswitch-inner:after {
    content: 'OFF';
    color: #3bc0c3;
    padding-right: 10px;
    background-color: #fafafa;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 46px;
    bottom: 0;
    border: 2px solid #eee;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.onoffswitch-text-left,
.onoffswitch-text-right {
    display: inline-block;
    font-weight: 600;
    vertical-align: middle;
}

/* NoUISlider */
.zslider:disabled {
    opacity: 0.3;
}
.zslider:disabled .noUi-handle {
    display: none;
}
.noUi-target {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    border-radius: 10px;
}
.noUi-horizontal {
    height: 15px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 25px;
    background: #1f2944;
    border-color: #1f2944;
    border-radius: 4px;
    box-shadow: none;
}
.noUi-handle:before,
.noUi-handle:after {
    width: 2px;
    height: 12px;
    background: #3bc0c3;
}
.noUi-connect {
    background: #3bc0c3;
    box-shadow: none;
}
.slider-custom {
    margin-top: 45px;
}
.slider-custom .slider-label {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 45px;
    text-align: center;
}

/* Badge */
.badge-custom {
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15);
    border: 2px solid;
    transition: all 0.3s ease;
}
.badge-custom-2 {
    color: #fff;
    font-size: 12px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.15);
    border: 2px solid;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.badge-custom.badge-gray,
.badge-custom-2.badge-gray {
    color: #555;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.badge-custom.badge-gray:not(.badge-no-hover):hover,
.badge-custom-2.badge-gray:not(.badge-no-hover):hover {
    color: #555;
    background-color: #fff;
}
.badge-custom.badge-linkedin {
	background-color: #0073b1;
	border-color: #0073b1;
}
.badge-custom.badge-primary,
.badge-custom-2.badge-primary {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
}
.badge-custom.badge-primary:not(.badge-no-hover):hover,
.badge-custom-2.badge-primary:not(.badge-no-hover):hover {
    color: #3bc0c3;
    background-color: #fff;
}
.badge-custom.badge-success,
.badge-custom-2.badge-success {
    background-color: #409c12;
    border-color: #409c12;
}
.badge-custom.badge-success:not(.badge-no-hover):hover,
.badge-custom-2.badge-success:not(.badge-no-hover):hover {
    color: #409c12;
    background-color: #fff;
}
.badge-custom.badge-danger,
.badge-custom-2.badge-danger {
    border-color: #dc3545;
}
.badge-custom.badge-danger:not(.badge-no-hover):hover,
.badge-custom-2.badge-danger:not(.badge-no-hover):hover {
    color: #dc3545;
    background-color: #fff;
}
.badge-custom.badge-warning,
.badge-custom-2.badge-warning {
    background-color: #ffc107;
    border-color: #ffc107;
}
.badge-custom.badge-warning:not(.badge-no-hover):hover,
.badge-custom-2.badge-warning:not(.badge-no-hover):hover {
    color: #ffc107;
    background-color: #fff;
}
.badge-no-hover {
    cursor: initial!important;
}
.badge-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}
.badge-danger .badge-dot {
    background: #901824;
    animation: pulse-danger 1s infinite;
}
.badge-success .badge-dot {
    background: #1d7d33;
    animation: pulse-success 1s infinite;
}

/* Checkbox */
.cr-styled {
    display: inline-block;
    margin: 0px 2px;
    line-height: 20px;
    font-weight: normal;
    cursor: pointer;
}
.cr-styled i {
    display: inline-block;
    height: 18px;
    width: 18px;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #CCC;
    border-radius: 3px;
    text-align: center;
    padding-top: 1px;
    font-family: 'FontAwesome';
    margin-top: -4px;
    margin-right: 3px;
    font-size: 12px;
}
.cr-styled input {
    visibility: hidden;
    display: none;
}
.cr-styled input[type=checkbox]:checked + i:before {
    content: "\f00c";
}
.cr-styled input[type=radio] + i {
    border-radius: 18px;
    font-size: 11px;
    line-height: 13px;
}
.cr-styled input[type=radio]:checked + i:before {
    content: "\f111";
}
.cr-styled input:checked + i {
    color: #3bc0c3;
    border-color: #3bc0c3;
}

/* Timeline */
.timeline {
    color: #8492af;
    margin: 50px auto;
    position: relative;
    line-height: 1.4em;
    font-size: 1em;
    padding: 50px;
    letter-spacing: 0.5px;
    border-left: 5px solid #3bc0c3;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.15);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    list-style: none;
    text-align: left;
    font-weight: 100;
}
.timeline h1 {
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em;
}
.timeline .event {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #3bc0c3;
    left: -58px;
    background: #fff;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}
.timeline .event-content input[class*='event-input-'] {
    width: 100px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.timeline .event .event-number {
    color: #1f2944;
    margin-left: 15px;
    font-size: 30px;
}
.timeline .event .event-remove {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.timeline .event .event-remove:hover {
    color: #3bc0c3;
}

/* Pricing Plans */
.pricing-plan {
    position: relative;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 6px;
}
.pricing-price {
    color: #444;
    padding-top: 55px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
}
.pricing-plan:hover {
    margin-top: 10px;
}
.pricing-plan.zoom {
    margin: 0 15px;
    margin-top: 0;
    transform: scale(1.1);
}
.pricing-plan.zoom:hover {
    margin-top: 10px;
}
.pricing-plan.zoom .item {
    font-size: 15px;
}
.pricing-plan.zoom .pricing-btn {
    margin-bottom: 15px;
}
.pricing-price span {
    font-size: 24px;
    display: inline-block;
}
.pricing-price span:first-child {
    font-weight: 600;
    font-size: 40px;
    transform: translate3d(-2px,-2px,0);
}
.pricing-price span:last-child {
    color: #9daac7;
}
.pricing-title {
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
    padding: 0px 35px;
}
.pricing-table {
    color: #8492af;
}
.pricing-table .item {
    padding: 5px 0;
    font-size: 16px;
}
.pricing-table .item i {
    color: #3bc0c3;
    line-height: 1.2;
    vertical-align: middle;
}
.pricing-btn {
    padding-top: 30px;
}
.pricing-btn .btn-large {
    width: 150px;
    height: 40px;
    line-height: 40px;
}

/* Nav Pills */
.nav-pills-custom .nav-link {
    min-width: 200px;
    color: #3bc0c3;
    margin-right: 15px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #3bc0c3;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.nav-pills-custom .nav-link:not(.active):hover {
    color: #2f9b9d;
    border-color: #2f9b9d;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .show > .nav-link {
    color: #fff;
    background-color: #3bc0c3;
}
.nav-pills-custom .nav-link.active:hover,
.nav-pills-custom .show > .nav-link:hover {
    color: #3bc0c3;
    background-color: #fff;
}

/* Footer */
.footer {
    height: 60px;
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
    z-index: 105;
}
