body {
    font-family: "Poppins", sans-serif;
    background-color: #f4f7f6;
}

.stack {
    position: relative;
}

.topHeader {
    height: 200px;
    width: 100%;
    background-color: #2a363b;
    position: relative;
}

.login {
    position: absolute;
    text-align: center;
    padding: 0 15px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.child {
    background-color: #ffffff;
    width: 330px;
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    margin-top: 150px;
}

.login .group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #e3e3e3;
    line-height: normal;
    margin: 10px 0;
    padding: 0;
}
.login .group:hover {
    color: #e84a5f;
    border: 1px solid #e84a5f;
}



.login .input {
    width: 250px;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    padding: 10px 18px;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 none;
    display: flex;
    flex-direction: row;
    line-height: normal;
    outline: none;
    border: none;
}

/* .login .input:active,
.login .input:focus,
.login .input:hover {
    color: #e84a5f;
    border: 1px solid #e84a5f;
    border-right: 0 none;
} */

.login .form-control {
    width: 36px;
    height: auto;
    padding: 10px 18px 10px 0;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0 none;
    line-height: normal;
    border: none;
}

/* .login .form-control:active,
.login .form-control:focus,
.login .form-control:hover {
    color: #e84a5f;
    border: 1px solid #e84a5f;
    border-right: 0 none;
    border-left: 0 none;
}


.login .form-control:hover + .input,
.login .form-control:hover ~ .input {
    background-color: #ffffff;
    border: 1px solid #e84a5f;
    color: #e84a5f;
    border-left: 0 none;
} */

.btn-signin {
    width: 100%;
    color: #ffffff;
    background-color: #e84a5f;
    border: 1px solid #e84a5f;
    border-radius: 30px;
    margin: 10px 0;
    padding: 10px 18px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.btn-signin:hover {
    color: #e84a5f;
    background-color: #ffffff;
    border: 1px solid #e84a5f;
    box-shadow: none;
}

.btn-signup {
    width: 100%;
    color: #ffffff;
    background-color: #e84a5f;
    border: 1px solid #e84a5f;
    border-radius: 30px;
    margin: 10px 0;
    padding: 10px 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.btn-signup:hover,
.btn-signup:focus {
    color: #e84a5f;
    background-color: #ffffff;
    border: 1px solid #e84a5f;
    box-shadow: none;
}
.btn-signup:active {
    color: #ffffff;
    background-color: #e84a5f;
    border: 1px solid #e84a5f;
    box-shadow: none;
}

.dashboard .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.dashboard .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
}

.categorys .row {
    margin: 0;
    padding: 0;
}

.titleHeading {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 30px 0;
    height: 70px;
}

.categorys h4 {
    line-height: 1.45em;
    margin: 0 20px;
}
.add-btn {
    border-radius: 30px;
    color: #e84a5f;
    border: 1px solid #e84a5f;
    background-color: transparent;
    padding: 8px 16px;
    margin: 0 20px;
}
.add-btn:active,
.add-btn:hover {
    color: #ffffff;
    border: 1px solid #e84a5f;
    background-color: #e84a5f;
}

/* .categorys .table {
    margin: 0px 30px;
} */

@media screen and (max-width: 390px) {
    .titleHeading {
        margin: 0 0 10px 0;
    }
    .categorys h4 {
        line-height: 1.45em;
        margin: 0;
    }
    .add-btn {
        margin: 0;
    }
    .categorys .table {
        width: 100%;
        margin: 0px 0;
    }
}
@media screen and (max-width: 393px) {
    .titleHeading {
        margin: 0 0 10px 0;
    }
    .categorys h4 {
        line-height: 1.45em;
        margin: 0;
    }
    .add-btn {
        margin: 0;
    }
    .categorys .table {
        margin: 0px 0;
    }
}

.close-btn {
    border-radius: 30px;
    color: #e84a5f;
    border: 1px solid #e84a5f;
    background-color: transparent;
    padding: 8px 16px;
    margin: 0 20px;
}

.close-btn:active,
.close-btn:hover {
    color: #ffffff;
    border: 1px solid #e84a5f;
    background-color: #e84a5f;
}

.save-btn {
    border-radius: 30px;
    color: #03c988;
    border: 1px solid #03c988;
    background-color: transparent;
    padding: 8px 16px;
    margin: 0 20px;
}

.save-btn:active,
.save-btn:hover {
    color: #ffffff;
    border: 1px solid #03c988;
    background-color: #03c988;
}

.addcategory {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    color: #2a363b;
    background-color: transparent;
    padding: 8px 24px;
    margin: 5px 0;
}

.btn-cd {
    text-align: left;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    color: #2a363b;
    background-color: transparent;
    /* padding: 8px 24px; */
    margin: 10px 0;
}

.featurePhoto {
    max-width: 250px;
    height: 150px;
    background-color: #f4f7f6;
    border: 1px solid rgb(150, 150, 150);
    color: rgb(150, 150, 150);
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

[type="file"] {
    height: 0;
    width: 0;
    overflow: hidden;
}
[type="file"] + label {
    font-family: sans-serif;
    background: #e84a5f;
    padding: 10px 30px;
    border: 2px solid #e84a5f;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
[type="file"] + label:hover {
    background-color: #fff;
    color: #e84a5f;
}

.signup .child {
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    width: 530px;
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    margin-top: 650px;
}

@media screen and (max-width: 390px) {
    .signup .child {
        font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
        background-color: #ffffff;
        width: 330px;
        border-radius: 10px;
        position: absolute;
        padding: 20px;
        margin-top: 650px;
    }
}
@media screen and (max-width: 425px) {
    .signup .child {
        font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
        background-color: #ffffff;
        width: 390px;
        border-radius: 10px;
        position: absolute;
        padding: 20px;
        margin-top: 650px;
    }
}

.customer_signup {
    margin: 30px 0;
    outline: none;
}
.customer_signup h6 {
    font-size: 14px;
    color: rgb(150, 150, 150);
    font-weight: 600;
    text-align: left;
    outline: none;
}

.customer_signup input {
    width: 100%;
    text-align: left;
    border-style: none;
    border-bottom: 1px solid rgb(150, 150, 150);
    outline: none;
}
.customer_signup input:active,
.customer_signup input:hover,
.customer_signup input:focus {
    border-style: none;
    border-bottom: 1px solid rgb(150, 150, 150);
    outline: none;
}

.customer_signup [type="file"] {
    height: 0;
    width: 0;
    overflow: hidden;
    outline: none;
}
.customer_signup [type="file"] + label {
    font-family: sans-serif;
    background: #ffffff;
    padding: 10px 30px;
    border: 1px solid #e84a5f;
    border-radius: 3px;
    color: #e84a5f;
    cursor: pointer;
    transition: all 0.2s;
    float: left;
}
.customer_signup [type="file"] + label:hover {
    background-color: #e84a5f;
    color: #ffffff;
    border: 1px solid #e84a5f;
    outline: none;
}

.btn-cs {
    width: 100%;
    color: #e84a5f;
    background-color: #ffffff;
    border: 1px solid #e84a5f;
    border-radius: 30px;
    margin: 10px 0;
    padding: 10px 18px;
    font-weight: 700;
}
.btn-cs:active,
.btn-cs:hover,
.btn-cs:focus {
    color: #ffffff;
    background-color: #e84a5f;
    border: 1px solid #e84a5f;
    box-shadow: none;
}

.publisher-details {
    /* margin: 0 auto; */
    /* width: 630px; */
    /* border: 1px solid #ffffff; */
    /* height: auto;*/
    padding:  10px 50px;
  /*  border-radius: 10px;
    line-height: 2rem;
    align-items: center;
    justify-content: center; */
}
@media screen and (min-width: 800px ) {
    .publisher-details {
        padding: 10px 5px ;
        /* margin: 0;
        width: 430px; */
        /* border: 1px solid #ffffff; */
        /* height: auto; */
        /* padding: 20px; */
        /* border-radius: 10px;
        line-height: 2rem;
        align-items: center;
        justify-content: center; */
    }
}

.btn-artweb {
    width: 100%;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px 18px;
    font-weight: 700;
}
/* .btn-artweb:active,
.btn-artweb:hover,
.btn-artweb:focus  {
    color: #e84a5f;
    background-color: transparent;
    border: 1px solid #e84a5f;
    box-shadow: none;
} */

.flex-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-select {
    min-width: 200px;
    color: #e84a5f;
    background-color: transparent;
    border: 2px solid #e84a5f;
    border-radius: 10px;
    padding: 10px 28px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.btn-select:active,
.btn-select:hover,
.btn-select:focus {
    color: #ffffff;
    background-color: #e84a5f;
    border: 2px solid #e84a5f;
    box-shadow: none;
}

.sccess-alert {
    margin: 0px auto;
    position: fixed;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1031;
    bottom: 20px;
    left: 0px;
    right: 0px;
}

p {
    margin-bottom: 0;
}
.main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
    position: absolute;
    background: #e84a5f;
    border: 3px solid #fff;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 10;
}
.main-timeline-section .timeline-end {
    right: 0px;
}
.main-timeline-section .conference-center-line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #e84a5f;
}
.timeline-article {
    width: 20%;
    position: relative;
    min-height: 300px;
    float: right;
}
.timeline-article .content-date {
    position: absolute;
    top: 35%;
    left: -30px;
    font-size: 18px;
}
.timeline-article .meta-date {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e84a5f;
    border: 3px solid #fff;
}
.timeline-article .content-box {
    /*   box-shadow: 2px 2px 4px 0px #888; */
    border: 3px solid #e84a5f;
    border-radius: 5px;
    background-color: #fff;
    width: 180px;
    position: absolute;
    top: 60%;
    left: -80px;
    padding: 10px;
    color: #1f1f1f;
    text-align: center;
}
.timeline-article-top .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #e84a5f;
}
.timeline-article-bottom .content-date {
    top: 59%;
}
.timeline-article-bottom .content-box {
    top: 25%;
}
.timeline-article-bottom .content-box:before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border: 10px solid transparent;
    border-top-color: #e84a5f;
}

.user_profile .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px;
}
.user_profile .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin: 0 10px;
}
.user_profile .col-lg-4 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #e84a5f;
    border-color: #ffffff;
}

.modal-backdrop.show {
    opacity: 1;
}
.profile-box {
    width: 100%;
    height: 200px;
    background-color: white;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    padding: 40px 20px;
}
.fa {
    color: #343a40;
    padding: 15px;
    font-size: 20px;
    margin-left: 30px;
}
@media screen and (max-width: 512px) {
    .profile-box {
        flex-direction: column;
        display: flex;
        height: 100%;
    }
    .fa fa-edit {
        margin-left: 30px;
    }
}

.title-text {
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    min-height: 2.5em;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Articles admin side start */
.admin-articles-view-page{
    background-color: white !important;
    border-radius: 0 !important;
}
.admin-articles-title-back{
    background-color: #03c988;
    border-radius: 10px;
}

.max-width-60{
    max-width: 60%;
}

.max-width-30{
    max-width: 30%;
}

.publisher-total-text{
    font-weight: 700 !important;
}

.admin-articles-img-back{
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.admin-articles-description{
    line-height: 1.5 !important;
    font-weight: 400;
    color: black !important;
}

.admin-articles-description p{ 
    display: flex;
    flex-direction: column;
    line-height: 1.5 !important;
    font-weight: 400;
    color: black !important;
}

/* Articles admin side end */

.comment-line{
    width: 100%;
    height: 3px;
    background-color: #03c988;
}


@media only screen and (min-width: 1240px){
.table-overflow-1 {
    display: inline-block !important;
    overflow: auto;
}
}

.table .table-bordered {
    display: block !important;
    background-color: blue !important;
}

