@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url(blog.css);
@import url(responsive.css);
@import url(inner.css);

body {
    font-family: 'Poppins', sans-serif;

}

.sm_btn {
    display: inline-block;
    background-color: #000000;
    padding: 4px 11px;
    margin: 4px 0px;
    border-radius: 20px;
    color: #fff!important;
    font-size: 11px;
}

.profile_sm {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid lightgrey;
    object-fit: cover;
}
.profile_lg {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 1px solid lightgrey;
    object-fit: cover;
}
p {
    font-size: 16px;
}

a {
    font-size: 14px;
    text-decoration: none !important;
}

i.fas.fa-check-circle {
    color: #EF4935;
    font-size: 17px;
    margin-right: 1%;
}

/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 10px 0;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ef4935;
}

.start-header.scroll-on .navbar-brand img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #fff;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    width: 120px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #fff !important;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #fff !important;
}

.nav-item.active .nav-link {
    color: #fff !important;
}

.nav-link {
    position: relative;
    padding: 5px 0;
    display: inline-block;
    margin: 0 15px;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

li.nav-item:last-child a {
    border: 1px solid #fff;
    padding: 8px 20px !important;
}

.navbar-expand-md .navbar-nav {
    align-items: center;
}

.carousel-caption {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-size: 70px;
}

.carousel-caption {
    width: 50%;
}

.carousel-caption a {
    border: 1px solid #fff;
    padding: 8px 30px;
    margin-right: 30px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

/* Banner End */

/* Trend Sec */
.trendCards h2 {
    color: #DCDCDC;
    font-weight: bold;
}

.trendCards h5 {
    font-weight: 400;
    font-size: 14px;
}

.clearfix {
    display: block;
    float: none;
    content: '';
    clear: both;
}

.trendCards p {
    font-size: 14px;
}

.trendBorder {
    border-bottom: 2px solid #D4D4D4;
}

/* Trend Sec */

/* Tabs Sec */
.tabsCategory ul li a {
    color: #757575 !important;
    border: 1px solid rgba(230, 230, 230, 1) !important;
    padding: 8px 10px;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 13px;
}

.tabsCategory ul li a:hover {
    background-color: #ef4935 !important;
    color: #fff !important;
}

.blogDiv ul li span {
    font-size: 13px;
    margin-right: 5px;
}

/* Tabs Sec */

/* New Story */
.story-header .navbar-collapse {
    flex-grow: initial;
}

.story-header li.nav-item:last-child a {
    padding: 0 !important;
    border: transparent;
    margin: 0;
}

.story-header .dropdown-menu.show {
    padding: 10px 10px;
}

.story a {
    color: #000;
}

a.publish {
    background-color: #ef4935;
    color: #fff;
    padding: 4px 20px;
    border-radius: 50px;
}

/* .dropdown-toggle::after {
    content: "\f141";
    color: #000;
    font-family: "Font Awesome 5 Pro";
    font-size: 26px;
    border: transparent;
} */

.btn:focus {
    box-shadow: none;
}

.box {
    width: 400px;
    height: 0px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    left: -300px;
    margin-top: 5px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    cursor: context-menu;
    z-index: 15;
}

.fas:hover {
    color: #d63031;
}

.notBtn:hover>.box {
    height: 30vh;
}

.content {
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
}

.gry {
    background-color: #F4F4F4;
}

.top {
    color: black;
    padding: 10px
}

.display {
    position: relative;
}

.cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
}

.cont:empty {
    display: none;
}

.stick {
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
}

.stick:hover {
    color: black;
}

.cent {
    text-align: center;
    display: block;
}

.sec {
    padding: 25px 10px;
    background-color: #F4F4F4;
    transition: 0.5s;
}

.profCont {
    padding-left: 15px;
}

.profile {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 75px;
    float: left;
}

.txt {
    vertical-align: top;
    font-size: 14px;
    padding: 5px 10px 0px 115px;
    color: #000;
}

.sec .sub {
    font-size: 12px;
    color: grey;
}

.new {
    border-style: none none solid none;
    border-color: red;
}

.sec:hover {
    background-color: #BFBFBF;
}

.notification {
    position: relative;
    display: inline-block;
}

.number {
    height: 20px;
    width: 20px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 55px;
    padding: 0px;
    border-style: solid;
    border-width: 2px;
    font-size: 12px;
}

.number:empty {
    display: none;
}

.notBtn i.fas.fa-bell {
    font-size: 20px;
    padding-bottom: 10px;
    color: black;
    margin-right: 40px;
    margin-left: 40px;
}

.popover-html ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popContent {
    display: none;
}

.dropdownMenu {
    position: absolute;
    top: 35px;
    width: 300px;
    left: -120px;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solidrgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.popContent {
    position: absolute;
    top: 35px;
    width: 300px;
    left: -120px;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solidrgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.dropdownItem {
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 0 auto;
}

button.ellipse {
    outline: none;
    background-color: transparent;
    border: transparent;
    cursor: pointer;
    margin-left: 20px;
}

.dropdownMenu:after, .popContent:after {
    position: absolute;
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
    -webkit-box-shadow: -1px -1px 1px -1px rgb(0 0 0 / 54%);
    box-shadow: -1px -1px 1px -1pxrgba(0, 0, 0, .54);
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

nav.navbar-story {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

.popContent p {
    font-size: 14px;
    padding: 0 10px;
}

.logo-fav img {
    filter: brightness(0.5);
}

/* New Story */


.btn-theme {
    background-color: #ef4935;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
}

.btn-black {
    background-color: #000;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
}

.avatar img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.start-header.scroll-on img.dark-logo {
    filter: none;
}

.upload__box {
    /* text-align: center; */
}

.titleBox input {
    outline: none;
    font-size: 28px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #ef4935;
    border-color: #ef4935;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}

.upload__btn:hover {
    background-color: unset;
    color: #ef4935;
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.avatar-upload {
    position: relative;
    width: 100%;
    /* margin: 50px auto; */
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'Font Awesome 5 Pro';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 350px;
    position: relative;
    border: 6px solid #F8F8F8;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.wrapper {
    max-width: 75%;
    margin: auto;
}


.wrapper select {
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    border: 1px solid #444;
    padding: 10px;
    color: #444444;
    font-size: 14px;
}
header.story-header {
    box-shadow: 2px 2px 10px #ccc;
    padding: 10px 0px;
}
button.btn-theme {
    border: transparent;
    border-radius: 50px;
}
main.slideForm fieldset {
    min-width: auto;
    padding: revert;
    margin: revert;
    border: 1px solid black;
    border-image: initial;
}
main.slideForm fieldset legend {
    width: auto;
}
.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
    /* min-height: 400px; */
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    background-color: black;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px black; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ef4935; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

  .remove1 .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    display: none;
}
.onoff:before {
    position: absolute;
    content: "";
    left: 72px;
    border: 0px solid black;
    background-color: #00ab28;
    width: 11px;
    height: 11px;
    top: 18%;
    border-radius: 50px;
}
.onoff {
    position: relative;
}
.onoff_sm:before {
    position: absolute;
    content: "";
    left: 26px;
    border: 0px solid black;
    background-color: #00ab28;
    width: 9px;
    height: 9px;
    top: 18%;
    border-radius: 50px;
}
.onoff_sm {
    position: relative;
}

.ck.ck-editor__main>.ck-editor__editable {
    border-color: #e7e7e7 !important;
}
div#post55 {
    position: relative;
    top: -6px;
}