
/* client menu */

.clientarea__menu {
    position: relative
}

.clientarea__menu .bg-light {
    padding: 0;
    background-color: #C82333 !important
}

.clientarea__menu .navbar-light .navbar-nav {
    position: relative
}

.clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 14px 24px;
    border-right: 1px solid #eee;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link img {
    display: block;
    width: 32px;
    margin: 0 auto 5px;
    height: 32px;
}

.clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link span {
    display: block
}

.clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: #ab1a28;
}

.clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link:hover img {
    opacity: 1
}

.clientarea__menu .navbar-light .navbar-nav .nav-item.active .nav-link {
    background: #ab1a28;
    opacity: 1;
}

.clientarea__menu .navbar-light .navbar-nav .nav-item.active .nav-link img {
    opacity: 1
}

.clientarea__menu .navbar-light .navbar-nav .nav-item.active .nav-link span {
    color: #fff
}

.clientarea__wrap {
    position: relative;
    overflow: hidden;
    background: #e5e5e5
}

.clientarea__left {
    padding-right: 0
}

.clientarea__right {
    background: #fff;
    padding-left: 30px
}

.clientarea__right:after {
    content: '';
    background: #fff;
    position: absolute;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%
}

.clientarea__picture {
    position: relative;
    margin-top: 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2)
}

.clientarea__picture img {
    width: 100%
}

.clientarea__breadcrumbs {
    padding-top: 10px
}

.clientarea__breadcrumbs .breadcrumb a {
    font-size: 13px;
    color: #9c9b9b
}

.clientarea__breadcrumbs .breadcrumb a:after {
    display: none
}

.clientarea__breadcrumbs .breadcrumb .active {
    font-size: 13px
}

.clientarea__breadcrumbs .breadcrumb a:before {
    display: none
}

.clientarea__breadcrumbs .breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 5px;
    color: #9c9b9b;
    content: "/"
}

.clientarea__sidebar {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #e5e5e5;
    padding: 20px 0
}

.clientarea__sidebar:after {
    content: '';
    background: #e5e5e5;
    position: absolute;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%
}

.clientarea__sidebar:before {
    box-shadow: -7px 0 7px 0 #c5c5c5;
    position: absolute;
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: 1;
    display: block;
    content: ''
}

.clientarea__main {
    position: relative;
    padding: 10px 0 20px
}

.clientarea__main .clientarea__heading {
    padding: 0 0 15px
}

.clientarea__main .clientarea__heading h1 {
    position: relative;
    display: inline-block;
    font-size: 28px
}

.clientarea__main .clientarea__heading h1 span {
    position: absolute;
    top: 6px;
    right: -40px;
    font-size: 13px
}

.clientarea__wrap .table1 {
    margin-bottom: 0
}

.clientarea__wrap .table th {
    font-size: 14px
}

.clientarea__wrap .table td {
    font-size: 14px
}

.clientarea__wrap .table td span.badge {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: .3em 1em .2em
}

.clientarea__wrap .table td .btn {
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px
}

.clientarea__wrap .table td .btn i {
    padding-right: 4px
}

.clientarea__home {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 20px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.clientarea__home div {
    position: relative;
    padding: 35px 20px 20px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    border-right: 1px solid #e5e5e5
}

.clientarea__home div:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 3px
}

.clientarea__home div:after {
    font-family: FontAwesome, 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 42px;
    color: #ccc
}

.clientarea__home div a {
    display: block;
    width: 100%;
    color: #484848
}

.clientarea__home div a:hover {
    text-decoration: none;
    opacity: .6
}

.clientarea__home div span {
    display: block;
    font-size: 20px;
    font-weight: 800
}

.clientarea__home div:nth-child(1):before {
    background: #ff9800
}

.clientarea__home div:nth-child(1):after {
    content: "\f0ac"
}

.clientarea__home div:nth-child(2):before {
    background: #03a9f4
}

.clientarea__home div:nth-child(2):after {
    content: "\f0c2"
}

.clientarea__home div:nth-child(3):before {
    background: #5fba7d
}

.clientarea__home div:nth-child(3):after {
    content: "\f233"
}

.clientarea__home div:nth-child(4):before {
    background: #f44336
}

.clientarea__home div:nth-child(4):after {
    content: "\f07a"
}

.clientarea__home div:nth-child(5) {
    border-right: 0
}

.clientarea__home div:nth-child(5):before {
    background: #9c27b0
}

.clientarea__home div:nth-child(5):after {
    content: "\f09d"
}

.clientarea__panel {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2)
}

.clientarea__panel_title {
    position: relative;
    margin: 0;
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600
}

.clientarea__panel_title .action {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px
}

.clientarea__panel_title .action a {
    display: inline-block;
    padding: 0 3px;
    font-size: 14px
}

.clientarea__panel_body {
    border-top: 1px solid #e5e5e5;
    padding: 20px
}

@media only screen and (max-width: 993px){
    .clientarea__menu { overflow: hidden }
    .clientarea__menu .row { margin: 0; }
    .clientarea__menu .navbar-light .navbar-nav { flex-wrap: wrap; }
    .clientarea__menu .navbar-light .navbar-nav .nav-item { flex: 0 0 20%; }
    .clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link { padding: 5px 5px !important; border-bottom: 1px solid #d96571; }
    .clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link img { width: 25px; margin: 0 auto; }
    .clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link span { font-size: 11px; }
    .clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link .badge { zoom: 70%; }
    .clientarea__menu .navbar-light .navbar-nav .nav-item.active .nav-link { padding: 10px 5px; }
    .img-partial a.bloglink { height: 12px !important;width:90px !important;}
}
@media only screen and (max-width:767px) {
    .clientarea__home div {
        padding: 25px 10px 20px;
        border-bottom: 1px solid #e5e5e5
    }
    .clientarea__home div:after {
        font-size: 32px
    }
    .clientarea__home div:before {
        left: 11px;
        width: calc(100% - 24px)
    }
}

.clientarea__picture {
    display: none
}

.img-partial {
    position: relative;
}
.img-partial .tr_preorder_cat_three_modal {
    cursor: pointer;
}
.img-partial a.bloglink {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 24px;
    width: 155px;
    z-index: 5;
}

.clientarea__wrap {padding-top: 20px;}
/* // client menu */





/* New UI */
.card-sidebar a.list-group-item.active, .card-sidebar a.list-group-item.active:focus, .card-sidebar a.list-group-item.active:hover { background-color: #8C8D90; border-color: #8C8D90; }
.card-sidebar .card-header { font-weight: bold; }
.card-sidebar .card-header svg { position: relative; width: 20px; height: auto; top: -2px; }
.sidebar .card-header .fa { top: 2px; position: relative; }
.sidebar .card-sidebar .card-minimise.minimised .fa-chevron-up { margin-top: 3px; }


.styled-tab .nav-item .nav-link.active { color: #dc3545; background-color: #fff; border: 1px solid #eeeeef; border-bottom: 1px solid #eeeeef;position: relative; bottom: 0px; z-index: 1; }
.styled-tab .nav-item .nav-link{ font-weight: bold; font-family: inherit !important; color: #465054; background-color: #F7F7F7; border: 1px solid #EEEEEF; padding: 9px 20px; margin-right: 10px; }
.styled-tab .nav-item .nav-link svg { width: 16px; height: 16px; position: relative; top: -2px; }
.styled-tab .nav-item .nav-link.active svg path { fill: #dc3545 !important; }
.styled-tab .nav-item .nav-link.active svg circle { fill: #dc3545 !important; }
.styled-tab { border-bottom: 0px; }
.tab-border { border-radius: 0px !important; }
.main-title { margin-bottom: 20px; padding-bottom: 5px; display: flex ; align-items: center; justify-content: space-between; width: 100% !important; }
.main-title h2 { font-size: 20px; font-weight: 700; }
.main-title h2 small { font-size: 65%; color: #9C9B9B; font-weight: 400; line-height: 1; }
.main-title select { width: max-content; max-width: 200px; padding: 5px 15px 5px 5px !important; min-height: unset !important; height: auto; }
.main-title a.label { font-size: 12px !important; padding: 4px 5px !important; }
.main-title a.label i { font-size: 10px !important; position: relative; top: 0px !important; color:#dc3545 !important; }
.main-title a.label:hover i { color: #fff !important; }
.label-sm { padding: 0px 4px; font-size: 14px; font-weight: normal; margin-left: 5px; white-space: nowrap; }
.label-sm i { font-size: 12px; margin-right: 2px; }
.styled-ul { list-style: none !important; display: flex ; color: inherit !important; padding: 0px !important; margin: 0px 0px 10px 0px !important; width: 100%; float: left; align-items: stretch; flex-wrap: wrap; }
.styled-ul li { padding: 12px 0px 11px 0px !important; border-bottom: 1px solid #eeeeef; width: 50%; float: left; }
.styled-ul li .icon { margin-left: 5px; border-radius: 4px; padding: 4px 4px; border: 1px solid #dc3545; color: #dc3545; display: inline-flex; width: max-content; position: relative; top: 1px; }
.styled-ul li .icon svg { width: 14px; height: 12px; }
.styled-ul li .icon:hover { cursor: pointer; background-color: #dc3545 !important; color: #fff; }
.styled-ul li .icon:not(.icon-blue):hover svg { filter: brightness(0) invert(1); }
.styled-ul li .icon.icon-blue { background-color: #444444 !important; color: #fff !important; border: 1px solid #444444; }
.styled-ul li .icon.icon-blue svg path { fill: #fff !important; }
.styled-ul.full-li li { width: 100% !important; }

.copyspan.icon { margin-left: 5px; border-radius: 4px; padding: 2px 2px; border: 1px solid #dc3545; display: inline-flex; width: max-content; position: relative; top: 1px; background-color: #fff; }
.copyspan.icon svg { width: 12px; height: 12px; flex-shrink: 0; }
.copyspan.icon:hover { cursor: pointer; background-color: #dc3545 !important; }
.copyspan.icon:not(.icon-blue):hover svg { filter: brightness(0) invert(1); }

.btn-outline-red { border-radius: 4px; padding: 3px 5px !important; border: 1px solid #dc3545; display: inline-flex; position: relative; background-color: #fff; }
.btn-outline-red svg { width: 14px; height: 13px; flex-shrink: 0; }
.btn-outline-red:hover { cursor: pointer; background-color: #dc3545 !important; }
.btn-outline-red:not(.icon-blue):hover svg { filter: brightness(0) invert(1); }

.label-danger:hover svg path, .label-danger:active svg path, .label-danger:focus svg path { fill: #fff; }
.label svg { width: 16px; height: 16px; position: relative; top: -1px; }

.info_content .btn-xs { padding: 1px 4px !important; height: auto; font-size: 14px; line-height: 14px; font-weight: normal; border-radius: 4px; }
.info_content .btn-xs i { font-size: 10px; margin-right: 2px; }
.info_content .styled-tab .btn-xs span.hidden-xs { margin-left: 4px;white-space: nowrap; }
.tab-content .label-sm i.fa-sync, .tab-content .label-sm i.fa-upload { position: relative; top: -1px; }
.tab-content .label-danger[href]:focus, .tab-content .label-danger[href]:hover { background-color: #dc3545 !important; }

.tab-content .actions { display: block; margin-bottom: 20px; width: 100%; float: left; }
.tab-content .actions button { margin-right: 10px; color: inherit !important; border: 1px solid #ced4da; padding: 7px 8px 6px 8px !important; font-size: 14px; }
.tab-content .actions button svg { margin-right: 1px; flex-shrink: 0; top: -1px; position: relative; }
.sm-title { font-size: 15px; font-weight: 400; }
a.label.border-label {border: 1px solid #dc3545;background-color: transparent;color: #dc3545 !important;border-radius: 4px; padding: 2px 4px; }
a.label.border-label:hover, a.label.border-label:active, a.label.border-label:focus {background-color: #dc3545; color: #fff !important; text-decoration: none; }

#newpass {
    font-size: 18px;
    border-bottom: 1px dashed #ffcc2b;
    margin-right: 10px;
}
#passchanged {
    margin-bottom: 10px;
}
.styled-tab #tabSettings .input-group input {
    height: 46px !important;
}

.styled-tab #tabSettings .input-group .icon {
    margin-left: 0px;
    width: 40px !important;
    padding: 0px 5px !important;
}
.styled-tab #tabSettings .input-group .btn-default {
    border: 1px solid #ccc !important;
    color: #5bc0de !important;
    border-left: 0px !important;
}
.btn#passCopy:not(.show) { display: none !important; }
.btn#passCopy.show { display: inline-flex !important; border: 1px solid #ced4da; align-items: center;}


#tabSettings .actions { margin-bottom: 15px; }
.nowrap { white-space: nowrap !important; }

.hidden {
    display: none;
}

.reinstall .panel-body { padding: 25px 15px; }

.form-check-input, .form-check-input:active, .form-check-input:focus {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
}
.form-check-input:checked:before { content: '' !important; }


@media (max-width: 550px) {
    .styled-tab .nav-tabs>li>a {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }
    .styled-tab .nav-tabs>li.active>a, .styled-tab .nav-tabs>li.active>a:focus, .styled-tab .nav-tabs>li.active>a:hover {
        color: #555;
        cursor: default;
        background-color: #ffcc2b !important;
        border: 1px solid #ffcc2b !important;
        border-bottom-color: transparent;
    }
    .styled-tab .nav-tabs>li>a {
        margin-right: 0px;
    }
    .custom-list li .name, .boxes .custom-list li .name {
        padding-right: 5px !important;
        width: 100% !important;
        display: inline-block !important;
        font-weight: bold !important;
    }
}
@media only screen and (max-width: 768px) {
    .styled-tab h4.mg-b-0.header-title span {
        flex-direction: column;
        display: flex;
        padding-right: 10px;
    }
    .styled-tab h4.mg-b-0.header-title small::before { display: none; }
    .styled-tab h4.mg-b-0.header-title small {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        padding-top:5px;
    }
    .styled-tab h4.mg-b-0.header-title small .hostname { padding-left: 5px; }
}

@media only screen and (max-width: 700px) {
    .renew-panel .newrenew section > div {
        width: 100%;
    }
}
small.sm-text { font-size: 12px; color: #999; }
.main-title i { font-size: 14px; top: 0px !important; color: #12262b; }
.list-group-item.active {z-index: 1;color: #fff !important;}
.label-active { background-color: #28a745; color: #fff; border-radius: 4px; padding: 3px 4px; }
.vps-panel .panel { position: relative; box-shadow: none;  margin-bottom: 22px; background-color: transparent; overflow: hidden; background-color: #fff; border-radius: 4px;  }
.vps-panel .panel.tab-border { border: 1px solid #eeeeef !important; border-radius: 0px 4px 4px 4px !important; }
.vps-panel .panel.full-border { border-radius: 4px !important; }
.vps-panel .panel .panel-body { padding: 10px 15px !important; float: left; width: 100%; font-size: 15px !important; }
.vps-panel .panel .panel-body.sm-pad { padding: 0px 15px !important; float: left; width: 100%; }

.vps-panel .panel .panel-heading { color: #465054; background-color: #00000008; border-color: #00000020; border-bottom: 1px solid #00000020; border: 0 none; padding: 9px 20px 7px 15px; border-top-right-radius: 0; border-top-left-radius: 0; float: left; width: 100%; display: block; }
.vps-panel .panel .panel-heading h3 {  font-size: 16px; font-weight: 700; }
.sidebar .card-sidebar a.list-group-item:hover, .styled-tab .nav-item .nav-link:hover { cursor: pointer; }

@media only screen and (max-width: 991px){
    .client_nav_sidebar {
        transition: opacity .2s ease, transform .2s ease;
        opacity: 0;
        transform: translateY(-20px)
    }
    .client_nav_sidebar.show {
        opacity: 1;
        transform: translateY(0)
    }
    .panel.client-toggle-wrapper .panel-heading { display: none; }
    .panel.client-toggle-wrapper .client-btn-toggle {
        color: #465054;
        background-color: #00000008;
        border-color: #00000020;
        border-bottom: 1px solid #00000020;
        border: 0;
        padding: 9px 20px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        text-align: left;
        align-items: center;
        justify-content: start;
    }
    .panel.client-toggle-wrapper button.btn-toggle span { font-size: 14px !important; line-height: 20px !important; font-weight: 700; top: unset !important; }
    .panel.client-toggle-wrapper button svg { width: 20px; height: 20px; margin-right: 5px; position: relative; top: 2px; }
}
@media only screen and (max-width: 768px){
    .styled-ul li { width: 100%; float: left; }
    .os-panel .select-box .select-item { width: calc(100%); }
    .styled-tab .nav-item .nav-link { padding: 9px 10px; }
}
@media only screen and (max-width: 550px){
    .styled-tab .nav-item .nav-link { margin-right: 5px; }
}
@media only screen and (max-width: 515px){
    .styled-tab .nav-item, .styled-tab .nav-item .nav-link { width: 100% !important; }
    .styled-tab .nav-item:not(:first-child) .nav-link { border-radius: 0px !important; }
    .tab-border { border-radius: 0px !important; }
    .styled-tab .nav-item .nav-link.active { border: 1px solid #eeeeef !important; border-bottom: 1px solid #dfdfdf !important; }
    .main-title { flex-direction: column; align-items: start; }
    .main-title h2 small { display: block; text-align: start; }
    .main-title a.label { margin-top: 10px; margin-left: 0px !important; }
}
@media only screen and (max-width: 375px){
    .tab-content .actions { display: flex ; flex-direction: column; gap: 5px; }
    .tab-content .actions button { margin-right: 0px; }
}
.alert.two-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.alert-default {
    background-color: #fff;
    border: 1px solid #EEEEEF !important;
}
.blog-posts b {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-posts a {
    padding-bottom: 12px;
    color: var(--bs-dark);
    position: relative;
    line-height: 16px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.blog-posts a svg {
    width: 18px;
    height: 12px;
    flex-shrink: 0;
}

.blog-posts a:hover, .blog-posts a:active, .blog-posts a:focus {
    text-decoration: none;
    color: #058;
}

.item-list {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.item-list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.item-list .item:last-child {
    border-bottom: 0px;
}

.item-list .item span {
    font-weight: 400;
    font-size: 14px !important;
}

.item-list .item .btn {
    height: auto;
    min-height: unset !important;
    line-height: 16px;
    padding-bottom: 2px;
}

.main-title .heading-info .btn {
    font-size: 12px !important;
    padding: 2px 6px;
    border-radius: 4px !important;
    min-height: unset !important;
    height: unset !important;
}
.main-title a svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
}
.main-title .heading-info .btn i {
    color: #fff;
}
.main-title .heading-info .btn.btn-default {
    background-color: #FFC338;
    border-color: #FFC338;
    color: #000 !important;
}
.main-title .heading-info .btn.btn-info {
    background-color: #444444;
    border-color: #444444;
    color: #fff !important;
}
.main-title .heading-info .btn.btn-default i {
    color: #000;
}
.main-title .heading-info .btn:first-child {
    margin: 5px 0px;
}

@media (max-width: 993px) {
    .product-list-border.panel {
        border: 0px;
        border-radius: 0px;
    }

    .product-list-border.panel .panel-heading {
        border: 1px solid #ddd;
        border-radius: 4px 4px 0px 0px;
    }

    .product-list-border.panel .table-responsive {
        padding-top: 10px !important;
    }

    .table.table-mobile>thead>tr>th {
        font-size: 12px !important;
        word-break: break-word !important;
    }

    .table.table-mobile .btn-xs {
        word-break: keep-all;
    }

    .mobile-product-list .end-buttons .btn:nth-child(2) {
        margin-top: 5px;
    }

    .table.table-mobile {
        border: 0px !important;
    }

    .mobile-product-list .end-buttons .btn:nth-child(2) {
        margin-top: 0px;
    }

    .mobile-product-list.table {
        border: 0px solid #ddd;
    }

    .mobile-product-list.table-mobile tbody tr {
        border-radius: 4px !important;
        overflow: hidden;
    }

    .mobile-product-list.table-mobile tbody tr {
        border: 1px solid #ddd !important;
        margin-bottom: 10px;
    }

    .mobile-product-list.table-striped.table-mobile>tbody>tr:nth-child(odd)>td, .table-striped.table-mobile>tbody>tr:nth-child(odd)>th, .mobile-product-list.table-striped.table-mobile>tbody>tr:nth-child(even)>td, .table-striped.table-mobile>tbody>tr:nth-child(even)>th {
        background-color: transparent !important;
    }

    .mobile-product-list.table-mobile.table>tbody>tr>td, .table-mobile.table>tbody>tr>th {
        border-top: 1px solid #eee;
        border-bottom: 0px !important;
    }

    .mobile-product-list.table-mobile.table>tbody>tr>td:first-child, .table-mobile.table>tbody>tr>th:first-child {
        border-top: 0px !important;
        border-bottom: 0px !important;
    }

    .mobile-product-list.table-mobile tbody tr {
        position: relative;
        padding-top: 0px;
    }

    .mobile-product-list.table-mobile tbody tr::before {
        content: attr(data-label);
        position: relative;
        top: 0rem;
        white-space: normal;
        text-align: center;
        width: 100%;
        margin: 0 auto !important;
        left: 0;
        right: 0;
        font-size: 14px !important;
        min-height: 21px;
        color: #465054;
        background-color: #00000008;
        border-color: #00000020;
        border-bottom: 1px solid #00000020;
        border: 0 none;
        padding: 9px 20px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        font-weight: 700;
        word-break: break-word;
        line-height: 15px !important;
    }

    .table-mobile.table>tbody>tr>td, .table-mobile.table>tbody>tr>th {
        float: left;
        width: 100% !important;
        text-align: center;
        justify-content: center;
        position: relative;
        padding-top: 17px;
        padding-bottom: 6px;
        border-bottom: 1px solid #eee;
        border-left: 0px !important;
        border-right: 0px !important;
    }

    .table-mobile.table>thead>tr>td, .table-mobile.table>thead>tr>th {
        display: none;
    }

    .table-mobile.table>thead>tr:last-child>td button, .table-mobile.table>thead>tr:last-child>th button {
        background-color: #d9f5fd;
    }

    .table-mobile.table>thead>tr:first-child>th:first-child {
        margin-bottom: 0px !important;
    }

    .table-mobile tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .table-responsive {
        overflow-y: scroll;
        padding: 0px 0;
    }

    .table-mobile tbody td::before {
        content: attr(data-label);
        position: absolute;
        top: 0rem;
        font-weight: 300;
        color: #082237;
        white-space: nowrap;
        text-align: center;
        width: 100%;
        margin: 0 auto !important;
        left: 0;
        right: 0;
        font-size: 12px;
    }

    .table-mobile tbody td:last-child {
        border-bottom: none;
        padding-top: 8px !important;
    }

    .m-pt-0 {
        padding-top: 0px !important;
    }

    .m-pt-8 {
        padding-top: 8px !important;
    }

    .empty-td {
        border: 0px !important;
        padding: 0px !important;
        display: none;
    }

    .table-striped.table-mobile>tbody>tr:nth-child(odd)>td, .table-striped.table-mobile>tbody>tr:nth-child(odd)>th {
        background-color: #f7f7f7;
    }

    .table-responsive.n-p {
        padding: 0px 0 !important;
    }

    .table-mobile .btn {
        height: auto;
        min-height: unset !important;
    }

    .table-mobile .label {
        white-space: break-spaces !important;
        word-break: break-word;
    }

    .table-striped.table-mobile>tbody>tr:nth-child(even)>td, .table-striped.table-mobile>tbody>tr:nth-child(even)>th {
        background-color: #f7f7f7 !important;
    }

    .table-striped.table-mobile>tbody>tr:nth-child(odd)>td, .table-striped.table-mobile>tbody>tr:nth-child(odd)>th {
        background-color: #fff !important;
    }
}

.info_content .table thead th {
    word-break: normal;
    white-space: nowrap;
}

.info_content .table tbody td:first-child {
    word-break: normal;
    white-space: nowrap;
}

@media (min-width: 993px) {
    .info_content .table tbody td, .info_content .table th {
        padding: 5px 5px !important;
    }

    .info_content .table tbody td:last-child {
        gap: 5px !important;
    }

    .info_content .table tbody td:last-child .btn {
        word-break: keep-all;
        white-space: nowrap;
    }
}

.table .btn-xs {
    padding: 3px 5px !important;
    height: auto;
    font-size: 13px;
    line-height: 14px;
}

.border-fix>thead>tr>th, .border-fix>tbody>tr>td {
    border: 0px;
}

.table .icon {
    margin-left: 5px;
    color: var(--bs-danger);
    font-size: 14px;
}

.table .icon:hover {
    cursor: pointer;
}

.panel-body-loading {
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-body-loading i {
    color: white;
}

[class~="has-success"] input.form-control, [class~="has-error"] input.form-control, [class~="has-success"] select.form-control, [class~="has-error"] select.form-control {
    border-top-right-radius: 3px !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 0 !important;
}

#newPassword2 .has-success input.form-control, #newPassword2 .has-success select.form-control, #newPassword2 .has-error input.form-control, #newPassword2 .has-error select.form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

[class~="has-success"] span.input-group-addon, [class~="has-error"] span.input-group-addon {
    border: none !important;
}

#form-box .input-group-addon {
    border: none;
}

.form-box .help-block {
    margin-top: 5px !important;
    font-size: 90% !important;
    bottom: 0;
    margin: 0;
    position: relative;
}

#frmClientRegister .form-group.required-field label.control-label:first-child:after {
    color: red;
    content: "*";
    position: absolute;
    padding: 0 3px;
    line-height: 2;
}

label[data-toggle="tooltip"]:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f05a";
    position: absolute;
    line-height: 1.7;
    padding: 0 3px;
    color: #00b9f2;
}

.dns-table thead th {
    border-left: 0px !important;
    border-right: 0px !important;
}

.dns-table tbody tr td:first-child {
    border-left: 0px !important;
}

.dns-table tbody tr td:last-child {
    border-right: 0px !important;
}

.dns-table tbody tr:last-child td {
    border-bottom: 0px !important;
}
.table-result { width: 100%; }
.table-result:first-child {
    margin-top: 10px !important;
    margin-bottom: 15px;
}

.table-result .table {
    margin-bottom: 0px !important;
}

.table-result .table th {
    background-color: #f5f5f5 !important;
    color: #000;
    cursor: default !important;
    font-weight: bold;
    padding: 4px 8px !important;
    border-bottom: 0px;
}

.table-result .table td {
    border-top: 0 !important;
    cursor: default !important;
    padding: 4px 8px !important;
}

.table-result .mobile {
    display: none;
}

.table-result h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

.redirect-result .mobile {
    display: none;
}

.table-result .no-record {
    display: block;
    text-align: center;
}

@media (max-width: 500px) {
    .redirect-result .table td:first-child {
        display: none;
    }

    .table-result .table th {
        display: none;
    }

    .table-result .table td {
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 0px !important;
    }

    .table-result .table tr {
        border-bottom: 2px solid #eee;
    }

    .table-result .mobile {
        display: block;
        font-weight: bold;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .table .btn-xs {
        white-space: nowrap;
    }
}

.custom-list .label-danger{
    background-color: #e20000;
    color: #fff !important;
}
.custom-list .label-active, .custom-list .label-success {
    background-color: #28a745;
    color: #fff !important;
}

.custom-list .label {
    color: #fff;
    border-radius: 4px;
    padding: 3px 4px;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    min-height: unset !important;
}
.custom-list .label.label-default { color: inherit !important; }
.mt-2 {
    margin-top: 20px !important;
}
.tab-content .alert {
    font-size: 14px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: 4px;
}
.tab-content .btn-xs i {
    font-size: 12px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.tab-content td .btn-default {
    background-color: #e5e5e5 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .03) !important;
}
.status-active {
    color: #28a745 !important;
}
.status-expired {
    color: #e20000 !important;
}
.table-responsive>.table-bordered { margin-bottom: 0px !important; }
.clientarea__menu .navbar-light .navbar-nav { position: relative; display: flex; align-items: flex-start; justify-content: space-between; margin-right: 0px !important; width: 100% !important; }
.clientarea__menu .navbar-light .navbar-nav .nav-item .nav-link { padding: 14px 10px; height: 100%; border-right: 0px; }

.table { margin-bottom: 0px; }
.main-title .heading-info { text-align: right; }
.tab-content .nav-link {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.transactions .item {
    margin-bottom: 15px;
}

.transactions .panel {
    margin: 0;
    padding: 20px 10px;
    border: 1px solid #eeeeef !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    border-radius: 4px !important;
    color: inherit !important;
    border-top: 4px solid #444444 !important;
}

.transactions .panel:hover {
    border-top: 4px solid #444444 !important;
    border-left: 1px solid #444444 !important;
    border-right: 1px solid #444444 !important;
    border-bottom: 1px solid #444444 !important;
    text-decoration: none !important;
}

.transactions .panel .label {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 22px !important;
    height: 22px !important;
    padding: 5px !important;
    margin-left: 0px;
}
.btn.btn-gray, .btn.btn-dark {
    background-color: #444444;
    border-color: #444444;
    color: #fff !important;
}
.check-label:empty, .error-label:empty { display: unset !important; }
.check-label { width: 22px; height: 22px; background-color: #28a745 !important; }
.error-label { width: 22px; height: 22px; background-color: #dc3545 !important; }
.check-label::before { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='m4.104 6.254 6.577-6.04a.8.8 0 0 1 1.086 0 .67.67 0 0 1 0 1.016l-7.12 6.557a.8.8 0 0 1-1.086 0L.223 4.725A.637.637 0 0 1 0 4.218a.7.7 0 0 1 .243-.508.822.822 0 0 1 1.106 0Z' data-name='Path 12080'/%3E%3C/svg%3E");background-position: center; background-repeat: no-repeat; width: 14px; height: 12px; background-size: contain; position: absolute; left: 0; right: 0; margin: 0 auto !important; }
.error-label::before { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='m6 7.275-4.471 4.474a.902.902 0 0 1-1.278-1.274l4.471-4.471L.251 1.529A.904.904 0 0 1 1.529.251L6 4.722 10.475.251a.904.904 0 0 1 1.278 1.278L7.275 6l4.474 4.475a.9.9 0 0 1-1.274 1.274Z' data-name='Path 12083'/%3E%3C/svg%3E");background-position: center; background-repeat: no-repeat; width: 12px; height: 12px; background-size: contain; position: absolute; left: 0; right: 0; margin: 0 auto !important; }
.transactions .panel strong {
    padding: 5px 0px;
    text-align: start;
    font-size: 14px;
}
.transactions .item {
    margin-bottom: 30px;
    width: calc(25% - 0px) !important;
    flex: 0 0 25%;
    max-width: 25%;
}
.transactions .item .btn, .transactions.shortcuts .btn {
    font-size: 12px !important;
    padding: 2px 10px;
    border-radius: 4px !important;
    min-height: unset !important;
    height: unset !important;
}

@media only screen and (max-width: 768px) {
    .transactions .item {
        width: calc(50% - 0px) !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 450px) {
    .transactions .item {
        width: calc(100% - 0px) !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.transactions {
    margin-top: 30px;
}

.transactions.shortcuts .panel:hover {
    transform: translateY(0px) !important;
}

.transactions.shortcuts .col-md-6 {
    margin-bottom: 15px;
}

.transactions.shortcuts .panel {
    align-items: flex-start;
}

.transactions.shortcuts .panel p {
    margin-bottom: 5px;
    font-size: 12px;
}

.transactions.shortcuts .blog-posts {
    width: 100%;
}

.transactions.shortcuts .blog-posts b {
    font-size: 14px;
}
.transactions.shortcuts .blog-posts a { font-size: 12px !important; }

.h-input {
    height: 42px;
}

.change-pass .input-group-btn i.show {
    display: inline-flex !important;
    border: 1px solid #ced4da !important;
    height: 100%;
    border-left: 0px !important;
    align-items: center;
}

.change-pass .input-group-btn i:not(.show) {
    display: none !important;
}

.change-pass .input-group-btn .btn-default {
    border-radius: 0px;
}

.change-pass .input-group-btn .btn:last-child {
    border-radius: 0px 4px 4px 0px;
    height: 100%;
}

.change-pass .input-group-btn .btn:first-child {
    border-right: 1px solid #e5e5e5 !important;
}

.change-pass .input-group-btn {
    display: flex;
}

.change-pass .panel {
    border: 1px solid #eeeeef !important;
}

@media only screen and (max-width: 768px) {
    .cache .panel-body>* {
        text-align: center !important;
    }

    .cache .panel-body .btn {
        margin-top: 5px;
    }

    .cache .panel-body b {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .styled-tab .nav-item .nav-link, .styled-tab .nav-item .nav-link.active {
        padding: 9px 5px !important;
        margin-right: 3px !important;
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 575px) and (min-width: 515px) {
    .styled-tab .nav-item .nav-link, .styled-tab .nav-item .nav-link.active {
        padding: 9px 5px !important;
        margin-right: 3px !important;
        font-size: 14px !important;
    }
}
.styled-ul li svg {
    width: 14px;
    height: 14px;
}
.blog-posts {
    display: block;
    float: left;
    width: 100%;
}
.label-active, .label-success {
    background-color: #28a745;
}

.label-danger, .label-danger {
    background-color: #e20000;
    color: #fff !important;
}
.label-active, .label-success {
    background-color: #28a745;
    color: #fff !important;
}
.tab-content .label {
    font-size: 14px !important;
    font-weight: normal !important;
    height: auto !important;
    min-height: unset !important;
    line-height: 16px !important;
    white-space: nowrap;
    border-radius: 4px;
    padding: 3px 4px;
}
.tab-content .styled-ul li a { color: #17a2b8; }
@media only screen and (max-width: 1200px) {
    .styled-tab .nav-item .nav-link {
        padding: 9px 10px;
    }
}
@media only screen and (max-width: 993px) {
    .transactions .panel strong { text-align: start; }
    #dnsinfo .styled-ul li, #details .styled-ul li { width: 100% !important; }
}
@media only screen and (max-width: 768px) and (min-width: 515px) {
    .transactions .panel strong { text-align: start; }
    #tabOverview .nav-tabs .nav-item { width: 50% !important; }
    #tabOverview .styled-tab .nav-item .nav-link { width: 100% !important; }
}

@media only screen and (max-width: 768px) {
    .usagecards { flex-direction: column; gap: 15px; }
}

.panel-info { border: 1px solid #00A7FE; }
.panel.panel-info .panel-body { padding: 10px 0px !important; }
td.wrap-word { word-break: break-all; }
.table > * {
    word-break: break-all;
}

div#usageLastUpdate {
    font-size: 12px;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
}

.usagecards { display: flex; justify-content: space-between; margin: 25px 0px; }
.usage-card { background: #fff; border: 1px solid #eee; border-radius: 4px; padding: 16px; width: calc(50% - 20px); float: left; }
.usage-card:first-child { margin: 0px 10px 0px 0px; }
.usage-card:last-child { margin: 0px 0px 0px 10px; }
@media only screen and (max-width: 993px) {
    .usage-card { width: calc(100% - 0px); float: left; }
    .usage-card:first-child, .usage-card:last-child { margin: 10px 0px; }
}
.usage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.usage-summary {
    color: #666;
    font-size: 14px
}

.usage-chart-wrap {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 8px auto;
    max-width: 100%;
}

.usage-chart-wrap canvas {
    width: 100% !important;
    height: 100% !important
}

.usage-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    font-weight: 700;
    color: #333
}

.usage-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 8px;
    color: #555;
    font-size: 13px
}

.legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle
}

.legend-dot.used {
    background: #ffcb26
}

.legend-dot.free {
    background: #ffcb2654
}

.legend-dot.used-bw {
    background: #4cb4ff
}

.legend-dot.free-bw {
    background: #4cb4ff55
}
.float-left { float:left; }
.alert-danger {
    border: 1px solid #C82333 !important;
}


.has-feedback .form-control-feedback {
    height: 40px;
    line-height: 40px;
}
.form-control-feedback {
    position: absolute !important;
    top: 0 !important;
    right: 15px !important;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
    float: right !important;
    font-size: inherit !important;
}
.has-success .form-control-feedback {
    color: #738d00;
}

.has-success .form-control {
    border-color: #738d00;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
}
.has-feedback .form-control {
    padding-right: 45px;
}

.progress-bar-danger {
    background-color: #C82333;
}
.progress-bar-warning {
    background-color: #f7941e;
}
.progress-bar-success {
    background-color: #28a745;
}
.has-warning .form-control {
    border-color: #f7941e;
}
.has-error .form-control {
    border-color: #C82333 ;
}
.has-success .form-control {
    border-color: #28a745;
}
.has-feedback .form-control {
    padding-right: 45px;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-error .form-control-feedback {
    color: #ec018c;
}
.has-warning .form-control-feedback {
    color: #f89406;
}
.has-feedback .form-control-feedback {
    height: 40px;
    line-height: 40px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.help-block {
    color: #C82333 ;
    font-size: 12px;
    top: 3px;
    line-height: 14px;
    float: left;
    position: relative;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #3db9f2;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #28a745
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #17a2b8
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #ffc107
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #dc3545
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.pmgr-wrapper { margin-bottom: 10px; }
.pmgr-input-group .form-control,
.pmgr-input-group .btn { height: 42px; }
.pmgr-progress { background:#eee; border-radius:4px; height:8px; overflow:hidden; margin-top:8px; }
.pmgr-progress .pmgr-progress-bar { display:block; height:8px; width:0%; transition:width .25s ease; }
.pmgr-progress .pmgr-progress-bar.pmgr-danger { background:#C82333; }
.pmgr-progress .pmgr-progress-bar.pmgr-warning { background:#ffbf00; }
.pmgr-progress .pmgr-progress-bar.pmgr-success { background:#28a745; }
.pmgr-field.has-error .form-control { border-color:#C82333; }
.pmgr-field.has-warning .form-control { border-color:#ffbf00; }
.pmgr-field.has-success .form-control { border-color:#28a745; }
.pmgr-field #pmgr-confirm-msg { clear:both; }
.pmgr-field #pmgr-confirm-msg .help-block { position:static; top:auto; float:none; margin:6px 0 0; line-height:1.4; }
.pmgr-field.has-error #pmgr-confirm-msg .help-block { color:#C82333; }
.pmgr-field.has-success #pmgr-confirm-msg .help-block { color:#28a745; }
.pmgr-help { margin:0px 0 0; line-height:1.4; color:#C82333; }
.pmgr-input-group input.form-control { border-radius:4px 0 0 4px !important; }
.pmgr-errors ul { margin-bottom: 0px; }

@media only screen and (max-width: 500px) {
    .change-pass #pleskRootPassForm .input-group-btn .btn-default {
        border-radius: 0px 0px 4px 0px;
        height: 100%;
        flex: 1;
    }
    .change-pass #pleskRootPassForm .input-group-btn .btn-default:first-child {
        border-radius: 0px 0px 0px 4px;
    }
    .change-pass #pleskRootPassForm .input-group {
        flex-direction: column !important;
    }
    #pleskRootPassForm .pmgr-input-group input.form-control {
        width: 100%;
        border-radius: 4px 4px 0px 0px !important;
    }
}
.pmgr-wrapper { margin-bottom: 10px; }
.pmgr-input-group .form-control,
.pmgr-input-group .btn { height: 42px; }
.pmgr-progress { background:#eee; border-radius:4px; height:8px; overflow:hidden; margin-top:8px; }
.pmgr-progress .pmgr-progress-bar { display:block; height:8px; width:0%; transition:width .25s ease; }
.pmgr-progress .pmgr-progress-bar.pmgr-danger { background:#d9534f; }
.pmgr-progress .pmgr-progress-bar.pmgr-warning { background:#f0ad4e; }
.pmgr-progress .pmgr-progress-bar.pmgr-success { background:#5cb85c; }
.pmgr-field.has-error .form-control { border-color:#d9534f; }
.pmgr-field.has-warning .form-control { border-color:#f0ad4e; }
.pmgr-field.has-success .form-control { border-color:#5cb85c; }
.pmgr-field #pmgr-confirm-msg { clear:both; }
.pmgr-field #pmgr-confirm-msg .help-block { position:static; top:auto; float:none; margin:6px 0 0; line-height:1.4; }
.pmgr-field.has-error #pmgr-confirm-msg .help-block { color:#c1006a; }
.pmgr-field.has-success #pmgr-confirm-msg .help-block { color:#3c763d; }
.pmgr-help { margin:12px 0 0; line-height:1.4; color:#c1006a; }
.disabled-item { pointer-events: none !important; opacity: 0.4; cursor: not-allowed;}
.clientarea_content { margin-bottom: 40px; }

.clientarea_content {
    background-color:white;
    padding:0 25px 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.clientarea_content .pagination {
    margin-bottom:0 !important;
    margin-right:0 !important;
    float: right;
}
.vps-panel .panel.tab-border .tab-content .tab-pane .row { margin: 0px; }
#tabRenew { padding-bottom: 15px }
#tabRenew h5.card-title { display: none; }

#tabAutoPay { padding-bottom: 15px }
#tabAutoPay h4.card-title { display: none; }

#tabFaturalar { padding-bottom: 15px }