/* custom style-sheet */
/* @font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Regular.eot");
    src: url("../fonts/SFProText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff"),
        url("../fonts/SFProText-Regular.ttf") format("truetype"), url("../fonts/SFProText-Regular.svg#SFProText-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Medium.eot");
    src: url("../fonts/SFProText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff"),
        url("../fonts/SFProText-Medium.ttf") format("truetype"), url("../fonts/SFProText-Medium.svg#SFProText-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Bold.eot");
    src: url("../fonts/SFProText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff"), url("../fonts/SFProText-Bold.ttf") format("truetype"),
        url("../fonts/SFProText-Bold.svg#SFProText-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText-Semibold.eot");
    src: url("../fonts/SFProText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff"),
        url("../fonts/SFProText-Semibold.ttf") format("truetype"), url("../fonts/SFProText-Semibold.svg#SFProText-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

body {
    font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
    background-color: #f4f6f8;
    /* font-family: "SF Pro Text"; */
    color: #6d7175;
}
/* a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
} */
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
    color: #838588;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #202123;
}
h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 28px;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
section {
    position: relative;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 260px;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100vh - 64px);
    z-index: 99;
    background: #f4f6f8 !important;
    box-shadow: inset -1px 0px 0px #e4e5e7;
    color: #fff;
    transition: all 0s;
    bottom: 0;
    margin-top: 64px;
    padding: 30px;
    padding-right: 0;
    padding-left: 0;
}

#sidebar.active {
    margin-left: -260px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 260px);
    padding: 30px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 94px !important;
    padding-bottom: 50px;
}

#content.active {
    width: 100%;
}
.sub-header {
    padding-left: 35px;
    padding-right: 20px;
}
.header {
    height: 65px;
    background: #263238;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: grid;
    align-items: center;
    grid-template-columns: 260px auto;
}
.search-box {
    position: relative;
}
.search-box input {
    width: 100%;
    background: #f1f2f3;
    border-radius: 4px;
    height: 36px;
    border: 0;
    padding: 0 40px;
}
.search-box svg {
    position: absolute;
    top: 10px;
    left: 10px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.subheader-right p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}
.avatar-text {
    background: #ffc96b;
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #3d2800;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.org-avatar-text {
    background: #5c6ac4;
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.org-avatar-text-small {
    background: #5c6ac4;
    border: 2px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.support {
    position: relative;
}
.support a {
    color: #ffffff !important;
}
.support::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #00ba8b;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    position: absolute;
}
ul.top-nav li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #0b1639;
    display: inline-block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    display: block;
    padding: 8px 20px;
}
ul.top-nav li {
    position: relative;
}
ul.top-nav li svg {
    margin-right: 12px;
}
ul.top-nav li a span {
    background: #e4e5e7;
    border-radius: 9px;
    font-size: 12px;
    line-height: 16px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
ul.top-nav li a.active::after {
    background-color: #edeeef;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 92%;
    margin: 0 auto;
    border-radius: 4px;
    height: 100%;
}
ul.top-nav li a.active {
    color: #5c6ac4;
}
ul.top-nav li a.active svg path,
ul.top-nav li a.active svg {
    fill: #5c6ac4;
}
ul.top-nav li a.active::before {
    background-color: #5c6ac4;
    border-radius: 0px 4px 4px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
}
.team-logo {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.team-logo img {
    height: 20px;
    object-fit: contain;
}
.bottom-nav .media {
    position: relative;
}
.bottom-nav .media-body p {
    font-size: 14px;
    line-height: 20px;
    color: #6d7175;
}
.bottom-nav .media-body h5 {
    font-size: 14px;
    line-height: 20px;
    color: #202223;
    margin-bottom: 0;
    font-weight: 500;
}
.bottom-nav .media svg {
    position: relative;
}
.bottom-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
ul.top-nav li a:hover {
    opacity: 0.8;
}
.page-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 2rem;
}
.content-block h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.content-block p {
    font-size: 14px;
    line-height: 20px;
    color: #6d7175;
}
.invite-member,
.card-with-padding {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 25px;
}
.invite-member small {
    font-size: 14px;
    line-height: 20px;
    color: #6d7175;
}
label.form-label {
    font-size: 14px;
    color: #202223;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}
.form-control {
    height: 36px;
    font-size: 14px;
}
.organization-member {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
}
.organization-header {
    padding: 20px;
}
.filter-search {
    position: relative;
}
.filter-search input {
    padding-left: 40px;
    padding-right: 15px;
}
.filter-search svg {
    position: absolute;
    top: 10px;
    left: 10px;
}
.btn-group button {
    border: 1px solid #ced4da;
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    padding-left: 18px;
    padding-right: 18px;
}
.organization-header {
    display: grid;
    grid-template-columns: auto 170px;
    grid-column-gap: 12px;
}
.table > :not(:first-child) {
    border-top: 1px solid currentColor;
}
table.table tr td {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}
.form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #8c9196;
}
.table-name .media {
    margin-left: 15px;
}
.table-name .media img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    object-fit: cover;
}
.table-name .media h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.table > tbody {
    vertical-align: middle;
}
span.role {
    background: #a4e8f2;
    border-radius: 30px;
    padding: 2px 8px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400 !important;
    display: inline-block;
}
.table tr td:last-child {
    text-align: right;
}
.delete,
.more {
    display: inline-block;
}
a.delete {
    margin-right: 8px;
}
.organization-body {
    padding-top: 10px;
}
table.table {
    /*min-width: 740px;*/
    margin-bottom: 0;
}
.sidebar-trigger {
    display: none;
}
body.overflow {
    overflow: hidden;
}
.signIn-section {
    background: rgba(80, 53, 177, 0.4);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signIn-section-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 8px;
    max-width: 80%;
    overflow: hidden;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    width: 100%;
}
.col-signIn {
    background-color: #fff;
}
.signIn-image {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-signIn {
    background-color: #fff;
    flex: 0 0 29%;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}
.signIn-image {
    position: relative;
}
.signIn-image img {
    height: 100%;
}
/*.col-signIn img {
    max-width: 130px;
    position: absolute;
    top: 20px;
    left: 20px;
}*/
.sitebg-primary {
    background-color: #5c6ac4 !important;
    font-weight: 500 !important;
}
.btn-primary {
    background-color: #5c6ac4;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 8%), inset 0px -1px 0px rgb(0 0 0 / 20%);
    border-radius: 4px;
    border-color: #5c6ac4;
    padding-left: 16px;
    padding-right: 16px;
    height: 36px;
    line-height: 20px;
    font-size: 14px;
}
.signIn-form a {
    color: #5c6ac4;
    display: inline-block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.no-account {
    color: #6d7175;
}
.signIn-form h4 {
    font-size: 20px;
    font-weight: 600;
}
.signIn-form a:hover {
    color: #0a58ca;
}
.subheader-right .dropdown-toggle::after {
    border-top: 0.3em solid #fff;
    margin-left: 8px;
    margin-top: 3px;
}
.dropdown-toggle {
    cursor: pointer;
}
.dropdown-item {
    padding: 0.35rem 1rem;
    font-size: 14px;
}
.dropdown-item svg {
    width: 12px;
    margin-left: 5px;
}
.bottom-nav ul.dropdown-menu {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%), 0px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 10px !important;
}
.bottom-nav ul.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bottom-nav ul.dropdown-menu li:last-child {
    border-bottom: 0px solid red;
}
.bottom-nav ul.dropdown-menu li svg {
    width: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgb(0 0 0);
    background-color: transparent;
    height: 0 !important;
    opacity: 0.2;
}
.more.dropdown-toggle::after {
    display: none;
}
td .dropdown.d-inline-block ul.dropdown-menu {
    min-width: auto;
}
td .dropdown.d-inline-block {
    width: 12px;
    text-align: center;
}
.card-new {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 30px;
    border: 0;
}
.title-flex {
    margin-bottom: 18px;
}
.title-flex h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.storage-cuate img {
    max-width: 430px;
}
.back-arrow {
    border: 1px solid #c9cccf;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.back-arrow svg {
    width: 20px;
    height: 20px;
    fill: #5c5f62;
    color: #5c5f62;
}
.new-servers,
.servers-specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 25px;
}
.servers-grid,
.specs-grid {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    cursor: pointer;
    transition: border ease 0.3s;
    border: 2px solid transparent;
}
.servers-grid:hover,
.servers-grid.selected {
    border: 2px solid #5c6ac4;
}

.vps-grid,
.vps-specs-grid {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: border ease 0.3s;
    border: 2px solid transparent;
}
.vps-grid:hover,
.vps-grid.selected {
    border: 2px solid #5c6ac4;
}

.badge01 {
    background: #a4e8f2;
    border-radius: 30px;
    padding: 1px 10px;
    display: inline-block;
    color: #202223;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.servers-grid img {
    max-width: 90px;
    margin-bottom: 15px;
}
.servers-grid p {
    color: #202223;
    font-size: 14px;
}
.specs-grid {
    padding: 0;
}
ul.specs-list {
    border-top: 1px solid #c9cccf;
    padding: 18px 15px;
    text-align: left;
}
.specs-grid .d-flex {
    padding: 16px 15px;
}
.specs-grid .specs-title {
    color: #202223;
    font-weight: 600;
    font-size: 16px;
}
.specs-price {
    background-color: rgba(80, 53, 177, 0.08);
    border-radius: 2px;
    padding: 0 8px;
    color: #5c6ac4;
    font-size: 14px;
}
ul.specs-list li {
    background-color: #e4e5e7;
    border-radius: 2px;
    color: rgba(32, 34, 35, 0.75);
    font-size: 14px;
    display: inline-block;
    padding: 2px 4px;
    margin-right: 5px;
    margin-bottom: 8px;
}
ul.specs-list li:last-child {
    margin-bottom: 0;
}
.specs-grid:hover,
.specs-grid.selected {
    border: 2px solid #5c6ac4;
}
.site-list {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 20px;
    display: grid;
    grid-column-gap: 12px;
}
.site-list a {
    color: #212b36;
    font-weight: 400;
}
.launch-server {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 20px;
    display: grid;
    grid-template-columns: auto 195px;
    grid-column-gap: 12px;
}
.manage-server-grid {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 25px;
}
.manage-server-grid img {
    max-width: 90px;
    margin-bottom: 15px;
}
.manage-server-grid ul li {
    display: inline-block;
    color: #202223;
    margin-right: 6px;
    margin-bottom: 8px;
}
.manage-server-grid ul li a {
    font-size: 13px;
    color: #202223;
    background: #e4e5e7;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 8px;
}
.manage-btn {
    background-color: #ffffff;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 5%) !important;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    color: #202223;
    font-size: 14px;
    border: 1px solid #d1d2d3;
    margin-top: 12px;
    font-weight: 500;
}
.manage-btn:hover {
    background-color: #edeeef;
}
.manage-server {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 18px;
    grid-row-gap: 25px;
}
.specs-grid.current-server {
    border: 2px solid transparent !important;
}
.server-reflect {
    background-color: #202123;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%), 0px 2px 10px rgb(0 0 0 / 10%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto 90px 140px;
    padding: 8px 30px;
    align-items: center;
    grid-column-gap: 10px;
    color: #fff;
}
.btn-outline {
    border: 1px solid #8c9196;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 36px;
}
.btn-outline:hover {
    background-color: #edeeef;
    color: #202123;
}
.card-no-padding {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    overflow: hidden;
}
table.table thead > tr > td {
    font-weight: 500;
}
.badge02 {
    background: #e4e5e7;
    border-radius: 30px;
    padding: 1px 10px;
    display: inline-block;
    color: #202223;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.server-name img {
    width: 48px;
    border-radius: 4px;
    object-fit: cover;
}
.server-name p {
    font-weight: 500;
}
.table-light tbody tr td {
    background-color: #fafbfb;
}
table.table-light thead tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.progress-main p {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(32, 34, 35, 0.6);
    margin-left: 7px;
}
.progress-main .progress {
    width: 100%;
}
.progress-bar {
    background-color: #5c6ac4;
}
.table-responsive {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
.permission-box {
    border-top: #e4e5e7 1px solid;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
    padding-top: 25px;
}
.form-check-input:checked {
    background-color: #2c6ecb;
    border-color: #2c6ecb;
}
.permission-box h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
label.form-check-label {
    color: #202223;
    font-size: 14px;
    padding-left: 4px;
}
.permissions-content {
    background: #f6f6f7;
    border-radius: 8px;
    padding: 15px;
}
.permissions-content span {
    margin-bottom: 10px;
}
.permissions-content span:last-child {
    margin-bottom: 0px;
}
.modal-backdrop {
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
}
.modal {
    z-index: 9999999;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal.show .modal-dialog {
    margin-top: 65px;
    max-width: 600px;
}
.modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%), 0px 8px 40px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border: 0;
}
.modal-header,
.modal-body,
.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
}
.modal-title {
    font-size: 20px;
    font-weight: 400;
}
.modal-footer .manage-btn {
    width: auto;
}
.modal-body p {
    color: #202223;
}
.btn-danger {
    background: #bc2200;
    box-shadow: 0px 1px 0px rgb(0 0 0 / 8%), inset 0px -1px 0px rgb(0 0 0 / 20%);
    border-radius: 4px;
    height: 36px;
    padding-left: 16px;
    padding-right: 16px;
    height: 36px;
    line-height: 20px;
    font-size: 14px;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
span.suspended {
    background: #fed3d1;
    border-radius: 30px;
    padding: 2px 8px;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
}
td .dropdown.d-inline-block a.more.dropdown-toggle {
    display: block;
}
.vDivider {
    height: 60px;
}
.row.two-factor {
    margin-top: -15px;
}
.row.two-factor .invite-member {
    border-radius: 0px 0px 8px 8px;
}
.authentication-box h6 {
    color: #202223;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.authentication-box .manage-btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.authentication-screen h6 {
    color: #202223;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.authentication-screen p {
    font-size: 14px;
}
.max-440 {
    width: 440px;
}
.barcode-image {
    text-align: right;
    padding-right: 20px;
}
.barcode-image img {
    max-width: 200px;
}
.install-auth {
    background: #f6f6f7;
    border-radius: 8px;
    padding: 20px 25px;
    color: #202223;
    font-weight: 500;
    margin: 18px 0 15px;
}
.install-auth a {
    color: #5c6ac4;
}
.install-auth a:hover {
    color: #0a58ca;
}
.auth-button {
    margin-top: 50px;
}
.table-ssKey tbody tr td {
    border-bottom: 0;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
}
.ssh-key-box {
    border-top: #e4e5e7 1px solid;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
    padding-top: 25px;
}
.ssh-key-box h6 {
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.full-screen-content {
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}
.full-screen-content h1 {
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    margin: 0;
}
h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
h5.h5-padding {
    padding: 25px;
    padding-bottom: 0;
}
td.checkbox-only {
    padding-right: 0 !important;
    width: 30px;
}
.w-300 {
    width: 300px;
}
.contact-support {
    max-width: 1020px;
    margin: 0 auto;
}
td b {
    font-weight: 600;
}
.no-domain {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.no-domain p {
    color: #6d7175;
}
.site-disk-uiti {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
}
.disk-uiti-title {
    border-bottom: 1px solid #edeeef;
    padding: 15px 20px;
}
.disk-uiti-title p {
    font-size: 18px;
    line-height: 24px;
    color: #202223;
    font-weight: 600;
    margin-bottom: 10px;
}
.disk-uiti-progress p {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}
.disk-uiti-progress {
    padding: 15px 20px 15px;
}
.site-host-grid {
    background: #ffffff;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(0 0 0 / 25%);
    border-radius: 8px;
    text-align: center;
    padding: 30px 15px;
    cursor: pointer;
    transition: border ease 0.3s;
    border: 2px solid transparent;
}
.site-host-grid img {
    height: 75px;
    max-width: 120px;
    object-fit: contain;
    margin-bottom: 12px;
}
.site-host-grid p {
    font-size: 16px;
    line-height: 20px;
    color: #202224;
    font-weight: 500;
}
.site-host-grid:hover,
.site-host-grid.selected {
    border: 2px solid #5c6ac4;
}
.manage-site-header .manage-site {
    font-size: 14px;
    line-height: 20px;
    color: #202223;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.manage-site-header .manage-site svg {
    position: absolute;
    left: -18px;
    top: 5px;
}
.manage-site-header {
    padding-left: 20px;
    margin-bottom: 25px;
}
span.live {
    background: #008060;
    border-radius: 30px;
    padding: 2px 10px 4px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    line-height: 15px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.manage-site-header .manage-site-left > ul > li {
    display: inline-block;
    margin-right: 18px;
}
.manage-site-header .manage-site-left > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    color: #202223;
    font-weight: 500;
}
.manage-site-header .manage-site-left > ul > li > a > svg {
    height: 18px;
    margin-right: 5px;
}
.manage-site-header .manage-site-left > ul > li > a:hover {
    opacity: 0.8;
}
.manage-site-tabs button.nav-link.btn.btn-primary {
    box-shadow: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #202223;
    background-color: transparent;
}
.manage-site-tabs button.nav-link.btn.btn-primary.active,
.manage-site-tabs button.nav-link.btn.btn-primary {
    color: #ffffff;
    background-color: #5c6ac4;
}
.manage-site-tabs button.nav-link.btn.btn-primary:hover {
    color: #fff;
    background-color: #6371c7;
    border-color: #6371c7;
}
.manage-site-tabs .nav.flex-column {
    border-right: 1px solid #e4e5e7;
    max-width: 170px;
    width: 100%;
    padding-right: 15px;
    text-align: left;
    margin-right: 20px;
}
.manage-site-tabs .nav-pills .nav-link {
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #202223;
    font-weight: 500;
    margin-bottom: 5px;
}
.manage-site-tabs .nav-pills .nav-link svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.manage-site-tabs .nav-pills .nav-link.active::after {
    background: #5c6ac4;
    border-radius: 0px 4px 4px 0px;
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    width: 3px;
}
.manage-site-tabs button.nav-link.btn.btn-primary.active::after {
    display: none;
}
.manage-tab-content {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
}
.form-check-input:checked[type="radio"] {
    background-image: none;
    background-color: #2c6ecb;
    border-color: #2c6ecb;
    box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}
.manage-content .form-check {
    margin-bottom: 10px;
}
.btn-secondary {
    background-color: #f1f1f1;
    border-radius: 4px;
    border-color: #f1f1f1;
    padding-left: 16px;
    padding-right: 16px;
    height: 36px;
    line-height: 20px;
    font-size: 14px;
    color: #8c9196;
}
.manage-content {
    border: 1px solid #e4e5e7;
    padding: 20px;
}
.manage-tab-content .tab-col {
    flex: 0 0 300px;
}
.rounded-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.tab-shaodw {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05), 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.rounded-bottom {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.manage-content h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.manage-content .row label.form-label {
    font-size: 14px;
    line-height: 20px;
    color: #6D7175;
}
.manage-content .row input.form-control{
  background-color: #F6F6F7;
  border-color: #F6F6F7;
}
.ssh-box hr {
    border-top: 1px solid #e4e5e7;
    opacity: 1;
    margin: 0;
    margin-top: 25px;
    padding-top: 20px;
    background-color: transparent;
    margin-left: -20px;
    margin-right: -20px;
}
.ssh-box hr{
  border-top: 1px solid #e4e5e7;
}
.ssh-box p {
    color: #202223;
    margin-bottom: 15px;
}
a.reset-ssh {
    font-size: 14px;
    line-height: 20px;
  display: inline-block;
    text-decoration-line: underline;
    color: #1F5199;
    font-weight: 500;
}
.manage-content p {
    color: #202223;
}
.manage-content p b{
  font-weight: 500;
}
.form-select {
    /*height: 36px;*/
    font-size: 14px;
}
.nameservers {
    background-color: #F6F6F7;
    border-radius: 8px;
    padding: 20px;
    font-size: 14px;
}
.nameservers span {
    color: #202223;
    background: #EDEEEF;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 10px;
}
.nameservers a {
    color: #5c6ac4;
}
.nameservers p {
    color: #6D7175;
    margin-top: 12px;
}
table.table.min-auto {
    min-width: max-content;
}
.manage-content .form-select {
    background-image: url(../images/select-dropdown.png);
    background-size: 8px;
    background-position: right 10px center;
}
span.input-tagline {
    color: #6D7175;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}
.manage-content table.table tr td {
    padding-bottom: 15px;
    padding-top: 15px;
}
.manage-content table.table tbody tr:last-child td{
  border-bottom: 0;
}
.cloningAutomation {
    margin-top: 25px;
}
.cloningAutomation span {
    font-size: 14px;
    line-height: 20px;
    color: #202223;
    background: #E4E5E7;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 10px;
}
.cloningAutomation > p {
    font-size: 14px;
    line-height: 20px;
    color: #6D7175;
    margin-bottom: 18px;
}
.cloningAutomation > h6 {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #6D7175;
    margin-bottom: 10px;
}
.cloningAutomation .nameservers p {
    margin: 0;
    line-height: 26px;
}
.addon-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 1px rgb(0 0 0 / 5%), 0px 0px 1px rgb(66 71 76 / 45%);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
}
.addon-box .media {
    align-items: flex-start;
}
.addon-box .media .addon-logo img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 13px;
}
.addon-box .media .media-body h5 {
    font-size: 17px;
    line-height: 24px;
    color: #202223;
    margin-bottom: 2px;
}
.addon-box .media .media-body p {
    font-size: 14px;
    margin-bottom: 8px;
}
.addon-box .media .media-body span {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #5c6ac4;
    display: inline-block;
    background: rgba(80, 53, 177, 0.08);
    border-radius: 2px;
    font-weight: 500;
    padding: 2px 8px;
}
.delete-text {
    color: #D82C0D;
}
.backup-dropdown li a {
    text-align: left;
    position: relative;
    padding-left: 38px;
}
.backup-dropdown li a svg {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 16px;
    height: 16px;
}
#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    top: 85px;
    width: 300px;
}

#toasts .toast {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: transparent;
    cursor: default;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    transform: translateY(15%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
    border: 0;
}
.custom-toast {

  background: #202123;
  border-radius: 5px;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
  color: rgb(255 255 255);
  cursor: default;
  margin-bottom: 20px;
  font-weight: 500;
  opacity: 0;
  position: relative;
  padding: 15px 20px;
  transform: translateY(15%);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  width: 100%;
  will-change: opacity, transform;
  z-index: 1100;
}
.toast.show .custom-toast {
opacity: 1;
}

#toasts .toast.success {
  background: #26d68a;
}

#toasts .toast.warning {
  background: #ffa533;
}

#toasts .toast.info {
  background: #2cbcff;
}

#toasts .toast.error {
  background: #f44336;
}

#toasts .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

#toasts .toast.hide {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all .5s ease-in-out;
}
#toasts .toast .close {
    top: 65%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-top: 0;
    position: absolute;
    width: 14px;
    right: 15px;
    font-size: 26px;
    color: white;
    z-index: 99999;
    background-image: url(../images/close.png);
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-toast a {
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
}
.custom-toast.error{
  background-color: #D82C0D;
}

.page-item.active .page-link {
    z-index: 3;
    color: #6d7175 !important;
    background-color: #f4f6f8 !important;
    border-color: #6d7175 !important;
}
div.dataTables_wrapper div.dataTables_info {
    float: left;
}
div.dataTables_wrapper div.dataTables_length {
    float: left;
}
th {
    font-weight: 500;
    padding-left: 20px !important;
}
.search-results {
    width: 100%
}

/* tags input css */
/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

 .bootstrap-tagsinput {
    background-color: #eee;
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    width: 100%;
    line-height: 22px;
    cursor: text;
  }
  .bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
  }
  .bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
  }
  .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
  }
  .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
  }
  .bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
  }
  .bootstrap-tagsinput .tag {
    padding: 5px;
    color: white;
  }
  .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .organizations-list {
      overflow: hidden auto;
      max-height: 250px !important;
  }
  .organizations-item {
    white-space: normal !important;
}

.servers-grid.disabled, .specs-grid.disabled {
    background: #f0f0f0; /* Lighter or grey background */
    cursor: default; /* Change cursor to default */
    opacity: 0.5; /* Optional: reduce opacity to give a more disabled look */
    pointer-events: none; /* Make it unclickable */
    border: 2px solid #dcdcdc; /* Optional: change border color to match disabled state */
}