/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url("https://use.typekit.net/jey3gct.css");


@font-face {
  font-family: "DM Sans Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/DMSans-Light.ttf");
}

@font-face {
  font-family: "DM Sans Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DMSans-Regular.ttf");
}

@font-face {
  font-family: "DM Sans Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/DMSans-Medium.ttf");
}

@font-face {
  font-family: "DM Sans SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/DMSans-SemiBold.ttf");
}

@font-face {
  font-family: "DM Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/DMSans-Bold.ttf");
}

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DMSerifDisplay-Regular.ttf");
}


/*body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}*/

html{
    font-size: 16px;
}

/*header > *{
    flex: 1;
}*/

footer a:hover{
    color: #fff !important;
    text-decoration: none !important;
}


header a:hover {
    text-decoration: none;
}


#main-menu {
    
}

main {
    height: 88px;
}


.btn.btn-primary,
.panel-footer .btn.btn-success.btn-sm.btn-block{
    border-radius: .5rem;
    border-width: 2px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(180 33 232/var(--tw-bg-opacity));
    font-family: DM Sans Bold,sans-serif;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}


.btn.btn-primary:hover, 
.panel-footer .btn.btn-success.btn-sm.btn-block:hover{
    --tw-border-opacity: 1;
    border-color: rgb(180 33 232/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(180 33 232/var(--tw-text-opacity))
}

section#main-menu, 
.navbar-main, 
.navbar-main li.account, 
.main-navbar-wrapper,
header.header .main-navbar-wrapper
{
    background-color: #000 !important;
    font-size: 1.125rem;
    color: #fff;
}

#mainNavbar > ul > li > a {
  color: #fff !important;
}

div.header-lined h1{
    color: rgb(180 33 232);
}

div.header-lined .breadcrumb {
    display: none;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 31 37/var(--tw-bg-opacity)) !important;
}


#tableDomainsList th,
#tableDomainsList td,
#tableServicesList th,
#tableServicesList td{
  text-align: center;
  width: 1%;
  white-space: nowrap;
}

.manage-button {
  display: inline-block;
  margin: 0 auto;
}



.primary-nav-wrapper{
  width: 60%;
}

#header .mt-5 {
  margin-top: 1.25rem !important;
}

#header .mt-5 {
  margin-top: 1.25rem !important;
}

#header .mt-10 {
  margin-top: 3rem !important;
}

.slider-menu .mt-6{
  margin-top: 1.5rem !important;
}

.slider-menu .mt-2{
  margin-bottom: 0.5rem !important;
}

.slider-menu .mt-4{
  margin-top: 1rem !important;
}

.slider-menu .mb-8{
  margin-bottom: 2rem !important;
}

.slider-menu ul {
  gap: 0.5rem !important;
}