/* Custom Stylesheet hash:17419565341742120885 dated 05 Aug, 2025 17:37:00+Asia/Karachi */
/* Ensure footer has matching background */ 


/* Ignite Global Support Home link styling */
#ignite-home {
  color: #1292EE;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.5px;
  vertical-align: middle;
  margin-right: 15px;
}


/* Hero Section Styling */
.search--home {
  background-image: url('https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/dnn-centralsupport/pic-main-hero.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  text-align: center;
}


/* Hero Heading Styling */
.hero-heading {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


footer.footer {
  margin-bottom: 0;
}
  footer .footer-banner {
    background: url('https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/dnn-centralsupport/pic-page-bottom.jpg') center/cover no-repeat;
    height: 240px;
  }
  footer .container-inner {
    background-color: #472a2b;
    max-width: unset;
    height: 85px;
    margin-bottom: 0;
    padding: 10px;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    /* border-top: 4px solid;
    border-image: linear-gradient(to right, $color_1 50%, #ef3e42 50%) 4; */
  }


.colored-divider {
    margin: 0;
    height: 4px;
    border: 0;
    background: linear-gradient(to right, $color_1 50%, #ef3e42 50%);
  }
  
  
  
  
.col-md-4{  
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}



@media (min-width: 992px) {
  .col-md-4{
  float: left;
  width: 33.33333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  }
  
  
.submit-request-container {
  display: flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flexbox;
  flex-direction: column;
  align-items: center;
}
  .submit-request-container .line-1 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .submit-request-container .line-2 {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: $color_1;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .submit-request-container .line-3 {
    opacity: 0.4;
/*     font-family: Roboto; */
    font-size: 16px;
    color: #000000;
    margin-bottom: 23px;
  }
  .submit-request-container .submit-request-big {
    padding: 16px 50px;
    border-radius: 8px;
    background-color: $color_1;
    border-style: none;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.8);
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: normal;
    line-height: normal;
    transition: background-color .3s;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .submit-request-container .submit-request-big {
      padding: 16px 72px;
    }
  }
  .submit-request-container .submit-request-big:hover {
    background-color: #0094d6;
    text-decoration: none;
  }

  .submit-request-container.upper {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
  }

 .submit-request-container .line-1 {
    margin-top: 62px;
    margin-bottom: 20px;
    color: #fff;
  }
  .submit-request-container.lower .line-2 {
    letter-spacing: 1.2px;
    margin-bottom: 15px;
  }
  .submit-request-container.lower .line-3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  

.banner {
  max-width: 710px;
  height: 150px;
  background-image: url("https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/dnn-centralsupport/DNN_WebBanner3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display:block;
  margin: auto;
  margin-top: 30px;
}

  
.logo-wrapper {
  display: inline-block;
  vertical-align: middle; }

.logo {
  margin-left: 20px }

.logo img {
  display: block;
  max-height: 40px; }
  
  
.chatalert {
  border-radius: 5px;
  margin-left: 15%;
  margin-right: 15%;
}

.chatalert .chatinner {
  color: rgb(88,88,88);
}
.chatalert.chatinfo .chatinner {
  border: 1px solid rgb(188,232,241);
  background-color: rgb(217,237,247);
}
.chatalert.chatinfo .chatinner {
  color: rgb(58,135,173);
}