/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* display: flex
; */
    justify-content: center;
    /* align-items: center; */
    z-index: 9999;
}

.loader-custom {
    width: 6px !important;
    height: 6rem !important;
    display: inline-block !important;
    border-radius: 2px !important;
    margin: 8px !important;
}

.mr-05 {
    margin-right: 0.5em;
}

.login-logo {
    width: 50%;
    margin-left: 23%;
}

.bg-grey {
    background-color: #58585b !important;
}

.prevent-mouse {
    pointer-events: none;
}

textarea {
    resize: none;
}

label {
    color: #2b335e;
}

.fs-14 {
    font-size: 14pt;
}

.fs-12 {
    font-size: 12pt;
}

.fs-10 {
    font-size: 10pt;
}

/*GRID*/
.ag-grid-custom {
    position: relative;
    width: 100%;
    height: 500px;
}

.row-action-overlay {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 6px;
    cursor: pointer;
}

.ag-row:hover .row-action-overlay {
    display: inline-block;
}

.ag-theme-balham .ag-row:hover {
    background-color: #f0f8ff !important;
    cursor: pointer;
}

.card-header {
    padding-bottom: 0px;
}

.form-control-position {
    margin-right: 1.5em;
}

.birthdate-picker {
    background-color: #ffffff !important;
}

.date-picker-custom {
    background-color: #ffffff !important;
}

.custom-card {
    padding-bottom: 1.6em !important;
}

/*.picker {
    top: 5em;
}*/
.datepicker {
    z-index: 9999 !important;
}

.custom-error-color {
    color: #ff1635;
}

* Add this to your stylesheet */
.picker__select--month,
.picker__select--year {
    height: auto !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important; /* For smooth scrolling on iOS */
}

.picker__frame {
    overflow: visible !important;
}

.d-none {
    display: none;
}

.direction-input {
    margin-bottom: 1rem; 
}
.note-editor .note-toolbar .btn {
    color: black !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none !important;
    position: relative !important;
}

.grid-icons {
    font-size: 16pt !important;
    padding: 10px !important;
    cursor: pointer !important;
    color: gray;
}

.grid-icon-edit:hover {
    color: #1e9ff2;
}

.grid-icon-delete:hover {
    color: #ff4961;
}

.grid-icon-view:hover {
    color: #28d094;
}

.grid-icon-link:hover {
    color: #666ee8;
}

.header-center .ag-header-cell-label {
    justify-content: center !important;
    text-align: center !important;
}

.mt-06 {
    margin-top: 0.6em;
}