﻿@font-face {
	font-family: "Inter";
	src: url("/assets/css/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}

body {
    text-align: center;
    font-family:'Inter','Open Sans',Helvetica Neue,Sans-serif;
}

h1, h2, h3 {
    font-weight:400
}

h1 {
    font-size: 3.75rem;
    line-height: 5rem !important;
}

h2 {
    font-size: 2.4rem;
    line-height: 3.125rem;
}

h3 {
	font-size: 1.5rem;
    line-height: 2.375rem !important;
}

.ts {
	text-shadow: 1px 1px 3px black;
}

.navbar a, .navbar a:hover, .navbar a:focus, footer, footer a {
    color: #ffffff;
}

.navbar, section#header, footer, .dropdown-menu {
	background-color: #303234;
}

.dropdown-item:focus, .dropdown-item:hover { 
    background-color: inherit;
}

li a.nav-link {
    padding-left: 1.5rem !important;
}

.text-orange {
	color: #FF5722;
}

.text-blue {
	color: #008ED6;
}

.text-white {
	color: #ffffff;
}

.link-orange, .link-orange:hover {
    text-decoration: none;
    color: #FF5722;
}

.header-presentation {
	font-size: 22px;
}

.bg-button {
    font-size: 20px;
    padding: 7px 25px;
    height: 100%;
}

.bg-small-button, .bg-button, .bg-button:hover, .bg-small-button:hover {
    background-color: #FF5722;
    color: #ffffff;
}

.small-text {
	font-size: 12px;
    display: block;
}

.tab-content {
    height: 350px;
}

.tab-content pre {
    height: 100%;
    overflow: hidden;
}

ul#tabs-language {
	border: none;
}

.nav-tabs > li > button.active, .nav-tabs > li > button:hover,.nav-tabs > li > button.active:focus {
	border-width:1px;
	border-style:solid;
	border-color:#595959 #505050 transparent !important;
	background-image:linear-gradient(#222,#444);
	border-radius:2px;
	box-shadow:0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.2) inset;
}

.nav > li > button {
	padding:5px 15px;
    height:30px
}

.nav-tabs button {
    color: #ccc !important;
    text-decoration: none;
}

.bg-grey {
    background-color: #f7f8fa;
}

.bg-green {
    background-color: #198754;
}

h3 > i {
	color: #EB8490;
}

.small-title {
    font-size: 14px;
    font-weight: 600;
    color: #008ed6;
}

.colored-line {
    height: 2px;
    width: 80px;
    display: block;
    background-color: #008ed6;
    margin: auto;
}

@media (min-width:992px){
    .single-service {
        min-height: 360px;
    }
} 

.single-service {
	padding:40px 35px;
	margin:0 0 50px;
	background:#fff;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:4px solid #eaeaea;
	border-radius:3px;
	-webkit-transition:all ease .55s;
    transition:all ease .55s}

.single-service .service-icon {
	font-size:60px;
    margin-bottom:35px
}

.single-service h3 {
    margin-bottom:10px
}

.border-bottom-hover:hover {
    border-bottom-color: #008ed6;
}

.text-blue {
    color :#008CD4;
}

.section-header h2 {
    margin-bottom: 20px;
    margin-top: 10px; 
}

.flex-fill {
    text-align: left !important;
    border: none;
    background-color: unset;
    padding-left: 25px;
}

.flex-fill::before, .dudu:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #FF5722;
    /* left: 0px; */
    border-radius: 50%;
    /* top: 17px; */
    position: absolute;
}

.didi {
    content: "";
    height: 8px;
    width: 8px;
    background: #FF5722;
    left: 0px;
    border-radius: 50%;
    /* top: 17px; */
    position: absolute;
}

section#informations h4 {
    font-size: 1.2rem;
}

section#informations li > p, section#informations .row > div > p {
    color: #929292;
}

#whois-price img {
    width: 1em;
    height: 1em;
}

.priceTitle {
    font-size: 2em;
    font-weight: 500;
}

.priceTitle {
    font-size: 2em;
    font-weight: 500;
}

.priceAmount {
    font-size: 1.5em;
    font-weight: 500;
    color: #428bca !important
}

.priceDescription {
    font-size: 0.9em;
}

#whois-price table thead td {
    border: 1px solid #000000;
    border-collapse: collapse;
    background-color: #303641;
    color: #ffffff;
    text-shadow: 1px 1px 3px black;
}

#whois-price table td {
    border: 1px solid #eaebec;
    border-collapse: collapse;
}

.box {
	padding: 5px;
    margin-bottom: 2px;
    font-size: .7em;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    vertical-align: text-top;
}

.up {
	background-color: #17b96e;
}

.down {
	background-color: #ff0a0a;
}

footer a {
    text-decoration: none;
}

/** User Section **/

section#dashboard nav {
    border-right: 1px solid #ddd;
    padding-right: 1px;
}
section#dashboard a.nav-link {
    color: #333333;
}
section#dashboard a.nav-link.active {
    background-color: #428bca;
    color: #ffffff !important;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}
section#dashboard span.badge {
    font-size: 16px;
    padding: 8px;
}
section#dashboard .card {
    background-color: #303641;
    color: #fff;
    text-shadow: 1px 1px 3px black;
}
section#dashboard .card-header {
    padding: 15px 20px;
    padding-bottom: 15px;
}
section#dashboard .card-body {
    background: rgba(0,0,0,0.1);
}

section#dashboard .ts-link {
    text-shadow: 1px 1px 3px white;;
}

.btn-blue, .btn-blue:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 1px 1px 3px black;
}

.text-blue {
    color: #428bca !important;
}

.br-1 {
    border-right: 1px solid #ddd;
}

/* SWAGGER */

.topbar, hgroup.main, .swagger-ui > .wrapper {
    display: none !important;
}

.user-info {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: #e9ecef;
    border-left: 0.25rem solid #428bca;
}