﻿@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-weight: 900;
    src: local(""), url("../font/NotoSans/NotoSans-Black.ttf") format("truetype");
}

/* noto-sans-800 - extra bold */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-weight: 800;
    src: local(""), url("../font/NotoSans/NotoSans-ExtraBold.ttf") format("truetype");
}

/* noto-sans-700 - bold */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-weight: 700;
    src: local(""), url("../font/NotoSans/NotoSans-Bold.ttf") format("truetype");
}

/* noto-sans-600 - semi bold */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-weight: 600;
    src: local(""), url("../font/NotoSans/NotoSans-SemiBold.ttf") format("truetype");
}

/* noto-sans-500 - medium */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-weight: 500;
    src: local(""), url("../font/NotoSans/NotoSans-Medium.ttf") format("truetype");
}

/* noto-sans-400 - regular */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../font/NotoSans/NotoSans-Regular.ttf") format("truetype");
}

/* noto-sans-300 - light */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../font/NotoSans/NotoSans-Light.ttf") format("truetype");
}

/* noto-sans-200 - extra light */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-style: normal;
    font-weight: 200;
    src: local(""), url("../font/NotoSans/NotoSans-ExtraLight.ttf") format("truetype");
}

/* noto-sans-100 - thin */
@font-face {
    font-family: "Noto Sans";
    font-display: swap;
    font-weight: 100;
    src: local(""), url("../font/NotoSans/NotoSans-Thin.ttf") format("truetype");
}

* {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
}


body {
    margin: 0;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

a {
    text-decoration: none;
}

.input {
    font-size: 1rem;
    color: #495057;
    background: #ffffff;
    padding: 0.5rem 0.5rem;
    border: 1px solid #cccccc;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 6px;
    width: 100%;
    margin: 0;
    font-weight: normal;
}

input:focus {
    outline: none !important;
    border: 1px solid #c1d32f;
}

input:hover {
    outline: none !important;
    border: 1px solid #c1d32f;
}

button:focus {
    background-color: #729748;
}

button:hover {
    background-color: #729748;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.p-button-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    flex: 1 1 auto;
}

.btn-primary {
    --tw-bg-opacity: 1;
    background-color: #204D4C;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
    font-weight: 700;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.btn-secondary>button:hover,
button.btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: red;
}

.btn-outline-primary>button,
button.btn-outline-primary {
    --tw-bg-opacity: 1;
    border: 1px solid #204D4C;
    background-color: #FFF;
    --tw-text-opacity: 1;
    color: #204D4C;
}

button {
    color: #ffffff;
    padding: 0.55rem 0.75rem;
    font-size: 15px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 12px;
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
}

button,
[role="button"] {
    cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    text-transform: none;
}

small.freepik {
    position: absolute;
    top: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0.1;
    font-size: 80%;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #234455;
    border-radius: 4px;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #003948;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked~.checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
}

::before,
::after {
    --tw-content: "";
}

*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.bg-home {
    background: url(../assets/img/vaccines.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-home::before {
    content: "";
    background-image: url(../assets/img/vaccines.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    /* opacity: 0.3; */
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
}

.line-step {
    margin-top: 1.5rem;
}

.container {
    width: 1536px;
}

@media (max-width: 1536px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 640px;
    }
}

.p-toast-top-center {
    top: 20px;
    left: 50%;
    transform: translate(-50%);
}

.p-toast {
    z-index: 9999;
    position: fixed;
    width: 25rem;
}

.p-toast {
    opacity: 0.9;
}

.p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.p-toast-message {
    overflow: hidden;
}

.p-toast-message-icon {
    font-size: 2rem;
}

.p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.p-toast-icon-close {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.p-toast-message-text {
    margin: 0 0 0 1rem;
}

.p-toast-message-text {
    flex: 1 1 auto;
}

.p-toast-summary {
    font-weight: 700;
}

.p-toast-detail {
    margin: 0.5rem 0 0 0;
}

.p-toast-message-content {
    padding: 1rem;
}

.p-toast-message-content {
    display: flex;
    align-items: flex-start;
}


.tooltip {
    position: relative;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 230px;
    min-width: 230px;
    background-color: #455a64;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0.5rem;
    position: absolute;
    z-index: 1;
    top: 174%;
    left: 25%;
    margin-left: -40px;
    font-family: sans-serif;
    text-align: left;
    font-size: 0.8rem;
}

.tooltip .tooltiptext::before {
    content: "";
    position: absolute;
    top: -4%;
    left: 18%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #455a64 transparent transparent transparent;
    transform: rotate(180deg);
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}