.btn-group.bootstrap-select {
    width: 100% !important;
}

.d-flex {
    display: flex;
}

.d-flex>div {
    float: none;
}

.col-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: none;
}

.design-s-bg-red {
    background-color: #FF6767;
}

.design-s-bg-green {
    background-color: #73CC63;
}

.design-s-bg-yellow {
    background-color: #FFAB1D;
}

.design-s-bg-purple {
    background-color: #9892FF;
}

.card-div-color {
    color        : #FFF;
    margin-bottom: 1em !important;
    box-shadow   : 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}

.card-div-content {
    margin       : 0;
    padding      : 1em 0;
    margin-bottom: 0 !important;
}

.card-div-info span {
    font-size     : 15px;
    text-transform: uppercase;
    font-weight   : 500;
}

.card-div-info h3 {
    margin   : 0;
    font-size: 27px;
}

.card-div-icon {
    margin-top: 0.1em;
    font-size : 4rem;
}

.w-100 {
    width: 100%;
}

.mt-05 {
    margin-top: 0.5em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.btn:not(.btn-link):not(.btn-circle) {
    border       : 1px solid #5AC8FA;
    border-radius: 30px;
}

.dropdown-toggle {
    padding-top: 11px;
}

.bootstrap-select.btn-group .dropdown-menu {
    box-shadow   : none;
    border-radius: 20px;
    background   : #FFF;
    padding      : 0;
    border       : 1px solid #CCC;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-size  : 13px;
    margin-left: -3px;
}


.btn-download-xlsx {
    font-size    : 14px;
    padding      : 0.6em 1.2em;
    background   : #FFF;
    transition   : 0.2s;
    color        : #5AC8FA;
    border       : 1px solid #5AC8FA !important;
    font-weight  : 500;
    border-radius: 46px !important;
}

.btn-download-xlsx:hover,
.btn-download-xlsx:active,
.btn-download-xlsx:focus {
    background: #5AC8FA;
    color     : #FFF;
}

.btn-history-xlsx {
    font-size    : 14px;
    padding      : 0.6em 1.2em;
    margin-left  : 0.5em;
    transition   : 0.2s;
    background   : #5AC8FA;
    color        : #FFF;
    border       : 1px solid #5AC8FA !important;
    font-weight  : 500;
    border-radius: 46px !important;
}

.btn-history-xlsx:hover,
.btn-history-xlsx:active,
.btn-history-xlsx:focus {
    background: #FFF;
    color     : #5AC8FA;
}

.h2-info {
    color: #336FBD;
}

.title-section h3 {
    width  : auto;
    color  : #336fbd;
    display: inline-block;
}

.h4-title-section {
    color        : #8E8E93;
    margin-bottom: 1em;
    font-weight  : 500;
    font-size    : 17px;
}

.h4-subtitle-section {
    color        : #8E8E93;
    font-weight  : 500;
    margin-bottom: 0.5em;
    font-size    : 16px;
}

.body-p0 {
    padding: 0 !important;
}

.h4-panel-title {
    color      : #336FBD;
    font-weight: 500;
    font-size  : 18px;
}

.panel-content {
    padding   : 0;
    margin    : 0;
    margin-top: 0.5em;
}

.modal-content-rd {
    border-radius: 30px !important;
}

.btn-wco {
    width        : 100%;
    padding      : 8px;
    font-size    : 14px;
    background   : #5AC8FA;
    transition   : 0.2s;
    color        : #FFF;
    border       : 1px solid #FFF;
    font-weight  : 500;
    line-height  : normal;
    border-radius: 30px;
}

.btn-wco i {
    font-size     : 20px;
    vertical-align: middle;
    color         : #FFF;
}

.btn-sc {
    color           : #FF3B30;
    background-color: #FFF;
    box-shadow      : 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.btn-sgc {
    color           : #3f77c1;
    background-color: #FFF;
    box-shadow      : 0px 4px 16px rgba(0, 0, 0, 0.1);
}

.btn-sg {
    color           : #34C759;
    background-color: #FFF;
    box-shadow      : 0px 4px 16px rgba(0, 0, 0, 0.1);
}

/* Modal loader */

.loader_modal_container {
    display: block;
}

.loader_modal_figure {
    display  : block;
    width    : 50%;
    transform: translate(50%, 0%);
}

.loader_modal_title {
    text-align : center;
    padding    : 1em;
    padding-top: 0;
    font-size  : 14px;
    font-weight: 500;
    color      : #7c7c7c;
}

.bootstrap-select {
    border-bottom: 0 !important;
}

.modal-loader-border-radius {
    border-radius: 30px !important;
}

.d-none {
    display: none;
}