﻿._main-div {
    margin: 0px 30px 0 20px;
    padding-top: 80px;
    height: 100%;
}

.header {
    width: 99%;
    transition: all 0.5s;
    z-index: 997;
    height: auto;
    /*box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
    background-color: #fff;
    /* padding-left: 20px; */
   /* margin-bottom: 10px;*/
}

.panel-header {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

    .panel-header .image {
        max-width: 100%;
        max-height: 100%;
        float: left;
    }

    .panel-header .text {
        padding-left: 30px;
    }

.panel-items {
    width: 95% !important;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-left: 12px;
    /*border-radius: 8px;*/
    padding: 11px 0px 11px 27px;
}


    .panel-items:hover {
        background: #F0F0F0;
        cursor: pointer;
    }

    .panel-items .selected {
        background: #F0F0F0;
    }

    .panel-items .selected {
        background: #e3e3e3;
    }

    .panel-items .image {
        max-width: 100%;
        max-height: 100%;
        float: left;
    }

    .panel-items .text {
        padding-left: 15px;
    }

.panel-divider {
    border-bottom: #E1E1E1 1px solid;
    padding-top: 20px;
    margin-bottom: 10px;
}

.panel-top-padding {
    padding-top: 20px;
}

.chart-divider {
    padding-top: 20px;
    background: #FBFBFB;
    border: #E1E1E1 1px solid;
}

.chart-header {
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
    display: none;
}

#chartHeader{
    max-height:30px;
}

/*.leftClass {
    max-height: 89vh;
    height: 85vh;
    scroll-behavior: smooth;
    overflow-y: auto;
}*/

.rightPanel {
    border-radius: 5px;
    width: 74vw;
}

#divchartContainer {
    width: 50%; /* 50% of the right panel width */
    margin-left: auto;
    margin-right: auto;
    /* Add additional properties to allow full width */
    display: flex;
    justify-content: center;
}

#popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 8px;
    z-index: 1000;
    font-family: 'Roboto' !important;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


.__panel-items {
    margin-bottom: 10px;
}

.panel-items.collapsed {
    display: none;
}

.btn-not-selected {
    color: #000;
    border-color: #d3d4d5;
}

    .btn-not-selected:hover {
        background: #F0F0F0;
        cursor: pointer;
    }

.selected {
    background-color: #F0F0F0;
    /*border-radius: 8px;*/
}

.selected:hover {
    background-color: #e3e3e3;
    /*border-radius: 8px;*/
}
.disabledOption {
    color: gray;
    pointer-events: none; /* Prevent clicks */
    cursor: default;
    font-weight: bold;
}


#ChartImage {
    /*width: 50vw !important;
    max-width: 73vw !important;*/
}

#divChartContainer {
    height: auto;
    width: auto;
}

/*#divResizeParent {
    height: auto;
}*/

#divChartContainer.Edit {
    border: #CCCCCC 1px solid;
}

.ui-resizable-se {
    bottom: 0 !important;
}

#divChartImageParent {
    border: solid 1px black;
}

.__topButtons {
    position: absolute;
    background-color: #fff;
    height: 34px;
    display: flex;
    align-items: center; /* vertically centers items */
    gap: 4px; /* adds spacing between divs */
    padding-right: 10px; /* optional, left/right padding */
    width: auto; /* let flex decide width */
}

#chartHome {
    display: none;
    position: relative;
    z-index: 299;
    min-width: 17px;
    width: auto;
    border: none !important;
    text-align: left;
    list-style: none;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .25);
    color: #212529;
    border-radius: 5px;
}

#chartBack {
    display: none;
    position: relative;
    z-index: 299;
    min-width: 17px;
    width: auto;
    border: none !important;
    text-align: left;
    list-style: none;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .25);
    color: #212529;
    border-radius: 5px;
}

#backToChart {
    display: none;
    cursor:pointer;
    position: relative;
    z-index: 299;
    min-width: 17px;
    width: auto;
    border: none !important;
    text-align: left;
    list-style: none;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .25);
    color: #212529;
    border-radius: 5px;
}

.fontDropdown {
    position: relative; /* parent anchor for dropdown */
    display: inline-block; /* ensures width follows content */
}

#fontSize {
    position: absolute;
    z-index: 1000;
    height: 31px;
    min-width: 17px;
    width: auto;
    border: #000 1px solid;
    text-align: left;
    list-style: none;
    background-color: #fff;
    cursor: pointer;
    padding-right: 12px;
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    line-height: 20px;
    padding-left: 4px;
}

.btnDropdown {
    position: relative;
    z-index: 200;
    height: 30px;
    min-width: 96px;
    width: auto;
    border: #000 1px solid;
    text-align: left;
    list-style: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
}

.fontOptions {
    display: none;
    position: absolute;
    border: 1px solid #000;
    background-color: white;
    z-index: 1000;
}

    .fontOptions div {
        font-size: 12px;
        padding: 4px;
        cursor: pointer;
        padding-left: 8px;
        line-height: 20px;
        text-align:start;
    }

        .fontOptions div:hover {
            background-color: #f1f1f1;
        }

#dropdownIcon {
    float: right;
    margin-top: 10px;
    margin-left: 3px;
}

#inputBox {
    margin: 0;
    font-size: 12px;
    line-height: 0;
    display: block;
    padding: 4px;
    width: 86px;
    box-sizing: border-box;
    border:1px solid #CACACA;
    color: #CACACA;
}

.dropdown-btn:focus + .dropdown-options {
    display: block;
}






div.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; /* Prevents clicks */
}

#dragHandle {
    cursor: move;
    height: 49px;
}

.__OverlayBtns {
    display: flex;
    gap: 4px;
    text-align: center;
    /*position: absolute;*/
    border-radius: 5px;
    z-index: 300;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    background-color: #fff;
    padding: 4px;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.35);
}

.__Overlay {
    width: 100%;
    padding: 6px 11px;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    transition: all 0.3s ease;
    background-color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.__Overlay:hover {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
    border:1px solid #000000;
}

.overlayImg{
    margin-top:6px;
    margin-bottom:auto;
}

.__tooltip {
    position: relative;
    cursor: pointer;
}

    .__tooltip::after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 115%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
        color: #fff;
        border-radius: 3px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.5s ease-in-out;
        z-index: 9999;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        width: auto;
        padding: 5px;
        white-space: nowrap;
        /*word-wrap: break-word;
        word-break: break-word;*/
    }

    .__tooltip::before {
        content: '';
        position: absolute;
        bottom: 105%;
        color: #000;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #333;
    }

    .__tooltip:hover::after {
        opacity: 1;
    }
    .__tooltip:hover::before {
        opacity: 1; 
    }

.overlayContainer {
    position: absolute;
    top: 55.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 300;
    cursor:pointer;
}

div.enabled {
    opacity: 1;
    cursor: pointer;
}

.overlayBtns {
    padding: 15px 15px;
}


.mainchart-divider {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    background: #FBFBFB;
    border: #E1E1E1 1px solid;
    margin-left: 5px;
    /* height:auto;*/
}

.custom-dataset {
    margin-bottom: 10px;
}

#wordCloudButton {
    margin-bottom: 10px;
}

.createdataset {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border-radius: 2px;
    padding: 8px 0px 8px 27px;
    width: 95%;
    margin-left: 12px;
    border: 1px solid gray;
    /* margin-bottom: 30px;*/
}

.dataset-disable {
    /* background-color: #D9D9D9 !important; */
    /* color: #ffffff !important; */
    cursor: not-allowed !important;
    border-color: #D9D9D9 !important;
}

    .dataset-disable:hover {
        background-color: white !important;
    }

#buttondataset:hover {
    cursor: pointer;
    background: #F0F0F0;
}

.createdataset .image {
    max-width: 100%;
    max-height: 100%;
    float: left;
}

.createdataset .text {
    padding-left: 15px;
    margin-top: 1px;
}

._menucollapse, ._menuexpand {
    cursor: pointer;
}

.__leftPanel {
    max-height: 89vh;
    height: 79vh;
    /*scroll-behavior: smooth;
    overflow-y: auto;*/
    left: 0;
    transition: width 0.8s ease, height 0.8s ease;
    position: relative;
}

.mobButtons {
    display: none !important;
}

.editBtn {
    float: right;
    margin-top: 4px;
    transition: opacity 1s ease;
    display: none;
}

.tooltip-container {
    float: right;
    position: relative;
    display: inline-block;
}

.tooltip-text {
    font-size: 12px;
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 3px 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10000;
    font-family: 'Roboto',sans-serif;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.btnText {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-left: 15px;
}

.cornerImg:hover img#chartImage {
    content: url('assets/img/SVGs/edit_orange.svg');
}

.__Overlay:disabled {
    pointer-events: auto;
    cursor: not-allowed !important;
    opacity: 0.8;
}
/*.__chartbuttons {
    display: block !important;
}*/

#_workwithownlabel{
    font-size:14px;
    margin-bottom:0px;
}

#youTubeIcon{
    width:25px;
    height:18px;
    vertical-align:middle;
    margin-right:10px;
}

.youtubeVideoMain {
    vertical-align: text-top;
}

.youtubeVideoMain:hover {
    text-decoration: underline;
    color: #4154f1;
}

._customTrialCards {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    padding: 18px;
    font-size:18px;
    text-align: center;
    cursor: pointer;
    background-color:#fff;
}

    ._customTrialCards.selected {
        background-color: #f0f0f0;
        border: 1px solid #e5e5e5;
    }

    ._customTrialCards:hover {
        background-color: #f0f0f0;
    }

    ._customTrialCards.selected:hover {
        background-color: #e3e3e3;
    }

._tooltip-container {
    position: relative;
    display: inline-block;
}


.custom-tooltip {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10px;
    transform: translateY(-50%);
    background-color: #4385f3; /* Bootstrap blue */
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1001;
    font-size: 13px;
}

    /* Tooltip arrow */
    .custom-tooltip::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        transform: translateY(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent #4385f3 transparent transparent;
    }

.tooltip-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* semi-transparent black */
    z-index: 999; /* below tooltip but above the page */
}


/* Show tooltip on hover */
/*._tooltip-container:hover .custom-tooltip {
    display: block;
    opacity:1
}*/

._tooltipend-container {
    position: relative;
    display: inline-block;
}


.customend-tooltip {
    position: absolute;
    top: 16%;
    right: 100%;
    margin-right: 10px;
    transform: translateY(-50%);
    background-color: #4385f3; /* Bootstrap blue */
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1001;
    font-size: 13px;
}

    /* Tooltip arrow */
    .customend-tooltip::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent transparent #4385f3;
    }

/* Show tooltip on hover */
/*._tooltipend-container:hover .customend-tooltip {
    display: block;
    opacity:1;
}*/


#subscribeBodyText{
    color:#000;
    text-decoration:underline;
}

.processingDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* vertically center icon and text */
    background-color: #e6f4e6;
    padding: 26px 33px; /* top-bottom 26px, left-right 33px */
    border-radius: 6px;
    width: auto;
    height: 168px;
    margin-top: 102px;
}

    .processingDiv .infoImg {
        width: 24px; /* adjust if needed */
        height: 24px;
    }

.processContent {

    display: flex;
    align-items: center;
    gap: 10px;               
}

.processText {
    font-size: 14px;
    line-height: 20px;
}

.refreshWrapper {
    display: flex;
    justify-content: center; /* center refresh image horizontally */
    margin-top: 26px; /* space between text and refresh */
}

.processImg {
    width: 95px;
    height: 40px;
    cursor: pointer;
}

.__customTooltip{
    width:240px;
    height:120px;
}

.__tooltipText{
    font-size:14px;
}

.analysis-container {
    width: 100%;
    max-width: 960px;
    max-height:100%;
    /* padding: 1.5rem;*/
}

/* Header / Breadcrumbs */
.breadcrumb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 12px;
    margin-bottom: 0px;
}

.breadcrumb-path {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.breadcrumb-icon {
    vertical-align: inherit;
    margin-left: 7px;
    margin-right: 7px;
}

.chartbreadcrumb-icon {
    margin-left: 7px;
    margin-right: 7px;
}

.breadcrumb-close {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6c757d;
    cursor: pointer;
    text-decoration: none;
    background: none;
    border: none;
}

    .breadcrumb-close:hover {
        color: #212529;
    }

/* Controls: Search and Download */
.controls-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.search-container {
    position: relative;
    width: 300px;
}

    .search-container input {
        width: 83.8%;
        padding: 0px 16px 0px 30px; /* Padding for icon */
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        background-color: #f9f9f9;
        font-size: 14px;
        line-height: 28px;
    }

.search-icon {
    position: absolute;
    top: 15px;
    height: 17px;
    pointer-events: none;
    padding-left: 7px;
    padding-right: 7px;
}

.download-btn {
    padding: 0px 13px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    line-height: 28px;
    background-color: #f0f0f0;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    margin-left: 4px;
}

    .download-btn:hover {
        background-color: #d5d5d5;
    }

    .download-btn .icon {
        margin-right: 0.5rem;
    }


.table-scroll-body {
    height: 86%;
    overflow-y: auto;
    overflow-x: hidden;
}

.results-table {
    width: 100%;
    height:100%;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    padding: 4px 10px;
}

    .results-table th, .results-table td {
        padding: 0.9rem;
        text-align: left;
        border: 1px solid #e1e1e1;
        vertical-align: top;
    }

.gridHead {
    position: sticky;
    top: -0.5px;
    background-color: #fff;
    z-index:10;
}


/*.headMain {
    position: sticky;
    top: -0.5px;
    background-color: #fff;
}*/




.results-table thead th {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 10px;
    border:none;
}

.results-table th .sort-icon-sentiment, .sort-icon-phrase {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

#gridTableBody tr td {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 9px 10px;
    background-color: #f9f9f9;
}

#gridTableBody {
    max-height: 300px; /* actual scrollable area */
    overflow-y: auto;
}

.fstCol {
    padding: 17px 10px !important;
}


.col-sentiment {
    width: 20%;
}

.col-phrase {
    width: 40%;
}

.col-document {
    width: 40%;
}

/* Pagination */
.pagination-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 13px;
    /*border-top: 1px solid #e9ecef;*/
}

.results-count {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.pagination-controls {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .pagination-controls a, .pagination-controls span {
        font-weight: normal;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        margin: 0px 3px;
        padding: 6px 8px;
        text-decoration: none;
        color: #000;
    }

    /*.pagination-controls a:hover {
        background-color: #e9ecef;
    }*/

    .pagination-controls .active {
        background-color: #000;
        color: #ffffff;
        /*font-weight: bold;*/
    }

    .pagination-controls .disabled {
        color: #ced4da;
        pointer-events: none;
    }

.page-size-selector select {
    padding: 9px 11px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.fontDropdownGrid {
    position: relative; /* parent anchor for dropdown */
    display: inline-block; /* ensures width follows content */
}

.btnDropdownGrid {
    position: relative;
    z-index: 200;
    height: 30px;
    min-width: 96px;
    width: auto;
    border: #000 1px solid;
    text-align: left;
    list-style: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
}

.fontOptionsGrid {
    display: none;
    position: absolute;
    border: 1px solid #000;
    background-color: white;
    z-index: 1000;
}

    .fontOptionsGrid div {
        font-size: 12px;
        padding: 4px;
        cursor: pointer;
        padding-left: 8px;
        line-height: 20px;
        text-align: start;
    }

        .fontOptionsGrid div:hover {
            background-color: #f1f1f1;
        }

#dropdownIconGrid {
    float: right;
    margin-top: 10px;
    margin-left: 3px;
}

.pagination-arrows {
    display: flex;
    align-items: center;
}

    /* Arrow buttons */
    .pagination-arrows a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        cursor: pointer;
    }

        .pagination-arrows a.disabled img {
            opacity: 0.5;
            cursor: not-allowed;
        }




















#PropertyWindow {
    width: 270px;
    background-color: white;
    border: 1px solid gainsboro;
    display: none;
    position: fixed;
    z-index: 9999;
}

#propertytitleDiv {
    height: 40px;
    text-align: center;
    line-height: 25px;
    background-color: #000;
    cursor: move;
}

#Propertytitle {
    color: white;
    font-size: 14px;
    float: left;
    font-weight: bold;
    border-right: none;
    margin-top: 7px;
    margin-left: 12px;
}

#propertyContentDiv {
    background-color: white;
    margin-top: -2px;
    overflow-y: auto;
}


#sidebar {
    padding: 2px 2px 2px 2px;
    margin: 0px;
}


.btnSectionReset {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.btnSectionReset {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.navSection {
    line-height: 35px;
    cursor: pointer;
    border-bottom: 1px solid #ECECEC;
    margin-left: 10px;
    margin-right: 10px;
}

.collaspeIcon {
    width: 12px;
    height: 7px;
    background-image: url(../img/PNGs/icon-uncollapse.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.expandIcon {
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/PNGs/icon-collapse.png);
    background-repeat: no-repeat;
}

.navsubsection {
    color: #000;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}


.GeneralSettings_switch {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 10px;
    top: 13px;
}

.GeneralSettings_txtlabel {
    font-size: 14px;
    float: right;
}

.GeneralSettings_switch_span {
    margin-right: 5px;
}

.GeneralSettings_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.GeneralSettings_sliderbtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .GeneralSettings_sliderbtn.round {
        border-radius: 34px;
    }

.catogoryChart {
    padding-left: 0;
    display: none;
    overflow: auto;
}

.widthheightcontainer_GeneralSettings {
    width: 105px;
    float: left;
    padding-left: 13px;
    padding-top: 5px;
}

.GeneralSettings_label {
    font-size: 13px;
}

.GeneralSettings_rangeContainer {
    background-color: #F9F9F9;
    border: 1px solid #EFEFEF;
    height: 25px;
    border-radius: 2px;
    margin-top: 5px;
}


.btnSectionReset {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

#controlButtons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.applybtn {
    background-color: darkgray !important;
    border-radius: 5px;
    height: 35px;
    float: left;
    cursor: pointer;
    color: white;
    padding-left: 10px;
    padding-right: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 9px;
    font-size: 16px;
    width: 106px;
    height: 41px;
    text-align: center;
}
    .applybtn:hover {
        background-color: #000000 !important;
        color: white;
    }

.apply-btn-disable {
    background-color: darkgray !important;
    pointer-events: none;
    opacity: 0.5;
}

.apply-btn-enable {
    color: white;
}

.disabledElement {
    opacity: 0.3;
    pointer-events: none;
}

#CancelDiv {
    background-color: #f0f0f0;
    float: left;
    color: #818181;
    border-radius: 5px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 9px;
    font-size: 16px;
    width: 106px;
    height: 41px;
    text-align: center;
}


    #CancelDiv:hover {
        background-color: #000000;
        color: white;
    }

.txtlabel {
    font-size: 13px;
    margin-left: 23px;
    margin-top: 7px;
}

.switch {
    position: relative !important;
    display: inline-block !important;
    width: 23px !important;
    height: 11px !important;
    float: right;
    margin-right: 10px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderbtn {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 23px;
    height: 12px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid black;
}

    .sliderbtn:before {
        position: absolute;
        content: "";
        height: 11px;
        width: 10px;
        background-color: white;
        border: 1px solid black;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .sliderbtn.round {
        border-radius: 30px;
    }

        .sliderbtn.round:before {
            border-radius: 50%;
            background-color: #000;
        }

#headertoggleBtn {
    display: none;
}

.FontstyleDropdown {
    font-size: 12px;
    width: 239px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    margin-left: 13px;
}

input:checked + .sliderbtn {
    background-color: white;
    border: 1px solid black;
}

    input:checked + .sliderbtn:before {
        -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
        transform: translateX(12px);
    }

.txtfont {
    font-size: 14px;
    margin-left: 10px !important;
    font-weight: bold;
    margin-top: 7px;
    padding-top: 4px;
    padding-bottom: 1px;
    width: 30px;
    float: left;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 25px;
}

.txtfontGeneral {
    font-size: 14px;
    margin-left: 5px !important;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 1px;
    width: 70px;
    float: left;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    height: 25px;
}

#txtBox {
    font-size: 12px;
    width: 242px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: left;
    padding-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    height: 25px;
    margin-left: 10px;
}

.txtlabel {
    font-size: 13px;
    margin-left: 13px;
    margin-top: 7px;
}

.FontSizeDropDown {
    width: 50px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    margin-top: 7px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    height: 25px;
    margin-left: 3px;
}

.GeneralSettings_input_number {
    width: 25px;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 1px;
    border: 1px solid #EFEFEF;
    float: left;
}

.GeneralSettings_input_label {
    font-size: 13px;
    margin-left: 1px;
    float: left;
    margin-top: 4px;
}

.GeneralSettings_input_range_container {
    float: left;
    width: 40%;
    margin-top: -4px;
}

.slider_GeneralSettings {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-left: 10px;
}

    .slider_GeneralSettings::-webkit-slider-thumb {
        -webkit-appearance: none;
        background-color: black;
        border: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        cursor: pointer;
    }

.GeneralSettings_input_label {
    font-size: 13px;
    margin-left: 1px;
    float: left;
    margin-top: 2px;
}




#prefixtxtBox {
    font-size: 12px;
    width: 90px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: left;
    padding-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    height: 25px;
    margin-left: 13px;
}

#postfixtxtBox {
    font-size: 12px;
    width: 90px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: left;
    padding-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    height: 25px;
    margin-left: 13px;
}

.widthheightcontainer_GeneralSettings_single {
    width: 105px;
    /* height: 30px; */
    /* float: left; */
    padding-left: 10px;
    padding-top: 5px;
}

.prefixpostfixconatiner {
    width: 115px;
    float: left;
}

.label_multiLine {
    /* color: gray; */
    font-size: 13px;
    margin-left: 10px;
    /* font-weight: bold; */
    margin-top: 7px;
}

.txtBox_multiLine, .txtBox_singleLine {
    font-size: 12px;
    width: 242px;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    text-align: left;
    padding-left: 5px;
    margin-top: 5px;
    border-radius: 5px;
    height: 25px;
    margin-left: 10px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
    background: url(../img/Icons/corner-handle.png) bottom left no-repeat;
    transform: rotate(180deg);
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 16px;
    height: 16px;
    left: 0px;
    bottom: 0px;
    background: url(../img/Icons/corner-handle.png) bottom left no-repeat;
    transform: rotate(90deg);
}

.ui-resizable-se {
    cursor: se-resize;
    width: 16px;
    height: 16px;
    right: 0px;
    bottom: 0px;
    background: url(../img/Icons/corner-handle.png) bottom left no-repeat;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 16px;
    height: 16px;
    right: 0px;
    top: 0px;
    background: url(../img/Icons/corner-handle.png) bottom left no-repeat;
    transform: rotate(270deg);
}


.resize-handle {
    width: 10px;
    height: 10px;
    background-color: #333;
    position: absolute;
    cursor: nwse-resize;
    display: none;
}

.top-left {
    cursor: nw-resize;
    width: 16px;
    height: 16px;
    left: -5px;
    top: -5px;
    background: url(../img/Icons/corner-handle.svg) bottom left no-repeat;
    transform: rotate(270deg);
}

.top-right {
    top: -5px;
    right: -5px;
    cursor: sw-resize;
    width: 16px;
    height: 16px;
    /*right: 0px;
    bottom: 0px;*/
    background: url(../img/Icons/corner-handle.svg) bottom left no-repeat;
    /*transform: rotate(270deg);*/
}

.bottom-left {
    cursor: sw-resize;
    width: 16px;
    height: 16px;
    left: -5px;
    bottom: -5px;
    background: url(../img/Icons/corner-handle.svg) bottom left no-repeat;
    transform: rotate(180deg);
}

.bottom-right {
    cursor: se-resize;
    width: 16px;
    height: 16px;
    right: -5px;
    bottom: -5px;
    background: url(../img/Icons/corner-handle.svg) bottom left no-repeat;
    transform: rotate(90deg);
}

.middle-top-left {
    cursor: ew-resize;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 50%;
    background: url(../img/Icons/side-handle.svg) bottom left no-repeat;
}

.middle-top-right {
    top: 50%;
    right: -11px;
    cursor: ew-resize;
    width: 16px;
    height: 16px;
    background: url(../img/Icons/side-handle.svg) bottom left no-repeat;
}

.middle-top-bottom {
    cursor: ns-resize;
    width: 16px;
    height: 16px;
    left: 50%;
    bottom: -11px;
    background: url(../img/Icons/side-handle.svg) bottom left no-repeat;
    transform: rotate(90deg);
}

.middle-top-top {
    cursor: ns-resize;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 0px;
    background: url(../img/Icons/side-handle.svg) bottom left no-repeat;
    transform: rotate(90deg);
}

.smallDiv {
    /*border: 1px solid red;*/
    position: absolute;
}

@media (min-height: 600px) and (max-height: 800px) {
    .header {
        margin-bottom: 5px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .p-3 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .panel-divider {
        padding-top: 3px;
        margin-bottom: 3px;
    }

    .panel-header {
        padding-bottom: 3px;
        font-size: 14px;
    }

    .panel-items {
        font-size: 14px;
        padding: 5px 0px 7px 27px;
    }
    .createdataset {
        font-size: 14px;
    }
    .panel-top-padding {
        padding-top: 3px;
    }
    .rights-text {
        margin-top: -15px !important;
    }
    .signin-panel{
        padding-left: 0px;
        
    }

   
}

@media (min-width: 500px) and (max-width: 1120px) {
    .panel-header {
        font-size: 13px !important;
    }

    .panel-items {
        font-size: 13px !important;
        padding: 11px 0px 11px 8px !important;
    }

    #buttondataset {
        font-size: 13px !important;
        line-height: 20px;
    }

    ._custom-panel-items {
        font-size: 13px !important;
        padding: 11px 0px 11px 8px !important;
    }

    .g-recaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
    }
}

@media (min-width:300px) and (max-width:500px) {
    .mainchart-divider {
        width: 98%;
        height: calc(100vh - 115px);
        margin-top: 10px;
    }

    .sectionpanel {
        display: none;
    }

    .__footer {
        display: none !important;
    }

    .leftClass {
        display: none;
    }

    #headertoggleBtn {
        display: block;
    }

    .show-div {
        display: block; /* This will make the div visible */
    }

    .hide-div {
        display: none; /* This will make the div visible */
    }

    .header {
        padding-left: 0px !important;
    }

    .mobButtons {
        display: block !important;
    }

    .header {
        margin-bottom: 0px;
    }

    .py-3 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .header-action-buttons {
        margin-top: .25rem !important;
        text-align: center;
    }

    .ui-resizable-se {
        display: none !important;
    }

    .ui-resizable-nw {
        display: none !important;
    }

    .ui-resizable-sw {
        display: none !important;
    }

    .ui-resizable-se {
        display: none !important;
    }

    .ui-resizable-ne {
        display: none !important;
    }
    /*.__chartbuttons {
        display: none !important;
    }*/

    #processingtext {
        height: 70vh !important;
        margin-top: 100px;
    }
}

@media (min-width:370px) and (max-width:410px) {
    #copied-text {
        font-size: 10px !important;
    }

    .__chartbuttons button {
        font-size: 11px !important;
    }
}

@media (min-width:300px) and (max-width:370px) {
    #copied-text {
        font-size: 9px !important;
    }

    .__chartbuttons button {
        font-size: 10px !important;
    }
}

@media (min-width:3800px) {

    #menu-down {
        margin-top: -1650px;
    }

    .__leftPanel {
        max-height: 89vh;
        height: fit-content;
    }
}

.form-control {
    background-color: #f9f9f9 !important;
    border: 1px solid #e1e1e1 !important;
}
    .form-control::placeholder {
        color: #cecece; /* Replace with your desired color */
    }


.warning-message {
    line-height: 44px;
    background-color: #fda22f;
    text-align: center;
    font-size: 15px;
    height:34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.__LoginBtn.dropdown-toggle::after {
    display: none !important;
}

@media (min-width:1050px) and (max-width:1300px) {
    #topMainLabel {
        font-size: 13px !important;
    }
}

@media (min-width:760px) and (max-width:1050px) {
    #topMainLabel {
        font-size: 12px !important;
    }
}