.flipswitch {
    position: relative;
    width: 100px;
}

.flipswitch input[type="checkbox"] {
    display: none;
}

.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 50px;
}

.flipswitch-inner {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.flipswitch-inner:before,
.flipswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 20px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.flipswitch-inner:before {
    content: "ON";
    padding-left: 18px;
    background-color: #437a99;
    color: #ffffff;
}

.flipswitch-inner:after {
    content: "OFF";
    padding-right: 18px;
    background-color: #ffffff;
    color: #437a99;
    text-align: right;
}

.flipswitch-switch {
    width: 35px;
    margin: -2.5px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 67px;
    transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
    right: 0;
}

.border {
    border: 1px solid #6c757d;
    opacity: 03px;
    opacity: 0.5;
    margin: 10px;
}

.logo .filepond--list .filepond--item {
    width: 100%;
    min-height: 10px !important;
}

.filepond--item {
    display: flex;
    width: 220px;
    padding: 0px 15px;
    min-height: 260px;
    margin-bottom: 15px;
}
.section .section-header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #fff;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.toggleButttonPostition {
    font-size: 18px;
    color: #191d21;
    font-weight: 600;
    position: relative;
    margin: 30px 0 25px 0;
}
.images_border {
    border-radius: 8px;
}

.navbar_dropdown {
    border-radius: 8px;
    background-color: var(--primary-color) !important;
}

.bg-purple-new {
    background-color: #d4c6ec !important;
}
.text-purple-new {
    color: #a779f6;
}
.bg-red-new {
    background-color: rgba(
        181,
        32,
        70,
        0.12
    ) !important; /* Adjust the alpha value (0.5 in this case) to control opacity */
    /* border: 1px solid #dc3545; */
}

.text-red-new {
    color: #b52046;
}

.bg-grey-new {
    background-color: rgb(
        84,
        98,
        125,
        0.5
    ) !important; /* Adjust the alpha value (0.5 in this case) to control opacity */
    border: 1px solid #54627d;
}

.text-grey-new {
    color: #54627d;
}

.bg-blue-new {
    background-color: rgba(66, 133, 244, 0.12);
}

.text-blue-new {
    color: #4285f4;
}

.bg-green-new {
    background-color: rgba(52, 168, 83, 0.12) !important;
}

.text-green-new {
    color: #34a853;
}

.bg-orange-new {
    background-color: #fff1df !important;
}

.text-orange-new {
    color: #ffa53e;
}

.bg-sky-new {
    background-color: #d7f2fc !important;
}

.text-sky-new {
    color: #00b9ff;
}

.bg-pink-new {
    background-color: rgba(255, 84, 109, 0.12) !important;
}
.text-pink-new {
    color: #ff546d;
}

#RNews-main {
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
}
#RNews-cat-nav {
    background-color: #1b2d51;
    border: 2px solid #1b2d51;
    border-radius: 5px 5px 0 0;
    color: #fff;
    justify-content: center;
}
#Link-all,
#catNav-links {
    color: var(--secondary-color);
    text-decoration: none;
}
#RNews-card {
    background-color: #fff;
    border: none;
    display: flex;
    flex-direction: row;
    margin: 10px;
    overflow: hidden;
}
#Link-all img {
    position: relative;
    top: 0;
    transition: top 0.5s ease;
}

#RNews-image {
    aspect-ratio: 1/1;
    border-radius: 5px;
    margin: 10px 0 10px 10px;
    max-width: 20%;
    object-fit: cover;
}

#RNews-card-body {
    padding-top: 3px;
    width: 70%;
}
#btnRNewsCatagory {
    background: var(--primary-color);
    color: #fff;
    margin-left: 3%;
    margin-top: 3%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#RNews-card-text {
    margin: 3%;
}

#btnRNewsCatagory {
    background: var(--primary-color);
    color: #fff;
    margin-left: 3%;
    margin-top: 3%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
#languageDropdown {
    max-height: 200px; /* Set a maximum height for the dropdown */
    overflow-y: auto;
}

.scrollable-menu {
    max-height: 100%; /* Ensure the menu takes up the available space */
    overflow-y: auto;
}

#refresh {
    height: 40px !important;
}

.filter_button {
    height: 40px;
    background-color: var(--primary-color) !important;
    color: #ffffff;
    /* border-radius: 0.5rem; */
    border: 1px solid var(--primary-color) !important;
}

/* CSS to hide the drawer by default */
#filterDrawer {
    display: none;
}

/* CSS to make the drawer appear when the button is clicked */
#filterDrawer.open {
    display: block;
    z-index: 1000 !important; /* Adjust the value as needed */
}

.drawer {
    position: fixed;
    top: 0;
    right: -300px; /* Start with the drawer hidden */
    width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out; /* Add a smooth transition effect */
    overflow: auto !important;
    overflow-x: hidden !important;
}

@media (max-width: 400px) {
    .drawer {
        width: 210px;
    }


}
.open {
    right: 0; /* Show the drawer by setting right to 0 */
}

.drawer {
    z-index: 1000 !important; /* Adjust the value as needed */
    /* ... other styles ... */
}

/* CSS for the backdrop */
#filterBackdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343f53; /* Semi-transparent black */
    opacity: 0.65;
    display: none; /* Initially hidden */
    z-index: 999 !important; /* Ensure it's on top of other content */
}

.current_language {
    margin-top: 10px !important;

    margin-right: 10px !important;
    padding: 3px !important;
    font-size: 14px;
}

input[type="checkbox"] {
    accent-color: var(--primary-color);
}

.o-media--middle {
    align-items: center;
}

.o-media {
    display: flex;
    align-items: flex-start;
}

.images_in_card {
    height: 50px;
    width: 50px;
    border-radius: 8px;
}

.o-media__img {
    margin-right: 1.5rem;
}

/* .o-media__body
&, > :last-child {
    margin-bottom: 0;
} */

.provider_name_table {
    /* font-size: 14px; */
    text-align: left;
    /* font: normal normal medium 16px/28px Plus Jakarta Sans; */
    /* letter-spacing: 0.8px;
    color: #343f53; */
}

.provider_email_table {
    /* font-size: 12px; */
    text-align: left;
    /* font: normal normal medium 12px/24px Plus Jakarta Sans; */
    /* letter-spacing: 0.6  fill: {
        colors: ['#f00']
      }, */
}

.card-comments .card-comment:first-of-type {
    padding-top: 0;
}

.card-comments .card-comment {
    border-bottom: 1px solid #e9ecef;
    padding: 8px 0;
}

.custom-link {
    color: #212529;
    /* Add other styles as needed */
}

.custom-link:hover {
    /* color: var(--primary-color);
     */
    color: var(--primary-color);
}

.sidebar-new-title {
    /* text-transform: uppercase; */
    margin-top: 16px !important;
    margin-bottom: 10px !important;
    font-weight: 700;
    color: #ffff;
}

.seo_title {
    font-weight: 700 !important;
    /* border-bottom: 1px solid #F2F1F6; */
    width: 100%;
}

.card {
    transition: height 0.3s;
    overflow: hidden;
}

.card-expanded {
    height: 600px; /* Set your desired expanded height */
}

.card-hidden {
    display: none;
}
.tagify {
    --tag-bg: var(--primary-color) !important;
    --tag-border-radius: 20px !important;
    --tag-text-color: white !important;
    --tag-remove-btn-bg--hover: red !important;
    --tag-remove-bg: var(--primary-color);
    border-radius: 5px !important;
    --tag-remove-bg: var(--primary-color) !important;
}

.tagify {
    --tag-hover: var(--primary-color) !important;
    /* --tag-invalid-color:var(--secondary-color)!important; */
    --tag-remove-btn-bg--hover: red !important;
}

.tagify__tag__removeBtn:hover {
    color: #fff;
    background: var(--secondary-color) !important;
}
.setting_active_tab:hover {
    background: var(--primary-color) !important;
    color: #fff;
    filter: drop-shadow(4px 4px 10px white);
    transition: 0.5s ease-in-out;
}
.setting_active_tab:hover .bg-primary {
    background: black;
    background-color: #fff !important;

    /* transition: background 0.5s ease-in-out, color 0.2s ease-in-out; */
    color: var(--primary-color);
}
.setting_active_tab:hover a {
    color: #fff;
}
.setting_active_tab:hover .icon_font_size {
    color: var(--primary-color) !important;
}
.setting_active_tab:hover .bg-primary {
    color: var(--primary-color) !important;
}

.setting_active_tab .title {
    color: var(--primary-color);
}
.setting_active_tab:hover .title {
    color: #fff;
}
.setting_active_tab:hover .arrow_icon {
    color: #fff;
}
.setting_active_tab:hover .provider_a {
    background: #ffff no-repeat padding-box !important;
}
.provider_a {
    /*
    /* UI Properties */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border-radius: 10px; */
    width: 60px;
    height: 60px;
    margin: 1em;
    color: #ffff;
    text-decoration: none;
    background: var(--primary-color) no-repeat padding-box !important;
    border-radius: 8px;
    opacity: 1;
}
.setting_active_tab:hover .bg-emerald-success {
    background: rgb(255, 255, 255);
    transition: background 0.5s ease-in-out, color 0.2s ease-in-out;
    color: #0277fa;
}
.setting_active_tab:hover span {
    color: #ffffff;
}
.icon_font_size {
    font-size: 30px !important;
}


.setting_active_tab {
    position: relative;
    overflow: hidden;
}

.setting_active_tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--primary-color);
    transition: width 0.5s ease-in-out, background 0.5s ease-in-out;
    z-index: -1;
}

.setting_active_tab:hover:before {
    width: 100%;
    background: var(--primary-color);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: var(--secondary-color);
}
option:checked,
option:hover {
    background-color: var(--primary-color) !important;
    color: #fff;
}

option:not(:checked) {
    background-color: #fff;
}

/* 1.38 Empty States */
.empty-state {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}
.empty-state .empty-state-icon {
    position: relative;
    background-color: #6777ef;
    width: 80px;
    height: 80px;
    line-height: 100px;
    border-radius: 5px;
}
.empty-state .empty-state-icon i {
    font-size: 40px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.empty-state h2 {
    font-size: 20px;
    margin-top: 30px;
}
.empty-state p {
    font-size: 16px;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--danger);
    padding-left: 0.25rem;
    font-weight: 600;
}


.tagify__tag {

    overflow: hidden!important;
}



.bigdrop{
    width: 100px !important;

}

#news_id option {
    width: 100px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.tagify__tag__removeBtn {

color: white !important;
}
