@charset "UTF-8";

.d24h-logo-menu {
    display: block;
    margin: 0 auto !important;
    max-width: 200px;
    max-height: 40px
}

.d24h-logo {
    margin: 0;
    max-width: 200px;
    color: #17ad37;
}

/***********************/
/*** CORES & SOMBRAS ***/
/***********************/

.bg-light-100 {
    background-color: #F6F6F6;
}

.text-whats {
    color: #0e9e2d !important;
}

.text-white {
    color: #FFF !important;
}

.text-blue {
    color: #05276f !important;
}

.text-brown {
    color: #2a1a09 !important;
}

.text-black {
    color: #000 !important;
}

.text-grey {
    color: #444 !important;
}

.shadow-bottom {
    -webkit-box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 20px 10px -15px rgba(0, 0, 0, 0.10);
}


/*****************/
/*** ESTRUTURA ***/
/*****************/

hr {
    margin: 20px 0px;
    border-top: 1px solid #999 !important;
}

hr.transparent {
    margin: 20px 0px;
    border-top: 1px transparent !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.no-list li {
    margin-left: 10px;
    list-style-type: none;
}

/*** ALTURA DA DIV - 3 TAMANHOS  ***/
.min-h-1 {
    min-height: 300px;
}

.min-h-2 {
    min-height: 500px;
}

.min-h-3 {
    min-height: 850px;
}

/*** MODAL ***/
.modal-header .btn-close span {
    display: block;
    margin-top: -20px;
    font-size: 26px;
}

.modal-xl .modal-body {
    padding: 0;
}

.modal-xl.hv-80 {
    height: 80vh !important;
}

.modal-xl .modal-body .table-responsive {
    height: 100% !important;
    overflow: auto;
}

.modal-header .btn-close {
    font-size: 30px;
}

/*** MENSAGENS & ALERTAS ***/
.msg-flash,
.js-flash {
    display: block;
    position: fixed;
    top: 2500px;
    right: 30px;
    width: 90%;
    max-width: 500px;
    padding: 0;
    opacity: 0;
    z-index: 1000;
    transition: 1s ease all;
    cursor: pointer;
    z-index: 1100;
}

.msg-animate-fade {
    opacity: 1;
    top: 25px;
    transition: 1s ease all;
    cursor: pointer;
}

.progress-bar {
    position: absolute;
    margin: -16px 0 0 -16px;
    height: 6px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 6px 6px 0 0;
}

.progress-bar.probar-10s {
    animation: progress-animation 10s infinite;
}

@keyframes progress-animation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%
    }
}

/*** TOOLTIP ***/
.info-tooltip {
    display: inline-block;
    margin: 0 4px;
    padding-top: 2px;
    width: 20px;
    height: 20px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    background-color: #132742;
    border-radius: 50%;
}

/*** CARTÃO - ADESÃO PLANO RESUMO ***/
.img-cartao.img-fluid {
    display: block;
    max-width: 260px;
    margin: auto;
    margin-bottom: 20px;
}

/*** TITULARES ***/
.img-guiausuario {
    display: block;
    max-width: 100%;
    margin: auto;
}

.box-card-icon a:hover .icon,
.box-list-group a:hover .badge {
    margin-right: -8px;
    transition: .2s ease all;
}

.box-card-icon a .icon,
.box-list-group a .badge {
    transition: .2s ease all;
}

/* .cadeado-recuperarsenha {
    font-size: 100px;
}

.table.striped {
    border-collapse: collapse;
}

.table.striped tbody tr:hover {
    background-color: #F5F5F5;
    transition: .35s ease-in-out all;
} */

/*** ASSINATURA LEX DIGITAL ***/
.sign-lex {
    display: inline-block;
    width: 80px;
    transition: .2s ease all;
}

.sign-lex:hover {
    width: 75px;
    transition: .2s ease all;
}

.sign-lex img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
}

/* .avatar-lex {
    display: inline-block;
    max-height: 150px
} */

@media (max-width: 840px) {
    .sign-lex {
        display: block;
        margin: 0 auto;
    }
}

/*** FOOTER  ***/
footer .nav-link,
footer .copyright {
    font-size: 12px !important;
}


/**************************/
/*** TABELA ALTERNATIVA ***/
/**************************/

.table-secondary {
    margin-bottom: 20px;
    min-width: 100%;
}

.table-secondary tbody {
    border-bottom: 1px solid #e7e7e7;
}

.table-secondary tfoot td {
    padding-top: 30px;
    border-top: 0px solid transparent;
}

.table-secondary th,
.table-secondary td {
    color: #67748e;
    border-top: 1px solid #e7e7e7;
}

.table-secondary thead th {
    padding: 8px;
    font-size: 0.65rem !important;
    font-weight: 700;
    color: #8392AB !important;
    text-transform: uppercase !important;
    white-space: nowrap;
    opacity: 0.7 !important;
}

.table-secondary tbody>tr>td {
    padding: 10px 8px;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    background-color: #FFF
}

.table-secondary tbody>tr:nth-child(odd)>td {
    background-color: #F8F9Fa
}

.table-secondary tbody>tr:hover>td {
    background-color: #F1F1F1 !important;
    transition: all 300ms ease-in-out;
}

.table-secondary .td-10 {
    width: 10% !important;
}

.table-secondary .td-15 {
    width: 15% !important;
}

.table-secondary .td-20 {
    width: 20% !important;
}

.table-secondary .td-25 {
    width: 25% !important;
}

.table-secondary .td-30 {
    width: 30% !important;
}

.table-secondary .td-35 {
    width: 35% !important;
}

.table-secondary .td-40 {
    width: 40% !important;
}

.table-secondary .td-50 {
    width: 50% !important;
}

.table-secondary .td-60 {
    width: 60% !important;
}

.table-secondary .td-100p {
    padding-right: 100px !important;
}

.table-secondary .td-150p {
    padding-right: 150px !important;
}

.table-secondary .td-200p {
    padding-right: 200px !important;
}

@media (max-width: 576px) {

    .table-secondary .td-10,
    .table-secondary .td-15 {
        padding: 10px 35px;
        white-space: nowrap;
    }

    .table-secondary .td-20,
    .table-secondary .td-25 {
        padding: 10px 60px;
        white-space: nowrap;
    }

    .table-secondary .td-30,
    .table-secondary .td-35,
    .table-secondary .td-40 {
        padding: 10px 100px;
        white-space: nowrap;
    }

    .table-secondary .td-50,
    .table-secondary .td-60 {
        padding: 10px 130px;
        white-space: nowrap;
    }
}


/******************************/
/*** NOVA ADESÃO - ESCOLHER ***/
/******************************/

.box-vitrine {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #CCC;
}

.box-vitrine .plan {
    position: relative;
    transition: .2s ease all;
}

.box-vitrine .plan:hover {
    margin-top: -10px;
    transition: .6s ease all;
}

.box-vitrine .plan:hover h4 {
    background-color: #6f42c1 !important;
    color: #FFF;
    transition: background 1s;
}

.box-vitrine .plan:hover p {
    transform: translateX(10px) scale(1);
}

.box-vitrine .plan:hover .ajuda {
    transform: translateX(10px) scale(1);
}

.box-vitrine .plan .nome {
    margin: 0 auto;
    padding-bottom: 3px;
    text-wrap: nowrap;
    font-size: 12px;
    color: #999;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

.box-vitrine .plan .nome::after {
    content: "";
    display: block;
    margin-bottom: 5px;
}

.box-vitrine .plan p {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: transform .8s;
    transform: translateX(0) scale(0);
}

.box-vitrine .plan p .fa {
    font-size: 16px;
}

.box-vitrine .plan .ajuda {
    position: absolute;
    top:-15px;
    right: 40px;
    font-size: 20px;
    color: #6f42c1;
    transition: transform .5s;
    transform: translateX(0) scale(0);
}

/*** BOX LOGOS CONTRATANTES ***/
.box-contratantes a {
    display: block;
    border: 0px solid #F5F5F5;
    border-radius: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.03);
    transition: .5s ease all;
}

.box-contratantes a:hover {
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.08);
    transition: .5s ease all;
}

.box-contratantes a img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    max-width: 80%
}

/* BOX COM OS PLANOS E CARTÕES PARA ESCOLHA */
.box-plano-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.box-plano {
    flex: 0 1 33%;
    align-self: stretch;
    min-height: 100px;
    padding: 20px 5px 20px 5px;
}

.box-plano:nth-of-type(1),
.box-plano:nth-of-type(5n) {
    padding-left: 10px;
}

.box-plano:nth-of-type(4n) {
    padding-right: 10px;
}

.box-plano .header {
    position: relative;
}

.box-plano .header .ajuda {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    color: #999;
}

.box-plano .header .ajuda:hover {
    color: #555;
}

.box-plano .header img {
    display: block;
    width: auto;
    max-height: 150px;
    margin: auto;
    transition: .3s ease all;
}

.box-plano:hover {
    transition: .3s ease all;
}

.box-plano .td {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 5px;
    width: 33.333%;
    font-size: 13px;
}

.box-plano.duo .td {
    width: 49%;
}

.box-plano .th .td {
    color: #FFF;
    font-weight: 600;
    background-color: #999;
    transition: .3s ease all;
}

.box-plano .tr {
    display: block;
    color: #333;
}

.box-plano .tr .td {
    border-bottom: 1px solid #EEE;
}

.box-plano .tr .td i {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    opacity: 0;
    transition: .4s ease all;
}

.box-plano .tr:hover .td {
    background-color: #F5F5F5;
    transition: .3s ease all;
}

.box-plano a.td:hover {
    background-color: #e1fabe !important;
    font-weight: 800;
    color: #cb0c9f !important;

}

.box-plano a.td:hover i {
    right: 8px;
    opacity: 1;
    transition: 1s ease all;
}

/* TABELA BENEFÍCIOS MODAL */
/*
.table-beneficios {
    margin: 0 auto;
    width: 1020px;
    height: 300px;
    font-size: 12px;
}

.table-beneficios .head,
.table-beneficios .lnh {
    display: flex;
}

.table-beneficios .head span {
    font-weight: bolder;
    color: #333;
    background-color: #F5F5F5;
}

.table-beneficios .head span:not(.beneficio):hover {
    background-color: #faf2d8;
    cursor: pointer;
}

.table-beneficios .select {
    background-color: #feffe5 !important;
}

.table-beneficios .beneficio {
    display: block;
    float: left;
    width: 250px;
    margin: 1px;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.table-beneficios .beneficio .nome {
    display: block;
    font-weight: 700;
}

.table-beneficios .beneficio .descricao {
    display: block;
    font-size: 11px;
    line-height: 120%
}

.table-beneficios .lnh:hover {
    background-color: #F5F5F5;
}

.table-beneficios .plano {
    display: flex;
    float: left;
    width: 108px;
    margin: 1px;
    padding: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
    text-align: center;
}

.table-beneficios .plano .fa-ban {
    color: #CCC;
}

.table-beneficios .plano .fa-circle-check {
    color: #66a811;
}

.table-beneficios .plano b {
    display: block;
    margin: 0 auto;
}

.table-beneficios .plano i {
    display: block !important;
    margin: 0 auto !important;
    padding: 8px;
    font-size: 20px;
}
*/

@media only screen and (max-width:1100px) {
    .box-plano {
        flex: 0 1 50%;
    }

    .box-plano:nth-of-type(2n),
    .box-plano:nth-of-type(3n) {
        padding-left: 10px;
    }

    .box-plano:nth-of-type(2n) {
        padding-right: 10px;
    }
}

@media only screen and (max-width:600px) {
    .box-plano {
        flex: 0 1 100%;
    }

    .box-plano:nth-of-type(1) {
        padding-right: 10px;
    }
}


/**************************/
/*** FORMULÁRIO & BOTAO ***/
/**************************/

.lex-filter-search {
    display: none;
    padding-bottom: 1.4rem;
    border-bottom: 1px dotted #CCC;
}

.form-check {
    padding-top: 6px;
}

.form-check label {
    padding-top: 3px;
}

.input-date {
    position: relative
}

.input-date label {
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 2
}

.input-date input {
    padding-left: 20px;
}

.input-group-text {
    z-index: 5;
}

.input-group-right {
    position: absolute;
    right: 0;
    height: 100%
}

.input-group-text-right {
    padding-right: 40px !important;
    text-align: right;
}

.input-file-button {
    position: relative;
}

.input-file-button input[type=file] {
    margin-left: -2px !important;
    padding-left: 60px;
    z-index: 1;
}

.input-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.input-file-button input[type=file]::file-selector-button {
    display: none;
}

.input-file-button .input-file-text {
    position: absolute;
    top: 1px;
    left: 12px;
    padding: 5px 16px 0 16px;
    height: calc(100% - 4px);
    border-radius: 5px 0 0 5px;
    background-color: #FFF;
    z-index: 2;
}

.input-file-button:hover .input-file-text {
    background-color: #F5F5F5;
    cursor: pointer;
    transition: .5s ease all;
}

/* https://www.htmlcssbuttongenerator.com/css-button-generator.html#scarelargeCodeInsideID */
/* https://www.bestcssbuttongenerator.com/#/27 */

.bttn {
    display: inline-block;
    margin: 3px 3px 3px 0px;
    padding: 6px 26px;
    width: auto;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 1px 0px 0px rgba(214, 215, 213, 0.5);
    background: linear-gradient(145deg, #9c9d9c 5%, #c3c3c2 100%);
    background-color: #bcbcbb;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    cursor: pointer;
    transition: ease-out .2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bttn-outline {
    display: inline-block;
    margin: 3px 6px 3px 0px;
    padding: 6px 25px;
    color: #8392AB;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: inset 0px 1px 0px 0px rgba(214, 215, 213, 0.5);
    background-color: transparent;
    border: 1px solid #8392AB;
    border-radius: 8px;
    cursor: pointer;
    transition: ease-out .2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bttn:hover {
    color: #ffffff;
    opacity: .8;
    padding: 6px 24px;
}

.bttn-outline:hover {
    opacity: .8;
    padding: 6px 23px;
}

.bttn.small,
.bttn-outline.small {
    font-size: 12px;
}

.bttn.big,
.bttn-outline.big {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.bttn.ico,
.bttn-outline.ico {
    font-size: 12px;
    padding: 6px 8px 6px 13px;
}

.bttn i,
.bttn-outline i {
    width: 15px;
    padding: 0;
    margin: 0;
}

.bttn.l,
.bttn-outline.l {
    margin: 3px 6px 3px 0px;
    float: left;
}

.bttn.r,
.bttn-outline.r {
    margin: 3px 0px 3px 6px;
    float: right;
}

.bttn .l,
.bttn-outline .l {
    margin: 0px 7px 0 -3px;
}

.bttn .r,
.bttn-outline .r {
    margin: 0px 0px 0px 7px;
}

.bttn.c-success {
    background: linear-gradient(145deg, #77a809 5%, #97d603 100%);
    background-color: #89c403;
}

.bttn.c-danger {
    background: linear-gradient(145deg, #c62d1f 5%, #ff655b 100%);
    background-color: #c62d1f;
}

.bttn.c-warning {
    background: linear-gradient(145deg, #f79a05 5%, #edd011 100%);
    background-color: #f79a05;
}

.bttn.c-info {
    background: linear-gradient(145deg, #019ad2 5%, #33bdef 100%);
    background-color: #019ad2;
}

.bttn.c-dark {
    background: linear-gradient(145deg, #1e2137 0%, #495082 100%);
    background-color: #132742;
}

.bttn.c-primary {
    background: linear-gradient(145deg, #023e8a 5%, #9e076c 100%);
    background-color: #019ad2;
}

.bttn-outline.c-success {
    border: 1px solid #7cad08;
    color: #7cad08;
}

.bttn-outline.c-danger {
    border: 1px solid #f64130;
    color: #f64130;
}

.bttn-outline.c-warning {
    border: 1px solid #f79a05;
    color: #f79a05;
}

.bttn-outline.c-info {
    border: 1px solid #019ad2;
    color: #019ad2;
}

.bttn-outline.c-dark {
    border: 1px solid #18365e;
    color: #18365e;
}

.bttn-outline.c-primary {
    border: 1px solid #9e076c;
    color: #9e076c;
}


/**********************************/
/*** GERAR CARTEIRINHA DO PLANO ***/
/**********************************/

.box-carteirinha-padrao {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 440px;
    border-radius: 15px;
}

.box-carteirinha-padrao .cartao {
    display: block;
    max-width: 100%;
    border-radius: 15px;
    z-index: 1;
}

.box-carteirinha-padrao .logo-cartao {
    display: block;
    position: absolute;
    top: 50px;
    left: 25px;
    width: auto;
    height: 55px;
    z-index: 2;
}

.box-carteirinha-padrao .logo-cartao.parceiro {
    height: 65px !important;
}

.box-carteirinha-padrao span {
    display: block;
    position: absolute;
    left: 25px;
    width: 280px;
    font-weight: 600;
    color: #444;
    z-index: 2;
}

.box-carteirinha-padrao .numero {
    top: 140px;
    font-size: 26px;
}

.box-carteirinha-padrao .tipo {
    top: 190px;
    font-size: 11px;
}

.box-carteirinha-padrao .nome {
    top: 205px;
    width: 89%;
    height: 30px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
}

.box-carteirinha-padrao .doc {
    top: 230px;
    font-size: 13px;
}

@media only screen and (max-width: 900px) {
    .box-carteirinha-padrao {
        width: 320px;
    }

    .box-carteirinha-padrao .logo-cartao {
        top: 35px;
        height: 40px;
    }

    .box-carteirinha-padrao .logo-cartao.parceiro {
        top: 30px;
        left: 15px;
        height: 45px !important;
    }

    .box-carteirinha-padrao span {
        left: 15px;
        width: 280px;
    }

    .box-carteirinha-padrao .numero {
        top: 90px;
        font-size: 18px;
    }

    .box-carteirinha-padrao .tipo {
        top: 127px;
        font-size: 9px;
    }

    .box-carteirinha-padrao .nome {
        top: 140px;
        font-size: 14px;
    }

    .box-carteirinha-padrao .doc {
        top: 160px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 400px) {
    .box-carteirinha-padrao {
        width: 280px;
    }

    .box-carteirinha-padrao .logo-cartao {
        top: 30px;
        left: 15px;
        height: 35px;
    }

    .box-carteirinha-padrao .logo-cartao.parceiro {
        top: 25px;
        left: 15px;
        height: 45px !important;
    }

    .box-carteirinha-padrao span {
        left: 15px;
        width: 245px;
    }

    .box-carteirinha-padrao .numero {
        top: 80px;
    }

    .box-carteirinha-padrao .tipo {
        top: 117px;
    }

    .box-carteirinha-padrao .nome {
        top: 130px;
    }

    .box-carteirinha-padrao .doc {
        top: 150px;
    }
}


/*****************************/
/*** MENU LATERAL ESQUERDA ***/
/*****************************/

.sidenav {
    z-index: 5;
}

.sidenav-mini-icon {
    display: inline-block;
    margin-left: -10px
}

.nav-item .fa {
    font-size: 20px !important;
}

.nav-item .nav-link .sidenav-mini-icon .ico-menu-duo24h {
    display: block
}

@media (max-width: 1200px) {
    .nav-item .nav-link .sidenav-mini-icon .ico-menu-duo24h {
        display: none
    }

    .navbar-brand-img-lex {
        display: none !important;
    }
}


/***************************************************************/
/*** VERIFICAR NOVAMENTE POIS ACREDITO QUE PODE SER EXCLUÍDO ***/
/***************************************************************/

.bttn-outline.active {
    border-color: #F56565;
    color: #F56565;
    background-color: #F5F5F5;
}

/*BTNs nossos*/
.btn-sm2 {
    /* Font & Text */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 16.8px;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    text-indent: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    word-spacing: 0px;

    /* Box */
    border: 0px none rgb(52, 71, 103);
    border-top: 0px none rgb(52, 71, 103);
    border-right: 0px none rgb(52, 71, 103);
    border-bottom: 0px none rgb(52, 71, 103);
    border-left: 0px none rgb(52, 71, 103);
    margin: 0px 0px 16px;
    padding: 8px 32px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;

    /* Positioning */
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: inline-block;
    clear: none;
    z-index: auto;

    /* List */
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    /* Table */
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;

    /* Miscellaneous */
    overflow: visible;
    cursor: pointer;
    visibility: visible;

    /* Effects */
    transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    transition: none 0s ease 0s;
    outline: none rgb(255, 0, 0) dashed 0px;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: break-word;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    transition: 0.2s ease all;
}

.btn-sm2:hover {
    padding: 8px 34px;
    transition: 0.2s ease all;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 5px -1px, rgba(0, 0, 0, 0.07) 0px 2px 3px -1px;
}

.bg-gradient-deep2,
.bg-gradient-deep2:hover {
    /* Color & Background */
    background-attachment: scroll;
    background-color: rgb(52, 71, 103);
    background-image: linear-gradient(310deg, rgb(20, 23, 39) 0%, rgb(58, 65, 111) 100%);
    background-position: 25% 0%;
    background-repeat: repeat;
    color: rgb(255, 255, 255);
}

.bg-gradient-light2,
.bg-gradient-light2:hover {
    /* Color & Background */
    background-attachment: scroll;
    background-color: rgb(233, 236, 239);
    background-image: linear-gradient(310deg, rgb(206, 212, 218) 0%, rgb(235, 239, 244) 100%);
    background-position: 25% 0%;
    background-repeat: repeat;
    color: rgb(58, 65, 111);
}

.btn-sm-outline2 {
    /* Font & Text */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 16.8px;
    text-decoration: none solid rgb(131, 146, 171);
    text-align: center;
    text-indent: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    word-spacing: 0px;

    /* Color & Background */
    background-attachment: scroll;
    background-color: rgba(255, 255, 255, 255);
    background-image: none;
    background-position: 25% 0%;
    background-repeat: repeat;
    color: rgb(0, 0, 0);

    /* Box */
    border: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    margin: 0px 8px 16px 0px;
    padding: 8px 32px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;

    /* Positioning */
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: inline-block;
    clear: none;
    z-index: auto;

    /* List */
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;

    /* Table */
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;

    /* Miscellaneous */
    overflow: visible;
    cursor: pointer;
    visibility: visible;

    /* Effects */
    transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    transition: 0.2s ease all;
    outline: none rgb(255, 0, 0) dashed 0px;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: break-word;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-sm-outline2:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 9px -5px;
    padding: 8px 34px;
}

.btn-secondary2,
.btn-secondary2:hover {
    color: rgb(131, 146, 171);

    border: 1px solid rgb(131, 146, 171);
    border-top: 1px solid rgb(131, 146, 171);
    border-right: 1px solid rgb(131, 146, 171);
    border-bottom: 1px solid rgb(131, 146, 171);
    border-left: 1px solid rgb(131, 146, 171);
}

/*Outline*/

.btn-sm-outline2 {
    /* Font & Text */
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 16.8px;
    text-decoration: none solid rgb(131, 146, 171);
    text-align: center;
    text-indent: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    word-spacing: 0px;

    /* Color & Background */
    background-attachment: scroll;
    background-color: rgba(255, 255, 255, 255);
    background-image: none;
    background-position: 25% 0%;
    background-repeat: repeat;
    color: rgb(0, 0, 0);

    /* Box */
    border: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-left: 1px solid rgb(0, 0, 0);
    margin: 0px 8px 16px 0px;
    padding: 8px 32px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 0px;

    /* Positioning */
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: inline-block;
    clear: none;
    z-index: auto;

    /* List */
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;

    /* Table */
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;

    /* Miscellaneous */
    overflow: visible;
    cursor: pointer;
    visibility: visible;

    /* Effects */
    transform: matrix(1.02, 0, 0, 1.02, 0, 0);
    transition: 0.2s ease all;
    outline: none rgb(255, 0, 0) dashed 0px;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: break-word;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-sm-outline2:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 9px -5px;
    padding: 8px 34px;
}

.bg-secondary2,
.bg-secondary2:hover {
    color: rgb(131, 146, 171);

    border: 1px solid rgb(131, 146, 171);
    border-top: 1px solid rgb(131, 146, 171);
    border-right: 1px solid rgb(131, 146, 171);
    border-bottom: 1px solid rgb(131, 146, 171);
    border-left: 1px solid rgb(131, 146, 171);
}

.bg-info2,
.bg-info2:hover {
    color: #17c1e8;

    border: 1px solid #17c1e8;
    border-top: 1px solid #17c1e8;
    border-right: 1px solid #17c1e8;
    border-bottom: 1px solid #17c1e8;
    border-left: 1px solid #17c1e8;
}