﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

:root {
    --color-branca-fraco: #BBBBBB;
    --color-azul: #4E5E6A;
    --color-sombra: 6px 6px 5px rgba(0, 0, 0, 0.09);
    --color-sombra-forte: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
    --color-sombraleve: 0 4px 8px 0 rgba(0, 0, 0, 1%);
    --color-escura: #808080;
    --color-rosa-claro: #e4cbd2;
    --color-whatsapp: #f5fefb;
    --color-verde-claro: #bbdbd0;
    --color-azul-claro: #c3d2ff;
    --color-marrom-claro: #e9d8c1;
    --color-vinho: #8d0126;
    --color-deletar-campo: #E93D3D;
    --color-verde-flat: #056444;
    --color-azul-bebe: #428bca;
    --color-azul-bala: #396f9d;
    --color-azul-cob: #27546F;
    --color-azul-dallas: #041E42;
    --color-laranja: #ee8a01;
    --color-laranja-claro: #efa33b;
    --color-branco: #ffffff;
    --color-preto-fosco: #333333;
    --color-wine: #8d0126;
    --color-wine-light: #e4cbd2;
    --color-wine-ultra-light: #f2dde3;
    --color-green-flat: #056444;
    --color-green-light: #bbdbd0;
    --color-green-ultra-light: #d2ede4;
    --color-acqua-blue: #428bca;
    --color-acqua-blue-light: #dbe8f3;
    --color-acqua-blue-ultra-light: #c3d2df;
    --color-orange: #ee8a01;
    --color-fosco: #333333;
    --color-white: #ffffff;
    --hue-color: 225;
    --first-color: hsl(var(--hue-color), 48%, 35%);
    --title-color: hsl(var(--hue-color), 48%, 22%);
    --text-color: hsl(var(--hue-color), 12%, 35%);
    --body-color: hsl(var(--hue-color), 49%, 98%);
    --container-color: #FFF;
    --body-font: 'Poppins', sans-serif;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.btn-efetivar-acordo {
    text-decoration: none !important;
    display: flex !important;
    float: right;
    font-size: 14px;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-weight: 600;
    background-color: var(--color-acqua-blue-light);
    border-radius: 5px;
    padding: 6px .8em !important;
    border: 2px solid var(--color-acqua-blue);
    transition: 0.2s ease-in;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
    color: var(--color-azul);
}

    .btn-efetivar-acordo:hover,
    .btn-efetivar-acordo:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-efetivar-acordo:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-efetivar-acordo:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.open_script {
    background-color: var(--color-green-ultra-light);
    border-radius: 0px;
    font-style: normal;
    border: 1px solid var(--color-green-flat);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: var(--color-green-flat);
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

    .open_script:hover,
    .open_script:focus {
        background-color: var(--color-green-light);
        color: var(--color-green-flat);
    }

    .open_script:focus {
        box-shadow: 0 0 0 4px rgba(0, 188, 80, 0.15);
    }

    .open_script:active {
        background-color: var(--color-green-ultra-light);
        box-shadow: none;
        color: var(--color-green-flat);
    }

.btn-copiar-script {
    background-color: var(--color-acqua-blue-light);
    border-radius: 0px;
    border: 1px solid var(--color-acqua-blue);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

    .btn-copiar-script:hover,
    .btn-copiar-script:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

    .btn-copiar-script:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-copiar-script:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-file-upload {
    width: 100%;
    background-color: var(--color-acqua-blue-light);
    border-radius: 0px;
    border: 1px solid var(--color-acqua-blue);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

    .btn-file-upload:hover,
    .btn-file-upload:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

    .btn-file-upload:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-file-upload:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-pesquisar {
    background-color: var(--color-acqua-blue-light);
    border: 2px solid var(--color-acqua-blue);
    box-shadow: var(--color-sombra-forte);
    box-sizing: border-box;
    color: #39739d;
    width: 75px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 10px 0 0 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    float: right;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    transition: 0.2s ease-in;
    background-image: url(../../Images/loupe.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
}

    .btn-pesquisar:hover,
    .btn-pesquisar:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-pesquisar:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-pesquisar:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-adicionar {
    display: inline-flex;
    width: 30px;
    height: 33px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    background-color: var(--background-color);
    padding: .5em 1em;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0px 0 5px 0px;
    float: right;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease-out;
    --background-color: #50b6f5;
    background-image: url(../../Images/plus.png);
    background-size: 20px 19px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--color-sombra-forte);
}

    .btn-adicionar:hover {
        color: white;
        cursor: pointer;
        transition: all 0.2s ease-in;
        --background-color: #3b88c4;
    }

    .btn-adicionar:active {
        background-color: #50b6f5;
        box-shadow: 0 0 5px #666;
        transform: translateY(4px);
    }

.btn-adicionar-base {
    background-color: var(--color-acqua-blue-light);
    border-radius: 5px;
    border: 2px solid var(--color-acqua-blue);
    box-shadow: var(--color-sombra-forte);
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: -5px 25px 0 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    float: right;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    transition: 0.2s ease-in;
}

    .btn-adicionar-base:hover,
    .btn-adicionar-base:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-adicionar-base:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-adicionar-base:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-salvar-edicao {
    width: 100%;
    background-color: var(--color-acqua-blue-light);
    border-radius: 0px;
    border: 1px solid var(--color-acqua-blue);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

    .btn-salvar-edicao:hover,
    .btn-salvar-edicao:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

    .btn-salvar-edicao:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-salvar-edicao:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-fechar-edicao {
    width: 100%;
    background-color: var(--color-wine-light);
    border-radius: 0px;
    border: 1px solid var(--color-wine);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #772c2c;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

    .btn-fechar-edicao:hover,
    .btn-fechar-edicao:focus {
        background-color: #eab3b3;
        color: #772c2c;
    }

    .btn-fechar-edicao:focus {
        box-shadow: 0 0 0 4px rgba(250, 40, 40, 0.2);
    }

    .btn-fechar-edicao:active {
        background-color: #eab3b3;
        box-shadow: none;
        color: #772c2c;
    }

.expand_tags {
    background-color: var(--color-acqua-blue-light);
    border-radius: 0px;
    border: 2px solid var(--color-acqua-blue);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15385;
    margin: 5px 2px 10px 0;
    outline: none;
    padding: 6px .8em;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 5px;
}

    .expand_tags:hover,
    .expand_tags:focus {
        background-color: #b3d3ea;
        color: #2c5777;
    }

    .expand_tags:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .expand_tags:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.botao-adicionar {
    display: inline-flex;
    width: 30px;
    height: 33px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    background-color: var(--background-color);
    padding: .5em 1em;
    border: none;
    outline: none;
    cursor: pointer;
    margin: -10px -10px 0 0px;
    float: right;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease-out;
    --background-color: #50b6f5;
    background-image: url(../../Images/plus.png);
    background-size: 20px 19px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--color-sombra-forte);
}

    .botao-adicionar:hover {
        color: white;
        cursor: pointer;
        transition: all 0.2s ease-in;
        --background-color: #3b88c4;
    }

.botao-aceitar:active {
    background-color: #32CD32;
    box-shadow: 0 0 5px #666;
    transform: translateY(4px);
}

.botao-resetar:active {
    background-color: red;
    box-shadow: 0 0 5px #666;
    transform: translateY(4px);
}

.botao-aceitar {
    display: inline-flex;
    width: 30px;
    height: 33px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    background-color: var(--background-color);
    padding: .5em 1em;
    border: none;
    outline: none;
    cursor: pointer;
    margin: -10px -10px 0px 30px;
    float: right;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s ease-out;
    --background-color: #27AE60;
    background-image: url("../../Images/check.png");
    background-size: 20px 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--color-sombra-forte);
}

    .botao-aceitar:hover {
        transition: all 0.2s ease-in;
        --background-color: #045616;
    }

.btn_confirmation {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    color: white;
    border: none;
    transition: all 0.2s ease-out;
    background-color: #27AE60;
    border-radius: 5px;
    box-shadow: var(--color-sombra-forte);
}

    .btn_confirmation:hover {
        text-align: center;
        text-decoration: none;
        color: white;
        transition: all 0.2s ease-in;
        background-color: #3f9463;
    }

.btn_cancelation {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    color: white;
    border: none;
    transition: all 0.2s ease-out;
    background-color: #FF0800;
    border-radius: 5px;
    box-shadow: var(--color-sombra-forte);
}

    .btn_cancelation:hover {
        text-align: center;
        text-decoration: none;
        color: white;
        transition: all 0.2s ease-in;
        background-color: #89100C;
    }

.botao-resetar {
    display: inline-flex;
    justify-content: center;
    background-color: var(--background-color);
    width: 30px;
    height: 33px;
    padding: .5em 1em;
    border: none;
    outline: none;
    cursor: pointer;
    margin: -10px -10px 0px 30px;
    float: right;
    border-radius: 50%;
    font-size: 16px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    transition: all 0.2s ease-out;
    background-image: url(../../Images/delete2.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: var(--color-sombra-forte);
    --background-color: #FF0800;
}

    .botao-resetar:hover {
        transition: all 0.2s ease-in;
        --background-color: #89100C;
    }

.add_item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    float: right;
    text-decoration: none;
    background-color: var(--background-color);
    width: 120px;
    height: 33px;
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #FFF;
    font-family: sans-serif;
    opacity: 1;
    transition: all 0.2s ease-out;
    background-image: url(../../Images/insert_white.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 90px;
    box-shadow: var(--color-sombra-forte);
    --background-color: var(--color-taglink);
}

    .add_item:hover {
        transition: all 0.2s ease-in;
        --background-color: var(--color-taglink-hover);
    }

.card {
    background: #FFF;
    border-radius: 5px;
    box-shadow: var(--color-sombra-forte);
    margin: 0 15px 15px 15px;
    max-width: 100%;
    display: grid;
    padding: 0 15px 10px 15px;
}

.card_grid_2 {
    background: #FFF;
    border-radius: 5px;
    box-shadow: var(--color-sombra-forte);
    margin: 0 15px 15px 15px;
    max-width: 100%;
    display: grid;
    padding: 20px;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
    height: auto;
}

.play_pause_sherlock {
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 0 30px 0;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #5484A7;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    border-radius: 0 0 5px 5px;
    border-bottom: 2px solid var(--color-azul-cob);
    border-left: 2px solid var(--color-azul-cob);
    border-right: 2px solid var(--color-azul-cob);
}

.card_lightbox {
    background: #FFF;
    border-radius: 5px;
    width: 960px;
    padding: 0px;
    height: auto;
    overflow-y: auto;
}

#resizePanel1 {
    overflow-y: scroll;
    overflow-x: hidden;
}

.container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.container__section {
    display: flex;
    padding: 7px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.container-section {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    border: 1px solid var(--color-azul-cob);
    box-shadow: var(--color-sombra-forte);
}

.container-section-sherlock {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    height: 500px;
    padding: 0 0 0 0;
    border: 1px solid var(--color-azul-cob);
    box-shadow: var(--color-sombra-forte);
}

.layout__substitle_blue {
    background-color: var(--color-azul-bala);
    padding: 10px 10px 20px 15px;
    height: 40px;
}

.layout-formato-check {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    align-content: center;
    font-weight: 500;
    color: var(--color-branco) !important;
    background-color: #5484A7;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
}

.layout__formato_check {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    align-content: center;
    font-weight: 500;
    color: var(--color-branco) !important;
    background-color: #5484A7;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
}

.layout__formato_check_secundario {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center !important;
    align-content: center;
    color: var(--color-branco) !important;
    background-color: #5484A7;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 5px 10px 5px 10px;
}

.layout__formato_check_relatorios {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: baseline;
    align-content: center;
    font-weight: 500;
    color: var(--color-branco);
    background-color: #5484A7;
    width: 100%;
    height: 50px;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
}

.formulario_control {
    border: 2.5px solid var(--color-azul-dallas);
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-preto-fosco);
}

.container-check {
    display: block;
    width: 100% !important;
    height: 124px;
    align-items: start !important;
    padding: 10px 0 0 10px;
    background-color: var(--color-branco);
    overflow-y: auto;
}

.container-check-sherlock {
    width: 100%;
    height: 408px;
    padding: 10px 0 0 10px;
    background-color: var(--color-branco);
    overflow-y: auto;
}

.container_sherlock {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
    width: 1300px;
    height: 700px;
    display: flex;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid var(--color-azul-cob);
    border-left: 1px solid var(--color-azul-cob);
    border-right: 1px solid var(--color-azul-cob);
    justify-content: center;
}

@media(max-width: 1200px) {
    .container_sherlock {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        width: 900px;
        height: 480px;
        border-radius: 5px 5px 0 0;
        border: 1px solid var(--color-azul-cob);
        justify-content: center;
    }
}

@media(max-width: 1500px) {
    .container_sherlock {
        box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
        width: 900px;
        height: 480px;
        border-radius: 5px 5px 0 0;
        border: 1px solid var(--color-azul-cob);
        justify-content: center;
    }
}

.container_sherlock_flex {
    display: flex;
    flex-direction: column;
}

.titulo_cards {
    display: block;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    margin: 0px -5px 0 0px;
    padding: 3px 0 0px 0;
    color: var(--color-azul);
}

.lightbox_border_round {
    border-radius: 0px;
}

.titulo_pagina {
    font-size: 24px;
    font-weight: 300;
}

.titulo_format_check {
    background-color: #27546F;
    width: 100%;
    color: white;
    display: block;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.filtro_esquerdo_periodo {
    display: block;
    height: auto;
    /*background-color: var(--color-branco);*/
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    /*border: 1px solid var(--color-azul-cob);*/
    /*border-radius: 5px 5px 0 0;*/
    box-shadow: var(--color-sombraleve);
}

.container_check_filtro_esquerdo {
    width: 100%;
    padding: 10px !important;
    border: 1px solid var(--color-azul-cob);
    background-color: var(--color-branco);
    line-height: 25px;
    overflow-y: auto;
    box-shadow: var(--color-sombra-forte);
}

.container_grid_cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 15px;
    grid-gap: 15px;
}

.container_grid_cards_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding: 15px;
    grid-gap: 15px;
}

/*=========== Tag ===========*/
.tip-tag-enterprise {
    color: #0267b8;
    background-color: rgba(0, 119, 217, .15);
}

.tip-tags {
    display: block;
    text-align: justify;
    margin: 0;
}

    .tip-tags span:before {
        visibility: visible !important;
        content: "* ";
        font-size: 14px;
        font-weight: 700;
    }

    .tip-tags span {
        top: 2px;
        position: relative;
        height: 20px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 20px;
        padding: 3px 6px 3px 4px;
        text-transform: uppercase;
        border-radius: 3px;
    }

/*=========== Tag pass ===========*/
.tip-tag-enterprise-pass {
    color: #0267b8;
    background-color: rgba(0, 119, 217, .15);
}

.tip-tags-pass {
    display: block;
    text-align: center;
    margin: 10px 10px 20px 0;
}

    .tip-tags-pass span:before {
        visibility: visible !important;
        content: "* ";
        font-size: 19px;
        font-weight: 700;
    }

    .tip-tags-pass span {
        top: 0;
        position: relative;
        height: 20px;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 20px;
        padding: 3px 10px 3px 4px;
        border-radius: 5px;
    }

/*=========== Success Pass Validation ===========*/
.tip-tag-enterprise-success {
    content: "✔ ";
    color: #045616;
    background-color: rgba(55, 247, 57, 0.3);
}

.tip-tags-success {
    display: block;
    text-align: start;
    margin: 10px 10px 10px 0;
}

    .tip-tags-success span:before {
        content: "✔ ";
        font-size: 14px;
        font-weight: 700;
    }

    .tip-tags-success span {
        visibility: visible !important;
        top: 0;
        position: relative;
        height: 20px;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 20px;
        padding: 3px 6px 3px 4px;
        border-radius: 3px;
    }

/*=========== Invalid Pass Validation ===========*/
.tip-tag-enterprise-invalid {
    content: "✖ ";
    color: #e84118;
    background-color: rgba(255, 38, 49, 0.28);
}

.tip-tags-invalid {
    display: block;
    text-align: start;
    margin: 10px 10px 10px 0;
}

    .tip-tags-invalid span:before {
        content: "✖ ";
        font-size: 14px;
        font-weight: 700;
    }

    .tip-tags-invalid span {
        top: 0;
        position: relative;
        height: 20px;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 20px;
        padding: 3px 6px 3px 4px;
        border-radius: 3px;
    }

/*=========== End Pass Validation ===========*/

.single_check_box {
    display: block;
    padding: 10px;
    margin: 10px 0 10px 0;
    background-color: var(--color-branco);
    border: 1px solid var(--color-azul-dallas) !important;
    box-shadow: var(--color-sombra-forte);
}

.single_check_box_secundario {
    display: block;
    padding: 0;
    margin: 5px 0 5px 0 !important;
    background-color: var(--color-branco);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.check_box_flex_column {
    display: inline-flex;
    flex-direction: column;
}

.container_grid_cards_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: baseline;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    grid-gap: 10px;
}

.container_grid_cards_campanha_3 {
    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    grid-gap: 10px;
}

.arrow_right_left {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 30px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order_campanha {
    display: grid;
    grid-template-columns: 2fr 0.1fr 2fr;
    justify-content: center;
    align-items: center;
    width: 100%;
}

label {
    margin: 1.5px 0 1.5px 0;
}

.container_grid_cards_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: baseline;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0;
}

.container_password {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0 auto;
}

.card_formulario {
    background: #FFF;
    border-radius: 5px;
    border: 1px solid var(--color-sombra);
    box-shadow: var(--color-sombra-forte);
    margin: 0 15px 15px 15px;
    display: grid;
    padding: 0 15px 10px 15px;
}

.container_formulario {
    display: flex;
    flex-direction: column;
    width: 800px;
    padding: 10px;
    margin: auto;
    gap: 10px;
}

@media(max-width: 1000px) {
    .container_formulario {
        width: 500px;
    }
}

.validations p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}

.border_solid {
    border: 1px solid black;
    margin: 10px;
}

.border_fone_invalido {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 5px 5px 5px;
    margin: 5px 0 5px 0;
    transition: all 0.2s ease-out;
}

    .border_fone_invalido:hover {
        transition: all 0.2s ease-in;
        box-shadow: var(--color-sombra-forte);
    }

.border_calc {
    display: grid;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0 5px 5px 5px;
    margin: 5px 0 5px 0;
    transition: all 0.2s ease-out;
}

    .border_calc:hover {
        transition: all 0.2s ease-in;
        box-shadow: var(--color-sombra-forte);
    }

.grid-calc-2 {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.container_filtros {
    display: inline-flex;
    width: auto;
    margin: 10px 0 20px 0;
    gap: 10px;
}

.container-grid-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.container-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.cell-highlight {
    background-color: #bbdbd0 !important;
    font-weight: bold;
    font-size: 12px !important;
}

.cell-highlight-default {
    background-color: #ffffff !important;
    font-weight: normal;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.btn-chart-js-bar {
    width: 5vh;
    height: 5vh;
    text-decoration: none !important;
    display: flex !important;
    float: right;
    font-size: 14px;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-weight: 600;
    background-color: var(--color-acqua-blue-light);
    border-radius: 5px;
    padding: 8px .8em !important;
    border: 2px solid var(--color-acqua-blue);
    transition: 0.2s ease-in;
    box-shadow: var(--color-sombra-forte);
    color: var(--color-azul);
    background-image: url(../../Images/bar.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

    .btn-chart-js-bar:hover,
    .btn-chart-js-bar:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-chart-js-bar:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-chart-js-bar:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-chart-js-pie {
    width: 5vh;
    height: 5vh;
    text-decoration: none !important;
    display: flex !important;
    float: right;
    font-size: 14px;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-weight: 600;
    background-color: var(--color-acqua-blue-light);
    border-radius: 5px;
    padding: 8px .8em !important;
    border: 2px solid var(--color-acqua-blue);
    transition: 0.2s ease-in;
    box-shadow: var(--color-sombra-forte);
    color: var(--color-azul);
    background-image: url(../../Images/pie.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

    .btn-chart-js-pie:hover,
    .btn-chart-js-pie:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-chart-js-pie:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-chart-js-pie:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.btn-chart-js-line {
    width: 5vh;
    height: 5vh;
    text-decoration: none !important;
    display: flex !important;
    float: right;
    font-size: 14px;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-weight: 600;
    background-color: var(--color-acqua-blue-light);
    border-radius: 5px;
    padding: 8px .8em !important;
    border: 2px solid var(--color-acqua-blue);
    transition: 0.2s ease-in;
    box-shadow: var(--color-sombra-forte);
    color: var(--color-azul);
    background-image: url(../../Images/line.png);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}

    .btn-chart-js-line:hover,
    .btn-chart-js-line:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-chart-js-line:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-chart-js-line:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.box-title {
    display: flex;
    justify-content: start;
    font-weight: normal;
    font-size: 11px;
    padding: 10px;
    background: #27546F;
    color: white;
    box-shadow: var(--color-sombra-forte);
}

.container-acordos-natura {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    justify-items: center;
    gap: 30px;
}

.label-honorarios {
    display: block;
    width: 100%;
    padding: 5px;
    font-weight: 600;
}

.label-weights {
    width: 100%;
    font-weight: 500;
    font-size: 1.30rem;
}

.container-label-side {
    display: inline-flex;
    width: 400px;
    margin: 23px 0;
    align-items: center;
    padding: 0 100px;
}

.border-box-hover {
    display: inline-flex;
    width: 100%;
    height: auto;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 10px 0px;
    margin: 5px 0 15px 0;
    transition: all 0.2s ease-out;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 20px;
}

    .border-box-hover:hover {
        transition: all 0.2s ease-in;
        box-shadow: var(--color-sombra-forte);
    }

.checkbox-label-fix {
    padding: 0 10px 0 0;
    font-weight: 400;
    cursor: pointer;
}

.container-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    padding: 0 20px !important;
}

.container-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0px !important;
}

.container-grid-2-phone {
    display: grid;
    grid-template-columns: 0.35fr 1fr;
    gap: 0 10px;
    padding: 0 20px !important;
}

.container-grid-2-whatsapp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.container-grid-2-generic {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
}

.container-grid-3-fone-email {
    display: grid;
    grid-template-columns: 0.35fr 0.62fr 1fr;
    gap: 0 10px;
    padding: 10px 0;
}

.no-padding {
    padding: 0 !important;
}

.container-grid-2-gap {
    gap: 15px !important;
    padding: 0 0 15px !important;
}

.lightboxdivModalPhone {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 600px;
    max-height: 100%;
    height: auto !important;
    overflow: hidden;
    padding: 20px !important;
    border-radius: 5px;
}

    .lightboxdivModalPhone .panel .panel-body {
        max-height: calc(100vh - 100px) !important;
        overflow-y: auto;
        padding: 20px !important;
    }

.swal2-popup {
    font-size: 1.5rem !important;
}

body.swal2-height-auto {
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.dropdown-custom {
    display: inline-flex;
    padding: 15px;
}

.container-hidden {
    display: none;
}

.container-visible {
    display: block;
}

.change-margin {
    margin: 20px 0 10px 0 !important;
}

.text-box-msg {
    height: 50px;
    width: 100%;
    max-height: 200px;
    resize: none;
    padding: 5px;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
    border: 2px solid #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

    .text-box-msg:hover,
    .text-box-msg:focus {
        background-color: #b3d3ea;
        color: #36678a;
    }

    .text-box-msg:focus {
        box-shadow: 0 0 0 3px rgba(0, 149, 255, .15);
    }

    .text-box-msg:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #36678a;
    }

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

.container-check-box {
    display: block;
    margin: 10px 0 0 -3px;
    padding: 0;
}

.info-icon-i {
    position: relative;
    cursor: help;
}

.container-info-background {
    background-color: rgba(0, 119, 217, .15) !important;
    color: #0267b8 !important;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
    max-height: 80vh;
    overflow-y: auto;
    cursor: help;
}

.info-popup {
    display: none;
    position: absolute;
    background-color: white !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    text-align: left !important;
    justify-content: center;
    color: #0267b8;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
    max-height: 80vh;
    overflow-y: auto;
    cursor: help;
    z-index: 99999;
    transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .info-popup {
        width: 90%;
        font-size: 0.8rem;
        max-height: 60vh;
        top: 100%;
        transform: translateY(5px);
    }
}

.img-info {
    display: flex !important;
    width: 50% !important;
    height: 50% !important;
    margin: 0 !important;
}

.container-flex-info {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
}

.padding-20 {
    padding: 10px 20px !important;
}

.padding-15-b {
    padding-bottom: 15px !important;
}

.padding-up-b {
    padding: 10px 0 !important;
}

.padding-up-10 {
    padding-top: 10px !important;
}

.padding-zero {
    padding: 0 !important;
}

.padding-15 {
    padding: 15px !important;
}

.container-adicionar {
    display: flex;
    margin: 0;
    justify-content: flex-end;
}

.container-close-accept {
    display: flex;
    justify-content: flex-end;
    margin: -20px 0 0 0;
}

.container-parc-natura {
    display: flex;
    padding: 5px 0;
    gap: 10px;
}

.container-section-nat {
    display: block;
    margin: 0 20px;
    padding: 20px 0 0;
}

.resumo-efetiva-acordo {
    width: 100%;
}

button.dt-button, div.dt-button, a.dt-button {
    padding: 5px;
}

div.dt-buttons {
    display: flex;
    margin: 5px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-grid-2-ibi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 300px;
    gap: 0 10px;
}

.container-termo-conditions {
    display: flex;
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    justify-content: flex-start;
    font-weight: 600;
    border: 2px solid #ccc;
    /*border-radius: 3px;*/
    box-shadow: var(--color-sombra-forte);
}

.container-proposta-ibi {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    justify-content: flex-start;
    font-weight: 600;
    border: 2px solid #ccc;
    /*border-radius: 3px;*/
    box-shadow: var(--color-sombra-forte);
}

.container-btn-ibi-terms {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    padding: 15px 0;
}

.ul-ibi-override {
    margin: 0 !important;
    padding: 10px 0 0 0 !important;
    text-decoration: none;
    list-style-type: none;
}

.btn-efetivar-ibi {
    width: 100%;
    background-color: var(--color-green-ultra-light);
    font-style: normal;
    border: 1px solid var(--color-green-flat);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: var(--color-green-flat);
    cursor: pointer;
    display: flex;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

    .btn-efetivar-ibi:hover,
    .btn-efetivar-ibi:focus {
        background-color: var(--color-green-light);
        color: var(--color-green-flat);
    }

    .btn-efetivar-ibi:focus {
        box-shadow: 0 0 0 4px rgba(0, 188, 80, 0.15);
    }

    .btn-efetivar-ibi:active {
        background-color: var(--color-green-ultra-light);
        box-shadow: none;
        color: var(--color-green-flat);
    }

.btn-cancelar-ibi {
    width: 100%;
    background-color: var(--color-wine-ultra-light);
    font-style: normal;
    border: 1px solid var(--color-wine);
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: var(--color-wine);
    cursor: pointer;
    display: flex;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

    .btn-cancelar-ibi:hover,
    .btn-cancelar-ibi:focus {
        background-color: var(--color-wine-light);
        color: var(--color-wine);
    }

    .btn-cancelar-ibi:focus {
        box-shadow: 0 0 0 4px rgba(0, 188, 80, 0.15);
    }

    .btn-cancelar-ibi:active {
        background-color: var(--color-wine-ultra-light);
        box-shadow: none;
        color: var(--color-wine);
    }

.delete-campo {
    font-size: 25px;
    color: var(--color-deletar-campo) !important;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
    border: none;
}

.margin-zero {
    margin: 0 !important;
}

.margin-b-5 {
    margin-bottom: 5px !important;
}

.margin-l-14 {
    margin-left: 14px !important;
}

.margin-top-15 {
    margin-top: 15px;
}

.height-overflow {
    height: 200px !important;
    overflow: hidden auto;
    padding: 0 1px;
}

.gap {
    gap: 0 15px;
}

.data-page-end {
    display: flex;
    padding: 10px 0;
    margin: 0 -3px;
    justify-content: space-between;
}

.border-hover-shadow {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 5px 0 5px 0;
    transition: all 0.2s ease-out;
}

    .border-hover-shadow:hover {
        transition: all 0.2s ease-in;
        box-shadow: var(--color-sombra-forte);
    }

.tip-legends {
    display: block;
    text-align: justify;
    margin: -10px 0 0 0;
}

    .tip-legends span:before {
        content: "#";
        font-weight: 400;
    }

    .tip-legends span {
        top: 0;
        position: relative;
        height: 20px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 20px;
        padding: 3px 6px 3px 4px;
        text-transform: uppercase;
        border-radius: 3px;
    }

.text-align-center {
    color: inherit;
    margin: 0px;
    padding: 0px;
    font-size: 1.775em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.flex-button {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    padding: 15px;
    gap: 20px;
}

.select-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: white;
    border-color: transparent;
    font-size: 1.575em;
    font-weight: 500;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Estilos para o botão vermelho */
.select-button {
    background-color: #ff2929cc;
}

    .select-button:hover {
        background-color: #ac2020ef;
        transition: all 0.2s ease-in;
    }

    .select-button:active {
        background-color: #ff2929cc;
        box-shadow: none;
    }

    .select-button:focus {
        box-shadow: 0 0 0 4px rgba(255, 41, 41, 0.3);
    }

    /* Estilos para o botão verde (primeiro filho) */
    .select-button:first-child {
        background-color: #27AE60;
        color: white !important;
    }

        .select-button:first-child:hover {
            background-color: #2a7c4d;
            color: white !important;
        }

        .select-button:first-child:focus {
            box-shadow: 0 0 0 4px rgba(42, 124, 70, 0.3);
        }


/* Estilo para a classe sweetAlertModal */
.sweetAlertModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1000;
    width: 450px; /* Ajuste o tamanho do modal conforme necessário */
    max-height: 90%; /* Limita a altura do modal */
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden; /* Permite a rolagem no caso de conteúdo longo */
}

    .sweetAlertModal .panel-heading {
        text-align: center;
        padding: 20px;
    }

    .sweetAlertModal .panel-body {
        padding: 20px;
        max-height: 400px; /* Ajuste a altura máxima do corpo conforme necessário */
        overflow-y: auto; /* Adiciona rolagem se o conteúdo for maior que a altura máxima */
    }

    .sweetAlertModal .flex-button {
        display: flex;
        justify-content: space-between;
    }

    .sweetAlertModal .select-button {
        flex: 1;
        padding: 10px;
        color: white;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        text-decoration: none !important;
        transition: background-color 0.2s ease-out;
        border: none;
        cursor: pointer;
        border-radius: 5px;
    }

        .sweetAlertModal .select-button:nth-child(1) {
            background-color: #27AE60;
        }

        .sweetAlertModal .select-button:nth-child(2) {
            background-color: #ff2929cc;
        }

        .sweetAlertModal .select-button:hover {
            background-color: #2a7c4d;
        }

        .sweetAlertModal .select-button:nth-child(2):hover {
            background-color: #ac2020ef;
        }

    .sweetAlertModal .close-modal {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
        color: #333;
    }

    /* Estilo para a sobreposição de fundo (background overlay) */
    .sweetAlertModal.overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
    }

.shadow {
    box-shadow: var(--color-sombra-forte);
}

.border-red {
    border: 1px solid var(--color-vinho);
}

.font-size-td {
    font-size: 24px !important;
    font-weight: 600;
    padding: 24px;
}

.font-size-alert {
    font-size: 1.4rem;
}

.font-size-14-bold {
    font-size: 14px !important;
    font-weight: 500;
}

.menu-devedores-integra {
    display: flex;
    gap: 10px;
}

.grid-view-devedores-integra {
    margin-top: 50px !important;
}

.pesquisar-devedores-integra {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    outline: none;
    padding: 1em 1.3em;
    background-image: url(../../Images/search.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
}

.meu-cob-integra-visible-true {
    display: block;
}

.meu-cob-integra-visible-false {
    display: none;
}

.card-flex-check-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}

.card-header-separated {
    background-color: #27546F;
    padding: 10px;
    color: white;
    margin: 0;
    font-size: 11px !important;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.42857143;
}

.card-header-search {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    color: white;
    background-color: #5484A7;
    margin: 0;
    padding: 6px 10px;
}

.search-bar {
    border: 2px solid var(--color-azul-dallas);
    width: 100%;
    height: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-preto-fosco);
}

.card-check-box {
    display: block;
    border: 1px solid rgba(223, 223, 223, 1);
    background-color: white;
    height: 150px;
    overflow-y: auto;
    transition: all 0.2s ease-out;
}

    .card-check-box:hover {
        transition: all 0.2s ease-in;
        box-shadow: var(--color-sombra-forte);
    }

.card-scroll {
    display: block;
    border: 1px solid rgba(223, 223, 223, 1);
    background-color: #f9f9f9;
    height: 430px;
    overflow-y: auto;
}

.pointer {
    cursor: pointer;
}

.border-custom {
    border: 1px solid #cacaca;
    margin: 15px;
    padding-bottom: 10px;
}

.pdf-icon-boletagem {
    font-size: 30px !important;
    height: auto;
    text-decoration: none;
}

.btn-efetivar-boletagem {
    background-color: var(--color-acqua-blue-light);
    border-radius: 5px;
    border: 2px solid var(--color-acqua-blue);
    box-shadow: var(--color-sombra-forte);
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.15385;
    margin: -5px 25px 0 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    /*float: right;*/
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    transition: 0.2s ease-in;
}

    .btn-efetivar-boletagem:hover,
    .btn-efetivar-boletagem:focus {
        background-color: #b3d3ea;
        color: #2c5777;
        transition: 0.2s ease-out;
    }

    .btn-efetivar-boletagem:focus {
        box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
    }

    .btn-efetivar-boletagem:active {
        background-color: #a0c7e4;
        box-shadow: none;
        color: #2c5777;
    }

.whatsapp-fone {
    font-size: 30px;
    outline: none;
    padding: 0 15px;
    background-image: url(../../Images/WhatsApp.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.dados-adicionais-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.highlight {
    animation: fadeHighlight 2s ease-in-out;
}

@keyframes fadeHighlight {
    0% {
        background-color: yellow;
    }

    50% {
        background-color: rgba(255, 255, 0, 0.5);
    }

    100% {
        background-color: transparent;
    }
}
