.card .card-yellow .card-title{
    color:white;
}

.badge {
    display: inline-block;
    padding: 2px 10px;
    text-transform: uppercase;
    line-height: 1.25em;
    border-radius: 10rem;
    font-weight: 600;
    font-size: .8em;
    letter-spacing: .15em;
}
.badge-status{
    color: white;
    float: right;
    padding: 1%!important; 
    font-size: 1rem!important; 
}
.badge-status.badge-start{
    border: 1px solid #75bd59;
    background:#75bd59;
}
.badge-status.badge-end{
    border: 1px solid #ff1100;
    background:#ff1100;
}
.title-header{
    float: left;
}
.copy-link{
    margin: 2%;
    float: right;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%!important;
    max-width: 100%!important;
}
.text-green{color: green;}.text-red{color: red;}
/* 
//datatable 
*/
  .pago{
        width: 10px;
        height: 10px;
        background-color: #cbffcb;/* #cbffcb; */
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }
    .cancelado{
        width: 10px;
        height: 10px;
        background-color: #F5B9B9;/* #F08080*/
        float: left;
        margin-top: 5px;
        margin-right: 5px;
    }
   
    td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_open.png") no-repeat center center;
  cursor: pointer;
}
 
tr.shown td.dt-control {
  background: url("https://www.datatables.net/examples/resources/details_close.png") no-repeat center center;
}
.dt-subtable{
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}

.dt-subtable tr:nth-child(even){background-color: #f2f2f2;}

.dt-subtable tr:hover {background-color: #ddd;}
.dt-subtable tr {
  border-bottom: 1px solid rgb(186, 186, 186);
}
.dt-subtable thead tr th:first-child,
.dt-subtable tbody tr td:first-child {
  width: 10vw;
  min-width: 10vw;
  max-width: 10vw;
  word-break: break-all;
  font-weight: bold;
}
.badge.badge-paid{
    border: 1px solid #75bd59;
    color: white;
    background: #75bd59;
}
.badge.badge-canceled{
    border: 1px solid rgb(245, 185, 185);
    color: white;
    background: rgb(245, 185, 185);
}


div.dt-button-collection.fixed.columns {
    margin-top: -20%!important;
    margin-left: -40%!important;
}
div.dt-button-collection.columns {
    width: auto;
}
div.dt-button-collection.fixed {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 5px;
    background-color: white;
    padding: 0.5em;
}
div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0.75em 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
div.dt-button-collection.columns > :last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: 818px;
    padding-bottom: 1px;
}
div.dt-button-collection.columns > :last-child .dt-button {
    min-width: 200px;
    flex: 0 1;
    margin: 0;
}
div.dt-button-collection.fixed .dt-button {
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.1);
}
div.dt-button-collection .dt-button.dt-button-active {
    background: none;
    box-shadow: none;
}
div.dt-button-collection .dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    float: none;
    justify-content: space-between;
    align-items: center;
    background: none;
    margin: 0;
    padding: 0.5em 1em;
    border: none;
    text-align: left;
    cursor: pointer;
    color: inherit;
}
/* 
form do Data  
*/
 .up_painel {
        margin: 100px auto 40px;
        max-width: 500px;
        text-align: center;
    }

    /* .button_outer {
        background: #83ccd3;
        border-radius: 30px;
        text-align: center;
        height: 50px;
        width: 200px;
        display: inline-block;
        transition: .2s;
        position: relative;
        overflow: hidden;
    } */
    .button_outer {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 60px;
    text-align: center;
    cursor: pointer;
    background-color: #f9f9f9;
    color:#222!important;
    transition: background-color 0.3s;
    }
    .btn_upload {
        text-align: center;
        position: relative;
        display: inline-block;
        overflow: hidden;
        z-index: 3;
        white-space: nowrap;
    }

    .btn_upload input {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        width: 100%;
        height: 105%;
        cursor: pointer;
        opacity: 0;
    }

    .file_uploading {
        width: 100%;
        height: 10px;
        margin-top: 20px;
        background: #ccc;
    }

    .file_uploading .btn_upload {
        display: none;
    }

    .processing_bar {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        border-radius: 30px;
        background: #83ccd3;
        transition: 3s;
    }

    .file_uploading .processing_bar {
        width: 100%;
    }

    .success_box {
        display: none;
        width: 50px;
        height: 50px;
        position: relative;
    }

    .success_box:before {
        content: '';
        display: block;
        width: 9px;
        height: 18px;
        border-bottom: 6px solid #fff;
        border-right: 6px solid #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 17px;
        top: 10px;
    }

    .file_uploaded .success_box {
        display: inline-block;
    }

    .file_uploaded {
        margin-top: 0;
        width: 50px;
        background: #83ccd3;
        height: 50px;
    }

    .uploaded_file_view {
        max-width: 300px;
        margin: 40px auto;
        text-align: center;
        position: relative;
        transition: .2s;
        opacity: 0;
        border: 2px solid #ddd;
        padding: 15px;
    }

    .file_remove {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: block;
        position: absolute;
        background: #aaa;
        line-height: 30px;
        color: #fff;
        font-size: 12px;
        cursor: pointer;
        right: -15px;
        top: -15px;
    }

    .file_remove:hover {
        background: #222;
        transition: .2s;
    }

    .uploaded_file_view img {
        max-width: 100%;
    }

    .uploaded_file_view.show {
        opacity: 1;
    }

    .error_msg {
        text-align: center;
        color: #f00
    }
    .card-heading {
        cursor: pointer;
    }
