﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}


.btn-noshow{
    color: #000000 !important;
    background-color: #ffaa12 !important;
    border-color: #375099 !important;
}



.btn-primary {
    color: #fff !important;
    background-color: #33668b !important;
    border-color: #375099 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #3a75a8 !important;
    border-color: #2c8179 !important;
    
}

.btn-secondary {
    color: #fff !important;
    background-color: #2d7d7c !important;
    border-color: #375099 !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #338e8d !important;
    border-color: #2c8179 !important;
    
}

.btn-fourth {
    color: #fff !important;
    background-color: red !important;
    border-color: #375099 !important;
}

.btn-fourth:hover {
    color: #fff !important;
    background-color: #14a45d !important;
    border-color: #2c8179 !important;
    
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
.left-border-blue{
    border-left:  .5rem solid #4e73df !important;
}
.left-border-yellow{
    border-left: .5rem solid #f6c23e!important
}

.left-border-green{
    border-left:  .5rem solid #1aa160 !important;
}

.left-border-blue-green{
    border-left:  .5rem solid #237e8a !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


.chart-convocados {
    /* width: 59% !important; */
    height: 400px !important;
    padding: 10px 10px 10px 10px;
}

.chart-month {
    /* width: 59% !important; */
    height: 600px !important;
    padding: 10px 10px 10px 10px;
}

.chart-cargos {
    /* width: 590px !important; */
    height: 400px !important;
    padding: 10px 10px 10px 10px;
}


.card-chart-convocados{
    width: 59%;
    padding: unset;
}

.card-chart-month{
    width: 100%;
    padding: unset;
    margin-top: 20px;;
}
.card-chart-cargos{
    width: 39%;
    padding: unset;
}

.card{
    border: none !important;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}

.shadow{   
     box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    }

    .title-card{
        padding: 10px 10px 10px 10px;
        background-color: #f8f9fc;
        border: 1px solid #ececec;
        color: #365099;
    }

    .gap-20{
        gap:20px;
        margin-left: 0;
    }
    .gap-25{
        gap:20%;
        margin-left: 0;
    }
    .mr-2, .mx-2 {
        margin-right: .5rem !important;
    }

    .col-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .card-icon{
        font-size: xx-large;
    }

    .card-title
    {
        font-size: medium;
        max-width: 200px;
    }

    .primary{
        color: #326488;
    }

    .secondary{
        color: #1aa160;
    }

    .thirdy{
        color: #f6c23d;
    }

    .fourth{
        color:#247e8a;
        
    }


#container-login {
    background-image: url(/img/landing.jpeg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    width: -webkit-fill-available;
}


.login-shadow {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 70px 55px 70px 55px;
    border-radius: 10px;
    box-shadow: 0 1.15rem 1.75rem 0 rgb(20 52 34) !important;
}


.avaliacao-shadow {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 55px;
    border-radius: 10px;
    box-shadow: 0 1.15rem 1.75rem 0 rgb(20 52 34) !important;
}
.avaliacao-shadow .min-h {
    min-height: 600px
}

.btn-login {
    width: -webkit-fill-available;
    background-color: #28a745;
    border-color: #198754;
    border-radius:20px;
}


    .btn-login:hover {
        width: -webkit-fill-available;
        background-color: #35509a;
        border-color: #35509a;
        border-radius: 20px;
    }

.form-check-label{
    color:#fff !important;
}


.logo {
    margin-top: 3%;
    margin-left: 3%;
}

.h-70{
    height:70% !important;
}

.rating:not(.rating-disabled):not(.rating-readonly):hover .rating-item {
    cursor: pointer;
  }
  .rating.rating-disabled {
    opacity: 0.65;
  }
  .rating .rating-item.rating-item-primary {
    color: #007bff;
  }
  .rating .rating-item.rating-item-secondary {
    color: #6c757d;
  }
  .rating .rating-item.rating-item-success {
    color: #28a745;
  }
  .rating .rating-item.rating-item-info {
    color: #17a2b8;
  }
  .rating .rating-item.rating-item-warning {
    color: #ffc107;
  }
  .rating .rating-item.rating-item-danger {
    color: #dc3545;
  }
  .rating .rating-item.rating-item-light {
    color: #f8f9fa;
  }
  .rating .rating-item.rating-item-dark {
    color: #343a40;
  }
  .rating .rating-item.rating-item-link {
    color: #3273dc;
  }
  .rating .rating-item.rating-item-hover {
    opacity: 0.7;
  }


.input-login{
    border-radius:20px;
}

.title-login {
    color: #fff;
    margin-bottom: 40px;
}


.convocacao-title {
    color: #2e7b7e;
    font-size: x-large;
    border: 2px solid #0daa58;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    width: auto;
    font-weight: 600;
}

.navbar {
    background-color: #36509a;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.convocacao-text {
    color: #1b0150;
    font-size: large;
    text-align: center;
}

.convocacao-side-text {
    color: #36519a;
    font-size:large;
    text-align:left;
    margin-left:25px;
    width: inherit;
}

.convocacao-image{
    width:auto;
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:25px;
}

.convocacao-row {
    width: 93%;
    margin: auto;
}

.convocacao-row-pag{
    width:93%;
    margin-left:15px;
}

.btn-return {
    margin-right: 10px;
    width: 100px !important;
}

.btn-advance {
    margin-left: 10px;
    width: 100px !important;
    
}

.convocacao-avatar {
    width: 75px;
    height: 75px;
    border-radius: 3.2rem;
}

.side-text {
    color: #36519a;
    margin-left: 25px;
    font-size: small;
    width: -webkit-fill-available;
}

.area-name {
    font-size: larger;
    font-weight: 700;
    margin-left:25px;
    color: #36519a;
}

.area-name-pag{
    font-size:larger;
    font-weight:700;
    color: #36519a;
}

.secondary-color {
    color: #0daa58;
}

.btn-calendar{
    text-wrap: balance;
}

.time-calendar{
    margin-left: 2px;
}

.badge{
    background-color: #fff !important;
    color: #35509a;
    font-size: smaller;
}

.fc-toolbar-title::first-letter {
    text-transform: uppercase;
  }

  .fc-toolbar-title{
  color: #33668b !important;
  }

  .fc-button-active{
    background-color: #1a8754 !important;
    cursor: auto !important;
  }


  .fc-button-primary{
    background-color: #33668b !important ;
  }

  .card-header{
    background-color: #fff !important;
  }

  .checked:hover{
    color: #fff;
  }
  .checked {
    background-color: #1aa160 !important; 
    color: #fff !important;
    cursor: auto !important;
}

.unchecked {
    background-color: #33668b !important;
    color: #fff !important;
    border: 3px solid #7d7d7d  !important;
}
.unchecked:hover{
    color: #fff;
  }

  .alg-left{
    text-align: justify;
    margin-left: 80px;
}

.bold{
    font-weight: bold;
}    

.modal-header-ck{
    background-color: #33668b !important;
    color:#fff !important;
    font-size: large;
    height: 60px;
}

.text-primary{
    color: #33668b !important;
}

.modal-footer-ck,
.modal-body-ck {
    background-color: #fff;
}

.modal-body-600 {
    min-height: 600px;
}


.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Space between cards */
    width: 370px !important;
}

.card-item {
    min-width: 440px;
    overflow: hidden;
    position: relative;
    width: 440px;
    max-width: 440px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0px 0px 30px;
    box-sizing: border-box;
}

.status-badge-diagonal {
    position: absolute;
    top: 17px;
    left: 323px;
    transform: rotate(45deg);
    background-color: #3498db;
    color: #fff;
    padding: 5px 55px;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: start;
    white-space: nowrap;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.status-checked-in {
    background-color: green;
}

.status-atrasado {
    background-color: orange;
    color: black;
}

.status-aceito {
    background-color: blue;
    font-size: 17px;
}

.pago {
    background-color: rgb(32, 208, 85);
    font-size: 17px;
}

.contrato-assinado{
    background-color: rgb(63 167 173);
    font-size: 12px;
    padding: 0px 46px;
    left: 334px;
    text-align: center;
    top: 17px;
}

.status-no-show {
    background-color: red;
    font-size: 17px;
}

.a-caminho {
    background-color: rgb(14, 156, 94);
    font-size: 17px;
    left: 317px;
    top: 3px;
    text-align: center;
}

.aguarda-aprovacao {
    background-color: rgb(150, 0, 0);
    font-size: 12px;
    left: 317px;
    top: 3px;
    text-align: center;
}
.convocacao-cancelada {
    background-color: rgb(200, 0, 0);
    font-size: 11px;
    left: 315px;
    top: 18px;
    text-align: center;
}

.desistiu {
    background-color: rgb(199 58 58);
    font-size: 15px;
    left: 322px;
    top: 18px;
    text-align: center;
}

.status-rejeitado {
    background-color: gray;
}

.status-aguarda {
    top: 10px;
    left: 304px;
    text-align: center;
    
    background-color: rgb(127, 27, 234);
}
.status-convocado {
    color: black;
    font-size: 12px;
    background-color: rgb(230, 245, 16);
}
.status-convocado-app {
    color: black;
    font-size: 12px;
    background-color: rgb(243, 73, 0);
}
.status-checked-out {
    background-color: rgb(236, 108, 73);
    top: 16px;
    left: 322px;
    background-color: rgb(236, 108, 73);
    font-size: 17px;
}
.status-aguarda-checked-out {
    top: 10px;
    left: 304px;
    text-align: center;
    background-color: rgb(241, 24, 173);
}
.pagamento-falhou {
    background-color: rgb(200, 0, 0);
    font-size: 11px;
    left: 315px;
    top: 18px;
    text-align: center;
}
.reprocessa-pagamento {
    background-color: rgb(200, 0, 0);
    font-size: 11px;
    left: 315px;
    top: 18px;
    text-align: center;
}
.fila-pagamento {
    background-color: rgb(200, 0, 0);
    font-size: 11px;
    left: 315px;
    top: 18px;
    text-align: center;
}
.pagamento-processado {
    background-color: rgb(200, 0, 0);
    font-size: 11px;
    left: 315px;
    top: 18px;
    text-align: center;
}


.list-group-item-action {
    
    width: 15% !important;
    background-color: #33668b !important;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 5px !important;
    margin-bottom: 15px;
}

.bg-primary{
    background-color: #1aa160 !important;
    color: #fff !important;
}

.bg-white {
    padding: 10px 0px 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.btn-checkall{
    width: 95% !important;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
}

.oi{
    margin-right: 5px;
}

.submenu {
    display: none;
    padding-left: 20px; /* Indent the submenu */
}


.submenu-sub {
    display: none;
    padding-left: 20px; /* Indent the submenu */
}

.nav-item:hover .submenu-sub {
    display: block; /* Show the submenu on hover */
}

.nav-item:hover .submenu {
    display: block; /* Show the submenu on hover */
}




.chat-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.chat-bubble {
    padding: 1rem;
    border-radius: 8px;
    max-width: 70%;
}

.pergunta {
    align-self: flex-start;
    background-color: #d1e7ff; /* Light blue for question bubble */
}

.resposta {
    align-self: flex-end;
    background-color: #e2e3e5; /* Light gray for answer bubble */
}







/* CHAT */

.wc-message-wrapper {
    animation: animationFrames 2s;
    animation-iteration-count: 1;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.wc-message-from-bot {
    float: left;
    margin-left: 8px;
    border-radius: 5px !important;
}

.wc-message {
    max-width: 91%;
    position: relative;
}

.chat_talkView .wc-message-from-bot .wc-message-content {
    color: #fff;
    border-radius: 10px;
    background-color: #209966;
    box-shadow: 2px 2px 2px 2px rgb(194 194 194);
}
.chat_talkView .wc-message-from-bot .wc-message-content-download {
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chat_talkView .wc-message-content {
    /*font-size: 13.5px;
        line-height: 1.45rem;*/
    font-weight: 600 !important;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.04);
    padding: 12px 15px 10px;
}

.wc-message-content {
    word-break: break-word;
}

.chat_talkView .wc-message-from {
    color: #b1b1b1;
    font-weight: 600;
    font-size: 11.5px;
}

.wc-message-from-bot {
    float: left;
    margin-left: 8px;
    border-radius: 5px !important;
}

.wc-message-from-me {
    float: right;
    margin-right: 6px;
}

.chat_talkView .wc-message-from-me .wc-message-content {
    color: #fff;
    background-color: #316488;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 2px rgb(194 194 194);
}

.wc-message-from {
    clear: both;
    color: #3c7bca;
    font-size: 11px;
    font-weight: 700;
    margin-top: 5px;
}

.chat_talkView {
    padding: 55px 0px 0px 0px;
    overflow-y: scroll;
    height: calc(100vh - 100px);
    background: url(../img/chatPattern.png) repeat;
}

.chat_talkSend {
    height: 100px;
    position: relative;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.03);
}

.chat_talkSend_btn {
    top: 45px;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    border-radius: 50% !important;
    position: absolute;
    cursor: pointer !important;
    background-color: #316488 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 0px 0px 0px 0px !important;
    box-shadow: 0px 2px 5px 2px rgb(150 150 150);
}
.chat_talkSend_btn_logo {
    top: 45px;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}

.chat_talkSend_input {
    width: 99%;
    border: none;
    padding: 20px;
    resize: none;
    height: 75px;
    margin-left: 2px;
    outline: none;
}



.fullscreen-video {
    width: 90vw;
    height: 90vh;
    position: fixed;
    top: 5vh;
    left: 5vw;
    object-fit: cover;
    z-index: 1000;
    background-color: black;
}


.fullscreen-video-checkin {
    width: 70vw;
    height: 70vh;
    position: fixed;
    top: 10vh;
    left: 15vw;
    object-fit: cover;
    z-index: 1000;
    background-color: black;
    border-radius: 15px;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
}


.backdrop{
    background: url(../img/chatPattern.png) repeat;
}


.active-card{
    border: 3px solid #2c8477 !important;
    box-shadow: none !important;
    border-radius: 15px !important;
}

.status-checked-out span {
    text-wrap: unset !important;
}


.autocomplete-dropdown {
    position: absolute !important;
    z-index: 1050 !important;
}


.dropdown-menu-position-strategy-fixed {
    position: relative !important;
}

.accordion-button:not(.collapsed) {
    background-color: #2a8874 !important;
    color: #fff !important;
    font-size: large !important;
}

.accordion-button {
    background-color: #fff !important;
    font-size: large !important;
}

.accordion-button:not(.collapsed) i {
    color: #fff !important;
}

.pagamentos-pendentes table th,
.pagamentos-pendentes table td {
    padding: 0.75rem 0.1rem !important;
}



.problem
{
    background-color: #ea4d5c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    margin-left: 260px;
}

.fine
{
    
    background-color: #4dea96;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    margin-left: 260px;
    
}


.weekday-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.day-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}




.day-circle:hover {
    background-color: #e0e0e0;
}

.day-circle.selected {
    background-color: #306f84;
    color: white;
    border-color: #204d5e;
}


@media only screen and (max-width: 768px) {
    .token {
        font-size: x-large;
        width: 305px !important;
        text-align: center;
    }
    .fullscreen-video-checkin {
        width: 79vw;
        height: 50vh;
        left: 10vw;
        object-fit: cover;
        z-index: 1000;
        background-color: black;
        border-radius: 15px;
        box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
    }

    .card-message{
        width: fit-content !important;
    }
}


.btn-action
{
    background-color: #fff !important;
    color: #33668b !important;
}

.btn-action:hover
{
    background-color: #33668b !important;
    color: #fff !important;
}


.btn-cancel
{
    background-color:#fff !important;
    color:  #ea4d5c !important;
    border: 1px solid #ea4d5c !important;
}

.btn-cancel:hover
{
    background-color:#ea4d5c !important;
    color:  #fff !important;
    border: 1px solid #ea4d5c !important;
}

legend {
    border-bottom: 1px solid #bbb;
    color: rgb(73, 80, 87);
}

.nav-link .fa-solid {
    margin-right: 5px;
     width: 2rem; 
    font-size: 1.1rem;
    vertical-align: text-top;
}
