.app-brand {
    margin: 5px;
}

.app-brand .logo {
    max-height: 50px;
}

.h-350px {
    height: 350px;
}

.hover-scroll-overlay-y {
    overflow-y: scroll;
    position: relative;
}

.member-action-column {
    text-align: center;
    min-width: 83px;
    width: 0;
}

.action-button-3 {
    text-align: center;
    min-width: 115px;
    width: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.datepicker {
    padding: 5px !important;
}

.select-single {
    min-width:140px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e2e5ec !important;
    border-radius: 0.2rem !important;
}

.select2-container .select2-selection--single {
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #101316 !important;
    font-weight: 400;
    font-size: 0.825rem;
}

#select2-searchMember-container {
    margin-left: 30px;
}

.padding-bottom-4px {
    padding-bottom: 4px;
}

.action-bottom {
    padding: 2px 6px;
}

.action-bottom i {
    font-size: 15px;
}

.form-label.required:after {
    content: "*";
    color: red;
}

.list-style-type-square {
    list-style-type: square;
}

.list-style-type-circle {
    list-style-type: circle;
}

.list-style-type-initial {
    list-style-type: initial;
}

/* Loading */
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;

    position: absolute;
    top: 50%;
    left: 50%;

    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.loading .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

/* Loading */
