@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

*{
font-family: 'Inter', sans-serif;
color: #1A1F23;
font-size: 14px;
}
body{
background-color: #fff;
}
.page-header{
border-bottom: 1px solid #e6e9f0;
margin: auto;
padding: 20px;
position: fixed;
top: 0;
left: 0;
z-index: 10;
background-color: #fff;
width: 100%;
}
.container{
padding-top: 72px;
}
.text-white{
color: #fff !important;
}
.min-h-screen{
background-color: #f6f8fc !important;
}

.rounded-md.bg-indigo-500{
background-color: #1d90f5;
color: #fff;
border: none;
border-radius: 30px;
}

.rounded-md.bg-indigo-500:hover{
background-color: #096cc3;
}

.text-5xl {
font-size: 24px;
font-weight: 600;
}

p {
font-size: 14px;
line-height: 24px;
font-weight: 400;
margin: 0 0 4px;
}

.bg-zinc-300{
background-color: #fff !important;
/* border: 1px solid #D6DCE0; */
}

.text-green-500{
color: #21ab73 !important;
}

.dark .dark\:divide-zinc-700>:not([hidden])~:not([hidden]){
border-color: #EEF0F2 !important;
}
.bg-zinc-400{
color: #FCFCFD !important;
font-size: 12px;
font-weight: 400;
background: #181818;
}

.color-mode-toggle{
display: none !important;
}


/* .border-red-500{
border-color: #EB6363;
}
.bg-red-500{
background-color: #EB6363;
} */

.bg-yellow-500{
background-color: #FFC257;
}

.border-yellow-500{
border-color: #FFC257;
}


.cards-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}
.has-three-col{
    width: calc((100% - (40px * 2)) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
}
.has-three-col:nth-child(3n) {
    margin-right: 0;
}
.card--default {
    height: 100%;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}
.card--default h3{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #142640 !important;
}
.card--default p {
    font-size: 14px;
    line-height: 24px;
}
.text-md{
    font-size: 20px;
    line-height: 28px;
}
.card--showcase .cards-tile{
    padding: 24px;
    height: 100%;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgba(22, 45, 61, 0.2);
    box-shadow: 0 2px 4px 0 rgba(22, 45, 61, 0.2);
}
.card--showcase .cards-tile:hover{
    box-shadow: 0 14px 32px 0 rgba(22, 45, 61, 0.08), 0 1px 4px 0 rgba(22, 45, 61, 0.1);
}


.cards-container{
    display: grid;
    grid-template-columns: auto auto;
    padding: 20px 30px;
    gap: 20px;
}
.cards-container > div{
    align-items: center;
    display: flex;
    width: 100%;
    height: 100px;
    box-shadow: 0 2px 4px 0 rgba(22, 45, 61, 0.2);
    padding: 16px;
    border-radius: 8px;
    border: none;
}
.date-pill{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 14px;
    background-color: #f6f8fc;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    width: max-content;
    letter-spacing: 0.25px;
}

.border-yellow-500:before {
    content: "Minor";
    display: block;
    width: max-content;
    max-width: 120px;
    padding: 4px 12px 3px 12px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.1px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFC257;
}


.border-black:before {
    content: "None";
    display: block;
    width: max-content;
    max-width: 120px;
    padding: 4px 12px 3px 12px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.1px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000;
}


.border-red-500:before {
    content: "Critical";
    display: block;
    width: max-content;
    max-width: 120px;
    padding: 4px 12px 3px 12px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.1px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4444;
}


.border-orange-500:before {
    content: "Major";
    display: block;
    width: max-content;
    max-width: 120px;
    padding: 4px 12px 3px 12px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: 0.1px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f97315;
}
 
.pos-rel{
    position: relative;
}
.border-1{
    border-width: 1px;
}
/*
.pos-rel.border-yellow-500 .section-hd{
    background-color: rgba(255,194,87,0.14);
}
.pos-rel.border-orange-500 .section-hd{
    background-color: rgb(249,115,21, 0.20)
}
.pos-rel.border-red-500 .section-hd{
    background-color: rgb(239,68,68,0.12);
}
.pos-rel.border-black .section-hd{
    background-color: rgba(0,0,0,0.14);
} */

