@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);

.rotate60 {
    left: -10%;
    overflow: visible !important;
    white-space: nowrap;
    transform: rotate(-60deg);
    margin-top: 4em;


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-60deg);

    /* Firefox */
    -moz-transform: rotate(-60deg);

    /* IE */
    -ms-transform: rotate(-60deg);

    /* Opera */
    -o-transform: rotate(-60deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

button.btn.btn-card {
    box-shadow: none !important;
}

button.btn.btn-card.collapsed:focus {
    box-shadow: none !important;
}

.rounded {
    border-radius: 30px !important;
}

.card-header {
    background-color: none;
    border-bottom: solid 1px #ddd !important;
}

.icone-esquerdo {
    position: absolute;
    right: 26px !important;
    top: 24px !important;
    font-size: 14px;
    color: #104186eb;
}

.shadow-soft {
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff !important;
}

.accordion>.card:first-of-type {
    border-top: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0 !important;
    border-radius: 0 !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f9fb;
    background-clip: border-box;
    border: none !important;
    border-radius: 20px !important;
    color: #31344b;
}

#accordion {
    background: #f7f9fb !important;
}

.gray {
    color: #949494 !important;
}

.progress-tracker {
    margin: 72px 0 30px 0;
}

.ignore-css {
    all: unset !important;
}

textarea:focus,
input:focus,
select:focus,
button:focus {
    border: 0 none !important;
    outline: 0;
}

button:focus {
    outline: none !important;
    box-shadow: 1px 1px 3px #C0C1C4, -4.2px -4.2px 15px #FFFFFF !important;
}

table {
    width: 100%;
    border-radius: 12px !important;
    background: #fff;
    margin-top: 40px;
    box-shadow: 5px 5px 10px #d9d9d9;
    padding: .75rem;
    border-collapse: inherit !important;
    border-spacing: initial;
}

table .sortable {
    cursor: pointer;
    position: relative;
}

/* .card-header:first-child {
    border-radius: 20px 20px 0 0 !important;
}
.card-header:last-child {
    border-radius: 0 0 20px 20px !important;
} */
button.fas.fa-times.float-right.mr-2 {
    position: absolute;
    right: 8px;
    padding-left: 10px;
    color: #636060;
    margin-top: 5px;
}

.a-blue {
    color: #104186eb;
}

strong {
    font-weight: 700;
}

table th,
table td {
    padding: 10px;
}

p {
    font-weight: 400 !important;
}

ol,
ul {
    list-style: disc;
    list-style-position: inside;
}

body {
    font-family: 'Lato', sans-serif;
    background: #EEF3F7;
}

p {
    font-weight: 300;
    line-height: 1.7em;
}

label {
    margin-top: 15px;
    font-weight: lighter;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.link-term {
    text-decoration: underline;
    color: blue;
}

.required,
.fa-exclamation-triangle {
    color: #be2636;
}

.fa-exclamation-circle,
.fa-check-square {
    color: #104186eb;
}

table#margin {
    margin: 0 20px 0 20px;
}

.clickable {
    background: #104186eb;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 7px 32px;
}

.red-background {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.text-center {
    text-align: center;
}

.navbar {
    padding: 15px 10px;
    background: #EEF3F7 !important;
    color: #BE5A6C;
    font-weight: 700;
    margin-bottom: 20px;

}

.avisos img {
    margin: 0 auto;
}

.btn-plus {
    background: #104186eb;
    color: #fff;
    font-weight: 700;
    font-size: x-large;
    border: none;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: 10px;
}

.tag {
    background: #5A38FD;
    color: #fff;
    height: 25px;
    width: auto;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.tag-dash {
    padding: 3px 10px;
    font-size: 12px;
}

.btn-menu-profile:focus,
.btn-menu-slidebar:focus,
.btn-menu-notification:focus {
    outline: 0;
    background: #615f5f !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-selection {
    cursor: pointer;
    background: #fff !important;
    width: 100%;
    border-radius: 12px;
    text-align: start;
    box-shadow: 0 1px 4px #B6B8BB !important;
}

.btn-menu-profile,
.btn-menu-slidebar,
.btn-menu-notification,
.btn-tab {
    color: #615f5f !important;
    border-radius: 12px !important;
    padding: 0 !important;
    height: 40px;
    width: 40px;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
}

.btn-menu-profile:hover,
.btn-menu-slidebar:hover,
.btn-menu-notification:hover,
.btn-tab:hover {
    color: #000 !important;
    background: #fff !important;

}

.btn-tab {
    padding: 10px !important;
}

#profile .dropdown-menu,
#notifications .dropdown-menu {
    box-shadow: 9.91px 4.91px 15px #C0C1C4;
    border: none;
    background: #fbfdff;
    margin-top: 7px;
}

.dropdown-menu {
    box-shadow: 9.91px 4.91px 15px #C0C1C4;
    border: none;
    background: #fbfdff;
    margin-top: 7px;
}

.btn-menu-slidebar {
    color: #615f5f !important;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
    box-shadow: 1.8px 4.2px 5px rgb(196, 199, 206), -4.2px -4.2px 15px #FFFFFF;
}

.btn-red {
    background: #104186eb;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 7px 32px;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
}

.btn-red-small {
    border: #104186eb 1px solid;
    color: #104186eb;
    border-radius: 8px;
    padding: 3px 10px;
    margin: 16px 0;
}

.btn-red:hover {
    background: #5A38FD;
}

.btn-red-small:hover {
    background: #5A38FD;
    border: #5A38FD 1px solid;
    color: #fff;
}

.btn-circle {
    font-weight: 700;
    border: none;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
    color: #104186eb;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6);
    position: absolute;
    left: 29px;
}

.btn-arrow-left {
    border: #104186eb 1px solid;
    height: 30px;
    width: 30px;
    border-radius: 4px 0 0 4px;
    color: #104186eb;
}

.btn-arrow-right {
    border: #104186eb 1px solid;
    height: 30px;
    width: 30px;
    border-radius: 0 4px 4px 0;
    color: #104186eb;
}

.btn-arrow-left:hover,
.btn-arrow-right:hover {
    background: #5A38FD;
    border: #5A38FD 1px solid;
    color: #fff;
}

.btn-arrow-group {
    position: absolute;
    top: 120px;
    right: 50px;
}

.btn-exemption {
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 3px 5px;
    box-shadow: 1.8px 4.2px 5px #C0C1C4;
    width: 100%;
}

.icon-exemption {
    float: left;
    margin-right: 10px;
    background: #fff;
    border-radius: 12px;

}

.green {
    background: #7CD9C4;
}

.greena {
    color: #7CD9C4;
}

.blue {
    background: #74A2D9;
}

.purple {
    background: #BFB7FF;
}

.red {
    background: #104186eb;
}

/* .fa-eye:before {
    color:#104186eb;
} */
.red1 {
    color: #104186eb;
    background: #F3E5E8;
}

.red-sec {
    color: #104186eb !important;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
}

.red-ter {
    color: #272727eb !important;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
}

.btn-100 {
    width: 100% !important;
}

.btn-200 {
    width: 200px !important;
}

.btn-menu-notification {
    position: relative;
}

.fa-sort-down {
    position: absolute;
    top: 15px;
    color: #be2636;
    margin-left: 5px;
}

.fa-sort-up {
    position: absolute;
    top: 20px;
    color: #be2636;
    margin-left: 5px;
}

.button-badge {
    background-color: #be2636;
    border-radius: 100%;
    color: white;
    font-size: 10px;
    position: absolute;
    top: 3px !important;
    right: 0;
    width: 15px;
    height: 15px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
    background-color: #fbfdff;
    position: relative;

}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #F8F8F8;
    box-shadow: -3px 5px 9px #D9DADE;
    border-radius: 6px;
    margin: 0 2px;
}

.dropdown-item {

    position: relative;

}

.dropdown-item.has-notification {
    margin-right: 20px;
}

.dropdown-item.has-notification:before {
    background: #e8e8e8;
    width: 25px;
    height: 25px;
    content: "\F0F3";
    border-radius: 5px;
    position: absolute;
    top: 3px;
    right: 11px;
    color: #be2636;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    font-weight: 700;
}

.link-not {
    font-size: small;
    color: #104186eb;

}

.link-not .unread:before {
    background: #74A2D9;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 44%;
    left: 6px;
}

.notification-div {
    min-width: 450px;
}

.notification-div:hover {
    background-color: #EEF3F7;
}

.btn-nps {
    border: solid 1px #104186eb;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin: 10px;
    color: #104186eb;
}

.btn-nps-select {
    background: #104186eb !important;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin: 10px;
    color: #fff !important;
}

.m-nps {
    margin-top: 15px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    box-shadow: 1px 0px 2px rgb(0 0 0 / 10%);
    font-size: 14px;
    z-index: 1000;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    display: flex;
    padding: 11px 0;
}

#sidebar .sidebar-header img {
    margin: 0 auto;

}

/* #sidebar ul.components {
    padding: 30px 0;
} */
#sidebar ul p {
    color: #104186eb;
    padding: 10px;
}

#sidebar ul li a {
    padding: 15px;
    display: block;
}

#sidebar ul li a:hover {
    background: #F8F8F8;
    box-shadow: 4px 4px 8px #D9DADE, -4px -4px 8px #FFFFFF;
    border-radius: 6px;
    margin: 0 2px;
    font-size: 16px;
}

#sidebar ul li.active>a {
    font-weight: bold;
}

.active a.dropdown-toggle {
    position: relative;
}

a[aria-expanded="true"] {
    font-weight: bold;
}

li.active {
    position: relative;
}

li.active:after {
    position: relative;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

a.article,
a.article:hover {
    background: #104186eb !important;
    color: #fff !important;
}

.name-profile {
    padding: 30px 0 0 10px;
}

img.mr-3 {
    border-radius: 100px !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

#padding {
    padding: 0 20px 20px 20px;
}

#padding h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.dropdown-toggle::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none !important;

}

div#erros {
    height: 100vh !important;
}

/* ---------------------------------------------------
    CAPTACAO
----------------------------------------------------- */
.captacao h3,
.avaliacao,
.box-with-margin h3 {

    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 300;
}

/* .captacao .ativo {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 40px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    background: #104186eb;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
    cursor: pointer;
} */
.captacao .ativo {
    font-size: 18px;
    font-weight: 700;
    color: #104186eb;
}

.captacao .inativo {
    font-size: 18px;
    font-weight: 700;
    color: #686868eb;
}

.btn-ativo {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 40px;
    border-radius: 12px;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    background: #104186eb;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
    padding: 0 10px;
    width: 220px;
}

.btn-inativo {
    font-size: 16px;
    font-weight: 700;
    color: #104186eb;
    height: 40px;
    border-radius: 12px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
    padding: 0 10px;
    width: 220px;
}

/* .captacao .inativo {
    font-size: 16px;
    font-weight: 700;
    color: #104186eb;
    height: 40px;
    width: 90%;
    border-radius: 12px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
    cursor: pointer;
} */
.captacoes-cards {
    box-shadow: 6px 6px 10px #d9d9d9, -6px -6px 10px #fff;
    padding: 10px 0 25px 0;
    text-align: center;
    border-radius: 12px;
    height: 100%;
}

.dash-cards {
    box-shadow: 6px 6px 10px #d9d9d9, -6px -6px 10px #fff;
    padding: 10px 0 25px 0;
    text-align: center;
    border-radius: 12px;
}

.cap-verde,
.cap-azul,
.cap-roxo {
    position: relative;
}

.cap-verde:before,
.btn-cap-verde {
    background: #5a38fd;
}

.cap-azul:before,
.btn-cap-azul {
    background: #26ad89;
}

.cap-roxo:before,
.btn-cap-roxo {
    background: #ff0040;
}

.btn-cap-azul,
.btn-cap-verde,
.btn-cap-roxo {
    color: #fff;
    font-weight: bold;
    height: 30px;
    border-radius: 20px;
    width: 100px;
    margin-top: 20px;
}

.captacoes-cards img {
    margin: -50px auto 20px;
    background-color: #fff;
    border-radius: 200px;
    box-shadow: 2px 2px 4px #d9d9d9, -2px -2px 4px #fff;
    padding: 20px;
}

.protocol {
    color: #be2636;
    text-decoration: underline;
}

.arrow-gray {
    color: #ddd;
    position: absolute;
    right: 6px;
    top: 26px;
}

.white-box {
    border-radius: 12px;
    margin: 40px 0;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 9.91px 9.91px 15px #D9DADE;
}

.white-box-email {
    border-radius: 12px;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 9.91px 9.91px 15px #D9DADE;
}

.white-box-1 {
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: inset 2px 2px 4px #d9dde1, inset -2px -2px 4px #fff;
    height: 100%;
    margin: 0;
}

.card-aviso {
    border-radius: 12px;
    padding: 20px 20px;
    box-shadow: inset 2px 2px 4px #d9dde1, inset -2px -2px 4px #fff;
    margin: 0;
}

.date-box {
    color: #909090;
}

.card-arrow-left {
    padding-right: .5rem;
    color: rgb(87, 87, 87);
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin-top: 6px;
    font-size: x-small;
    font-weight: 600;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 92%;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: disc;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 0px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #5d5d5d;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.email {

    max-width: 600px;
}

.pt-40px {
    padding-top: 40px;
}

.selecionar {
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
    color: #104186eb;
    padding: 7px 32px;
    margin-top: -55px !important;
    border-radius: 20px;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF;
    font-weight: 700;
}

.form-control {
    border: none !important;
    background: #fff !important;
    width: 100% !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 4px #B6B8BB !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-selection {
    border: none !important;
    background: #fff !important;
    width: 100% !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px #B6B8BB !important;
    height: 38px;
    font-size: 16px;
    color: #495057 !important;
    line-height: 1.5 !important;
}

input[type="submit"] {
    background: #104186eb;
    color: #fff;
    font-weight: 700 !important;
    border: none;
    border-radius: 8px !important;
    padding: 7px 32px !important;
    box-shadow: 1.8px 4.2px 5px #C0C1C4, -4.2px -4.2px 15px #FFFFFF !important;
    width: auto !important;
}

input[type="submit"]:hover {
    background: #5A38FD;
}

.inactive {
    color: #000 !important;
    background: rgb(197, 197, 197) !important;
}

.font-re {
    font-weight: 400;
}

.bt-table {
    background: none !important;
    border: none !important;
}

.align-right {
    text-align: right;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #BEC2C8;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin-top: 6px;
    font-size: x-small;
    font-weight: 600;
}

.breadcrumb {
    box-shadow: inset 2px 2px 4px #d9dde1, inset -2px -2px 4px #fff;
    color: #757575;
    margin-bottom: 40px;
    font-weight: 300;
    border-radius: 12px;
    background-color: #EEF3F7 !important;
}

.breadcrumb-item.active {
    color: #2D3542;
    font-weight: 400;
}

.project-details-green,
.project-details-blue,
.project-details-purple,
.project-details-pink,
.project-details-red,
.project-details-orange,
.project-details-yellow,
.project-details-green2 {
    position: relative;
    margin: 30px 0 30px .25rem !important;
}

.text-align-center {
    text-align: center;
}

.project-details-green:before,
.project-details-blue:before,
.project-details-purple:before,
.project-details-pink:before,
.project-details-red:before,
.project-details-orange:before,
.project-details-yellow:before,
.project-details-green2:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    left: -4px;
    border-radius: 13px;
}

.project-details-green:before {
    background: #5BC8AF;
}

.project-details-blue:before {
    background: #74A2D9;
}

.project-details-purple:before {
    background: #BFB7FF;
}

.project-details-pink:before {
    background: #EFB3E5;
}

.project-details-red:before {
    background: #D8939E;
}

.project-details-orange:before {
    background: #EF9B6E;
}

.project-details-yellow:before {
    background: #FBDD90;
}

.project-details-green2:before {
    background: #78C172;
}

.error-msg {
    position: relative;
}

.error-msg:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 12px 0 0 12px;
    background: #104186eb;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding-top: 3px;
}

.bg-black {
    --bg-opacity: 1;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999 !important;
}

.bg-red {
    --bg-opacity: 1;
    background-color: #104186eb;
    z-index: 999999 !important;
    width: 100px;
    height: 100px;
}

.btn-card {
    font-weight: 400;
    color: #31344b;
    text-decoration: none;
    font-size: 18px;
}

.bg-login {
    background-image: url(https://a.storyblok.com/f/110199/1307x658/6fc78b532f/background-purple.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

button.btn.btn-card.collapsed {
    width: 100%;
    text-align: left;
}

.color-red {
    color: #104186eb !important;
    z-index: 999999 !important;
}

.border {
    /* border-radius: 20px !important; */
    padding: 5px;
}

.border-square {
    border-radius: none !important;
    padding: 5px;
}

input.inactive-input {
    background: #ddd;
    color: #333;
}

.inactive-button {
    background: #ddd !important;
    color: #333 !important;
}

.button-badge-menu {
    background-color: #104186eb;
    border-radius: 100%;
    color: white;
    font-size: 10px;
    position: absolute;
    top: 3px !important;
    right: 0;
    width: 15px;
    height: 15px;
}

#preview {
    text-align: center;
    /* background: #000; */
}

#preview img {
    margin: 0 auto;
    display: block;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #104186eb;
    border-color: #104186eb;
}

.page-link {
    color: #000;

}

.pre {
    border-left: 6px solid #00458b;
    line-height: 1.4;
    margin: 0 0 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    width: 100%;
    background-color: #fff;
}

/* Tooltip */
.progress-tracker {
    margin: 60px 0 40px !important;
}

.progress-step.is-active .progress-marker::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #2196F3;
    /* Blue color */
    border-radius: 50%;
    border: 2px solid #ffffff;
    /* Optional white border */
    position: relative;
    z-index: 1;
}

.progress-step .progress-marker::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #d3d3d3;
    /* Default gray color */
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.progress-step:hover .progress-marker::before {
    background-color: #9dcbf1;
    /* Lighter blue on hover */
}

.progress-text {
    overflow: inherit !important;
    text-overflow: inherit !important;
    font-size: small !important;
}

.progress-tracker--center .progress-marker::after {
    right: -50% !important;
}

.tooltip-inner {
    background-color: #000 !important;
    color: #fff;
    margin: 4px 0 0 !important;
    z-index: 1001;
}

/* .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    display: none !important;
} */
.bs-tooltip-bottom .arrow {
    margin: 4px 0 0 !important;
}

.progress-step.is-complete .progress-marker::before,
.progress-step.is-progress .progress-marker::before,
.progress-step.has-started .progress-marker::before {
    background-color: #104186eb !important;
}

.progress-step.is-active .progress-marker::before {
    background-color: #2196F3 !important;
}

.progress-step:hover .progress-marker::before {
    background-color: #9dcbf1 !important;
}

.progress-step.is-cancelled .progress-marker::before {
    background-color: rgba(200, 0, 0, 0.95) !important;
}

.progress-step.is-cancelled:hover .progress-marker::before {
    background-color: rgba(255, 64, 64, 0.95) !important;
}

/* ---------------------------------------------------
    CAPTACAO
----------------------------------------------------- */
/* .profile-select{
    display: block;
     margin: 10vh auto;
     border-radius: 12px;
     padding: 30px 5vw 40px 5vw;
     background: #fff;
     box-shadow: 9.91px 9.91px 15px #D9DADE;
     width: 40vw;
     height: 80vh;
     line-height:70px;
 } */
.profile-select img {
    margin: 0 auto;
    display: flex;
}

.profile-select i {
    color: #be2636;
    font-size: 26px;
}

.profile-select button:focus {
    box-shadow: none !important;
    color: #104186eb;
}

/* ---------------------------------------------------
    EXEMPTIONS
--------------------------------------------------- */
.exemption-cards {
    padding: 10px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 6px 6px 10px #d9d9d9, -6px -6px 10px #fff;

}

button.btn-exemption.mt {
    margin: -3px 0 0 0;
}

.student-select {
    background-color: rgba(124, 217, 195, 0.411);
    border-color: #7CD9C4;
    padding: 19px;
    font-weight: bold;
    border-radius: 12px;
}

.student-noselect {
    background-color: #ddd;
    border-color: #7CD9C4;
    padding: 19px;
    border-radius: 12px;
}

button.btn-exemption.red-sec.btn-200.float-right.mt.text-dark {
    color: #000 !important;
    box-shadow: 1px 1px 3px #C0C1C4;
}

.btn-secundary {
    background: linear-gradient(145deg, #FFFFFF, #e6e6e6) !important;
    color: #000 !important;
    box-shadow: 1px 1px 3px #C0C1C4;
}

.link-term-teacher {
    color: #104186eb;
    font-weight: 700;
    text-decoration: underline;
}

.title-opportunity {
    font-size: 18px;
    color: #104186eb;
    margin-bottom: 5px;
}

button.btn-red.position-absolute {
    bottom: 21px;
}

.modal-footer {
    justify-content: center;
}

.modal {
    position: fixed;
    top: 25vh;
    left: 0;
    z-index: 99999;
}

/* ---------------------------------------------------
    BOX WITH MARGIN
--------------------------------------------------- */
.box-with-margin .ativo {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #be2636;
    height: 40px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;

}

.box-with-margin .inativo {
    font-size: 16px;
    font-weight: 700;
    color: #be2636;
    background: #F3E5E8;
    height: 40px;
    width: 90%;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto;
}

.font-big {
    font-size: 1em;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .notification-div {
        min-width: 320px;
    }
}