@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700;wght$400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300&display=swap');

 :root {
	--white_bg: #fff;
	--border_radius: 7px;
	--border-top: 1px solid rgba(0, 0, 0, .05);
	--border-bottom: 1px solid rgba(0, 0, 0, .05);
	--border-left: 1px solid rgba(0, 0, 0, .05);
	--border-right: 1px solid rgba(0, 0, 0, .05);
	--border: 1px solid rgba(0, 0, 0, .05);
	--light_bg: #F9F9F9;
	--black_bg: #0D0D0D;
	--inactive_link: #999;
	--bg_success: #EEFCF3;
	--bg_danger: #FFEEEB;
	--bg_warning: #FFF5EB;
	--body_bg: #f7f8ff;
	--brand_color: #fec864;
  }
 @font-face {
	font-family: 'Outfit-Bold';
	src: url('font/Outfit-Bold.otf');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Outfit-Medium';
	src: url('font/Outfit-Medium.otf');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Outfit-Light';
	src: url('font/Outfit-Light.otf');
	font-weight: 300;
	font-display: swap;
	font-style: normal;
  }
 
body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit-Light', sans-serif;
    font-style: normal !important;
}
.admin-container .navbar .navbar-nav .nav-item .nav-link.notification {
    cursor: pointer;
}
	.hero {
			width: 100%;
			height: 100vh;
			background: #fec864;
			position: relative;
		}
		 .logo {
			margin: 0 10px;
		}
		 .nav-icon {
			margin: 0 10px;
			margin-top: 10px;
		}
		.hero .text-box {
			margin-top: 100px;
		}
		.hero .text-box h2 {
			font-family: 'Gilroy', serif;
			color: #000;
			font-size:6.2rem;
			font-weight: lighter;
		}
			.hero .text-box h2 b{
			font-family: 'Karla', sans-serif;
			font-size:5.2rem;
			font-weight: 900;
		}
		.hero .carousel_box {
			width: 100%;
			height: 500px;
			background: #fec864;
			margin-top: 10px;
			box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
			position: relative;
			z-index: 100;
		}
		.hero .carousel .carousel-item {
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;		
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
		}
		.hero .hero-detail {
			position: absolute;
			bottom: 40px;
			left: 70px;
			/* transform: rotate(-90deg); */
		}
		.hero .hero-detail span {
			font-size: 11px;
			color: #000;
			font-family: 'Outfit-Light', sans-serif;
			font-weight: 600;			
		}
		.hero .hero-detail1 {
			position: absolute;
			top: 45%;
			left: 70px;
		}
		.hero .hero-detail1 p{
			font-size: 10px;
			color: #000;
		}
		.hero .carousel_inner_box {
			padding: 40px;
		}
		@media screen and (max-width:950px){
		.hero .text-box h2 b{
            /*border: 1px solid #000;*/
			font-size:5rem;
			margin-left: -3px;
		}
		    	.hero {
			width: 100%;
			height: auto;
			padding: 20px 15px;
		}
            .reg-icon-box {
            margin-top: 5px;
            }
            .reg-icon-box a {
            text-decoration: none;
            color: #000;
            font-size: 22px;
            }
            .reg-icon-box p {
            margin-bottom: 0;
            line-height: 1;
            }
            .reg-icon-box p.text {
            font-size: 9px;
            font-family: 'Outfit-Light', sans-serif;
            }
			.hero .hero-detail {
			display: none;
		}
			.hero .text-box {
			margin-top: 80px;
		}
		.hero .img_carousel {
		    margin-top: 20px;
		}
			.hero .carousel_inner_box {
			padding: 30px;
			padding-top: 20px;
		}
			.hero .carousel_box {
			width: 100%;
			height: 300px;
			background: #fec864;
			margin-top: 0px;
			box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
			position: relative;
		}
		.hero .text-box h2 {
			font-family: 'Gilroy', serif;
			color: #000;
			font-size: 4rem;
			line-height: 1;
			font-weight: bolder;
			/*text-align: center;*/
		}
		}
@font-face {
    font-family: Vogue;
    src: url(Vogue.ttf);
  }
  @font-face {
    font-family: Gilroy;
    src: url(gilroy.otf);
  }
 @font-face {
    font-family: Vogue;
    src: url(Vogue.otf);
  }
  .cat_heading {
		padding: 30px 0;
		border-top: 1px solid rgba(0,0,0,.1);
		border-bottom: 1px solid rgba(0,0,0,.1);
		margin-bottom: 20px;
		box-shadow:  0px 11px 8px -10px rgba(0,0,0,.06),
         0px -11px 8px -10px rgba(0,0,0,.06); 
		/*box-shadow: 0px 10px 5px rgba(0,0,0,.1), 0px -10px 5px rgba(0,0,0,.1);*/
        /*-webkit-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.15);*/
        /*-moz-box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.15);*/
        /*box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.15);*/
	}
	.cat_heading h1 {
		font-family: 'Vogue', serif;
		font-size: 5rem;
		line-height: 1;
		color: #000;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	@media screen and (max-width:950px){
		.cat_heading {
		padding: 20px 0;
		border-top: 1px solid rgba(0,0,0,.1);
		border-bottom: 1px solid rgba(0,0,0,.1);
		margin-bottom: 20px;
	}
		.cat_heading h1 {
		font-family: 'Vogue', serif;
		font-size: 2.5rem;
		line-height: 1;
		color: #000;
		text-transform: uppercase;
	}
	}
.header-nav {
  width: 100%;
height: auto;
padding: 10px 20px;
border-bottom: 1px solid rgba(0,0,0,.1);
}
.header-nav .logo .logoname{ 
    text-align: center !important;
    justify-content: center;
    text-decoration: none;
}
.header-nav .logo .logoname h1{ 
  color: #000;
  font-size: 3em;
  font-family: 'Vogue', serif;
  margin-bottom: 0;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1;
}
.header-nav .nav-icon  {
 /* float: right; */
 /*padding-top: 20px;*/
}
.header-nav .create-blog  {
    /* padding-top: 20px; */
    float: right;
   }
   .header-nav .create-blog ul li {
   margin-top: 5px;
   }
.header-nav .create-blog .create-blog-btn {
    text-decoration: none;
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 11px;
    border: 2px solid #000;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease-in-out;
    background: transparent;
}
.header-nav .create-blog .create-blog-btn:hover {
    background: #000;
    color: #fff;
}
.header-nav .create-blog a:hover {
    text-decoration: none;
}
.header-nav .create-blog ul  {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.header-nav .create-blog ul  li{
    display: inline-block;
    }
   .la-shopping-bag {
        justify-content: center;
        display: flex;
        content: none;
        font-size: 35px;
        position: relative;
        color: #d9534f;
        top: 7px;
    }
 .la-shopping-bag .badge {
        font-size: 10.5px;
        text-align: center;
        color: #d9534f ;
        font-family: 'Oswald', sans-serif;
        position: absolute;
        transform: translate(-50%, -15%);
        top: 50%;
        left: 50%;
        font-weight: 900;
        letter-spacing: .5px;
    }
.toggle-btn {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 999999;
}
 .toggle-btn  span.one {
    position: absolute;
    width: 35px;
    height: 1px;
    background: #000;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) 0.55s;
}
.toggle-btn span.two {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #000;
    margin-top: 10px;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) 0.55s;
}
.toggle-btn span.three {
    position: absolute;
    width: 35px;
    height: 1px;
    background: #000;
    margin-top: 20px;
    transition: all cubic-bezier(0.26,0.1,0.27,1.55) 0.55s;
}
.icon.closeIcon .one {
    transform:rotate(-45deg);
    top:10px;
}
.icon.closeIcon .two {
    transform:rotate(45deg);
    width: 35px !important;
}
.icon.closeIcon .three {
display: none;
}
.header-nav .logo ul {
    list-style: none;
    /* transform: rotate(-45deg); */
    /* rotate: (-45deg); */
}
.header-nav .logo ul li {
    display: inline-block;
}
.header-nav .logo ul li a{
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    color: #111;
    padding: .5rem .5rem;
}
.header-nav .logo .nav-item {
    /* margin-top: 10px; */
    display: none;
}
.news-body {
 margin: 20px 0 0 0;
}
.news-body .news-card {
    padding-bottom: 40px;
    padding-top: 30px;
}
.news-body .news-card .desk-row{
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 10px 20px;
}
.news-body .img-box {
    padding: 20px;
    /* border: 1px solid #ccc; */
}
.news-body .img-boxx {
    border: 10px solid #bdbebf  !important;
    padding: 20px !important;
    background: #fff;
}
.news-body .image-box-news {
    width: 100%;
    height: 40vh !important;
      background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.news-body .image-box-news img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-body .inner-box {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 100;
}
.news-body .inner-box .text-box h1 {
    color: #000;
    font-size: 5em;
    /* font-weight: 900; */
    font-family: 'Vogue', serif;
}
.news-body .box {
    width: 100%;
    /* height: 70vh; */
    padding: 0px;
    background: #fc9f1e;
}
.news-body .img-box-news {
    width: 100%;
    height: auto;
}
.news-body .img-box-news img {
    width: 100%;
    height: 100%;
}
.news-body .text-box-news .display-img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    /* box-shadow: 0px 10px 20px 0px rgba(0,0,0,.1); */
}
.news-body .text-box-news .display-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.news-body .text-box-news  {
   padding-top: 0px;
}
.news-body .text-box-news .title h2 {
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
 }
 .news-body .text-box-news .title h2 span {
    font-weight: 600;
 }
 .news-body .text-box-news .title  {
    margin-top: 5px;
 }
 .news-body .text-box-news .author-profile {
     /* border: 1px solid rgba(0, 0, 0, .1); */
     padding: 6px 10px;
     border-radius: 5px;
     /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0,.1); */
 }
 .news-body .text-box-news .title h4{
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    color: #666;
 }
 .news-body .main-news-body {
     padding-top: 20px;
 }
 .news-body .main-news-body .heading h2 {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    line-height: 30px;
    transition: all .5s ease-in-out;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
 }
 .news-body .main-news-body  .heading h2::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #f9a11b;
    display: block;
    margin-top: 10px;
 }
 .news-body .main-news-body .heading a {
 text-decoration: none;
 color: #000;

 }
 .news-body .main-news-body .heading a:hover h2{
    color: #444;
    }
 .news-body .main-news-body h5 {
    font-size: 11px;
    font-family: 'Outfit-Light', sans-serif;
    color: #888;
    letter-spacing: .9px;
    text-transform: uppercase;
 }
 .news-body .main-news-body .social-icons a {
    font-size: 17px;
    text-decoration: none;
    color: #000;
 }
 .news-body .main-news-body .social-icons .social-icon-box {
    margin: 0px 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
    padding-top: 3px;
    /* margin-top: 0; */
 }
 
 .news-body .main-news-body .previews p{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    line-height: 20px;
    /*word-wrap: break-word !important;*/
    /*word-break: break-all !important;*/
 }
  .news-body .main-news-body .previews p a{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #f9a11b;
 }
 .news-body .main-news-body .previews h1{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    line-height: 20px;
    font-weight: 600;
    word-wrap: break-word !important;
    word-break: break-all !important;
 }
 .news-body .main-news-body .previews h2{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    line-height: 20px;
    font-weight: 600;
    word-wrap: break-word !important;
    word-break: break-all !important;
 }
 .news-body .main-news-body .previews h3{
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    line-height: 20px;
    font-weight: 600;
    word-wrap: break-word !important;
    word-break: break-all !important;
 }
 .news-body .main-news-body .previews ol li{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #444;
    line-height: 20px;
    word-wrap: break-word !important;
    word-break: break-all !important;
 }
 .news-body .main-news-body .news-paragraph{
 margin-top: 10px;
 padding-right: 30px;
 }
 .news-body .main-news-body .more-btn{
    font-size: 10px;
    text-decoration: none;
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    background: #fff;
    transition: all .5s ease-in-out;
    /* padding: 7px 25px; */
    outline: none !important;
    text-transform: uppercase;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    padding: 10px 40px;
    transition: all .5s ease-in-out;
 }
 .news-body .main-news-body .more-btn:hover img{
    transform: rotate(-15deg);
 }
 .news-body .main-news-body .more-btn:hover{
    border: 1px solid #111;
 }
 .news-body .main-news-body .more-btn img{
   padding-left: 10px;
   transition: all .5s ease-in-out;
 }
 .news-body .main-news-body .more-btn:hover{
  /* background: #444;
  color: #fff; */
  color: #000;
 }
  .related-content {
     margin-top: 0px;
     padding-bottom: 20px;
 }
  .related-content p {
    font-size: 1.5em;
    font-family: 'Outfit-Medium', sans-serif;
    color: #222;
    /* line-height: 20px; */
    font-weight: 600;
    text-transform: uppercase;
}
.related-content p i.arrow-down {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite ;
    -o-animation: bounce 1s  infinite;
    -webkit-animation: bounce 1s  infinite;
    animation: bounce 1s  infinite ;
  }
    
  @keyframes bounce {
      0% { top: 0; }
      25% { top: -0.1em; }
      50% { top: -0.15em; }
      70% { top: -0.2em; }
      100% { top: 0; }
  }
.rel-content {
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    cursor: pointer;
    margin-top: 20px;
    transition: all .9s ease-in-out;
}
.rel-content:hover .img-box  {
    transform: scale(1.02);
}
.rel-content .img-box {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.rel-content .image-box {
    border: 5px solid #ebebeb;
    /* box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1); */
    background: #fff;
    padding: 10px;
}
.rel-content .img-box img{
    width: 100%;
    height: 100%;
    transition: all .9s ease-in-out;
}
.rel-content .text-box .category {
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .9px;
}
.rel-content .text-box .heading {
    font-size: 14px !important;
    font-family: 'Outfit-Light', sans-serif;
    color: #000;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.rel-content .text-box .author {
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    text-transform: uppercase;
    line-height: 10px;
    color: #666;
}
.rel-content .text-box p {
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    color: #666;
}
.rel-content a {
    text-decoration: none;
    color: #000;
}
.rel-content a:hover {
    text-decoration: none;
    color: #000;
}
/**********Footer***********/
.footer {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #000;
}
.footer-logo {
    font-family: 'Vogue', serif;
font-size: 1.5em;
color: #fff;
/*margin-top: 10px;*/
font-weight: 900;
text-decoration: none;
}
.footer-logo:hover {
color: #fff;
text-decoration: none;
}
.footer .first-row {
    padding-top: 30px;
    padding-bottom: 50px;
}
.footer .first-row ul {
    list-style: none;
}
.footer .first-row ul li{
    display: inline-block;
}
.footer .first-row ul li a{
text-decoration: none;
color: #444;
font-size: 13px;
padding: 20px;
padding-bottom: 0;
font-family: 'Outfit-Light', sans-serif;
transition: all .6s ease-in-out;
}
.footer .first-row ul li a:hover{
  color: #fff;
    }
.footer .first-row input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #444;
    border-radius: 0;
    transition: all .6s ease-in-out;
}
.footer .first-row input:hover {
    border-bottom: 2px solid #fff;
}
.footer .first-row input::placeholder:hover {
   color: #ccc;
}
.footer .first-row input::placeholder {
  color: #666;
  font-family: 'Outfit-Light', sans-serif;
  font-size: 13px;
}
.footer .first-row button {
    background: transparent;
}
.footer .second-row {
    padding-top: 30px;
    padding-bottom: 0px;
    border-top: 1px solid #333;
    transition: all .6s ease-in-out;
}
.footer .second-row:hover {
    border-top: 1px solid #fff;
}
.footer .second-row:hover p{
    color: #fff;
}
.footer .second-row:hover .social-icons a{
    color: #fff;
}
.footer .second-row p {
    color: #444;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    transition: all .6s ease-in-out;
}
.footer .second-row .social-icons  a{
  color: #555;
  padding: 10px;
  text-decoration: none;
  transition: all .6s ease-in-out;
}
/**********Trending*************/
.trending .box .category {
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    text-transform: uppercase;
    color: #150463;
    letter-spacing: .4px;
}
.trending .box .heading-t {
    font-size: 17px;
    font-family: 'Cormorant Garamond', serif;
    color: #000;
}
.trending .box .author {
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    color: #222;
}
.trending .box .news {
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    color: #666;
}
.trending {
    padding-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1);
    background: #fff;
    /* margin-top: 150px;
    margin-bottom: 100px; */
    
}
.trending .box-text, .box-music {
    padding-top: 20px;
}
.trending .box-text a {
    text-decoration: none;
}
.trending .text-box {
    padding-top: 10px;
    /* border: 1px solid #f00; */
}
.trending .heading {
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
}
.trending .box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px ;
}
.trending .box .img-box {
    width: 100%;
    height: auto;
    border: 15px solid #f2f2f2;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,.3);
}
.trending .box .img-box img {
    width: 100%;
    height: 100%;
}
.trending .heading h1 {
    font-size: 6em;
    letter-spacing: 5px;
    font-family: 'Vogue', sans-serif;
    color: #000;
}
.trending .media-player audio{
    width: 100px; 
    box-shadow: 5px 5px 20px rgba(0,0, 0, 0.1);
    border-radius:20px;
    transform: scale(1);  
}
.trending .box {
    /* border-left: 1px solid rgba(0,0,0,.1);
    padding: 10px; */
    background-color: #f2f2f2;
}
.trending .box .video {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    /* box-shadow: 0px 10px 30px rgba(0,0,0,.1); */
}
.trending .box .video video {
    width: 100%;
    height: 100%;
}
.trending .box-vid .author {
    line-height: 15px;
}
.header-nav-top {
    position: relative;
}
.cat-dropdown {
  width: 100%;
    height: 100vh;
    border: 1px solid rgba(0,0,0,.1);
    background: #fec864;
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    z-index: 99999;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: rgba(0,0, 0,.1) #f6f6f6;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    padding: 10px 10px;
}
.closeIcon {
    position: fixed;
    width: 40px;
    height: 40px;
}
.cat-dropdown a {
    text-decoration: none;
}
.cat-dropdown a:hover {
    text-decoration: none;
}
.cat-dropdown::-webkit-scrollbar {
width: 6px;
background-color: #f6f6f6;
} 
.cat-dropdown::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0,.1);
border-radius: 50px;
}
.cat-dropdown::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #f6f6f6;
border-radius: 50px;
}
.cat-dropdown .main-cat {
    padding: 0;
    /* padding: 10px 5px; */
    /* border: 1px solid rgba(0,0,0,.1); */
}
.cat-dropdown .main-cat h1 {
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    color: #333;
    margin-bottom: 0;
}
.cat-heading {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   line-height: 1;
   width: 100%;

}
.cat-heading h3 {
    font-size: 1.7em;
    font-family: 'Gilroy', sans-serif;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.cat-heading h3::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #333;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
}
.cat-dropdown .my-row {
    padding: 4px 5px;
    position: relative;
    /* border-bottom: 1px solid rgba(0, 0, 0,.3); */
}
.cat-dropdown .my-row .text-box h2 {
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;  
    border-left: 2px solid #fff;
    padding: 0 0 0 5px;
    line-height: 1;
}
.cat-dropdown .main-cat .img_container {
    border: 7px solid #323232;
    padding: 0px; 
    margin: 0 4px;
    position: relative;
    /* background: rgba(254, 200, 100,.2); */
    /* box-shadow: 0 3px 12px rgba(0,0,0,.08); */
}
.cat-dropdown .main-cat .img-box {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cat-dropdown .main-cat .img-box img{
    width: 100%;
    height: 100%;
}
.cat-dropdown .main-cat .text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 7px 5px 7px;
    background: rgba(0, 0, 0,.8);
    width: 100%;
}
/*********Shop Now***********/
.blog-store {
    width: 100%;
    height: auto;
    overflow: auto;
    /* box-shadow: 0px 10px 30px 0px rgba(0,0,0,.2); */
    background: #fff;
    padding: 20px 30px;
    /* border: 1px solid rgba(0, 0, 0,.1); */
    /* margin: 40px 0 0px 0; */
}
.blog-store .heading h1 {
    font-size: 4em;
    letter-spacing: normal;
    font-family: 'Vogue', sans-serif;
    color: #000;
    font-weight: 900;
}
.blog-store .item-cat .cat-heading h2 {
    font-family: 'Outfit-Light', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
}
.blog-store .item-cat .line {
    background: rgba(0,0,0,.2);
}
.blog-store .item-cat .line-detail {
    height: 1.3px;
    width: 100%;
    margin-right: 0rem;
    margin-top: 1rem;
    float: left;
    transition: all 1s ease-in-out;
}
.blog-store .item-box .box-holder {
    border: 7px solid #ebebeb;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 15px;
}
.blog-store .item-box .img-box {
    width: 100%;
    height: 230px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .item-box .img-box img {
    width: 100%;
    height: 100%;
} */
.item-cat .item-box .text-box {
    padding: 10px 0;
}
.blog-store .item-cat {
    margin-bottom: 0px;
}
.item-cat .item-box  {
    margin-top: 10px;
}
.scrubs-item-name {
    color: #666;
    text-decoration: none;
}
.scrubs-item-name:hover {
    color: #666;
    text-decoration: none;
}
.blog-store .item-cat .item-box .text-box h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 0;
}
.blog-store .item-cat .item-box .text-box p {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    letter-spacing: .5px;
}
.blog-store .item-cat .item-box .add-to-cart {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    padding: 4px 10px !important;
}
.blog-store .shop-btn {
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    padding: 8px 30px !important;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background: #fff;
}
.blog-store .shop-btn:hover {
    color: #fff;
    background: #000;
}
.blog-store .shop-btn-row {
    margin-top: 100px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 30px 0;
    position: relative;
}
 .item-color-prev {
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.blog-store .item-box .item-color-prev .color-prev{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
/***********Read more page********/
.more_content {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    /* margin-top: 50px; */
}
.more_content .display-img {
    width: 40px;
    float: left;
    margin-right: 15px;
    height: 40px;
}
.more_content .display-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.more_content .heading {
    padding-bottom: 10px;
    padding-top: 10px;
}
.more_content .title {
    padding-top: 5px;
}
.more_content .heading h2{
    font-size: 2.2em !important;
    font-family: 'Cormorant Garamond', serif;
    color: #000;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
.more_content .author-profile {
    border: 1px solid rgba(0, 0, 0, .1);
padding: 6px 10px;
border-radius: 5px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0,.1);
}
.more_content .heading h4{
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    color: #666;
    text-transform: uppercase;
}
.fbcomments {
    padding: 0 !important;
font-family: 'Spinnaker', sans-serif !important;
}
.more_content .title h2 {
    font-size: 11px;
    font-family: 'Outfit-Light', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
 }
 .more_content .title h2 span {
    font-weight: 600;
 }
.more_content .title h4{
    font-size: 11px;
    font-family: 'Outfit-Light', sans-serif;
    color: #999;
 }
 .more_content .comment-display {
     position: fixed;
     top: 45%;
     left: 0;
 }
 .more_content .comment-display ul {
     list-style: none;
 }
 .more_content .comment-display ul li{
    padding-top: 30px;
}
.more_content .comment-display ul li a{
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-family: 'Outfit-Light', sans-serif;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.more_content .comment-display ul li a:hover{
   color: #000;
}
.more_content .comment-display ul li a i{
font-size: 15px;
padding-right: 10px;
}
 .more_content-body {
     padding-top: 10px;
 }
  .more_content-body ul li,.more_content-body a {
     font-family: 'Outfit-Light', sans-serif !important;
 }
 .more_content-body .author-profile {
     margin-bottom: 20px;
 }
 .more_content-body .img-box {
     /* padding: 10px; */
     border: 7px solid #ebebeb;
     background: #fff;
 }
 .more_content-body .img-box-inner {
    /* padding: 30px;
    background: #f2f2f2; */
    border: 15px solid #fff;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,.2);
    width: 100%;
    height: auto;
}
.more_content-body .img-box-inner img {
    width: 100%;
    height: 100%;
}
 .more_content-body .box {
     position: relative;
 }
 .more_content-body .box .text-wrap .box-right-top {
     position: absolute;
     top: 10px;
     right: 0;
     width: 150px;
     height: 100px;
     background: #fc9f1e;
     box-shadow: 0px 10px 20px 0 rgba(0,0,0,.1);
     z-index: -10;
     display: none;
 }
 .more_content-body .box .text-wrap .box-left-bottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 150px;
    height: 100px;
    background: #fc9f1e;
    box-shadow: 0px 10px 20px 0 rgba(0,0,0,.1);
    z-index: -10;
    display: none;
}
 .more_content-body .box .text-wrap {
    padding-top: 10px;
    position: relative;
 }
/* .edit-stories-body{*/
/*    height:94vh;*/
/*    overflow-y:scroll;*/
/*}*/

.cke_bottom{
    display:none !important;
}
.cke_dialog_ui_button{
    background:var(--brand_color) !important;
    border-radius:3px !important;
    border:none !important;
    color:#000 !important;
    font-family: 'Outfit-Light', sans-serif !important;
}
.cke_dialog_body,.cke_dialog_ui_labeled_label,.cke_dialog_tab {
    font-family: 'Outfit-Light', sans-serif !important;
}
.cke_dialog_ui_input_text,.cke_dialog_ui_input_select{
    height:40px !important;
    border-radius:10px !important;
}
#cke_48_select,.cke_dialog_ui_input_text{
    width:100% !important;
}
#cke_news_body{
    padding-top:0px;
    font-family: 'Outfit-Light', sans-serif !important;
}
.cke_dialog_ui_html{
    display:none !important;
}
 .more_content-body .box .text-wrap .quote{
 border-left: 5px solid #222;
 padding-left: 15px;
 padding-top: 0;
 }
 .more_content-body .box  em {
    font-size: 12px;
    color: #777;
    font-family: 'Outfit-Light', sans-serif !important;
}
.more_content-body .box .text-wrap p {
    font-size: 17px;
   font-family: 'Outfit-Light', sans-serif !important;
    color: #000;
    line-height: 30px;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}
.more_content-body .box .text-wrap p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #fc9f1e;
    
}
.more_content-body .box .text-wrap h1, .more_content-body .box .text-wrap h2, .more_content-body .box .text-wrap h3, .more_content-body .box .text-wrap h4 {
    font-size: 20px;
     
    color: #000;
    line-height: 30px;
    font-weight: 600;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}
.more_content-body .box .text-wrap ol li {
    font-size: 16px;
     
    color: #000;
    line-height: 30px;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}
.more_content-body .box .text-wrap ul li {
    font-size: 16px;
     
    color: #000;
    line-height: 30px;
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}
.more_content-body .box .text-wrap .quote i {
    font-size: 14px;
    font-family: 'Outfit-Light', sans-serif;
    
}
.more_content-body .box .text-wrap a {
    font-size: 14px;
    font-family: 'Outfit-Light', sans-serif;
    color: #000;
    text-decoration: none;
}
.more_content-body .more-btn span{
    font-size: 10px;
    padding-left: 7px;
  }
  .more_content-body .social-icons {
      padding-bottom: 20px;
      padding-top: 20px;
  }
  .more_content-body .box .social-icons .social-menu .social_icons {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-right: 5px !important;
    position: relative;
      transition: all .5s ease-in-out;
}
.more_content-body .box .social-icons .social-menu .social_icons a {
    text-decoration: none;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more_content-body .box .social-icons .comment-menu a {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    transition: all .5s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.more_content-body .box .social-icons .comment-menu a span {
    color: #999;
    font-size: 12px;
}
.more_content-body .box .social-icons .comment-menu a i {
    font-size: 25px;   
    margin-right: 5px;
}
.more_content-body .box .social-icons a:hover {
     background: #333;
    color: #fff;
}
.more_content-body .box .social-icons .social-menu .social_icons:hover {
    background: #333;
    color: #fff;
}
.more_content-body .box .comment-box a:hover {
    background: #fc9f1e;
    color: #000;
}
.more_content-body .box .social-icons .comment-btn {
    color: #222;
    text-decoration: none;
    outline: none !important;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Outfit-Light', sans-serif;
    background: #f2f2f4;
    border-radius: 30px;
}
.more_content-body .box .comment-order .comment-no p {
    font-size: 15px;
    font-weight: 900;
    font-family: 'Outfit-Light', sans-serif;
    color: #000;
}
.more_content-body .box .social-icons .post-comment-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 400;
    font-family: 'Outfit-Light', sans-serif;
    transition: all .5s ease-in-out;
}
.more_content-body .box .social-icons textarea::placeholder {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    font-family: 'Outfit-Light', sans-serif;
}
.more_content-body .author-bio {
    padding-top: 30px;
    padding-bottom: 30px;
}
.more_content-body .author-bio .author-img-box {
    width: 50px;
    height: 50px; 
}
.more_content-body .author-bio .author-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.more_content-body .author-bio .author-bio-data {
    padding-left: 30px;
}
.more_content-body .author-bio .author-bio-data h2 {
   color: #555;
   text-transform: uppercase;
   font-family: 'Outfit-Light', sans-serif;
   font-size: 13px;
   margin-bottom: 5px;
}
.more_content-body .author-bio .author-bio-data h3{
    color: #222;
    text-transform: capitalize;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 15px;
    font-weight: 900;
 }
 .more_content-body .author-bio .author-bio-data p.bio{
    color: #555555;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
 }
 .more_content-body .author-bio .author-bio-data a.link{
    color: #555555;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 15px;
    line-height: 0px;
    text-decoration: none;    
 }
.more_content-body .box .comment-box{
   margin-top: 50px;
}
.more_content-body .box .comment-box .comment-img-box {
    width: 60px;
    height: 60px;
}
.more_content-body .box .comment-box .comment-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.more_content-body .box .comment-box  .text-box .user_name {
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
    color: #000;
}
.more_content-body .box .comment-box  .text-box .comment {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    font-family: 'Outfit-Light', sans-serif;
    line-height: 30px;
}
.more_content-body .box .comment-box .reply-comment-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 400;
    font-family: 'Outfit-Light', sans-serif;
    transition: all .5s ease-in-out;
}
.more_content-body .box .comment-box .reply-btn {
    color: #222;
    text-decoration: none;
    margin-right: 10px;
    font-family: 'Outfit-Light', sans-serif;
    transition: all .5s ease-in-out;
}
.more_content-body .box .comment-box .reply-btn:hover {
    background: none;
    color: #666;
}
.more_content-body .box .comment-box .time {
    color: #666;
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
}
/*.carousel-control {*/
/*    padding: 0px 20px;*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*}*/
/*.carousel-control:hover {*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*}*/
/*.carousel-control i {*/
/*    font-size: 20px;*/
/*}*/
/**********Categories**********/
.cat-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cat-header .heading-box {
    padding-bottom: 30px;
    padding-top: 20px;
}
.cat-header .heading-box p {
    color: #666;
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
}
.cat-header .heading-box h1 {
    color: #444;
    font-size: 3em;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 15px;
    letter-spacing: 2px;
}
.cat-header .cat-header-info .text-box {
    padding-top: 50px;
}
.cat-header .cat-header-info .text-box h1 {
    color: #222;
    font-size: 2.7em;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 900;
    letter-spacing: 2px; 
    text-transform: capitalize;
}
.cat-header .cat-header-info .text-box p {
    color: #666;
    font-size: 14px;
    font-family: 'Outfit-Light', sans-serif;
    line-height: 25px;
}
.cat-header .cat-header-info .text-box .more-btn{
    font-size: 10px;
    text-decoration: none;
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    background: #fff;
    transition: all .5s ease-in-out;
    /* padding: 7px 25px; */
    outline: none !important;
    text-transform: uppercase;
    border: 1px solid #c5c5c5;
    border-radius: 0;
    padding: 10px 40px;
    transition: all .5s ease-in-out;
 }
 .cat-header .cat-header-info .text-box .more-btn:hover img{
    transform: rotate(-15deg);
 }
 .cat-header .cat-header-info .text-box .more-btn:hover{
    border: 1px solid #111;
 }
 .cat-header .cat-header-info .text-box .more-btn img{
   padding-left: 10px;
   transition: all .5s ease-in-out;
 }
 .cat-header .cat-header-info .text-box .more-btn:hover{
  /* background: #444;
  color: #fff; */
  color: #000;
 }
 .latest-articles .swiper-container {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

 .latest-articles .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 350px;
  }
  .latest-articles .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  /*********Create blog**********/
  .form-box {
    width: 100%;
    background: #fff;
    /* height: 40vh; */
    margin-top: 0px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
    padding: 10px 20px;
}
.form-box .heading img{
    margin-bottom: 10px;
}
.form-box .set-2 {
    display: none;
}
.form-box fieldset  .heading h2 {
    font-family: 'Vogue', sans-serif;
    font-size: 1em;
    margin-bottom: 0;
    color: #000;
}
.form-box  .heading h2 {
    font-family: 'Vogue', sans-serif;
    font-size: 2em;
    margin-bottom: 0;
    color: #000;
}
.form-box label {
    margin-bottom: 0;
}
.form-box label sup {
    color: #f00;
}
.form-box #sign_in span {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #666;
}
.form-box #sign_in  a {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #333;
}
.form-box #register_button {
    background: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 7px 25px;
    font-family: 'Outfit-Light', sans-serif;
    border-radius: 0;
    font-size: 14px;
    transition:  all .5s ease-in-out;
}
.form-box fieldset  .heading p {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #999;
}
.form-box fieldset button {
    background: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 7px 25px;
    font-family: 'Outfit-Light', sans-serif;
    border-radius: 0;
    font-size: 14px;
    transition:  all .5s ease-in-out;
}
.form-box fieldset button[type="submit"] {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 7px 25px;
    font-family: 'Outfit-Light', sans-serif;
    border-radius: 0;
    font-size: 14px;
    transition:  all .5s ease-in-out;
}
.form-box fieldset button:hover {
    background: #000;
    color: #fff;
}
.form-box input {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 14px;
    background: #fefefe;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
}
.form-box label {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 10px;
    color: #555;
    text-transform: uppercase;
    /* margin-bottom: 0; */
}
.form-box input::placeholder {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #666;
}
.create-blog-container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(to right, #edf3f8, rgba(4, 135, 150, 0.06));
}
@media screen and (max-width:950px){
    .form-box {
        margin-top: 130px;
    }
    .cat-dropdown .main-cat .img_container {
        border: 5px solid #323232;
        padding: 0px;
        margin: 5px 4px;
}
    .cat-dropdown .my-row .text-box h2 {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    /*font-weight: 600;*/
}
.cat-heading {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    width: 100%;
}
.cat-heading h3 {
    font-size: 1em;
}
.cat-heading h3::after {
   margin-bottom: 20px;
   display: none;
}
.cat-heading.text-center {
    text-align: left !important;
}
.cat-heading.text-center a {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    margin-bottom: 5px;
}
.cat-dropdown .my-row {
    margin-bottom: 10px;
}
}
.cat_heading a {
    text-decoration: none;
    color: #000;
}
.cat_heading a:hover {
    text-decoration: none;
    color: #000;
}
/********Admin container**********/
.admin-container {
    width: 100%;
    height: 100vh;
    background: #f2f6f6;
    position: relative;
}
.admin-container .main-nav {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.admin-container .main-nav .dropdown-item{
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    color: #555;
}
.admin-container .main-nav .dropdown-menu{
    min-width: 6rem;
    left: 1rem;
}
.admin-container .main-nav .nav-link.header {
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
    margin-bottom: 0;
    color: #333 !important;
    padding: .1rem .3rem !important;
    font-weight: 900;
}
.admin-container .nav-item.img {
    width: 40px;
height: 40px;
/* margin-top: 5px; */
}
.admin-container .nav-item.img  img{
    width: 100%;
height: 100%;
border-radius: 50%;
}
.admin-container .main-nav .nav-item .nav-link.user_name {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    color: #555;
}
.admin-container .main-nav .nav-item .nav-link  {
    color: #555;
    padding: .5rem 1.5rem;
}
.admin-container .main-nav input[type="search"]{
    width: 450px;
    border-radius: 30px;
    background: #f2f2f2;
    border: none;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 14px;
    color: #555;
    padding: 0 20px;
}
.admin-container .main-nav input::placeholder{
    font-family: 'Outfit-Light', sans-serif;
    font-size: 12px;
    color: #777;
}
.admin-container .left-pane {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #fff;
    border-right: 1px solid rgba(0,0,0,.1);
    overflow: auto;
}
.admin-container .left-pane .logo {
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.admin-container .left-pane .dashboard-list {
    padding: 30px 0px 30px 20px;
}
.admin-container .left-pane .dashboard-list ul {
    padding: 0;
    list-style: none;
}
.admin-container .left-pane .dashboard-list ul a {
   text-decoration: none;
   color: #333;
   font-size: 13px;
   font-family: 'Outfit-Light', sans-serif;
}
.admin-container .left-pane .dashboard-list ul a li {
    /* margin-bottom: 10px; */
    padding: 15px 0;
    /* border-top: 1px solid rgba(0,0, 0, 0.1); */
    border-bottom: 1px solid rgba(0,0, 0, 0.1);
 }
.admin-container .left-pane .dashboard-list ul a li i {
    font-size: 15px;
    padding-right: 10px;
 }
 .admin-container .left-pane .dashboard-list ul .active_li {
     border-right: 5px solid #f9a11b;
     border-top: 1px solid rgba(0,0, 0, 0.1);
     color: #f9a11b;
 }
 .admin-container .left-pane .dashboard-list ul .active-li {
    border-right: 5px solid #f9a11b;
    color: #f9a11b;
    background: #f2f2f6;
}
 .admin-container .left-pane .dashboard-list #stories ul li {
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0,0, 0, 0.1);
 }
 .admin-container .left-pane .dashboard-list #stories ul {
    padding: 0px 25px;
 }
 .admin-container .dashboard-body {
     padding: 5px 20px;
 }
 .admin-container .dashboard-body .top-row {
     border-bottom: 1px solid rgba(0,0,0,.1);
     padding-bottom: 10px;
 }
 .admin-container .dashboard-body .box {
     background-color: #fff;
     border-radius: 10px;
     /**border: 1px solid rgba(0,0,0,.1);**/
     padding: 10px 15px;
     box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
 }
  .add-story .box {
     box-shadow: 0px 5px 5px 0px rgba(0,0,0,0) !important;
 }
 .admin-container .dashboard-body .box .drop-btn {
 padding: 5px 10px;
 text-decoration: none;
 color: #333;
}
.admin-container .dashboard-body .box .text-box h2 {
   font-family: 'Gilroy', sans-serif;
   font-size: 3em;
   font-weight: 900;
   color: #333;
   }
   .admin-container .dashboard-body .box .text-box p {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
    }
    .admin-container .dashboard-body .box .img-box {
       width: 100%;
       height: 130px;
        }
        .admin-container .dashboard-body .box .img-box img {
            width: 100%;
            height: 100%;
             }
    .admin-container .dashboard-body .dropdown .dropdown-menu a {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #333; 
        cursor: pointer;
    }
.admin-container .dashboard-body .bottom-row .heading h2 {
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    color: #333;
}
    .admin-container .dashboard-body .bottom-row .boxi {
        padding: 10px 10px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    }
.admin-container .dashboard-body .bottom-row .boxi .img-box {
    width: 100%;
    height: 230px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.admin-container .dashboard-body .bottom-row .boxi .img-box img {
width: 100%;
height: 100%;
}
.admin-container .dashboard-body .bottom-row .boxi .text-box h3 {
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
color: #111;
margin-bottom: 0;
}
.admin-container .dashboard-body .bottom-row .boxi .text-box span {
font-family: 'Outfit-Light', sans-serif;
font-size: 12px;
color: #999;
}
.admin-container .dashboard-body .bottom-row .boxi .text-box span.responses {
    color: #02d163;
    }
.admin-container .dashboard-body .bottom-row .boxi .text-box p {
font-family: 'Outfit-Light', sans-serif;
font-size: 12px;
color: #666;
margin-bottom: 0;
word-wrap: break-word;
}
.admin-container .dashboard-body .bottom-row .boxi .author {
    margin: 10px 0;
}
.admin-container .dashboard-body .bottom-row .boxi .author-img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.admin-container .dashboard-body .bottom-row .boxi .author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.admin-container .dashboard-body .bottom-row .boxi .author-info h2 {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    color: #333;
    margin-bottom: 0;
    /* line-height: 10px; */
}
/* .admin-container .dashboard-body .bottom-row .boxi .author-info {
    margin-top: 10px;
} */
.admin-container .dashboard-body .bottom-row .boxi .author-info span {
    font-family: 'Outfit-Light', sans-serif;
    font-size: 11px;
    color: #666;
}
.admin-container .dashboard-body #drop-area {
    border: 1px dashed #2a00ca;
    border-radius: 10px;
    background: rgba(10, 3, 159,.1);
    text-align: center;
    padding: 20px;
  }
  .admin-container .dashboard-body label {
      /* margin-bottom: 0; */
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      color: #222;
  }
  .admin-container .dashboard-body  #drop-area.highlight {
    border-color: purple;
  }
  
  .admin-container .dashboard-body #gallery {
    margin-top: 10px;
  }
  .admin-container .dashboard-body #gallery img {
    width: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .admin-container .dashboard-body .button {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    font-family: 'Outfit-Light', sans-serif;
    color: #2a00ca;
    font-size: 15px;
  }
  .admin-container .dashboard-body #fileElem {
    display: none;
  }
  .admin-container .dashboard-body progress {
      width: 350px;
      height: 10px;
      display: none;
  }
  .admin-container .dashboard-body.add-story {
      width: 100%;
      height: 90vh;
      overflow-y: scroll;
      overflow-x: hidden;
      padding-left: 10px;
      padding-right: 10px;
      scrollbar-color:rgba(0,0, 0,.1) #f6f6f6;
      scrollbar-width: thin;
      scroll-behavior: smooth;
  }
  .add-story::-webkit-scrollbar {
  width: 6px;
  background-color: #f6f6f6;
  } 
  .add-story::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0,.0);
  border-radius: 50px;
  }
  .add-story::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #f6f6f6;
  border-radius: 50px;
  }

  .admin-container .dashboard-body.add-story input,
  .admin-container .dashboard-body.add-story select{
      font-family: 'Outfit-Light', sans-serif;
      font-size: 14px; 
  }
  .admin-container .dashboard-body.add-story input::placeholder {
      font-family: 'Outfit-Light', sans-serif;
      font-size: 12px; 
      color: #666;
  }
  .switch-wrap .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    /*float: right;*/
    margin:0;
  }
   .switch-wrap {
    display: flex;
    gap:10px;
    height: 30px;
    align-items:center;
  }
  .switch-wrap .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
 .switch-wrap .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .switch-wrap .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .switch-wrap input:checked + .slider {
    background-color: #f9a11b;
  }
  .switch-wrap input:focus + .slider {
    box-shadow: 0 0 1px #f9a11b;
  }
  .switch-wrap input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  /* Rounded sliders */
  .switch-wrap .slider.round {
    border-radius: 34px;
  }
  .switch-wrap .slider.round:before {
    border-radius: 50%;
  }
  .switch-wrap .pub-btn {
      background: #f9a11b;
      color: #000;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 15px;
      box-shadow: 0px 5px 5px rgba(0,0,0,.1);
      padding: 7px 20px;
  }
  .admin-container .dashboard-body .preview-btn,.admin-container .dashboard-body .pub-btn {
      background: #f9a11b;
      color: #000;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 15px;
      box-shadow: 0px 5px 5px rgba(0,0,0,.1);
      padding: 7px 20px;
  }
  .admin-container .dashboard-body input[type="date"]{
      color: #555;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 11px !important; 
  }
  .admin-container .dashboard-body input[type="time"]{
      color: #555;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 11px !important; 
  }
  .admin-container .dashboard-body #post-author {
      color: #555;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px; 
      padding: 0 5px;
  }
  .admin-container .dashboard-body #post-source {
    color: #555;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px; 
    padding: 0 5px;
}
.admin-container .dashboard-body #targetValue {
    color: #555;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px; 
    padding: 0 5px;
}
  .admin-container .dashboard-body #post-category {
      color: #555;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px; 
      padding: 0 5px;
  }
  .admin-container .dashboard-body textarea {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px; 
  }
  .admin-container .dashboard-body .add-author {
      color: #000;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      text-decoration: none;
      transition: all .3s ease-in-out;
      float: right;
      background: #f9a11b;
      padding: 0px 6px;
      border-radius: 50%;
      margin-right: 5px;
  }
  .admin-container .dashboard-body .add-source {
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    float: right;
    background: #f9a11b;
    padding: 0px 6px;
    border-radius: 50%;
    margin-right: 5px;
}
  .admin-container .dashboard-body .add-author:hover {
      color: #222;
  }
  .admin-container .dashboard-body .add-category:hover {
      color: #222;
  }
  .admin-container .dashboard-body .add-category {
      color: #000;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      text-decoration: none;
      transition: all .3s ease-in-out;
      float: right;
      background: #f9a11b;
      padding: 0px 6px;
      border-radius: 50%;
      margin-right: 5px;
  }
  .admin-container .dashboard-body .add-category i {
      color: #000;
      font-size: 11px;
  }
  .admin-container .dashboard-body .add-author i {
      color: #000;
      font-size: 11px;
  }
  #addAuthor .modal-title {
      color: #222;
      font-family: 'Gilroy', sans-serif;
      font-size: 1.5em;
      font-weight: 900;
  }
  #addAuthor .modal-body label {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      margin-bottom: 0;
  }
  #addAuthor .modal-body input {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
  }
  #addAuthor .modal-body textarea {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
  }
  #addAuthor .modal-body input[type="submit"] {
      color: #000;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      background: #f9a11b;
      box-shadow: 0px 5px 5px rgba(0,0,0,.1);
  }

  #addSource .modal-title {
    color: #222;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
}
#addSource .modal-body label {
    color: #333;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}
#addSource .modal-body input {
    color: #333;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
}
#addSource .modal-body textarea {
    color: #333;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
}
#addSource .modal-body input[type="submit"] {
    color: #000;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    background: #f9a11b;
    box-shadow: 0px 5px 5px rgba(0,0,0,.1);
}

  #viewCategoryModal .modal-title {
    color: #222;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
}
#viewCategoryModal p strong {
    color: #222;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.3em;
    font-weight: 900;
}
#viewCategoryModal p {
    color: #333;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}

#metricsModal .modal-title {
    color: #222;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
}
#metricsModal h2 {
    color: #222;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.3em;
    font-weight: 900;
}
#metricsModal span {
    color: #333;
    font-family: 'Outfit-Light', sans-serif;
    font-size: 13px;
    margin-bottom: 0;
}
  
  #addCategory .modal-title {
      color: #222;
      font-family: 'Gilroy', sans-serif;
      font-size: 1.5em;
      font-weight: 900;
  }
  #addCategory .modal-body label {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      margin-bottom: 0;
  }
  #addCategory .modal-body input {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
  }
  #addCategory .modal-body textarea {
      color: #333;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
  }
  #addCategory .modal-body input[type="submit"] {
      color: #000;
      font-family: 'Outfit-Light', sans-serif;
      font-size: 13px;
      background: #f9a11b;
      box-shadow: 0px 5px 5px rgba(0,0,0,.1);
  }
  .admin-container .dashboard-body .stat-heading h2 {
    color: #333;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
  }
  .admin-container .dashboard-body .stat-tab-box  {
  padding: 10px 0px;
  }
  .admin-container .dashboard-body .stat-tab-box .d-flex  {
    /* background: #f2f6f6; */
    }
.admin-container .dashboard-body .stat-tab-box .d-flex ul li a  {
padding: 5px 10px;
text-decoration: none;
color: #333;
font-family: 'Outfit-Light', sans-serif;
font-size: 13px;
margin-right: 20px;
}
.admin-container .dashboard-body .stat-tab-box .d-flex ul li a.active {
color: #f9a11b;
border-top: 4px solid #f9a11b;
}
.admin-container .dashboard-body .stat-tab-box  .innerContent .stat-story-box{
    background: #fff;
    margin: 20px 0;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(0,0, 0, 0.1);
    border: 1px solid rgba(0,0, 0, 0.1);
    }
.admin-container .dashboard-body .stat-tab-box  .innerContent .stat-story-box i{
color: #f9a11b;
font-size: 1.5em;
}
.admin-container .dashboard-body .stat-tab-box  .innerContent .stat-story-box h3{
    color: #333;
    font-family: 'Gilroy', sans-serif;
    font-size: 2em;
    margin-bottom: 0;
    }
.admin-container .dashboard-body .stat-tab-box  .innerContent .stat-story-box p{
color: #999;
font-family: 'Outfit-Light', sans-serif;
font-size: 13px;
margin-bottom: 0;
}
.dashboard-body .story-box .update-button,.add-admin,.btn-bgs{
    background: #f9a11b;
color: #000;
font-family: 'Outfit-Light', sans-serif;
font-size: 15px;
box-shadow: 0px 5px 5px rgba(0,0,0,.1);
padding: 7px 20px;
border: none;
}
.admin-container .dashboard-body .stat-tab-box  .innerContent .stat-analytics h2{
    color: #333;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.3em;
    margin-bottom: 0;
    }
.admin-container .dashboard-body #stat-select {
    border: none;
    border-bottom: 1px solid rgba(0,0, 0, 0.1);
    border-radius: 0;
    color: #333;
    font-size: 13px;
font-family: 'Outfit-Light', sans-serif;
outline: none !important;
}
.admin-container .dashboard-body #stat-select option {
    padding: 10px 5px !important;
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
}
.admin-container .dashboard-body .stat-data-box .stat-main-analytics {
    border: 1px solid rgba(0,0, 0, 0.1);
    padding: 15px 5px;
    border-radius: 5px;
}
.admin-container .dashboard-body .stat-data-box .stat-main-analytics p {
    font-size: 13px;
    font-family: 'Outfit-Light', sans-serif;
    color: #999;
}
.admin-container .dashboard-body .stat-story {
    border: 1px solid rgba(0,0, 0, 0.1);
    padding: 15px 15px;
    border-radius: 5px;
    margin: 10px 0;
}
.admin-container .dashboard-body .stat-story .stat-info-box a  {
   text-decoration: none;
}
.admin-container .dashboard-body .stat-story .stat-info-box a h2 {
    font-size: 15px;
    font-family: 'Cormorant Garamond', serif;
    color: #333;
    margin-bottom: 0;
 }
 .admin-container .dashboard-body .stat-story .stat-info-box p {
    font-size: 12px;
    font-family: 'Outfit-Light', sans-serif;
    color: #999;
    margin-bottom: 0;
 }
 .admin-container .dashboard-body .stat-story .stat-info-box p a {
    font-size: 12px;
    font-family: 'Outfit-Light', sans-serif;
    color: #444;
 }
 .admin-container .dashboard-body .stat-story .stat-info-box .view-box a {
    font-size: 12px;
    font-family: 'Outfit-Light', sans-serif;
    color: #888;
 }
 .admin-container .dashboard-body .stat-story .stat-info-box .stat-story-img {
    width: 100%;
    height: 55px;
 }
 .admin-container .dashboard-body .stat-story .stat-info-box .stat-story-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
 }
 .admin-container .dashboard-body .stat-story .stat-info-box {
    border-bottom: 1px solid rgba(0, 0, 0,.1);
    padding: 7px 0;
 }
 /********Pages***********/
 .admin-container .dashboard-body .stat-tab-box  .innerContent .stat-story-box{
    background: #fff;
    margin: 20px 0;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(0,0, 0, 0.1);
    border: 1px solid rgba(0,0, 0, 0.1);
    }
/* .admin-container .dashboard-body .page-box  .innerContent i{
transform: rotate(-90deg);
} */
.admin-container .dashboard-body .page-box  .innerContent  h3{
    color: #333;
    font-family: 'Gilroy', sans-serif;
    font-size: 2em;
    margin-bottom: 0;
    }
.admin-container .dashboard-body .page-box  .innerContent  p{
color: #999;
font-family: 'Outfit-Light', sans-serif;
font-size: 13px;
margin-bottom: 0;
}
.admin-container .dashboard-body .page-box .innerContent .story-text a  {
    text-decoration: none;
    color: #333;
 }
.admin-container .dashboard-body .page-box  .innerContent a h2{
    color: #333;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.3em;
    }
    .admin-container .dashboard-body .page-box   .innerContent .story-img {
        width: 100%;
    }
    .admin-container .dashboard-body .page-box  .innerContent .story-img img {
        width: 100%;
        height: 1005;
        border-radius: 5px;
    }
    .admin-container .dashboard-body .page-box .innerContent {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 10px 5px;
     }
     .admin-container .dashboard-body .page-box .innerContent:hover {
        background: #f2f6f6;
     }
     .admin-container .dashboard-body .page-box .innerContent:hover .story-action .edit-btn {
       display: inline-block;
     }
     .admin-container .dashboard-body .page-box .innerContent input[type="checkbox"]{
         margin-top: 30px;
     }
     .admin-container .dashboard-body .page-box .innerContent .story-action .edit-btn  {
        background: #f9a11b;
        color: #000;
        padding: 5px 20px;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        display: none;
        border-radius: 20px;
    }
    .admin-container .dashboard-body .page-box .innerContent .story-action .drop-btn {
        font-size: 14px;
        color: #000;
        padding: 5px 12px;
    }
    .admin-container .dashboard-body .page-box .innerContent .story-action .drop-btn:hover {
        background: #f9a11b;
        border-radius: 50%;
    }
    .admin-container .dashboard-body .page-box .innerContent .story-action .drop-btn i {
        transform: rotate(-90deg);
    }
    .admin-container .dashboard-body .new-page-btn {
        padding: 15px 0;
    }
    .admin-container .dashboard-body .new-page-btn a{
        background: #f9a11b;
        color: #000;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    .admin-container .dashboard-body .new-page-btn a i{
        font-size: 15px;
    }
    #newpageModal .modal-title {
        color: #222;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.5em;
        font-weight: 900;
    }
    #newpageModal .modal-body label {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    
    }
    #newpageModal .modal-body input {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #newpageModal .modal-body textarea {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #newpageModal .modal-body input[type="submit"] {
        color: #000;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        background: #f9a11b;
        box-shadow: 0px 5px 5px rgba(0,0,0,.1);
    }

    #editpageModal .modal-title {
        color: #222;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.5em;
        font-weight: 900;
    }
    #editpageModal .modal-body label {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
      
    }
    #editpageModal .modal-body input {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #editpageModal .modal-body textarea {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #editpageModal .modal-body input[type="submit"] {
        color: #000;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        background: #f9a11b;
        box-shadow: 0px 5px 5px rgba(0,0,0,.1);
    }

    #editstoryModal{
        z-index:9999;
    }
    
    #editstoryModal .modal-title {
        color: #222;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.5em;
        font-weight: 900;
    }
    #editstoryModal .modal-body label {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
      
    }
    #editstoryModal .modal-body input {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #editstoryModal .modal-body select {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #editstoryModal .modal-body textarea {
        color: #333;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
    }
    #editstoryModal .modal-body input[type="submit"],.submit-stories {
        color: #000;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        background: #f9a11b;
        box-shadow: 0px 5px 5px rgba(0,0,0,.1);
    }


    #shareStory .modal-title{
        font-family: 'Gilroy', sans-serif;
        font-weight: 900;
        font-size: 1.5em;
        color: #222;
    }
    #shareStory .modal-body input::placeholder{
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #555;
    }
    #shareStory .modal-body a{
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #333;
        text-decoration: none;
    }
    #shareStory .modal-body a i{
        background: #f9a11b;
        color: #000;
        padding: 6px 9px;
        border-radius: 50%;
        font-size: 20px;
    }
    #revertDraft .modal-title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 900;
        font-size: 1.5em;
        color: #222;
    }
    #revertDraft .modal-body p {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #333;
    }
    #revertDraft .modal-footer .revert-btn {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #000;
        background: #f9a11b;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    }
    #revertDraft .modal-footer .cancel-btn {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #fff;
        background: #000;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    }

    #trashModal .modal-title {
        font-family: 'Gilroy', sans-serif;
        font-weight: 900;
        font-size: 1.5em;
        color: #222;
    }
    #trashModal .modal-body p {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #333;
    }
    #trashModal .modal-footer .revert-btn {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #000;
        background: #f9a11b;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    }
    #trashModal .modal-footer .cancel-btn {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        color: #fff;
        background: #000;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    }

    .admin-container .dashboard-body   .filter-box {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 10px;
        padding: 10px 10px;
        /* box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1); */
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:3px;
    }
    .admin-container .dashboard-body   .filter-box .form-group {
        margin-bottom: 0;
    }
    .admin-container .dashboard-body   .filter-box label {
        margin-top: 10px;
        color: #888 !important;
    }
    .admin-container .dashboard-body   .filter-box input[type="checkbox"] {
        margin-top: 12px;     
    }
    .admin-container .dashboard-body   .filter-box select {
        font-size: 13px;
        font-family: 'Outfit-Light', sans-serif;
          border-radius:10px;
          font-family: 'Outfit-Light', sans-serif;
    }
    .admin-container .dashboard-body  .filter-box input[type="date"]{
        font-size: 13px !important;
        font-family: 'Outfit-Light', sans-serif;   
    }
    .admin-container .dashboard-body  .story-box .d-flex {
        width: 100%;
        /* padding: 20px 0; */
        background: #f2f6f6;
        margin: 15px 0px;
        position: sticky;
        top: 0px;
        z-index: 100;
    }
    .admin-container .dashboard-body  .story-box .d-flex ul li a {
        text-decoration: none;
        color: #222;
        padding: 0;
        /* margin: 0 10px; */
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        padding: 10px 30px;
    }
    .admin-container .dashboard-body   .story-box .d-flex ul li a.active {
        color: #f9a11b;
        border-top: 3px solid #f9a11b;
        background: #fff;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent {
       border-bottom: 1px solid rgba(0,0,0,.1);
       padding: 10px 5px;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent:hover {
       background: #f2f6f6;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent:hover .story-action .edit-btn {
      display: inline-block;
    }
    .admin-container .dashboard-body    .story-box .tab-content .innerContent input[type="checkbox"]{
        margin-top: 30px;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-img {
        margin-top: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 5px;
    }
    .admin-container .dashboard-body    .story-box .tab-content .innerContent .story-img img {
        width: 100%;
        height: 1005;
        border-radius: 5px;
    }
    .box.page-box {
        margin-bottom: 15px;
    }
    .admin-container .dashboard-body #settings-tab input {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 14px;
    }
    .admin-container .dashboard-body #settings-tab label sup {
        color: #f00;
    }
    .admin-container .dashboard-body #settings-tab .head .h3 {
        color: #333;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.5em;
    }
    .admin-container .dashboard-body #settings-tab .blogger_image {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      padding: 4px;
      border: 2px solid #fefefe;
    }
    .admin-container .dashboard-body #settings-tab  .replace-btn {
        font-family: 'Poppins', sans-serif;
        font-size: .8em;
        font-weight: 400;
        color: rgb(59, 57, 199);
        text-decoration: none;
        cursor: pointer;
    }
  .inputWrapper {
        overflow: hidden;
        position: relative;
        cursor: pointer;
        background-color: transparent;
    }
    .fileInput {
        cursor: pointer;
        height: 100%;
        position:absolute;
        top: 0;
        left: 0;
        /*This makes the button huge so that it can be clicked on*/
        font-size:50px;
    }
     .fileInput.hidden1 {
        opacity: 0;
        -moz-opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
  
    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-text a  {
       text-decoration: none;
       color: #333;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-text a h2 {
       font-size: 17px;
       font-family: 'Cormorant Garamond', serif;
       margin-bottom: 0;
    }
    .admin-container .dashboard-body    .story-box .tab-content .innerContent .story-text p span {
       font-size: 12px;
      font-family: 'Outfit-Light', sans-serif;
      color: #999;
    }
    .admin-container .dashboard-body    .story-box .tab-content .innerContent .story-text p {
     margin-bottom: 0;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-action .edit-btn  {
        background: #f9a11b;
        color: #000;
        padding: 5px 20px;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        display: none;
        border-radius: 20px;
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-action .drop-btn {
        font-size: 14px;
        color: #000;
        padding: 5px 12px;
    }
    .admin-container .dashboard-body  .story-box .tab-content .innerContent .story-action .drop-btn:hover {
        background: #f9a11b;
        border-radius: 50%;
    }

    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-action .drop-btn i{
        transform: rotate(-90deg);
    }
    .admin-container .dashboard-body   .story-box .tab-content .innerContent .story-action .dropdown-menu {
        box-shadow: 0px 10px 10px 0px rgba(0,0,0,.2);
    }
    .admin-container .dashboard-body  .story-box .tab-content .innerContent .story-action .trash-btn {
        text-decoration: none;
        color: #333;
    }
    .dropdown-divActive {
        display: block;
        width: 300px;
        height: 300px;
        background: #fff;
    }
    .dropdown-div {
        width: 300px;
        position: absolute !important;
        right: 0px;
        top: 0px;
        height: 300px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0px 10px 30px 0px rgba(0,0,0,.1);
        border-radius: 5px;
        display: none;    
        z-index: 999999 !important;          
    }
    .dropdown-container {
        position: relative;
    }
    /***********RIMS SHOP**********/
    .rims-item-template.hidden {
        display: none;
    }
    .rims-color_preview {
        margin-bottom: 0 !important;
    }
    .desk-hide {
        display: none;
    }
    /**********Media screen ************/

    @media screen and (max-width:950px){
        .news-body .inner-box .text-box h1 {
            font-size: 1.5em;
        }
        .trending .heading h1 {
            font-size: 2em;
            letter-spacing: 1px;
        }
        .news-body .img-boxx {
            width: 100%;
            height: auto;
            border: 5px solid #ebebeb !important;
            padding: 5px !important;
            /* box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2); */
        }
        .news-body .image-box-news {
            width: 100%;
            height: 120px !important;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }
      
        .news-body .news-card {
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .news-body .text-box-news {
            padding-top: 10px;
        }
        .news-body .text-box-news .title h2 {
            font-size: 11px;
           margin-bottom: 0;
        }
        .news-body .text-box-news .title {
           margin-top: 5px;
        }
        .news-body .text-box-news .display-img {
            margin-right: 10px;
            width: 40px;
            height: 40px;
        }
        .news-body .main-news-body h2 {
            font-size: 14px;
            font-family: 'DomaineDisplay',Georgia,serif;
            color: #222;
            margin-bottom: 0;
            font-weight: 400;
            letter-spacing: normal;
            font-style: normal;
            text-transform: uppercase;
            line-height: 22px;
            /* word-wrap: break-word !important;
            word-break: break-all !important;
            padding: 0 5px; */
        }
        .news-body .main-news-body .heading h2 {
             font-size: 12px;
            font-family: 'DomaineDisplay',Georgia,serif;
            color: #222;
            margin-bottom: 0;
            font-weight: 500;
            letter-spacing: normal;
            font-style: normal;
            text-transform: uppercase;
            line-height: 20px;
            margin-top: 5px;
            /* word-wrap: break-word !important;
            word-break: break-all !important; */
            /* padding: 0 5px; */
}
        .news-body .main-news-body p {
            font-size: 12px;
        }
        .news-body .main-news-body h5 {
            font-size: 11px;
        }
        .news-body .main-news-body .more-btn {
            font-size: 10px;
            padding: 7px 20px;
        }
        .header-nav {
            display: none;
        }
        .desk-hide {
            display: block;
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            position: fixed;
            z-index: 500;
            background: #fff;
            top: 0;
            left: 0;
            padding: 10px 10px 0 10px;
        }
        .la-shopping-bag {
            top: 0px;
        }
        .news-body {
            margin: 70px 0 0 0;
        }
        .desk-hide .logo-box {
            /* margin-top: 5px; */
        }
        .desk-hide .logoname {
            text-decoration: none;
        }
        .desk-hide .logoname h1{
            font-family: 'Vogue', serif;
            font-size: 1.5em;
            color: #000;
            margin-top: 10px;
            font-weight: 900;
        }
        .toggle-btn {
            margin-top: 10px;
        }
        .trending {
           padding: 0 !important;
           box-shadow: none;
        }
        .trending .box {
            padding: 10px !important;
        }
        .trending .box .img-box {
            box-shadow: 0px 10px 5px 0px rgba(0,0,0,.1);
            border: 7px solid #f2f2f2;
        }
        .trending .box .heading-t {
            font-size: 15px;
           margin-bottom: 0;
        }
        .trending .box .video {
            width: 90%;
            height: 100%;
            margin: 0 auto;
            box-shadow: 0px 10px 10px 0px rgba(0,0,0,.1);
        }
        .trending .box .category {
            font-size: 12px;
            margin-bottom: 0;
        }
        .trending .box .video video {
            
        }
        .blog-store .heading h1 {
            font-size: 1.3em;
            letter-spacing: normal;
        }
        .blog-store {
            box-shadow: none;
            padding: 0 !important;
            border: 1px solid rgba(0, 0, 0, .1);
            overflow-x: hidden;
            margin-top: 10px;
            padding-top: 15px !important;
            height: auto;
        }
        .line-detail.line {
            display: none;
        }
        .blog-store .item-box .box-holder {
            border: 5px solid #ebebeb;
            box-shadow: none;
            padding: 5px;
        }
        .blog-store .item-box .img-box {
            width: 100%;
            height: 110px;
        }
        .blog-store .item-cat .cat-heading h2 {
            font-size: 11px;
        }
        .blog-store .item-cat .item-box .text-box h3 {
            font-size: 12px;
        }
        .blog-store .item-cat .item-box .add-to-cart {
            font-size: 11px;
            padding: 2px 6px !important;
        }
        .related-content {
            margin-top: 30px;
            padding-bottom: 0px;
        }
        .rel-content {
            border-right:none;
            padding: 15px;
            margin-top: 0px;
            padding-bottom:60px;
        }
        .rel-content .img-box {
            width: 100%;
            height: 180px;
            margin-bottom: 10px;
        }
        .rel-content .text-box .category {
            font-size: 11px;
            margin-bottom: 0;
        }
        .rel-content .text-box .heading {
            font-size: 13px !important;
            letter-spacing: .1px;
            margin-bottom: 0;
        }
        .footer .first-row {
            display: none;
        }
        .footer .second-row {
            padding-top: 0px;
            border-top: none;
        }
        .footer .social-icons {
            float: none;
            text-align: center;
            width: 100%;
        }
        .footer {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .footer .second-row .social-icons a {
            color: #fff;
        }
        .footer .second-row p {
            color: rgb(172, 170, 170);
        }
        .more_content {
            padding-top: 0px;
            padding-bottom: 10px;
            padding-right: 15px;
            padding-left: 15px;
        }
        .more_content .heading h2 {
            font-size: 1.3em !important;
        }
        .more_content .heading h4 {
            font-size: 11px;
            margin-bottom: 0;
        }
        .more_content .heading {
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .more_content-body .img-box-inner {
            padding: 0px;
            background: #fff;
            border: 10px solid #fff;
            box-shadow: 0px 10px 10px 0px rgba(0,0,0,.3);
            margin: 0 auto;
        }
        .more_content-body .box .text-wrap {
            padding-top: 0px;
            position: relative;
        }
        .more_content-body .box .text-wrap p {
            font-size: 15px;
            line-height: 25px;
        }
        .more_content-body .box .text-wrap ul li {
    font-size: 15px;
    line-height: 25px;
}
        .more_content-body .box .text-wrap ol li {
    font-size: 15px;
    line-height: 25px;
}
        .more_content-body .box .text-wrap h1, .more_content-body .box .text-wrap h2, .more_content-body .box .text-wrap h3, .more_content-body .box .text-wrap h4 {
    font-size: 17px;
    
    color: #000;
    line-height: 25px;
    font-weight: 600;
}
        .more_content-body .social-icons {
            padding-bottom: 10px;
            padding-top: 10px;
        }
        .more_content-body .author-bio {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .more_content-body {
            padding-top: 10px;
        }
        .more_content-body .author-bio .author-img-box {
            width: 40px;
            height: 40px;
        }
        .more_content-body .author-bio .author-bio-data h2 {
            font-size: 11px;
            margin-bottom: 0;
        }
        .more_content-body .author-bio .author-bio-data h3 {
            font-size: 12px;
            margin-bottom: 0;
        }
        .more_content-body .author-bio .author-bio-data p.bio {
            color: #777;
            font-family: 'Outfit-Light', sans-serif;
            font-size: 11px;
            line-height: 15px;
            margin-bottom: 0;
        }
        .more_content .title h2 {
            font-size: 12px;
            margin-bottom: 0px;
            display:inline-block;
            color:#000;
        }
        .more_content .date {
            display:inline-block;
            font-weight:normal !important;
        }
        .cat-dropdown {
            top: 60px;
            position: fixed;
            height: 100vh;
        }
        .cat-dropdown .main-cat .img-box {
            width: 100%;
            height: 100px;
        }
        .more_content .display-img {
            width: 35px;
            margin-right: 10px;
            height: 35px;
        }
        .more_content .title {
            padding-top: 0px;
        }
        .more_content .title h4 {
            font-size: 11px;
            margin-bottom: 2px;
        }
          .more_content .title .date {
            font-size: 9px;
            
        }
        .more_content-body .author-bio .author-bio-data {
            padding-left: 20px;
            margin-top: 5px;
        }
        .related-content p {
            font-size: 1.5em;
            margin-bottom: 0;
        }
        .toggle-btn span.one {
            width: 30px;
        }
        .toggle-btn span.two {
            width: 25px;
            margin-top: 7px;
        }
        .toggle-btn span.three {
            width: 30px;
            margin-top: 15px;
        }
        .icon.closeIcon .one {
            transform: rotate(-45deg);
            top: 8px;
        }
        .icon.closeIcon .two {
            transform: rotate(45deg);
            width: 30px !important;
        }
        .more_content-body .box .social-icons .social-menu a {
            font-size: 10px;
        }
    }
    .mobile-row {
		display: none;
	}

	@media screen and (max-width:950px){
		.mobile-row {
			display: block;
		}
		.mobile-row .item-box {
			border: 1px solid rgba(0,0,0,.1);
			padding: 10px 6px;
			margin-bottom: 10px;
		}
        .related-content .desk-row {
            display: none;
        }
		.news-body .news-card .desk-row {
			display: block;
            padding: 5px 5px !important;
            width: 100%;
            height: 310px;
		}
        .news-body .main-news-body {
            padding-top: 0px;
        }
        .news-body .news-card .desk-row .news-paragraph {
            display: none;
        }
        .news-body .news-card .desk-row .text-box-news {
            display: none;
        }
		.mobile-row .img-box {
			width: 100%;
			height: auto;
			border: 5px solid #ebebeb;
			padding: 5px;
			box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
		}
		.mobile-row .img-box .img-box-holder {
			width: 100%;
			height: 120px;
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
		}
        .news-body .news-card .desk-row .main-news-body .heading h2::after {
            content: "";
            width: 50px;
            height: 2px;
            background: #f9a11b;
            display: block;
            margin-bottom: 10px;
            margin-top: 5px;
    }
    .news-body .news-card .desk-row .main-news-body  .icon_control {
        float: right;
        margin-top: 10px;
        margin-right: 5px;
    }
    .news-body .news-card .desk-row .main-news-body   .carousel-control {
        padding: 0px 10px;
        color: #333;
    }
		.mobile-row a {
			text-decoration: none;
			color: #000;
		}
		.mobile-row a:hover {
			text-decoration: none;
			color: #000;
		}
		 .mobile-row p.category {
			font-size: 11px;
			font-family: 'Outfit-Light', sans-serif;
			color: #666;
			margin-bottom: 0;
			text-transform: uppercase;
			word-wrap: break-word;
}
.mobile-row p.author {
			font-size: 10px;
			font-family: 'Outfit-Light', sans-serif;
			color: #333;
			margin-bottom: 0;
			text-transform: uppercase;
			word-wrap: break-word;
}
.mobile-row p.date {
			font-size: 11px;
			font-family: 'Outfit-Light', sans-serif;
			color: #999;
			margin-bottom: 0;
			text-transform: uppercase;
			word-wrap: break-word;
}
.mobile-row h2 {
			font-size: 13px;
			font-family: 'DomaineDisplay',Georgia,serif;
			color: #222;
			margin-bottom: 0;
			font-weight: 400;
			letter-spacing: normal;
			font-style: normal;
			text-transform: capitalize;
			line-height: 22px;
			word-wrap: break-word;
            /* font-weight: 400; */
}
.mobile-row h2::after {
		content: "";
		width: 50px;
		height: 2px;
		background: #f9a11b;
		display: block;
		margin-bottom: 10px;
		margin-top: 5px;
}
.dropdown-divider {
	display: none;
}
.blog-store .shop-btn {
    font-size: 15px;
    padding: 5px 20px !important;
}
.blog-store .shop-btn-row {
    margin-top: 30px;
}
.item-cat .item-box {
    margin-top: 0px;
}
	}
	@media screen and (max-width:320px){
		.mobile-row .img-box .img-box-holder {
			width: 100%;
			height: 90px;
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;
		}
		.mobile-row h2 {
			font-size: 14px;
			font-family: 'DomaineDisplay',Georgia,serif;
			color: #222;
			margin-bottom: 0;
			font-weight: 400;
			letter-spacing: normal;
			font-style: normal;
			text-transform: capitalize;
			line-height: 20px;
			word-wrap: break-word;
}
.mobile-row p.category {
			font-size: 10px;
			font-family: 'Outfit-Light', sans-serif;
			color: #666;
			margin-bottom: 0;
			text-transform: uppercase;
			word-wrap: break-word;
}
.mobile-row p.author {
			font-size: 10px;
			font-family: 'Outfit-Light', sans-serif;
			color: #333;
			margin-bottom: 0;
			text-transform: uppercase;
			word-wrap: break-word;
}
.mobile-row p.date {
			font-size: 10px;
			font-family: 'Outfit-Light', sans-serif;
			color: #999;
			margin-bottom: 0;
			text-transform: uppercase;
			word-wrap: break-word;
}

	}
.desk-hide {
    display: block;
}
.mobile-hide {
    display: none;
}
.popular_stories_desk {
    display: block;
}
.popular_stories_mobile {
   display: none;
}
.dashboard-body .mobile-header  {
    display: none;
}
.container-fluid.desk-hide {
    display: none;
}
/************Dashboard***********/
@media screen and (max-width:950px){
    .left-pane {
        display: none;
        
    }
    .desk-hide {
        display: none;
    }
    .mobile-hide {
        display: block;
    }
    .admin-container .nav-item.img {
        width: 30px;
        height: 30px;
        margin-top: 0px;
    }
    .admin-container .dashboard-body {
        /**margin-top: 50px;**/
        padding: 5px 15px;
        margin-bottom: 60px;
        background-color: #fff;
        min-height:100vh;
    }
    .admin-container .dashboard-body .box {
        background-color: #fff;
        border-radius: 5px;
        /**border: 1px solid rgba(0,0,0,.1);**/
        padding: 10px 10px;
        /**box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);**/
        margin-bottom: 5px;
    }
    .admin-container .dashboard-body .box .text-box h2 {
        font-family: 'Gilroy', sans-serif;
        font-size: 2em;
        font-weight: 900;
        color: #333;
    }
    .admin-container .dashboard-body .bottom-row .heading h2 {
        font-size: 1.2em;
    }
    .admin-container .dashboard-body .bottom-row .boxi {
        padding: 5px 5px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
        border: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 10px;
    }
    .app_footer_nav {
        background: #fdfdfd;
        width: 100%;
        padding: 10px 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        border-top: 1px solid rgba(0,0,0,.1);
    }
    .app_footer_nav .app-box {
        width: 20%;
        text-align: center;
    }
    .app_footer_nav .app-box a {
        text-decoration: none;
        color: #000;
        font-size: 19px;
    }
    .app_footer_nav .app-box a.active_li {
        color: #f9a11b;
    }
    .app_top_nav {
        background: #fdfdfd;
        width: 100%;
        padding: 5px 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .app_top_nav ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .app_top_nav ul li {
        display: inline-block;
    }
    .app_top_nav ul li a {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 12px;
        color: #555;
    }
    .app_top_nav ul li .dropdown-divider {
        display: block;
    }
    .app_top_nav .dropdown-menu {
        min-width: 7rem;
    }
    .admin-container .dashboard-body #drop-area {
        border-radius: 5px;
        padding: 10px;
    }
    .admin-container .dashboard-body #drop-area label {
   margin-bottom: 0;
    }
    .admin-container .dashboard-body .story-box .d-flex ul.nav-mobile{
        display: flex !important;
        /* background: linear-gradient(to right, #edf3f8, rgba(4, 135, 150, 0.06)); */
        margin: 0px;
        flex-wrap: nowrap !important;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 3px;
    }
    .admin-container .dashboard-body .dropdown .dropdown-menu .dropdown-divider {
        display: block;
        margin: 4px 0;
    }
    .admin-container .dashboard-body .story-box .tab-content .innerContent .story-text a h2 {
        font-size: 14px;
    }
    .admin-container .dashboard-body .story-box .tab-content .innerContent .story-img {
        margin-top: 0px;
    }
    .admin-container .dashboard-body .story-box .tab-content .innerContent .story-action .drop-btn {
        font-size: 14px;
        color: #000;
        padding: 0px 0px;
    }
    .admin-container .dashboard-body .dropdown .dropdown-menu a {
        font-family: 'Outfit-Light', sans-serif;
        font-size: 12px;
        color: #333;
        cursor: pointer;
        padding: .25rem 1rem;
    }
    .admin-container .dashboard-body .dropdown .dropdown-menu .edit-btn{
        display: block;
    }
    #shareStory .modal-title {
      font-size: 1.2em;
    }
    .admin-container .dashboard-body .stat-tab-box .innerContent .stat-story-box {
        background: #fff;
        margin: 10px 0;
        padding: 10px 10px;
        border-radius: 5px;
    }
    .admin-container .dashboard-body .stat-tab-box .innerContent .stat-story-box i {
       display: none;
    }
    .admin-container .dashboard-body .stat-story .stat-info-box a h2 {
        font-size: 13px;
    }
    .admin-container .dashboard-body .stat-story .stat-info-box p {
        font-size: 10px;
    }
    .admin-container .dashboard-body .stat-story .stat-info-box p a {
        font-size: 10px;
        color: #000;
    }
    .admin-container .dashboard-body .page-box .innerContent a h2 {
        color: #333;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.1em;
        margin-bottom: 0;
    }
    .admin-container .dashboard-body .page-box .innerContent p {
        font-size: 11px;
    }
    .admin-container .dashboard-body .page-box .innerContent {
        border-bottom: none;
        padding: 10px 5px;
    }
    .admin-container .dashboard-body .page-box .innerContent .edit-btn.dropdown-item{
        display: block;
        background: transparent;
        color: #333;
        padding: 5px 20px;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 11px;
    }
    .admin-container .dashboard-body .new-page-btn  {
        display: none;
    }
    .admin-container .add_mobile_category {
        position: fixed;
        bottom: 10%;
        right: 5%;
        width: 30px;
        height: 30px;
        background: #f9a11b;
        text-align: center;
        z-index: 9999;
        border-radius: 50%;
        padding-top: 1px;
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .1);
        cursor: pointer;
    }
    .admin-container .add_mobile_category a {
        font-size: 15px;
        color: #000;
        text-decoration: none;
    }
    .admin-container .dashboard-body .page-box .innerContent .story-action .drop-btn {
        font-size: 17px;
    }
    .admin-container .dashboard-body .box {
       /** box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);**/
        margin-bottom: 15px;
    }
    #newpageModal .modal-title {
        color: #222;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.2em;
        font-weight: 900;
    }
    .admin-container .dashboard-body .story-box .d-flex ul.nav-mobile-role{
        display: flex !important;
        /* background: linear-gradient(to right, #edf3f8, rgba(4, 135, 150, 0.06)); */
        margin: 0px;
        flex-wrap: nowrap !important;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        margin-top: 3px;
    }
      .admin-container .dashboard-body #settings-tab .blogger_image img {
        width: 100%;
        height: 100%;
        object-fit:cover;
        border-radius: 50%;
      }
    .admin-container .dashboard-body #settings-tab .blogger_image {
        width: 150px;
        height: 150px;
        border-radius:50%;
    }
    .admin-container .dashboard-body #settings-tab .head .h3 {
        color: #333;
        font-family: 'Gilroy', sans-serif;
        font-size: 1.1em;
    }
    .admin-container .dashboard-body .story-box .d-flex ul li a {
        text-decoration: none;
        font-family: 'Outfit-Light', sans-serif;
        font-size: 13px;
        padding: 10px 15px;
    }
    .container-fluid.desk-hide {
        display: block;
    }
 .popular_stories_desk {
     display: none;
 }
 .popular_stories_mobile {
    display: block;
   
}
.dashboard-body .mobile-header  {
    display: block;
    margin-bottom: 20px;
}
.dashboard-body .mobile-header h2 {
    color: #222;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.5em;
}
.dashboard-body .mobile-header h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #f9a11b;
    display: block;
  
}
.admin-container .dashboard-body .stat-heading h2 {
    color: #444;
    font-family: 'Gilroy', sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
}
.admin-container .dashboard-body .page-box .innerContent:hover .story-action .edit-btn {
    display: none;
  }
  .admin-container .dashboard-body .dropdown-menu .dropdown-item.mobile-hide {
    display: block !important;
  }
  .admin-container {
      overflow: auto;
  }
  .admin-container .dashboard-body .story-box .tab-content .innerContent:hover .story-action .edit-btn {
    display: none;
}
}

	.cat_div_first .swiper-container {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.cat_div_first .swiper-container .swiper-button-next {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMS44ODMgMTJsLTcuNTI3IDYuMjM1LjY0NC43NjUgOS03LjUyMS05LTcuNDc5LS42NDUuNzY0IDcuNTI5IDYuMjM2aC0yMS44ODR2MWgyMS44ODN6Ii8+PC9zdmc+') !important;
    background-size: 20px 35px;
    background-position: center;
    background-repeat: no-repeat !important;
    background: #000;
    position: absolute;
    top: 7%;
    width: 40px;
    height: 40px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
}
.cat_div_first .swiper-container .swiper-button-prev {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjExNyAxMmw3LjUyNyA2LjIzNS0uNjQ0Ljc2NS05LTcuNTIxIDktNy40NzkuNjQ1Ljc2NC03LjUyOSA2LjIzNmgyMS44ODR2MWgtMjEuODgzeiIvPjwvc3ZnPg==') !important;
    background-size: 20px 35px;
    background-position: center;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 7%;
    width: 40px;
    height: 40px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    left: auto;
    right: 80px;
}

.cat_div_first .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fb3500 !important;
}
.cat_div_first .swiper-pagination-bullet {
  background: rgba(0,0,0,0.7) !important;
  opacity: 1 !important;
}
.cat_div_first .swiper-container .swiper-slide {
    width: 300px;
    height: auto;
    margin-right: 50px;
}

 .cat_div_first .news-box {
    background: #fff;
    padding: 10px 0;
	margin-top: 15px;
}
 .cat_div_first .news-box .text-box {
    padding: 0px 0px;
}
.cat_div_first  .swiper-slide a {
    text-decoration: none;
	color: #000;
}
				.cat_div_first  .imgg_boxx {
				padding: 5px;
				border: 5px solid #ebebeb;
				}
				.cat_div_first .swiper-slide .text-box h2.title {
				font-size: 18px;
				font-family: 'Cormorant Garamond', serif;
				color: #000;
				line-height: 23px;
				transition: all .5s ease-in-out;
				font-weight: 400;
				margin-bottom: 0;
				text-transform: uppercase;
				}
				.cat_div_first .swiper-slide .text-box h2.title::after {
				content: "";
				width: 70px;
				height: 2px;
				background: #f9a11b;
				display: block;
				margin-top: 5px;
				}
				.cat_div_first .swiper-slide .text-box p {
				font-size: 12px;
				font-family: 'Poppins', sans-serif;
				color: #444;
				line-height: 20px;
				margin-bottom: 10px;
				word-wrap: break-word !important;
				word-break: break-all !important;
				display: none;
				}
				.cat_div_first  .swiper-slide .text-box  .display-img {
				float: left;
				width: 30px;
				height: 30px;
				margin-right: 10px;
				box-shadow: 0px 10px 20px 0px rgba(0,0,0,.1);
				border-radius: 50%;
				}
				.cat_div_first	.swiper-slide .text-box  .display-img img {
				width: 100%;
				height: 100%;
				overflow: hidden;
				border-radius: 50%;
				}
				.cat_div_first .swiper-slide .text-box .author-profile .title h2 {
				font-size: 10px;
				font-family: 'Outfit-Light', sans-serif;
				color: #333;
				text-transform: uppercase;
				margin-bottom: 5px;
				}
				.cat_div_first	.swiper-slide .text-box .author-profile .title h4 {
				font-size: 10px;
				font-family: 'Outfit-Light', sans-serif;
				color: #666;
				}
				.cat_div_first .swiper-slide .text-box .author-profile  {
				/* border-top: 1px solid rgba(0,0,0,.1); */
				padding-top: 5px;
				}
				.cat_div_first .swiper-slide .image-box-news {
				width: 100%;
				height: 35vh !important;
				background-position: center center;
				background-size: cover;
				background-repeat: no-repeat;
				transition: all .3s ease-in-out;
				}
				.cat_div_first.desk-row {
				display: block;
				padding: 15px 15px !important;
				width: 100%;
				height: auto !important;
				}
				@media screen and (max-width:950px){
				.cat_div_first	.swiper-container .swiper-slide .image-box-news {
				width: 100%;
				height: 180px !important;
				background-position: center center;
				background-size: cover;
				background-repeat: no-repeat;
				}
				.cat_div_first	.swiper-slide .text-box  .display-img {
				display: none;
				}
				.cat_div_first.desk-row {
				display: block;
				padding: 5px 5px !important;
				width: 100%;
				height: auto !important;
				}
				.cat_div_first .swiper-container {
				padding-top: 0px;
				padding-bottom: 20px;
				width: 100%;
				}
				.cat_div_first .swiper-container .swiper-button-next {
				top: auto;
				bottom: -3%;
				width: 30px;
				height: 30px;
				font-size: 10px;
				}
				.cat_div_first	.swiper-container .swiper-button-prev {
				top: auto;
				bottom: -3%;
				width: 30px;
				height: 30px;
				font-size: 10px;
				}
				.cat_div_first	.swiper-pagination-white .swiper-pagination-bullet-active {
				background: #fb3500 !important;
				}
				.cat_div_first	.swiper-pagination-bullet {
				background: rgba(0,0,0,0.7) !important;
				opacity: 1 !important;
				}
				.cat_div_first .swiper-container .swiper-slide {
				width: 200px;
				margin-right: 20px;
				}
				.cat_div_first .news-box {
				padding: 0px 0;
				}
				.cat_div_first .news-box .text-box {
				padding: 5px 0px;
				}
				.cat_div_first .swiper-slide a {
				text-decoration: none;
				}
				.cat_div_first .swiper-slide .text-box p {
				display: none;
				}
				.cat_div_first .swiper-slide .text-box h2.title::after {
				margin-bottom: 10px;
				width: 30px;
				}
				.cat_div_first .swiper-slide .text-box h2.title {
				font-size: 13px;
				font-family: 'DomaineDisplay',Georgia,serif;
				color: #222;
				margin-bottom: 0;
				font-weight: 400;
				letter-spacing: normal;
				font-style: normal;
				text-transform: uppercase;
				line-height: 18px;
				word-wrap: break-word;
				}
				.cat_div_first	.swiper-slide .text-box .author-profile .title h2 {
				margin-bottom: 0px;
				}
				}
				.cat_div_second.news-card .desk-row {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 5px 10px;
}
.cat_div_second.news-card .img-boxx {
	border: 5px solid #ebebeb !important;
	padding: 5px !important;
	background: #fff;
}
.cat_div_second.news-card .image-box-news {
    width: 100%;
    height: 120px !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.cat_div_second.news-card .main-news-body .heading h2 {
	font-size: 13px;
	font-family: 'Cormorant Garamond', serif;
	color: #000;
	/* letter-spacing: .5px; */
	text-transform: uppercase;
	font-weight: 400;
	line-height: 20px;
}
.cat_div_second.news-card .main-news-body .heading h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #f9a11b;
    display: block;
    margin-top: 3px;
	margin-bottom: 5px;
}
.cat_div_second.news-card .main-news-body {
    padding-top: 10px;
}
.cat_div_second.news-card .text-box-news .display-img {
    /* display: none; */
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cat_div_second.news-card .text-box-news .author-profile {
    padding: 0px 0px;	
}
.cat_div_second.news-card .text-box-news .title h2 {
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.cat_div_third.news-card .desk-row {
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    margin-bottom: 20px;
    padding: 5px 10px;
}
.cat_div_third.news-card .img-boxx {
	border: 5px solid #ebebeb !important;
	padding: 5px !important;
	background: #fff;
}
.cat_div_third.news-card .image-box-news {
    width: 100%;
    height: 250px !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.cat_div_third.news-card .main-news-body .heading h2 {
	font-size: 13px;
	font-family: 'Cormorant Garamond', serif;
	color: #000;
	/* letter-spacing: .5px; */
	text-transform: uppercase;
	font-weight: 400;
	line-height: 20px;
}
.cat_div_third.news-card .main-news-body .heading h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #f9a11b;
    display: block;
    margin-top: 3px;
	margin-bottom:10px;
}
.cat_div_third.news-card .main-news-body {
    padding-top: 10px;
}
.cat_div_third.news-card .text-box-news .display-img {
    /* display: none; */
	width: 26px;
	height: 26px;
	margin-right: 5px;
}
.cat_div_third.news-card .text-box-news .author-profile {
    padding: 0px 0px;	
}
.cat_div_third.news-card .text-box-news .title h2 {
    font-size: 10px;
    font-family: 'Outfit-Light', sans-serif;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0px;
}
	@media screen and (max-width:360px){
	        .news-body .main-news-body .heading h2 {
             font-size: 11px;
}
.cat_div_second.news-card .main-news-body .heading h2 {
    font-size: 11px;
}
	}
@media screen and (max-width:950px) {
	.cat_div_third.news-card .image-box-news {
    width: 100%;
    height: 120px !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.cat_div_third.news-card .main-news-body {
    padding-top: 0px;
}
.cat_div_third.news-card .desk-row {
    border: none;
    margin-bottom: 20px;
    padding: 10px 0px !important;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.cat_div_third.news-card .main-news-body .heading h2::after {
    margin-left: 2px;
}
}
.interlude {
	width: 100%;
	height: auto;
}
.interlude .carousel_box {
	width: 100%;
	height: 100vh;
}
.interlude .carousel_box .carousel-item{
	width: 100%;
	height: 100vh;
}
.add_col {
	padding: 0 100px;
}
@media screen and (max-width:950px){
	.add_col {
	padding: 0 0px;
}
	.interlude {
	width: 100%;
	height: 100vh;
}
.interlude .carousel_box .carousel-item{
	width: 100%;
	height: 90vh;
}
.interlude .carousel_box .carousel-item.pic-1{
	background: url('../img/spiral_mobile.jpg') !important;
	background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
.interlude .carousel_box .carousel-item.pic-2{
	background: url('../img/mobile-12.jpg') !important;
	background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
}
  
  /*********Comment UI **********/
	  .comment_ui {
		/**padding: 30px;**/
	  }

	  .comment_ui .box .input_box .heading h2{
		font-family: 'Outfit-Medium', sans-serif;
		color: var(--black_bg);
		font-size: 20px;
		font-weight: 900;
	  }


	  .comment_ui .box .input_box {
		margin-bottom: 30px;
		border-bottom: var(--border-bottom);
		padding: 20px 0;
	  }

	  .comment_ui .form-group textarea,.comment_box-container .form-group textarea{
		font-family: 'Outfit-Light', sans-serif;
		color: var(--black_bg);
		font-size: 13px;
		margin: 20px 0;
		box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .09);
		border: none;
		border-radius: 30px;
		/*padding-left: 30px;*/
		/*padding-top: 15px;*/
		/*padding-bottom: 15px;*/
	  }

	  .comment_ui .box .input_box .form-group input,.comment_box-container .form-group input{
		font-family: 'Outfit-Light', sans-serif;
		color: var(--black_bg);
		font-size: 15px;
		margin:0;
		box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .09);
		border: none;
		border-radius: 30px;
		background:#fff;
	  }

	  .comment_ui .box .input_box .form-group button,.comment_box-container .form-group button{
		font-family: 'Outfit-Medium', sans-serif;
		color: var(--black_bg);
		font-size: 14px;
		background: var(--brand_color);
		padding: 7px 35px;
	  }

	  .comment_ui .box  .responses .profile .img_box {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		overflow: hidden;
	  }
  
	  .comment_ui .box  .responses .profile .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	  }

	  .comment_ui .box  .responses .profile  {
		margin-bottom: 20px;
	  }
	  
	  .comment_ui .box  .responses .text_box h3 {
		font-family: 'Outfit-Medium', sans-serif;
		font-size: .9em;
		margin-bottom: 0px;
		color: var(--black_bg);
		font-weight: 900;
	  }

	  .comment_ui .box  .responses .profile .text_box p {
		color: var(--inactive_link);
		font-size: .8em;
	  }

	  .comment_ui .box  .responses .text_box p {
		font-family: 'Outfit-Light', sans-serif;
		font-size: .9em;
		margin-bottom: 0px;
		color: var(--black_bg);
	  }

	  .comment_ui .box  .responses .action_btn  {
		margin-bottom: 10px;
		margin-top: 20px;
	  }

	  .comment_ui .box  .responses .action_btn .bottom_icons{
		display: flex;
		flex-direction: row;
		gap: 30px;
	  }

	  .comment_ui .box  .responses .action_btn .bottom_icons .icon{
		font-family: 'Outfit-Light', sans-serif;
		font-size: .8em;
		color: var(--black_bg);
	  }

	  .comment_ui .box  .responses .action_btn .bottom_icons .icon svg{
		width: 18px;
		height: 18px;
		margin-right: 2px;
	  }

	  .comment_ui .box  .responses .reply_btn .reply_toggle {
		font-family: 'Outfit-Light', sans-serif;
		font-size: 12px;
		color: var(--black_bg);
		background-color: var(--white_bg);
		padding: 0.25rem 0rem;
		border-bottom: 1px solid var(--inactive_link);
		border-radius: 0;
	  }

	  .comment_ui .box  .responses .reply_btn .reply_toggle svg {
		width: 10px;
		height: 10px;
		color: var(--black_bg);
	  }

	  .comment_ui .box  .responses {
		margin-bottom: 30px;
		border-bottom: var(--border-bottom);
		padding: 10px 0;
	  }

	  .comment_ui .box .user_response .form-group textarea{
		font-family: 'Outfit-Light', sans-serif;
		color: var(--black_bg);
		font-size: 15px;
		margin: 5px 0;
		box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .09);
		border: none;
		border-radius: 30px;
		padding-left: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	  }
        .comment-at{
            display:block;
            padding:3px;
            background:#fafafa;
            color:#666;
            font-size:12px;
            height:20px;
            border-radius:5px;
            justify-content:center;
            align-items:center;
        }

	  .comment_ui .box .user_response .form-group button{
		font-family: 'Outfit-Medium', sans-serif;
		color: var(--black_bg);
		font-size: 14px;
		background: var(--brand_color);
		padding: 7px 25px;
	  }

	  .comment_ui .box .user_response{
		padding: 0px 20px;
		padding-right: 0;
		border-left: 3px solid #f2f2f2;
		margin-top: 30px;
		display: none;
		transition: all .9s ease-in-out;
	  }

	  .comment_ui .box .user_response.active{
		display: block !important;
		transition: all .9s ease-in-out;
	  }

	  .comment_ui .box .response_toggle {
		cursor: pointer;
	  }

	  .comment_ui .box .user_reply{
		padding: 0px 20px;
		padding-right: 0;
		border-left: 3px solid #f2f2f2;
		margin-top: 30px;
		display: none;
		transition: all .9s ease-in-out;
	  }

	  .comment_ui .box .user_reply.active{
		display: block !important;
		transition: all .9s ease-in-out;
	  }
	 
	  .filter-icon{
	      font-family: 'Outfit-Light', sans-serif;
            font-size: 12px;
            color: #000;
	  }
	  
	  .filter-icon span{
	      font-size:20px;
	  }
	  .filter-icon span:nth-child(2){
	      margin-left:-5px;
	  }
.dashboard-body .itemBody {
  background-color: var(--white_bg);
  border-radius: 10px;
  padding: 15px 15px;
  border: var(--border);
  margin-bottom: 15px;
  box-shadow: none;
}
.dashboard-body .itemBody.team_list .img_box {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.dashboard-body .itemBody.team_list .img_box .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dashboard-body .itemBody.team_list .itemBoxHeading {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dashboard-body .itemBody .itemBoxHeading h1, .dashboard-body .itemBody .itemBoxHeading h1 span {
  font-size: .8em;
}
.dashboard-body .itemBody .itemBoxHeading h1 {
  font-family: 'Outfit-Medium', sans-serif;
  font-size: .9em;
  margin-bottom: 0px;
  color:black;
}
.dashboard-body .itemBody.team_list .itemBoxHeading p {
  font-size: .7em;
  line-height: 20px;
}
.dashboard-body .itemBody .itemBoxHeading p {
  font-family: 'Outfit-Light', sans-serif;
  font-size: .9em;
  margin-bottom: 0;
  color: var(--inactive_link);
  line-height: 20px;
}
.dashboard-body .itemBody .dropdown .dropIcon svg {
  color: var(--black_bg);
}
.collect-searched-admins{
    max-height:300px;
    overflow-y:auto;
    margin-bottom:20px;
}
 
	  .dashboard-body input,.dashboard-body select,.dashboard-body text{
	      border-radius:12px;
	      font-family: 'Outfit-Light', sans-serif;
	  }
	  .dashboard-body .top-row .box{
	      border: 1px solid rgba(0,0,0,.1);
	  }
	  .dashboard-body .top-row{
	      margin-top:20px;
	  }
	  .top-row-divider{
	      padding:0 20px;
	      border-bottom:1px solid rgba(0,0,0,.1);
	      margin-bottom:12px;
	  }
	  .profile-links{
	      font-family: 'Outfit-Light', sans-serif;
	  }
	  .profile-links a{
	      font-family: 'Outfit-Light', sans-serif;
	      color:#000;
	      font-size:13px;
	  }
	  
