
.cac-img-300{
	width:100%;
	height:300px;
}
.cac-img-150{
	width:100%;
	height:150px;
}
.cac-img-border{
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px
}
.cac-centered-cropped{ 
	object-fit: cover;
}

/* cac List */
ul.cac-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.cac-list .cac-item {
	margin-bottom: 35px;
}

ul.cac-list .cac-item .thumb-info-social-icons {
	margin: 0 10px;
}


.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 50px;
height: 50px;
margin: 0 auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}
/* loader Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.blue-circle li:before {
  content: "\f00c"; 
  font-family: FontAwesome;
  font-size: 0.8em;
  color:#0088cc;
border-color:#0088cc;
border-width: 1px;
border-style: solid;
border-radius: 50%;

width: 20px;
height: 20px;
top: 7px;
padding: 3px;
margin-right: 5px;
 
}


/* about_border */
.steps-3 {
	border-radius: 25px;
	padding: 2rem 4rem;
	margin-bottom: 50px;
	border: 1px solid #dedede;
	box-shadow: 0px 0px 15px #efefef;
	
	border: 1px solid #dedede;
	box-shadow: 0px 0px 15px #efefef;
}


section.section-white{
	background-color:#FFFFFF !important;
	border-color:#FFFFFF !important;
}


/* pool */

/* start rad_option */
.rad_option {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: normal;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.rad_option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* hanging pool button */


/* .open_pool {
  display: none; 
  position: fixed; 
  bottom: 40%;
  left: 5px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: blue; 
  color: white; 
  cursor: pointer; 
  font-size: 5px; 
  padding: 15px; 
  border-radius: 120px; 
}

.open_pool:hover {
  background-color: #555; 
} */
/* endhanging pool button */




#feedback_pool_btn {
	height: 0px;
	width: 85px;
	position: fixed;
	/* right: 0; */
	left : -53px;
	top: 60%;
	z-index: 1000;
	cursor: pointer; 
	
	
	/* filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  */
}
#feedback_pool_btn a {
	display: block;
	background:#33b5e5;
	height: 45px;
	padding: 10px;
	width: 139px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 15px;
	border: 1px solid #FFF;
	font-weight: bold;
	text-decoration: none;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
#feedback_pool_btn a:hover {
	background:#2a4077;
}



/* Start modal right - left pool*/

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    /* padding: 15px 15px 80px; */
    padding: 15px 15px 40px;
	height: 80%;
}

.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}
.come-from-modal .modal-header {
    background-color: #33b5e5;
	border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	}
.come-from-modal .modal-title {
	color: #fff;
	}
.come-from-modal .close {
	font-size: 30px;
    color: #fff;
	opacity: unset;
	}
.come-from-modal .modal-footer {
	text-align: center !important;
	
	}
/* End modal right - left pool*/



/* Create a custom radio button */
.rad_option .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #c3bdbd;
}

/* On mouse-over, add a grey background color */
.rad_option:hover input ~ .checkmark {
  background-color: #a7cedc;
}

/* When the radio button is checked, add a blue background */
.rad_option input:checked ~ .checkmark {
  background-color: #33b5e5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rad_option .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rad_option input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rad_option .checkmark:after {
 	top: 9px;
	left: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}
/* End rad_option */







/* RATING - Form */
.rating-form {
	margin-top: 40px;
}

	/* RATING - Form - Group */
	.rating-form .form-group {
    position: relative;
    border: 0;
	}

	/* RATING - Form - Legend */
	.rating-form .form-legend {
		display: none;
		margin: 0;
		padding: 0;
		font-size: 20px; font-size: 2rem;
		/*background: green;*/
	}

	/* RATING - Form - Item */
	.rating-form .form-item {
		position: relative;
		margin: auto;
		width: 300px;
		text-align: center;
		direction: rtl;
		/*background: green;*/
	}

	.rating-form .form-legend + .form-item {
		padding-top: 10px;
	}

		.rating-form input[type='radio'] {
			position: absolute;
			left: -9999px;
		}

	  /* RATING - Form - Label */
	  .rating-form label {
		display: inline-block;
		cursor: pointer;
	  }

		.rating-form .rating-star {
       display: inline-block;
			position: relative;
		}

	.rating-form input[type='radio'] + label:before {
		content: attr(data-value);
		position: absolute;
		right: 30px; top: 83px;
		font-size: 30px; font-size: 3rem;
		opacity: 0;
		direction: ltr;
		.transition();
	}

	.rating-form input[type='radio']:checked + label:before {
		right: 25px;
		opacity: 1;
	}

	.rating-form input[type='radio'] + label:after {
		content: "/ 5";
		position: absolute;
		right: 5px; top: 96px;
		font-size: 16px; font-size: 1.6rem;
		opacity: 0;
		direction: ltr;
		.transition();
	}

	.rating-form input[type='radio']:checked + label:after {
		/*right: 5px;*/
		opacity: 1;
	}

		.rating-form label .fa {
		  font-size: 60px; font-size: 6rem;
		  line-height: 60px;
		  .transition();
		}

		.rating-form label .fa-star-o {

		}

		.rating-form label:hover .fa-star-o,
		.rating-form label:focus .fa-star-o,
		.rating-form label:hover ~ label .fa-star-o,
		.rating-form label:focus ~ label .fa-star-o,
		.rating-form input[type='radio']:checked ~ label .fa-star-o {
		  opacity: 0;
		}

		.rating-form label .fa-star {
		  position: absolute;
		  left: 0; top: 0;
		  opacity: 0;
		}

		.rating-form label:hover .fa-star,
		.rating-form label:focus .fa-star,
		.rating-form label:hover ~ label .fa-star,
		.rating-form label:focus ~ label .fa-star,
		.rating-form input[type='radio']:checked ~ label .fa-star {
		  opacity: 1;
		}

		.rating-form input[type='radio']:checked ~ label .fa-star {
		  color: gold;
		}

		.rating-form .ir {
		  position: absolute;
		  left: -9999px;
		}

	/* RATING - Form - Action */
	.rating-form .form-action {
		opacity: 0;
		position: absolute;
		left: 5px; bottom: -40px;
		.transition();
	}

	.rating-form input[type='radio']:checked ~ .form-action {
	  cursor: pointer;
	  opacity: 1;
	}

	.rating-form .btn-reset {
		display: inline-block;
		margin: 0;
		padding: 4px 10px;
		border: 0;
		font-size: 12px; 
		background: #f2f2f2;
		/* color: #333; */
		cursor: auto;
		border-radius: 5px;
		outline: 0;
		.transition();
	}

	   .rating-form .btn-reset:hover,
	   .rating-form .btn-reset:focus {
		 background: #ececec;
	   }

	   .rating-form input[type='radio']:checked ~ .form-action .btn-reset {
		 cursor: pointer;
	   }


	/* RATING - Form - Output */
	.rating-form .form-output {
		display: none;
		position: absolute;
		right: 15px; bottom: -45px;
		font-size: 30px; font-size: 3rem;
		opacity: 0;
		.transition();
	}

	.no-js .rating-form .form-output {
		right: 5px;
		opacity: 1;
	}

	.rating-form input[type='radio']:checked ~ .form-output {
		right: 5px;
		opacity: 1;
	}
	/* End rating-form */


	

	/* Start Emoji */
	.op_border {
  display: flex;
  flex-flow: row wrap;
}
.op_border > div {
  flex: 1;
  padding: 0.5rem;
}

.op_border input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}
.op_border label {
cursor: pointer;
  height: 100%;
  display: block;
  background: #FFF;
  border: 2px solid #ceece;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 0rem;
  //margin: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.op_border  input[type="radio"]:checked + label {
    /* background: hsl(183, 75%, 50%); */
    background: #ccc600;
    color: hsla(215, 0%, 100%, 1);
     box-shadow: 0px 0px 9px hsl(0, 0%, 100%);
	
 
  &::after {
    color: hsla(215, 5%, 25%, 1);
    
    box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
  }
}
	/* End Emoji */
	
	
	
.thanks_msg{
position: absolute;
	 text-align: center;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    background: #71e025 !important;
    border-radius: 0px;
    border: 0;
}
#thanks_msg_middle {
margin-top : 60%;
}






.pool-white{
	background-color:#FFFFFF !important;
	border-color:#FFFFFF !important;
}
.pool-primary label , .pool-primary p{
		color:#fff;
		font-size: 17px;
		text-align: left;
		}
		.pool_op ,.unselect_op{
		/* font-size: 15px; */
		background:#33b0e5;
		padding: 5px;
		margin: 5px;
		border-radius: 5px;
		color:#fff;
		/* cursor: pointer; */
		/* float: left; */
		}
	.pool_op:hover, .unselect_op:hover, .pool_op.active{
		background:#009CDE ;
		}
	
	.pool_op i,.unselect_op i{
	font-size: 17px;
	    margin: 0px 3px 0px 3px;
	}
	.op_avg{
	 font-size: 15px; 
	}
	.op_avg, .badge{
		background:#13244c  !important;
		float: right;
		font-size: 13px;
		line-height: 17px;
	}
	.selected_op{
	background:#f8bc1b !important;
	}
	.selected_op:hover{
	background:#f8bc1b ;
	}



	
/*  Remove Arrows spinner from Number Input */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
