.loading .fas {
    display: none;
}
.overlay .fas {
    display: block;
}
#toast-container > div {
    opacity: .9 !important;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(255 255 255 / 0%);
    color: #ffc107;
}
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    margin-left: 25px;
    font-size: small;
}
label.error {
    color: red;
    font-size: x-small;
    position: absolute;
    /* top: 40px; */
}
.input-group label.error {
    color: red;
    font-size: x-small;
    position: absolute;
    top: 40px;
}
tr.exp-code td {
    text-decoration: line-through !important;
}
td {
    max-width: 250px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
td.no-ellipsis-table {
    white-space: normal !important;
  }
/**
* The CSS shown here will not be introduced in the Quickstart guide, but shows
* how you can use CSS to style your Element's container.
*/
.StripeElement {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ccd0d2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: red;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#card-errors {
    color: red;
    font-size: x-small;
}

#selectStt option[value="1"] {
    color: #ffc107;
  }
  
#selectStt option[value="2"] {
    color: #007bff;
  }
  
  #selectStt option[value="3"] {
    color: #797c7a;
  }
  .primary#selectStt {
    color: #007bff;
}
.warning#selectStt {
    color: #ffc107;
}
.success#selectStt {
    color: #28a745;
}
/* .table-responsive{
    height:800px;  
    overflow:scroll;
  }
   thead tr:nth-child(1) th{
      background: white;
      position: sticky;
      top: 0;
      z-index: 10;
    } */
    
   
    .rating {
        border: none;
    }
    
    .myratings {
        /* font-size: 85px; */
        color: green
    }
    
    .rating>[id^="star"] {
        display: none
    }
    .rating-lg>label:before {
        font-size: 2.25em;
    }
    
    
    .rating>label:before {
        margin: 2px;
        /* font-size: 2.25em; */
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005"
    }
    
    .rating>.half:before {
        content: "\f089";
        position: absolute
    }
    
    .rating>label {
        color: #ddd;
        float: right
    }
    
    .rating>[id^="star"]:checked~label,
    .rating:not(:checked)>label:hover,
    .rating:not(:checked)>label:hover~label {
        color: #FFD700
    }
    
    .rating>[id^="star"]:checked+label:hover,
    .rating>[id^="star"]:checked~label:hover,
    .rating>label:hover~[id^="star"]:checked~label,
    .rating>[id^="star"]:checked~label:hover~label {
        color: #FFED85
    }
    
    .reset-option {
        display: none
    }
    
    .reset-button {
        margin: 6px 12px;
        background-color: rgb(255, 255, 255);
        text-transform: uppercase
    }
    
    .empty-fill {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid black;
      }
      
      .empty-fill-dashed  {
        display: inline-block;
        width: 100%;
        border-bottom: 2px dashed  black;
        height: 5px;
        margin: auto;
      }
      
      .user-info-title {
        white-space: nowrap;
        min-width: 170px;
        /* padding-right: 20px; */
      }
      .unset-min-width {
        min-width: unset;
      }
      
      .form-control-contract {
        display: block;
        width: 100%;
        height: 16px;
        padding: .375rem .75rem;
        /* font-size: 0.8rem; */
        font-weight: 400;
        /* line-height: 1.5; */
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: none;
        border-bottom: 1px solid #ced4da;
        border-radius: .25rem;
        box-shadow: inset 0 0 0 transparent;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      }

      input[type=date].form-control-contract:focus {
        outline: none;
    }