/* style start view.jsp */
.panel-body {
    border-radius: 13px;
    padding: 0px;
    background: #F4FCFF;
	min-height: 348px;
}

.panel-primary {
    box-shadow: 0px 2px 20px #00000014;
    border-radius: 13px;	
}

.txt1{
    font-size: 12px;
    color: #1EB6F0;
    margin-top: 12px;
    margin-left: 10px;
}

.txt2{
    font-size: 16px;
    color: #1EB6F0;
    font-weight: 500;
    margin-top: 15px;
    max-width: 278px;
	min-height: 50px;
    margin-left: 10px;
	cursor: pointer;
}

.side-nav {
    border-radius: 13px;
    background: #1eb6f02b;    
    padding: 0px 20px 20px 20px;
    max-width: 100%;
    max-height: 440px;
}

label {
    color: #1C1C1C;    
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.25rem;
    max-width: 100%;
    word-wrap: break-word;
    padding-left: 5px;
}

.form-check{
	padding-top: 15px;
}

.form-check-input,
.form-check-label {
	cursor: pointer !important;
    font-size: 15px;
}

.filter {
    color: #2F246C;    
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    padding-top: 15px;
    margin-bottom: 5px;
}

label[for] {
    cursor: default;
}

.tag-item {
    display: inline-block;
	color: #1EB6F0;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px;
    border: 2px solid #1EB6F0;
    border-radius: 10px;
    white-space: nowrap;
}

img.img-responsive.top-img {    
    position: absolute;
    width: 139px;
    right: -8px;
    top: -6px;
}

.form-control {
    display: inline-block;
    width: 35% !important;
}

.d-none {
	display: none;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 1.7rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.share {
    width: 18px;
    height: 19px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.sharess {
    width: 18px;
    height: 19px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.most-popular {
    position: absolute;
    background-color: #707070;
    color: #fff;
    opacity: 0.6;
    right: 2px;
    top: 0px;
    border-radius: 0px 10px;
    padding: 5px;
}

.most-popular-f {
	position: absolute;
    background-color: #707070;
    color: #fdd230;
    opacity: 0.6;
    right: 0px;
    top: 0px;
    border-radius: 0px 10px;
    padding: 5px;
}

.most-popular-ff {
	margin-right: 13px;
}

.modal-header{
	border: none;
	align-items: center;
	border-color: #e7e7ed;
	flex-shrink: 0;
	height: 4rem;
	padding-bottom: 0;
	text-align: right;
	padding-top: 20px;
	display: block;
}

.modal .close:last-child {
	margin-right: -0.3125rem;
	background: #1c1c1c;
	color: white;
	border-radius: 50%;
	font-size: 20px;
}

.round {
	width: 65px;
	height: 65px;
	background: #F4FCFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 12px #0000001a;
	border-radius: 50%;
	padding: 12px;
}

.text-label-share{
	font-weight: 600;
	font-size: 18px;
	padding-top: 24px;
	padding-left: 26px;
}

.modal-content {
    border-radius: 30px 30px 30px 30px;
    min-height: 520px;
}

.modal-dialog {
    position: initial;
}

.modal-lg {
    max-width: 64%;
}

.content.entryColumn {
    padding: 0 20px 20px 20px;
}

.suggestions {
	z-index: 1;    
    width: 75%;
    position: absolute;
    background: #fff;
	border-radius: 0px 0px 25px 25px;
}

.suggestion-item {
	list-style: none;
    margin-left: -25px;
    margin-top: 20px;
}

.suggestion-link {
	display: contents;
}

/* search bar */
.container-custom {
	margin-left: 9%;
}

.blog-search-image {
	width: 140px;
    height: 100px;
    object-fit: fill;
    object-position: bottom;
}

.blog-search-title::first-letter {
	text-transform: capitalize;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
	padding-left: 2.375rem;
}

.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 1.7rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
	top: 0px;
}

.form-control {
	display: block;
	width: 94% !important;
	margin-top: -6px;
	background: white;
}

.form-group {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 9px;
}

.select-dropdown {
    position: relative;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
	height: 33px;
	max-width: 171px;
	left: 5%;
	padding-left: 0px;
    padding-right: 0px;
}

.select-dropdown select {
	font-size: 15px;
	font-weight: normal;
	max-width: 100%;
	padding: 3px 24px 8px 10px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100% ! important;
    text-align: center;
}

.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;	
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;	
}

.blog-single-image {
	width: 100%;
    height: 230px;
    object-fit: fill;
    object-position: bottom;
	border-radius: 13px 13px 0 0;
}

.selected-tags {
	margin-left: 12px;
}

.text-label-yono1 {
	padding-right: 17px;
    border-right: 2px solid #1eb6f0;
    margin-right: 16px;
}

/* start - popup styles */
.popup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.popup-overlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: -234px;    
    top: -58px;
    bottom: 0;
    height: 1123px;
    width: 433%;
}

.popup-content {
    position: initial;
    background: #E8F8FE;
    width: 314px;
    margin: -58px 0px 0 0px;
    left: -226%;
    top: 50%;
    z-index: 11;
    border-radius: 0px 20px 20px 0px;
}
.close-popup {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 42px;
}

.side {
    border-radius: 13px;
    background: #1eb6f02b;    
    padding: 0px 20px 20px 20px;
}

.form-check-m {
	padding-left: 1.875rem;
}

.filter-btn {
	/* background: #E8F8FE; */
    padding: 10px;
}

/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

/* Demo Styles */

a {
  color: rgb(0, 159, 211);
  text-decoration: none;
}

.popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nav-open{
    background: #2F246C;
    padding: 23px;
    display: flex;
    width: 314px;
    margin-left: -19px;
    margin-top: 24px;
    margin-bottom: -20px;
    border-radius: 0px 0px 15px 0px;
    font-family: roboto;
}

.img-size{
  max-width: 47% !important;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: gray;
}

/* end - popup styles */

.open-popup {	
	display: none;
}

/* Selected tags on click of submit button */
.selected-tags-list-item {
	display: inline-block;
    color: #1BA8E0;
    border: 2px solid #1BA8E0;
	padding: 10px 2px 2px 2px;
    margin-right: 25px;
	margin-bottom: 10px;
}

@media only screen and (max-device-width: 480px){

/* search bar */
.container-custom {
	margin-left: 0% !important;
}

.blog-search-image {
    width: 70px;
    height: 50px;
}

.col-form-label {
	margin-bottom: 1rem;
}

.gp {
	font-size: 14px;
}

.suggestions {
	width: 72%;
}

.suggestion-item {    
    margin-left: -30px;
    margin-top: 14px;
}

/* modal popup  */

.modal-content {
    border-radius: 30px 30px 0px 0px;
}

.modal-lg {
    max-width: 100%;
}

.hjg {
	width:100% !important;
}

.hj {
	display: block !important;
}

.div-share {
    padding-top: 25px;
    padding-left: 0px !important;
	background: #F4FCFF;
	border-radius: 25px;
	max-width: 715px;
	padding-left: 3rem;
}

.modal-body{
    padding: 0.5rem !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.round {
    width: 55px;
    height: 55px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px !important;
}

.text-label-share{
    display: none;
}

.modal-dialog {
    width: 100%;
    margin-top: 140px;
    margin-left: 0rem;
    margin-right: 0rem;    
}

/* filter  - sidebar */

.side-nav {
	display: none;
}

.has-search .form-control-feedback {
    top: 40px;
}

.suggestion-link {
    display: flex;
}

.w-sm-50 {
	width: 50%;
}

.select-dropdown {
	margin-left: 35px;
    margin-top: 10px;
}

.open-popup {
	margin-left: 60px;
	margin-top: 14px; 
	display: block;
}

.filter-class{
	padding-left: 0%! important;
}

}

@media (min-width: 480px) and (max-width:1300px){

.gh{
    width: 80% !important;
}

.has-search .form-control-feedback {
    top: 18px;
}

}

.showHideNav {
	text-align: end;
	cursor: pointer;
}

.sort-option {
	border: 1px solid #e1e1e1;
    height: 33px;
}

/* style end view.jsp */

/* style start viewEntry.jsp*/

.title-div {
    background: #F4FCFF;
    width: 96%;
    margin-top: -40px;
    margin-left: auto;
    height: 150px;
    box-shadow: 0px 3px 20px #00000014;
    border-radius: 15px;
    margin-right: auto;
}

.content-back {
    background: white;
    border-radius: 15px;
    color: #4A4A4A;
    margin-top: 3rem;
    padding: 25px;
    box-shadow: 0px 3px 20px #00000014;
	cursor: pointer;
    text-align: justify;
}

.txt11 {
	display: inline-block;
    width: 60%;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    color: #1EB6F0;
    margin-left: 35px;
}

.date {
    margin-top: 30px;
    margin-right: 15px;
    color: #1EB6F0;    
    float: right;
    font-size: 12px;
}

.tags {
    display: inline-block;
    width: 60%;
    margin-left: 40px;
}

.tag-items {
	display: inline-block;
    margin-left: -5px;
    padding: 4px;
    border: 2px solid #1EB6F0;
    border-radius: 10px;
	color: #1EB6F0;
    white-space: nowrap;
}

.shares {
    float:right;
}

/* start side navigation - carousel */
.carousel {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: auto;
    bottom:280px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
}

.carousel-indicators {
    top: 60%;
}

.middle {    
    text-align: center;
    color: #4A4A4A;
    font-family: roboto;
    font-weight: 600;
    width: 219px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

.df{
    width: 148px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.hj{
	margin-left: auto;
    margin-right: auto;
    display: table;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* end side navigation - carousel */

.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.center-block {
	background-color: #fff;
    border-color: #1EB6F0;
    width: 200px;
    height: 45px;
}

.center-block:hover {
    color: #000;
    background-color: #fff;
    border-color: #1EB6F0;
}

.fg {
    color: #280A71;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 3rem;
}

.ght {
    margin-left: auto;
    margin-right: auto;
    width: 202px;
    margin-bottom: 3rem;
    margin-top: -12px;
}

.class-md {
  display: inline-block;
  margin-left: -4px;
}

body .no-padding{
  padding-left: 0;
  padding-right: 0;
}


.img1{
width: 80px;
height: 3px;
}

.img2{
width: 12px;
margin-left: 2px;
height: 3px;
}

.img3{
width: 5px;
margin-left: 2px;
height: 3px;
}

.panel-body {
    border-radius: 13px;
    padding: 0px;
    background: #F4FCFF;
	min-height: 412px;
}

.txt1{
    font-size: 12px;
    color: #1EB6F0;
    margin-top: 12px;
    margin-left: 10px;
}

.txt2{
    font-size: 15px;
    color: #1EB6F0;
    font-weight: 500;
    margin-top: 15px;
    max-width: 278px;
    margin-left: 10px;
}

.tagItem {
    color: #1EB6F0;
    margin-left: 10px;
    padding: 4px;
    border: 2px solid #1EB6F0;
    border-radius: 10px;
}

.share {
    float: right;
    width: 18px;
    height: 19px;
    margin-right: 10px;
    margin-top: 10px;
}

.sharess {
    float: right;
    width: 18px;
    height: 19px;
    margin-right: 10px;
    margin-top: 10px;
}

.back-to-yono-a {
	cursor: pointer;
	color: #1EB6F0 ! important;
}

@media only screen and (max-device-width: 768px){
	/* blog detail - info */
	.title-div {
		height: 110px;
	}

	.txt11 {
		font-size: 12px;
		margin: 10px 0 0 10px;
	}

	.date {
		margin: 0 10px 0 0;
	}

	.tags {
		margin-left: 10px;
		margin-top: 10px;
    	display: flex;
	}

	.share {
		margin-top: -30px;
	}

    .sharess {
		margin-top: 5px;
	}

	/* blog detail - content */
	.content-back {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}

	.carousel-indicators {
    	top: 63%;
	}

    .side-nav {
        display: none;
    }

    .open-popup {        
        display: block;
    }
}


/* style end viewEntry.jsp*/

/* style start modal.jsp*/

.modal-header{
	border: none;
	align-items: center;
	border-color: #e7e7ed;
	flex-shrink: 0;
	height: 4rem;
	padding-bottom: 0;
	text-align: right;
	padding-top: 20px;
	display: block;
}

.modal .close:last-child {
	margin-right: -0.3125rem;
	background: #1c1c1c;
	color: white;
	border-radius: 50%;
	font-size: 20px;
}

.round {
	width: 65px;
	height: 65px;
	background: #F4FCFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 12px #0000001a;
	border-radius: 50%;
	padding: 12px;
}

.text-label-share{
	font-weight: 600;
	font-size: 18px;
	padding-top: 24px;
	padding-left: 26px;
}

.modal-content {
    border-radius: 30px 30px 30px 30px;
    min-height: 520px;
}

.modal-dialog {
    position: initial;
}

.modal-lg {
    max-width: 64%;
}

@media only screen and (max-device-width: 768px) {
	.modal-lg {
		max-width: 100%;
	}
}

.content.entryColumn {
    padding: 0 20px 20px 20px;
}

.cta{
   display: inline-block;
   padding-bottom: 15px;
}

.tag-item {
    display: inline-block;
	color: #1EB6F0;
    margin-left: 10px;
    margin-top: 10px;
    padding: 4px;
    border: 2px solid #1EB6F0;
    border-radius: 10px;
    white-space: nowrap;
}

/* style end modal.jsp*/

.copy-link {
    font-weight: 300;
    font-size: 12px;
    border: 1px solid gray;
    padding: 4px;
    border-radius: 10px;
}