<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recaptcha-pos {
    margin: auto;
    display: flex;
    width: 0;
    justify-content: center;
    align-items: center;
}

.container-alert {
    position: relative;
    top: 100px;
    display: flex;
    margin: auto;
    width: 70%;
    justify-content: center;

}

.container-alert p {
    padding: 10px 25%;
}

#domain_search input {
    width: 100%;
    padding: 10px 30px;
    border-radius: 60px;
    border: 1px solid #618F27;
    outline: none;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 60px;
    font-family: 'Ubuntu', sans-serif;
    height: 60px;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
}

#domain_search button {
    position: relative;
    height: 54px;
    width: 54px;
    float: right;
    left: -5px;
    top: -81px;
    border: 0;
    outline: none;
    border-radius: 100%;
    background: #62d97b;
    cursor: pointer;
}

.search_box form {
    margin: auto;
    width: auto;
    max-width: 100%;
    border-radius: 3px;
}

.profile_kdj {
    font-size: 100px;
    color: white;
    height: 150px;
    width: 150px;
}

.prc-list div ul li {
    cursor: pointer;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
}

.cart-qty {
    height: 100%;
    width: 45px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.cart-qty-btn {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.cart-td &gt; td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-area-in {
    height: auto;
    border-bottom: 2px solid #0473e5;
    margin-bottom: 0;
}

.banner-title {
    padding: 30px 0
}

.logo-label {
    color: #618F27;
    font-size: 11px;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link{
    color: #0056b3;
    font-size: 1.1em;
}
.main-header .navbar-nav .nav-link:hover, .main-header .navbar-nav .nav-link:focus {
    background: #46a9ed;
    color: #FFF;
}

.logo-header {
    padding: 0
}

.registrar {
    color: #FFF;
    font-size: 1.2em
}

.navbar {
    padding: .5rem 0rem
}

.navbar-expand-md .navbar-collapse {
    display: flex;
}

.top-header-section .navbar-expand-md .navbar-nav .nav-link i {
    display: inline-block;
}

#whatsapp-link1{
    position: fixed;
    top: 34px;
    right: 15px;
    z-index: 99999;
}

.wha{
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
}

@keyframes bounce {
    from {top: 34px;}
    50%  {top: 30px;}
    to   {top: 34px;}
}

.index_reas img{max-width: 100px;padding-bottom: 17px;}

.product_rea h2, .index_reas h2, .stitle, .content h2{color : #618F27}
.content p{margin: 10px 0}
.content h3{color : #618F27; font-size : 1em}

.res-info-img-text .res-info-img h3 {
    font-weight: 500;
    font-size: 16px;
    color: #1da1f2;
}
.domain-price-non-index{padding: 10px 5px;}
#w_other_domains .available, #w_other_domains .not_available, #w_other_domains .wait{display: none}
.table td, .table th{vertical-align: middle;}
table{  width: 100%; display: table}
.clean_whois .main{border: 3px solid #618F27;}

@media  (max-width: 576px){
    .registrar{font-size: 0.9em}
    .domain-price-non-index span{font-size: 0.7em;}
    #whatsapp-link1{top: unset;bottom: 10px;right: 2px;}

    @keyframes bounce {
        from {bottom: 5px;}
        50%  {bottom: 10px;}
        to   {bottom: 5px;}
    }

    #navbarSide{background: #618F27}
    .navbar-light .navbar-nav .nav-link{color: #FFF;padding: 0.5rem 0.8rem; }
}
</pre></body></html>