.story-modal a.story-entry {
    margin: 0 7px;
    position: relative;
    padding: 18px 0 3px;
    display: inline-block;
}

.story-modal a.story-entry .ct-story {
    position: relative;
    bottom: auto;
    align-items: center;
    left: auto;
    transform: translateY(0);
}

.story-modal a.story-entry .ct-story p {
    color: var(--secondary);
}

.story-modal .timeline-carousel .owl-nav button {
    top: 52%;
    width: 38px;
    height: 38px;
    line-height: 1.75;
}

a.story-entry figure.avatar-img {
    height: 160px;
    background-size: cover;
    background-position: center;
    margin: 0;
}

a.story-entry .ct-story {
    position: absolute;
    bottom: 20px;
    align-items: center;
    left: 50%;
    width: 115px;
    transform: translateY(-50%);
}

a.story-entry .ct-story span {
    width: 34px;
    height: 34px;
    display: table;
    border-radius: 50%;
    border: 2px solid var(--white);
    left: 10px;
    background-color: var(--primary);
    color: var(--white);
    margin-right: 7px;
}

a.story-entry .ct-story span i {
    display: table-cell;
    vertical-align: middle;
}

a.story-entry .ct-story p {
    margin: 0;
    color: var(--white);
    text-transform: capitalize;
    font-size: small;
}

.avatar-online .avatar-img img {
    width: 40px;
    height: 40px;
    padding: 1px;
    border: 2px solid #5A2FF9;
    border-radius: 50%;
}

.avatar-info h4 {
    font-size: 13px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-options .btn {
    background-color: #F3F3F3;
}

.story-gallery .owl-nav button {
    position: absolute;
    left: 20%;
    top: 40%;
}

.story-gallery .owl-nav button.owl-next {
    left: auto;
    right: 20%;
}

.stc-wrap {
    max-width: 302px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.st-item .st-form {
    position: relative;
    z-index: 1;
    text-align: left;
}

.st-item .st-form textarea {
    height: 50px;
    background-color: var(--light-gray);
    border: none;
    padding: 10px 20px;
}

.st-item .st-form img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
}

.st-item .st-actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 2;
}

.st-item .st-actions img {
    width: auto;
}

.st-item .st-actions a h6 {
    color: var(--white);
}

.st-item .stc-bg::before {
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    height: 120px;
    z-index: 1;
}

.st-item .stc-bg .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin: 3px 2px;
    z-index: 2;
}

.st-item .stc-bg .owl-dots span {
    width: 80px;
    height: 3px;
    background: #9A8C8C;
}

.st-item .stc-bg .owl-dots .owl-dot.active span {
    background-color: var(--white);
}

.story-options a {
    display: block;
    background: var(--light-gray);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    width: 100%;
    padding: 95px 20px;
}

.story-options a img {
    display: block;
    max-width: 70px;
    margin: 0 auto 20px;
}

.create-story-sec {
    max-width: 60%;
    margin: 50px auto;
    padding: 5px 20px 20px;
    background-color: var(--white);
}

.modal-title i {
    color: var(--primary);
}

.color-plate a {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: red;
    border-radius: 50%;
    margin-right: 5px;
}

.color-plate a:nth-child(2) {
    background-color: var(--primary);
}

.color-plate a:nth-child(3) {
    background-color: #FF7856;
}

.color-plate a:nth-child(4) {
    background-color: #F92FD7;
}

.color-plate a:nth-child(5) {
    background-color: #2F94F9;
}

.color-plate a:nth-child(6) {
    background-color: #2FF9BB;
}

.color-plate a:nth-child(7) {
    background-color: #F9CA2F;
}

.color-plate a:nth-child(8) {
    background-color: var(--black);
}

.text-form {
    position: relative;
    z-index: 1;
}

.text-form img.text-imogi {
    position: absolute;
    right: 20px;
    top: 30px;
}

.text-form .input-prev {
    width: 100%;
    display: table;
    padding: 130px 0;
    background-color: var(--light-gray);
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.text-form .input-prev img {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto 20px;
}

.story-buttons a.btn {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
}
