html{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    font-style: normal;
    
}
ul{
    list-style: none;
}
body{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}
.text_center{
    text-align: center;
}
.w_100{
    width: 100%;
}
.w_90{
    width: 90%;
}
.w_80{
    width: 80%;
}
.w_70{
    width: 70% !important;
}
.w_60{
    width: 60%;
}
.w_50{
    width: 50%;
}
.w_40{
    width: 40%;
}
.w_30{
    width: 30%;
}
.m_auto{
    margin: 0 auto !important;
}
.wrapper{
    
}
.page{
    
}
.topmenu{
    position: relative;
    height: 50px;
    background-color: #0033ff;
    font-size: 0.95em;
}
.logo{
    background: url(../images/livina_64.png);
    width: 165px;
    height: 50px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-table;
}
.menu_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    float: right;
    width: fit-content;
}
.menu_list li {
	float: left;
	background: url('../images/menuseparator.png') no-repeat;
        padding: 0 5px;
}
.menu_list .item{
    width: 100%;
    color: white;
    text-align: center;
    padding: 0px 16px;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    font-weight: 500;
    font-size: 100%;
    display: inline;
    cursor: pointer;
    padding: 5px;
}
.menu_list .item:hover{
    color: #ffff00;
}
.banner{
    background: url(../images/main-banner-bg.png);
    width: 100%;
    padding-bottom: 50px;
    min-height: 100vh;
}
.title_h1{
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    
}
.description_h3{
    font-size: 1.3em;
}
.description_h4{
    font-size: 1.1em;
}
.description_h5{
    font-size: 1em;
}
.my_button{
    background-color: #0033ff;
    padding: 10px;
    color: #ffffff;
    border: none;
    width: fit-content;
}
.my_text_input{
    background-color: #ffffff;
    border-radius: 70px;
    padding: 20px 30px;
    border: none !important;
}
.my_button:active {
    color: #ffff00;
    background-color: #000099 !important;
}
.my_button:hover{
    background-color: #0066ff;  
    box-shadow: 5px 5px 5px #cccccc;
    transition: 0.2s;
}
.link_result{
    background-color: #ffffff;
    padding: 10px;
    display: none;
    border-radius: 10px;
}
#alert{
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: #ffffcc;
    z-index: 999;
    line-height: 50px;
    text-align: center;
    border-bottom: 2px solid #0000ff;
    color: red;
    display: none;
}
#short_link_after{
    width: 100%;
}
.spooler_box{
    border-radius: 10px;
    background-color: #ffffff;
    height: 200px;
    margin-top: 1% !important;
    padding: 10px;
}
.foodter{
    background: url('../images/bgfoodtrer.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    padding: 10px;
}
.foodter ul li{
    padding: 5px 0;
}
.left{
    display: inline-table;
}
.right{
    display: inline-table;
}
.text-justify{
    text-align: justify;
}
.break_line{
    border: 1px solid #ffffff;
    width: 100%;
    margin: 5px 0;
}
	
                .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
                    margin-bottom: -2px;
                }
                .my_contener{
                    border: 1px solid #999999;
                    border-radius: 10px;
                    padding: 5px;
                }
fieldset {
	border: 2px solid #0066ff !important;
	xmin-width: 0;
	padding: 10px;
	border-radius: 4px;
	padding-left: 10px !important;
	margin-left: 10px !important;
	max-width: 98% !important;
	background-color: #ffffff;
	width: fit-content;
	display: inline-block;
}
legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	width: auto;
	border-radius: 4px;
	padding: 5px 5px 5px 10px;
	background-color: #3399ff;
	color: #ffffff;
        float: none !important;
}
.space_input {
	margin-top: 5px !important;
}
.bio_item{
    
}
.select_logo{
    border: 2px dotted #999999;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}