﻿@import url("fonts.css");

/*----------------------- admin aside nav css start  -------------------------*/


html,
body {
  margin: 0;
  padding: 0;
  font-family: UniSansBook !important;
  font-weight:normal;
  font-style:normal;
  
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: 'unisansbook';
  
}
a{
    cursor:pointer !important;
}

input[type="button"]:active, input[type="button"]:focus{
    outline:none !important;
    outline:0;

}
:focus{
    outline: none !important;
}  
th{
    font-weight:normal;
    font-style:normal
}


.l-site {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -20px;
}
.l-site:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: none;
  background: #3a4043;
  z-index: 1;
}

.l-page {
  position: relative;
  margin-left: 80px;
  background: #fff;
  z-index: 2;
  box-shadow: 1px 0 25px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}

.l-nav {
  position: absolute;
  width: 240px;
  display: block;
  background: #181c4c;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.band-container {
  margin: 0 auto;
  min-height: 100vh;
  padding-top:78px; /*Added by vaishnav*/
}

.band-inner {
/*
  display: table-cell;
  vertical-align: middle;
  padding: 3em 0 4em;
*/
}




.nav {
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
    
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav li {
  margin: 0;
  padding: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-weight:normal;
  font-size: 14px;
  letter-spacing:0.05em;
  display: block;
  padding: 5px 0;
  padding-left: 20px;
}
.nav .nav-primary {
  opacity: 1;
    transition: all 1s ease;
}
.nav .nav-primary.active{
    background:#8dc53f;
}
.nav .nav-primary:hover {
   background:#8dc53f;
}
.nav .nav-secondary {
  opacity: 0.4;
}
.nav .nav-secondary:hover {
  opacity: 0.7;
}

.menu {
  display: none;
  position: fixed;
  top: 87px;
  left: 2.4em;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
}
.menu:hover .menu-hamburger:before,
.menu:hover .menu-hamburger:after {
  width: 24px;
}
.menu.is-active .menu-hamburger {
  background: none;
}
.menu.is-active .menu-hamburger:before,
.menu.is-active .menu-hamburger:after {
  top: 0;
  width: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.is-active .menu-hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu.is-active .menu-hamburger:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.menu-hamburger {
  position: relative;
  width: 24px;
  height: 4px;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}





.menu-hamburger:before, .menu-hamburger:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 4px;
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.menu-hamburger:before {
  top: -8px;
  left: 0;
  width: 22px;
}
.menu-hamburger:after {
  top: 8px;
  width: 16px;
  left: 0;
}


/*----------------------- admin aside nav css end  -------------------------*/



/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



/*-------------------- admin area css start --------------------*/


/*.l-nav img{
    width: 35px;
    min-width: 30px;
    margin-right:8px;
}
.logo-bg{
    background:#181c4c;
    position:fixed;
    max-width: 222px;
    padding-bottom: 20px;
}
.l-nav .admin-logo{
    width: 90%  !important;
    margin:0 auto;
    margin-top:20px;
    /*max-width: 180px !important;*/
    
   
/*}*/

/*.l-nav ul{
    margin-top: 100px;
}

.l-nav ul li{
    margin-bottom:5px;
}*/

.admin-header .admin-header-row {
    background: #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    padding-left: 30px !important;
}

.checkboxwh {
width:20px;
height:20px;
}

.admin-header-row h1{
    color: #747474;
    font-weight: normal;
    margin: 0;
    font-size: 25px;
    line-height: 50px;
}

.admin-header-row h3,.admin-header-row h3>a{
    font-size: 18px;
    color: #747474;
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}

.admin-header-row h3+a{
    color: #18a3e8;
    display: block;
    margin: 0;
  
}
.admin-header-row .admin-detail img{
    float: left;
    display: inline-block;
    margin-right: 20px;
    max-width: 45px;
}

.admin-header-row .admin-detail{
   float: right
}
    .admin-header-row .admin-detail > img {
        border-radius:100%;
    }
.admin-header-row .admin-detail>img{
    border-radius:100%;
}

.coding-container{
    padding: 25px 50px;
}

.user-container{
    padding:0;
}

.coding-container .radio-inline{
    margin-bottom: 35px;
     color: #6d6d6d;
}

.coding-container input,.coding-container select{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 0 0;
}

.coding-container .btn-admin,.admin-header-row .btn-admin{
    background: #14abf3;    
    padding: 0 20px;
    display: inline-block;
    height:30px;
    line-height:30px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 25px;
    text-decoration: none;
}
.ShowUploadbtn {
    text-align:center;
    width:90px;
    padding:0px;
}
.coding-container .btn-admin,.admin-header-row .btn-temp {
     margin-bottom: 0px;
    margin-top: 0px;
}
.btn-admin{
    font-family:UniSansRegular;
    font-style:normal;
    font-weight:normal;
    /*letter-spacing:0.05em;*/
    margin-bottom:0;
    border-radius: 15px;

}
.coding-container .btn-admin+.btn-admin{
    margin-left:25px;
}

.btn-admin:hover{
    background-color: #2e72d8;
}

.admin-header-row .btn-admin{
    margin:0;
}
.goal h1{float:left;}
.goal h1 + .btn-admin {
    margin:8px 0 0 20px;
    }
.btn-group>.btn-admin+.btn-admin{
    margin-left:15px;
}
form label{
    font-family:UniSansSemiBold;
    font-style:normal;
    font-weight:normal;
    letter-spacing:0.03em;
    color:#909090;}

.data-heading {
    background: #20adf5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0.5px solid #e2e2e2;
}

.data-heading h3{
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.data-heading a{
    cursor:pointer;
}

/*.data-grid-title, .page-table thead tr{
    background: #6f797f;
    color: #fff;
    font-family:UniSansRegular;
    font-size: 15px;
}*/


.data-grid-title, .page-table thead tr {
    background: #2d2d2d;
    color: #fff;
    font-family: UniSansRegular;
    font-size: 15px;
    height: 50px !important;
}

.page-table-3{
    background:#FFF;
}
.page-table-3 thead tr{
    background:#17aaf1;
}

.page-table td {
    word-break: break-all;
}

.data-grid-title:hover,.data-grid-title:hover>td,.data-grid-title:hover>th{
   background: #6f797f !important;
}

.coding-container .table{
    border-bottom: 1px solid #ddd;
    font-family:UniSansRegular;
    font-size: 14px;
    letter-spacing:0.05em;
   
}

.coding-container .table td{
    color: #6d6d6d;
    vertical-align:middle;
         word-break: break-all;
}

.coding-container .table td.action img{
    width:22px;
}

.coding-container .table td a{
    cursor:pointer;
}

/*.coding-container .pagination{
    margin: 0;
    border-radius: 0;
}

.coding-container .pagination>li>a, .pagination>li>span{
    padding: 0px 6px;
    background: #9aa3a8;
    color: #fff;
    border-radius: 0;
    font-size: 12px;
}
    */
.goal_create input.form-control{
    padding-left:0;
}

.inner_module{
    height:350px;
    padding:15px 25px;
}
.inner_module.bg1{
    background-color:#f1f1f1;
}
.inner_module.bg2{
    background-color:#e8e8e8;
}
.role_module>label{
    display:block;
    font-family:UniSansRegular;
    vertical-align:middle;
}
.role_module input[type="checkbox"]{

    margin-right:8px;
}

.search-criteria{
    border:solid 1px #ebebeb;
    padding:10px;
}
.search-criteria .btn-admin,.search-criteria .form-group{
    margin:0;
}

.modal-pop{
    max-width:300px;
}
.modal-pop .modal-body{
    padding-bottom:5px;
}
.modal-pop .modal-footer{
    text-align:left;
    padding-top:0;
    padding-bottom:8px;
    border:none;
}
.form-control option.fz{
    -moz-appearance: none;
    font-size:15px;
}

h3.import-title span{
    color:#747474;
}
.import-emp .inner-addon{position:relative;}
.import-emp .inner-addon .glyphicon{
    top:unset;
    bottom:10px;
    right:10px;
}
.download-links {
    margin-bottom:15px;
}
.download-links>div+div{
    margin-top:10px;
}
.download-links a{
    width:240px;
    /*padding:0 10px;*/
    display:inline-block;
}
.download-links a:hover {
    text-decoration:none;
    }
.radiodiv > input + input {
    margin-left:50px;
}
.radiodiv > input{
    margin-right:10px;
}
      .drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 130px;
    height:135px;
    text-align: center;
    /*padding: 30px 10px;*/
    margin-left: 0px;
    margin-bottom:10px;
}
      .image-upload .progress{
          margin-bottom:5px;
      }
      .upload-profile-label{
          color:#17aaf1;
          margin-left: 5px;
      }
.image-upload,.video-upload {}
.video-upload video,.image-upload img{max-height:300px;}
.show-image {
    margin-top:20px;
}
/*-------------------- admin area css end --------------------*/

/*user profile*/
.row.admin-header-row{
    margin-left:0;
    margin-right:0;
    padding:15px 0;
}
.content-final{
    margin-top:0;
    padding-top:20px;
    background:#eee;
}
.update-profile{
    background:#FFF;
    padding:20px;
    margin-top:20px;
}
#exTab1 .nav{
    position:static;
    width:auto;
    border-bottom:solid 1px #eee;
    margin-bottom:20px;
}
#exTab1 .tab-content {
  color : #222;
  background-color: #428bca;
  padding : 5px 15px;
}
#exTab1 .nav-pills > li{
    padding-left:15px;
    padding-right:15px;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
  color : #222;
  padding-left:0;
  padding-right:0;
  border-bottom:solid 2px transparent;
}
#exTab1 .nav-pills > li.active > a {
 background-color: transparent;
  color : #17aaf1;
  border-bottom:solid 2px #17aaf1;
}

#exTab1 .tab-content {
    background-color:transparent;
}

.right-pagination{
    text-align:right;
}
#dvList th, #dvList1  th{
    padding-left:15px;
}

          	.selectboxit-container .selectboxit{
          		border-left: 0;
			    border-right: 0;
			    border-top: 0;
			    border-bottom: 1px solid #e8e8e8;
			    box-shadow: 0 0 0 0;
			    background: #FFF;
			    border-radius: 0;
          	}
          	.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active{
          		background: #FFF !important;
          	}
.errortext {
color:white;
}
/*new category popup*/
.new_category{

   background-color: rgba(255,255,255,0.7);

}
.new_category .modal-content{
    border-radius: 0px;
    border-top-left-radius:30px;
    border-top-right-radius:30px;

    border:0;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.new_category .modal-header{
    background: #8CC43F;
    color: #FFF;
    /*border-top-left-radius:30px;
    border-top-right-radius:30px;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.new_category .modal-title{
    font-size: 36px;
    padding: 0;
     padding-left: 30px;
}
.new_category .modal-footer{
    border-top: 0;
    text-align: left;
        padding-top: 0;
    margin-top: 0;
}
.new_category label{
    font-family: 'UniSansSemiBold';
    font-size: 16px;
    font-weight: normal;
    color: #989898;
}
.new_category .coding-container{
    padding: 0px;
}
.new_category .coding-container .btn-admin{
    margin-bottom: 0;
    font-size: 20px;
    height:36px;
    line-height:36px;
    padding-top:0;
    padding-bottom:0;
}
.new_category .coding-container input,
.new_category .coding-container textarea {
    color: #424242;
    font-family: 'UniSansRegular';
    font-size: 16px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 0 0;
    resize: none;
}
.hr-admin >div:last-child{
    text-align:left;
}
.hr-admin >div:last-child label{
    color:#555;
}
.hr-admin >div:first-child{
    text-align:right;

}
.pull-corner{
float: right !important;
    position: absolute;
    right: 20px;
    top: 26px;
}
/*----------------------- Users-explorelifeathome css start -------------------------*/
  
 .team-challange-leftnewusers {
    margin-bottom: 14px;
    padding-left: 0px;
}
/*.team-challange-leftnewusers {
    margin-bottom: 25px;
    padding-left: 0px;
}*/
.comments {
   margin: 25px 15px 25px 15px;
        font-size: 15px;

}
.team-challange-leftnewusers img {
    /*height: 550px;*/
    background-size: contain !important;
}
.top {
    background-color: #428BCA;
    padding: 5px;
    color: #fff;
    padding-top: 1px;
       padding-left: 42px;
}
.row.bg {
    background-color: #81bad6;
    padding:20px;
        
}
.content-final-style-explorelifehome {
          
  background: #81bad6;
    padding: 20px 40px;

}
p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #000;
}
.urcommnt { 
    background-color: #81bad6;

 }
.urcommnt_article {
    background-color: #81bad6;
    margin-left: -35px !important;
}
.article-tmp1 {
    width:530px !important;

}
 .stretch {
    width: 31.7%;
    float: left;
    margin-right: 2%;
    padding-bottom:1px; 
    
 }
.bg1 {
    background-color: #fff;
    padding-top: 20px;
    padding-left: 10px;
}
/*----------------------- Users-explorelifeathome css END -------------------------*/

.green {


        background: #8DC440 !important;
}
.desc-bg {
        font-size: 2.5rem;
}

#dvArticleContent { max-width:800px; margin:0 auto; width:100%;}
#dvArticleContent .video-title-big h1.dis-blk, h1.dis-blk { font-size:28px; margin-top:10px; margin-bottom:10px}
.back-btn {font-weight:bold; margin-top: -18px !important; padding: 0 15px; background-color:#8DC440 !important;}
.article-template1-bg{background:#fff; padding:10px 0 1px;}

.team-challange-leftnewusers1 {
    margin-bottom: 14px;
    padding-left: 0px;
}


.team-challange-leftnewusers1 img {
    /*height: 550px;*/
    background-size: contain !important;
    max-height:330px;
}

/******Survey Data CSS*******/
span.spancicle {
    background-color: purple;
    padding: 9px;
    border-radius: 100%;
    color: white;   
}
span.approve-ic{color:#8dc53f; cursor:pointer;}
span.reject-ic{ color:#cc0000; cursor:pointer;}



/**********Image File Upload***************/

.proxied-field-wrap {
	display:block;
	position:absolute;
	height:0;
	width:0;
	overflow:hidden;
}

.input-prepend .btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;*line-height:20px;
	 text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	 background-color:#f5f5f5;
	 background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	 background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	 background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	 background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	 background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	 background-repeat:repeat-x;
	 
	 border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	 *background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	 border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	 *margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	 -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	 box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); }
.input-prepend .btn:hover, .input-prepend .btn:active, .input-prepend .btn.active, .input-prepend .btn.disabled, .input-prepend .btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9; border:1px solid #bbb}
.input-prepend .btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.input-prepend .btn:first-child {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;  border:1px solid #bbb
}
.input-prepend .btn {
	margin-right: -1px;
}
.input-prepend input{ position:relative; margin-bottom:0; display:none;}
.input-prepend .btn {border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);}

.input-prepend input[type="text"]{
	display:none;
background-color:#eeeeee;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
height:30px;
padding: 4px 6px; line-height:30px; border-radius: 0 4px 4px 0;
}

ul.inline-block li {
       list-style: none;
    float: left;
    margin-right: 7px;
    padding: 5px;
    font-size: 13pt;
    width: 103px;
    font-size: 13pt;
}

.scroll-team-type {
    height: 215px;
    width: 372px;
}

.spanheadingmenu {
     position: relative;
    top: 8px;
    /*right: 55px;*/
    font-weight: bold;
    text-align: center;
}

.dashboard-tile {
    background: #ebebeb;
    padding: 20px;
    height: 160px;
    width: 160px;
    margin: 15px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 26px -15px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 20px 26px -15px rgba(0,0,0,0.2);
    box-shadow: 0px 20px 26px -15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.tile-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    column-count: 3;
}

.dashboard-tile:hover {
    transform: scale(1.2);
    z-index: 999;
    background: white;
    -webkit-box-shadow: 0px 0px 55px 3px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 55px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 55px 3px rgba(0,0,0,0.2);
}

.dashboard-tile-text {
    font-size: 20px;
    color: #5c5c5c;
}

.dashboard-tile-icon {
    width: 70px;
    height: 70px;
    transition: all 0.15s cubic-bezier(0.4, 0.0, 1, 1);
}

.dashboard-tile-link{
    background:transparent;
}

.dashboard-tile {
    background: #ebebeb;
    padding: 20px;
    height: 160px;
    border: 1px solid rgba(66, 66, 66,0.1);
    width: 160px;
    margin: 15px !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 26px -15px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 20px 26px -15px rgba(0,0,0,0.2);
    box-shadow: 0px 20px 26px -15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    transition: all 0.15s cubic-bezier(0.4, 0.0, 1, 1);
    cursor: pointer;
}

 .dashboard-tile:hover .dashboard-tile-icon {
        width: 100px;
        height: 100px;
    }


.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px solid #fff;
}

/*Refer ng-table.min.css*/
/*.ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
    content: "";
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #fff transparent;
    visibility: visible;
    right: -3px;
    top: 50%;
    position: absolute;
    opacity: .3;
    margin-top: -4px;
}*/

tr.ng-scope:nth-child(even) {
    background: #fbfbfb;
}

tr.ng-scope:nth-child(odd) {
    background: whitesmoke;
}

.table-responsive {
    border: 1px solid #e2e2e2;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .dashboard-tile {
        background-color: #98CC48 !important;
        flex-direction: row !important;
        height: 70px !important;
        align-items: center;
        justify-content: space-between !important;
        margin:5px !important;
        width: 100% !important;
        padding: 20px !important;
        align-self: center;
    }

    .coding-container{padding:0px !important;}

    .tile-wrapper {
        text-align: center;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .dashboard-tile-icon {
        width: 50px;
        height: 50px;
    }

    .dashboard-tile:hover {
        transform: scale(1.1) !important;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 55px 3px rgba(0,0,0,0.44);
        -moz-box-shadow: 0px 0px 55px 3px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 55px 3px rgba(0,0,0,0.2);
    }

    .dashboard-tile-text {
        font-size: 20px !Important;
        color: white !important;
        font-weight: 200;
        text-align:right !important;
    }
}