﻿.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0px;
}


button i,
a i {
    margin-right: 0.15rem;
    margin-left: 0.15rem;
}

a button {
    margin-left: 0.5rem !important;
}

.m-b {
    margin-bottom: 1rem;
}

.modal-backdrop.fade.show {
    z-index: 100;
}

#roundDetailsFrame {
    width: 100%;
    height: 500px;
}

.daterange-picker.disabled {
    pointer-events: none;
    opacity: 1;
    background-color: #e9ecef;
}

.success-button {
    font-size: 18px;
    color: green;
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
}

.secondary-button {
    font-size: 18px;
    color: gray;
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
}

.danger-button {
    font-size: 18px;
    color: red;
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
}

.warning-button {
    font-size: 18px;
    color: darkorange;
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
}

.width-100px {
    max-width: 100px;
}

label {
    margin-bottom: 0px !important;
}

button i {
    padding-right: 0.3rem;
}
