/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.sub-string {
    width: 25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-outline-excel {
    --bs-btn-color: #207245;
    --bs-btn-border-color: #207245;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #207245;
    --bs-btn-hover-border-color: #207245;
    --bs-btn-focus-shadow-rgb: 9, 116, 181;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #207245;
    --bs-btn-active-border-color: #207245;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #207245;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #207245;
    --bs-gradient: none;
}

.btn-dim.btn-outline-excel {
    color: #207245;
    background-color: #f2ecff;
    border-color: #ceb9ff;
}

.btn-dim.btn-outline-excel:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #207245;
    border-color: #207245;
}
  
.btn-white.btn-outline-excel:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .btn-outline-excel.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .btn-trans.btn-outline-excel:not(.btn-dim):not(:disabled):not(.disabled):hover {
    color: #207245;
    background: #f2ecff;
}

.dark-mode .btn-dim.btn-outline-excel {
    color: #207245;
    background-color: #28254d;
    border-color: #3c2e72;
}

.dark-mode .btn-dim.btn-outline-excel:not(:disabled):not(.disabled):hover {
    color: #fff;
    background-color: #207245;
    border-color: #207245;
}

.dark-mode .btn-white.btn-outline-excel:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .dt-buttons .btn-outline-excel.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dt-buttons .dark-mode .btn-outline-excel.btn-secondary:not(.btn-dim):not(:disabled):not(.disabled):hover, .dark-mode .btn-trans.btn-outline-excel:not(.btn-dim):not(:disabled):not(.disabled):hover {
    color: #207245;
    background: #28254d;
  }