@font-face {
    font-family: "Higuen Serif";
    src: url("https://camorimadvocacia.com.br/app/public/fonts/higuen_serif_2.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Hero Light";
    src: url("https://camorimadvocacia.com.br/app/public/fonts/hero_light_regular.otf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

.form-control:focus {
    border-color: #212529;
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.25);
}

body {
    background-color: rgb(241, 245, 245);
}

.bg-color-theme {
    border-color: #320a0a;
    background-color: #320a0a;
    color: white;
}

.text-theme {
    color: #320a0a;
}

.border-theme {
    border: #320a0a 1px solid !important;
}

.table-theme th {
    background-color: #320a0a;
    color: white;
}

.table-theme tbody tr {
    height: 50px;
}

.pagination-without-background {
    background-color: rgb(241, 245, 245);
}

.field {
    font-weight: bold;
    position: relative;
}

.field-required {
    font-weight: bold;
    position: relative;
}

.field-required::after {
    content: '*';
    color: red;
    margin-left: 5px;
}



/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-radius: 8px;
}



/* card modern */
.card-modern {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.card-modern:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}



/* sweet alert */
.swal-text {
    font-size: 1.2rem;
    color: black;
}



/* badges */
.linkedinColor {
    background-color: #0077B5;
}

.gmailColor {
    background-color: #D44638;
}

.content {
    border-radius: 15px;
}


/* btns style */
.btn-main {
    appearance: none;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.btn-main:disabled {
    pointer-events: none;
}

.btn-main:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.btn-main:active {
    box-shadow: none;
    transform: translateY(0);
}



/* theme colors */
.first-color-bg {
    background-color: #320a0a;
    color: white;
    border: 2px solid #2c0c0c;
}

.second-color-bg {
    background-color: #e9ddbb;
    color: #320a0a;
    border: 2px solid #c5bfb0;
}

.first-color {
    color: #320a0a;
}

.second-color {
    color: #e9ddbb;
}

/* fonts theme */
.first-font {
    font-family: "Higuen Serif", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.second-font {
    font-family: "Hero Light", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.third-font {
    font-family: "Arial", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}