.comp-box{
    width: 100%;
   background-color:#FFFFFF;

}

.comp-btn-spacing{
    padding-right: 10px;
}
.comp-report-text{
    color: #202020;
    font-weight: 600;
}
.comp-title{
    color: #202020;
    font-family: 600;
    font-size:18px;
}
.comp-current-page-title{
    display: flex;
    flex-direction: row;
    font-weight: 400;
}
.comp-title-wrapper{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    width: 100%;
    padding:15px;

}

.comp-align{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.comp-space-items{
    display: flex;
    gap: 12px;
    align-items: center;
    width: 560px;
}

.comp-button{
    width:40px;
    height: 35px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
}
.comp-button-dropdown{
    border-color: #2869D4;
}
.selected-month {
    border-color: #2869D4; /* Example border color */}
.dropdown{
    width: 100%;
    height: 40px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 10px;

}
.comp-dropdown-content{
    display:flex;
    flex-direction: column;
    width: 320px;
    height: 255px;
    position: absolute;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB;
  z-index: 1;
  left: 106px;
  top: 66px;
  border-radius:8px;

}
.comp-dropdown-content.isvisisble{
    display: flex;
}
.comp-download-report{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 200px;
    padding: 15px;

}
.comp-download-section{
    display: flex;
    flex-direction: column;
}
.comp-button-wrapper{
    width: 100%;
    height:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comp-export-button{
    width: 290px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background-color:#2869D4;
    color:#FFFFFF;
    font-weight: 600;
}
.comp-button.active{
    border-color: #2869D4;

}

.comp-time-frame{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 139px;

}
.comp-dropdown-title{
    color: #202020;
    font-weight: 600;
    font-size: 16px;
}
.comp-drop-title-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.comp-dropdown-content hr{
padding: 0px;
margin: 0px;
border: 1px solid #ECECEC;
}
.comp-time-frame-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}
.comp-time-frame-content div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.comp-time-frame-content div label{
    color:#898989;
    font-weight: 600;
    font-size: 10px;
}
.comp-time-frame-content div input{
    height: 26px;
    width: 130px;
    border-radius: 4px;
    border: 1px solid #ECECEC;
    padding: 10px;
}
.comp-month-btn{
    width: 80px;
    height: 26px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    font-size: 12px;
    background-color: #FFFFFF;
    color: #ECECEC;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    display: flex;


}
.comp-month-button.active{
    border-color: #2869D4;

}
.comp-time-frame-title{
    color: #202020;
    font-size:13px ;
    font-weight: 600;
}
.dash-filter-style{
    padding: 40px;
}
/* pop-up screen */
.comp-pop-up{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
   align-items: center;
    justify-content: center;
    background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position:absolute;
    flex: 1;


}
/* this is for the create dialog box */
.comp-export-box{
    width: 340px;
    /* height: 320px; */
    background-color: #FFFFFF;
    opacity: 100%;
    z-index: 99999;
    display:block;
    flex-direction: column;
    position: absolute;
    box-sizing: border-box;
    border-radius: 8px;

}
.comp-export-box hr{
    padding: 0px;
    margin: 0px;
    border: 1px solid #DBDBDB;
    width: 100%;
}
/* create export pop-up menu */
.comp-export-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
}
.comp-export-content{
    display: block;
    flex-direction: column;

}
.comp-create-frame-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 185px; */
    width: 100%;
    padding: 20px;
    padding-top: 0px;
}
.comp-create-frame-content hr{
    padding: 0px;
    margin: 0px;
    border: 1px solid #DBDBDB;
    width: 100%;

}

.com-buttton{
    width: 141px;
    height: 40px;
    background-color: #2869D4;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}
.fullscreen-popup {
    position:fixed;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index:9999; /* Ensure the popup is on top of other elements */
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;

}
.comp-create-frame-content div div{
    display: flex;
    flex-direction:column;
    width: 100%;
    border-radius: 8px;
    padding:0px  16px;
    padding-bottom: 10px;
}
.comp-create-frame-content div input{
    border: none;
    height: 46px;
    background-color: #ECECEC;
    border-radius: 8px;
    padding: 5px;
    font-size: 14px;
}
/* preview */
.comp-preview{
    display:block;
    flex-direction: column;
    align-items: center;

    height: 420px;
    width: 340px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding-top: 0px;

}
.comp-preview-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: none;
    margin: none;
    height: 320px;

}
.comp-preview-content title{
    color: #202020;
    font-weight: 600;
    font-size: 16px;
}
.comp-preview-row{
    display: flex;
    flex-direction: column;

    height: 80px;
    width: 280px;



}
.comp-label{
    font-size: 10px;
    color: #5D5D5D;
    font-weight: 400;
    padding: 5px;
    margin: 0px;
}
.comp-preview-row div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px;
    height: 36px;
    width: 290px;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    color: #202020;
    font-size: 13px;
    font-weight: 600;

}
/* edit report */
.comp-edit-report{
    display:flex;
    flex-direction: column;
    align-items: center;
    height: 420px;
    width: 340px;
    background-color: #FFFFFF;
    border-radius: 8px;

}
.comp-preview-row div select{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;

}
.comp-preview-row div input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
}
.comp-edit-report hr{
    padding: 0px;
    margin: 0px;
    border: 1px solid #DBDBDB;
    width: 100%;
}
.comp-color{
    background-color:#ECECEC;
}
.comp-confirm{
    display: flex;
    flex-direction: column;
    height:324px;
    width: 330px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    align-items: center;

}
.comp-comfirmation-message{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:272px;
    width: 222px;
}
.comp-comfirmation-message h1{
    color: #202020;
    font-size: 12px;
    font-weight: 600;
}
.comp-CQ{
    font-size: 18px;
    color: #202020;
    font-weight: 600;
    width: 100%;
    display: flex;
    text-align: center;
    padding-top: 20px;
}
.comp-confirm-button-wrapper{
    display: flex;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    width: 250px;
    padding-bottom: 20px;
    padding-top: 20px;


}
.comp-image{
    width: 80px;
    height: 80px;
}
.comp-create-img{
    width: 120px;
    height: 40px;
}
.comp-confirm-button-wrapper button{
    width:120.5px;
    height: 40px;
    background-color:#EBF3FF;
    color: #2869D4;
    border-radius: 4px;
}
.comp-confirm-button-wrapper button:hover{
    color: #FFFFFF;
    background-color: #2869D4;
}
.comp-img-width{
    height: 35px;
}
.comp-warning{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 10px;
}
