/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v114/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}
  
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.btn {
	border-radius: 6px !important;
	box-shadow: none !important;
}

.bg-dark {
	background: #3c4349 !important;
}

.iti {
	width: 100% !important;
}

.bg-theme {
	background: #34bd6b !important;
	color: white !important;
	opacity: .9 !important
}

.bg-theme-light {
	background-color: rgba(52, 189, 107,0.1) !important;
}

.text-theme-light {
	color: rgba(52, 189, 107,0.1) !important;
}

.text-white {
	color: #ffffff !important;
}

.text-theme, .text-sprintf {
	color: #34bd6b !important;
}

.styl-card {
	border: 1px solid #f0f0f0;
	height: 100%;
	background: #f4f2fd;
	border-radius: 10px;
	box-shadow: 0 0.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
}

.text-sprintf {
	border-bottom: 1px dotted #34bd6b !important;
}