
.tile{
    border: 2px solid #ADADAD;   
    border-radius: 3px;
    min-height: 100px;
    padding: 4px 4px 5px 4px;
    margin: 4px;

}
.tlbr{ /* toolbar  */
    font-weight: bold;
    text-align: left;
    padding: 3px;

}
.chdr{
    vertical-align:middle; 
    border-bottom: 1px solid black;
    padding: 8px;
    text-align: center;
}
.bordered {
    border: 1px solid black; /* Add border to each grid column */
}
.bnav{
    padding: 0px 0px 0px 5px;
}
.bbtn{
    cursor: pointer;
}

.dbtn{
    cursor: move;
}
.rowHdr{
    font-size: larger;
    font-weight: bolder;
    background-color: gainsboro;
    min-height: 50px;
}

.dropzone{
    background-color: rgb(184, 184, 184, 0.25);
    height: 3px;  /* was 3 */
    padding: 0;
    margin: 0px;
    
}
.dropzone2{
    background-color: rgb(184, 184, 184, 0.25);
    height: 30px;
    padding: 0;
    margin: 0px;
    
}
.bull{
    padding-left: 6px;
}
.bldhdr{
    font-size: large;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;

}

.cntr{
    text-align: center;
}


.tftr{
    padding: 8px;
    text-align: center;
    color: coral;
   

}
.bgNote{
    font-size: larger;
}

.bullhr{
    /* horizontal rule*/
    color: coral;
    background-color: coral;
    width: 90%;
    height: 1px;
    text-align: center;
    padding: 0px;
    margin: 5px;
}
.co{
    color: coral;
}
.cobold{
    color: coral;
    font-weight: bold;
}
.advise{
    color: red;
    font-weight: bold;

}
.fntLrg{
    font-size: larger;
}
    
.nvbr{
 
    color: white;
   /* Optional: styling for each item */
    padding: 10px;
    text-align: center;

}
.cont {
    display: flex;
    justify-content: space-between;
}
.smNote{
    border-radius: 3%;
    background-color: rgb(212, 219, 217);
    margin-left: 3px;
    white-space: pre-wrap; /* Preserves line breaks and spaces */
    border: 1px solid #000; /* Optional: for textarea-like look */
    min-height:50px;
    word-wrap: break-word;
    padding: 3px;
    padding-left: 6px;
    padding-bottom: 10px;

}
.homebtn{
    font-size:large;
    color: coral;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    font-stretch: 300%;
}
.mota{
    
    
    border: 2px dashed rgba(0, 0, 0, 0.2);  /* Light dashed border */
    background-color:rgb(212, 219, 217, 0.2);
    border-radius: 10px;
    min-height: 75px;
    padding: 10px; 

}

.coral-btn-outline {
    color: coral;             /* Text color coral */
    border-color: coral;       /* Outline color coral */
    background-color: transparent; /* No background color */
}

.coral-btn-outline:hover {
    background-color: coral;   /* Coral background on hover */
    color: white;              /* White text on hover */
    border-color: coral;       /* Border remains coral on hover */
}

.coral-btn {
    background-color: coral;  /* Coral color */
    border-color: coral;
    color: white;
}

.coral-btn:hover {
    background-color: #e05d4f;  /* Darker shade of coral for hover */
    border-color: #e05d4f;
}

.no-link-style {
    text-decoration: none;
    color: inherit;
}
.pL0{
     padding-left:0;
}

.blkNote{
    /* border-radius: 3%;
    background-color: rgb(212, 219, 217);*/
    margin-left: 7px;
    white-space: pre-wrap; /* Preserves line breaks and spaces */
    /* border: 1px solid #000; /* Optional: for textarea-like look */
    min-height:100px;
    word-wrap: break-word;
    padding: 3px;
    padding-left: 6px;

}

.drop-zone {
    width: 300px;
    height: 200px;
    border: 2px dashed #007bff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.drop-zone.dragover {
    background-color: #f1f1f1;
    border-color: #28a745;
    color: #28a745;
}
.dropwrapper{
    display: none;
}

.forget{
    padding: 3px;
    margin: 3px;
}
.cdta{
    padding: 3px;
    margin: 0px;
    margin-bottom: 7px;
    /* background-color: cornflowerblue; */
    padding-bottom: 7px;
    flex: 1;
}


.rndbtn{
    border-radius: 20px; /* Adjust this value for more or less roundness */
    padding: 10px 20px; /* Optional: Custom padding for better aesthetics */
}

.p-s { /*prevent-select */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.mx{

    border-radius: 25px;
    background: #73AD21;
    padding: 3px;
}

.nicebtn{


        background-color: #04AA6D; /* Green */
        border: none;
        color: white;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        margin: 2px 2px;
        cursor: pointer;
        border-radius: 8px;
        background-color: white; 
        color: black; 
        border: 2px solid #008CBA;

}

.nicebtn:hover {
    background-color: #008CBA; /* Green */
    color: white;
}

.tooltip-inner {
  background-color: rgb(255, 68, 0) !important;
  color: white !important;
}

/* Arrow color for top-positioned tooltips */
.bs-tooltip-top .arrow::before {
  border-top-color: rgb(255, 68, 0) !important;
}

/* Arrow color for bottom-positioned tooltips */
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgb(255, 68, 0) !important;
}

/* Optional: left/right arrows */
.bs-tooltip-left .arrow::before {
  border-left-color: rgb(255, 68, 0) !important;
}
.bs-tooltip-right .arrow::before {
  border-right-color: rgb(255, 68, 0) !important;
}

.rounded-coral {
  /* border: 1px solid coral;
  border-radius: 8px; /* Adjust for more or less rounding 
  background-color: transparent; */
  border-radius: 8px;
  border: 1px solid rgba(255, 127, 80, 0.5);
  /*background-color: rgba(255, 127, 80, 0.1);*/
  color: coral; /* Optional: to match the text color */
  /*padding: 0px 0px 0px 0px; /* Optional: spacing inside the span */
 
  font-size: larger;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 1;
  padding-bottom: 3px;
  vertical-align: top;
}
.btn_home:hover {
    background-color: coral; /* Green */
    color: white;
    border-radius: 8px;
}
.cob{
    font-family: "Arial", "Segoe UI Symbol", "Noto Sans Symbols", sans-serif;
    color: coral;

}
.err{
    color: red;
}
.grayed{
    color: gray;
}
.rnd{
    border-radius: 3%;
}
.chat-wrap{max-width:720px;height:30vh;overflow:auto;background:#f7f7f9;border-radius:.75rem;border:1px solid #e5e7eb;padding:1rem}
.msg{max-width:75%}
.bubble{padding:.6rem .8rem;border-radius:1.1rem;line-height:1.3;position:relative;word-wrap:break-word;box-shadow:0 1px 1px rgba(0,0,0,.06)}
.bubble.me{background:#e9f5ff;color:#0b3e6f;border-top-left-radius:1.1rem;border-top-right-radius:1.1rem;border-bottom-left-radius:1.1rem;border-bottom-right-radius:.35rem}
.bubble.them{background:#fccccc;color:#111;border:1px solid #e5e7eb;border-top-left-radius:1.1rem;border-top-right-radius:1.1rem;border-bottom-left-radius:.35rem;border-bottom-right-radius:1.1rem}
.time{font-size:.75rem;color:#6b7280;margin-top:.15rem}

.mxtbl{
    font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.mxtbl td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.mxtbl tr:nth-child(even) {
  background-color: #dddddd;
}
.sm{
    font-size: x-small;
}
.notammsg{
    background-color: rgb(255, 228, 181, 0.3);
    border: 1px solid rgb(255, 165, 0);
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
}
