#login .container #login-row #login-column #login-box {
    margin-top: 320px;
    max-width: 600px;
    height: 320px;
    border: 1px solid #9c9c9c;
    background-color: #eaeaea;
}

#login .container #login-row #login-column #login-box #login-form {
    padding: 20px;
    margin-top: 20px;
}

#login .container #login-row #login-column #login-box #login-form #register-link {
    margin-top: -85px;
}

#formFooter {
    border-top: 1px solid #137bcc;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

#formContent {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    max-width: 450px;
    text-align: center;
    z-index: 6;
}

.hover-icon:hover {
    color: rgb(0 123 255) !important;
    background-color: #e3f1ff;
}

.contract-style {
    max-height: 400px;
    overflow-x: hidden !important;
}

@media screen and (min-width: 992px) {
    .contract-content {
        width: 800px;
    }
}

@media screen and (max-width: 992px) {
    .contract-content {
        width: 390px;
    }
}


.contract-content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    text-align: center;
    z-index: 6;
}

.max-height-90 {
    max-height: 110px !important;
}

@media screen and (max-width: 300px) {
    .max-height-login-logo {
        max-height: 85px !important;
    }
}

@media screen and (min-width: 301px) and (max-width: 992px) {
    .max-height-login-logo {
        max-height: 100px !important;
    }
}

@media screen and (min-width: 993px) {
    .max-height-login-logo {
        max-height: 110px !important;
    }
}

/* login backgroud */

.page {
    height: 100%;
    background-color: #ffffff1a;
}

.main-page-content {
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.universe {
    z-index: -10000;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    filter: saturate(220%) contrast(110%);
}

.universe-container {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(1600px at 70% 120%, rgba(63, 69, 120, 1) 10%, rgba(33, 39, 80, 1) 50%, #020409 100%);
}

.content {
    width: inherit;
    height: inherit;
}

#universe {
    width: 100%;
    height: 100%;
}

#footer {
    position: absolute;
    bottom: 0px;
    height: 300px;
    width: 100%;
}

.otp-title {
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
}

.bg-otp {
    background-color: #e7e7e7 !important;
}

@media screen and (max-width: 300px) {
    .otp-input {
        height: 30px;
        width: 30px;
        background-color: transparent;
        border-radius: 4px;
        border: 1px solid #0d6efd;
        text-align: center;
        outline: none;
        font-size: 17px !important;
        font-weight: bold !important;
        margin: 0;
    }
}

@media screen and (min-width: 301px) {
    .otp-input {
        height: 35px;
        width: 35px;
        background-color: transparent;
        border-radius: 4px;
        border: 1px solid #0d6efd;
        text-align: center;
        outline: none;
        font-size: 17px !important;
        font-weight: bold !important;
        margin: 0;
    }
}

.otp-text {
    pointer-events: auto;
    color: #0069c2;
    font-size: medium;
}

.otp-text-disabled {
    pointer-events: none;
    color: #7e7e7e;
    font-size: medium;
}


.otp-icon {
    font-size: 18px;
    color: #0069c2;
    cursor: pointer;
}

.otp-icon-disabled {
    font-size: 18px;
    color: #7e7e7e;
}

.login-btn {
    min-width: 180px;
    height: 40px;
    cursor: pointer;
}


.hover-icon:hover {
    color: rgb(0 123 255) !important;
}

@media screen and (max-width: 350px) {
    .reset-password-card {
        position: absolute;
        z-index: 1;
        width: 270px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 351px) and (max-width: 575px) {
    .reset-password-card {
        position: absolute;
        z-index: 1;
        width: 320px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}


@media screen and (min-width: 576px) {
    .reset-password-card {
        position: absolute;
        z-index: 1;
        width: 450px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

.reset-password-card-mobile {
    position: absolute;
    z-index: 1;
    width: 450px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: white
}

@media screen and (max-width: 350px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 340px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 351px) and (max-width: 400px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 340px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 390px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 470px;
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}

@media screen and (min-width: 601px) {
    .auth-token-card {
        position: absolute;
        z-index: 1;
        width: 550px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        border-radius: .25rem;
        background: white
    }
}


@media screen and (max-width: 350px) {
    .privacy-card {
        z-index: 1;
        width: 270px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (min-width: 351px) and (max-width: 600px) {
    .privacy-card {
        z-index: 1;
        width: 320px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (min-width: 601px) and (max-width: 991px) {
    .privacy-card {
        z-index: 1;
        width: 450px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (min-width: 992px) {
    .privacy-card {
        z-index: 1;
        width: 650px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}

@media screen and (max-width: 350px) {
    .show-responsive {
        display: none !important;
    }
}

@media screen and (max-width: 350px) {
    .enlarge {
        width: 100% !important;
    }
}

@media screen and (min-width: 351px) {
    .show-responsive {
        display: block !important;
    }
}

.my-post-card {
    box-shadow: 0 0 4px #888888 !important;
    z-index: 9;
}

.post-options-holder {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #212529;
}

.post-options-holder:hover {
    background-color: #d0e9ff;
}

.post-icon {
    color: #212529;
}


.post-options-holder:hover #post-icon {
    color: rgb(10, 88, 202);
}

.hover-blue-icon {
    color: #3198ff !important;
}

.opacity-btn-hover {
  transition: opacity 0.2s ease;
}

.opacity-btn-hover:hover {
  opacity: 0.8;
}

.post-details {
    font-size: 12px;
    color: #545b62;
}

.comment-holder {
    background-color: #f2f2f2;
    min-height: 37px;
    min-inline-size: 0;
    overflow-wrap: break-word;
}

.posting-btn {
    border-radius: 20px !important;
    letter-spacing: 1px;
    font-size: 1rem !important;
    border: 1px solid #a8a8a8;
    color: #5c5c5c;
    height: 40px;
    background-color: white;
    transition: font-size 0.4s, background-color 0.6s !important;
}

.posting-btn:hover {
    font-size: 1.1rem !important;
    background-color: lightgray !important;
}

.delete-post-btn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.delete-post-btn:hover {
    background-color: lightgray;
}

.add-comment-input {
    border-radius: 5px !important;
    letter-spacing: 1px;
    font-size: 0.9rem !important;
    border: 1px solid #a8a8a8;
    color: #5c5c5c;
    height: 40px;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.comment-options-holder {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    color: #212529;
}

.comment-options-holder:hover {
    background-color: #d0e9ff !important;
    color: #0a58ca;
}

.comment-options-holder:hover #comment-icon {
    color: rgb(10, 88, 202);
}


.comment-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #f2f2f2 transparent transparent transparent;
    left: 15%;
    margin-top: 16px;
}

.my-comment-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 28px 0 0;
    border-color: #f2f2f2 transparent transparent transparent;
    right: -10px;
    top: 0;
}

.my-left-comment-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 0 28px;
    border-color: #f2f2f2 transparent transparent transparent;
    left: -15px;
    top: 0;
}


.max-height-90 {
    max-height: 90px;
}

.show-more-tag {
    max-width: 150px;
}

.bg-dark {
    background-color: #212529;
}

.border-left-5 {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.border-right-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.border-left-10 {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.border-right-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#new-comment-modal-textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

@media screen and (max-width: 992px) {
    .post-img-width {
        max-width: 300px;
    }
}

.no-comments {
    font-size: 22px;
    color: #88888888;
    background-color: #ededed;
    min-width: 200px;
}

.post-card-600 {
    max-width: 600px;
}

.post-card-550 {
    max-width: 550px;
}

.border-top-none {
    border-top: none !important;
}

.post-btn-effect {
    position: relative;
    top: 0;
    transition: top ease 0.3s;
}

.post-btn-effect:hover {
    top: -3px
}

@media screen and (max-width: 992px) {
    .posts-container {
        height: 32vh;
        width: 100%;
        z-index: 4;
        display: flex;
        justify-content: center;
        position: relative;
    }
}

@media screen and (min-width: 993px) {
    .posts-container {
        height: 32vh;
        width: 100%;
        z-index: 4;
        display: flex;
        justify-content: center;
        position: relative;
    }
}


@media screen and (max-width: 365px) {
    .post-header-container {
        width: 300px !important;
    }

    .post-element {
        width: 300px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 293px !important;
    }
}

@media screen and (min-width: 366px) and (max-width: 410px) {
    .post-header-container {
        width: 355px !important;
    }

    .post-element {
        width: 355px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 348px !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 460px) {
    .post-header-container {
        width: 400px !important;
    }

    .post-element {
        width: 400px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 397px !important;
    }
}

@media screen and (min-width: 461px) and (max-width: 510px) {
    .post-header-container {
        width: 450px !important;
    }

    .post-element {
        width: 450px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 443px !important;
    }
}

@media screen and (min-width: 511px) and (max-width: 550px) {
    .post-header-container {
        width: 500px !important;
    }

    .post-element {
        width: 500px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 493px !important;
    }
}

@media screen and (min-width: 551px) and (max-width: 610px) {
    .post-header-container {
        width: 540px !important;
    }

    .post-element {
        width: 540px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 533px !important;
    }
}

@media screen and (min-width: 611px) and (max-width: 650px) {
    .post-header-container {
        width: 600px !important;
    }

    .post-element {
        width: 600px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 593px !important;
    }
}

@media screen and (min-width: 651px) and (max-width: 710px) {
    .post-header-container {
        width: 640px !important;
    }

    .post-element {
        width: 640px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 633px !important;
    }
}

@media screen and (min-width: 711px) and (max-width: 767px) {
    .post-header-container {
        width: 700px !important;
    }

    .post-element {
        width: 700px !important;
        margin-top: 80px
    }

    .post-header {
        margin: auto;
        width: 693px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
    .post-header-container {
        width: 755px !important;
    }

    .post-element {
        width: 755px !important;
        margin-top: 96px
    }

    .post-header {
        margin: auto;
        width: 748px !important;
    }
}

@media screen and (min-width: 811px) and (max-width: 880px) {
    .post-header-container {
        width: 790px !important;
    }

    .post-element {
        width: 790px !important;
        margin-top: 96px
    }

    .post-header {
        margin: auto;
        width: 783px !important;
    }
}

@media screen and (min-width: 881px) and (max-width: 991px) {
    .post-header-container {
        width: 860px !important;
    }

    .post-element {
        width: 860px !important;
        margin-top: 96px
    }

    .post-header {
        margin: auto;
        width: 853px !important;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .post-header-container {
        width: 350px !important;
    }

    .post-element {
        width: 350px !important;
        margin-top: 82px
    }

    .post-header {
        margin: auto;
        width: 343px !important;
    }

    .dynamic-posts-width {
        width: 350px !important;
    }
}

@media screen and (min-width: 1251px) and (max-width: 1750px) {
    .post-header-container {
        width: 550px !important;
    }

    .post-element {
        width: 550px !important;
        margin-top: 82px
    }

    .post-header {
        margin: auto;
        width: 543px !important;
    }

    .dynamic-posts-width {
        width: 550px !important;
    }
}

@media screen and (min-width: 1751px) {
    .post-header-container {
        width: 650px !important;
    }

    .post-element {
        width: 650px !important;
        margin-top: 82px
    }

    .post-header {
        margin: auto;
        width: 643px !important;
    }

    .dynamic-posts-width {
        width: 650px !important;
    }
}


