/* GLOBAL BUTTON */
.btn-unavailable {
    cursor: default;
    color: #ACB0B9;
}

/* GLOBAL MENU */
@media (min-width: 992px) {
    .lagom-layout-top .app-nav,
    .lagom-layout-top .app-nav-menu {
        border-bottom: none;
    }
}
.btn-lg {
    border-radius: 8px;
}
.btn-outline-primary {
    border: 2px solid #FFCD00;
    color: #FFCD00;
}

.btn-outline-primary:hover {
    border: 2px solid #F79F79;
    color: #F79F79;
}
.banner-content .btn {
    min-width: 160px;
}
@media (max-width: 600px) {
    .banner-content .btn {
        width: auto;
    }
}
/* SELECT PRODUCT */
.panel-sidebar:not(.panel-summary):not(.panel-styled-group) .list-group>a.list-group-item {
    color: #2B3F7E;
}
.product-items .package {
    background-color: #fafafa;
    color: #100F87;
    height: auto;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}
.panel-sidebar:not(.panel-summary) {
    background-color: #fafafa;
    color: #100F87;
    height: auto;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 1rem;
}
.panel-summary {
    border-radius: 8px;
}
.panel-summary-primary {
    background: #2B3F7E;
}
.panel-summary-primary .price {
    font-size: 36px;
}
.panel {
    border: 1px solid #ACB0B9;
}
.search-box-secondary {
    background: #2B3F7E;
    color: #100F87;
}
.page-login-secondary .main-body {
    background: #2B3F7E !important;
}
.label {
    font-size: 16px;
}
.btn-default.btn-outline, .btn-outline {
    color: #F7F7F8;
    background: transparent;
    border-color: #F7F7F8;
}
.container {
    max-width: 1455px;
}
/* BANNER HOME */
.banner-home .banner-title {
    text-align: left;
    color: #FFCC33;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner-home {
    background-color: #2B3F7E;
    padding: 100px 0;
    z-index: 1;
    overflow: hidden;
}

.banner-content,
.banner-content h2 {
    color: #fff;
}
.banner-content h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
    margin-top: 10px;
}
.banner-content p {
    line-height: 1.5;
}
.banner-content {
    max-width: 40%;
}
@media screen and (max-width: 1024px) {
    .banner-content {
        max-width: 100%;
    }
}

/* FLOAT */
.floating-object {
    width: 60px;
    height: 60px;
    position: absolute;
    /*animation: float 4s ease-in-out infinite;*/
}
.object0 { right: 40%; top: 24%; background:url('/templates/lagom2/assets/img/banner-bg/item2-1.png'); width: 160px; height: 160px; animation-delay: 0s; z-index: 3;}
.object1 { right: 30%; top: 24%; background:url('/templates/lagom2/assets/img/banner-bg/item2-2.png'); width: 160px; height: 160px; animation-delay: 0.2s; z-index: 3;}
.object2 { right: 20%; top: 24%; background:url('/templates/lagom2/assets/img/banner-bg/item2-3.png'); width: 160px; height: 160px; animation-delay: 0.5s; z-index: 3;}
.object3 { left: 44%; top: 68%; background:url('/templates/lagom2/assets/img/banner-bg/item2-4.png'); width: 160px; height: 160px; animation-delay: 0.7s; z-index: 3;}
.object4 { left: 54%; top: 68%; background:url('/templates/lagom2/assets/img/banner-bg/item2-5.png'); width: 160px; height: 160px; animation-delay: 1s;z-index: 3; }
.object5 { left: 64%; top: 68%; background:url('/templates/lagom2/assets/img/banner-bg/item2-6.png'); width: 160px; height: 160px; animation-delay: 1.3s; z-index: 3;}
.object6 { left: 66%; bottom: -30%; background:url('/templates/lagom2/assets/img/banner-bg/item1.png'); width: 463px; height: 463px; z-index: 2; position: absolute;}
.object7 { left: 80%; top: 11%; background:url('/templates/lagom2/assets/img/banner-bg/item3.png'); width:317px; height: 337px;z-index: 1; position: absolute;}

/* BANNER DATA CENTER */
.global-network { right: -152px; top: -28%; background:url('/templates/lagom2/assets/img/banner-bg/global-network-full.png') no-repeat; width:1053px; height: 593px;z-index: 1; position: absolute;}

/* CLOUD VPS */
.cloud-vps { right: 60px; top: -44%; background:url('/templates/lagom2/assets/img/banner-bg/cloud-vps-2.png') no-repeat; width:600px; height: 321px;z-index: 1; position: absolute;}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
.banner-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .container-floating-object {
        display: none;
    }
}
.ion-main-content-container {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
    .ion-main-content-container {
        display: inline;
    }
}
.hidden-sm {
    display: block;
}
@media only screen and (max-width: 480px) {
    .hidden-sm {
        display: none;
    }
}
.bg-secondary-500 {
    background-color: #AAB2CB;
}
.bg-primary-600 {
    background-color: #2B3F7E;
}
@media only screen and (max-width: 480px) {
    .slick-dots {
        bottom: -55px;
    }
}
.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: var(--btn-primary-color);
    background: var(--btn-primary-bg);
    border-color: var(--btn-primary-border);
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-group-item-icon {
    color: var(--link-color);
}
/* PURPOSE */

.why-ion {
    width: 50%;
}
.why-ion p {
    margin-right: 3rem;
}
.ion-network-map {
    width: 50%;
}
.ion-network-map img {
    width: 90%;
}
@media only screen and (max-width: 480px) {
    .why-ion {
        margin-bottom: 20px;
        width: 100%;
    }
    .ion-network-map {
        width: 100%;
        text-align: center;
    }
    .ion-main-content {
        margin-bottom: 40px;
    }
    .ion-network-map {
        width: 100%;
    }
    .ion-network-map img {
        width: 100%;
    }
}

.ion-purpose {
    display: flex;
    background: url("/templates/lagom2/assets/img/img-custom/ion-cloud-layer1.webp") no-repeat center center;
}
.ion-purpose .t4 {
    margin-top: 1.5rem;
}


@media only screen and (max-width: 480px) {
    .ion-purpose {
        background: none;
        flex-wrap: wrap;
    }
    .ion-purpose .t4 {
        margin-top: 0;
    }
}
.ion-purpose div div {
    background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 300px;
}
@media only screen and (max-width: 480px) {
    .ion-purpose div div {
        width: 100%;
    }
}
.ion-purpose p {
    margin-bottom: 0;
}
.panel-configure-option .form-control {
    align-items: center;
    width: 90%;
}
.table>tbody>tr>td,
.table>tfoot>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    font-size: 18px;
}
.package {
    border-color: var(--panel-active-border-color);
    background: var(--panel-active-bg);
}
.promotion-code-panel {
    background: #2B3F7E;
    border-radius: 5px;
}
.panel-upgrade .panel-footer form button {
    font-size: 14px;
}

