.logo-dark {
    height: 52px;
}

@media (max-width: 768px) {
    .logo-dark {
        height: 36px!important;
    }
}


.logo-light {
    height: 52px;
}

@media (max-width: 768px) {
    .logo-light {
        height: 36px!important;
    }
}

hr {
    margin: 20px 0px;
}

.navbar.caret-none .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline;
}

.trangchu-hosting p, .trangchu-hosting h1 , .trangchu-hosting h2 , .trangchu-hosting h3 , .trangchu-hosting h4 {
    color: white!important;
}

.trangchu-hosting {
    background: #60697b!important;
    /*background-image: url("/template/glxv2/images/bg_hostting_server2.jpg");*/
    /*background-size: cover;*/

}
.trangchu-hosting img{
    border: 3px solid white;
}
.trangchu-hosting .btn-primary{
    background-color: transparent;
    border-color: white;
    color: white;
    margin-top: 10px;
}

.bg-gray-primary {
    background-color: #60697b;
}

.wrapper.bg-gray-primary.angled.lower-start:after, .wrapper.bg-gray-primary.angled.upper-start:before {
    border-left-color: #60697b;
}

/*prev_select_vps_custom*/
/*next_select_vps_custom*/


.item-select-resource{
    border: 0px solid red;
}

.item-select-resource{
    /*text-align: center;*/
    background-color: lavenderblush;
    padding: 20px 20px 0px 20px;
}
.white-all-text{
    color: white;
}
.white-all-text h3.counter{
    color: white;
}

.white-all-text .svg-fill , .white-all-text .svg-stroke{
    color: white;
    fill: white;
}
.item-select-resource-head{
    font-size: 22px;
    padding: 10px;
    font-weight: bold;
    background-color: #ff8000;
    color: white;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
}

.item-select-resource select {
    border-radius: 5px;
    padding: 5px;width: 66%;
    text-align-last: center
}

.btn_vps_opt {
    background-color: white;
    color: black;
    display: inline;
    height: 40px;
    padding: 0px 10px;
    border: 1px solid gray;
    border-radius: 5px;
}

.btn_vps_opt:hover{
    background-color: black;
    color: white;
}

.inside-html-item {
    border-radius: 10px;
    padding-bottom: 20px;
    background-color: lavenderblush;
    margin-bottom: 20px;
}

.btn-glx {
    background-color: #ff8000;
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-color: #ff8000;
    font-weight: bolder;
}

.nav-link {
    font-size: 0.85rem;
}

.link_html.idx_7 {
    max-width: 800px;
}


.auth_cont {
    text-align: center;
}

.auth_zone {
    text-align: left;
    display: inline-block;
    margin: 30px 10px;
    max-width: 600px;
    /*height: 320px;*/
    border: 1px solid #ccc;
    background-color: snow;
    border-radius: 5px;

    padding: 20px 30px;
}
.alert-danger {
    color: #721c24;
    background-color: transparent!important;
    border-color: transparent!important;
    color: red;
    font-style: italic;
    /* font-size: small; */
}

.alert {
    position: relative;
    padding: 3px 3px!important;;
    margin-bottom: 1rem!important;;
    margin-top: 1px!important;
    /* border-radius: 0.25rem; */
}
.content-wrapper {
    min-height: 600px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white!important;
}
.auth_cont input {
    -webkit-appearance: auto!important;
}


.blink1 {
    animation: blink-animation1 1s steps(5, start) infinite;
    color: snow; /* Màu chữ */
    font-weight: bold; /* Tùy chọn: Làm đậm chữ */
}

@keyframes blink-animation1 {
    to {
        visibility: hidden;
    }
}


button.search-top {
    height: 40px;
    border: 1px solid #bbb;
    padding: 5px 10px;
    /*height: 36px;*/
    vertical-align: bottom;
    /*margin-right: 20px*/
    margin: 0px;
}

input.search-top {

    height: 40px;
    padding: 5px 10px;
    /*margin-top:2px;*/
    color: red;
    /*float: right;*/
    width: 250px;
    font-size: small;
    /*margin-left: 20px;*/
    /*border-radius: 10px 0px 0px 5px;*/
    border: 1px solid #bbb;
    border-right: 0px;
    vertical-align: bottom;
    margin: 0px;
}

input.search-top:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1); /* Thay đổi màu viền */
}

.link_html {
    margin-top: 20px;
    margin-bottom: 30px;
}

.link_html.idx_6 p {
    padding: 0px;
    margin: 0px;
}

img.img-responsive-glx {
    width: 100%;
    max-width: 800px;
}

@media only screen and (max-width: 600px) {
    input.search-top {
        width: 150px;
    }
}
.nav-link{
    padding-top: 12px;
    padding-bottom: 12px;
}
