@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --ametist-logo-1: #e34646;
    --ametist-logo-2: #2a2d8e;
    --ametist: #fff;
    --ametist-2: #8456c5;
    --ametist-3: #313131;
    --ametist-4: #132d73;
    --ametist-5: #c51415;
    --ametist-6: #ebebeb;
}
:root {
    --font-family: "Roboto", serif;
    --second-family: "Exo+2", sans-serif;
}
.server-item {
    width: 300px;
    background: #e3f3f1;
    border-radius: 10px;
    color: #545454;
    margin-bottom: 30px;
}
.server-item-wrapper {
    padding: 20px;
}
.server-item-name {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: dotted 1px #bbb;

}
.free {
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    padding: 3px 7px;
}
.server-item-properties {
    margin-bottom: 15px;
}
.green {
    background: #03731e;
}
.yellow {
    background: #deb600;
}
.red {
    background: #de3400;
}
.gap-30 {
    gap: 30px;
}
.gap-10 {
    gap: 10px;
}
.remove {
    color: #de3400;
    margin-left: 45px;
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
    font-family: var(--font-family);
}
.container {
    margin: 0 auto;
    width: 1350px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.align-between {
    justify-content: space-between;
}
.align-right {
    justify-content: right;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 543px;
    height: 414px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.align-center {
    justify-content: center;
}
.vertical-center {
    align-items: center;
}
.mt-20 {
    margin-top: 20px !important;
}
.logo {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("/images/logo.jpg");
    background-size: contain;
    border-radius: 50px;
}
.link-head {
    font-family: var(--second-family);
    color: var(--ametist-4);
    text-decoration: none;
    margin: 0 0 0 15px;
}
header {
    padding-bottom: 20px;


}
menu {
    background: #eee;
    padding: 0;
    margin: 0;
}
footer {
    background: #eee;
    padding: 20px;
    margin: 0;
}
.link-menu {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    transition: all ease 0.6s;
    color: #333;
}
.link-menu:hover, .link-menu-active {
    background: #00a6e0;
    color: #fff;
}
.order-row {
    border: solid 1px #ccc;
    margin-bottom: -1px;
    font-size: 12px;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.content {
    padding: 20px 0;
    min-height: calc(100vh - 288px);
}
.border-right {
    border-right: solid 1px #ccc;
}
.text-center {
    text-align: center!important;
}

.py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-sm-5 {
    width: 41.6666666%;
}
.content-inside {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;

}
.success {
    background: #A9D0FA;
}
.content-inside b, .content-inside strong {
    font-weight: 400 !important;
}
a {
    color: #00a6e0;
}
.highlight {
    font-weight: 400;
    color: #001195;
}
h1, h2, h3, h4, h5 {
    font-weight: 500;
}
@media (max-width: 800px) {
    .container {
        width: auto !important;
        padding: 0 10px;
    }
    .content-inside {
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;

    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    .auth {
        display: none;
    }
    .link-menu {
        width: calc(100% - 30px);
        display: block;
        text-align: center;
    }
    menu .container {
        padding: 0 !important;
    }
    ul, ol {
        padding: 0 0 0 20px;
    }
}