.pl-05,
.px-05 {
    padding-left: 0.5rem !important;
}

.pr-05,
.px-05 {
    padding-right: 0.5rem !important;
}

.ml-05,
.mx-05 {
    margin-left: 0.5rem !important;
}

.mr-05,
.mx-05 {
    margin-right: 0.5rem !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    /* border-color: #f5c842; */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
    font-size: 12px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 28px;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    /* border-color: #f5c842; */
    overflow-x: hidden;
    margin-top: -1px;
}

.iti {
    width: 100%;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}


.btn-whatsapp {
    background-color: #25D366;
    color: #fff !important;
    color: #fff;
    background-color: #25D366;
    border-color: #fff;
}



.w-05 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.btn-icon-text {
    position: relative;
    padding-left: 3.95rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-icon-text> :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.95rem;
    line-height: 2.7rem;
    font-size: 1.6em;
    text-align: center;
    /* border-right: 1px solid rgba(0, 0, 0, 0.2); */
}

/* Outline Primary */
.btn-icon-text.btn-outline-primary> :first-child {
    border-right: 1px solid rgba(13, 109, 253, 0.4);
}

.btn-icon-text.btn-outline-primary:hover> :first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-icon-text.btn-outline-primary:hover {
    color: #fff;
    border: 1px solid #0d6efd !important;
    background-color: #0d6efd !important;
}

/* Outline Info */
.btn-icon-text.btn-outline-info> :first-child {
    border-right: 1px solid rgba(30, 159, 242, 0.4);
}

.btn-icon-text.btn-outline-info:hover> :first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-icon-text.btn-outline-info:hover {
    color: #fff;
    border: 1px solid #1e9ff2 !important;
    background-color: #1e9ff2 !important;
}

/* Outline Secondary */
.btn-icon-text.btn-outline-secondary> :first-child {
    border-right: 1px solid rgba(107, 111, 130, 0.4);
}

.btn-icon-text.btn-outline-secondary:hover> :first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-icon-text.btn-outline-secondary:hover {
    color: #fff;
    border: 1px solid #6b6f82 !important;
    background-color: #6b6f82 !important;
}

/* Primary */
.btn-icon-text.btn-primary> :first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-icon-text.btn-primary:hover> :first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-icon-text.btn-primary {
    color: #fff;
    border-color: #0d6efd !important;
    background-color: #0d6efd !important;
}

.btn-icon-text.btn-primary:hover {
    color: #fff;
    border-color: #0b5ed7 !important;
    background-color: #0b5ed7 !important;
}

.btn-icon-text.btn-sm {
    padding-left: 3.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.btn-icon-text.btn-sm> :first-child {
    line-height: 2.4rem;
    width: 3rem;
    font-size: 1.4em;
}

.btn-icon-text.btn-xs {
    padding-left: 2.25rem;
    font-size: 0.75rem;
    line-height: 1.2rem;
}

.btn-icon-text.btn-xs> :first-child {
    line-height: 1.6rem;
    width: 1.8rem;
    font-size: 1.2em;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.p-05 {
    padding: .5rem !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #ff9149;
    border-color: #ff9149;
}

.horizontal-menu .navbar-horizontal .dropdown .dropdown-menu {
    min-width: 20rem !important;
}

.horizontal-menu .navbar-horizontal .nav-item i.fa {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    color: #6b6f82;
}

.navbar-horizontal .dropdown-menu .dropdown-submenu>a:after,
.navbar-horizontal .dropdown-menu .dropdown-submenu>button:after {
    top: 10px !important;
}