/* @override
	https://october.medcare.it/themes/prismify-bootstrap-starter-kit-child/assets/css/rater.css */
/* @override
	https://october.medcare.it/themes/prismify-bootstrap-starter-kit-child/assets/css/rater.css */

    .rating {

        position: relative;
        cursor: default;
        user-select: none;
        padding-right: 1rem;
    }

    .im2 {
        background-image: url('/themes/prismify-bootstrap-starter-kit-child/assets/img/ico_star_full.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 32px;
        height: 52px;
        display: inline-block;
        transition: 0.5s ease-in-out;
        position: relative;


    }

    #rate7 .rate-base-layer span {
        filter: alpha(opacity=20);
        opacity: 0.2;
    transition: 0.5s ease-in-out;
    }

    .nomaright {
        margin-right: 0 !important;
    }


    .rate-select-layer {
        overflow: hidden;
        position: absolute;
        top: 0px;
        display: block;
        white-space: nowrap;
    }


    .im2-rater {
        background-image: url('/themes/prismify-bootstrap-starter-kit-child/assets/img/ico_star_full.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 32px;
        height: 52px;
        display: inline-block;
        transition: 0.5s ease-in-out;
        position: relative;
        top: 2px;
        margin: 0 2px;
    }

.rating {

	position: relative;
	cursor: default;
	user-select: none;
    padding-right: 1rem;
}

.mini .im2 {
	background-image: url('/themes/prismify-bootstrap-starter-kit-child/assets/img/ico_star_full.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 15px;
	height: 30px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	position: relative;


}

#rate7 .rate-base-layer span {
	filter: alpha(opacity=20);
	opacity: 0.2;
transition: 0.5s ease-in-out;
}

.nomaright {
    margin-right: 0 !important;
}


.rate-select-layer {
	overflow: hidden;
	position: absolute;
	top: 0px;
	display: block;
	white-space: nowrap;
}


.mini  .im2-rater {
	background-image: url('/themes/prismify-bootstrap-starter-kit-child/assets/img/ico_star_full.svg');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	position: relative;
	top: 2px;
	margin: 0 2px;
}


.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .openBtn:hover {
    background: #bbb;
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    background-color: rgba(0,0,0, 0.9);
  }

  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 59px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 1px;

}
@media only screen and (max-width: 500px) {
    .overlay input[type=text] {
        padding: 15px;
        font-size: 17px;
        border: none;
        float: left;
        width: 100%;
        background: white;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        height: 59px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        margin-top: 1px;
        margin-bottom: 2rem;

    }
  }
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }

  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  @media only screen and (max-width: 500px) {
    .overlay button {
        float: unset;
        width: 200px;
        padding: 15px;
        margin: 0 auto;
        background: #ddd;
        font-size: 17px;
        border: none;
        cursor: pointer;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
      }
  }
  .overlay button:hover {
    background: #bbb;
  }


.pagination .active a{
        color: #f47e00;
    transition: .5s;
}