#tableAction {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20px;
    align-items: flex-start;
    padding-bottom: 15px;
}

#tableSpaceId {
    flex-grow: 2;
}

#tableTitleId {
    -ms-flex-item-align: start;
    align-items: flex-start;
}

#tableFilterId {
    max-width: 200px;
    margin-bottom: 0px;
}

#tableSearchId  {
    max-width: 200px;
    margin-bottom: 0px;
}

.tableBox {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 3px;
    padding: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
    margin-bottom: 10px;
    max-height: 240px;
    overflow: auto;
}

.tableBox .row .cell {
    border-bottom: 10px solid transparent;
}

#tableFilterModal {
    position: absolute;
    top: -1000px;
    left: -1000px;
    background-color: white;
    border-radius: 3px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    box-shadow: 1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);
    padding: 5px 16px 10px 5px;
    box-sizing: border-box;
    z-index: 100;
    overflow: hidden;
    display: none;
    transition: all .2s;
}
  
#tableFilterModal.fit {
    width: 180px;
}

#tableFilterModal.active {
    display: block;
}
  
#tableFilterModal.calck {
    display: block;
    top: -1000px;
    left: -1000px;
    transition: none;
}

#tableFilterModal .title {
    display: block; 
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
}

#tableFilterModal .item {
    padding: 3px 10px 3px 10px;
    text-align: left;
}

/* #tableFilterModal .item:hover {
    background-color: #d5d0d0;
} */
  
#tableFilterModal .item:hover .checkbox {
    background-color: rgba(var(--mainColor), .3);
}

#tableFilterModal .item:hover .checkbox.checked {
    background-color: rgba(var(--mainColor), 1);
}
  
#tableFilterModal .item .text {
    position: relative;
    display: inline-block; 
    text-indent: 5px;
    vertical-align: text-top;
    line-height: 12px;
    cursor: pointer;
}

#tableFilterModal .button.apply  {
    width: 100%;
    margin-top: 10px;
    padding: 6px 25px;
}

#tableFilterId .button:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 300;
    color: white;
    position: absolute;
    left: 7px;
    top: 7px;
}

#tableExportCSV {
    max-width: 150px;
}

#tableFilterModal .item .checkbox {
    display: inline-block;    
    width: 20px;
    height: 20px;
    color: white;   
}

#tableFilterModal .item .checkbox.checked:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
}

.initAddModule {
    background-color: white;
    border-radius: 7px;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    transition: all .2s;
    opacity: .6;
}

.addModule:hover {
    opacity: 1;
}

.popup .addModule .button {
    width: calc(50% - 7px);
    float: left;
    margin-right: 14px;
    margin-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
}

.popup .addModule .button:nth-child(2n+1) {
    margin-right: 0px;
}

.popup .addModule .button:nth-child(0),
.popup .addModule .button:nth-child(1) {
    margin-top: 0px;
}

.settings .headline.border {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.settings.dashboard {
    opacity: 0;
}

.settings.dashboard .droparea {
    position: relative;
}

.settings.dashboard .droparea .innerDroparea {
    width: 100%;
    height: 30px;
    transition: all .2s;
    border-radius: 7px;
}

.settings.dashboard .droparea.hide {
    display: none;
}

.settings.dashboard .widget.background {
    margin-bottom: 0px;
}

.button.export {
    padding: 10px 25px;
}

#tablesAction .search .button:after {   
    left: 8px;
}

.form .label.white.pt  {
    margin: 0px;
    margin-top: 4px;
 }
 
.form .label.white.fix  {
    width: 190px;
}

.clubPayment .text-normal {
    display: inline;
    text-transform: none;
}

.clubPayment .costPerLicense {
    width: 60px !important;;
    float: left;
}

.clubPayment .paymentTypes {
    width: calc(100% - 75px) !important;
    float: right;
    margin-bottom: 0px;
}

.clubPayment .playerLicense {
    width : 100%;
    background-color: transparent;
}

.clubPayment .column {
    width: 50%;
    float: left;
    margin-left: 0px;
}

.clubPayment .checkbox {
    float: left;
    margin-right: 7px;
}

.roles table td {
    padding-bottom: 15px;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: 15px;
}

.roles table .avatar div {
    width: 45px;
    height: 45px;
    background-color: rgba(var(--mainColor), 1);
    position: relative;
}

.roles table .avatar div:after {
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    color: white;
    font-weight: 300;
    top: calc(50% - 9px);
    left: calc(50% - 8px);
}

.roles table .desc {
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.roles table .desc span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    opacity: .7;
    text-transform: none;
}

#supportForm .dropArea {
    width: 100%;
    border: 2px dashed rgba(0, 0, 0, .3);
    position: relative;
    border-radius: 3px;
}

#supportForm .dropArea .table {
    display: table;
    width: 100%;
    height: 140px;
}

#supportForm .dropArea .table .text {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    opacity: .3;
    font-size: 16px;
    font-weight: 600;
}

#supportForm .dropArea .table .text i {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 10px;
}

#supportForm .dropArea.fileUploaded .table .text {
    opacity: 1;
}

#supportForm .dropArea #dropAreaOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    transition: background .3s;
}

#supportForm .dropArea.fileOver #dropAreaOverlay {
    background-color: rgba(0, 0, 0, .3);
}

#supportForm #progressBar {
    display: none;
}

#supportForm #progressBar .loader {
    width: 100%;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    position: relative;
}

#supportForm #progressBar .loader div {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    width: 40%;
}

#supportForm #progressBar .loader span {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    text-align: center;
}

#supportFormThankYou {
    display: none;
}

#edit_integration_form .checkbox {
    display: inline-block;
}

#edit_integration_form .checkboxLabel {
    margin: 0px;
    position: absolute;
    top: 3px;
    left: 34px;
}