body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    image-rendering: -webkit-optimize-contrast;
    background-color: #edeff0;
}

a {
    text-decoration: none;
}

a:focus,
a:active,
.btn:focus,
.btn:active {
    box-shadow: none !important;
    outline: 0px !important;
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.form-control:focus {
    box-shadow: none;
}

.bg-new {
    background-color: #2c4278;
    background-color: #2c294b;
}

.bg-answer {
    background-color: #eff5ff !important;
    border: 2px solid #fff;
}

.modal-backdrop.show {
    z-index: 999999;
    opacity: 0.75;
}

.modal {
    z-index: 9999999;
}

#MyModal {
    z-index: 9999999 !important;
    font-size: 14px;
    font-weight: 400;
}

.modal-body {
    background-color: #fcfcfb;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0;
}

#ohsnap {
    position: fixed;
    font-size: 14px;
    bottom: 5px;
    right: 5px;
    margin-left: 5px;
    z-index: 99;
}

.alert-green {
    color: white;
    background-color: #71c169;
    padding: 10px 15px;
}

.alert-orange {
    color: white;
    background-color: orange;
    padding: 10px 15px;
}

.submit-button {
    background-color: #65b89e;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: 0;
}

.modal-title {
    font-size: 15px;
    font-weight: 500;
}

.close {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    border: 0;
    background-color: transparent;
}

.submission-box {
    border-top: 1px dotted #ccc;
}


.pagination-next {
    display: none;
}

.pagination {
    margin-bottom: 0;
}

.pagination .page-link {
    color: #000;
    font-size: 13px;
    border: 0;
}

.page-item.active .page-link {
    background-color: #50cd89;
    color: #fff;
}

.btn-suggest,
.btn-suggest:hover {
    background-color: #50cd89;
    font-size: 13px;
    padding: 8px 10px;
    border: 0;
    border-radius: 5px;
}

.text-logo {
    font-size: 20px !important;
    color: #111;
    font-weight: 900 !important;
}

.most-liked {
    display: table;
    background-color: #50cd89;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 3px 7px;
}

.navbar-blue {
    background: #fff;
}

.nav-link {
    color: #111 !important;
    font-size: 16px;
    font-weight: 600;

}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.nav-pills .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #fff;

}

.nav-pills .nav-link.active {
    color: #2c294b;

}

.breadcrumbs {
    display: block !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.85rem;
    line-height: 25px;
}

.breadcrumbs a {
    color: #4a4a4a;
    text-decoration: none;
}

.breadcrumbs .sep {
    color: #4a4a4a;
    margin: 0 2px;
}

.visit-link {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px;
    background-color: #571950;
}

.like-link {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px;
    background-color: #50cd89;
}

.search-box,
.search-box:focus {
    border-color: #eee;
    border-radius: 7px;
    color: #111;
    font-size: 14px;
    width: 100%;
    height: 2.375rem;
    line-height: 2.375rem;
}

.navbar-toggler {
    border: 0;
    color: #333;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.alternatives h3 {
    font-size: 20px;
    color: #2c294b;
    font-weight: 600;
    margin-bottom: 0;
}

.alternatives p {
    color: #333;
    margin-bottom: 0;
}

.alternatives .rounded {
    border-radius: 10px !important;
}

.alternatives .count {
    background-color: #fff3cd;
    color: #664d03;
    display: table;
    border: 1px dashed #ffc700 !important;
    border-radius: 5px;
    padding: 1px 8px;
    margin: 5px 0;
    font-size: 12px;
}

.footer-container {
    background-color: #fff;
    color: #111;
    font-weight: 500;
}

.footer-container .section-head {
    font-size: 16px;
    font-weight: 900;
    display: block;
}

.page-footer {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

.page-footer a {
    color: #111;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
}

.social-media a {
    display: inline-block;
}

.social-media span {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.social-media i {
    color: #111;
    text-align: center;
    font-size: 18px !important;
    margin-right: 10px;
}

.w-33 {
    width: 33.3333% !important;
}

.item-image {
    border-radius: 7px !important;
    width: 125px;
    height: 125px;
}

.list-image {
    width: 100px;
    height: 100px;
    border-radius: 7px !important;
}


.item-title {
    font-size: 26px;
    font-weight: 600;
}

.item-description {
    font-size: 16px;
    font-weight: 400;
}

.share-link {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px;
    background-color: #2d2d44;
}

.share-link .dropdown-toggle {
    border: 0;
    color: #fff;
    background-color: transparent !important;
    font-size: 13px;
    font-weight: 400 !important;
}

.share-link .dropdown-toggle::after {
    content: none;
}

.share {
    background-color: #2c294b;
    color: #fff;
}

.share i {
    font-size: 30px;
    margin: 15px 20px;
    color: #fff;
}

.modal-header {
    border-bottom: 1px solid #343153;
}

.modal-title {
    font-size: 19px;
}

.answer-box {
    display: none;
    font-size: 15px;
}

.answer-button {
    background-color: #50cd89;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    border: 0;
}

.question-member {
    background-color: #571950;
    text-transform: uppercase;
    display: table;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.answer-member {
    background-color: #ce2525;
    text-transform: uppercase;
    display: table;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 500;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.time-ago {
    display: block;
    font-size: 14px;
    color: #999 !important;
}

.answers {
    display: block;
    text-align: center;
    font-size: 14px;
    background-color: #f7f7f7;
    padding: 5px 15px;
    border-radius: 5px;
}

.answers b {
    font-size: 16px;
}

.question-title {
    font-weight: 900;
    font-size: 25px;
}

.question-title a {
    color: #222;
}

.section-title {
    font-weight: 900;
    font-size: 20px;
    display: block;
}

.top-title {
    font-weight: 900;
    font-size: 20px;
    display: block;
    line-height: 25px;
}

.list-time-ago {
    border-radius: 5px;
    background-color: #fff3cd;
    color: #664d03;
    font-size: 13px;
    padding: 1px 7px;
    margin-top: 2px;
    display: table;
}

.vote {
    border: 0;
}

.category-menu {
    border: 0;
    color: #111;
    line-height: 0;
}

.dropdown-menu-top,
.dropdown-menu-share {
    font-size: 15px;
    border-color: #ddd;
}

.cookiealert {
    font-size: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 99999999999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background-color: rgba(0, 0, 0, 0.75);
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #fff;
}

.cookiealert .accept-cookies {
    margin: 0 0 0 5px;
    text-align: center;
    padding: 2px 6px;
    font-size: 14px;
    background-color: #85c154;
    color: #fff;
    border-radius: 3px;
    border: 0;
}

@media (max-width: 991px) {

    .nav-pills .nav-link {
        font-size: 14px;
    }

    .nav-pills i {
        margin-bottom: 2px;
        display: block;
    }
    
    .visit-link {
        font-size: 12px;
    }
    
    .like-link {
        font-size: 12px;
    }

    .share-link .dropdown-toggle {
        font-size: 12px;
    }
    
    .item-image {
        width: 75px;
        height: 75px;
    }

    .list-image {
        width: 75px;
        height: 75px;
    }

    .item-title {
        font-size: 20px;
    }

    .item-description {
        font-size: 14px;
    }
    
    .question-title {
        font-size: 22px;
    }

    .modal-title {
        font-size: 16px;
    }

    .search-box,
    .search-box:focus {
        width: 100%;
    }

    .dropdown-menu-top {
        border: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .dropdown-menu-top .dropdown-item {
        padding-left: 0;
    }

    .dropdown-menu-share {
        border-color: #eee;
    }

}