html, body{
    overflow-x: hidden;
}

body{
    height: 100vh;
    background-color: #F8F8F8;
}

.navbar-profile{
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
}

.footer {
    position: fixed;
    bottom: 0;
}

.font-s-07{
    font-size: 0.7em;
}

.brilogo{
    height: 50px;
    width: 100px;
}

.illustration{
    height: 420px;
    width: 420px;
}

a{
    text-decoration: none;
}

text-color-purple{
    color: #5E5873 !important;
}

.padding-l-0{
    padding-left: 0px !important;
}

.padding-r-0{
    padding-right: 0px !important;
}

.flexbox{
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.text-color-gray{
    color: #8FB7E9;
}

.text-color-main{
    color: #5E5873;
}

.margin-auto{
    margin-left: 100px;
    margin-right: 100px;
}

.font-s-05{
    font-size: 0.6em;
}

.size-100{
    height: 100px;
}
.size-50{
    height: 50px;
}
.size-20{
    height: 20px;
}
.margin-l-6{
    margin-left: 6em;
}


.custom-button-blue{
    background-color: #377DFF;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}

.custom-button-invis{
    background-color: transparent ;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}


.custom-button-blue:hover{
    color: white !important;
    background-color: #306bd9 ;
}

.text-color-blue{
    color: #377DFF;
}

.margin-t-7{
    margin-top: 7em;
}
.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }

.height-100{
    height: 100vh;
}


.bg-gradient-blue{
    background-image: linear-gradient(to bottom right,#2D1884,#199DFC);
}

.bg-broken-white{
    background-color: #F8F8F8;
}
.custom-nav-item{
    background-color: #377DFF ;
    color: white !important;
    border-radius: 5px;
    padding-left: 1.3em !important;
    padding-right: 1.3em !important;
}

.custom-nav-item-2{
    background-color: #F8F8F8 ;
    border-radius: 5px;
    padding-left: 1.3em !important;
    padding-right: 1.3em !important;
}
.navbar .badge {
	color: #fff;
	
	font-size: 11px;
	border-radius: 20px;
	position: absolute;
	min-width: 10px;
	padding: 4px 6px 0;
	min-height: 18px;
	top: 5px;
}

.less-container{
    margin-left: 3%;
    margin-right: 3%;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #28C76F;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
	
	font-size: 11px;

	position: absolute;

    border: 1px solid white;
    right: 25px;
	top: 15px;
  }