﻿#chartSettingPopup {
    position: absolute;
    z-index: 301;
    min-width: 300px;
    margin-top: 5px;
    width: auto;
    border: none !important;
    text-align: left;
    list-style: none;
    padding: .5rem 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .25);
    color: #212529;
    border-radius: 5px;
    background-color: #ffffff;
}

    #chartSettingPopup .card-header {
        text-align: left;
        color: #000;
        border: none;
        padding: 2px;
        box-shadow: none;
        background-color: #ffffff;
        width: 300px;
        text-align: left;
        font-size:14px;
        font-weight: bold;
    }

        #chartSettingPopup .card-header #toggleIcon {
            display: flex;
            align-items: center;
            justify-content: center;
        }

    #chartSettingPopup .card {
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        max-width: 300px;
        background-color: #ffffff;
    }

    #chartSettingPopup .card-group {
        border: 1px solid gainsboro;

        display: flex;
        flex-direction: column;
    }
#toggleIcon {
    float: right;
}

.card-body {
    padding: 0 10px 20px 10px;
    padding-bottom: 10px;
}
.card-body:last-child {
    margin-bottom: 0; /* Remove any bottom margin */
}
#chartImage{
    z-index:2000;
}



#chartSettingPopup .collapse {
    transition: height 0.35s ease;
    overflow: hidden;
}




#color-picker {
    width: 65px;
    height: 19px;
    border: none;
    background-color: rgb(128, 128, 128);
    color: rgb(0, 0, 0);
}

.__specialNo {
    width: 45%;
    height: 30px;
    padding-left: 0.360rem;
    padding-right: 0px;
}


#hlabel, #wlabel {
    margin-left: -10px;
    margin-right: 50px;
}

.__chartHeight, .__chartWidth {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#MaxWordSize, #MinWordSize, #Wordangle {
    width: 70px;
    height: 30px;
    float: right;
}



.styled-select {
    font-size: 12px;
    width: 43%;
    outline: none;
    border: 1px solid gainsboro;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    margin-left: 13px;
}

.buttons {
    margin-top:10px;
    margin-bottom: 5px;
    border: none;
    justify-content:space-around;
    box-shadow: none;
}

.resetbutton {
    border: 1px solid lightgray; 
   
    padding: 8px 16px;
    text-align: center;
    color: #fc4242;
    
   background-color:white;
    border-radius: 5px;
    height: 35px;
    line-height: 20px;
}

    .resetbutton:hover {
        color: firebrick;
      
        border-radius: 5px;
    }

.btns {
    margin-bottom: 5px;
   
   /* font-family: 'Roboto' !important;*/
    border-radius: 5px;
    font-size: 18px;
    border: none;
    padding: 8px 16px;
    text-align: center;
    max-width: 70px;
    height: 35px;
    line-height: 20px;
}

.btns:hover{
    
    color:lightgray;
}
button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

._charts:disabled {
    opacity: 0.4;
    background-color:#f0f0f0;
    cursor: not-allowed;
}

button:not(:disabled) {
    opacity: 1;
    cursor: pointer;
}

#popupHeader {
    background-color: #000000;
    text-align: left;
    color: #fff;
    border: 1px solid gainsboro;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    box-shadow: none;
    width: 300px;
    cursor: move;
}

.collaspeGeneralIcon {
    width: 12px;
    height: 7px;
    background-image: url(../img/PNGs/icon-uncollapse.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.expandGeneralIcon {
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/PNGs/icon-collapse.png);
    background-repeat: no-repeat;
}

.navGeneralSection {
    line-height: 35px;
    cursor: pointer;
    border-bottom: 1px solid #ECECEC;
    margin-left: 10px;
    margin-right: 10px;
}


.sectionText {
    padding-left: 10px;
}

#generalControlButtons {
    display: flex;
    justify-content: center;
    gap: 25px;
    
}

#generalCancelDiv {
    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;
}

#generalCancelDiv:hover {
    background-color: #000000;
    color: white;
}

.btnGeneralApply {
    background-color: darkgray;
    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;
}

    .btnGeneralApply:hover {
        background-color: #000;
        color: white;
    }

.general-apply-btn-disable {
    background-color: darkgray !important;
    pointer-events: none;
    opacity: 0.5;
}

.general-apply-btn-enable {
    color: white;
}

input.form-control-color {
    all: unset;
    width: 25px !important;
    height: 19px !important;
    padding: 2px !important;
    border: 1px solid #ccc;
    background-color: #eee;
}
#hexColorCode {
    border: 1px solid #ccc;
    padding: 2px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
}

.editBtn.disabled {
    opacity: 0.4;
    background-color: #f0f0f0;
    /*cursor: not-allowed;*/
}

.editBtn:not(.disabled) {
    pointer-events: auto;
    cursor: pointer;
}
