.contentarea h1 {
    display: none;
}
.split_payment_wrapper .tab-content {
    padding: 15px 18px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}
.split_payment_wrapper .tab-content.active {
    display: block;
}

form#transferForm button#close-button-alert {
    margin: 0;
}

.dashboard_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    border-radius: 5px;
    border: 1px solid #eee;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
}
.dashboard_header .tab-area {
    display: flex;
    align-items: center;
}
.company_logo {
    max-width: 130px;
    margin-right: 20px;
}
.company_logo img {
    height: auto;
    max-width: 100%;
}
.dashboard_header .tab-area .logo{
    max-width: 150px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 10px;
}
.dashboard_header .tab-area .logo img {
    max-width: 100%;
    height: auto;
}
.tab-area .title {
    padding: 0 15px;
    font-size: 30px;
    font-weight: 700;
    color: #1a4d80;
}
.tab-area a.tab {
    padding: 28px 21px;
    position: relative;
    color: #1a4d80;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.tab-area a.tab:after {
    content: '';
    position: absolute;
    bottom: 0px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 6px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}
/* .tab-area a.tab.active:after,
.tab-area a.tab:hover:after {
    border-color: transparent transparent #1a4d80 transparent;
} */
.tab-area a.tab.active:after{
    border-color: transparent transparent #1a4d80 transparent;
}

.info-page-title{
    font-size: 26px;
    color: #1a4d80;
    font-weight: bolder;
}

.info-tables {
    width: 50%;
    font-size: 16px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.st_row-1{
    background-color: white;
}

.st_row-2{
    background: #f5f5f5;
}

.info-tables tr{
    border: 1px solid #e0dfdf;
    box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.2);
}

.info-tables th {
    padding: 20px;
}

.info-tables td {
    text-align: right;
    padding: 20px;
}

.info-tables td i{
    margin-left: 10px;
}

i.fas.fa-sync-alt {
    cursor: pointer;
}



.text-center .btn.btn-success {
    padding: 10px 30px;
}

/*#loader {*/
/*    position: absolute;*/
/*    width: 18px;*/
/*    top: 14px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 9;*/
/*    height: auto;*/
/*    right: 7px;*/
/*}*/

.domain_allocator button {
    position: relative;
}

/*.alert {*/
/*    padding: 20px;*/
/*    background-color: #f9edbe;*/
/*    color: #856404;*/
/*    border: 1px solid #ffeeba;*/
/*    border-radius: 4px;*/
/*    position: relative;*/
/*    margin: 20px 0;*/
/*}*/

/*.alert b {*/
/*    font-weight: bold;*/
/*}*/

/*Modal style*/
.domain_allocator .hosting_status_message {
    background: #fff6e5;
    display: table;
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 auto 20px;
}
.domain_allocator .clients_hostings label {
    font-size: 15px;
    color: #333;
}
.domain_allocator .modal-header h5 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.domain_allocator .modal-header h5 b {
    color: #0e5077;
}
.domain_allocator button.close {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #0e5077;
    opacity: 1;
    font-weight: 700;
    font-size: 26px;
}
.domain_allocator button {
    border: 0 !important;
    outline: 0 !important;
}
.domain_allocator form#change_hostings {
    margin-bottom: 10px;
}
/*Modal style*/

body.lagom.lagom-layout-top.lagom-layout-condensed.lagom-layout-banner.lagom-modern.page-clientareadomaindetails.page-user-logged.scroll-down button#Primary_Sidebar-Domain_Details_Management-Mailing_List_Subscription_Prefs {
    color: #1062fe;
}

body.lagom.lagom-layout-top.lagom-layout-condensed.lagom-layout-banner.lagom-modern.page-clientareadomaindetails.page-user-logged .modal-content.shadow-none {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

body.lagom.lagom-layout-top.lagom-layout-condensed.lagom-layout-banner.lagom-modern.page-clientareadomaindetails.page-user-logged .modal-content.shadow-none h5#exampleModalLabel {
    font-size: 15px;
    color: #1062fe;
}

body.lagom.lagom-layout-top.lagom-layout-condensed.lagom-layout-banner.lagom-modern.page-clientareadomaindetails.page-user-logged .modal-content.shadow-none b {
    color: #045bff;
}

body.lagom.lagom-layout-top.lagom-layout-condensed.lagom-layout-banner.lagom-modern.page-clientareadomaindetails.page-user-logged .modal-content.shadow-none button.close {
    top: 17px;
    right: -12px;
    color: #1062fe;
}

i.fas.fa-sync-alt {
    cursor: pointer;
}

.rotate-icon {
    animation: spin 1s linear infinite;
    pointer-events: none;
    opacity: 0.6; /* Optional: make it look disabled */
    cursor: not-allowed;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*.alert{*/
.custom_alert{
    display: none;
    justify-content: space-between;
    padding: 10px;
    margin: 0 0 10px 0;
}

/*.alert button{*/
.custom_alert button{
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}

#close-button:hover {
    background: none !important;
    color: inherit !important;
}

/*Start settings Tab*/
.settings input {
    border: 1px solid #d1d1d1 !important;
    border-radius: 5px;
    padding: 20px;
    box-shadow: none !important;
    margin-top: 5px;
    margin-bottom: 20px;
}

form button #loader{
    margin-left: 5px;
    display: none;
}

form button {
    display: table;
    border: 1px solid #1a4d80;
    color: #1a4d80;
    border-radius: 5px;
    padding: 7px 30px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff;
}

form button:hover {
    background: #1a4d80;
    color: #fff;
}
/*End settings Tab*/

/* start alert */

.tm-success-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    z-index: 9999;
    opacity: 0;
    animation: slideInOutRight 3s ease-in-out forwards;
}


@keyframes slideInOutRight {
    0%   { opacity: 0; transform: translateX(50px); }
    10%  { opacity: 1; transform: translateX(0); }
    90%  { opacity: 1; transform: translateX(0); }
    100% { opacity: 0; transform: translateX(50px); }
}

/* end alert */