/*======================================
Theme Name: globaldealflow
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 3.3
Author: talec
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
input.uploadfield {
    padding: 10px 0;
}

form.submit_listing #filediv, form.submit_listing .old_gallery {
    width: 32%;
}

form.submit_listing #add_more {
    margin-top: -1px;
}


form.submit_listing #filedivwww {
    background: #f00;
    float: left;
    position: relative;
    margin-right: 5px;
    width: 24%;
    overflow: hidden;
    max-height: 58px;
    margin-bottom: 5px;
}

form.submit_listing .old_gallery {
    width: 30%;
    max-height: 36px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.uploadbtn {
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-weight: bold;
}

#footer-widgets .footer-widget li:before {
    display: none;
}

#footer-widgets .footer-widget li {
    padding-left: 0
}

#footer-widgets .fwidget {
    margin-bottom: 30px;
}

#top-menu li a {
    position: relative;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    padding: 40px 20px;
}

#top-menu li:hover > a {
    background-color: #f7f6f4;
    border-color: #d8d1ca;
}

#et-top-navigation {
    padding-top: 0 !important;
}

#top-menu li a:after {
    top: 40px !important;
}

#top-menu li a:before {
    content: ' ';
    position: absolute;
    display: block;
    border-top: 3px solid #000;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all ease .5s;
    box-sizing: border-box;
    opacity: 0;
}

#top-menu li a:hover:before {
    width: 100%;
    opacity: 1;
}

.col-left {
    width: 25%;
    float: left;
    padding: 0px 0px 20px 20px
}

.col-right {
    width: 75%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 10px
}

.col-fullwidth {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
}

.tml-action article {
    max-width: 400px
}

.tml-field {
    padding: 10px !important
}

.tml-button {
    padding: 10px 30px !important;
    background: #0094da;
    border: none;
    color: #fff
}

.facetwp-facet {
    margin-bottom: 0 !important
}

.filter-area {
    border: 1px solid #dedede;
}

.filter-area h3 {
    color: #56aee3;
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 12px 20px;
    font-weight: bold;
}

.filter-area h3.listicon:before {
    font-size: 26px;
    top: 6px
}

.accordion_head {
    background: #56aee3;
    border-top: 1px solid #e8e8e9;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 12px 20px;
    font-weight: bold;
}

.accordion_body {
    background: #fff;
    padding: 10px 20px 20px;

}

.accordion_body .facetwp-radio, .accordion_body .facetwp-checkbox, .accordion_body p {
    color: #56aee3;
}

.plusminus {
    float: right;
    font-size: 18px;
    font-weight: 600
}

.woocommerce-additional-fields {
    display: none
}

/** footer **/
#main-footer {
    background: url(/wp-content/uploads/2019/09/map.png) no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 1125px) {
    .grid-outer .grid-listing {
        width: 31.5%;
    }

    .signup-text {
        text-align: center;
    }

    .signup-input {
        width: 50%;
        padding-left: 12px;
        vertical-align: top;
    }

    .signup-text {
        width: 49%;
    }

    .signup-input {
        width: 50%;
    }

    .signup-input .email {
        width: 65%;
    }

    .connect .sign-up-btn {
        padding: 15px 8px;
    }

    #footer-widgets .footer-widget {
        width: 19%;
        margin-right: 1em
    }

    #footer-widgets .footer-widget:last-child {
        width: 36.9%;
        margin-right: 0
    }
}

@media only screen and (max-width: 1126px) and (min-width: 1020px) {

    .social-icons ul li a {
        padding: 0;
        line-height: 152px;
        font-size: 16px;
    }

    .connect-heading {
        padding: 62px 0;
    }
}

@media only screen and (max-width: 1021px) {
    .social-icons {
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .social-icons ul li a {
        font-size: 16px;
        width: 38px;
        height: 38px;
        line-height: 42px;
    }

    .connect .sign-up {
        width: 100%;
    }

    .grid-outer .grid-listing {
        width: 47.6%;
    }
}


/** company info **/
.company-info {
    padding: 15px 0 5px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    color: #565d62;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.company-info .item-property {
    float: left;
}

.company-info .item-attr {
    float: right;
}

.info-box .company-info:last-child {
    border: 0;
}

/*15-07*/
.my-listing img {
    border: 1px solid #ececec !important;
    max-width: 150px;
}

.my-listing h4 a {
    text-transform: capitalize;
    font-weight: 500;
    color: #666 !important;
    font-size: 16px;
}

.my-listing td, .my-listing td a {
    font-weight: 500;
    color: #666 !important;
    font-size: 16px;
}

.my-listing td a {
    color: #3a478f !important;
}

.my-listing td a:hover {
    color: #2EA3F2 !important;
}

.my-listing th {
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
    background: #ffffff !important;
    white-space: nowrap;
}

.my-listing td a.icon_pencil-edit {
    margin-right: 10px;
}

.my-listing td a.icon_pencil-edit:before {
    font-size: 21px;
    top: 2px;
    color: green;
}

.my-listing td a.icon_close_alt2:before {
    font-size: 21px;
    top: 3px;
    color: red;
}

.my-listing tr:nth-child(odd) {
    background-color: rgb(46, 163, 242, 0.08) !important;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/*
* Media Queries
*/

@media screen and (max-width: 980px) {
    #et-top-navigation {
        padding-top: 24px !important;
    }
}

@media screen and (max-width: 767px) {
    .listpage #left-area {
        -moz-column-count: 1;
        column-count: 1;
    }

    .col-left {
        width: 100%;
        padding: 0 20px;
    }

    .col-right {
        width: 100%;
        padding-right: 20px;
        padding-top: 20px;
    }

    .grid-outer .grid-listing {
        width: 100%;
        margin: 0 0 20px 0
    }

    .grid-logo {
        width: 55%;
        margin: 0 auto;
    }

    #footer-widgets .footer-widget {
        width: 50% !important;
    }

    .service-box, .have-que {
        width: 100% !important;
        border: 0
    }

    .listpage .profile-bar {
        margin: 0px !important;
    }

    .listpage .container {
        width: 85%;
    }

    .listpage .summary-section .pitch_desc {
        padding: 2em 0em;
        border-left: 0px;
        border-top: 1px solid #d4d4d5;
    }

    .listpage .profile-bar .profile-logo img {
        max-width: 55px !important;
        margin-bottom: 10px;
    }

    .listpage .profile-bar .profile-logo, .profile-bar .profile-name {
        padding-left: 0px;
        margin-left: 0px;
    }

    .listpage .summary-section .summary {
        padding: 2em 0em;
    }

    .connect .social-icons {
        padding: 30px;
    }

    .connect .connect-heading {
        padding: 0px 0px 10px;
    }

    .connect .sign-up {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .service-box .service-listing li a,
    .have-que ul li a.chat {
        padding-left: 0px !important;
    }

    p.help-center {
        padding-top: 20px;
    }

    .footer-logos .sponsored {
        float: unset !important;
        padding: 0px !important;
        width: 100% !important;
    }

    .footer-logos .site-logo {
        padding: 0px !important;
        width: 100% !important;
        float: unset !important;
        margin-bottom: 20px;
    }

    #footer-widgets .footer-widget:last-child {
        margin-bottom: 0px !important;
    }

    #footer-widgets {
        padding-bottom: 0px;
    }

    .have-que ul li a {
        font-size: 18px !important;
    }

    .registerPage {
        padding: 18px !important;
    }

    .registerPage .entry-title {
        font-size: 25px !important;
    }
}

@media only screen and (max-width: 576px) {
    .grid-logo {
        width: 75%;
        margin: 0 auto;
    }

    .signup-input, .signup-text {
        width: 100%;
    }

    .signup-text {
        margin-bottom: 10px;
    }

    #footer-widgets .footer-widget {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .detail-listing li, .social-listing li {
        width: 100%;
    }
}


/*21-july*/
.regbg {
    background-color: #f9eae1 !important;
    position: relative;
}

.regbg:after {
    content: '';
    background-image: url('./images/register.svg');
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    background-size: contain;
    width: 370px;
    height: 410px;
    right: 0;
    z-index: 0;
    opacity: 0.4;
}

.regbg .container {
    padding-bottom: 80px;
}

.registerPage {
    background: rgba(255, 255, 255, 0.75);
    border: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    max-width: 560px;
    margin: 0px auto;
    position: relative;
    z-index: 1;
}

.registerPage .entry-title {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 0px;
    /* margin-bottom:60px; */
}

.registerPage .entry-title span {
    color: #00abe8;
}

.registerPage .form-container {
    border-radius: 10px;
}

.registerPage .signup-form {
    box-shadow: none;
    background: transparent;
    padding: 0px;
}

.registerPage .container {
    padding-bottom: 60px;
}

.registerPage .signup-form label {
    margin-bottom: 5px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #3a478f !important;
}

.registerPage .btndiv {
    margin-bottom: 0px;
}

.registerPage .signup-form #submit {
    text-align: center;
    border-radius: 0px;
}

.registerPage .form-input {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #3a478f !important;
}

.registerPage label.error {
    color: red !important;
    font-size: 13px;
    position: unset !important;
}

.registerPage label.error:after {
    display: none;
}

.registerPage .form-radio input:checked + label {
    color: #fff !important;
}

.alertBox #sucess_msg_div {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border: 1px solid green;
}

.alertBox #sucess_msg_div .close {
    color: #155724;
}

.alertBox #error_msg_div {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border: 1px solid #721c24;
}

.alertBox #error_msg_div .close {
    color: #721c24;
}

.alertBox #sucess_msg_div,
.alertBox #error_msg_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 15px;
    /* position: absolute; */
    top: 50px;
    left: 0;
    right: 0;
    /* width: 90%; */
    margin: 20px auto;
    z-index: 4;
    font-size: 13px;
}

.alertBox #sucess_msg_div .close,
.alertBox #error_msg_div .close {
    position: unset;
    background: transparent;
    padding: 0px;
    width: auto;
    height: auto;
    font-size: 30px;
    line-height: 0px;
    margin-left: 10px;
}

.customLoader {
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 999999;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.customLoader img {
    max-width: 100px;
    width: 100%;
}

/*11-08-2021*/
#main-footer {
    background: #f1efec !important;
}

#footer-widgets .footer-widget a, #footer-widgets .footer-widget li a, #footer-widgets .footer-widget li a:hover {
    color: #2ea3f2 !important;
}

.footer-widget {
    color: #2ea3f2;
}

#footer-bottom {
    background-color: #56aee3;
}

#footer-info span {
    color: #fff;
}

.grid-listing-custom .grid-listing .grid-text {
    position: unset;
    padding: 15px;
    border-bottom: 1px solid #fff;
    height: 60px;
    display: flex;
    align-items: center;
}

.grid-listing-custom .grid-listing .gridpragraph {
    background: #56aee3;
    height: 100%;
}

.grid-listing-custom .grid-listing .grid-text p {
    color: #fff;
}

.grid-listing-custom .grid-listing .token-li {
    color: #fff;
}

.grid-listing-custom .grid-listing .token-li span {
    color: #fff;
}

.grid-listing-custom .grid-listing .overlay {
    background-color: #f4f3f3;
}

.grid-listing-custom .grid-listing .token-li ul li {
    border-bottom: 0;
    border-left: 0px;
    min-height: 71px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid-listing-custom .grid-listing .token-li ul li span {
    display: block;
}

.grid-listing-custom .grid-listing .token-li ul {
    display: flex !important;
    justify-content: space-between;
}

.grid-listing-custom .grid-listing .token-li ul li:last-child {
    border-right: 0px !important;
}

.grid-listing-custom .grid-listing .simplefavorite-button {
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #fff !important;
}

.grid-listing-custom .grid-listing .simplefavorite-button i {
    font-size: 11px;
}

.grid-listing-custom .grid-listing .simplefavorite-button i:before {
    margin: 0px;
}

.grid-listing-custom .grid-listing {
    box-shadow: 0 12px 34px -11px rgba(56, 174, 227, 0.2);
    box-shadow: 0 31px 34px -11px rgba(56, 174, 227, 0.4);
    /* box-shadow: 0 12px 34px -11px #7942ff2e; */
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 15px;
    width: 30%;
}

.grid-listing-custom .grid-listing a {
    position: relative;
    overflow: hidden;
}

.grid-listing-custom .grid-listing a:hover .overlay {
    display: none;
}

.grid-listing-custom .grid-listing a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 60px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    animation-name: slide;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-delay: .3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
    display: none;
}

@keyframes slide {
    0% {
        left: -50px;
        top: 0;
    }
    50% {
        left: 5px;
        top: 0px;
    }
    100% {
        left: 80px;
        top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
        min-width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .grid-listing:nth-child(2n+2) {
        margin-right: 20px !important;
    }

}

@media only screen and (max-width: 991px) {
    .grid-listing-custom .grid-listing {
        width: 47%;
        margin-right: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .grid-listing-custom .grid-listing {
        width: 100%;
        margin-right: 0px !important;
    }

    .facetwp-facet-search .facetwp-input-wrap {
        width: 100%;
    }

    .chakra-stack4 {
        /* display: block!important; */
    }

    .editBlock {
        flex-direction: column !important;
    }

    .editBlock button.cancelBtn {
        width: 100% !important;
        margin: 10px 0px !important;
    }
}

@media only screen and (max-width: 384px) {
    #top-header #et-info {
        display: flex;
        justify-content: center;
    }

    #top-header .container {
        padding: 0 10px;
        width: 100%;
    }
}

/* chat section design */
.comment_section_inner {
    padding: 20px;
    box-shadow: 0 5px 16px -3px rgba(0, 0, 0, .09);
    background: #e9f6fb;
    border: 1px solid #e3e4e8;
    background-color: #fff;
    transition: box-shadow .25s ease-in-out, -webkit-box-shadow .25s ease-in-out;
    border-radius: 5px;
}

.chakra-heading {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 10px 0;
}

.chakra-stack4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chakra-stack5 {
    display: flex;
}

.chakra-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e9f6fb;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.chakra-text-name {
    padding-bottom: 0px;
    color: rgba(12, 113, 195, 1);
    font-weight: 600;
    font-size: 14px;
}

.chakra-text {
    padding-bottom: 0px;
    color: #4a5568;
    font-weight: 500;
    font-size: 13px;
}

.chakra-stack-btn-row {
    text-align: right;
}

.chakra-stack-btn-row button {
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.chakra-stack-btn-row button i {
    font-size: 16px;
    color: rgba(12, 113, 195, 1);
}

.chakra-stack__divider {
    border-bottom: 1px solid #e9f6fb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.leaveaNote {
    display: block;
    margin-bottom: 10px;
}

.subscribe_sec .chakra-input {
    outline: none;
    border: 1px solid #e3e4e8;
    padding: 15px;
    width: 100%;
}

.subscribe_sec #submit:hover {
    color: #fff !important;
    padding: 15px 30px !important;
    background: #003057 !important;
}

.subscribe_sec .form-submit {
    margin-top: 0px;
    color: #fff;
    padding: 15px 30px;
    background: #0c71c3;
    border-color: #0c71c3;
}

.editBlock button {
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    margin-right: 10px;
    background: rgba(12, 113, 195, 1);
}

.editBlock button:hover {
    background: #0c213c;
}

.editBlock button:last-child {
    margin-right: 0px;
}

.cancelBtn {
    background: #e9f6fb !important;
    color: rgba(12, 113, 195, 1) !important;
}

.cancelBtn:hover {
    background: #d1eef9 !important;
}

.editBlock .chakra-input {
    outline: none;
    border: 1px solid #e3e4e8;
    padding: 10px;
    width: 100%;
    margin-right: 10px;
}

.editBlock {
    display: flex;
}

.chakra-stack7 .chakra-text {
    text-align: right;
}

.subscribe_sec .error {
    color: red;
    position: unset;
    font-size: 11px;
}

.subscribe_sec .chakra-input.error {
    border-color: red;
}

.subscribe_sec .error:after {
    display: none;
}

.grid-outer .grid-listing .simplefavorite-button {
    top: 0 !important;
}

.favorite_remove_arrow button:after {
    display: none;
}

/****** css added by sandeep 13th may 2023 ***/
.custom-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.custom-loader .loader-modal {
    border-color: #0069ff;
    border-right-color: #00bec0;
}

.column_review .grid-listing {
    display: block;
    position: relative;
    margin-right: 12px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: #fff;
}

.gridpragraph .grid-button a:before {
    display: block;
    left: 0;
    right: -40px;
}

.gridpragraph .grid-button a {
    display: inline-block;
}

/* 22-may-2022 shubhangi paliwal */
.custom_usr_register .et_pb_text_inner h2 {
    text-align: center;
    font-weight: 700;
}

.custom_usr_register .et_pb_module:first-child {
    margin-bottom: 0;
}

.custom_usr_register .et_pb_text_inner p {
    text-align: center;
    color: #ffffff;
}

.custom_usr_register #sign-join-form .et_pb_text_inner .mo-openid-app-icons {
    display: flex !important;
    flex-wrap: wrap;
}

.custom_usr_register .frm_style_formidable-style.with_frm_style .frm_submit button {
    width: 100%;
}

.custom_usr_register .et_pb_column_1 {
    padding: 50px 50px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, rgba(43, 135, 218, 0.71) 1%, rgba(62, 108, 168, 0.95) 99%), url(https://globalcapitalnetwork.com/wp-content/uploads/2023/05/Global-Investor-Network-Connections-IR-Firm-GCN-Newport-Beach-Ca.jpg) !important;
}

.custom_usr_register .et_pb_column_1 .et_pb_module {
    margin: auto;
    margin-bottom: 20px;
}

.custom_usr_register .et_pb_column_1 .et_pb_image_wrap {
    display: flex;
    justify-content: center;
}

.custom_usr_register .et_pb_column_1 .et_pb_image_wrap img:first-child {
    width: 50%;
    margin-bottom: 20px;
}

.custom_usr_register .with_frm_style input[type=email], .custom_usr_register .with_frm_style input[type=password] {
    height: 40px;
}

.custom_usr_register .join_img_1 {
    width: 50%;
    background: white;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
}

.custom_usr_register .frm_style_formidable-style.with_frm_style .form-field {
    grid-column: span 12/span 12;
}

/* css start by sp 30may */
.com_content .col-left {
    width: unset;
    float: unset;
}

.com_page_profile .kanban-board {
    width: 285px !important;
    background: unset !important;
}

.com_page_profile .kanban-board .kanban-drag {
    padding: unset !important;
}

.com_page_profile .kanban-item {
    padding: unset !important;
}

.com_page_profile .kanban-board header {
    border-radius: 4px;
    background: unset;
}

.kanban-board .kanban-drag {
    width: 100%;
    overflow-y: scroll !important;
}

.com_content .grid-button {
    border-radius: 4px !important;
}

.com_content .grid-logo img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.com_content .grid-text p {
    font-weight: 600;
    line-height: 20px;
}

.com_content .grid-bottom-text p {
    font-size: 14px;
    border: unset !important;
}

.com_content .grid-text {
    width: 80%;
}

.com_content .gridpragraph .grid-button a {
    text-decoration: none;
}

.com_content .grid-outer .token-li ul li {
    padding: 10px;
}

.com_content .post-title span {
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    background: #eaf6fc;
    color: #000;
    box-shadow: inset 0 4px 5px rgb(0 93 187 / 7%);

}

.com_content .simplefavorite-button {
    border: none;
}

::-webkit-scrollbar {
    width: 20px;

}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;

}

::-webkit-scrollbar-thumb:hover {
    /*background: #b30000 !important;*/
}

.verification-page {
    margin-top: 50px;
    margin-bottom: 50px;
}