/* COMMON CSS */
:root {
    --bs-washed-black: rgba(20, 20, 20, 1);
    --bs-white: rgba(255, 255, 255, 1);
    --bs-green-light-bg: #efefef;
    --bs-lime-green: #990011FF;
    --bs-light-cherry: #ffc1c1;

    /* --bs-gradient-bg: linear-gradient(45deg, #1D976C, #44c775); */
    --bs-gradient-bg: linear-gradient(109.6deg, #25889e 11.3%, #229bb8 91.1%);
    --bs-january-blue: #1692a4;
    --bs-star-blue: #2342A4;
    --bs-janurayblue-gradient-bg: linear-gradient(109.6deg, #25889e 11.3%, #229bb8 91.1%);
    --bs-light-green: #1D976C;
    --bs-offwhite: #eff5f7;
}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
        /* Set your custom width here */
    }
}
.fs-1,
.h1 {
    font-size: 26px !important;
}
.fs-2,
.h2 {
    font-size: 24px !important;
}
.fs-3,
.h3 {
    font-size: 22px !important;
}
.fs-4,
.h4 {
    font-size: 20px !important;
}
.fs-5,
.h5 {
    font-size: 18px !important;
}

.bg-washed-black {
    background: var(--bs-washed-black);
}

.gradient-bg {
    background: var(--bs-gradient-bg) !important;
}

.lightcherry-bg {
    background: var(--bs-light-cherry);
}

.janurayblue-clr {
    color: var(--bs-january-blue);
}

.janurayblue-bg {
    background: var(--bs-january-blue);
}

.starblue-bg {
    background: var(--bs-star-blue);
}

.starblue-bg{
    color: var(--bs-star-blue);
}

.janurayblue-gradient {
    background: var(--bs-janurayblue-gradient-bg)
}

.whatsapp-bg {
    background: #25D366;
}

.discord-bg {
    background: #404eed !important;
}

.gmail-bg {
    background: #4285f4;
}

.google-bg {
    background: #db4a39;
}

.twitter-bg {
    background: #0f1419 !important;
}

.linkdin-bg {
    background: #0072b1 !important;
}

.fb-bg {
    background: #3b5998 !important;
}

.tele-bg {
    background: #0088cc !important;
}

.reddit-bg {
    background: #ff4500 !important;
}

.pinterest-bg {
    background: #c8232c !important;
}

.youtube-bg {
    background-color: #CD201F;
}

.slack-bg {
    background: linear-gradient(90deg, rgba(137, 211, 223, 1) 0%, rgba(236, 179, 45, 1) 34%, rgba(224, 26, 89, 1) 66%, rgba(99, 193, 160, 1) 100%);
}

.text-washed-black {
    color: var(--bs-washed-black);
}

.twitter-clr {
    color: #0f1419 !important;
}

.discord-clr {
    color: #404eed !important;
}

.linkdin-clr {
    color: #0072b1 !important;
}

.fb-clr {
    color: #3b5998 !important;
}

.tele-clr {
    color: #0088cc;
}

.youtube-clr {
    background-color: #CD201F;
}

.gmail-clr {
    color: #4285f4;
}

.insta-clr {
    color: #d6249f;
}

.share-modal-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.lime-green-clr {
    color: var(--bs-lime-green);
}

.text-shaffron {
    color: #d39f4c;
}

.text-washedblack {
    color: var(--bs-washed-black);
}

.text-gradient {
    background: var(--bs-january-blue);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bdr-clr {
    border-color: var(--bs-star-blue) !important;
}

.invert1 {
    filter: invert(1);
}

.w-60 {
    width: 60px !important;
}

.w-380 {
    width: 380px;
}

.max-width-250 {
    max-width: 250px;
}

.heading-bdr::after,
.heading-bdr-left::after {
    content: "";
    width: 30%;
    height: 2px;
    margin: auto;
    background: var(--bs-gradient-bg);
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
}

.heading-bdr-black::after,
.heading-bdr-left-black::after {
    background: var(--bs-washed-black);
}

.heading-bdr-left::after {
    left: 0;
    right: auto;
}

.heading-bdr::after {
    left: 0;
    right: 0;
}

.fs-12 {
    font-size: 12px;
}

.error {
    color: #dc3545;
}

.one-line-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.responsive-line-limit {
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-font {
    font-size: 14px;
}

@media (min-width: 576px) {
    .responsive-line-limit {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 575px) {
    .responsive-line-limit {
        display: block;
        white-space: nowrap;
    }
}

.skeleton {
    background: linear-gradient(90deg, #fff0, #fff0, #eee0, #cccccc6e, #eee0, #fff0, #fff0);
    background-size: 200%;
    -webkit-animation: skeleton-animation 1s ease-out infinite;
    -moz-animation: skeleton-animation 1s ease-out infinite;
    animation: skeleton-animation 1s ease-out infinite;
    border-radius: 20px;
}

@keyframes skeleton-animation {
    0% {
        background-position: 200%;
    }

    100% {
        background-position: 0%;
    }
}

/* Sticky */
.event-title,
.calendar-aside,
.sidebar-sticky,
.tbl-sticky {
    position: sticky;
    z-index: 10;
}
/*.details-page img{
    max-height: 500px;
    object-fit: cover;
}*/
@media (min-width: 1200px) {

    .event-title,
    
    .sidebar-sticky,
    .tbl-sticky {
        top: 59px;
    }
    .calendar-aside{
        top: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    .event-title,
    .calendar-aside,
    .sidebar-sticky,
    .tbl-sticky {
        top: 53px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .event-title,
    .calendar-aside,
    .sidebar-sticky {
        top: 129px;
    }
}

.sidebar-sticky .card img {
    width: 100%;
    height: auto;
}

/* Sticky */

/* Dashobard Sidebar */
.profile-navbar .profile-navbar-lnk {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    border: 1px solid var(--bs-january-blue);
    border-radius: 10px 0 0 10px;
    transition: all .1s ease-in-out;
    margin-top: 3px;
}

.profile-navbar .profile-navbar-lnk:hover {
    border-width: 1px 0 1px 1px;
    border-color: #fff;
    margin-top: 3px;
}

.profile-navbar .profile-navbar-lnk.active {
    background-image: linear-gradient(90deg, #fff, #F8F9FA);
    color: var(--bs-january-blue);
    border: 1px solid #fff;
    margin-top: 3px;
}

.profile-navbar .profile-navbar-lnk i {
    width: 20px;
}

.profile-navbar .accordion-menu.active {
    color: var(--bs-january-blue) !important;
    background: #fff;
}

/* Dashboard Sidebar */

/* Border Hover */
.news-box>.border-hover:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid var(--bs-lime-green);
    border-right: 2px solid var(--bs-lime-green);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.news-box>.border-hover:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid var(--bs-lime-green);
    border-left: 2px solid var(--bs-lime-green);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* .news-box>.border-hover:hover {
    opacity: 1;
    border-color: var(--bs-lime-green);
}
.border-hover:hover, .border-hover:active {
    color: var(--bs-lime-green);
    text-decoration: none;
}

.news-box>.border-hover:hover:before, .news-box>.border-hover:hover:after {
    width: 95%;
    height: 90%;
} */

@media (max-width:767px) {

    .news-box>.border-hover:before,
    .news-box>.border-hover:after {
        width: 10%;
        height: 9%;
    }
}

/* Border hover */

.limegreen-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-gradient-bg);
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-gradient-bg);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.bgcontact .limegreen-btn {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-gradient-bg);
    padding: 12px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-gradient-bg);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.small-btn {
    font-size: 12px !important;
    padding: 2px 10px !important;
}

.janurayblue-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-janurayblue-gradient-bg);
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-janurayblue-gradient-bg);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.border-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-january-blue);
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-white);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.border-btn:hover{
    background:var(--bs-white);
    color:var(--bs-january-blue);
    border: 1px solid var(--bs-january-blue);
}
.washedblack-btn {
    font-weight: 500;
    color: var(--bs-white);
    background: var(--bs-washed-black);
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-washed-black);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.washedblack-btn:hover,
.washedblack-btn:focus {
    opacity: .8;
}

.muted-btn {
    color: #555;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 30px;
}

.white-btn {
    font-weight: 500;
    color: var(--bs-washed-black);
    background: #fff;
    padding: 2px 15px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-january-blue);
    border-radius: 30px;
    /* transition: all .3s ease-in-out; */
}

.white-btn:hover,
.white-btn:focus {
    color: #fff !important;
    background: var(--bs-gradient-bg);
    border: 1px solid transparent;
}

.wpx-150 {
    width: 150px;
}

@media (max-width: 767px) {
    .font-small {
        font-size: 12px;
    }

    /* .limegreen-btn {
        font-size: 12px;
        padding: 3px 16px;
    } */

    .white-btn {
        font-size: 12px;
    }
}

.more-content {
    display: none;
}

.more-btn {
    color: var(--bs-washed-black);
    font-weight: 600;
    background: transparent;
    border: 0;
}

/* COMMON CSS */

/* Header CSS */
.navbar-nav .nav-itm {
    margin-left: 5px;
}

.navbar-nav .nav-lnk {
    color: rgba(var(--bs-washed-black)) !important;
    border-radius: 30px;
    transition: none;
    padding: 4px 15px !important;
    margin: 4px 0px;
}

.navbar-nav .nav-lnk.active,
.navbar-nav .nav-lnk:hover {
    color: var(--bs-white) !important;
    background: var(--bs-january-blue) !important;
    /* color: rgba(var(--bs-white-rgb)) !important;
    background: var(--bs-washed-black); */
}

.dropdown-lnk {
    font-size: 14px;
    margin: 5px 0;
    border-radius: 30px;
}

.dropdown-lnk:active,
.dropdown-lnk:hover {
    background: var(--bs-gradient-bg) !important;
    color: var(--bs-white) !important;
}

.dropdown-item.active {
    background: var(--bs-gradient-bg);
    color: var(--bs-white);
}

.split-lnk.active {
    background: var(--bs-gradient-bg);
    color: var(--bs-white) !important;
    border-radius: 30px 0 0 30px;
}

.dropdown-split.active {
    background: var(--bs-gradient-bg);
    color: var(--bs-white) !important;
    border-radius: 0 30px 30px 0;
}

.navbar-toggler {
    padding: 0px 6px;
    background: #fff;
    border-color: #ccc;
    border-radius: 10px;
}

.navbar-toggler-icon {
    background-size: 22px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-logo {
        width: 150px;
        height: 52px;
    }

    .navbar-nav .nav-lnk {
        padding: 4px 13px !important;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-logo {
        width: 100px;
        height: 35px;
    }
}

.dropdown-heading {
    font-weight: 600;
    color: var(--bs-washed-black);
    margin-left: 15px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid var(--bs-lime-green);
}

.split-btn-grp {
    border-radius: 30px;
}

.split-btn-grp:hover {
    background: var(--bs-gradient-bg);
}

.split-btn-grp:hover .split-lnk,
.split-btn-grp:hover .dropdown-split {
    color: var(--bs-white);
}

.split-lnk {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px !important;
    transition: none;
}

.dropdown-split {
    padding-right: 12px !important;
    background: transparent;
    border: 0;
}

.split-lnk:hover,
.dropdown-split:hover {
    background: var(--bs-gradient-bg);
    color: var(--bs-white) !important;
}

.split-lnk:hover {
    border-radius: 30px 0 0 30px;
}

.dropdown-split:hover {
    border-radius: 0 30px 30px 0;
}

/* Header CSS */

/* On Scroll Navbar */
.invert-nav {
    background: var(--bs-lime-green) !important;
    box-shadow: 0 3px 5px 0.3px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
}

.invert-nav .navbar-brand {
    color: rgba(var(--bs-white-rgb));
}

.invert-nav .invert-content {
    background: transparent !important;
}

@media (min-width: 992px) {
    .invert-nav .navbar-nav .nav-lnk {
        color: #fff !important;
    }
}

.invert-nav .navbar-nav .nav-lnk.active,
.invert-nav .navbar-nav .nav-lnk:hover {
    /* background: var(--bs-white-rgb) !important; */
    /* color: rgba(var(--bs-white-rgb)) !important; */
    color: var(--bs-washed-black) !important;
    background: rgba(var(--bs-white-rgb)) !important;
}

.invert-nav .user-invert {
    -webkit-text-fill-color: var(--bs-white) !important;
}

.invert-nav .navbar-toggler {
    border-color: rgba(var(--bs-washed-black));
}

.invert-nav .light-logo {
    display: block !important;
}

.header .light-logo,
/* .offcanvas-header .light-logo, */
.invert-nav .dark-logo {
    display: none;
}

@media (max-width:766px) {
    .invert-nav .user-invert {
        -webkit-text-fill-color: var(--bs-lime-green) !important;
    }
}

@media (min-width: 992px) {
    .invert-nav .split-btn-grp:hover {
        background: var(--bs-white);
    }

    .invert-nav .split-btn-grp .split-lnk,
    .invert-nav .split-btn-grp .dropdown-split {
        color: var(--bs-white);
    }

    .invert-nav .split-btn-grp:hover .split-lnk,
    .invert-nav .split-btn-grp:hover .dropdown-split {
        color: var(--bs-washed-black);
    }

    .invert-nav .split-btn-grp .split-lnk:hover,
    .invert-nav .split-btn-grp .dropdown-split:hover {
        background: #ccc;
        color: #000 !important;
    }

    .invert-nav .split-lnk.active {
        background: var(--bs-white);
        color: var(--bs-washed-black) !important;
    }

    .invert-nav .dropdown-split.active {
        background: var(--bs-white);
        color: var(--bs-washed-black) !important;
    }
}

@media (max-width: 991px) {
    .invert-nav .split-lnk {
        color: #000;
    }
}

.invert-nav .split-btn-grp:hover .split-lnk {
    border-radius: 30px 0 0 30px;
}

.invert-nav .split-btn-grp:hover .dropdown-split {
    border-radius: 0 30px 30px 0;
}

/* .invert-nav .split-btn-grp:hover .split-lnk,
.invert-nav .split-btn-grp:hover .dropdown-split {
    color: var(--bs-washed-black);
    background: #ccc;
} */
/* On Scroll Navbar */

/* SCROLL TOP CSS */
.pulse-prnt {
    position: fixed;
    right: 20px;
    z-index: 89;
}

@media (min-width: 768px) {
    .pulse-prnt {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pulse-prnt {
        bottom: 85px;
    }
}

#scrolltop {
    width: 46px;
    height: 46px;
    background: var(--bs-washed-black);
    display: none;
    border: 0;
    border-radius: 50%;
    /* box-shadow: 0 0 15px 3px var(--bs-white); */
}

#scrolltop img {
    margin-bottom: 2px;
}

#scrolltop::after,
#scrolltop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: var(--bs-january-blue);
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

#scrolltop::before {
    background: var(--bs-star-blue);
    animation-delay: -0.5s;
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* SCROLL TOP CSS */

/* BREADCRUMB */
.brdcrumb ul {
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 0;
}

.brdcrumb ul li::before {
    font-family: "Fontawesome";
    font-size: 14px;
    color: #fff !important;
    opacity: 80%;
    content: "\f105" !important;
    margin: 2px 8px 0;
}

.brdcrumb ul li:first-child::before {
    display: none;
}

.brdcrumb ul li:last-child {
    color: #fff !important;
    opacity: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default;
}

.brdcrumb ul li a {
    color: var(--bs-white);
    text-decoration: none;
}

/* BREADCRUMB */

/* FOOTER CSS */

.foot-main {
    font-size: 18px !important;
}

.foot-lnk {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
}

.foot-lnk:hover,
.foot-lnk.active {
    color: #d97272;
    text-decoration: underline;
}

.foot-head {
    font-size: 16px;
}

@media (min-width:1200px) and (max-width:1399px) {
    .foot-main {
        font-size: 17px !important;
    }

    .foot-head {
        font-size: 16px;
    }

    .foot-lnk {
        font-size: 14px;
    }
}

.sticky-footer .active {
    color: #fff !important;
    background: var(--bs-gradient-bg);
}

/* FOOTER CSS */

/* Home Page */
.bg-light-green {
    background-color: var(--bs-offwhite);
}

.home-news-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #707070;
    background: #fff;
}

.coinmiddle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.coinmiddle .first div,
.coinmiddle .second div {
    margin-top: 10px;
}

.coinheader {
    font-weight: bold;
    background: #e7e7e7;
    padding: 10px;
}

.coinmiddle .first div:last-child,
.coinmiddle .second div:last-child {
    margin-bottom: 10px;
}

.search-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

/* Home Page */

/* Login Modal */
.int-txt {
    width: 100%;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #999;
}

.bs-searchbox input.form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    border: 1px solid #2546a5 !important;
}

.pwd-hide {
    font-size: 14px;
    color: #8b8b8b;
    background: transparent;
    border: 0;
    position: absolute;
    right: 8px;
    /*    top: 8px;*/
}

.modal-register {
    font-weight: 700;
    font-size: 14px;
    color: var(--bs-washed-black);
    text-decoration: none;
    position: absolute;
    top: 8px;
    left: 15px;
}

.btn-close {
    align-self: flex-start;
    position: absolute;
    right: 13px;
    top: 13px;
}

.input-box-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.choose-int {
    width: 120px;
    opacity: 0;
    border-radius: 30px;
    position: absolute;
    top: -3px;
}

.choose-file {
    color: #0d2156;
    font-weight: 600;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid var(--bs-lime-green);
    border-radius: 30px;
}

.checkbox-light-css {
    height: 18px;
    width: 18px;
    border: 1px solid var(--bs-star-blue);
}

/* Login Modal */

/* Home Web story */
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, 1) !important;
}

.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
    color: #fff;
    font-size: 30px;
    line-height: 24px;
}

.owl-carousel .owl-prev {
    left: 1%;
}

.owl-carousel .owl-next {
    right: 1%;
}

.old-story-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 10px;
    text-align: left;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
    border-radius: 15px;
    margin: auto;
}

/* Home Web Story */

.news-serch {
    height: 41px;
    max-width: 500px;
    color: var(--bs-lime-green) !important;
    padding: 5px 60px 5px 18px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 30px;
    position: relative;
}

.news-serch .srch {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    border: 0;
}

.news-serch .serch-megnify {
    width: 55px;
    height: 41px;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-gradient-bg);
    border: 1px solid var(--bs-gradient-bg);
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: -1px;
    top: -1px;
}

input:focus-visible {
    outline: none !important;
}

@media (max-width:1199px) {
    .news-serch {
        height: 36px;
        padding: 5px 52px 5px 11px;
    }

    .news-serch .srch {
        font-size: 13px;
        line-height: 20px
    }

    .news-serch .serch-megnify {
        width: 45px;
        height: 35px;
        font-size: 15px;
    }
}

/* News-details */
.details-page img {
    width: 100%;
    height: auto;
    margin-bottom: 15px !important;
    border-radius: 10px;
    max-height: 500px;
}

.details-page h2,
.details-page h3,
.details-page h4,
.details-page h5,
.details-page h6 {
    color: var(--bs-washed-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.details-page li {
    color: #555;
    margin: 8px 0;
    padding-left: 5px;
    line-height: 1.8;
}

.details-page li p {
    margin-bottom: 0;
}

.details-page li::marker,
.details-page li a strong,
.details-page a {
    font-weight: 600;
    color: var(--bs-star-blue);
}

.details-page p {
    color: #050505;
    line-height: 1.8;
    text-align: justify;
}

.details-page strong {
    font-weight: 600;
}

.details-page table {
    max-width: 880px;
    width: 100%;
    overflow-x: auto;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.details-page table thead tr th {
    color: #fff;
    background: var(--bs-lime-green);
}

.details-page table th,
.details-page table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

/*.prf-int {
    width: 100%;
    display: block;
    padding: 5px 12px;
    background-color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 20px;
}*/
textarea {
    height: auto !important;
}

.prf-int {
    width: 100%;
    display: block;
    padding: 13px 20px;
    background-color: #fff !important;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    box-shadow: 0 9px 13px rgb(0 0 0 / 2%);
    height: 55px;
        color: #787878;
}
.prf-int:focus-visible {
    border: 1px solid var(--bs-january-blue);
    outline: 0 !important;
    box-shadow: 0 0 5px var(--bs-january-blue);
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ongoing-airdropfilter .prf-int {
        font-size: 13px;
    }
}

/* @media (max-width: 991px) {

    .prf-int,
    .serch-int {
        font-size: 14px !important;
        padding: 2px 12px !important;
    }
} */

/* News- details */


/* TAB1 CSS */
/* .tab1-prnt .nav-tabs {
        border: 1px solid #d39f4c;
    } */
.tab1 {
    font-size: 16px;
    color: var(--bs-washed-black);
    background-color: #fff;
    margin: 5px 7px !important;
    padding: 3px 13px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px !important;
}

.tab1:hover {
    border: 1px solid var(--bs-january-blue) !important;
    background: var(--bs-january-blue) !important;
    color: #fff !important;
}

.tab1.active {
    font-weight: 600;
    color: #fff !important;
    background: var(--bs-january-blue) !important;
    border: 1px solid var(--bs-january-blue) !important;
}

@media (max-width: 767px) {
    .tab1-prnt .nav-tabs {
        border: 0;
    }

    .tab1 {
        box-shadow: 0 5px 5px #ccc;
        font-size: 14px;
    }

    .tab1.active {
        box-shadow: 0 0 10px #d39f4c;
    }
}

/* TAB1 CSS */

/* Author Profile */
@media (min-width: 1200px) {
    .author-dp {
        width: 180px;
        height: 180px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .author-dp {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .author-dp {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .author-dp {
        width: 250px;
        height: 250px;
    }

    .athr-prfl-list {
        margin: 4px 0;
    }
}

/* AUthor Profile */
/* TABELE CSS */
.even-odd-tbl {
    width: 100% !important;
    display: block;
    white-space: nowrap;
    border: 1px solid #dee2e6;
}

.even-odd-tbl thead tr {
    background: var(--bs-star-blue);
}

/* .even-odd-tbl thead th:nth-child(even) {
    background: #d39f4c;
} */
.even-odd-tbl thead th {
    font-weight: 500;
    color: #fff;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    border: 0;
}

.even-odd-tbl thead th a {
    color: #fff;
    text-decoration: none;
}

.tbl-data-heading {
    font-weight: 600;
    color: var(--bs-washed-black);
    text-decoration: none;
}

.tbl-data-heading .small {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin-left: 3px;
}

.even-odd-tbl tbody td {
    color: var(--bs-washed-black);
    background: transparent;
    vertical-align: middle;
}

.even-odd-tbl tbody td .hyperlink,
.hyperlink {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    margin: auto;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: var(--bs-lime-green);
    border-radius: 50%;
}

/* TABELE CSS */

/* PROFILE PROGRESSBAR */
.profile-progress .chart {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

.profile-progress .chart span {
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 0px;
}

.profile-progress canvas {
    width: 65px !important;
    height: 65px !important;
}

/* PROFILE PROGRESSBAR */

/* EDIT PROFILE */
.int-file {
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0;
}

/* EDIT PROFILE */


.copy-position {
    position: absolute;
    right: 10px;
    top: 7px;
}

/* Feed ACCORDION CSS */
.faq-acordion .accordion-button {
    font-weight: 600;
}

.faq-acordion .accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--bs-gradient-bg);
    box-shadow: inset 0 calc(-1* 1px) 0 #0c2d76;
}

.faq-acordion .accordion-button:focus {
    border-color: var(--bs-light-cherry);
    box-shadow: 0 0 10px var(--bs-light-cherry);
}



.faq-acordion .accordion-body {
    text-align: justify;
}

.faq-acordion .accordion-body a {
    color: var(--bs-washed-black);
    font-weight: 600;
}

.faq-acordion .accordion-body ol,
.faq-acordion .accordion-body ul {
    text-align: start;
    padding-left: 20px;
}

.faq-acordion .accordion-body li {
    padding: 5px 10px 5px 10px;
}

.faq-acordion .accordion-body li::marker {
    color: var(--bs-washed-black);
    font-weight: 600;
}

/* Feed ACCORDION CSS */

/* Footer Mobile Accordion */

.foot-accordion .accordion-button {
    background: var(--bs-washed-black) !important;
    border: 0 !important;
    color: #ccc !important;
    font-size: 18px !important;
    font-weight: 700;
}

.foot-accordion .accordion-button::after {
    filter: brightness(50);
}

.foot-accordion .accordion-button:focus {
    box-shadow: none !important;
}

.foot-accordion .accordion-button:not(.collapsed) {
    border-color: var(--bs-washed-black);
    box-shadow: none;
    background: var(--bs-washed-black) !important;
}

.foot-accordion .accordion-body {
    background-color: var(--bs-washed-black);
    color: #ccc;
    border-color: var(--bs-washed-black);
}

/* Footer Mobile Accordion */

/* Coming Soon */
.coming {
    font-size: 10rem;
    margin-bottom: 0;
}

@media (max-width: 767px) and (min-width: 576px) {
    .coming {
        font-size: 8rem;
    }
}

@media (max-width: 575px) {
    .coming {
        font-size: 5rem;
    }
}

/* Cpoming Soon */

@media (max-width: 575px) {
    .card-description {
        display: none;
    }
}


/* POPOVER */
.popover {
    border-color: var(--bs-lime-green);
}

.popover-header {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    padding: 4px 10px;
    background: var(--bs-gradient-bg) !important;
    border: 0;
    border-radius: 5px;
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    border-top-color: var(--bs-lime-green);
}

.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    border-right-color: var(--bs-lime-green);
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    border-bottom-color: var(--bs-lime-green);
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    border-left-color: var(--bs-lime-green);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    border: 0;
}

/* POPOVER */

/* CALENDAR */
.elegant-calendar {
    max-width: 400px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 19px 27px 0px rgba(0, 0, 0, 0.16);
}

.elegant-calendar .wrap-header {
    position: relative;
    background: var(--bs-gradient-bg);
}

@media (max-width: 767.98px) {
    .elegant-calendar .wrap-header {
        width: 100%;
        padding: 20px 0;
    }
}

.elegant-calendar #header {
    width: 100%;
    position: relative;
}

.elegant-calendar #header .pre-button,
.elegant-calendar #header .next-button {
    cursor: pointer;
    width: 12px;
    height: 12px;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

.elegant-calendar #header .pre-button i,
.elegant-calendar #header .next-button i {
    color: #fff;
}

.elegant-calendar .pre-button {
    left: 15px;
}

.elegant-calendar .next-button {
    right: 15px;
}

.elegant-calendar .head-day {
    font-size: 4em;
    line-height: 1.5;
    color: #fff;
}

.elegant-calendar .head-month {
    font-size: 2em;
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.elegant-calendar .calendar-wrap {
    width: 100%;
    background: #fff;
    padding: 5px;
}

.elegant-calendar #calendar {
    width: 100%;
}

.elegant-calendar #calendar tr {
    height: 2.5em;
}

.elegant-calendar thead tr th {
    color: #000;
    font-weight: 600;
}

.elegant-calendar .single-cal tr {
    color: #000;
}

.elegant-calendar .single-cal td {
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 0;
}

.elegant-calendar .single-cal td:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 28px;
    height: 28px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
    .elegant-calendar .single-cal:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.elegant-calendar .single-cal td:hover,
.elegant-calendar .selected {
    color: #fff;
    border: none;
}

.elegant-calendar .single-cal td:hover:after,
.elegant-calendar .selected:after {
    background: var(--bs-washed-black);
}

.elegant-calendar .single-cal td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.elegant-calendar #today {
    color: #fff;
}

.elegant-calendar #today:after {
    background: var(--bs-gradient-bg);
}

.elegant-calendar #disabled {
    cursor: default;
    background: #fff;
}

.elegant-calendar #disabled:hover {
    background: #fff;
    color: #c9c9c9;
}

.elegant-calendar #disabled:hover:after {
    background: transparent;
}

.elegant-calendar #reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 0 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 11px;
}

.elegant-calendar #reset:hover {
    color: #fff;
    border-color: #fff;
}

.elegant-calendar #reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/* CALENDAR */

.sticky-sidebar {
    position: sticky;
    top: 100px;
}


/*custom css 9 dec*/

.entry-category.style-2 {
    margin-bottom: 15px;
}

.entry-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-height: 100px;
    overflow: auto;
}

.rightsidebar .entry-category.style-2.color-dark-2 ul li a {
    color: #e93314;
    border-color: #e93314;
    background-color: #ffffff;
}

.entry-category.style-2.color-dark-2 ul li a {
    color: #303030 !important;
    border-color: #5e5e5e !important;
    background-color: #ffffff !important;
}

.entry-category.style-2 ul li a {
    padding: 1px 10px;
    border: 1px solid;
    border-radius: 27px;
}

.entry-category ul li a {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.entry-category.style-2.color-dark-2 ul li a:hover {
    box-shadow: 2px 2px 0px 0px #dde0e4;
}

.rowblock {
    background: #f9f9f9;
}

#rss-feed-container .rowblock {
    background: #f9f9f9;
    border-radius: 0.375rem;
}

.newsblock {
    border: none;
    padding: 15px 10px;
    /*   background: #f9f9f9;*/
}

.rightsticky {
    position: sticky;
    top: 100px;
}

.sectiongap {
    padding: 70px 0;
}

.sectionmidgap {
    padding: 15px 0 30px;
}

a {
    text-decoration: none;
    color: #000;
}

ul.entry-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 10px;
}

ul.entry-meta.color-dark-2 li {
    color: #6b7074;
    position: relative;
}

ul.entry-meta.color-dark-2 li:before {
    background-color: #6b7074;
}

ul.entry-meta li:before {
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
}

li.post-author a {
    color: #010101;
}

li.post-author img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

ul.entry-meta.color-dark-2 li:last-child:before {
    background-color: transparent;
}

.rowblock:hover {
    box-shadow: inset 0 0px 14px #b7b7b7;
}

.rowblock:before {
    background-color: #e93314;
    bottom: 100%;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    transition: all 0.8s ease 0s;
    width: 3px;
}

.rowblock:hover::before {
    bottom: 0;
}

.rowblock,
.news_second {
    position: relative;
}

.news_second {
    background: #f9f9f9;
}

.centerblock h4 a,
.articleblock h5 a,
.section-title h5 {
    color: #000670;
    font-family: 'poppins';

}

.articleblock .footerblock img {
    width: 24px;
    height: 24px;
}

.articlemiddle {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

body {
    font-family: 'VarelaRound', Arial, sans-serif;
}


@font-face {
    font-family: 'poppins';
    src: url("font/Poppins-Medium.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'poppinsbold';

    src: url("font/Poppins-Bold.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'VarelaRound';
    src: url("font/VarelaRound-Regular.woff2") format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.rightsidebar .entry-category.style-2 ul li a {
    padding: 4px 16px;
}

.articlefull {
    max-height: 205px;
    overflow: auto;
}

.articlefull::-webkit-scrollbar-track,
.rightsidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.articlefull::-webkit-scrollbar,
.rightsidebar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.articlefull::-webkit-scrollbar-thumb,
.rightsidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.FAQ-ShowMore button:hover {
    background: #e93314;
    color: #fff;
}

.FAQ-ShowMore button {
    border: 1px solid #e93314;
    background: #fff;
    color: #e93314;
    border-radius: 5px;
    padding: 5px;
}

.rightsidebar {
    border: none;
    padding: 15px 20px;
    background: #f9f9f9;

}

.tabsblock {
    max-height: 350px;
    overflow: auto;
}

.section-title {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.section-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 70px;
    height: 1px;
}

.section-title:before {
    background: #e93314;
}

.section-title h5 {
    color: #222;
}

.tabsblock .nav-link:hover {
    background: #e93314;
    color: #fff;
}

.tabsblock .nav-link {
    background: transparent;
    border: 1px solid #e93314;
    color: #e93314;
    padding: 5px 10px;
    margin-right: 5px;
}

.tabsblock .nav-link.active {
    background: #e93314;
    color: #fff;
}

.reportblock .post-author img {
    width: 22px;
    height: 22px;
}

.reportblock h6 {
    font-size: 14px;
    margin-top: 5px;
}

.reportblock {
    border-bottom: 1px solid #dddddd;
}

.articleblock {
    /*    background: #f9f9f9;*/
    padding: 15px;
}

/*source page*/
.imgtable {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/*search page*/
.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    width: 40%;

}

.search input {

    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;


}


.search input:focus {

    box-shadow: none;
    border: 2px solid blue;


}

.search .fa-search {

    position: absolute;
    top: 20px;
    left: 16px;

}

.search button {

    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;

}

/*latest news*/
.newscontent ul li i {
    color: #e93314;
    font-size: 16px;
}

.newscontent ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.newscontent ul {
    display: flex;
    align-items: center;
}

.newscontent ul li a {
    color: #fff;
    font-size: 12px;
}

.newscontent {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 30px 30px 0;
}

.newscontent:before {
    content: "";
    background: linear-gradient(to bottom right, #7c7c7c42, #31313142);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 89%;
    bottom: 0;
    left: 0;
}

.secmedia p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newscontent p {
    font-size: 14px;
}

.newsimage {
    overflow: hidden;
}

.newsimage .news_img {
    max-width: 100%;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 1.0s ease-in 0s;
}

.newsmainblock:hover .news_img {
    transform: scale(1.1);
}

.newsmainblock {
    position: relative;
}

.newsmainblock:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 95%);
}

.newscontent h5 {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    font-family: "poppinsbold", sans-serif;
}

.newscontent ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 11px;
}

.newscontent ul li a {
    color: #fff;
    font-size: 12px;
}

.newscontent ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.newscontent ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #e7e7e7;
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 10px;
}

.articlemiddle h6 {
    font-weight: bold;
}

.post-widget-item {
    margin-bottom: 20px;
}

.post-widget-item-media {
    float: left;
    width: 40%;
    overflow: hidden;
    border-radius: 4px;
}

.post-widget-item-media a,
.grid-post-media a {
    position: relative;
    display: block;
}

.post-widget-item-media a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 200ms linear;
}

.post-widget-item-media img {
    width: 100%;
    height: revert-layer;
    object-fit: contain;
}

.post-widget-item-content h4 {
    font-family: 'poppins';
}

.post-widget-item-content {
    float: left;
    width: 60%;
    position: relative;
    padding: 6px 0 0 15px;
}

.pwic_opt li {
    float: left;
    margin-right: 8px;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.pwic_opt img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.pwic_opt img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.pwic_opt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.four-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

ul.pwic_opt li a {
    color: #000;
    gap: 6px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

ul.pwic_opt li i {
    color: red;
    font-size: 20px;
}

ul.pwic_opt {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}

.firstmedia {
    width: 20%;
}

.secmedia {
    width: 76%;
}



.btnheart {
    background: none;
    border: none;
    cursor: pointer;
}

.btnheart .fa-star {
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.btnheart .fa-star.filled {
    color: red;
    transform: scale(1.2);
}

.btnheart .buttonText.active {
    color: gold;
}

.newsblock button.btn.btn-primary {
    margin-top: 15px;
    background: #002378;
    color: #fff;
    border-color: #002378;
    position: relative;
    display: flex;
    gap: 11px;
}



.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

a.fa.fa-arrow-down.fa-1x {
    color: #fff;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*dropdown*/
/* Dropdown Menu */
.dropdown-menu {
    display: none;
    /* Initially hidden */
    position: absolute;
    top: 100%;
    /* Position below the trigger */
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    min-width: 190px;
}

/* Show the dropdown on hover */


/* Hide dropdown menu by default */
/* Hide dropdown menu by default */
.more-coins-container .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the "More Coins" link */
    left: 0;
    background-color: #fff;
    transition: all .4s;
    box-shadow: 0 40px 56px -16px #22066d29, 0 8px 20px #22066d0f, 1px 0 2px #22066d0a, 0 0 0 1px #22066d14;
    position: absolute;
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    min-width: 800px;
    max-width: 800px;
    /*    display: grid;*/
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    gap: 10px;
    opacity: 0;
    /* Initially hidden */
    transform: translateY(-10px);
    /* Initial position for smooth animation */
}

.dropdown-menu:after,
.dropdown-menu:before {
    left: 30px;
}

.dropdown-menu:before {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 7px;
    margin-left: -7px;
}

.dropdown-menu:after,
.dropdown-menu:before {
    bottom: 100%;
    left: 4%;
    /* border: solid transparent; */
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown-menu:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #1692a4;
    border-width: 6px;
    margin-left: -6px;
}

/* Show dropdown on hover */
.more-coins-container:hover .dropdown-menu {
    display: grid;
    opacity: 1;
    /* Make visible */
    transform: translateY(0);
    /* Final position */
}

/* Add animation to the entire dropdown */
.more-coins-container .dropdown-menu {
    animation: slideIn 0.3s ease-out forwards;
}

/* Animation for dropdown appearance */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*scroll bar color*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2342A4;
}

/*end*/
/* Layout: 5 coins per column */
.more-coins-container .dropdown-menu {
    grid-template-columns: repeat(3, 1fr);
    /* 4 columns */
}

section.bg-light-green .col.pb-4:last-child .more-sources-container .dropdown-menu {
    left: auto;
    right: 0;
}

.more-coins-container .dropdown-item {
    display: flex;
    align-items: center;
    /* Center the arrow and text */
    padding: 10px;
    text-decoration: none;
    color: #000;
    transition: transform 0.2s ease, border-bottom 0.3s ease;
    /* Smooth scale and border */
    position: relative;
}

/* Add arrow before each coin using ::before */
.more-coins-container .dropdown-item::before {
    content: '\f101';
    /* FontAwesome arrow-down icon */
    font-family: "Font Awesome 5 Free";
    /* FontAwesome font family */
    font-weight: 900;
    margin-right: 10px;
    /* Space between arrow and coin name */
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
    /* Smooth arrow color change */
}



/* Change arrow color on hover */
.more-coins-container .dropdown-item:hover::before {
    color: #007bff;
    /* Change arrow color on hover */
}

/* Ensure parent container is positioned correctly */
.more-coins-container {
    position: relative;
}

/* Style the border for each column */
.dropdown-menu .dropdown-item:nth-child(5n) {
    border-right: none;
    /* Remove right border from the last column */
}

.blockspace {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*login page css*/
.wrap-login100 {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

/*.p-r-110 {
    padding-right: 110px;
}
.p-l-110 {
    padding-left: 110px;
}
.p-b-33 {
    padding-bottom: 33px;
}
.p-t-62 {
    padding-top: 62px;
}*/
.p-t-25 {
    padding-top: 25px;
}

.login100-form {
    width: 100%;
}

.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: 'poppins';
    font-size: 39px;
    color: #252525;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

.btn-face:hover:before,
.btn-google:hover:before {
    opacity: 1;
}

.btn-face:hover,
.btn-google:hover {
    color: #fff;
}

.p-b-53 {
    padding-bottom: 53px;
}

.btn-google {
    color: #555555;
    background-color: #fff;
}

.btn-face,
.btn-google {
    font-family: 'poppins';
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    width: calc((90% - 22px) / 2);
    height: 55px;
    border-radius: 10px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.m-b-20 {
    margin-bottom: 20px;
}

.btn-google::before,
.btn-face::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background: #3D79B0;
    background: linear-gradient(109.6deg, #3D79B0 11.3%, #2342A4 91.1%);
    background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
    background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
    background: linear-gradient(109.6deg, #3D79B0 11.3%, #2342A4 91.1%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.p-b-9 {
    padding-bottom: 9px;
}

.p-t-10 {
    padding-top: 10px;
}

.txt1 {
    font-family: 'poppins';
    font-size: 16px;
    color: #2d2d2d;
    line-height: 1.5;
}

.validate-input {
    position: relative;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.input100 {
    font-family: 'poppins';
    color: #333333;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: transparent;
    height: 60px;
    padding: 0 20px;
    border: 1px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #fc00ff;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.m-t-17 {
    margin-top: 17px;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    background: #3D79B0;
    background: linear-gradient(109.6deg, #3D79B0 11.3%, #2342A4 91.1%);
    background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
    background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
    background: linear-gradient(109.6deg, #3D79B0 11.3%, #2342A4 91.1%);
    border-radius: 10px;
    font-family: 'poppins';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border: 1px;
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    background: #3D79B0;
    background: linear-gradient(109.6deg, #2342A4 11.3%, #3D79B0 91.1%);
    background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
    background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
    background: linear-gradient(109.6deg, #2342A4 11.3%, #3D79B0 91.1%);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.w-full {
    width: 100%;
}

.text-center {
    text-align: center;
}

.p-t-55 {
    padding-top: 55px;
}

.txt2 {
    font-family: 'poppins';
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
}

.bo1 {
    border-bottom: 1px solid #999999;
}

.passfield {
    display: flex;
    align-items: center;
}

.login100-form-btn:hover:before {
    opacity: 1;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}

.control .caption {
    position: relative;
    top: .2rem;
    color: #888;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control input:checked~.control__indicator {
    background: #2342a4;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
}

/* Include Font Awesome Unicode for the Checkmark Icon */
.control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
    content: '\f00c';
    /* Unicode for Font Awesome's checkmark icon */
}

/* Position and Style the Checkmark Icon */
.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* General Control Indicator Styling */
.control__indicator:after {
    font-family: 'Font Awesome 6 Free';
    /* Ensure the correct Font Awesome font is used */
    font-weight: 900;
    /* Adjust weight for solid icons */
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.content .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.content a {
    color: #888;
    text-decoration: underline;
}

a.forgot-pass {
    color: #888;
    font-size: 14px;
    text-decoration: underline;
}

.validate-input label {
    position: absolute;
    bottom: -23px;
    font-size: 14px;
}

.checkbox {
    width: 100%;
    position: relative;
}

.checkbox label {
    position: absolute;
    bottom: -21px;
    font-size: 14px;
}

.bgskyblue {
    background: #ecf2ff;
}

.urllink {
    color: #2649a5 !important;
    font-weight: bold;
}

.btn-face,
.bgskyblue .btn-google {
    width: calc((60% - 22px) / 2);
}

/*my news custom css*/
.bgsky {
    background: url('http://192.168.1.7/public/articles/images/inner-hero-bg.jpg');
    padding: 30px 0;
    background-size: cover;
    background-position: right;
}

.janurayblue-btn:hover {
    background: #ffffff;
    color: #1692a4;
}

.historyheading span {
    font-weight: bold;
    color: #101010;
}

.janurayblue-btn {
    padding: 13px 16px;
    border: 1px solid;
}

.centerhistory {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.centerhistory .janurayblue-btn:hover {
    background: #ffffff;
    color: #2546a5;
    border: 1px solid;
}

/*div.card .card-header-primary {
    background: linear-gradient(60deg, #2342a4, #7b1fa2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(156, 39, 176, .6);
}*/
.mynewssection .nav-tabs .nav-link:focus,
.mynewssection .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    background: linear-gradient(60deg, #00525e, #167887);
    transition: background-color .3s .2s;
    color: #ffffff;
    font-weight: bold;
}

.mynewssection div.card .card-header {
    border-radius: 3px;
    padding: 1rem 15px 5px;
    margin-left: 15px;
    margin-right: 15px;
    /*    margin-top: -30px;*/
    border: 0;
}

.mynewssection .nav-tabs .nav-link.active {
    background:linear-gradient(60deg, #00525e, #167887);
    transition: background-color .3s .2s;
    color: #ffffff;
    font-weight: bold;
}

.mynewssection .nav-tabs .nav-link {
    color: #0f6b79;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    background-color: transparent;
    transition: background-color .3s 0s;
    border: 1px solid;
    margin-right: 10px;
    border-radius: 5px;
}

.section-title {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: #ff661f;
}

.section-title h2 {
    font-size: 25px;
    margin-bottom: 0;
    color: #09101f;
}

.page-title-area {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.page-title-content {
    position: relative;
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 30px;
}

.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
}

.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li {
    display: inline-block;
    margin-left: 0px;
    font-weight: 400;
    color: #222;
    position: relative;
}

.page-title-content ul li a {
    display: block;
      color: #222;
}

.page-title-content ul li::before {
    content: ">";
    position: relative;
    color: #222;
    font-weight: bold;
        padding: 0 5px;
}

.page-title-content ul li:first-child::before {
    display: none;
}

.brdcrm {
    position: static !important;
    transform: none !important;
}

.load_more_source {
    background: #2443a4;
    border: 1px;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
}

.load_more_source:hover {
    color: #2443a4;
    background: transparent;
    border: 1px solid #2443a4;
    padding: 5px 15px;
}

/*home page custom */
/* Basic Styling */
.coinheader .menu-container {
    position: relative;
    display: inline-block;
    /* Makes the container inline so it behaves like a menu item */
}

.coinheader .menu-item {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    display: block;
}

/* Dropdown Menu */
.coinheader .dropdown {
    display: none;
    /* Hidden by default */
    position: absolute;
    /* Position the dropdown relative to the parent */
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

.coinheader .dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coinheader .dropdown ul li {
    padding: 8px 16px;
}

.coinheader .dropdown ul li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.coinheader .dropdown ul li a:hover {
    background-color: #ddd;
    /* Hover effect for the menu items */
    color: #000;
}

/* Show the dropdown on hover */
.coinheader .menu-container:hover .dropdown {
    display: block;
}

/* Optional: Add a little spacing on hover for a nice effect */
.coinheader .menu-container:hover .menu-item {
    background-color: #ddd;
}

/*category button*/
.categorybtn {
    font-size: 16px;
    margin: 5px 7px;
    padding: 3px 13px;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    color: #0d2156;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 5px 5px #ccc;
}

.categorybtn:hover {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
}

a.categorybtn.active {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 6px 16px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    color: #999;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 8px !important;
}

/*accordian field css*/
.searchtab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    gap: 15px;
}
.accordion-button {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
    padding:  15px 30px;
    font-size: 20px;
    border-radius: 5px;
}


.accordion-item {
    border: transparent !important;
}

/*number arrow remove*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

button.btn.btnaccordion {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px;
    margin-top: 10px;
}

/*source form design*/
.formbg {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.accordion-collapse {
    background: var(--bs-gradient-bg) !important;
    
}

.accordion-collapse select.form-control {
    appearance: auto;
    height: 52px;
}

.headingform h5 {
    margin: 15px 0 6px;
    border-top: 1px solid #d5d5d5;
    font-weight: bold;
    padding-top: 10px;
}

.formbg .form-control {
    line-height: 50px;
    background: #fafafa;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.formbg label {
    margin: 10px 0 5px;
    color: #555;
}

.linelimit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*#history-section .tab-content>.active {
    display: inline-block;
}*/

.limitheight {
    height: 150px;
    overflow: hidden;
}

.lightblack {
    background: #101010;
}

.centerblock p {
    margin: 0;
}

.boxshadow {
    border-left: 3px solid #fff;
    background: #00525e;
    padding: 10px;
    border-radius: 10px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

/*footer*/
.footersection ul {
    list-style: none;
    padding: 0;
}

.footercontent p {
    color: #fff;
}

.addressblock {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
    color: #fff;
}

.footerheading h5:after {
    content: "";
    width: 10%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    display: block;
    margin-top: 2px;
}

.footerheading h5 {
    color: #fff;
    position: relative;
}

.userfullink ul {
    padding: 0;
}

.userfullink ul li a {
    color: #fff;
}

.userfullink ul {
    padding: 0;
}

.userfullink ul li a {
    color: #fff;
}
.relatednewsblock img {
    max-height: 90px;
    max-width: 170px;
    object-fit: fill;
}
.socialmedia ul {
    display: flex;
    gap: 20px;
    color: #fff;
    font-size: 19px;
}

.categoriesfooter a {
    color: #fff;
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    border-radius: 19px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
}

.categoriesfooter {
    display: flex;
    flex-wrap: wrap;
}

h4.h4.two-line-text {
    font-size: 1.5rem;
}

.centerblock h1,
.centerblock h2,
.centerblock h3,
.centerblock h4,
.centerblock h5,
.centerblock h6 {
    font-size: 1rem;
    margin-bottom: 2px;
}

h4.h5.two-line-text.fw-bold {
    font-size: 1.25rem !important;
}


/*icon look*/
.delete-website {
    position: absolute;
    top: 0;
    bottom: -33px;
    display: flex;
    align-items: center;
    justify-content: end;
    right: -30px;
    width: fit-content;
}

.minusicon {
    position: relative;
}

/*load more button*/
.newsfeed {
    position: relative;
}

.loadmorebutton button {
    background: var(--bs-gradient-bg) !important;
    border: 1px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
}

.loadmorebutton {
    position: absolute;
    bottom: -20px;
    display: flex;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
}

.sidebar {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 24px 10px;
    border-radius: 10px;
    transition: all 0.3s;
    overflow: auto;
    max-height: 350px;
}

.sidebar {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.head {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f6f6f6;
}

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-details .title,
.menu .title {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #00525e;
    border-bottom: 2px solid;
}

.user-details .name {
    font-size: 14px;
    font-weight: 500;
}

/*.nav {
    flex: 1;
}
*/
.menu ul li {
    position: relative;
    list-style: none;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    text-decoration: none;
    padding: 10px 8px;
    border-radius: 8px;
    transition: all 0.3s;
}

.menu ul li>a:hover,
.menu ul li.active>a {
    color: #ffffff;
    background-color: #00525e;
}

.menu ul li .icon {
    font-size: 20px;
}

.menu ul li .text {
    flex: 1;
}

.menu ul li .arrow {
    font-size: 14px;
    transition: all 0.3s;
}

.menu ul li.active .arrow {
    transform: rotate(180deg);
}

.menu .sub-menu {
    display: none;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 5px;
    border-left: 1px solid #f6f6f6;
}

.menu .sub-menu li a {
    padding: 10px 8px;
    font-size: 12px;
}

.menu:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
}

.sidebar.active {
    width: 92px;
}

.sidebar.active .user-details {
    display: none;
}

.sidebar.active .menu .title {
    text-align: center;
}

.sidebar.active .menu ul li .arrow {
    display: none;
}

.sidebar.active .menu>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar.active .menu>ul>li>a .text {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.sidebar.active .menu>ul>li>a .text::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 20%;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #000;
    transform: rotate(45deg);
    z-index: -1;
}

.sidebar.active .menu>ul>li>a:hover .text {
    left: 50px;
    opacity: 1;
    visibility: visible;
}

.sidebar.active .menu .sub-menu {
    position: absolute;
    top: 0;
    left: 20px;
    width: 200px;
    border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
}

.menu ul {
    padding: 0;
}

.menu {
    width: 100%;
}

.btn.btnsideabar {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
    margin: 55px auto 0;
    display: flex;
}

#filtermodal button.btn.btn-primary {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
}

.menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*sticky position*/
.sticky_top {
    position: sticky;
    top: 0;
    z-index: 999;
}

.leftsticky {
    position: sticky;
    top: 170px;
}

/*#filtermodal button.btn-close {
    right: -29px;
    top: 0;
    --bs-btn-close-bg: none;
    font-size: 23px;
    position: absolute;
    color: #fff;
    opacity: 1;
}*/

.filtercategory a {
    background: #ebebeb;
    border: 1px solid #b1b1b1;
    border-radius: 36px;
    padding: 5px;
}

.filtercategory {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0;
}

p.norecord {
    background: #ffffff;
    padding: 5px;
    text-align: center;
}

.modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
    height: 100%;
}

.dropdown-menu.show {
    display: block;
    max-height: 300px !important;
}



/*social media*/
.article-share {
    margin-left: auto;
    display: flex;
    position: relative;
    height: 32px;
}

.article-share-icon {
    display: flex;
}

.article-share-icon li {
    position: relative;
}

.article-share-icon li span {
    width: 32px;
    height: 32px;
    background: #d9d9d9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    right: 0;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.article-share-icon li .article-share-platform {
    display: flex;
    align-items: center;
}

.article-share-icon li .article-share-platform li {
    transition: all ease-in-out .5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: var(--switch-bg);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.article-share-icon li .article-share-platform li a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
}

.article-share-icon li:hover .article-share-platform li:nth-child(1) {
    opacity: 1;
    left: -36px;
    transform: rotate(0deg);
    transition-delay: 0.08s;
    z-index: 2;
}

.article-share-icon li:hover .article-share-platform li:nth-child(2) {
    opacity: 1;
    left: -72px;
    transform: rotate(0deg);
    transition-delay: 0.16s;
    z-index: 2;
}

.similarsection ul {
    list-style: none;
}

.similarsection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.menu li .btn {
    color: #353535 !important;
    padding: 0 3px !important;
}

.menu li .btn:hover {
    background: transparent !important;
    color: #2342A4 !important;
}

#telegramTabs .nav-link.active {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
    border: 1px solid;
}

#telegramTabs .nav-link {
    color: #2648a5;
    border: 1px solid;
    margin-right: 5px;
}

ul#telegramTabs {
    border: none;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
}

/* SHUBHAM */
.sidebar-sticky {
    position: sticky;
    top: 20px;
    z-index: 10;
}

.profile-navbar .profil-nav-lnk {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
    text-align: left;
    background: transparent;
    /* border: 1px solid transparent; */
    border-radius: 15px 0 0 15px;
    transition: all 0.1s ease-in-out;
}

.profile-navbar .profil-nav-lnk:hover {
    border-width: 1px 0 1px 1px;
    border-color: #ccc;
}

.profile-navbar .profil-nav-lnk.active {
    background-image: linear-gradient(90deg, #fff, #fff);
    color: var(--bs-white);
    /* border: 1px solid rgba(0, 0, 0, .1); */
    background: rgba(0, 0, 0, .3);
    border-left: 3px solid #fff;
}

.brdcrm {
    position: static;
    transform: none;
}

.dataTables_filter {
    margin-bottom: 8px;
}
/* SHUBHAM */


.details-page {
    border-bottom: 1px solid #bfbfbf;
}

.formdesign {
    background: #fff;
    padding: 30px;
        border: 1px solid #e7e7e7;
            border-radius: 5px;
}
.text-downriver {
    color: #0d2156 !important;
}
.formdesign .int-txt {
    width: 100%;
    padding: 6px 16px;
    background-color: rgb(136 136 136 / 7%);
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #999;
}

#source .modal-header, #telegram-login-modal .modal-header {
    background: #274ba6;
    color: #fff;
}

#source .modal-header p , #telegram-login-modal .modal-header p {
    color: #fff !important;
}

#source .modal-content, #telegram-login-modal .modal-content {
    background-color: #e9f7fe;
}

#source .modal-footer, #telegram-login-modal .modal-footer {
    background: #274ba6;
    color: #fff;
}

.stepblock {
    position: relative;
    padding: 0 10px 20px;
    border-radius: 15px;
    margin: 50px 0 0;
}

.stepblock:after {
    position: absolute;
    background-image: url(../images/steps.webp);
    content: "";
    transform: rotate(-1deg);
    top: -86px;
    right: -165px;
    height: 130px;
    width: 230px;
    background-repeat: no-repeat;
}

.stepblock h5 {
    min-height: 74px;
    font-size: 18px;
}

.lastview:after {
    background: none;
}
#telegram-login-modal .btn-close{
    top: 6px !important;
}
#source .btn-close, #telegram-login-modal .btn-close {
    background: #fff;
    opacity: 1;
    color: #000;
    top: 18px;
}

.mobileview {
    display: none;
}

.desktopview {
    display: block
}

/*home page*/
.bootstrap-select .dropdown-menu.inner {
    margin-top: 0 !important;
}

/*end*/
.bgcontact{
    background: #f8f8f8;
    padding: 30px 0;
}
.heading-title-con .special-text {
    margin-bottom: 12px;
}
.special-text {
    color: #e93314;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    letter-spacing: 2.5px;
    font-weight: 500;
}
.heading-title-con h2{
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
    color: #3a3a5e;
        margin-bottom: 24px;
}
/*responsive*/
@media (max-width: 1280px) {
    h4.h5.two-line-text.fw-bold {
        font-size: 1rem !important;
    }

    .articlemiddle h6 {
        font-size: 14px;
    }

    .menu li .btn {
        font-size: 13px;
    }

    .menu ul li a {
        gap: 5px;
        font-size: 12px;
        padding: 8px 5px;

    }

    .btn.btnsideabar {
        font-size: 14px;
        margin: 50px auto 0;
    }
}

@media (max-width: 1150px) {
    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    form {
        margin: 0;
    }

    .btn.btnsideabar {
        font-size: 12px;
    }

    .janurayblue-btn {
        padding: 10px 30px;
    }

    .boxshadow {
        margin-bottom: 15px;
    }

    .stepblock:after {
        display: none;
    }

    .stepblock h5 {
        min-height: fit-content;
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .menu li .btn {
        font-size: 11px;
    }

    h4.h5.two-line-text.fw-bold {
        font-size: 14px !important;
    }

    .menu li .btn {
        color: #353535 !important;
        padding: 0 1px !important;
    }

    .search {
        width: 100%;
    }

    .FAQ-ShowMore button {
        font-size: 14px;
    }

    .leftsticky {
        position: sticky;
        top: 200px;
    }
}

@media (max-width: 600px) {
    .mobileview {
        display: block;
    }

    .sticky_top {
        top: auto;
        z-index: 9;
    }

    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
        height: 100vh;
        margin-right: 1px;
        background-color: #fff;
    }

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        display: block;
        transition: 0.3s;
    }

    .sidepanel .closebtn {
        position: absolute;
        text-decoration: none;
        top: 5px;
        right: 25px;
        font-size: 23px;
        border: 1px solid #dc143c;
        border-radius: 5px;
        padding: 5px;
    }

    .openbtn {
        font-size: 14px;
        cursor: pointer;
        background-color: #2649a5;
        color: white;
        padding: 7px 14px;
        border: none;
        border-radius: 5px;
        position: fixed;
        display: block;
        top: 50%;
        transform: rotate(270deg);
        z-index: 999;
        right: -61px;
        letter-spacing: 0.8px;
    }

    .openbtn:hover {
        background-color: #444;
    }

    .open {
        display: block;
        width: 50%;
        height: 100vh;
    }

    .desktopview {
        display: none;
    }

    .mobileview .leftsticky {
        position: absolute;
        top: 0;
    }

    .user-details .title,
    .menu .title {
        white-space: nowrap;
    }

    .menu ul li {
        flex-wrap: nowrap;
    }

    .menu ul li a {
        white-space: nowrap;
    }

    .buttonview {
        display: flex;
        gap: 5px;
    }

    .btn.btnsideabar {
        font-size: 12px;
        white-space: nowrap;
    }

    .sidebar {
        overflow: hidden;
        width: 180px;
    }

    h4.h5.two-line-text.fw-bold {
        font-size: 16px !important;
    }

    .modal.show .modal-dialog {
        height: auto;
    }

    .stepblock {
        padding: 0 10px 10px;
        margin: 0px 0 0;
    }

    .stepblock h5 {
        font-size: 14px;
    }

    .pb-4 {
        padding-bottom: 1rem !important;
    }

    .mt-4 {
        margin-top: 1rem !important;
    }

    .mb-4 {
        margin-bottom: 1rem !important;

    }

    #filtermodal button.btn-close {
        right: 5px;
        top: 3px;
        color: #000;
    }
    #rss-feed-container .rowblock{
        margin: 0;
    }
}
.faqmainview .accordion-item {
    margin-bottom: 15px;
}
.faqmainview  .accordion-button::after {
    width: 50px;
    height: 50px;
    display: flex ;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #06667e;
    margin-left: auto;
    font-weight: 900 !important;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    background-image: none;
}
.faqmainview  .accordion-button:not(.collapsed)::after {

        background-image: none;
}

.faqmainview button.accordion-button {
    color: var(--bs-white) !important;
    background: var(--bs-gradient-bg) !important;
    padding: 0 0 0 15px;
    font-size: 20px;
    border-radius: 5px;
}
.blockspace br {
    display: none;
}
.details-page .accordion-body p {
    color: #fff;
}
/**/
.coin_top {
    position: absolute;
    right: 0;
    background: #2295b0;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}
.coinsblock {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
span.fit_coin {
    position: relative;
    width: 80%;
}
.newsblock .blockspace img {
 display: none;
}
.entry-meta i.fa-solid.fa-clock {
    margin-right: 5px;
}
/*footer content*/
.bg-bottom{
    background: url('../images/dotbg.png');
}
.bg-bottom h5, .bg-bottom h4 {
    font-weight: bold;
}
.bg-bottom h5 {
    border-bottom: 3px solid #2589a0;
    width: fit-content;
    padding-bottom: 5px;
}
.bg-bottom ul {
    padding-left: 15px;
}
.bg-bottom ul li p{
    margin-bottom: 0;
    font-size: 18px ;
}
.bg-bottom a{
    color: #1692a4;
}

/* New Home CSS */
    .tag{
        background-color: #DFEFF6;
        padding: 4px;
        color: var(--bs-january-blue);
        font-weight: 400;
    }
    .img-home{
        margin:10px 0px;
        border-radius: 10px;
        max-height: 350px;
    }
    .md-shadow{
        box-shadow:rgb(196, 200, 217) 4px 4px 0px 0px;
    }
    .bdr-thick-right{
        border-right:4px solid var(--bs-january-blue);
    }
    .bdr-head{
        display: block;
        line-height: 32px;
        margin-bottom: 16px;
        padding-bottom: 8px;
        position: relative;
        text-align: left;
        width: calc(100% - 15px);
    }
    .bdr-head:after{
        background-color: var(--bs-january-blue);
        bottom: -5px;
        clip-path: polygon(3% 0, 100% 0, 100% 70%, 97% 100%, 0 100%, 0 30%);
        content: "";
        height: 10px;
        position: absolute;
        right: 85px;
        width: 178px;
    }

    .bg_News_top {
        background: #fff;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        border-top: 2px solid var(--bs-january-blue);
        border-radius: 0px
    }
    .news_second .border-end {
        border-right: 2px solid var(--bs-january-blue) !important
    }
    .clrtitle {
        color: #212529;
        min-height: 68px;
        margin-bottom: 0;
        font-weight: 700;
    }
    .three-line-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .card-footer span:first-child{
        width: 130px;
        text-overflow: ellipsis;
    }
    .top__inquiry span {
        font-size: 11px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
    }
    .borderremove .border-bottom img {
        min-height: 75px;
    }
    span.cont_font {
        font-size: 14px;
        color: #4a4a4a;
        margin-top: 5px;
        line-height: 1.4
    }
    @media (max-width:1280px) {
        .borderremove .border-bottom img {
            min-height: 67px;
        }

        span.cont_font {
            font-size: 13px;
            color: #4a4a4a;
            margin-top: 0px;
            line-height: 1.4;
        }
    }
    .position-heading{
        border: 1px solid #ccc;
        font-size: 14px;
        border-radius: 4px;
        position: relative;
        top: 8px;
        background: #fff;
        color: var(--bs-january-blue);
        width: 135px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 120px;
        z-index: 1;
    }
    .position-heading:hover{
        background:var(--bs-january-blue);
        color:#fff;
    }
    @media (min-width:1400px) and (max-width:1699px){
        .position-heading{
            left: 80px;
        }
        .bdr-head:after{
            right: 55px;
            border-bottom: 2px solid var(--bs-january-blue);
        }
    }
    @media (min-width:1200px) and (max-width:1399px){
        .position-heading{
            left: 58px;
        }
        .bdr-head:after{
            right: 31px;
            border-bottom: 2px solid var(--bs-january-blue);
        }
    }
    @media (min-width:992px) and (max-width:1199px){
        .md-view{
            background:aliceblue;
            border:1px solid #ccc;
            box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            border-radius:5px;
            margin:8px 0px;
            padding:8px; 
        }
        .position-heading{
            left: 80px;
        }
        .bdr-head:after{
            right: 45px;
            border-bottom: 2px solid var(--bs-january-blue);
        }
    }
    @media (min-width:768px) and (max-width:991px){
        .md-view{
            background:aliceblue;
            border:1px solid #ccc;
            box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            border-radius:5px;
            margin:8px 0px;
            padding:8px; 
        }
        .position-heading{
            left: 98px;
        }
        .bdr-head:after{
            right: 70px;
            border-bottom: 2px solid var(--bs-january-blue);
        }
        .trend-news .trend-news-list:nth-child(n+4){
            display:none;
        }
    }

    @media (min-width:575px) and (max-width:767px){
        .position-heading{
            left: 193px;
        }
        .bdr-head:after{
            right: 150px;
            border-bottom: 2px solid var(--bs-january-blue);
        }
        .news_second .border-end {
            border-right: 0px !important;
        }
        
        .trend-news .trend-news-list:nth-child(n+4){
            display:none;
        }
    }
    @media (min-width:200px) and (max-width:574px){
        .position-heading{
            left: 0px;
        }
        .bdr-head:after{
            display:none;
            border-bottom: 0;
        }
        .news_second .border-end {
            border-right: 0px !important;
        }
        
        .trend-news .trend-news-list:nth-child(n+4){
            display:none;
        }
    }
/* New Home CSS */
.details-page {
    background: #f5feff;
    padding: 15px;
    border-top: 3px solid #2397b2;
}
.bgnewsview{
        border: 1px solid #00525e;
    background: #f6feff;
}

/*button design*/
.edit-btn {
    background: #e3f2fd;
    color: #1976d2;
}
.action-btn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex ;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}
.action-btn::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}
.action-btn svg {
    width: 18px;
    height: 18px;
}
.delete-btn {
    background: #ffebee;
    color: #d32f2f;
}
.share-btn {
    background: #e8f5e8;
    color: #388e3c;
}
.article-tags a.active span {
    background: #0c6674;
    color: #fff;
}
.buttonview {
    display: flex;
    gap: 3px;
}

.edit-toggle {
    padding: 12px 24px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.news-header {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #0c6674, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    text-align: left;
}
/*.news-header::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    border-radius: 2px;
}*/
.edit-toggle:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4);
}
  .tag-wrapper {
    display: inline-block;
    position: relative;
  }

  .tag-actions a {
    margin-right: 8px;
    color: #A02737;
    text-decoration: none;
  }

.tag-actions {
    display: block;
    margin-top: 7px;
}

  .tag-actions i:hover {
    color: #721c24;
  }
  .tag-actions a:first-child i {
    color: #f39c12;
}
.tag-actions a:nth-child(2) i {
    color: #e93422;
}
.tag-actions a:last-child i {
    color: #17c460;
}

/*modal news page*/
.newsmodal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    color: #fff;
}
.btn-add:hover {
    transform: translateY(-3px) scale(1.05);
    color: #fff;
}

/*2 july*/

.whatsapp-btn i {
    color: #00973d;
    font-size: 19px;
}
.telegram-btn i{
    color: #0088cc;
    font-size: 19px;

}