body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

input[type="file"] {
    font-family: "Helvetica", sans-serif;
    word-wrap: break-word;
}

.page-header {
    font-weight: 600;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    line-height: 1em;
}

.navbar-brand {
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding: 3px 0;
}

.nav-link {
    color: black;
}

h1 {
    font-size: 50px;
    font-family: "Helvetica", sans-serif;
    color: black;
}

.navbar-nav .nav-link {
    padding: 10px 15px !important;
    font-size: 16px;
    border: 0 !important;
    border-radius: 5px;
    transition: .15s ease-in-out all;
    color: #777;
    font-weight: normal;
    line-height: 1em;
}

.navbar-nav .nav-link:hover {
    background: rgb(227, 232, 244);
    color: rgb(18, 83, 250);
}

.navbar-nav li.divider {
    border-left: 1px solid #000;
    margin-left: 10px;
    padding-left: 10px;
}

.navbar-nav li + li {
    margin-left: 5px;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.alert ul {
    margin: 0 !important;
    padding-left: 15px;
    font-size: 12px;
}

.btn-group {
    overflow: scroll;
}

.container {
    max-width: 1020px;
    width: 100%;
}

.tall-all {
    min-height: 100vh;
}

.access-page .logo svg {
    height: 80px;
    width: 80px;
}

.margin-less {
    margin: 0 !important;
}

.box {
    border: 2px solid #000;
    padding: 20px;
    box-shadow: 3px 4px 0 0 #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0;
}

.form-group label {
    margin-bottom: 2px;
    font-size: 14px;
    color: #000;
}

.btn-primary:not(.prevent) {
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #0069ff !important;
    color: #fff !important;
}

.box h1 {
    font-size: 25px;
}

.navbar {
    background: white;
    display: flex;
    filter: drop-shadow(rgba(0, 8, 36, 0.05) 0px 4px 8px);
    padding: 0;
}

.navbar-brand svg {
    height: 60px;
    width: 60px;
}

div#mainMenu {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

div#mainMenu a {
    font-size: 16px;
    color: #000;
    text-decoration: none !important;
    line-height: 60px;
    padding-left: 32px;
    padding-right: 32px;
    border-right: 1px solid #000;
}

div#mainMenu a.active,
div#mainMenu a:hover {
    text-decoration: underline !important;
}

div#mainMenu a:first-child {
    border-left: 1px solid;
}

.section {
    padding: 50px 0;
}

.btn-spaced {
    letter-spacing: 1px;
}

h4 {
    font-size: 24px;
    font-weight: normal;
}

.tab-wrapper {
    border-bottom: 1px solid #eee;
}

.tab-wrapper a + a {
    margin-left: 10px;
}

.tab-wrapper a {
    color: #999;
    line-height: 40px;
    text-decoration: none !important;
    position: relative;
}

.tab-wrapper a.active {
    color: #0069ff !important;
}

.tab-wrapper a:not(.active):hover {
    color: #676767;
}

.tab-wrapper a:not(.active):hover:after {
    border-bottom: 2px solid #676767 !important;
}

.tab-wrapper a:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-wrapper a.active:after {
    border-bottom: 2px solid #0069ff !important;
}

.flex {
    display: flex;
    width: 100%;
}

.flex-center {
    align-items: center;
}

.flex-none {
    flex: none;
}

.flex-grow {
    flex-grow: 1;
}

.choice-item-wrapper {
    display: inline-block;
    width: 100%;
}

.flag {
    line-height: 0;
    margin-right: 20px;
}

.flag svg {
    min-width: 27px;
    min-height: 18px;
    max-height: 18px;
    line-height: 24px;
}

.choice-item-content {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
}

.choice-item-content .small {
    font-size: 12px;
}

.pointer {
    cursor: pointer;
}

.choice-item-wrapper:hover .choice-item-content {
    background-color: #f9f9f9;
    border: 1px solid #000;
}

.choice-item-wrapper input:checked + .choice-item-content {
    border: 1px solid #0069ff;
    background-color: #e4efff;
}

.choices-wrapper {
    margin-top: 20px;
}

.server-choices {
    display: none;
}

.server-choices.active {
    display: block;
}

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

.choice-item-wrapper input {
    display: none;
}

.padding-0 {
    padding: 0 !important;
}

.plan-price {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.plan-price-month {
    line-height: 1em;
}

.plan-price-month .normal {
    font-size: 12px;
}

.plan-price-month .price {
    font-weight: bold;
    font-size: 25px;
}

.plan-price-month .small {
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
}

.plan-price-hour .small {
    font-size: 10px;
}

.plan-description {
    font-size: 13px;
    padding: 10px 20px;
    background-color: #fff;
}

.plan-description-item + .plan-description-item {
    margin-top: 5px;
    border-top: 1px dashed #ddd;
    padding-top: 5px;
}

.servers-listing svg {
    height: 35px;
    width: 35px;
}

.vps-description {
    font-size: 13px;
    line-height: 1em;
    color: #444;
}

.servers-listing a {
    text-decoration: none !important;
}

thead {
    background: #fafafa;
    border: 2px solid #f1f1f1;
}

.vps-distribution {
    margin-top: 5px;
}

.vps-status {
    border: 2px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}

.vps-status.vps-active {
    background-color: #15cd72;
    border: 2px solid #15cd72;
}

.table thead th {
    border: 0;
}

.custom-switch,
.custom-switch * {
    cursor: pointer;
}

.server-ips {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.breadcrumb {
    background-color: #f9f9f9;
}

.info-label {
    width: 120px;
    min-width: 120px;
    color: #999;
}

.info-value svg {
    height: 15px;
    margin-right: 10px;
}

.server-info-item {
    min-height: 40px;
    font-size: 14px;
}

table td {
    vertical-align: middle !important;
}

#notfound {
    position: relative;
    height: calc(100vh - 300px);
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}

.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url('/static/images/sad.png');
    background-size: cover;
}

.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}

.notfound h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}

.notfound h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}

.notfound p {
    font-family: 'Nunito', sans-serif;
    color: #999fa5;
    font-weight: 400;
}

.notfound a {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

.flex-start {
    justify-content: start !important;
    align-items: start !important;
}

.flex-gap {
    gap: 10px;
}

.new-records-form > div:not(:last-child) {
    padding-right: 15px;
    width: 25%;
}

.new-records-form .form-control {
    padding-left: 4px;
}

.new-records-form .records-ttl,
.new-records-form .records-priority,
.new-records-form .records-button {
    width: 10% !important;
}

.new-records-form .records-value {
    width: 30% !important;
}

.new-records-form .records-type {
    width: 15% !important;
}

.text-danger {
    color: red;
}

.dropdown-toggle {
    cursor: pointer;
}

.cpu-plan-wrapper + .cpu-plan-wrapper {
    margin-top: 20px;
}

.relative {
    position: relative;
}

span.current-plan {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #fff;
    background-color: #0069ff;
    padding: 0 4px;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.account-costs {
    font-size: 12px;
    line-height: 1em;
    height: 36px;
}

.costs-value {
    font-size: 14px;
    font-weight: bold;
    margin-top: 3px;
    text-align: right;
}

.flex-justify-center {
    justify-content: center;
}

code {
    padding: 3px 3px 3px 2px;
    margin: 0 1px 0 2px;
    border: 1px solid #dfdfdf;
    white-space: nowrap;
    background: #f1f1f1;
    color: #676767;
    font-family: Menlo, Courier, 'Andale Mono', monospace, serif;
    font-size: .8rem;
}

.usage-chart-container {
    position: relative;
    width: 100%;
    height: 200px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.comment-author {
    font-weight: bold;
    font-size: 14px;
}

.comment-body-wrapper {
    padding: 20px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment-date {
    font-size: 12px;
    color: #b2b7bb;
}

.comment-body {
    font-size: 14px;
    margin-top: 10px;
}

.comment-item + .comment-item {
    margin-top: 30px;
}

.comment-item.staff-response .comment-body-wrapper {
    background-color: rgba(16, 39, 91, 0.1);
}

.staff-response-signature {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-item {
    background-color: #fff !important;
}

.dropdown-item:hover {
    background-color: #f8f9fa !important;
}

.billing-amount-wrapper + .billing-amount-wrapper {
    margin-left: 20px;
}

.billing-amount .small {
    font-size: 13px;
    font-weight: normal;
}

.billing-amount {
    font-size: 30px;
    font-weight: 300;
}

.billing-amount .currency {
    font-size: 20px;
}

.nav-link {
    border: 0 !important;
    background-color: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.credit-card-item label {
    width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ddd;
}

.credit-card-item label input {
    margin-right: 10px;
}

.hidden {
    display: none;
}

.radiolabelbutton + label {
    font-size: 15px;
    color: #555555;
    font-weight: 500;
    line-height: 54px;
    height: 54px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 15%;
}

.radiolabelbutton:checked + label {
    color: #ffffff;
    border-color: #007bfc;
    background: #007bfc;
    box-shadow: 0 3px 8px 0 rgb(10 14 29 / 4%), 0 8px 24px 0 rgb(10 14 29 / 8%);
}

.space-between {
    justify-content: space-between;
}

.btn-subprimary {
    background-color: rgba(23, 98, 227, 0.2);
    color: #007bfc;
}

.StripeElement {
    padding: 10px 12px;
    border-radius: 0;
    border: 1px solid #ddd;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

h5 {
    font-weight: normal;
    font-size: 18px;
}

img {
    width: 100%;
    max-width: 100%;
}

.ticket-file {
    width: 15%;
}

.card-icon {
    display: inline-block;
    line-height: 0;
    margin-right: 20px;
}

.card-icon svg {
    height: 20px;
    width: 20px;
}

.credit-card-item a {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.credit-card-details.active {
    display: block;
}

.credit-card-details {
    display: none;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}