:root {
    --cor1: #006d2f;
}

.modal { overflow: auto !important; }

.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #a5adb6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #525558;
    color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected="true"] {
   background-color: #ce6119;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    display: flex !important;
}
.form-control{
    border: 1px solid rgb(206, 185, 185);
}

.form-control:focus{
    color: #4b545e;
}

.form-control::-ms-input-placeholder {
    opacity: 1;
    color: #7f8a96;
}

.form-control::placeholder {
    opacity: 1;
    color: #7f8a96;
}

#notification-list {
    overflow: auto;
    height: 500px;
}

.card-coupon-faveni {
    background-color: var(--cor1);
    border-radius: 5px;
}

.card-coupon-bolsa {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
    margin: 20px;
}

.text-white {
    color: #fff;
}


/*

tabs

*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab {
    width: 100%;
}

.tab-list {
    display: flex;
    justify-content: space-between;
}

.tab-item {
    height: 44px;
    width: 100%;
}

.tab-btn {
    align-items: center;
    background: #fff;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    border: 0.1px solid #ccc;
}

.tab-panel {
    background: #fff;
    border-radius: 0 0 2px 2px;
    color: #333;
    display: none;
}

.tab-btn.is-selected {
    background: #FF6600;
    color: #fff;
    pointer-events: none;
}

.tab-panel.is-selected {
    display: block;
}

.pix {
    width: 20px;
    margin: 5px;
    color: #fff;
}

.metodos_pagamento {
    margin-bottom: 100px;
}

.metodos_pagamento ul li i {
    padding: 5px;
}

.metodos_pagamento #tab-panel-pix p,
.metodos_pagamento #tab-panel-boleto p {
    margin-top: 20px;
}

.color-bolsas{
    color: rgb(196, 148, 29);
}

.text-bold{
    font-weight: 800;
}

.metodos_pagamento .clipboard {
    cursor: pointer;
    background-color: #FF6600;
    padding: 10px 5px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.metodos_pagamento .clipboard img {
    width: 20px;
}

.payment_pix .img-pix{
    width: 250px;
}

.payment_card{
    margin-top: 30px;
    margin-bottom: 50px;
}

.badge.badge-red-bolsas.badge-lg {
    background-color: rgb(224, 53, 53);
    color: #fff;
}

.badge-red-lead{
    background-color: rgb(224, 53, 53);
    color: #fff;
}

.badge-pink-bolsas{
    background-color: #e45ac6;
    color: #fff;
}

.badge-orange-bolsas{
    background-color: #d67839;
    color: #fff;
}

.badge-black-bolsas{
    background-color: #292428;
    color: #fff;
}

.badge-purple-bolsas{
    background-color: #842591;
    color: #fff;
}

.badge-bolsas-bolsas{
    background-color: #5ee6c1;
    color: #fff;
}

.badge-bolsas-6{
    background-color: #2bb4b9;
    color: #fff;
}

.badge-yellow-bolsas{
    background-color: #dee03c;
    color: #555;
}

.badge-bolsa-mais-brasil{
    background-color: #ecd71a;
    color: #555;
}

.bg-bolsa-mais-brasil{
    background-color: #ecd71a;
}

.clipboard-embaixador{
    background-color: rgb(43, 112, 177);
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-top: 5px;
}

.clipboard-mat-polo{
    background-color: rgb(231, 117, 64);
}

.clipboard-embaixador i{
    font-size: 17px;
}

.clipboard-embaixador span{
     font-weight: bold;
     margin: 0px 5px;
     color: #fff;
}

table .logo-inst-register{
    width: 100px;
}

.flex-colum-td{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

[id*='loading_gif_register_'] {
    display: none;
    width: 20px;
}

.cursor-move{
    cursor:  grab;
}

.bg-no-unifatecie{
    background-color: rgb(180, 57, 57);
    font-weight: bold;
}

.bg-no-unifatecie a{
    color: #fff;
}

.name-register{
    font-size: 15px;
}

.filters-register-form{
    display: flex;
    flex-wrap: wrap;
}

.filters-register-form label{
    margin-right: 10px;
}

.preview_image_curriculumn{
    margin-left: 20px;
    width: 30%;
}

.preview_audios{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.preview_audios img{
    width: 25%;
}

.preview_audios span{
    font-size: 0.7rem;
}

.preview_audios audio{
    width: 100%;
    margin-top: 10px;
}

.table th, .table td{
    border-top: 1px solid #e2d8d8;
}
