.persistent-dropdown-menu .dropdown-item.active, .persistent-dropdown-menu .dropdown-item:active  {
  color: #2e2f37;
  text-decoration: none;
  background-color: var(--light);
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: auto;
}

.icon-customDate:before {
    content: '\e801';
}
.icon-customFile:before {
    content: '\e80a';
}

#filter_button:hover {
    color: black
}
#filter_button:focus{
    box-shadow: none;
    -webkit-box-shadow: none;
}

#filter_button i {
    position: relative;
    top: -1px;
}

.form-group-remove-button {
    cursor: pointer;
    position: relative;
    float: right;
    top: calc( -50% + 15px);
    right: 15px;
    background-color: #eaecf4;
    border: 1px solid #d1d3e2;
}

.form-group-remove-button:hover {
    background-color: #dfe2ee;
}

.form-actions {
    width: 100%;
}

.form-actions button {
    width: 100%;
}

.loading {
    top: 0; right: 0;
    bottom: 0; left: 0;
    background:rgba(0,0,0,.25);
    height: 100%;
}
.loader {
    left: calc(50% - 5em);
    font-size: 15px;
    opacity: 1;
    border: .4em solid rgba(240, 240, 240, 1);
    border-left: .4em solid var(--primary);
    animation: spin 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
    display: block;
    position: absolute;
    top: calc(50% - 5em);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn {
    height: auto;
}

.alert {
    position: fixed;
    z-index: 99999999999;
    top: 10px;
    left: 20%;
    width: 60%;
}

.table-bordered td, .table-bordered th{
    border: none;
}

.table.dataTable{
    border-collapse:  collapse !important;
}

.table-bordered tr{
    border-bottom: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.table thead{
    background-color: #F8F9FC;
}

.form-group img {
    position: relative;
    left: 0px;
    margin-left: initial;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 15px;
}

.btn-attachment {
    font-size: 12px;
    margin: 5px 5px 5px 0px;
}

.emailmetadata p {
    height: 2px;
}

.emailmetadata {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 95%;
   max-width:1200px;
  }
}

.card{
    width: 100%;
}

img {
    
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sidebar-brand img {
    max-height: 50px;
}

.custom-file-label{
    overflow: auto;
}

.custom-file-input {
    cursor: pointer;   
}

.account-card {
    cursor: pointer;
    position: relative;
    min-height: 100px !important;
}

.account-card card-body{
    width: 100%;
    vertical-align: center;
}

.account-card img, .logo_img {
    max-height: calc(100% - 25px);
    max-width: calc(100% - 25px);
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
}

.control-label {
    .font-weight-bold;
}

#fb-editor {
    padding-bottom: 50px;
}

.fb-currency-input {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 33px;
    width: calc(100% - 36px);
    position: absolute;
    top: 0px;
    height: 38px;
    
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#report-submit-button{
    margin-bottom: 15px;
}

.selectize-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
}

.selectize-input input{
    font-size: 1em;
}

.selectize-dropdown-content{    
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #5a5c69; 
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.35rem;
}

.selectize-dropdown-content .active{
    background-color: #f0f0f0;
    color: #5a5c69;
}

.selectize-control.multi .selectize-input>div {
    background: var(--primary);
    border-radius: 5px;
    position: relative;
    color: white;
    top: -2px;
}

.selectize-control.multi .selectize-input>div.active {
    background: #8587A9;
    color: white;
}

.selectize-dropdown [data-selectable] .highlight {
    background-color: transparent;
    color: var(--primary);
    
}

.selectize-input {
    height: auto;
}

.screen-loader {
    z-index: 99999999999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spinner-border {
    width: 10rem; 
    height: 10rem;
}

.selectize-dropdown .optgroup-header {
    color: var(--primary);
    font-weight: 700;
}

.optgroup .option {
    text-indent: 12px;
}


.form-control[type='color'] {
    display: block;
    width: calc(25%);
}

td img {
    margin-left: 0;
}

.pac-container {
    z-index: 1100;
}

.card-header:hover i {
    color: inherit !important;
    transition: color .15s ease-in-out;
}
.card-header:hover {
    color: var(--primary) !important;
    transition: color .15s ease-in-out;
}
.card-header i:hover {
    color: var(--primary-darker) !important;
    transition: color .15s ease-in-out;
}

.hidden_input {
    display: none;
}