html, body {
    font-size: 14px;
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background: #f7f7f7;
    color: #101423;
}

a {
    /*color: #76b900;*/
    color: #76b900;
    text-decoration: none;
}

a:hover {
    opacity: 0.9;
    color: #76b900;
}

p a:hover {
    /* text-decoration: underline; */
}

.btn-outline-primary {
    color: #76b900;
    border-color: #76b900;
    color: #101423;
    background: #f2f2f2;
    border: none;
    border-radius: 0;
}

.btn-outline-primary:hover {
    color: #101423;
    background-color: #ccc;
    border-color: #ccc;
    opacity: 1;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    color: #000;
    background-color: #76b900;
    border-color: #76b900;
    /* font-weight: bold; */
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: none;
}

.text-dark {
    color: #000 !important;
}

a.text-dark:hover {
    color: #76b900 !important;
}

.mr-1 {
    margin-right: 0.5rem;
}

.mr-2 {
    margin-right: 1rem;
}

.ml-2 {
    margin-left: 1rem;
}

.mr-3 {
    margin-right: 2rem;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    /* height: 5rem; */
}

nav {
    border-bottom: none;
    background: #000;
    /*border-bottom: 1px solid #d1dce6;*/
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    /* color: #eb1b23; */
    /* font-size: 1.5rem; */
    /* font-weight: bold; */
    /* width: 6rem; */
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light .navbar-brand:hover {
    opacity: .8;
}

.nav-link, .nav-link:active, .nav-link:focus, .nav-link:visited {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
    /* opacity: 0.8; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1.1rem;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active {
    color: #fff;
    font-weight: bold;
}

.navbar-brand {
    /* margin-right: 3rem; */
}

.navbar-light .navbar-nav .nav-link {
    color: #101423;
}

.text-primary {
    color: #76b900 !important;
}

.text-success {
    color: #76b900 !important;
}

.text-secondary {
    color: #888 !important;
}

.border-secondary {
    border: solid 1px #aeb0bb;
}

.projects_page .project_item .btn, .projects_page .project_item .btn:focus {
    /*border-radius: 0;*/
    /*background: none;*/
    /*border: none;*/
    /* color: #76b900; */
    outline: none !important;
    box-shadow: none !important;
}

.user_role {
    color: #fff;
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem;
    margin-left: 1rem;
    /*font-weight: bold;*/
    border-radius: 1rem;
    /*border-radius: 0;*/
}

.projects_page .project_name a {
    display: flex;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.btn-group > .btn {
    flex: 0 0 auto;
}

.btn {
    outline: none;
    transition: none;
}

.btn:hover {
    outline: none;
    opacity: 0.8;
}

.btn-danger {
    background: #ff0000 !important;
}

.btn-dark {
    background: #000000 !important;
}

.projects_page th {
    width: 5rem;
}

.projects_page .project_item {
    /* border: none; */
    /* background: #eeeef0; */
    /* margin-bottom: 1rem; */
    /* padding: 1rem 0; */
    /* border-radius: 0.5rem; */
    /* border-bottom: dashed 1px #dcdcde; */
}

.projects_page .project_item:hover {
    /* background: #fafafa; */
}

.projects_page .project_name {
    display: flex;
}

.projects_page .project_name a {
    /* font-size: 1.4rem; */
    text-decoration: none;
    color: #101423;
    margin-right: 0.5rem;
    font-weight: bold;
}

.projects_page .project_name a:hover {
    /*text-decoration: underline;*/
}

.projects_page .badge, .detail_page .badge {
    font-size: 0.9rem;
    border-radius: 0;
    font-weight: normal;
    height: 1.6rem;
    border-radius: 1rem;
    border-radius: 0;
}

.projects_page .badge.project_status, .projects_page .badge.project_need_type {
    margin-right: 0.5rem;
    margin-top: 0.2rem;
}

.projects_page .project_name a.end {
    /* color: #aaa; */
}

.projects_page .project_name a:hover {
    color: #76b900;
}

.selector_panel {
    /*padding: 1.5rem 0;*/
    /* background: #f7f7f7; */
}

.main {
    /* padding: 3.55rem 0; */
}

.table {
    margin-bottom: 0;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .5rem;
    border-radius: 0;
    border: none;
    border: solid 1px #eee;
    box-shadow: 0 0.1rem 0.1rem #ddd;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #76b900;
}

.form-control:focus {
    border-color: #76b900;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    background-color: #76b900;
    border-color: #76b900;
    box-shadow: none;
}

.page-link, .page-link:focus {
    color: #76b900;
    box-shadow: none;
}

.project_intro {
    /* background: #F0F5FF; */
    /* background-size: cover; */
}

.detail_page .project_name .badge {
    background-color: #fff !important;
    color: #76b900;
    background: linear-gradient(90deg, #bde7d4, #f7f7f7);
    border: none;
    margin: 0;
    padding: 0.5rem 1rem;
    height: auto;
}

.detail_page .project_detail_name {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 1rem;
    display: inline-block;
    color: #101423;
}

.detail_page .project_detail_name::first-letter {
    margin-left: -1rem;
}

.first-letter {
    margin-left: -1rem;
}

.detail_page .project_intro .badge {
    /* border-radius: 0.4rem; */
    font-size: 1rem;
}

.badge-primary {
    background: #76b900;
}

.badge-secondary {
    background: #6c757d;
}

.badge-warning {
    background: #f6ca2b;
}

.badge-success {
    background: #49b849;
}

.badge-dark {
    background: #101423;
}

.o-1 {
    opacity: 1;
}

.o-2 {
    opacity: 0.5;
}

.o-3 {
    opacity: 0.3;
}

.detail_page .project_intro .badge_need_type {
    background: #f7f7f7 !important;
    color: #76b900 !important;
    font-weight: normal;
    border: solid 1px #76b900;
    border-color: #76b900 !important;
}

.project_need_type.text-success {
    color: #49b849 !important;
    border-color: #49b849 !important;
}

.detail_page .detail_title, .detail_title {
    /*border-left: solid 0.5rem #76b900;*/
    /*padding-left: 1rem;*/
    padding: 1.5rem 0;
    /*color: #76b900;*/
    font-weight: bold;
    /* font-size: 1.2rem; */
}

.detail_page .detail_title.detail_title_danger, .detail_title.detail_title_danger {
    /*border-left: solid 0.5rem #eb1b23;*/
}

.detail_page th, .add_edit_page th {
    background: #f7f7f7;
    /*font-weight: normal;*/
    width: 12rem;
    color: #101423;
}

.badge {
    border-radius: 0;
}

.bg-danger {
    background: #ee2500 !important;
}

.bg-dark {
    background: #101423 !important;
}

.bg-warning {
    background: #fa0 !important;
}

.bg-primary {
    background: #76b900 !important;
}

.bg-secondary {
    background: #797c86 !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.4rem 1rem;
}

[v-cloak] {
    display: none !important;
}

.table {
    color: #000;
}

.text-warning {
    color: #f60 !important;
}

.text-danger {
    color: #ee2500 !important;
}

.hl {
    background: yellow;
}

.logo {
    /* width: 6rem; */
}

.logo img {
    height: 2.6rem;
}

.nav-center {
    flex-grow: 1;
}

.btn-primary {
    /* color: #000 !important; */
    background-color: #76b900 !important;
    border-color: #76b900 !important;
}

.btn-success, .bg-success {
    color: #fff !important;
    background-color: #00b16a !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #f60;
    border-color: #f60;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #fff !important;
    background-color: #f70;
    border-color: #f70;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff !important;
    background-color: #fc0;
    border-color: #fc0;
}

.btn-check:focus + .btn-success, .btn-success:focus, .btn-success:hover {
    color: #fff;
    background-color: #024681;
    border-color: #024681;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #3b698f;
    border-color: #3b698f;
}

.hl-success {
    background: #e9f9dc;
    /*font-weight: bold;*/
}

.hl-danger {
    background: #ffe3e3;
    /*font-weight: bold;*/
}

@media screen and (max-width: 1000px) {
    .mobile_hide {
        display: none !important;
    }

    .detail_page .project_detail_name {
        font-size: 2rem;
    }

    .project_panel {
        padding: 1rem;
    }
}

@media screen and (min-width: 1000px) {
    .pc_hide {
        display: none !important;
    }
}

.bls {
    border-left: solid 0.5rem #76b900;
    padding-left: 1rem;
}

.border-primary {
    border: solid 1px #76b900 !important;
}

.border-success {
    border: solid 1px #76b900 !important;
}

.border-warning {
    border: solid 1px #f60 !important;
}

.border-danger {
    border: solid 1px #eb1b23 !important;
}

.border-dark {
    border: solid 1px #000 !important;
}

.float-right {
    float: right;
}

.projects_page .btn_add {
    position: absolute;
    right: 0;
    top: 0.5rem;
    z-index: 998;
}

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

input[type=text], input[type=date], input[type=password], input[type=number], textarea {
    background: #fafafa !important;
    box-shadow: inset 0 0.2rem 0.2rem #f0f0f0;
    color: #000;
}

input::placeholder, textarea::placeholder {
    color: #aaa !important;
    opacity: 1;
}

.ml-3 {
    margin-left: 1rem;
}

pre {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    margin-bottom: 0;
    white-space: pre-wrap;
}

.table {
    table-layout: fixed;
}

.table td pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 100%;
    overflow: auto;
    word-break: break-all;
}

.modal {
    display: block;
    background: rgba(0, 0, 0, 0.4);
}

.modal-dialog {
    top: 10rem;
}

.projects_page .search_panel {
    padding: 3rem 0;
    background: #fafafa;
}

.bg-gray {
    background: #f2f2f2 url('/bottombg-8f5a5eab152a764b6adc898dc67f9815.png') center center no-repeat;
    background-size: cover;
}

.bg-gray2 {
    background: #f2f2f2;
}

a.text-primary:hover, a.text-danger:hover {
    /*text-decoration: underline;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.flex {
    display: flex;
}

.pl-0 {
    padding-left: 0.3rem;
}

.pr-0 {
    padding-right: 0.3rem;
}

.view_bg {
    /* background: #f2f2f2; */
}

.view_bg a {
    display: inline-block;
    /* font-weight: bold; */
    padding: 1rem 2.5rem;
    /*border-radius: 0.5rem 0.5rem 0 0;*/
    /*margin-bottom: -0.1rem;*/
    /*border: solid 0.1rem #fafafa;*/
    border-bottom: none;
    /*border-top: solid 0.2rem transparent;*/
    /*margin-right: 0.5rem;*/
    color: #000;
}

.view_bg a.current, .view_bg a:hover {
    border-bottom: none;
    background: #747a66;
}

.view_bg a:hover {
    /*background: #ddd;*/
    color: #000;
    background: #154978;
}

.view_bg a.current {
    color: #76b900;
    background: #fff;
}

.bg_transparent {
    background: transparent !important;
}

.table-border-dark, .table-border-dark tr td {
    border-color: #000;
}

.ml-4 {
    margin-left: 2rem;
}

.project_item_icons {
    font-size: 1.2rem;
    padding-right: 0.6rem;
}

.project_item_icons span {
    margin: 0.3rem;
    height: 3.5rem;
    width: 3.5rem;
    display: block;
    text-align: center;
}

.project_item_icons i {
    /* border: solid 1px #ddd; */
    padding: 1.2rem 0;
    border-radius: 0rem;
    /*border-radius: 100%;*/
    /*background: linear-gradient(45deg, #eee, #fafafa);*/
    /*background: #fafafa;*/
    color: #fff;
    font-size: 1.2rem;
}

.project_detail_name i {
    padding: 0.8rem;
    border-radius: 0.5rem;
    border-radius: 0;
    font-size: 1.6rem;
}

.text-write {
    color: #fff;
}

.icon_new {
    /*font-size: 1rem;*/
    /*background: #dd0000;*/
    /*border-radius: 100%;*/
    /*color: #fff !important;*/
    /*font-weight: normal;*/
    /*display: inline-block;*/
    /*width: 2rem;*/
    /*text-align: center;*/
}

.option_panel {
    border-top: solid 1px #ddd;
    background: linear-gradient(135deg, #fff, #eee);
    padding: 1rem;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.excel_container table {
    width: 100%;
}

.excel_container table td {
    padding: 0.5rem;
    border: solid 1px #000;
}

.excel_container.excel_container_1 table {
    /*font-size: 1.1rem;*/
}

.excel_container.excel_container_1 #sjs-A1, .excel_container.excel_container_2 #sjs-A1 {
    background: #0bc1bd;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}

.excel_container.excel_container_1 #sjs-A2, .excel_container.excel_container_1 #sjs-B2, .excel_container.excel_container_1 #sjs-C2, .excel_container.excel_container_1 #sjs-D2, .excel_container.excel_container_1 #sjs-E2, .excel_container.excel_container_1 #sjs-F2, .excel_container.excel_container_1 #sjs-G2, .excel_container.excel_container_2 #sjs-A2, .excel_container.excel_container_2 #sjs-B2, .excel_container.excel_container_2 #sjs-C2, .excel_container.excel_container_2 #sjs-D2, .excel_container.excel_container_2 #sjs-E2, .excel_container.excel_container_2 #sjs-F2, .excel_container.excel_container_2 #sjs-G2 {
    font-weight: bold;
}

.excel_container.excel_container_1 #sjs-A20, .excel_container.excel_container_1 #sjs-B20, .excel_container.excel_container_1 #sjs-C20, .excel_container.excel_container_1 #sjs-D20, .excel_container.excel_container_1 #sjs-E20, .excel_container.excel_container_1 #sjs-F20, .excel_container.excel_container_1 #sjs-G20, .excel_container.excel_container_2 #sjs-A20, .excel_container.excel_container_2 #sjs-B20, .excel_container.excel_container_2 #sjs-C20, .excel_container.excel_container_2 #sjs-D20, .excel_container.excel_container_2 #sjs-E20, .excel_container.excel_container_2 #sjs-F20, .excel_container.excel_container_2 #sjs-G20 {
    background: #fde9d9;
}

.dropdown-divider {
    color: #dddddd;
}

.new_badge {
    background: #f2f2f2;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    color: #000;
    border-radius: 1rem;
    font-weight: normal;
}

.new_badge pre {
    font-size: 0.8rem;
}

a.new_badge {
    /* opacity: 0.8; */
}

a.new_badge:hover {
    opacity: 0.8;
}

.bg-blue {
    background: #eaeff5;
}

.projects_top {
    background-size: cover;
}

.projects_status_nav a {
    display: inline-block;
    padding: 0.5rem 3rem;
    font-size: 1rem;
    color: #000;
    /* font-weight: bold; */
    /* opacity: 0.6; */
    /* border-right: 1px solid #ddd; */
    /* border-left: solid 1px #76b900; */
    /* border-right: solid 1px #76b900; */
}

.projects_status_nav a:hover {
    background: #ccc;
}

.projects_status_nav a.active {
    color: #000;
    background: #76b900;
    opacity: 1;
    /* border-left: 1px solid #4776a0; */
}

.projects_status_nav a.active {
}

.projects_search, input.search {
    /* border: solid 1px #76b900; */
    border-radius: 0.2rem;
    /* border-radius: 0; */
    width: 50%;
    background: #fafafa;
}

.noline {
    text-decoration: none !important;
}

.btn-light {
    background: #fff;
    border: solid 1px #76b900;
}

.btn-light:hover, .btn-light:focus {
    border: solid 1px #76b900;
    opacity: 0.8;
}

.left_bar {
    /* padding-top: 5rem; */
    width: 244px;
    /* height: 100vh; */
    background: #fff;
    /* background: #76b900; */
    /* position: fixed; */
    margin-top: 5rem;
    width: 240px;
    display: block;
}

.admin_left_bar {
    margin-top: 3.6rem;
    position: fixed;
    height: 100vh;
}

.left_bar .left_menu i {
    display: inline-block;
    width: 1.5rem;
    text-align: center;
    color: #76b900;
}

.admin_left_bar .left_menu.active i {
    color: #fff;
}

.left_bar .left_menu .sub_menus a:hover i {
    color: #76b900 !important;
    opacity: 1;
}


.left_bar .left_menu .menu_title {
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 1rem;
}

.admin_left_bar .left_menu .menu_title {
    /* color: #fff; */
}

.left_bar .left_menu .sub_menus {
}

.left_bar .left_menu .sub_menus a {
    padding: 1rem 2rem;
    display: block;
    color: #000;
    /*font-size: 1.1rem;*/
    /* opacity: 0.5; */
    /*font-weight: bold;*/
    /*transition-delay: 0.1s;*/
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    width: 240px;
}

.left_bar .left_menu .sub_menus a:hover {
    background: #efefef;
    opacity: 1;
    /*font-weight: bold;*/
    color: #76b900;
}

.admin_left_bar .left_menu .sub_menus a:hover {
    /* background: #555; */
    /* opacity: 1; */
    /*font-weight: bold;*/
    /* border-bottom: solid 1px #747a66; */
    /* border-top: solid 1px #747a66; */
    /* color: #fff; */
}

.left_bar .left_menu .sub_menus a.active {
    background: #76b900;
    opacity: 1;
    /* font-weight: bold; */
    /* border-bottom: 1px solid #4776a0; */
    /* border-top: solid 1px #4e5343; */
    color: #000;
}

.left_bar .left_menu .sub_menus a.active i {
    color: #000 !important;
    width: 1.5rem;
    font-weight: bold;
}

.admin_left_bar .left_menu .sub_menus a {
    /* color: #fff; */
    /* opacity: 0.6; */
    /* border-bottom: solid 1px #666; */
}

.admin_left_bar .left_menu .sub_menus a.active {
    /* background: #fff; */
    /* font-weight: bold; */
    /* color: #000; */
}

.main_right {
    margin-left: 1rem;
    padding: 1rem;
    margin-top: 5rem;
    background: #fff;
}

.admin {
    /* background: #F0F5FF; */
}

.admin .main_right {
    margin-left: 255px;
    margin-top: 3.6rem;
}

@media (max-width: 1000px) {
    .main_right {
        margin-left: 0px;
        padding: 0rem;
    }

    .projects_search {
        width: 95%;
    }
}

.pagination {
    flex-wrap: wrap;
}

.pagination li {
    margin-bottom: 0.5rem;
}

.btn-favorite {
    font-size: 1.3rem;
}

.text-1rem {
    font-size: 1rem;
}

.user_quote {
    background: #f7f7f7;
    padding: 1rem;
    font-size: 1.1rem;
    border: solid 1px #dee2e6;
    /* font-weight: bold; */
    /* color: #76b900; */
}

.user_quote pre {
    font-size: 1.1rem;
    text-wrap: auto;
}

.admin_quote {
    background: #ffe6e6;
}

.user_tanents_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.user_tanents a {
    padding: 3rem;
    text-align: center;
    border: solid 1px #ddd;
    box-shadow: 0 0 1rem #eee;
    display: inline-block;
    margin: 1rem;
    border-radius: 1rem;
    background: linear-gradient(45deg, #f2f2f2, #fff);
    font-weight: bold;
    color: #000;
}

.user_tanents a:hover {
    background: #fff;
    color: #76b900;
}

.pl-0 {
    padding-left: 0;
}

.mobie_tanent_nav {
}

.mobie_tanent_nav a {
    padding: 0.3rem 0.5rem;
    display: inline-block;
    margin: 0.5rem;
    border-radius: 0.2rem;
}

.mobie_tanent_nav a.active {
    color: #fff;
    background: #eb1b23;
}

.comment_container {
    /*background: #f2f2f2;*/
    border-top: solid 1rem #f2f2f2;
}

.detail_comment {
    padding: 1rem;
    margin-bottom: 1rem;
    /* border-bottom: dashed  1px #dee2e6; */
    /* background: #f2f2f2; */
    /*border: solid 1px #dee2e6;*/
    margin-bottom: 1rem;
    background: #fafafa;
    border: solid 1px #dee2e6;
}

.detail_sub_comment {
    padding: 1rem;
    /* border: solid 1px #dee2e6; */
    /* margin-top: 1rem; */
    /* background: #fff; */
    border-top: dashed 1px #aaa;
}

.bg_grey {
    background: #f7f7f7;
}

.comment_tool {
    text-align: right;
}

.latest_comment_container {
    padding: 1rem;
    background: #f2f2f2;
    /*font-size: 0.9rem;*/
    /*border-top: dashed 1px #dee2e6;*/
    /* font-style: italic; */
    word-wrap: break-word;
    /* border-left: solid 4px #f2f2f2; */
    padding-left: 1rem;
}

.latest_comment_container pre {
    /*font-size: 0.9rem;*/
    word-break: break-all;
}

th {
    /*background: #fafafa !important;*/
    font-weight: normal;
    /*color:#015293 !important;*/
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #fafafa;
}

tr.project_items {
    height: 6rem;
}

.font-size-1 {
    font-size: 1rem;
}

.display-contents {
    display: contents;
}

.user_quote.files {
    /* border-style: dashed; */
    /*background: #fff;*/
    /*border-color:#0a53be;*/
}

.form-control:focus {
    box-shadow: none;
    background: #fafafa;
    box-shadow: inset 0px 0px 1px #ddd;
}

.projects_status_nav {
    background: #f2f2f2;
    /* background: #76b900; */
}

.page-link:hover {
    color: #76b900;
}

.text-golden {
    color: #924d08 !important;
}

.border-golden {
    border: solid 1px #924d08;
}

.footer {
    /* background: #f7f8fa; */
    /* position: absolute; */
    /* width: 100%; */
}

.footer a {
}

.footer a:hover {
}

.alert {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.alert-warning {
    color: #000;
}

.nav-slogan {
    /*background: linear-gradient(45deg, #ffd496, #ffe9c6);*/
    /* color: #fff; */
    padding: 0.2rem 0.5rem;
    /* border-radius: 4px; */
    /* font-weight: bold; */
    color: #76623c;
}

.bg-golden {
    background: linear-gradient(90deg, #ffdfb2 4.38%, #ffc573 97.82%) !important;
    /* border: solid 1px #fcdca9; */
}

.projects_nav a {

}

.bg-light {
    background-color: #f2f2f2 !important;
    border: solid 1px #000;
}

.bg-white {
    background: #fff;
}

.btn_fav {
    /*font-size: 1.5rem;*/
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-13 {
    font-size: 1.3rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.border-radius-1 {
    border-radius: 1rem !important;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.text-small {
    font-size: 0.9rem;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.alert-light {
    /* color: #636464; */
    background-color: #f7f7f7;
    border-color: #dee2e6;
}

.border-dashed {
    border-style: dashed !important;
}

.header_tanent a {
    padding: 0.3rem 0;
    margin: 0 1rem;
    border-bottom: solid 2px #000;
}

.header_tanent a.active {
    border-bottom: solid 3px #76b900;
    color: #76b900 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.container {
    padding: 0 1rem;
}