@font-face {
    font-family: 'Museo 700';
    src: url('fonts/Museo-700.eot');
    src: url('fonts/Museo-700.eot?#iefix') format('embedded-opentype'),
        url('fonts/Museo-700.woff2') format('woff2'),
        url('fonts/Museo-700.woff') format('woff'),
        url('fonts/Museo-700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 500';
    src: url('fonts/Museo-500.eot');
    src: url('fonts/Museo-500.eot?#iefix') format('embedded-opentype'),
        url('fonts/Museo-500.woff2') format('woff2'),
        url('fonts/Museo-500.woff') format('woff'),
        url('fonts/Museo-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo 300';
    src: url('fonts/Museo-300.eot');
    src: url('fonts/Museo-300.eot?#iefix') format('embedded-opentype'),
        url('fonts/Museo-300.woff2') format('woff2'),
        url('fonts/Museo-300.woff') format('woff'),
        url('fonts/Museo-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
a, a:hover{
    text-decoration: none;
    color: inherit;
}
.bold{
    font-weight: 500;
}
.click{
    cursor: pointer;
}
.container-access{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color:#F8AFBC;
}
.backblue{
    background-color: #0080ea !important;
}
.backred{
    background-color: #d80000 !important;
}
#mensagem{
    width: 300px;
    background-color: #d4a600;
    padding: 12px 15px 12px 25px;
    border-radius: 5px;
    position: fixed;
    bottom: 5vh;
    left:20px;
    border-left: 6px solid #ffc906;
    color: #fff;
    font-weight: 400;
    display: none;
    font-size: .9em;
    z-index: 25;
}
#mensagem.red{
    background-color: red;
    border-left: 6px solid #ae0000;
}
#mensagem.green{
    background-color: rgb(0, 185, 52);
    border-left: 6px solid #009635;
}
#msgdelete{
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    padding: 20px;
    z-index: 11;
    background-color: #ae0000;
    border: 3px solid #ff1111;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    display: none;
    z-index: 25;
}
#msgreativa{
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    padding: 20px;
    z-index: 11;
    background-color: #4d78d4;
    border: 3px solid #93b1f1;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    display: none;
    z-index: 80;
}
#msgdelete button, #msgreativa button{
    background-color: #ababab;
    width: auto;
    height: auto;
    padding: 5px 18px ;
    border-radius: 25px;
    margin: 0 4px;
    font-size: .85em;
}
#msgdelete h4, #msgreativa h4{
    font-weight: 600;
}
#msgdelete p, #msgreativa p{
    margin-bottom: .3rem;
}
#btn_close{
    background-color: rgba(0, 0, 0, .3);
    border: none;
    outline: none;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 10;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
}
#msgdelete .confirm-delete{
    background-color: #ff4343;
}
#msgreativa .confirm-reativa{
    background-color: #274a96;
}
#poptutoriais{
    position: absolute;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}
.boxtutoriais{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -150px;
    width: 400px;
    height: auto;
    padding: 40px;
    z-index: 121;
    background-color: #19a788;
    border: 3px solid #33cfae;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    z-index: 25;
}
.boxtutoriais a button{
    border: 0;
    outline: 0;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #056944;
    color: #fff;
    margin-top: 15px;
    transition: ease-in-out .3s;
}
.boxtutoriais a:hover button{
    background-color: #016070;
}
.boxtutoriais .btn_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 3px;
    font-weight: 900;
    color: rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
}
.back {
    position: fixed;
    left: 0;
    top: 10vh;
    background-color: rgba(0, 0, 0, .6);
    width: 70px;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: rgba(255, 255, 255, .50);
    font-size: 42px;
    z-index: 99;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 10px;
}
.access{
    display: flex;
    justify-content: center;
}
.welcomeaccess{
    background-color: #23c6e6;
    width: 560px;
    height: 500px;
    padding: 0 50px 40px 70px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.formaccess{
    background-color: #fff;
    width: 300px;
    height: 500px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.bandlogo{
    width: 200px;
    height: 170px;
    background-color: #fff;
    padding: 40px 25px 25px 25px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.textwelcome h2{
    font-family: 'Museo 700', sans-serif;
    color: #fff;
    font-size: 2.5em;
}
.textwelcome p{
    font-family: 'Museo 500', sans-serif;
    color: #fff;
    font-size: 1.2em;
    width: 80%;
}
.accesssocial a{
    font-size: 2em;
    color: #fff;
    opacity: .8;
    transition: .3s;
}
.accesssocial a:hover{
    opacity: 1;
    color: #fff;
    transition: .3s;
}
.formaccess{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.titlefa h4{
    font-family: 'Museo 500', sans-serif;
    margin-bottom: 0;
    color: #4b4b4b;
}
.titlefa span, .forgotLink span, .register span{
    font-weight: 600;
    color: #23c6e6;
}
#formularioLogin input, #formularioCadastro input, #formularioForgot input, #formularioReset input, #form-checkout input, #form-checkout select{
    border-radius: 50px;
    padding: 10px 10px 10px 20px;
    margin-bottom: 7px;
}
.creditcard .titlefa{
    width: 100%;
    padding: 0 10px;
    margin-top: -7px;
}
.creditcard .titlefa p{
    line-height: .85em;
}
.validate{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.valid{
    width: 60%;
}
.cvc{
    width: 35%;
}
.cadastro, .forgot{
    display: none;
}
.cancelUpdateCard{
    margin-top: 0 !important;
    background-color: #757575!important;
    font-family: 'Roboto', sans-serif!important;
    font-size: .9em!important;
}
.subcheckout{
    font-family: 'Roboto', sans-serif !important;
    font-size: .95em !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
}
#formularioLogin, #formularioCadastro, #formularioForgot, #formularioReset, #formularioCredit{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#formularioLogin button, #formularioCadastro button, #formularioForgot button,  #formularioReset Button, #form-checkout button{
    width: 100%;
    padding: 10px 25px;
    background-color: #23c6e6 ;
    border: none;
    border-radius: 50px;
    margin: 15px 0 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Museo 500', sans-serif;
    font-size: 1.1em;
}
#form-checkout__issuer, #form-checkout__installments, #emailMP{
    display: none;
}
.no-display{
    display: none;
}
.c-loader{
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-top-color: #51d4db;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}
@keyframes is-rotating{
    to{
        transform: rotate(1turn);
    }
}
.fadebusca{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255, 255, 255, 0.7);
    z-index: 5;
    display: none;
    justify-content: center;
}
form#empresaend{
    position: relative;
    overflow: hidden;
}
form#empresaend .c-loader{
    margin-top: 25%;
}

.dados{
    display: flex;
    justify-content: center;
    align-items: center;
}
.formitem{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items:flex-start;
}
.imagemupload{
    margin-left: 7px;
    font-size: .9em;
    background-color: #757575;
    text-align: center !important;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    margin: 10px;
    margin-top: 5px;
    padding: 6px 20px;
    border-radius: 30px;
    line-height: 17px;
}
form input, textarea, select{
    width: 100%;
    padding: 8px 15px;
    border: none;
    background-color: rgb(241, 241, 241);
    border-radius: 5px;
    margin-bottom: 7px;
}
form input:focus, textarea:focus, select:focus{
    outline-color: #00afdb;
}
.forgot, .register, .loginpage{
    color: #757575;
}
.dashboard{
    background-color:#F1F5F9 ;
}
header{
    position: fixed;
    left: 280px;
    top: 0;
    width: 100%;
    height: 150px;
    background-color: #fff;
    display: block;
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
aside{
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    padding-bottom: 190px;
    min-height: 120vh;
    max-height: 100%;
    display: inline-block;
    background-color: #111827;
    scroll-behavior: smooth;
    overflow-y: auto;
}
aside::-webkit-scrollbar {
    display: none;
}
main{
    margin-left: 280px;
    margin-top: 150px;
}
footer{
    position: fixed;
    left: 280px;
    bottom: 0;
    width: 100% ;
    height: 25px;
    background-color: #fff;
    display: block;
    padding-left: 20px;
    padding-top: 3px;
    font-size: .8em;
    z-index: 10;
}
.topmobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #212A3D;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    display: none;
}
.topmobile button{
    background-color: inherit;
    border: none;
    outline: none;
}
.brand, .topmobile .brand{
    width: 100%;
    padding: 10px 35px 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #212A3D;
    margin-bottom: 25px;
}
.brand p{
    font-size: .8em;
    margin-top: 12px;
}

.brand img, .topmobile .brand{
    width: 30%;
    float: left;
    margin-right: 15px;
}
.topmobile i{
    color: #fff;
}
.usuario{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.usuario img{
    width: 90px;
    border-radius: 100%;
    margin-bottom: 10px;
}
.usuario p{
    font-weight: 600;
    margin-bottom: -.2rem;
}
.usuario small{
    color: rgb(148, 163, 184) ;
    margin-bottom: .0rem;
}
nav{
    width: 100%;
    margin-top: 50px;
}
.navtitle{
    margin-left: 30px;
    color: #2196F3;
    font-weight: 600;
    font-size: .8em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
nav ul{
    
    list-style: none;
    font-size: .8em;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-inline-start: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
nav ul li{
    width: 100%;
    color: #fff;
    opacity: .6;
    transition: .3s;
    padding: 0px 20px 0px 40px;
    display: flex;
}
nav ul li a{
    width: 100%;
    height: auto;
    padding: 10px 5px;
}
nav ul li:hover{
    width: 100%;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.08);
    transition: .3s;
    cursor: pointer;
}
.activ{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.05);
    transition: .3s;
    cursor: pointer;
}
nav ul li i{
    font-size: .8em;
    margin-right: 10px;
}
.social_aside{
    position: fixed;
    bottom: 0;
    background-color: #212A3D;
    width: 280px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_aside a{
    font-size: 1.5em;
    color: #fff;
    margin: 0 7px;
    opacity: .3;
    transition: .3s
}
.social_aside a:hover{
    opacity: .7;
    transition: .3s
}
header{
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.cont_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#imgperfilheader {
    width: 85px;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
}
.welcome h2{
    font-weight: 700;
    margin-bottom: 1px;
}
.welcome p{
    margin-bottom: 0;
}
main{
    padding: 15px;
}
.wrapper{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-right: 32px;
}
.block{
    width: 99%;
    margin: 15px;
    padding: 15px 20px 10px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 12px;
}
.block p{
    color: #757575;
}
.block form#filter_usuarios{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.block form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 7px;
    margin-bottom: 7px;
}
#form-checkout{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.block form .formitem{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 6px;
    flex-direction: row;
}
.block form button, .headPerfil #atualizarCartao, .headPerfil #desativarConta, .headPerfil #reativarConta{
    background-color: #757575;
    height: 30px;
    border-radius: 20px;
    border: none;
    outline: none;
    font-size: .9em;
    color: #fff;
    padding: 3px 13px;
}
.block form input::placeholder{
    font-size: .9em;
}
.block form .formhead, .headPerfil{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
}
.table>:not(:first-child){
    border-top:2px solid #e3e3e3;
}
.table{
    --bs-table-hover-bg: rgba(0, 0, 0, 0.040);
}
thead {
    font-size: .9em;
    font-weight: 600;
    color: #757575;
}
tbody{
    font-size: .9em;
    text-align: middle;        
}
.btn{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    border: none;
    color: #fff;
}
.btn:hover{
    color: #fff;
}
.btn-edit, .cupom-edit, .depoimento-edit, .categoria-edit, .feed-edit , .publi-edit, .duvidas-edit{
    background-color: #0080ea;
}
.btn-edit:hover, .cupom-edit:hover, .depoimento-edit:hover, .categoria-edit:hover, .feed-edit:hover, .publi-edit:hover, .duvidas-edit:hover{
    background-color: #32a3ff;
}
.btn-delete, .cupom-delete, .depoimento-delete, .categoria-delete, .feed-delete, .publi-delete, .duvidas-delete{
    background-color: #d00101;
}
.btn-delete:hover, .cupom-delete:hover, .depoimento-delete:hover, .categoria-delete:hover, .feed-delete:hover, .publi-delete:hover, .duvidas-delete:hover{
    background-color: #ff2c2c;
}
#adminupdate, form#updatedepoimentos, form#updatecategorias, .perfil, form#updateFeed, form#updatePubli, form#updateduvidas {
    display: none;
}
form#adddepoimentos, form#addcategorias, form#addFeed, form#addPubli, .blockadmin{
    display: flex;
    width: 100%;
}
form#addcategorias, form#updatecategorias, form#addFeed, form#addPubli,  form#updateFeed, form#updatePubli{
    width: 100%;
}

#btnAdminUpdate, #btnPerfilUpdate, #btnUpdateCupom, #btnUpdateDepoimento, #btnUpdateCategoria, #btnUpdateEmpresa, #btnUpdateFeed, #btnUpdatePubli, #btnUpdateDuvidas, #atualizarCartao {
    background-color: #0080ea;
}
#btnUpdateEmpresa{
    display: none;
}
#imgedit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#imagemperfil, #imagemperfilup{
    width: 80px;
    border-radius: 50px;
}
#imagemperfiladd{
    width: 80px;
    border-radius: 50px;
    opacity: .2;
}
.cupomradio{
    display: flex;
    align-items: center;
}
input[type=checkbox]{
    width: auto;
    margin-top: -3px;
}
#updatecupons{
    display: none;
}
.fotodepoimento img, .fotopost img, .fotoadmin img{
    width: 40px;
    border-radius: 30px;
}
label.active{
    font-size: .9em;
    margin-left: 5px;
}
.depoimentos-container, .categorias-container, .feed-container, .publi-container{
    display: flex;
}
.container-empresa, .container-info{
    width: 100%;
    display: flex;
}
.info-social{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
input#facebook, input#instagram, input#whatsapp, input#telefone{
    font-family: 'Roboto','FontAwesome', Arial;
    font-size: 1em;
}
#msgcep{
    font-weight: 600;
    color: #d00101;
    display: none;
}
#allcategorias ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
#allcategorias ul li{
    width: 50%;
}
#imgdestaque{
    background-image: url(../imagens/noimglarge.jpg);
    width: 100%;
    height: 4.2vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blcategory{
  display: none;
}
.blockdashmaster{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.blockdash{
    width: 100%;
    height: 250px;
    border: 8px solid;
    border-color: #111827;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.dashinfo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dashinfo h2{
    font-size: 5em;
    font-weight: 600;
    margin-right: 10px;
}
.dashvalue{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.dashvalue h2 {
    font-size: 3em;
    font-weight: 600;
    margin-bottom: 0;
}
.bdyellow{
    border-color: #ecb900;
    color: #ecb900;
}
.bdblue{
    border-color: #26a9d8;
    color: #26a9d8;
}
.bdred{
    border-color: #eb0c1b;
    color: #eb0c1b;
}
.bdgreen{
    border-color: #00cc81;
    color: #00cc81;
}
.header_usuarios{
    display: flex;
    justify-content: space-between;
}
.nopayadd{
    position: fixed;
    z-index: 80;
    right: 0px;
    top: 84px;
    background-color: rgb(209, 0, 0);
    width: 54%;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.green-text{
    color: #53fa06;
}
.buttons_empresas{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.bgreen{
    background-color: #02be60 !important;
}




@media (max-width: 575.98px) {
.welcomeaccess {
    display: none;
}
header {
    display: none;
}
.activemenu{
    left: 0px;
    transition: .3s;
}
aside {
    left: -280px;
    z-index: 90;
    transition: .3s;
}
main {
    margin-left: 0px;
    margin-top: 70px;
}
.topmobile {
    display: flex;
}
.topmobile .brand img{
    width: 60px;
}
.formaccess {
    border-radius: 30px;
}
.block {
    width: 100%;
    margin: 15px 0;
}
.wrapper {
    flex-wrap: wrap;
    margin-left: 12px;
}
.botoeshead{
    width: 120px;
}
.botoeshead button{
    white-space: nowrap;
    margin-bottom: 5px;
}
.botoesformupdate{
    width: 120px;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.botoesformupdate button{
    margin-bottom: 5px;
}
.perfil, .feed-container, .depoimentos-container, .info-social, .categorias-container, .publi-container{
    flex-direction: column;
}
#imgdestaque {
    height: 21.2vw;
}
#allcategorias ul {
    flex-direction: column;
}
#allcategorias ul li {
    width: 100%;
}
footer {
    left: 0px;
}
.blockdashmaster {
    flex-wrap: wrap;
}
.blockadmin{
    flex-direction: column;
}
.header_usuarios {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
}
.nopayadd {
    position: relative;
    margin-top: -14px;
    background-color: rgb(209, 0, 0);
    width:102%;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.boxtutoriais{
    margin-left: -135px;
    width: 270px;
}
}


@media (min-width: 576px) and (max-width: 767.98px) {
.welcomeaccess {
    display: none;
}
header{
    display: none;
}
.activemenu {
    left: 0px;
    transition: .3s;
}
aside{
    left: -280px;
    z-index: 90;
    transition: .3s;
}
main {
    margin-left: 0px;
    margin-top: 70px;
}
.topmobile{
    display: flex;
}
.topmobile .brand img {
    width: 60px;
}
.formaccess {
    border-radius: 30px;
}
.wrapper {
    flex-wrap: wrap;
    margin-left: 22px;
}
#imgdestaque {
    height: 18.2vw;
}
footer {
    left: 0px;
}
.blockdashmaster {
    flex-wrap: wrap;
}
.header_usuarios {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
}
.nopayadd {
    position: relative;
    margin-top: -14px;
    background-color: rgb(209, 0, 0);
    width: 102%;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.boxtutoriais{
    margin-left: -150px;
    width: 300px;
}


}


@media (min-width: 768px) and (max-width: 991.98px) {
.welcomeaccess{
    display: none;
}
.formaccess{
    border-radius: 30px;
}
.wrapper {
    flex-wrap: wrap;
    margin-left: 22px;
}
.blockdashmaster {
    flex-wrap: wrap;
}
.nopayadd {
    position: fixed;
    right: 0px;
    top: 84px;
    width: auto;
    background-color: rgba(209, 0, 0, .8);
    left: 280px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .blockdashmaster {
        flex-wrap: wrap;
    }
    .nopayadd {
        position: fixed;
        right: 0px;
        top: 84px;
        width: auto;
        background-color: rgba(209, 0, 0, .8);
        left: 280px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .dashinfo {
        flex-direction: column;
        text-align: center;
    }
    .dashvalue h2 {
        font-size: 2.6em;
    }
    .dashvalue P {
        text-align: center;
    } 
    .nopayadd {
        position: fixed;
        right: 0px;
        top: 84px;
        width: auto;
        background-color: rgba(209, 0, 0, .8);
        left: 280px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
 

}    

@media (min-width: 1400px) {
    .dashinfo {
        flex-direction: row;
        text-align: left;
    }
    .dashvalue h2 {
        font-size: 3em;
    }  
}



