/*!
 * Theme From: 2name
 * Author: witalij davos
 * Author URI: http://2name.net
 * Description: A Bootstrap Responsive
 * Version: 1.0
 * Bootstrap v5 (http://getbootstrap.com)
 * Copyright 2021 wd.
*/

/*------------------------------------------------------------------
	blling
-------------------------------------------------------------------*/
.billing .row-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.billing .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.02em;
}
.billing .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #95aac9;
    border-color: #d7dfeb;
}
.billing .page-header-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
	padding: 1rem 1rem 1.25rem 1.25rem;
}
.billing .rootlink{
	font-weight: 700;
}
.billing .navbar-light .navbar-nav .nav-link {
    color: #141b1e;
    font-weight: 400;
}
.billing .navbar-light .dropdown-item {
    font-weight: 400;
}
.billing .billing-navs .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0.1rem;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
	font-weight: 400;
	letter-spacing: 1px;
}
.billing .dropdown-item.active:focus, .dropdown-item.active:hover, .dropdown-item:focus, .dropdown-item:hover {
    color: inherit;
    background-color: rgba(135,150,165,.1);
}
.billing .dropdown-toggle::after{
    display: none;
}
.billing .bg-black {
    color: #fff;
    background-color: #13182c;
}
.billing .dropdown-item {
    color: #ffffff;
    font-size: .9rem;
}
.billing .bg-black .dropdown-item-text {
    display: block;
    padding: .15rem 1rem;
    color: #bfbfbf;
}
.billing .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgb(0 0 0 / 0%);
}
.billing .nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.95rem;
  overflow-y: hidden;
}

.billing .nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.billing .nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.billing .nav-underline .nav-link:hover {
  color: #007bff;
}

.billing .nav-underline .active {
  font-weight: 600;
  color: #343a40;
}
/*--- card  ----*/
.billing .bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.billing .bd-callout-info {
    border-left-color: #5bc0de;
}
.billing .bd-callout-danger {
    border-left-color: #d9534f;
}
/*--- card  ----*/
.billing .card {
    margin-bottom: 1.5rem;
    border-color: #edf2f9;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.billing .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    border-radius: .5rem;
}
.billing .card-header {
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #edf2f9;
}
.billing .card-header-title {
	font-size: 1rem;
	font-weight: 600;
    margin-bottom: 0;
}
.billing .card .btn-group-sm>.btn, .btn-sm {
    padding: .15rem .5rem;
    font-size: .775rem;
    border-radius: .2rem;
}
.billing .card-title {
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 500;
}
.billing .btn-outline-light {
    color: #12263f;
    border-color: #e9ecef;
}

.billing .order {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    border-radius: .5rem;
}
.billing .order {
    margin-bottom: 1.5rem;
    border-color: #edf2f9;

    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.billing .order-menu {
    min-height: 10px;
    padding: 1rem 1rem .2rem 1rem;
}
.billing .order-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .25rem 1.25rem .85rem 1.25rem;
}
.billing .order-name {
    /* margin-bottom: .5rem; */
    font-size: 1.1rem;
    font-weight: 500;
}
.billing .order-subtitle {
    margin-bottom: 0;
    font-size: .8rem;
}
.billing .order-link {
    font-weight: 500;
}
.billing .indicator {
	font-size: .7rem;
    color: #95aac9!important;
}
.billing .indicator .progress {
    margin-bottom: 10px;
}
.billing .order-indicator-leftdays {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #0d6efd;
    border-radius: 50%;
    margin-right: .4375rem;
}
.billing .blink {
    animation: blink 2s infinite;
   }
   @keyframes blink {
    from { opacity: 1; }
    to { opacity: 0; }
}
.billing .order-indicator-ordersend {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #e9ecef;
    border-radius: 50%;
    margin-right: .4375rem;
}
.billing .order-addon {
	padding: .55rem;
	background-color: #f9fbfd;
	border: 1px solid rgba(0,0,0,.125);
	line-height: 1.0;
	margin-bottom: .8rem;
	border-radius: .5rem;
}
.billing .order-addonstitle {
	color: #95aac9!important;
	font-size: .7rem;
	margin-bottom: .45rem;
	font-weight: 600;
}
.billing .order-addons {
    color: #95aac9!important;
    margin-bottom: .25rem;
	font-size: .7rem;
}
.billing .neworder {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
/*--- table  ----*/
.billing .table-theme {
    border-spacing: 0;
}
.billing .h-1x {
    height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.billing .table-row {
    border-collapse: separate!important;
    border-spacing: 0 10px!important;
}
.billing .table-theme thead {
    font-size: .7rem;
}
.billing .billing .table-theme tbody td:first-child {
    border-radius: .25rem 0 0 .25rem;
}
.billing .table.v-middle td, .table.v-middle th {
    vertical-align: middle;
}
.billing .table-theme tbody td {
    background-color: #f8f9fa;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(160,175,185,.05), 0 -1px 0 rgba(160,175,185,.05);
}
.billing .table.v-middle td, .table.v-middle th {
    vertical-align: middle;
}
.billing .table>thead>tr>th {
    border-width: 0;
}
.billing .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(160,175,185,.15);
}
.billing .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(160,175,185,.15);
}
.billing th {
    text-align: inherit;
}
@media (min-width: 576px) {
	.billing .two-sm-block {
		display: block!important;
	}
}
/*--- balance  ----*/
.billing .balance {

}
.billing .balance .h5, h5 {
    font-size: 1.3rem;
    font-weight: 500;
}
.billing .balance .h6, h6 {
    font-size: .7rem;
}
.billing .balance .h2, h2 {
    font-size: 1rem;
}
.billing .balance .list-inline-item {
    display: contents;
    font-size: .8rem;
}
.billing .balance ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
.billing .billig-indicator {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #bdc5d1;
    border-radius: 50%;
    margin-right: .4375rem;
}
/*--- invoice  ----*/
.billing .invoice {

}
.billing .invoice .table-theme {
    border-spacing: 0;
}
.billing .invoice .table-row {
    border-collapse: separate!important;
    border-spacing: 0 10px!important;
}
.billing .invoice .h-1x {
    height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.billing .invoice .table-theme thead {
    font-size: .7rem;
}
.billing .invoice .table-theme tbody td:first-child {
    border-radius: .25rem 0 0 .25rem;
}
.billing .invoice .table.v-middle td, .table.v-middle th {
    vertical-align: middle;
}
.billing .invoice .table-theme tbody td {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(160,175,185,.05), 0 -1px 0 rgba(160,175,185,.05);
}
.billing .invoice .table.v-middle td, .table.v-middle th {
    vertical-align: middle;
}
.billing .invoice .table>thead>tr>th {
    border-width: 0;
}
.billing .invoice .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(160,175,185,.15);
}
.billing .invoice .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(160,175,185,.15);
}
.billing .invoice th {
    text-align: inherit;
}
@media (min-width: 576px) {
	.billing .invoice .2name-sm-block {
		display: block!important;
	}
}


/*--- badge  ----*/
.billing .badge-pay-0 {
    color: #fff;
    background-color: #dc3545;
}
.billing .badge-pay-1 {
    color: #fff;
    background-color: #00d97e;
}
.billing .badge-pay-2 {
    color: #fff;
    background-color: #ffc107;
}
@media (max-width: 991.98px){
	.table-theme {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
/*--- alert  ----*/
.billing  .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    border-radius: .375rem;
}
.billing .alert-danger {
    color: #fff;
    background-color: #e63757;
    border-color: #e63757;
}
.billing .alert-primary {
    color: #fff;
    background-color: #2c7be5;
    border-color: #2c7be5;
}
.billing .alert-warning {
    color: #283e59;
    background-color: #f6c343;
    border-color: #f6c343;
}
.billing .alert-success {
    color: #fff;
    background-color: #00d97e;
    border-color: #00d97e;
}
.billing .alert-primary .alert-link, .alert-primary .close {
    color: #fff;
}
.alert-warning .alert-link, .alert-warning .close {
    color: #283e59;
}
.billing button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.billing .close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    opacity: .5;
}
/*--- order-status  ----*/
.billing .order-status1 {
    background-color: #198754!important;
}
.billing .order-status0 {
    background-color: #ffc107!important;
	color: #212529!important;
}
.billing .order-status2 {
    background-color: #dc3545!important;
	color: #fff!important;
}
.billing .order-status3 {
    background-color: #0d6efd!important;
	color: #fff!important;
}
/*--- domain  ----*/
.billing .mydomain .nav-link {
    padding: .2rem 0.5rem!important;
    color: #95aac9;
    font-size: .8rem;
}
.billing .mydomain .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #bfbfbf;
}
.billing .row-domains .domainlink {
    text-decoration: none;
    color: #000000!important;
}
.billing .domain-indicator {
	font-size: .68rem;
	color: #95aac9!important;
}
.billing .domain-indicator .progress {
    margin-bottom: 10px;
}
.billing .domain-indicator-leftdays {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #0d6efd;
    border-radius: 50%;
    margin-right: .2rem;
}
.billing .domain-indicator-end {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #e9ecef;
    border-radius: 50%;
    margin-right: .2rem;
}
.billing .newdomain {
	padding: 30px 50px;
	border: 2px dotted #d8e0ea;
	border-radius: .5rem;
	text-align: center;
	color: #95989c;
	font-weight: 300;
	font-size: 1.1rem;
}
.billing .newdomain:hover {
	background-color: #f1f1f1;
	border: 2px dotted #ffffff;
}
.billing .featured {
    position: absolute;
    top: 5px;
    left: -46px;
    background-color: #ebedee;
    color: #b1b4bb;
    padding: 2px 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 11px;
}
/*--- profiles  ----*/
.billing .profiles .table-theme {
    border-spacing: 0;
}
.billing .profiles .h-1x {
    height: 1.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.billing .profiles .table-row {
    border-collapse: separate!important;
    border-spacing: 0 10px!important;
}
.billing .profiles .table-theme thead {
    font-size: .7rem;
}
.billing .profiles .table-theme tbody td:first-child {
    border-radius: .25rem 0 0 .25rem;
}
.billing .profiles .table.v-middle td, .table.v-middle th {
    vertical-align: middle;
}
.billing .profiles .table-theme tbody td {
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 1px 0 rgba(160,175,185,.05), 0 -1px 0 rgba(160,175,185,.05);
}
.billing .profiles .table.v-middle td, .table.v-middle th {
    vertical-align: middle;
}
.billing .profiles .table>thead>tr>th {
    border-width: 0;
}
.billing .profiles .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(160,175,185,.15);
}
.billing .profiles .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid rgba(160,175,185,.15);
}
.billing .profiles th {
    text-align: inherit;
}
/*--- setting  ----*/
.billing .setting .card-header {
    padding: 1rem 1rem!important;
    margin-bottom: 0!important;
	font-weight: 600;
    background-color: transparent!important;
    border-bottom: 1px solid #edf2f9!important;
}
.billing .setting .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #dadada!important;
    background-color: #335eea!important;
    border-color: transparent transparent #ffffff!important;
}
.billing .setting .nav-tabs .nav-link {
    border: 1px solid #e9ecef!important;
    font-size: .79rem!important;
    margin-right: 0.2rem;
}
/*--- domains  ----*/
.billing .domains .groupname {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 1rem;
}
.billing .domains .zone-item {
    list-style: none;
    background: #ffffff;
    box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
    border: 2px solid #d0eaff;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    color: #0056b3!important;
}
.billing .domains .zone-item:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	 -webkit-transform: scale(1.01);
	  -ms-transform: scale(1.01);
	  transform: scale(1.01);
}
.billing .domains .zone-item:before{
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    top: -12px;
    right: -35px;
    border-radius: 50%;
    background: rgb(246, 251, 254);
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 770px) {
	.billing .domains .zone-item:before {
		content: '';
		position: absolute;
		width: 140px;
		height: 180px;
		top: -12px;
		right: -45px;
		border-radius: 50%;
		background: rgb(246, 251, 254);
		pointer-events: none;
		z-index: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}

.billing .domains .zone-item:hover::before{
    right: -25px;
}
.billing .domains .zone-item .domain {
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 700;
    color: #2c3d65!important;
    position: relative;
}
.billing .domains .zone-item .domain span {
    display: block;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 300;
    position: relative;
    margin-top: -8px;
}
.billing .domains .zone-item .price {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 0;
    font-weight: 400;
    color: #2c3d65;
    padding-left: 8px;
    position: relative;
}
.billing .domains .zone-item a {
    text-decoration: none;
    padding: 20px;
    display: block;
}
.billing .domains .zone-item a p {
    margin: 0;
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #5d727b;
    position: relative;
    padding-left: 8px;
}
.billing .domains .zone-item a img:hover {
    opacity: 0.4;
}
.billing .domains .zone-item a img {
    position: absolute;
    right: 16px;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
	padding-right: unset;
    padding-left: unset;
}
/*--- tarifs  ----*/
.billing .tarifs-header {
    max-width: 700px;
}
.billing .tarifs-header .display-4{
	font-size: 1.5rem;
}
.billing .tarifs-header .lead {
    font-weight: 100;
    font-size: 1rem;
    color: #95aac9!important;
}
/*--- ticket  ----*/
.billing .theme {

}
.billing .ticket-priority {
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.billing  .ticket-priority-0 {
	border-left-color: #6c757d;
}
.billing  .ticket-priority-1 {
	border-left-color: #ffc107;
}
.billing  .ticket-priority-2 {
	border-left-color: #dc3545;
}
/*--- ----*/
}
.billing .ticket-status-open {
    animation: blink 2s infinite;
   }
   @keyframes blink {
    from { opacity: 1; }
    to { opacity: 0; }
}
.billing  .ticket-status-closed {
    color: #6c757d;
}
.billing  .ticket-status-closed a {
    color: #6c757d;
}
/*---  ----*/
.billing .ticket-indicator {
	font-size: .7rem;
    color: #95aac9!important;
}
.billing .ticket-indicator-1 {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #d9534f;
    border-radius: 50%;
    margin-right: .4375rem;
}
.billing .ticket-indicator-2 {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #5bc0de;
    border-radius: 50%;
    margin-right: .4375rem;
}
.billing .ticket-indicator-0 {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #ffc107;
    border-radius: 50%;
    margin-right: .4375rem;
}
/*---  ----*/
.billing .ticket .nav .nav-link.active, .nav-pills .show>.nav-link {
	color: #0d6efd;
    background-color: #e9ecef;
    border-radius: .25rem;
    font-weight: 600;
}
.billing .ticket {
	margin: 1rem 0 1rem;
}
.billing .ticket .message {
	max-width: 90%;
    clear: both;
    padding-bottom: 1rem;
}
.billing .ticket .message {
    float: right;
	/* padding-right: 15px; */
}
.billing .ticket .message div.title-message {
	text-align: right;
    font-weight: 600;
    width: 100%;
	padding-right: 1rem;
}
.billing .ticket .message div.text-message {
	text-align: right;
    border-radius: 20px 20px 0px 20px;
    background: #1c85ff;
    color: #fff;
}
.billing .ticket .message div.text-message {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}
.billing .ticket .message div.text-message p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.billing .ticket .message div.time-plate {
	text-align: right;
    font-size: 11px;
    color: #afaeba;
    width: 100%;
}
.billing .ticket .message div.TicketsAttachedFiles {
    margin-bottom: 0.5rem;
}
.billing .ticket .message div.TicketsAttachedFiles span, div.TicketsAttachedFiles a{
	font-size: 11px;
    color: #afaeba;
    margin-bottom: 0.5rem;
}
.billing .ticket .message .rating .icon {
	display: inline-block;
    /* font-size: 0rem; */
    /* line-height: 1.2; */
    vertical-align: middle;
    cursor: pointer;
    /* color: #3d3d3d; */
    margin-top: -10px;
    min-width: 1.615rem;
    text-align: center;
    font-weight: bold;
}
.billing .ticket .message .rating .icon + .icon {
  margin-left: 6px;
}
.billing .ticket .message .rating .icon:hover {
/*  color: #0a0a0a;*/
}
.billing .ticket .message .rating .icon .SmartStarsImages {
    width: 13px;
}
.billing .ticket .message.admin-response {
    float: left!important;
    /* padding-left: 15px!important; */
}
.billing .ticket .message.admin-response div.title-message {
	text-align: left!important;
	padding-left: 1rem!important;
}
.billing .ticket .message.admin-response div.text-message {
	text-align: left!important;
    border-radius: 20px 20px 20px 0!important;
    background: #edf0f5!important;
	color: #747584!important;
}
.billing .ticket .message.admin-response div.time-plate {
	text-align: left!important;
}
/*---  ----*/
.billing .testimonials {

}
/*--- whois  ----*/
.billing .whois-item {
    list-style: none;
    background: #ffffff;
    box-shadow: 5px 7px 12px 0 rgba(77, 77, 119, 0.05);
    border: 2px solid #d0eaff;
    /* margin-top: 10px; */
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    color: #0056b3!important;
}
.billing .whois-item .domain {
    display: block;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 700;
    color: #2c3d65!important;
    position: relative;
}
.billing .whois-item .result {
    font-weight: 400;
    color: #2c3d65;
}
.billing .whois-item .row {
    text-decoration: none;
    padding: 20px;
}
.billing .whois-item .row p {
    margin: 0;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #5d727b;
    position: relative;
}