#global-modal.has-modal{
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
#global-modal.has-modal .modal{
    width: fit-content !important;
    height: fit-content !important;
    overflow: hidden;
    position: fixed !important;
}
#global-modal.has-modal .modal .modal-dialog{
    margin: 0 auto !important;
}
#global-modal.has-modal .modal .modal-content{
    max-height: 100vh;
}

.modal-body{
    max-height: 82vh;
    overflow-y: auto;
    padding: 15px 25px;
}
.modal-header{
    position: relative;
    padding: 24px 25px 17px;
}
.modal-header .close{
    position: absolute;
    right: 25px;
    top: 75%;
    transform: translateY(-50%);
}
.modal-tab{
    /*margin-left: 20px;*/
}
.modal-tab > div{
    border-bottom: 0;
    margin-bottom: 0;
}
.modal-tab nav{
    padding-bottom: 0;
}
.modal-tab .tab-active-line{
    top: 45px;
    box-shadow: 3px 3px 12px #337ab79c;
}

.dataTables_wrapper .dt-buttons{
    display: flex;
    justify-content: end;
}
.tab-module nav button{
    background: #fff;
}
.tab-module nav button.tab.active{
    font-size: 18px;
}

.tab-active-line{
    display: none;
    width: 50%;
    height: 4px;
    border-radius: 50px;
    background: #337ab7;
    position: relative;
    top: -12px;
}
.active .tab-active-line{
    display: block;
}

.tab-module nav button.active p{
    position: relative;
    top: -2px;
}
