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

    ** Custom Stylesheet **

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

***************************************************** */
.tiles .services > a {
    background-color: #2ca1c3;
}
.tiles .domains > a:hover, .tiles .quotes > a:hover {
    background-color: #eea236;
}
.tiles .domains > a, .tiles .quotes > a {
    background-color: #f0ad4e;
}
.tiles .support > a {
    background-color: #d9534f;
}
.tiles .support > a:hover {
    background-color: #d43f3a;
}
.tiles .invoices > a {
    background-color: #94bd31;
}
.tiles .tile > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
   
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.tiles .tile .icon {
    position: absolute;
    bottom: -10%;
  
    z-index: 1;
    font-size: 100px;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.tiles .stat {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
  
}
.tiles .stat, .tiles .title {
    position: relative;
    z-index: 10;
}
.tiles .title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    text-transform: uppercase;
}
.home-kb-search .form-control {
    border: 0;
    padding-left: 50px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
	     font-size: 18px;
}
#main-body .container{
	
  
}
/************************ Login Page ****************************/
.roombabg{
	background-image:linear-gradient(180deg, #011120, #091b35);
}
.roombabg div.header-lined h1{
	color:#fff;
}
.roombabg div.header-lined small, .roombabg label{
	color:#fff;
}