body {
    font-family: "Roboto", sans-serif;
}

select {
    width: 100% !important;
    height: 38px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left: .75rem !important;
    padding-right: .75rem !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-1rem {
    margin-bottom: 1rem;
}

table.custom-form-control-listtable td:first-child {
    padding: 3px 3px 3px 0;
}

table.custom-form-control-listtable td {
    padding: 3px 3px 3px 11px;
}

span.custom-form-control-manage-title {
    font-size: 8pt;
    font-style: italic;
    padding-left: 7px;
}

div.custom-form-control label {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    /* padding-bottom: 2px !important; */
}

p.custom-form-control-pageheader {
    font-size: 13pt;
}

p.custom-form-control-header {
    color: #666;
    font-size: 17px;
    /* font-weight: bold; */
    /* padding-bottom: 2px !important; */
    margin-bottom: 5px;
    border-bottom: solid 1px #CED4DA;
}

p.custom-form-control-sub-header {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    /* padding-bottom: 2px !important; */
    margin-bottom: 5px;
}

.zipcode {
    width: 150px !important;
}

.error-text {
    color: red;
}

.success-text {
    color: green;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

option {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    padding-left: .75rem !important;
}

div.appRightMenuItem {
    /* margin-right: 5px; */
}

.react-datepicker-popper {
    z-index: 99999;
}

.row-icon {
    background-color: transparent;
    border-width: 0;
    width: 20px;
    height: 20px;
    line-height: 9px;
}

.row-delete-icon {
    background-color: transparent;
    border-width: 0;
    color: red;
    width: auto;
    text-decoration: underline;
    line-height: 9px;
}

.row-icon-text {
    padding-left: 5px;
}

.row-icon-autowidth {
    background-color: transparent;
    border-width: 0;
    height: 20px;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl_7_5 {
    padding-left: 7.5px;
}
.pl-10 {
    padding-left: 10px !important;
}



.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}
.pr_7_5 {
    padding-left: 7.5px;
}
.pr-10 {
    padding-right: 10px !important;
}
.doc-list-none {
    list-style-type: none;
}

.doc-list-none>li span:first-child {
    padding-right: 10px;
}

.doc-table-container {
    padding-left: 20px;
}

.doc-table {
    margin-left: 20px;
    margin-top: 10px;
}

.doc-table tbody tr td:first-child {
    padding-right: 10px;
}

.doc-table tbody tr td {
    padding-bottom: 30px;
}

.doc-table tbody tr {
    line-height: 20px;
    vertical-align: top;
}

.lac {
    font-weight: 500;
}


.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-neg-10 {
    margin-left: -10px !important;
}

.col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.col-sm-offset-mid-5 {
    margin-left: 29.1666665%;
}

.store-child-par {
    margin-bottom: 0px;
}

.store-child-par-empty {
    line-height: 20px;
    color: #fff;
}

.store-child-hdr {
    font-size: 12pt;
    margin-top: 7px;
    margin-bottom: 0;
    padding: 0;
}

.store-child-hdr-val {
    font-size: 10pt;
    margin-bottom: 0;
    margin-top: -2px;
    padding: 0;
}

.store-child-addr {
    font-size: 10pt;
}

.store-child-line {
    margin-bottom: 1px;
    margin-top: 7px;
    border: 0;
    height: 1px;
    border-top: solid 1px #ddd;
}

.store-child-container {
    border: solid 1px #ddd;
    border-radius: 5px;
    width: 300px;
    padding: 7px;
}

.store-child-name {
    font-size: 12pt;
    color: #000;
}

.store-child-number-key {
    font-size: 12pt;
    color: #000;
}

.store-child-number-val {
    font-size: 10pt;
    color: #000;
    padding-left: 5px;
}

.row-eq-height {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.equal {
    display: -webkit-flex !important;
    display: flex !important;
}

.news-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-width: 317px;
    width: 250px;
    margin-right: 23px;
    margin-bottom: 25px;
}

.home-view-table {
    border-collapse: collapse;
    width: 100%;
}

.home-view-table td {
    width: 50%;
}

.home-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    height: 300px;
    overflow-y: hidden;
    padding: 7px;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.home-card-import-detail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    height: auto;
    padding: 7px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.home-card-v2 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    /* max-height: 300px;
    min-height: 300px; */
    height: auto;
    overflow-y: hidden;
    padding: 7px;
    text-overflow: ellipsis;
    margin-bottom: 10px;    
    display: flex;
    justify-content: center;
}

.import-progress-container p {
    margin: 0 0 10px 0 !important;
    font-weight: normal !important;
}

.home-card p,.home-card-v2 p {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
.dashboard-report-table{
    margin-top:25px;
}
.store-child-button {
    float: right;
    top: 9px;
    right: 9px;
}

.float-right {
    float: right
}

ul.mini-toolbar {
    display: inline;
    padding-inline-start: 0;
}

ul.mini-toolbar li {
    margin-left: 10px;
    list-style: none;
    float: left;
    font-size: .80rem;
}

ul.mini-toolbar li:first-child {
    margin-left: 0;
}

li.calendar-date input[type="text"] {
    height: 42px;
    color: #939191;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    width: 110px;
}

.report-dropdown {
    height: 42px !important;
}

.reportButton {
    height: 40px;
}

.reporttable table {
    border-collapse: collapse;
    border: solid 2px silver;
    border-spacing: 0px;
    width: auto;
}

.reporttable-header-right-border {
    border-right: solid 2px silver !important;
}

.reporttable-header-bottom-border {
    border-bottom: solid 2px silver !important;
}

.rc-table-content {
    border: none !important;
}

.rc-table table {
    width: auto !important;
    min-width: 0 !important;
}

/* .reporttable table thead tr:last-child th {
    border-bottom: solid 2px green !important;
} */

.reporttable table thead th {
    border: solid 1px silver;
    border-collapse: collapse;
    text-align: center !important;
    background-color: #f7f7f7;
    padding: 5px 5px;
    transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275);
    box-shadow: inset 0 0 0 0 transparent;
    font-size: 11pt !important;
    font-style: normal !important;
    font-weight: normal;
    word-break: normal !important;
}

.reporttable table tbody td {
    border: solid 1px silver;
    text-align: center;
    border-collapse: collapse;
    background-color: #fff;
    padding: 5px 5px;
    font-size: 10pt !important;
    font-style: normal !important;
    font-weight: normal;
}

.reporttable-nocellpadding table tbody td {
    padding: 0 !important;
}

.reporttable-nocellpadding table tbody td div {
    /* padding: 5px 5px; */
}
.reporttable table tfoot td {
    border: solid 1px silver;
    text-align: center;
    background-color: #fff;
    border-collapse: collapse;
    padding: 5px 5px;
    font-size: 10pt !important;
    font-style: normal !important;
    font-weight: normal;
}

.reporttable table tbody td input[type="text"] {
    width: 100% !important;
    margin: 0px;
}

[contenteditable="true"].single-line {
    white-space: nowrap;
    overflow: hidden;
}

[contenteditable="true"].single-line br {
    display: none;
}

[contenteditable="true"].single-line * {
    display: inline;
    white-space: nowrap;
}

.table-title:hover {
    cursor: pointer;
}

.statusmessge {
    font-size: 10pt;
}

.elem-anch:hover {
    cursor: pointer;
}

.clr-green {
    color: green;
}

.clr-red {
    color: red;
}

.btn {
    font-size: .80rem;
}

.nav-tabs,
p,
input {
    font-size: .90rem;
}

.nav-tabs,
a {
    color: rgba(0, 0, 0, .5);
}

.blockscreen {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    z-index: 99998;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.progresspanelControl {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

.progresspanelControl-inner {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.6);
    -moz-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.6);
    box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.6);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 200px;
    max-width: 340px;
    height: 180px;
    width: 100%;
    text-align: center;
}

.hide {
    display: none !important;
}

.home-page-part {
    margin: 10px;
    border: solid 1px silver;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
}

.home-card-bodycontrol {
    width: 100%;
    height: 260px;
    border: solid 1px silver;
}

.mr-10-px {
    margin-right: 10px !important;
}

.errortable {
    color: red;
    font-size: 10pt;
}

.editcell {
    color: #666;
    border-style: none;
    border-width: 0;
    background-color: #ffffff;
}

.editcell-error {
    color: red;
    border: solid 1px red;
    background-color: #ffffff;
}

.RichEditor-root {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 15px;
}

.RichEditor-editor {
    border-top: 1px solid #ddd;
    cursor: text;
    font-size: 16px;
    margin-top: 10px;
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,
.RichEditor-editor .public-DraftEditor-content {
    margin: 0 -15px -15px;
    padding: 15px;
}

.RichEditor-editor .public-DraftEditor-content {
    min-height: 100px;
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
    display: none;
}

.RichEditor-editor .RichEditor-blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
}

.RichEditor-editor .public-DraftStyleDefault-pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    padding: 20px;
}

.RichEditor-controls {
    font-size: 14px;
    margin-bottom: 5px;
    user-select: none;
}

.RichEditor-styleButton {
    color: #999;
    cursor: pointer;
    margin-right: 16px;
    padding: 2px 0;
    display: inline-block;
}

.RichEditor-activeButton {
    color: #5890ff;
}

.active_page {
    background-color: #f0f0f0;
    /* border: solid 1px silver; */
    padding: 3px 5px;
}

.normal_page {
    padding: 3px 5px;
}

.active_page:hover,
.normal_page:hover {
    cursor: pointer;
}

.import_button {
    height: 31px;
    line-height: 1px;
}

.coming_soon {
    line-height: 120px;
    text-align: center;
}

div.import_status_message_error,
.import_status_message {
    font-size: 1rem;
    margin-top: 20px;
    border-radius: 5px;
    margin-left: 4px;
    color: red;
}

.import_status_message {
    color: green !important;
}

.ml_7_5 {
    margin-left: 7.5px;
}

.mr_7_5 {
    margin-left: 7.5px;
}

.import-progress-module{
    max-width: 170px;
    min-width: 170px;
    width: 170px;
    border: solid 1px silver;
    border-radius: 5px;
    margin-right: 10px;
}

.import-progress-module-title{
    background-color: #f4f4f4;
    padding: 5px 5px;
    font-weight: normal !important;
    text-align: center;
    border-bottom: solid 1px silver;
    height: 30px;
}

.import-progress-module-content{
    padding: 10px 5px;
    /* font-size: 16pt; */
    font-weight: normal !important;
    text-align: center;
    height: 39px;
}

.import-progress-mobile p{
    font-size: 12pt;
    margin-bottom: 5px !important;
    text-align: left !important;
}

.import-progress-mobile table{
    width: 100%;
    margin-bottom: 15px !important;
    border: solid 1px silver;;
}

.import-progress-mobile table thead th{
    width: auto;
    border: solid 1px silver;
    background-color: #f4f4f4 !important;
    font-weight: normal !important;
    font-size: 11pt !important;
    padding: 2px;
} 

.import-progress-mobile table tbody td{
    border: solid 1px silver;   
    font-size: 10pt !important;
    font-style: normal !important;
    font-weight: normal;
    padding: 2px 2px;
}

.import-progress-percent-dash{
    padding-left: 5px;
    padding-right: 5px;
}

.import-progress-percent-detail{
    text-decoration: underline;
    color: blue;
    cursor: pointer;
    font-size: 9pt;
}

.import-progress-percent{
    /* font-size: 14pt; */
    /* font-weight: bold !important; */
    text-align: left;
    font-style: italic;
    padding-left: 2px;
    margin-bottom: 10px !important;
}

.import-progress-container-child{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

html {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.kadd_page {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.ml-0 {
    margin-left: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.kadd_page_child {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.kadd_page_level_2_header {
    /* background-color: #f4f4f4; */
    height: 45px;
}

.kadd_page_header_link {
    padding: 0;
    margin: 0;
}

.kadd_login_modal {
    float: right;
    margin-top: 10px;
    margin-right: 10x;
    margin-bottom: 10px;
    width: 350px;

    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.kadd_page_home_row_one {
    margin: 0;
    padding: 0;
    background-image: url('/img/pngtree-background-or-wallpaper-technology-blue-color-design-image_347946.jpg');
    background-size: cover;
    background-position: center;
}

.main-title {
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
}

.main-subtitle {
    font-size: 17px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
}

.Dropdown-control{
    height: 42px !important;
    border-radius: 5px;
}

.setting-value{
    background-color:#f0f0f0;
    padding: 7px 3px;
    border: solid 1px silver;
}

.right-side-item{

}
.right-side-item-spacer{
    padding: 0 7px 0 7px;
}
.form-col-layout{
    padding: 0 5px 0 5px !important;
}

.public-link a {
    color: #000;
    text-decoration: none;
}

.public-link a:hover {
    text-decoration: underline;
}

.custom-calendar-date {
    height: 39px;
    color: #939191;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    /* width: 110px; */


    height: 42px;
    color: #939191;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.reporttable .rc-table-measure-row {
    visibility: collapse !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.reporttable .rc-table-measure-row td {
    padding: 0 !important;
    border: 0 !important;
    height: 0 !important;
}

.custom-select{
    height: 43px !important;
} 

/* Add to your CSS file */
select.custom-select {
    padding-right: 2.5rem !important; /* Space for dropdown icon */
}

/* For React Bootstrap Form.Select specifically */
.custom-select {
    background-position: right 0.75rem center !important;
}