/**
Theme Name: Astra IOA (Child Astra)
Theme URI: #
Description: Theme for Powertect - Child Theme for Astra Theme
Template:    astra
Author: Lima Multimedia
Author URI: https://limamultimedia.com
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: lima

**/

/**
* CONFIG STYLE CHILD
* more stlye moved main-stlye.css
*/
@font-face {
  font-family: 'PlusJakartaSans';
  src: url('assets/fonts/plus-jakarta-sans.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root{
    --c-bg: #FAF5EE;
    --c-surface: #ffffff;
    --c-ink: #251813;
    --c-muted: #6E5B50;
    --c-primary: #800020; /* #8E1F2A;  */
    --c-primary-hover: #600018; 
    --c-primary-d: #2A1712;
    --c-accent: #B8332C;
    --c-accent-d: #8A1F1C;
    --c-gold: #D69B3B;
    --c-sage: #F4E7DC;
    --c-line: #EBDDCD;
    --c-creamy:#fffbeb;
    --c-creamy-b:#fef3c7;

    --c-radius:6.187em;

    --primary-maroon: #800020;
    --primary-hover: #600018;
    --bg-cream: #fcf8f3;
    --text-dark: #222222;
    --text-muted: #666666;
    --border-color: #e2e8f0;
    --radius-md: .5em;
    --radius-lg: 1rem;
    --text-default:#1e293b;
 
}

.badge-status{
    padding: 3px 8px; border-radius: 4px; font-weight: 500; font-size: 11px;
}

.badge-red,.bg-red{
    background: #fde8e8; color: #9b1c1c; 
}

.badge-green,.bg-green{
    background: #def7ec; color: #03543f; 
}

.badge-grey,.bg-grey{
    background: #e9e9e9; color: #7d7d7d; 
}

.text-red{
    color: #9b1c1c; 
}
.text-green{
    color: #03543f; 
}

.text-400{
    font-weight: 400;
}

.text-500{
    font-weight: 500;
}

.text-600{
    font-weight: 600;
}

.text-700{
    font-weight: 700;
}


.flex-btn{
    display: flex;
    gap: 14px;
    flex-wrap: wrap; 
}


.line{
    border: 1px solid var(--c-line);
}

.c-btn {
    border: 0;
    border-radius: 6px; 
    display: inline-block; 
    font-weight: 500; 
    font-size: 1rem;
    background: transparent;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap; 
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.c-btn-sm{
    font-size: .7rem;
    line-height: .9rem;
    padding: 5px 10px;

}

.c-btn-sm span,
.c-btn-sm i{
    font-size: .7rem;
    line-height: .9rem;
}

a.c-btn{
    color: #fff;
    text-decoration: none;
}

.c-btn-blue{
    
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.c-btn-green{
    background: #198754;
    color: #def7ec;
    border-color: #198754;
}

.c-btn-red{
    background: #dc3545;
    color: #fde8e8;
    border-color: #dc3545;
}

.c-btn-grey{
    background: #6c757d;
    color: #dfdfdf;
    border-color: #6c757d;
}

.c-btn-blue:hover{
    background: #0b5ed7; 
    border-color: #0b5ed7;
}

.c-btn-green:hover{
    background: #157347; 
    border-color: #157347;
}

.c-btn-red:hover{
    background: #bb2d3b; 
    border-color: #bb2d3b;
}


.c-btn-grey:hover{
    background: #5c636a; 
    border-color: #5c636a;
}

.c-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.c-btn-outline-blue{
        background: none;
    border:1px solid #0b5ed7;
    color:#0b5ed7!important;
}

.c-btn-outline{
    background: none!important;
    border: 1px solid!important;
}

.d-sm{
    display: none;
}

.d-md{
    display: block;
}

.mb-8, .mobile-mb-8 {
    margin-bottom: .5rem !important;
}

.f-m-18 {
    font-size: 1rem;
}

.info-small {
    font-size: .725rem;
}
 
.line-ellipsis {
    display: -webkit-box;           
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 1;         
    overflow: hidden;     
}

.multi-line-ellipsis {
    display: -webkit-box;           
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;         
    overflow: hidden;     
}

.multi-line-8-elips {
    display: -webkit-box;           
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 8;         
    overflow: hidden;     
}

/* body {
  font-family: 'PlusJakartaSans', sans-serif;
} */

/**
* END OF CONFIG AND FILE stlye
* more stlye moved main-stlye.css
*/

