.center {
    margin: auto;
    /*width: 50%;*/
    display: table;
    /*height: 50%;*/
    text-align: center;
    padding: 10px;
    display:inline-block;
}


.card {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.55);
    margin-bottom: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@media screen and (max-width: 400px) 
{
	.card 
	{
		margin: 10px;
		font-size: smaller;
	}
}

.round {
    line-height: 48px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #e3e3e3;
}

.round-big {
    line-height: 48px;
    color: #ffffff;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #e3e3e3;
}

.dot 
{
    line-height: 48px;
    color: #ffffff;
    width: 10px;
    height: 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #e3e3e3;
}

.icon {
    line-height: 48px;
    color: #ffffff;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 30%;
    background: #e3e3e3;
}

.round img {
    border-radius: 100%;
}

.round-big img {
    border-radius: 100%;
}

.icon img {
    border-radius: 30%;
}

.app-title
{
    text-align: center;
}


*, ::after, ::before {
    box-sizing: border-box;
}

a {
    color: #00AA5D;
    text-decoration: none;
    background-color: transparent;
}

.earning-box td, .earning-box th {
    vertical-align: middle;
}

.table th, .table thead th {
    border: 0px;
}

html body .b-r {
    border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px
}

.custom-td, .custom-th
{
	padding-left: 0.75rem !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	padding-right: 0 !important;
}

.custom-td-end, .custom-th-end
{
	padding-left: 0.75rem !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	padding-right: 0.75rem !important;
}

.form-control-for-blind-people {
    font-size: 1.2rem;
}

.form-control {
    color: #67757c;
    min-height: 38px;
    display: initial;
    text-align: center;
}

.form-material .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E94268), to(#E94268)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13)));
    background-image: -webkit-linear-gradient(#E94268, #E94268), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    background-image: -o-linear-gradient(#E94268, #E94268), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    background-image: linear-gradient(#E94268, #E94268), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none
}

.form-material .form-control.focus, .form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.menu_secondario 
{   
    width: 50px;
    position: fixed;
    right: 0;
    top: 150px;
    height: 200px;
    z-index: 100000;
    
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 22px;
}

.btn-success, .btn-success.disabled {
    background: #155724;
    border: 2px solid #155724;
    -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.mt-nav-bar {
    background-color: #293338!important;
}


.mt-navbar-brand {
    color: #F2F2F2!important;
    width: 113px;
    height: 45px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav > .active > a {
  color: #00AA5D!important;
  /*background-color: chartreuse;*/ 
}

/*Scommentare se voglio cambiare hover menu*/
.nav-item > a:hover {
  color: #00DB54!important;
}

.h6-for-blind-people {
    font-size: 1.3rem;
}