body{
  text-transform: uppercase !important;
}
input, textarea, select, option, button{
  text-transform: uppercase !important;
}

.main {
    max-height: 100vh;
}

.content{
    height: 100%;
    overflow-y: auto;
}


div.dataTables_processing div {
    display: none;
  }


.report-table-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.report-table-container .dt-length,.report-table-container .dt-info{
  flex-grow: 1;
  place-content: center;
}

.report-table-container .dt-scroll{
  max-width: 100%;
  min-width: 100%;
}

/* form styles */

.visibility-hide-height-0{
    visibility: hidden;
    height: 0;
}

.view-field-card{
    background-color: #ddd;
    padding: 8px;
    border-radius: 8px;
}

.view-field-card label{
    font-weight: 500 !important;
}

.error{
    color:red;
}


.error-field{
    border: 1px solid red !important;
    box-shadow: none !important;
}

.fa{
    font-size: 16px;
    color: var(--bs-link-color);
}

.text-orange {
  color: orange;
}

.ss-cursor-pointer{
    cursor: pointer;
}

.radion-button > div {
    padding: .25rem 0 !important;
}

.ss-display-none{
    display: none;
}

.ss-display-none-force{
  display: none !important;
}

#timer-message{
  color: #3f80ea !important;
} 
#timer{
  font-weight: 500 !important;
}

.hyper-link-button{
  background-color: transparent;
  border: 0px;
}

.hyper-link-button:not(:disabled){
  text-decoration: underline;
  color: #3f80ea;
}

.modal-dialog{
    min-width: 350px;
    margin: auto !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
}

/* */
.dt-search label {
    display: none !important;
}



/* Side menu styles */
.sidebar-item{
    padding-left: 12px;
}

.selected-page{
    background-color: #f5f7fa !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.selected-page > a {
    color: #505867 !important;
    font-weight: bold;
}

.ss-loader-container{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1111;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: black;
    opacity: 50%;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.ss-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .profile-picture{
    border: 2px solid #3f80ea;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
  } 

  .uploaded-image-display{
      max-height: 250px;
      object-fit: contain;
      max-width: 100%;
      /* min-height: 250px; */
  }

  .view-mode-section{
    row-gap: 8px;
    background: #dddddd5c;
    padding: 8px 0px;
    border-radius: 8px;
  }

  .view-mode-section label{
    font-weight: 500;
  }

  .form-field-card{
    background-color: #ddd !important;
  }


  .customer-view-model{
    width: 80vw;
    max-width: 80vw !important;
    height: 80%;
  }

  .ss-word-wrap{
    overflow: hidden;
    word-wrap: break-word;
  }

  .view-mode-section label {
    font-weight: bold;
  }

  thead .dtfc-fixed-start, thead .dtfc-fixed-end{
    background-color: #84aef2 !important;
  }

  .astrick-color{
    color: red;
  }


  .log-bind-section:empty{
    display: none;
  }

  .ss-message-container{
    background-color: #ddd;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    max-height: 250px;
    overflow: auto;
  }

  .ss-message{
    background-color: #415678;
    color: #fff;
    padding: 4px;
    border-radius: 8px;
  }

  .display-field{
    background: white;
    padding: .25rem 2.1rem .25rem .7rem;
    height: 30px;
  }