/*basic*/
body {
    background: #fafafa;
    font-size: 15px;
    line-height: 1.85714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    color: #212121;
    font-weight: 400;
}
h1{
	font-weight: 900;
}
a {
    color: #e61183;
    font-weight: 700;
}
a:hover {
    text-decoration: none!important;
    color: #e61183;
}
input[type=radio]{
    width: 12px;
}
.form-check-inline .form-check-label{
    padding-left: 6px;
    font-size: 14px;
}
.container{
    max-width: 540px;
}
@media (min-width: 576px){
	.container {
    max-width: 540px;
	}
}
@media (min-width: 768px){
	.container {
    max-width: 540px;
	}
}
@media (min-width: 992px){
	.container {
    max-width: 540px;
	}
}

.box-shadow {
  box-shadow: 0px 0px 6px 4px #40404017;
}
.boxed.boxed--sm{
	padding: 1.238095em 0.9em;
}
.boxed.boxed--lg {
    padding: 1.23809524em 0.9em;
}
.bg--grey{
	background: #efefef;
}
.color-black{
	color: #000!important;
}
a.text-secondary.color-black:focus, a.text-secondary.color-black:hover{
    color: #000!important;
}
.color-dark{
	color: #696969!important;
}
.color-light{
	color: #8a8a8a!important;
}
.color-danger{
	color:#dc0000;
}
/*header*/
.bar {
    padding: 0.7em 0;
}

.bar .logo span{
	vertical-align: middle;
	font-size: 18px;
	font-weight: 800;
	color: #e61184;
}
nav .logo img{
	vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
    height: 2em;
}
nav a{
	vertical-align: middle;
	height: 2em;
	line-height: 30px;
	color: #333333;
}
section{
	padding-top: 2em;
    padding-bottom: 2em;
}
/*img*/
.pets img.rounded {
  object-fit: cover;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  max-width: 200px;
}
img.rounded-sm{
    object-fit: cover;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  max-width: 50px;
}
/*btn*/
.btn-collect, .btn-collect-matching{
    color: purple;
}
.btn-border{
    border: white 1px solid!important;
}
/*input*/
input[type],select{
	border-radius: 26px!important;
    background: #ececec!important;
    height: 3em!important;
    border: solid 1px #ececec!important;
}
.input-select:after {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    font-size: 30px;
    line-height: 48px;
    content: url('/src/img/keyboard_arrow_down-24px.svg');
    border-left: none;
}

button,.btn{
	border-radius: 26px;
    height: 48px;
}
.btn-primary{
    background: #e61183;
    border: solid 1px #e61183;
}
.btn-add{
	margin: 0;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    box-shadow: 1px 1px 4px 1px #d4d4d49e;
    top: -25px;
    right: 30px;
    background: white;
    z-index: 999;
}
.btn-plugin {
    margin: 0;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    box-shadow: 1px 1px 4px 1px #d4d4d49e;
    top: -25px;
    background: white;
    z-index: 999;
}
.plugin-1{
    right: 210px;
}
.plugin-2{
    right: 150px;
}
.plugin-3{
    right: 90px;
}
.btn-add .material-icons{
	vertical-align: middle;
}
.btn.dropdown-toggle:hover{
    transform:none;
}
.input-group-append .btn:hover{
    transform:none;
}
.input-group input{
	height: 42px!important;
}
.input-group-prepend,.input-group-append{
	font-size: 14px;
}
.input-group-prepend .btn,.input-group-append .btn{
	height: 42px;
	padding: 0 10px;
	background-color: #ececec;
	color: #4c4c4c;
	border: none;
}
.input-group-append .btn .material-icons{
	vertical-align: middle;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    height: 3em;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    height: 3em;
}
.input-group>.input-group-append .custom-select, .input-group>.input-group-append .form-control {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    height: 3em;
    border:none;
    border-left: 1px solid gray;
}
.custom-select{
    padding: .375rem 2.5rem .375rem 1.2rem;
}
/*select2*/
.select2{
    width: 100%;
}
.select2-selection,.select2-container--default,.select2-selection__rendered{
    border-radius: 26px!important;
    background: #ececec!important;
    border: solid 1px #ececec!important;
    min-height: 46px;
}
.select2-selection__arrow{
    display: none;
}
.select2-selection__rendered{
    font: 400 13.3333px Arial!important;
    padding-left: 0.92857143em!important;
    color: black!important;
    line-height: 3em!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #a121af!important;
    border: none!important;
    border-radius: 18px!important;  
    color: #fff;

}
.select2-selection--multiple.select2-selection{
    height: auto!important;
    
}
.select2-selection--multiple .select2-selection__rendered{
    min-height: 36px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    opacity: 1!important;
    width: auto!important;
}

/*carousel*/
.carousel-indicators{
	margin-bottom: 0;
}

/*box*/
.boxed{
	padding: 1em;
}
.boxed.box-list{
    overflow: inherit;
}

/*table*/
.table td, .table th{
	padding: .5rem;
}

/*index*/
.index .icon{
    font-size: 2.6em;
    color: #565656;
	/*background: #e61183;*/
    border-radius: 30px;
    padding: 7px;
    margin-bottom: 8px;
}
section.title{
	background-color: #e61183; /* fallback color if gradients are not supported */
	background-image: -webkit-linear-gradient(left, rgba(230,17,131,1) 0%, rgb(127 37 195) 100%); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
	background-image:    -moz-linear-gradient(to right, rgba(230,17,131,1) 0%, rgb(127 37 195) 100%); /* For Firefox (3.6 to 15) */
	background-image:      -o-linear-gradient(to rgba(230,17,131,1) 0%, rgb(127 37 195) 100%); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to rgba(230,17,131,1) 0%, rgb(127 37 195) 100%); /* Standard syntax; must be last */

    border-bottom-right-radius: 15px;
    color: #fff;
}
section.title h1{
	font-size: 22px;
	margin-bottom: 5px;
	color: #fff;
}
.index section{
    padding: 15px 0;
    border-bottom-right-radius:0;
}
.index section h1{
    font-size:18px;
}
.menu h5{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
    line-height: 1.2;
}
.menu{
	padding: 15px;
}
.menu .col-4{
	padding-left: 7px;
	padding-right: 7px;
}
.index .menu .boxed{
	min-height: 115px;
    box-shadow: 0px 0px 6px 4px #40404017;
    padding: 10px 5px;
}
.menu .edit-buttons{
	height: 20px;
}

/*new_recipe*/
.new_recipe .box-list{
	overflow: initial;
}
.new_recipe .box-list ul{
	margin-top: 30px;
}
.badge-primary {
	background-color: #9424b5;
}
/*alertModal*/
.modal li.active{
	color: #000;
    background-color: #f1f1f1;
    border-color: #dfdfdf;
}
/*recipe detail*/
.recipe_analysis table td > div{
	display: flex;
	justify-content: space-between!important;
    font-size: 13px;
}
.recipe_analysis table td > div >span{
	font-weight: 900;
    font-size: 12px;
}
.recipe_analysis .list-group-item {
    padding: 0.5rem 0.8rem;
     background-color: transparent; 
     border:none;
     border-bottom: 1px solid rgba(0,0,0,.125); 
     font-size: 13px;
}
.recipe_analysis .list-group-item:last-of-type{
	border-bottom: none;
}


/*message modal*/
#alertModal .list-group a{
	color: #5a5a5a;
}
#alertModal .list-group-item{
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: none;
}

/*search recipe*/
.search_recipe .boxed, .search_food .boxed, .my_recipe .boxed{
    margin-bottom: 15px;
}

/*pagination*/
.page-item .page-link{
    color: #dc1389;
    background-color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 15px;
}
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link{
    border-radius: 30px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d7168c;
    border-color: #d7168c;
}