.navbar-static-top, #navbar, .navbar-header, #navbar>.navbar-nav, #navbar>.navbar-nav>li>a {
    background-color: #174660;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat-Medium";
    display: none;
}
.ctmSerchFiltr .btn-danger {
    margin-left: 20px !important;
    display: inline-block;
}
.ctmSerchFiltr {
    /* gap: 15px; */
    /* align-items: center; */
}

.ctmSerchFiltr .search-icon {
    display: inline-block;
}

.ctmSerchFiltr span {
    position: absolute;
    z-index: 4;
    font-size: 20px;
    line-height: 38px;
    left: 10px;
    top: 0;
    z-index: 5;
    color: var(--ct-secondary);
}
.hypertheme-version{
margin-right: 20px;
text-align: right;
margin-bottom: 10px;
}
.form-control{
    border-color: #bec3c9;
}
.ctmSerchFiltr .form-control {
    border: none;
    height: calc(1.5em + .9rem + calc(var(--ct-border-width)* 2));
    padding-left: 40px;
    padding-right: 20px;
    background-color: var(--ct-light);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help-box{
    background-color: #313a46 !important;
}

.table>:not(caption)>*>*>* {
    padding: .95rem .95rem;
    color: var(--ct-table-color-state, var(--ct-table-color-type, var(--ct-table-color)));
    background-color: var(--ct-table-bg);
    border-bottom-width: var(--ct-border-width);
    -webkit-box-shadow: inset 0 0 0 9999px var(--ct-table-bg-state, var(--ct-table-bg-type, var(--ct-table-accent-bg)));
    box-shadow: inset 0 0 0 9999px var(--ct-table-bg-state, var(--ct-table-bg-type, var(--ct-table-accent-bg)));
}

.textAlignRight{
    text-align: right;
}
.socilIcn{
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.socilIcn>img {
    width: 40px;
    height: auto;
    object-fit: contain;
}
.table_sec .table tbody td{
    display: table-cell !important;
    vertical-align: middle !important;
}
.titleName:hover .hovrShow{
    display: flex; 
    gap:20px; 
    padding: 20px 0 0 0;
}
.hovrShow {
    display: none;
}

/*  news lising css start here */
.title-box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.title-box a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", serif !important;
}
.news-category{
    font-size: 12px;
    font-family: "Open Sans", serif !important;
    padding-top: 0 !important;
}
.news-date{
    font-size: 12px;
    white-space: nowrap;
    font-family: "Open Sans", serif !important;
}
.news-tags{
    font-size: 12px;
    white-space: nowrap;
    font-family: "Open Sans", serif !important;
}
.news-category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.news-category span:nth-child(odd) {
    --ct-badge-color: #0acf97 !important;
    background-color: #e7faf5 !important;
    color: #0acf97 !important;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 3px;
}
.news-category span {
    margin: 2px 5px;
}

.news-category span:nth-child(even) {
    --ct-badge-color: var(--ct-warning) !important;
    background-color: var(--ct-warning-bg-subtle) !important;
    color: #ffc35a;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 3px;
}

.news-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.news-tags span:nth-child(odd) {
    --ct-badge-color: #0acf97 !important;
    background-color: #e7faf5 !important;
    color: #0acf97 !important;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 3px;
}
.news-tags span {
    margin: 2px 5px;
}

.news-tags span:nth-child(even) {
    --ct-badge-color: var(--ct-warning) !important;
    background-color: var(--ct-warning-bg-subtle) !important;
    color: #ffc35a;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 3px;
}
.mb-8{
    margin-bottom: 8px;
}
.boat-specs li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boat-specs li span{
    background: white;
    position: relative;
    z-index: 1;
}
.boat-sale-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.badgeWarning{
    color: white !important;
    background-color: #ffc35a !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0.25rem;
    padding: 0.24em 0.4em !important;
}
.badgePrimary{
    color: white !important;
    background-color: #727cf5 !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0.25rem;
    padding: 0.24em 0.4em !important;
}

.badgeDanger{
    color: white !important;
    background-color: #fa5c7c !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0.25rem;
    padding: 0.24em 0.4em !important;
}

.badgeOutlinePrimary{
    color: #727cf5 !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0.25rem;
    padding: 0.24em 0.4em !important;
    border: 1px solid #727cf5;
    background-color: transparent;
}
.badgeOutlineSuccess{
    color: #0acf97 !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 0.25rem;
    padding: 0.24em 0.4em !important;
    border: 1px solid #0acf97;
    background-color: transparent;
}