.area-card {
    margin-bottom: 15px;
    padding: 0 10px;
}

.area-card-body {
    background: #1f1f2c;
    padding: 20px;
}

.area-card-subheading {
    font-size: 16px;
    color: #8294bd !important;
    padding: 10px 0;
}

.area-card-project-detail {
    background: #343444;
    border-radius: 20px;
}

.area-card-project {
    font-size: 16px;
    padding: 20px;
}

.area-card-count {
    padding-top: 10px;
    font-size: 30px;
}

.area-card-count-title {
    color: #8294bd;
}

.page-title {
    padding: 20px 23px 20px 40px;
    font-size: 20px;
    line-height: 25px;
    position: fixed;
    background-color: #1F1F2C;
    box-shadow: none;
    z-index: 9;
    font-weight: bold
}

#pagination a {
    font-size: 20px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.pagination-wrapper {
    margin-top: 30px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #000 !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px !important;
    border-color: #aaaaaa !important;
    background-color: #1f1f2c !important;
    color: white !important;
    font-size: 16px !important;
}

.area-card-project-detail.master-project {
    margin-bottom: 15px;
}

.master-project-card-count {
    margin-top: 5px;
    font-size: 20px;
}

#area-detail #area-name {
    font-size: 16px;
    color: #8294bd;
    padding-bottom: 10px;
}

#area-detail #master-project-name {
    font-size: 30px;
    padding-bottom: 10px;
}

.area-detail-wrapper {
    padding: 10px;
}

.area-detail {
    font-size: 16px;
    padding: 20px;
    background: #343444;
    border-radius: 20px;
}

.area-detail .title {
    color: #8294bd;
}

.area-detail .count {
    padding-top: 10px;
    font-size: 30px;
}

#area-detail #area-name {
    font-size: 30px;
    padding-bottom: 10px;
}

#area-detail #zone-name {
    font-size: 16px;
    color: #8294bd;
    padding-bottom: 10px;
}

#area-detail #license-source-en {
    font-size: 16px;
    color: #8294bd;
    padding-bottom: 10px;
}

#area-detail #developer-name {
    font-size: 30px;
    padding-bottom: 10px;
}


.search-dropdown {
    border: 1px solid rgba(138, 138, 160, 0.3);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    /* line-height: 76px; */
    border-radius: 4px;
    padding: 13px 15px;
    width: 100%;
    background: transparent;
    color: #8A8AA0;
    height: 55px;
}

.ui-widget.ui-widget-content {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.top-title-box {
    width: 100%;
    height: 50px; /* Set the fixed height for two lines of text */
    overflow: hidden;
}

.top-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.sub-title-box {
    width: 100%;
    height: 50px; /* Set the fixed height for two lines of text */
    overflow: hidden;
}

.sub-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.project-box {
    cursor: pointer;
}

.nav-link {
    font-size: 20px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: white;
    background-color: unset;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #322e2e #322e2e #322e2e;
}

.nav-tabs {
    border-bottom: 1px solid #3e3838;
}

.breadcrumb {
    background-color: unset;
    margin-bottom: unset;
    padding: unset;
    font-size: 15px;
}

.breadcrumb li, .breadcrumb ol li, .breadcrumb li a, .breadcrumb ol li a {
    padding: unset;
}


.area-detail-wrapper-heading {
    background: #1f1f2c !important;
}


.area-detail-wrapper .info-box {
    text-align: center;
    /*padding-top: 20px;*/
    font-size: 11px;
    padding-left: 10px;
}
