/* port from old*/
.uline {
    text-decoration: line-through;
}

.st-paid, .st-due, .st-partial, .st-canceled, .st-rejected, .st-pending, .st-accepted .st-Recurring, .st-Stopped {
    text-transform: capitalize;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
    font-size: 10px;
}

.note-editor.is-invalid {
    border: 1px solid #dc3545;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
}

#previsao {
    padding: 4rem;
}

#editdepName {
    padding-left: 2rem;
}

.st-paid, .st-accepted {
    background-color: #5ed45e;
}

.st-due, .st-Stopped {
    background-color: #ff6262;
}

.st-partial, .st-pending, .st-Recurring {
    background-color: #5da6fb;
}

.st-customer_approved {
    background-color: #845dfb;
}

.st-canceled, .st-rejected {
    background-color: #848030;
}

.task_Progresso, .task_Vencida, .task_Feita {
    text-transform: capitalize;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
    font-size: 10px;
}

.task_Feita {
    background-color: #5ed45e;
}

.task_Vencida {
    background-color: #d45e7f;
}

.task_Progresso {
    background-color: #848030;
}

.task_Progress, .task_Due, .task_Done {
    text-transform: capitalize;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
    font-size: 10px;
}

.task_Done {
    background-color: #5ed45e;
}

.task_Due {
    background-color: #d45e7f;
}

.task_Progress {
    background-color: #848030;
}

.quantity {
    position: relative;
    padding: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 70px;
    height: 34px;
    line-height: 1.45;
    float: left;
    display: block;
    padding: 0;
    margin-top: 3px;
    padding-left: 2px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
    background: #81ffa2;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
    background: #ff9e9e;
}

.horizontal-layout.chat-application .app-content {
    min-height: calc(100% - 65px) !important;
}

.pos_stripe tbody tr:nth-child(4n+1), .pos_stripe tbody tr:nth-child(4n+2) {
    background-repeat: repeat-x;
    background-image: linear-gradient(45deg, #3cb4f5, #b5e1f5);
}

.tfr td {
    padding: 10px;
}

ballsWaveG {
    position: relative;
    width: 144px;
    height: 34px;
    margin: 10px auto;
}

.ballsWaveG {
    position: absolute;
    top: 0;
    background-color: rgb(4, 162, 219);
    width: 18px;
    height: 18px;
    animation-name: ballsWaveG;
    -o-animation-name: ballsWaveG;
    -ms-animation-name: ballsWaveG;
    -webkit-animation-name: ballsWaveG;
    -moz-animation-name: ballsWaveG;
    animation-duration: 1.3s;
    -o-animation-duration: 1.3s;
    -ms-animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#ballsWaveG_1 {
    left: 0;
    animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
}

#ballsWaveG_2 {
    left: 18px;
    animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
}

#ballsWaveG_3 {
    left: 36px;
    animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
}

#ballsWaveG_4 {
    left: 54px;
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

#ballsWaveG_5 {
    left: 72px;
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}

#ballsWaveG_6 {
    left: 90px;
    animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
}

#ballsWaveG_7 {
    left: 108px;
    animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}

#ballsWaveG_8 {
    left: 126px;
    animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -moz-animation-delay: 1.43s;
}

.my_stripe tbody tr:nth-child(4n+1), .my_stripe tbody tr:nth-child(4n+2) {
    background-color: #ededed;
}

.sub_c {
    background-color: #fff !important;
}

#customer-box-result ol, #supplier-box-result ol {
    color: #ccc;
    list-style-type: none;
}

#customer-box-result ol li, #supplier-box-result ol li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

#customer-box-result p, #supplier-box-result p {
    font-size: 14px;
    padding-left: 14px;
    color: #555;
}

#customer-box-result span, #supplier-box-result span {
    position: absolute;
}

.ui-front li {
    list-style: none;
    margin-left: -40px;
}

.ui-menu-item-wrapper {
    background-color: #b3d8e4;
    max-width: 60%;
    border-bottom: 1px solid #ddd;
    padding: 4px;
}

.st-sub2 {
    background-color: #5ed45e;
    padding: 4pt;
    border-radius: 2pt;
    color: #fff;
}

.st-sub3 {
    background-color: #5da6fb;
    padding: 4pt;
    border-radius: 2pt;
    color: #fff;
}

.st-sub4 {
    background-color: #fb5de8;
    padding: 4pt;
    border-radius: 2pt;
    color: #fff;
}

.has-error {
    color: #ff2a2a;
    border: 1px solid !important;
    padding: 0px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.project_Progress, .project_Pending, .project_Finished, .project_Waiting, .project_Terminated {
    text-transform: capitalize;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
    font-size: 10px;
}

.project_Progress {
    background-color: #4979d0;
}

.project_Finished {
    background-color: #5ed45e;
}

.project_Waiting {
    background-color: #d45e7f;
}

.project_Pending {
    background-color: #49d0b7;
}

.project_Terminated {
    background-color: #848030;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 50%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
    padding-right: 90px;
}

.timeline > li.timeline-inverted {
    padding-left: 90px;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}


.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.sbox-result ol {
    color: #ccc;
    list-style-type: none;
}

.sbox-result p {
    font-size: 14px;
    padding-left: 14px;
    color: #555;
}

.sbox-result span {
    position: absolute;
}

table#catgtable {
    display: inline-table !important;
}

@media (min-width: 992px) {
    .sidebar {
        vertical-align: top;
        width: 600px !important;
    }

    body .content-right {
        width: -webkit-calc(100% - 600px) !important;
        width: -moz-calc(100% - 600px) !important;
        width: calc(100% - 600px) !important;
        float: right;
    }

    .chat-application .chat-fixed-search {
        width: 600px !important;
    }

    .chat-application .chat-fixed-search input {
        width: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 1878px) {
    .sidebar {
        vertical-align: top;
        width: 280px !important;
    }

    #navMobile {
        display: none;
    }

    body .content-right {
        width: -webkit-calc(100% - 280px) !important;
        width: -moz-calc(100% - 280px) !important;
        width: calc(100% - 280px) !important;
        float: right;
    }

    @media (min-width: 767px) {
        #navHorizontal {
            display: none;
        }
    }

    .chat-application .chat-fixed-search {
        width: 330px !important;
    }

    .chat-application .chat-fixed-search {
        width: 280px !important;
    }
}

@media (max-width: 563px) {
    #mybutton a {
        display: block;
        margin-bottom: .7rem;
    }
}

#pos_items .row:nth-child(2n) {
    background-repeat: repeat-x;
    background-image: linear-gradient(45deg, #e0eaf0, #f3f5f6);
}

.error {
    color: #CC0000;
}

.st-Waiting, .st-Solved, .st-Processing {
    text-transform: capitalize;
    color: #fff;
    padding: 4px;
    border-radius: 11px;
    font-size: 10px;
}

.st-Solved {
    background-color: #5ed45e;
}

.st-Waiting {
    background-color: #5da6fb;
}

.st-Processing {
    background-color: #848030;
}

.navbar-wrapper {
    max-height: 8rem;
}

#navbarVertical {
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbarHorizontal {
    display: flex;
    justify-items: center;
    align-items: center;
}

#cardConfig {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#cardUseCont {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#cardRecentOrders {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#cardDailyActivity {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#buttonClock {
    margin-top: 1rem;
}

#head-customerbox {
    width: 12rem;
}

#paiCompanyUpdate {
    display: flex;
    align-items: center;
    justify-content: center;
}

#customer_tax {
    max-width: 8rem;
    min-width: 8rem;
}

#cardPOS {
    padding: 2rem;
}

.card-group {
    gap: 1rem;
}

p.card-text {
    text-align: justify;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        margin: 0;

    }
}

.dt-buttons {
    display: inline;
    margin-right: 1rem;
}

.dataTables_length {
    display: inline;
    margin-right: 1rem;
}

.dataTables_filter {
    display: inline;
    float: right;
}

.buttons-html5 {
    padding: .2rem;
    background: #28b9ff;
}

.yellow-top {
    border-top: 4px solid #F6BB42;
}

#view-icon {
    
}

.menu-secondary {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;
    text-decoration: none;
}

.menu-secondary a:after {
    content: "|";
    padding-left: 1rem;
}

.menu-left-secondary {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: flex-start;
    padding-right: 2rem;
    text-decoration: none;
}

.button-left-secondary {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: flex-end;

    text-decoration: none;
}

.menu-left-secondary a:after {
    content: "|";
    padding-left: 1rem;
}

.menu-buttons-secondary {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;

}

.menu-buttons-secondary button:after {
    content: "|";
    padding-left: 1rem;
}

.menu-buttons-secondary button {
    color: #009c9f;
    border: none !important;
    background-color: transparent !important;
}

.menu-buttons-secondary button:focus {
    outline: none;
}

.action-table {
    display: flex;
    column-gap: 0.7rem;
    align-items: center;
    justify-content: center;
}

.action-table span {
    font-size: 1.7rem;
}

.action-table i {
    font-size: 1.7rem;
}

.action-btn {
    display: flex;
    column-gap: .5rem;
    row-gap: .5rem;
    align-items: center;
    justify-content: center;
}

.action-btn span {
    font-size: 1.2rem;
}

.action-btn i {
    font-size: 1.2rem;
}

.blue-top {
    border-top: 4px solid dodgerblue;

}

h5.title {
    font-size: 1.14rem;
    font-weight: 600;
    text-transform: uppercase !important;
}

a.btn-back {
    margin-right: .7rem;
}

h4.title {
    font-size: 1.14rem;
    font-weight: 600;
}

#btn-conf {
    padding: 1rem;
}

#centerButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert {
    /*border-width: 4px !important;*/
    position: relative;
    padding-left: 3rem !important;
    /*margin-top: 0.5rem;*/
}

.alert-info {
    display: flex;
    align-items: center;
    background-color: white !important;
    border-color: #FEE247 !important;
    color: #FEE247 !important;
    padding-bottom: 0;
    border-width: 4px !important;
}

#input-date {
    text-align: center;
}


.card-title.lead.collapsed:before {
    /*content: '+';*/
    /*display: inline-flex;*/
    /*font-size: 1.6rem;*/
    /*position: relative;*/
    /*top: 2px;*/
    /*!* background: #0AA699; *!*/
    /*color: #0AA699;*/
    /*height: 17px;*/
    /*width: 17px;*/
    /*!* border-radius: 50%; *!*/
    /*align-content: space-around;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
    background-color: #00B5B8;
    top: 19px;
    left: -23px;
    height: 14px;
    width: 14px;
    display: block;
    position: relative;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0px !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 15px;
    content: '+';

}

.card-title.lead:before {
    /*content: '-';*/
    /*display: inline-flex;*/
    /*font-size: 1.9rem;*/
    /*position: relative;*/
    /*top: 0px;*/
    /*!* background: #9b4237; *!*/
    /*height: 17px;*/
    /*color: #9b4237;*/
    /*width: 17px;*/
    /*!* border-radius: 50%; *!*/
    /*flex-wrap: wrap;*/
    /*align-content: space-around;*/
    /*flex-direction: row;*/
    /*align-items: center;*/
    /*justify-content: space-around;*/
    background-color: #9b4237;
    border-radius: 0;
    top: 19px;
    left: -23px;
    height: 14px;
    width: 14px;
    display: block;
    position: relative;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0px !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 15px;
    content: '-';
}

.alert-info:before {
    content: "\f05a";
    color: white;
    background-color: #FEE247;
}

#table-block {
    display: block;
}

.input-group-addon#info-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5bc0de;
    border-color: #5bc0de;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    width: 2rem;

}

#info-text-label {
    display: inherit;
    justify-content: flex-start;
    align-items: center;
    color: #5bc0de;

}

.input-group-addon i {
    pointer-events: none;
    font-size: 1.3rem;
    color: white;
}

.left-inner-addon input.form-control {
    padding-right: 2rem;
}

.alert:before {
    position: absolute;
    top: 0;
    left: -4px;
    bottom: 0;
    width: 40px;
    margin: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}


.btn-new {
    margin-left: 2rem;
}

.p-mobile {
    padding: 1rem !important;
}

@media (max-width: 968px) {
    .p-mobile {
        padding: 0.3rem !important;
    }

    .p-width {
        width: 145% !important;
    }
}

.form-control-sm {
    height: -webkit-calc(1.375rem + 2px);
    height: -moz-calc(1.375rem + 2px);
    height: calc(1.375rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.21rem;
}

.dataTables_length select {
    padding-right: 25px;

}

.reverse_align {
    text-align: right;
}

.select2 {
    min-width: 14rem;
}

.card.help-info {
    height: 100vh;
}

.card.help-info-add {
    height: 100%;
}

/*Help Lateral*/
.main {
    display: flex;
    width: 100%;
    height: 100%;

}

.table__cell {
    position: relative;
    display: flex;
    width: 0;
    margin-bottom: 1.875rem;
    /*align-items: center;*/
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    /*justify-content: center;*/
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.table__cell:nth-child(1) {
    background-color: rgba(105, 189, 253, 0.4);
}

.table__cell1 {
    width: 100%;
    height: 100%;
    transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.table__cell.active {
    width: 50%;
    margin-bottom: 1.875rem;
}

.table__cell span {
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
}

.table__cell.active span {
    opacity: 1;
    transition-delay: 300ms;
}

.fab {
    position: fixed;
    bottom: 10px;
    left: 35px;
    z-index: 1;
}

.fab button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    background-color: #cb60b3;
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    font-size: 24px;
    color: white;


    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
}

.fab button.main:active,
.fab button.main:focus {
    outline: none;
    background-color: rgba(105, 189, 253, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
}

.fab button.main:active:before,
.fab button.main:focus:before {
    content: '';
}


.fab button.main {
    /*position: absolute;*/
    width: 24px;
    height: 24px;
    border-radius: 30px;
    background-color: #0bb1d7;
    right: 0;
    bottom: 0;
    z-index: 20;
    font-size: 2rem;

}

.aviso-sms{
    background: #9f7b177f;
    border-left: 2px solid #FEE247; /* Adiciona a borda de 2px na cor vermelha */
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Barra de rolagem específica para o menu lateral */
html::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}

html::-webkit-scrollbar-track {
    background-color: #2c2c2c; /* Cor do trilho */
}

html::-webkit-scrollbar-thumb{
    background-color: #FEE247; /* Cor do polegar */
}

html::-webkit-scrollbar-thumb:hover{
    background-color: #ffed88; /* Cor ao passar o mouse */
}

/* Para navegadores como Firefox */
html, body,.main-menu-content {
    scrollbar-color: #FEE247 #2c2c2c; /* Polegar e trilho */
    scrollbar-width: thin; /* Barra mais fina */
}

 .backgroundamarelo {
  background: #FEE247;
 }

 .backgroundamarelosec {
  background: #262D34;
 }

#notify h6 {
    color: #262D34 !important; /* Sobrescreve o tema */
}

#notify a {
    color: red !important; /* Sobrescreve o tema */
    text-decoration: underline !important; /* Garante o sublinhado */
}

#notify a:hover {
    color: darkred !important; /* Cor ao passar o mouse */
    text-decoration: none !important; /* Remove sublinhado no hover */
}

.form-label {
    color: #262D34;
    background: #FEE247;
    padding: 5px;
    padding-top: 6px;
}

.form-select{
    margin-right: 10px;
}

#datatable a {
    color: #262D34; /* Define a cor do link */
    text-decoration: underline; /* Sublinha o link (opcional) */
}

#datatable a:hover {
    color: #434343; /* Cor ao passar o mouse */
    text-decoration: none; /* Remove o sublinhado no hover (opcional) */
}

.historybutton{
    color:#009c9f;
}

.modal-header{
    background: #FEE247;
    color: #262D34;
}

.badge {
    color: #262D34;
}

#drive_config_2.driver-active-element,
#drive_perfil_menu.driver-active-element {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  z-index: 1050 !important; /* Certifica-te que está acima de outros elementos */
}

.class_display_flex{
    display: flex !important;
}
.class_display_block{
    display: block !important;
}


.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    border: 2px solid #cccccc;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999; /* Certifique-se de que é mais alto que outros elementos */
    text-align: center;
    font-family: Arial, sans-serif;
    width: 300px;
    max-width: 90%;
}
.custom-alert .alert-buttons {
    margin-top: 15px;
}
.custom-alert .alert-buttons button {
    margin: 5px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.custom-alert .alert-buttons button:first-child {
    background-color: #d4edda;
    color: #155724;
}
.custom-alert .alert-buttons button:last-child {
    background-color: #f8d7da;
    color: #721c24;
}

.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999999; /* Garantir que está acima dos outros elementos */
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block; /* Garante que o modal aparece */
}

.custom-modal .modal-buttons button {
    margin: 5px;
    padding: 10px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.custom-modal .modal-buttons button:hover {
    background-color: #0056b3;
}

.listapersonalizada ul li{
    color:#262d3400;
    font-weight: bold;
}

.listapersonalizada ul a{
    color:#262d34;
}

.listapersonalizada ul a:hover{
    color:#968928;
}

.listapersonalizada label{
    font-weight: bold;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

.bg-light {
    background-color: #FEE247!important;
}

.drag-handle {
    cursor: grab;
    display: inline-block!important; /* Garante que a transformação afeta o elemento */
    font-size: 16px!important; /* Ajusta o tamanho padrão */
    transition: transform 0.2s ease, color 0.2s ease!important;
}

.drag-handle:hover {
    transform: scale(1.5)!important; /* Aumenta 50% ao passar o mouse */
    color: #FEE248!important; /* Muda a cor para azul */
}

.drag-handle:active {
    cursor: grabbing!important;
    transform: scale(1.3)!important; /* Pequena redução ao clicar */
    color: #968928!important; /* Azul mais escuro ao segurar */
}
