.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;
}
.table-suggest td, .table-suggest th{
    padding: 4px 5px !important;
}
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;
    }

    .delay{
        opacity: 1;
        animation: delay 1s ease;
    }
    @keyframes delay {
        0% {opacity:0;}
        50% {opacity:0;}
        1000% {opacity:1;}
    }

    .form-row.my-2.ui-sortable-handle {
        border: 1px dashed #ccc;
        background: #e2e2e238;
        cursor: move;
    }
    #sortable { list-style-type: none; margin: 0; padding: 0; }
    #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
    #sortable li span { position: absolute; margin-left: -1.3em; }

    /* #sortable { list-style-type: none; margin: 0; padding: 0; }
  html>body #sortable div { height: auto; line-height: 1.2em; }
  .ui-state-highlight { height: 100px; line-height: 1.2em; background: 'red'; } */

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

/* preloader */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000001f;
    z-index: 998;
    display: none;
}
.status {
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}
.spinner > div {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #5970a4;
    border-radius: 50%;
    animation: circle-loader 1s infinite ease-in-out both;
    margin: 0px 7px;
}
.spinner .circle1 {
    animation-delay: -0.32s;
}
.spinner .circle2 {
    animation-delay: -0.16s;
}
@keyframes circle-loader {
    0%, 80%, 100% {
        transform: scale(0.4);
   }
    40% {
        transform: scale(1);
   }
}

    
.masonry { /* Masonry container */
	-webkit-column-count: 5;
	-moz-column-count:5;
	column-count: 5;
	-webkit-column-gap: .5em;
	-moz-column-gap: .5em;
	column-gap: .5em;
	  padding: 0;
  }
  .masonry .item {
	display: inline-block;
	width: 100%;
	  -webkit-transition:1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  }
.masonry img{width:100%;}
.masonry .btn-delete-media {
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 0;
}
  
  @media only screen and (max-width: 575px) {
	  .masonry {
		  -moz-column-count: 1;
		  -webkit-column-count: 1;
		  column-count: 1;
	  }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 768px){
	  .masonry {
		  -moz-column-count: 2;
		  -webkit-column-count: 2;
		  column-count: 2;
	  }
  }
  @media only screen and (min-width: 769px) and (max-width: 1200px){
	  .masonry {
		  -moz-column-count: 3;
		  -webkit-column-count: 3;
		  column-count: 3;
	  }
  }
  @media only screen and (min-width: 1201px) {
	  .masonry {
		  -moz-column-count: 5;
		  -webkit-column-count: 5;
		  column-count: 5;
	  }
  }