* {
    box-sizing: border-box;
}

/*General CLasses*/

@font-face {
    src: url("../fonts/Amazon.ttf");
    font-family: "Amazon";
}

@font-face {
    src: url("../fonts/PayPal.ttf");
    font-family: "PayPal";
}
@font-face {
    src: url("../fonts/charter.woff");
    font-family: "charter";
    font-display: swap;
}

body {
    font-family: "Amazon";
    background: #feeed7;
    background: #fff url('/images/dd.png');
    background-size: cover;
    background-attachment:fixed;
    /*overflow-x: hidden;*/
}

.checked {
    color: orange;
}
.adminTitle{
    font-size: 19px;
font-weight: 700;
font-family: PayPal;
color: #3c4859;
text-align: center;
margin: 8px 0px;
padding: 8px 0px;
}
.martop20 {
    margin-top: 20px!important;
}

.martop10 {
    margin-top: 10px!important;
}

.upperCase {
    text-transform: uppercase;
}

.fullwidth {
    width: 100%
}
.hidepanel{
    display:none;
}
.cursorpointer{
    cursor:pointer;
}
.marauto {
    margin: auto!important;
}
.marbottom0{
    margin-bottom:0px;
}
.marbottom20{
    margin-bottom:20px;
}
.marbottom10{
    margin-bottom:10px;
}
.norowmargin {
    margin-left: 0!important;
    margin-right: 0!important;
}
.marright8{
    margin-right: 8px;
}
.padleft0{
    padding-left: 0!important;
}
.mar10 {
    margin: 10px!important;
}

.mar15 {
    margin: 15px!important;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft15 {
    padding-left: 15px;
}

.padright10 {
    padding-right: 10px;
}

.padright15 {
    padding-right: 15px;
}
.f11{
    font-size:11px;
}
.f12{
    font-size:12px;
}
.f13{
    font-size:13px;
}
.f14{
    font-size:14px;
}
.f15{
    font-size:15px;
}
.form-control, .btn {
    min-height: 0px!important;
}
.flexcenter {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.searchAdminBtn {
    float: right;
    margin-top: -38px;
    z-index: 10;
    position: relative;
}
.noStyleBtn {
    background: transparent;
    border: 0;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.displayInline{
    display:inline;
}
.twoline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.threeline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fourline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

a.nohoverlink, .nohoverlink a {
    text-decoration: none;
}

a.nohoverlink:hover, .nohoverlink a:hover {
    text-decoration: none;
}
.verticalTop{
    vertical-align:top;
}
.verticalBottom{
    vertical-align:bottom;
}
/*General CLasses*/

/*Header*/

.header {
    background: #fff;
    padding: 10px;
    display: block;
}

.header .headerlogo {
    display: inline-block;
    padding: 0px 12px;
}

.header .headerlogo img {
    max-width: 200px;
    max-height: 60px;
    height: auto;
}

.header .categories {
    display: inline-block;
}

.header .SearchBtn {
    font-size: 28px;
}

.header #SearchForm input {
    border: 0;
    padding: 10px;
    width: 100%;
}

.header #SearchForm {
    position: relative;
    padding: 10px;
    border-top: 1px solid #ddd;
    margin: 8px 0px 0px 0px;
    display: none;
}

.header #SearchForm button {
    float: right;
    margin-top: -45px;
    z-index: 2;
    position: relative;
}

/*Header*/

/*Articles*/

.article {
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    margin: 10px 8px;
    height: 470px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 3px 12px -1px rgba(7,10,25,0.2),0 22px 27px -20px rgba(7,10,25,0.2);
}

.article .articleheader .articleimg {
    padding-top: 50%;
background-size: 100% auto;
}
/*.col-md-4 .article .articleheader {
    max-width: 100%;
    margin: 0px 0px 8px 0px;
    max-height: 146px;
overflow: hidden;
}
.relatedpost .articleheader {
    max-width: 100%;
    margin: 0px 0px 8px 0px;
    max-height: 100px!important;
overflow: hidden;
}*/
.article .articleheader img {
    width: 100%;
}

.article .articlebody {
    padding: 8px 10px;
}

.article .articlebody .articletitle {
    text-transform: capitalize;
    font-size: 21px;
    padding: 8px 0px;
    color: #3c4859;
}
.relatedpost .articlebody .articletitle {
    text-transform: capitalize;
    font-size: 17px!important;
    font-weight:bold;
    padding: 8px 0px;
    color: #3c4859;
}
.articledes{
    font-size:14px;
}

.article .articlebody .articletitle a {
    color: #3c4859;
}

.articlebody .articletag a {
    color: #fbb81c !important;
}

.SectionTitlte {
    font-size: 25px;
    font-weight: 700;
    font-family: PayPal;
    color: #3c4859;
    text-align: center;
    margin: 8px 0px;
    padding: 8px 0px;
}

.SectionTitlte a {
    color: #3c4859;
}

.smallarticle {
    height: 470px
}

/*Articles*/

/*Footer*/

.BlogInfo img {
    max-width: 120px;
    margin: 8px 0px;
}

.footer {
    background: #fff;
    padding: 40px 0px;
    margin: 40px 0px 20px 0px;
}

.footer .pages ul li {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
}

.footer .pages ul li:before {
    content: "";
    background: #3c4859;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 0px;
}

.footer .pages ul li a {
    color: #6c809a;
    text-decoration: none;
}

.footer .pages ul li a:hover {
    color: #6c809a;
    text-decoration: none;
}

/*Footer*/

/*Post Body*/
.ProfileAuthor img{
    max-width:120px!important;
    max-height:120px!important;
}
.shared-counts-button.included_total {
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    margin: 0;
    background: 0 0;
    color: #474b4d;
}
.shared-counts-button.included_total .ea-share-count-icon, .shared-counts-button.included_total .shared-counts-icon {
    color: #474b4d;
}
.shared-counts-button .shared-counts-icon {
    width: 30px;
    font-size: 18px;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    margin-left: 5px;
    color: #fff;
}
.shared-counts-button.included_total svg {
    fill: #474b4d;
}
.shared-counts-button svg {
    fill: #fff;
    height: 18px;
    position: relative;
    top: 3px;
    line-height: 20px;
}
.shared-counts-button.included_total .shared-counts-label {
    color: #474b4d;
    opacity: 1 !important;
    height: auto;
    font-size: 9px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50px !important;
    text-align: center;
}
.shared-counts-button.included_total .shared-counts-count {
    color: #474b4d;
    line-height: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    border: none;
}
.shared-counts-button {
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 32px;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    background: #ccc;
    width: 23%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.shareButtons{
     margin-top:12px;
     margin-left:25px;
     position:relative;
 }
.countShareDiv{
    display: inline-block;
width: 76px;
height: 23px;
}
    .share-buttons-animation-wrapper {
        position: relative;
        margin-left:25px;
    }

    .share-buttons-container .share-buttons-heading {
        text-align: left !important;
        text-indent: 0;
        position: relative;
    }

    .share-buttons-container .custom {
        margin-left: 15px;
    }

    .share-arrow {
        position: absolute;
        bottom: 8px;
        left: 0;
    }

    .share-arrow-version-1 {
        transform: scale(.7,.7) translate(-115%,115%) rotateZ(20deg);
    }
    .share-buttons-heading-text{
        line-height:normal;font-style:normal;font-size:24px;font-family:Shadows Into Light;color:#D34544;
    }
.faa {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;
    width: 60px;
    border-radius: 30px;
    background:#fbb81c ;
    transition:.5s all;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.13);
}

    .faa:hover {
       opacity:0.5;
        transition:.5s all;
    }
    .faa-whatsapp{
        background-color: #4dc247;
background: -moz-linear-gradient(top,#55d94f,#4dc247);
background: -ms-linear-gradient(top,#55d94f,#4dc247);
background: -webkit-linear-gradient(top,#55d94f,#4dc247);
background: -o-linear-gradient(top,#55d94f,#4dc247);
    }
    .faa-sendToFriend {
    background: #ffc107;
    color: white;
}
    .faa-facebook {
    background-color: #2b4170;
background: -moz-linear-gradient(top,#3b5998,#2b4170);
background: -ms-linear-gradient(top,#3b5998,#2b4170);
background: -webkit-linear-gradient(top,#3b5998,#2b4170);
background: -o-linear-gradient(top,#3b5998,#2b4170);
    color: white;
}

.faa-twitter {
    background-color: #0081ce;
background: -moz-linear-gradient(top,#00aced,#0081ce);
background: -ms-linear-gradient(top,#00aced,#0081ce);
background: -webkit-linear-gradient(top,#00aced,#0081ce);
background: -o-linear-gradient(top,#00aced,#0081ce);
    color: white;
}

.faa-linkedin {
    background-color: #0073b2;
background: -moz-linear-gradient(top,#009cda,#0073b2);
background: -ms-linear-gradient(top,#009cda,#0073b2);
background: -o-linear-gradient(top,#009cda,#0073b2);
background: -webkit-linear-gradient(top,#009cda,#0073b2);
    color: white;
}

.faa-pinterest {
    background-color: #c33219;
background: -moz-linear-gradient(top,#e64522,#c33219);
background: -ms-linear-gradient(top,#e64522,#c33219);
background: -webkit-linear-gradient(top,#e64522,#c33219);
background: -o-linear-gradient(top,#e64522,#c33219);
    color: white;
}
.smallContainer {
    max-width: 770px;
    width: 100%;
    margin: auto;
}
.label-danger {
    background: #e32418 !important;
}

.label-warning {
    background: #f8a000 !important;
}

.label-success {
    background: #21b53d !important;
}
.label {
    display: inline-block;
    font-size: 10px;
    line-height: 1.3;
    background: #3a3a3a;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 3px 10px;
    text-align: center;
    vertical-align: 2px;
    position: relative;
}
.reslist{
    padding-left:14px;
   
}
.reslist a{
 font-size:15px!important;
 transition:all .5s;
}
.reslist a:hover
{
    /*padding-left:20px;*/
    transition:all .5s;
}

.post-body {
    background: #fff;
    padding: 20px 22px;
    margin: 20px auto;
    border-radius: 4px;
    line-height: 140%;
}
.displayblock{
    display:block;
}
.postthumbside{
    max-width:90px;width:100%;
}
.postinfo{
    color:rgba(0,0,0,0.52);
}
.postcategory,a .postcategory{
    border: 1px solid #b0bec5;
-moz-border-radius: 32px;
border-radius: 32px;
color: #78909c;
font-size: 12px;
font-weight: 400;
letter-spacing: .25px;
line-height: 18px;
max-width: none;
min-width: 12px;
padding: 6px 12px;
text-align: center;
}
a .postcategory:hover{
    text-decoration:none;
}
.postthumb{
    width:76px;
    height:56px;
}
.tblposts tr td{
    vertical-align:middle;
}
.authorthumb{
    width:24px;
    height:24px;
    border-radius:50%;
}
.categorie {
    color: #fbb81c !important
}

.articleUpdate {
    color: #6c809a;
    font-size:14px;
}

.post-title {
    font-size: 26px;
    text-transform: capitalize;
    color: #3c4859;
    margin: 20px 0px;
    font-family: "charter";
    line-height: 140%;
}

.post-img {
    width: 100%;
    text-align: center;
}

.post-img img {
    max-width: 100%;
    width: auto;
    margin:auto;
}
.post-description a {
    color: #333 !important;
    text-decoration: underline;
}
.post-description h2 {
    padding: 8px 0px;
}
.post-description p {
    margin-top: 24px
}

.post-description {
    margin: 12px 0px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.063px;
    font-weight: 400;
    font-family: "charter";
}

    .post-description img {
        max-width: 100% !important;
        height: auto !important;
        margin: 10px auto;
    }

.responsive-image {
    max-width: 100% !important;
    width: auto !important;
}
.responsive-image{
  max-width: 100%!important;
    width: auto!important;
}
.post-footer {
    margin: 10px 0px;
    position: relative;
    font-size: 14px;
}

.post-footer::before {
    content: "";
    width: 40px;
    height: 1px;
    margin: 20px 0px;
    background: #ddd;
    display: block;
}
.highlight {
  transition: all 0.2s;
  border-bottom: 2px solid #fff8a3;
  position: absolute;
  top: 0;
  background: #fff8a3;
  left: 0;
  z-index: 0;
  display: block;
}

a.nav-link{
    z-index: 1;
position: relative;
}
/*a.nav-link {
  background:
     linear-gradient(
       to bottom, #FFEB57 0%,
       #FFEB57 100%
     );
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 0px 0px;
  color: #000;
  text-decoration: none;
  transition: background-size .2s;
}

a.nav-link:hover {
  background-size: 4px 50px;
}*/
.post-author {
    background: #fff;
    margin: auto;
    padding: 20px 30px;
}

.post-author img {
    border-radius: 100%;
    max-width: 90px;
    max-height: 90px;
    height: auto;
    width: auto;
    margin: 0px 12px
}

.authorname a {
    color: #3c4859;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 0px;
}

.authorname a:hover {
    text-decoration: none;
}

.authorbio {
    font-size: 14px;
    color: #6c809a
}

.submitcomment {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

/*Post Body*/

/*Comments*/

.g-input {
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.g-input label {
    background: white;
    padding: 3px;
    font-size: 13px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: bottom left;
    color: #ddd;
    font-family: PayPal;
    font-weight: bold;
    position: absolute;
    top: 9px;
    left: 7px;
    z-index: 1;
    cursor: text;
}

.g-input input, .g-input textarea {
    border: 2px solid #ddd;
    margin-bottom: 6px;
    display: block;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.g-input.fill {
    display: block;
    width: 100%;
}

.g-input input:focus, .g-input textarea:focus {
    outline: 0;
    border-color: #1873e8;
}

.g-input input:focus+label, .g-input input:not(:placeholder-shown)+label, .g-input textarea:focus+label, .g-input textarea:not(:placeholder-shown)+label {
    transform: translateX(-3px) translateY(-20px);
    font-size: 12px;
    font-weight: normal;
    color: #1a73e8;
}

.commentheader img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right:15px;

}
.commentbox{
    background: #fff;
    margin: 13px 0px;
    padding: 20px;
    font-size: 14px;
}
.comment-author,.comment-author a{
    display: inline-block;
    font-size: 14px;  
    color:#3c4859;
}
.metadata {
    display: inline-block;
    margin-left: .5em;
    color: rgba(0, 0, 0, .4);
    font-size: .875em;
}
.replyBox{
    margin-left:20px;
}
/*Comments*/

/*Login Page*/
.loginPage {
    font-size: 13px;
}
.login-form img:nth-child(1) {
    max-width: 170px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

#opacityloader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
}

#InputPassword, #LogFormBtn {
    display: none;
}

.loadinglog {
    position: relative;
    background-color: #fff;
    height: 8px;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
}

    /* The moving element */
    .loadinglog::after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0070ba), to(transparent));
        background: linear-gradient(90deg, transparent, #0070ba, transparent);
        /* Adding animation */
        animation: loadinglog 1.2s infinite;
    }

/* Loading Animation */
@keyframes loadinglog {
    100% {
        transform: translateX(100%);
    }
}

.login-form {
    max-width: 460px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    border: 1px solid #eaeced;
    background: #fff;
}

    .login-form .formele {
        margin-bottom: 15px;
        overflow: hidden;
        padding: 30px 30px 0px 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

    .login-form .hint-text {
        color: #777;
        padding-bottom: 15px;
        text-align: center;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #fff;
        position: relative;
        top: -11px;
        z-index: 1;
    }
/*Login Page*/
/*Info Page*/

.InfoPage {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background: #fff;
}

.InfoContent {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    max-height: 99%;
}

    .InfoContent div {
        max-height: 100%;
        overflow: auto;
        max-width: 98%;
    }

.closePage {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #fff;
    color: #000;
    padding: 0px 20px;
    font-size: 27px;
    font-family: PayPal;
    z-index: 88;
    border: 1px solid #ddd;
    border-radius: 9px;
    text-align: center;
    transition: All .5s;
}

    .closePage:hover {
        background: #F3F2EF;
        transition: All .5s;
    }

/*Info Page*/
/*Notification*/

.notificationbox {
    min-width: 100px;
    max-width: 600px;
    margin: auto;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px #ccc;
    font-size: 15px;
    border-left: 5px solid #FFF;
    border-right: 5px solid #FFF;
border-radius: 7px;
}

    .notificationbox .closenotification {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border: 0;
        cursor: pointer;
        background: transparent;
        color: #fff;
        padding: 0px 20px;
        font-size: 18px;
        transition:.5s all;
    }
    .notificationbox .closenotification:hover{
        background:rgba(255,255,255,0.4);
        transition:.5s all;
    }

.notificationContent {
    width: 90%;
text-align: center;
margin-left: -8%;
}

.notifictionPar {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.novisivle {
    display: none;
}

.warningNotif {

    color: #212121!important;
background: #FFF9C4!important;
border-left-color:#dce505;
border-right-color:#dce505;
}

.successNotif {
    color: #33691E!important;
background: #DCEDC8!important;
border-left-color:#31a305;
border-right-color:#31a305;
}

.infoNotif {
    color: #01579B!important;
background: #B3E5FC!important;
border-left-color:#1279cb;
border-right-color:#1279cb;
}

.errorNotif {
    color: #b71c1c!important;
background: #FFCCBC!important;
border-left-color:#e53636;
border-right-color:#e53636;
}
.infoNotif .closenotification{
    color: #01579B!important;
}
.successNotif .closenotification{
    color: #33691E!important;
}
.warningNotif .closenotification{
    color: #212121!important;
}
.errorNotif .closenotification{
    color: #b71c1c!important;
}

/*Notification*/

/*Panel*/
.smallpanel {
    max-width: 600px;
    margin: auto;
}
.noboxshdow {
    box-shadow: none;
}
.panel small{
    font-size: 12px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
}
.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #F7F7F9;
    font-size:14px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.panelhead{
    background: #F7F7F9;
}
.panel-body {
    padding: 15px;
    font-size:13px;
}
.emptypagelogo {
    max-width: 170px;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: 30px;
    display: block;
}
/*Panel*/

/*Side Nav*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 3; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #ffc107; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}
/*Side Nav*/

/*Pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #ffc107;
    border-color: #ffc107;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid transparent;
    color:#969696;
    margin: 0 3px;
}
/*Pagination*/

/*Subscribe*/
.SubscribeForm{
    background:#fff;
    padding:8px;
    border-radius:4px;
    text-align:center;
    margin:10px 0px;
}
/*Subscrieb*/

/*URL SHortner*/
.divUrl{
    padding: 18px;
margin: 10px 0px;
background: #fff;
border-radius: 4px;
font-size: 13px;
}
.text-muted a{
    color:#6c757d !important
}
.divUrl .f15{
    font-size:15px!important;
}
.divUrl a{
    font-size:13px;
    color:#3b5998;
    text-decoration:none;
}
    .divUrl a:hover {
        text-decoration:none;
    }
   
/*
    URL Shortner
*/

/*Dash*/
#btnDash{
    position:fixed;top:50%;transform:translateX(-50%);left:17px;z-index:2;
    transition:.5s all;
}
#btnDash:hover{
    padding-left:40px;
    transition:.5s all;
}
.StatDiv{
    text-align: center;
margin: 10px 0px;
padding: 10px;
background: #fff;
border-radius: 4px;
}
.StatDiv .col-6{
    height:115px;
}
.titleState{
    padding:4px;
    border-bottom:1px solid #ddd;
}
/*Dahs*/
/*Loader*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: #fff;
}

    .loader .content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }

.loadercon {
    position: relative;
    margin: 0px auto;
    width: 80px;
}

    .loadercon:before {
        content: '';
        display: block;
        padding-top: 100%;
    }

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%, 90% {
        stroke: #ffa700;
    }
}
/*Upload Files*/
.UploadedFile{
    width:100%;height: 350px;background: #fff;text-align: center;padding: 5px;position:relative;margin-bottom:15px;
}
.FileTitle{
    display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    border-bottom:1px solid #ddd;
    margin-bottom:10px;
    padding-bottom:10px;
}
.fileimg{
    max-width:200px;max-height:200px;width:auto;height:auto;
}
.filelinks{
    position:absolute;bottom:10px;text-align:center;width:100%;left:0
}
.filesresult{
    background: whitesmoke;padding: 10px;margin-bottom: 10px;
}
.fileDiLink{
    max-width:100%;cursor:text;background:#fff;
}

.carousel-control-next-icon::before {
    content: "\f054";
    font-family: fontawesome;
    font-size: 20px;
    text-align: center;
    background: #000;
    padding: 20px;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon::before {
    content: "\f053";
    font-family: fontawesome;
    font-size: 20px;
    text-align: center;
    background: #000;
    padding: 20px;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExtendedPromos {
    padding: 20px 0px;
}

.SecTitle {
    width: 100%;
    position: relative;
    display: block;
    margin: 10px 0px 30px 0px;
}

.smoffer {
    max-width: 400px;
    position: relative;
    height: 372px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px dashed #999;
    
    box-shadow: 0 3px 12px -1px rgba(7,10,25,0.2),0 22px 27px -20px rgba(7,10,25,0.2);
}

.SidebarBody {
    background: #fff;
    padding: 8px;
    border-radius: 2px;
}

.smType {
    color: #00b67a;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    width: 99%;
}

.smTitle {
    padding: 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.smLink {
    padding: 5px;
    text-align: center;
}

.smExpiry {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    margin: 0 5px 0 0;
    color: #999;
    position: absolute;
    right: 9px;
}

.smBox, .smLink {
    text-align: center;
    text-decoration: none;
}

.smBox {
    height: 155px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.smLink a:hover {
    text-align: center;
    text-decoration: none;
    color: #ddd;
}

.smBox img {
    max-height: 155px;
    max-width: 260px;
    display: inherit;
    width: auto;
    margin: auto;
}

.price-miaosha {
    padding-right: 8px;
    color: #ee741d;
    font-size: 16px;
    position: relative;
    font-weight: 700;
}

.price-origin {
    margin: 0;
}

.linethrough {
    color: #666;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
}

.couponcode_offer {
    width: 151px;
    position: inherit;
    text-align: center;
}

.couponcode_offer {
    margin: 10px auto 20px auto;
}

.smBox, .smLink {
    text-align: center;
    text-decoration: none;
}

.PayBtn {
    background: #ff4e0c;
    border: 0px;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    box-shadow: -1px 6px 19px rgba(255, 78, 12, 0.2) !important;
    transition: all .5s;
    font-family: PayPal;
}

    .PayBtn:hover {
        box-shadow: -1px 6px 13px rgba(255, 78, 12, 0.4) !important;
        background: #ff4e0c;
        color: #fff;
        text-decoration: none;
        transition: all .5s;
    }

.PayBtnB {
    background: #0070ba;
    padding: 10px 40px;
    box-shadow: none !important;
}

    .PayBtnB:hover {
        background: #005EA6;
        box-shadow: none !important;
    }

.kid-button {
    /* Colors and Background */
    background-color: #ff69b4; /* Bright pink */
    color: #ffffff; /* White text */
    border: 4px solid #ff1493; /* Darker pink border */
    /* Shape and Size */
    border-radius: 20px; /* Rounded corners */
    padding: 10px 20px; /* Internal spacing */
    font-size: 20px; /* Larger font size */
    font-weight: bold;
    text-transform: uppercase; /* Uppercase text */
    /* Typography */
    font-family: 'Comic Sans MS', cursive, sans-serif; /* Playful font */
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); /* Subtle text shadow */
    /* Interaction */
    cursor: pointer;
    transition: all 0.2s ease-in-out; /* Smooth transitions for hover effects */
    box-shadow: 0 5px 0 #cc0066; /* 3D effect */
    position: relative; /* For the 3D effect */
    top: 0;
    text-decoration: none !important;
}

    .kid-button:hover {
        color: #ffffff!important;
        background-color: #ff1493 !important; /* Darker pink on hover */
        box-shadow: 0 2px 0 #cc0066; /* Reduce 3D effect on hover */
        top: 3px; /* Move button down slightly on hover */
    }

    .kid-button:active {
        background-color: #cc0066 !important; /* Even darker pink on active */
        box-shadow: none; /* Remove 3D effect on active */
        top: 5px; /* Move button fully down on active */
    }