:root {
    --vodka: #bbbcea;
    --palatinate-blue: #3647db;
    --iris: #4650c3;
    --denim-blue: #3544af;
    --liberty: #4f57a3;
    --blue-bell: #9e9dc7;
    --white-coffee: #e0ddd6;
    --cultured: #f4f5f6
}

.logo {
    display: block;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
    background-size: 256px 43px;
    width: 256px;
    height: 43px
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link {
    color: var(--iris) !important;
    font-weight: 600
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important
}

body {
    min-height: 800px
}

.terms-text, p {
    font-size: 1.1rem;
    color: var(--liberty);
    font-weight: 200;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 1px
}

strong {
    font-weight: 700
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--denim-blue)
}

.h1, h1 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem
}

.h2, h2 {
    font-size: 2.3rem
}

.h3, h3 {
    font-size: 1.8rem
}

.h4, h4 {
    font-size: 1.55rem
}

.h5, h5 {
    font-size: 1.2rem
}

.h6, h6 {
    font-size: 1rem
}

.text-purple-blue {
    color: var(--iris)
}

.divider {
    border-top: 1px dotted #d3d3d3;
    width: 100%;
    margin: 2% auto
}

.v-divider {
    border-left: 1px dotted #d3d3d3;
    margin: 10px 20px;
    height: auto
}

footer {
    background-color: var(--cultured)
}

footer li {
    line-height: 2em
}

.btn.focus, .btn:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--iris);
    border-color: var(--iris)
}

.btn-primary:not(:disabled):not(.disabled):hover {
    background-color: var(--iris);
    border-color: var(--iris)
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):focus {
    background-color: var(--iris);
    border-color: var(--iris);
    box-shadow: 0 0 0 .2rem rgba(54, 71, 219, .2) !important
}

.btn-outline-primary {
    background-color: #fff;
    border-color: var(--iris);
    color: var(--iris)
}

.btn-outline-primary:hover {
    background-color: var(--iris);
    border-color: var(--iris);
    color: #fff
}

.btn-outline-primary:active, .btn-outline-primary:focus {
    background-color: var(--iris);
    border-color: var(--iris);
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(54, 71, 219, .2) !important
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    border-color: #1a1a1a
}

.btn-primary.disabled, .btn-primary:disabled {
    border-color: #e2e2e2;
    color: #494949;
    background-color: #e2e2e2;
    cursor: not-allowed !important
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: visible
}

pre.code {
    color: var(--white-coffee);
    height: 300px;
    font-size: .9rem;
    overflow: auto;
    margin: 0;
    border: none;
    padding: 1.5em
}

.nav-link {
    display: block;
    padding: .7rem 1rem
}

.navbar-nav .nav-link.active {
    color: var(--iris);
    font-weight: 600
}

.nav-pills .nav-link {
    border: 1px solid var(--white-coffee);
    font-size: 1.05rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--iris);
    border: none
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--iris);
    font-weight: 600
}

.nav-format .nav-item .active {
    color: var(--iris);
    font-weight: 600
}

.form-control:focus {
    border-color: var(--iris);
    box-shadow: 0 0 0 .2rem rgba(54, 71, 219, .2) !important
}

.has-search .form-control {
    padding-left: 2.375rem
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    color: #aaa;
    top: 5px
}

.navbar-nav .nav-link .fa-fw {
    margin-right: 1.5rem
}

.mt-9 {
    margin-top: 9rem
}

.dropdown .dropdown-item {
    font-size: .9rem
}

.nav-item .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 55px;
}

.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

.btn-copy {
    cursor: pointer
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.form-control {
    height: auto;
    font-size: .9rem
}

.label-title {
    font-size: 1.1rem;
    font-weight: 600
}

.pricing-icon {
    display: inline-flex;
    flex-shrink: 0;
    height: 66px;
    width: 66px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 23px;
    color: var(--iris);
    box-shadow: 0 2px 4px 0 rgb(68 75 248 / 25%);
    border: solid 1px var(--iris);
    border-radius: 45px;
    z-index: 100;
    background: #fff
}

.pricing-position {
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width: 768px) {
    .scale {
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%
    }
}

.bg-primary {
    background: var(--iris) !important
}

.border-color-primary {
    border-color: var(--iris)
}

.mt-4-5 {
    margin-top: 1.9rem
}

.my-6 {
    margin-top: 4.5rem !important
}

table {
    font-size: 1rem;
    color: var(--liberty) !important
}

table th {
    font-size: 1.1rem;
    font-weight: 700
}

.info-title {
    font-size: 1.2rem
}

.btn-faq {
    font-size: 1.2rem;
    text-transform: none;
    font-weight: 500;
    color: var(--denim-blue)
}

.featured-ribbon {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px
}

.ribbon {
    font-size: .75rem;
    color: #fff;
    line-height: 15px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    right: -4px;
    top: 15px;
    width: 105px;
    height: 28px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background-color: var(--iris)
}

.ribbon:after, .ribbon:before {
    content: "";
    position: absolute;
    bottom: -3px
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}

.size-1 {
    font-size: .65rem
}

.size-2 {
    font-size: .7rem
}

.size-3 {
    font-size: .75rem
}

.size-4 {
    font-size: .8rem
}

.size-5 {
    font-size: .85rem
}

.intl-tel-input {
    width: 100%
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--iris);
    border-color: var(--iris);
    text-decoration: none
}

.list-group-item.active a {
    color: #fff
}

.list-group a {
    text-decoration: none
}

:target::before {
    content: '';
    display: block;
    height: 140px;
    margin-top: -140px
}

.nav-codes .active {
    color: var(--iris);
    font-weight: 600
}

.btn-code-line {
    top: 6px;
    right: 0;
    background: #2d2d2d;
    padding: 7px 15px
}

@media only screen and (max-width: 300px) {
    .daterangepicker {
        width: 200px !important
    }
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before {
    bottom: 1.4em !important
}