html {
    font-size: 16px;
}

header {
    /* height: 9vh; */
    /* height: 9%; */
    height: 10vh;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    background: #FFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.mainblock {
    display: flex;
    width: 100%;
    /* height: 91%; */
    height: 90vh;
    overflow-Y: hidden;
}

.msglost {
    border:1px solid #AA0000;padding:10px;text-align:center;margin:20px 0px;
}

.blocksoon {
    margin-left: 1.44%;
    width: 20%;
    height: 5vh;
    display: inline-block;
    display: flex;
    align-items: center;

    margin-top: calc(50% - 0.5em);
    margin-bottom: calc(50% - 0.5em);
}

body {
    font-family: 'Inter';
    overflow: hidden;
}

.labelfloatstandard{
    position: relative;
    /* padding-top: 13px; */
}

.labelfloatstandard label{
    /* z-index: 99; */
    pointer-events: none;
    position: absolute;
    top: calc(50% - 26px);
    left: 10px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.8;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: transparent;
    padding: 5px;
    box-sizing: border-box;
}

.labelfloatstandard input:focus + label,
.labelfloatstandard input:not(:placeholder-shown) + label{
    font-size: 13px;
    top: -25px;
    left: 0px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    opacity: 1;
}

.screenbody {
    display: none;
    background-color: #F5F5F5;
    padding: 0px 36px;
    margin-top:37px;
    max-height: 100%;
    max-width: 100%;
}

.titlepage {
    color: var(--m-3-ref-secondary-secondary-30, #4A4458); 
    font-size: 24px; 
    font-family: Inter; 
    font-weight: 500;
}

.standardbuttonnew {
    display: flex;
    width: 211px;
    height: 40px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #505C9D;
    border-color: #505C9D;
    color: var(--additional-colors-white, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.5s;
}

.standardbuttonnew:hover{
    background-color: #3D4991;
    border-color: #3D4991;
}

.buttonnew {
    display: inline-block;
    padding: 14px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #505C9D;
    border-color: #505C9D;
    color: var(--additional-colors-white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.5s;
}

.buttonnew:hover{
    background-color: #3D4991;
    border-color: #3D4991;
}

.buttonsavestandard:hover {
    text-decoration: none;
    background-color: #3D4991;
    border-color: #3D4991;
}

.buttonsavestandard {
    display: flex;
    width: 177px;
    height: 38px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #505C9D;
    border-color: #505C9D;
    
    color: var(--additional-colors-white, #FFF);
    font-size: 18px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.5s;
}

.buttonbackstandard {
    display: flex;
    width: 181px;
    height: 38px;
    padding: 16px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 2px solid #C9C5CA;
    background-color: #FFF;

    color: #505C9D;
    font-size: 18px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: background-color 0.5s;
}

.buttonnewstandard {
    color: #FFFFFF;
    font-size: 16px;
    background-color: #505C9D;
    border-color: #505C9D;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    transition: background-color 0.5s;
}

.buttonnewstandard:hover {
    text-decoration: none;
    background-color: #3D4991;
    border-color: #3D4991;
}

.checkboxstandarding {
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.buttonimport {
    background-color:#004085;
    border-color:#004085;
    margin-right:10px;
}

.buttonmore {
    color:#fff;
    background-color:#88898c;
}

.selectfield {
    cursor: pointer;
    font-size: 16px; 
    height: 40px; 
    font-family: Inter;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.selectfieldstandarding {
    cursor: pointer;
    font-size: 16px; 
    height: 40px; 
    font-family: Inter;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 0px 0px 0px #939094;
}

.btnsave2 {
    display: flex;
    width: 125.38px;
    height: 40px; /* -23,08% */
    padding: 12px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    border-radius: 16px;
    background-color: #505C9D;
    border-color: #505C9D;

    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    transition: background-color 0.5s;
}

.btnsave2:hover {
    text-decoration: none;
    background-color: #3D4991;
    border-color: #3D4991;
}

.btnedit2 {
    color: #0a0a56;
    font-size: 22px;
    height: 45px;
    width: 45px;
    display: flex inline;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.5s;
}

.btnedit2:hover {
    text-decoration: none;
}

.labelinputstandard {
    color: var(--m-3-ref-neutral-neutral-50, #787579);
    font-size: 14px;
    font-family: Inter;
    /* text-transform: uppercase; */
}

.inputstandard {
    font-family: Inter;
    font-size: 14px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid var(--m-3-ref-neutral-neutral-70, #AEAAAE);
    background: #FFF;
}

.labels {
    width: auto;
    height: auto;
    flex-direction: column;
    color: var(--m-3-ref-neutral-neutral-60, #939094);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.labelsvalue {
    cursor: pointer;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    overflow-X: hidden;
    white-space: nowrap;
}

.modalalert {
    z-index: 999999;
}

/* .modal {
    z-index: 999999;
} */

.inputoptionsstandard {
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: Inter;
    font-size: 14px;
    height: 40px;
    border-radius: 6px;
    background: #FFF;
    align-items: center;
}

.inputoptionsstandard:hover {
    background-color: #EEEAEA;
}

.select2standard+.select2-container .select2-selection {
    min-height: 40px !important;
    border-radius: 6px;
    border: 1px solid var(--m-3-ref-neutral-neutral-70, #d1d1d1);
    background: #FFF;
}

.select2-results__options {
    font-size: 12px;
}

.select2-search__field {
    height: 30px !important;
    font-size: 12px !important;
}

.select2-selection__rendered {
    /* height: 30px !important; */
    font-size: 12px !important;
    overflow-y: auto;
    /* max-height: 60px; */
}

.select2-container .select2-selection--single {
    display: flex !important;
    font-size: 12px !important;
    /* height: 30px !important; */
    text-align: center;
}

.select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    color: #ffffff !important;
    font-size: 14px;
    /* height: 25px !important; */
}

.auto-scroll .select2-results {
    /* max-height: 30px; */
    overflow-y: auto;
}

ul {
    list-style: none;
    padding-left: 10px;
}

.tabs {
    margin-left: 8px;
    margin-right: 8px;
    position: -webkit-sticky; 
    position: sticky;
    overflow-Y: auto;
    margin-bottom: 16px;
    border-bottom:1px solid #DDD;
}

.tabs::-webkit-scrollbar {
    width: 10px; 
    height: 5px; 
    background-color: #f2f2f2; 
    overflow-y: scroll; 
    overflow-x: hidden;
    
}

.tabs::-webkit-scrollbar-thumb {
    background-color: #aaa; 
    /* border-radius: 8px; */
    
}

.tabs::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    /* border-radius: 8px; */
}

.tabs li { 
    cursor: pointer; display: inline-block; align-items: center; 
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-right: 70px;
}

.tabs li:hover {
    box-shadow: 0 -2px 3px #DFDFDF;
    -moz-box-shadow: 0 -2px 3px #DFDFDF;
    -webkit-box-shadow: 0 -2px 3px #DFDFDF;
    font-weight: bold;
    border-color: #c0c0c0;
}

.tabs li span {
    cursor: pointer;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}


.tabslayout2 li {
    float: left;
    /* border: 1px solid #ccc; */
    border-bottom: 0;
    margin-right: 10px;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    transition: background-color 0.5s;
}

.tabslayout2 li:hover {
    box-shadow: 0 -2px 3px #DFDFDF;
    -moz-box-shadow: 0 -2px 3px #DFDFDF;
    -webkit-box-shadow: 0 -2px 3px #DFDFDF;
    font-weight: bold;
    border-color: #c0c0c0;
}

.tabslabel {
    color: #7C8DB5;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.27px;
}

.tabslabel:hover {
    color: #2E3745;
    font-weight: bold;
}

.tabs-page {
    overflow-Y: auto;
    padding-left:20px;
    font-size:14px;
}

.icon-search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: cover;
    pointer-events: none;
}

.linehover {
    transition: background-color 0.5s;
}

.linehover:hover {
    background: #F5F5F5;
}

#flash-message-error {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    background-color: #ff8585;
    padding: 10px;
    border-radius: 5px;
    display: none;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.msgsuccess {
    z-index: 99;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    background-color: #1f9d55;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
}

.msgsuccess.visible {
    opacity: 1;
}

.msgerror {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    background-color: #ff8585;
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
}

.msgerror.visible {
    opacity: 1;
}

#flash-message {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    background-color: #1f9d55;
    padding: 10px;
    border-radius: 5px;
    display: none;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.btnoptionslist {
    margin-left:30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    transition: background-color 0.5s;
    padding: 10px;
    max-width:220px;
}

.btnoptionslist:hover {
    background: #cecece;
    padding: 10px;
    border-radius: 8px;
}

.btnoptionslistedit {
    color: #fff;
    background-color: #88898c;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.5s;
}

.btnoptionslistedit:hover {
    background: #cecece;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}

.btniconstandarding {
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
    transition: background-color 0.5s;
}

.btniconstandarding:hover {
    background: #cecece;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}

.btnicon {
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    /* font-size: 16px; */
    /* color: #fff; */
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
    transition: background-color 0.5s;
}

.btnicon:hover {
    background: #cecece;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    text-align: center;
}

.searchfilter {
    padding: 3px;
    border-radius: 50%;
    transition: background-color 0.5s;
}

.searchfilter:hover {
    padding: 3px;
    border-radius: 50%;
    background: #cecece;
}

.dropoptions {
    padding: 10px;
    overflow-X: hidden;
    overflow-Y: auto;
    display: block;
    position: absolute;
    top: 100%;
    margin-left: auto;
    margin-right: 50px;
    right: -05px;
    left: auto;
    width: 250px;
    height: 300px; 
    background-color: #fff;
    border: 1px solid #ccc; /* Adiciona uma borda de 1px */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    white-space: nowrap; /* Impede que o menu quebre para a próxima linha */
}

.dropsearch {
    padding: 10px;
    overflow-X: auto;
    overflow-Y: auto;
    display: block;
    position: absolute;
    top: 100%;
    margin-left: auto;
    margin-right: calc(min(50px, 100% - 250px));
    /* margin-right: 50px;
    right: -05px; */
    left: auto;
    width: 250px;
    height: 120px;
    background-color: #fff;
    border: 1px solid #ccc; /* Adiciona uma borda de 1px */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    white-space: nowrap; /* Impede que o menu quebre para a próxima linha */
}

.dropoptionsold {
    overflow-X: auto;
    overflow-Y: auto;
    display: none;
    position: absolute;
    top: 100%;
    margin-left: auto;
    margin-right: 50px;
    right: -05px;
    left: auto;
    width: 350px;
    height: 200px; 
    background-color: #fff;
    border: 1px solid #ccc; /* Adiciona uma borda de 1px */
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    white-space: nowrap; /* Impede que o menu quebre para a próxima linha */
}

.blocksecondline {
    height: 340px;
    margin-bottom: 36px;
}

.linebutton {
    display: block; max-width: 100%; height: 49px;
}

.listoptions {
    margin:0px 10px;
}

.buttonnewright {
    float:right
}

.blockclickable {
    transition: background-color 0.5s;
}

.blockclickable:hover{
    background-color: #cecece;
}

#searchnew {
    margin-left:10px;
    width: 200px;
    margin-right: 10px;
    font-size: 16px;
    padding: 10px 10px;
    height: auto;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #FFF; /* ajuste a cor de fundo conforme necessário */
}

.blocklist {
    background: #FFF;
    border-radius: 16px;
    margin-top: 20px;
    margin-left: 0px; 
    margin-right: 0px;
    width:100%;
}

.custom-ini {
    display: flex;
    max-width: 100%;
    width:100%;
    padding-bottom: 30px;
}

.custom-table td {
    position: relative;
    padding: 5px;
    border-bottom: 6px solid #F5F5F5;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-table th {
    position: relative;
    border-radius: 12px 12px 0px 0px;
    padding: 7px;
    text-align: left;
    border-bottom: 6px solid #F5F5F5;
    height: 35px;
    color: var(--m-3-ref-neutral-neutral-30, #484649);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom-table tr th:last-child {
    width:200px;
}

.custom-table tbody {
    overflow-X: auto;
    overflow-Y: auto;
    background:#FFF;
}

.custom-table .tablenodef td, .custom-table .tablenodef th, .custom-table .tablenodef label {
    padding: 0px 3px 0px 0px;
    border: 0px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 13px;
}

.btnshare {
    cursor: pointer;
    margin-top: 26px;
    margin-right: 34.09px;
    padding-left: 12px;
    padding-right: 8px;
    display: flex;
    width: auto;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--m-3-ref-neutral-neutral-60, #939094);
    background: var(--m-3-white, #FFF);
    transition: background-color 0.5s;
}

.btnshare:hover {
    padding-left: 12px;
    padding-right: 8px;
    border-radius: 8px;
    background: #cecece;
}

.blocks {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.fa-pen-to-square {
    cursor: pointer;
    font-size: 12px;
    color: #007bff;
    padding: 0px 2px;
}

.fa-trash-can {
    cursor:pointer;
    font-size:12px;
    color:#AA0000;
    padding:0px 2px;
    display: inline-table;
}

.goalsbar {
    border-radius: 8px;
    cursor: pointer;
    padding: 7px;
    transition: background-color 0.5s;
}

.goalsbar:hover {
    border-radius: 8px;
    padding: 7px;
    background: #F5F5F5;
}

.fa-upload, .fa-download {
    margin-right:5px;
}

.selectedoption {
    background-color: #007bff;
    color: #fff;
}

@media (max-width: 800px) {
    
    
    .buttonsavestandard {
        width: 140px;
        font-size: 15px;
    }

    .buttonbackstandard {
        width: 140px;
        font-size: 15px;
    }

    .buttonnewstandard {
        width: 140px;
        font-size: 15px;
    }
}

@media (max-width: 760px) {
    .labels {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    .buttonsavestandard {
        width: 100px;
        font-size: 10px;
        height: 20px;
    }

    .buttonbackstandard {
        width: 100px;
        font-size: 10px;
        height: 20px;
    }

    .buttonnewstandard {
        width: 100px;
        font-size: 10px;
        height: 20px;
    }
}