/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap'); */
@font-face {
    font-family: 'segoe-ui';
    src: url('font/Segoe-ui/segoeuithis.ttf');
}
@font-face {
    font-family: 'segoe-ui-bold';
    src: url('font/Segoe-ui/segoeuithibd.ttf');
}
@font-face {
    font-family: 'segoe-ui-regular';
    src: url('font/Segoe\ UI.ttf');
}
body {
    /* font-family: "Work Sans", sans-serif; */
    /* font-family: "Questrial", sans-serif; */
    font-family: 'segoe-ui';
}
h1,h2,h3,h4,h5,h6{
    font-family: 'segoe-ui-bold';
    color: #000 !important;
}
.header {
    background: #1D70B8;
    padding: 20px 0px;
}

.govuk-header__logotype {

    margin-right: 5px;
    fill: #fff;
}

.govuk-logo-dot {
    fill: #00ffe0;
}

.search-icon {
    font-size: 25px;
}

.border-right-header {
    border-right: 2px solid #fff;
    /* height: -webkit-fill-available; */
    height: 30px;
}
.btn-start{
        background: #1D70B8;
        padding: 12px 28px;
        margin-bottom: 20px;
        color: #fff;
}
.btn-start:hover{
    color: #fff;
}
.list-inorder {
    list-style: none;
    gap: 10px;
}

.list-inorder li a {
    color: #0b0c0c;
}

.txt-guide {
    color: #505a5f;
    font-size: 1.6875rem;
}

.txt-infor {
    font-weight: 700;
    font-size: 2.25rem;
    color: #0b0c0c;
}

.para-infor {
    font-size: 1.5rem;

    color: #0b0c0c;
}

.txt-from {
    color: #0b0c0c;
    font-size: 1rem;
    font-weight: 400;
}

.txt-from a {
    color: #1d70b8;
    font-weight: bold;
    text-decoration: underline;
}

.btn-email {
    padding: 10px;
    margin: 0;
    border: 1px solid #505a5f;
    color: #1d70b8;
    cursor: pointer;
    background: none;
    border-radius: 0px !important;
}

.btn-email:hover {
    background-color: #f3f2f1;
    color: #003078;
}
.btn-cont {
        padding: 12px 40px;
    font-size: 18px;
    margin: 0;
    border: 1px solid #00713D;
    color: #fff;
    cursor: pointer;
    background: #00713D;
    border-radius: 0px !important;
    display: flex;
    justify-content: center;
}
a:hover{
    text-decoration: none;
}
.btn-cont:hover {
    background-color: #00713D;
    color: #fff;
    text-decoration: none;
}

.txt-content {
    color: #0b0c0c;
    font-weight: 400;
    font-size: 1rem;
}

.list-content-order {
    list-style: none;
}

.list-content-order li a {
    color: #1d70b8;
    font-size: 1rem;
}

.list-content-order li a:hover {
    color: #003078;
    border-bottom: 3px solid #003078;
    text-decoration: none;
}

.para-date {
    font-weight: 400;
    font-size: 1.1875rem;
    color: #0b0c0c;
}

.para-date a {
    color: #1d70b8;
}

.txt-crypto {
    font-size: 1.5rem;
    font-weight: 700;
}

.list-content-order-01 li a {
    color: #0b0c0c;
    font-weight: 400;
    font-size: 1.1875rem;
}

.txt-unique {
    color: #1d70b8 !important;
}

a {
    color: #1d70b8;
}

.gap-btn {
    gap: 20px;
}

.txt-border {
    color: #0b0c0c;
    border-top: 2px solid #1d70b8;
    border-bottom: 1px solid #B1B4B6;
}

.list-content-order-03 {
    list-style: none;
    border-bottom: 1px solid #B1B4B6;

}
.input-field{
    height: 50px;
    /* border: 1px solid #1d70b8; */
    border-radius: 8px;
}
.input-field:focus{
    border: 1px solid #1d70b8 !important;
    box-shadow: none !important;

}
.list-content-order-03 li a {
    color: #1d70b8;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: underline;
}

.footer {
    background: #f4f8fb;
    padding-bottom: 25px;
    padding-top: 40px;
    font-weight: 400;
    font-size: 1.1875rem;
    border-top: 10px solid #1d70b8;
    color: #0b0c0c;
    margin-top: 100px;
}

.txt-service {
    border-bottom: 1px solid #8eb8dc;
    padding-bottom: 20px;
    font-size: 1.5rem;
    color: #0b0c0c;
    font-weight: 700;
}
.list-footer{
    list-style: none;

}
.list-footer li{
    margin-bottom: 20px;
}
.list-footer li a{
        color: #0b0c0c;
            font-weight: 400;
    font-size: 1.1875rem;
    text-decoration: underline;
}
.list-inner-footer {
    gap: 20px;
    row-gap: 0px;
    list-style: none;
}
.list-inner-footer li a{
            color: #0b0c0c;
    font-weight: 400;
    font-size: 1.1875rem;
    text-decoration: underline  ;
}
.para-footer{
     color: #0b0c0c;
    font-weight: 400;
    font-size: 1.1875rem;
}
.footer-inner-text{
    color: #0b0c0c;
    font-weight: 400;
    font-size: 1.1875rem;
    text-decoration: underline;
    text-align: center; 
}

.border-section{
    padding: 20px 0px;
    border-bottom: 1px solid #8eb8dc;
}
.list-language{
    list-style: none;
    gap: 15px;
    margin-top: 20px;
}
.list-language li a{
    color: #000;
    font-size: 22px;
}
.list-language li.txt-active a{
    color: #1d70b8;
    text-decoration: underline;
}
.card-border-header{
        border: 5px solid #1d70b8;
}
.card-border-header h5{
        background:  #1d70b8;
        padding: .5rem 1rem;
}
.card-body p{
    color: #000;
        font-family: 'segoe-ui-regular';
        
    }
    .txt-user{
        
        font-family: 'segoe-ui-regular' !important;
}
.txt-label{
        font-weight: 600;
            font-size: 20px;
    margin-bottom: 15px;
    color: #000;
}
.input-field-01{
        font-family: 'segoe-ui-regular' !important;
        font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    width: 100%;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid #0b0c0c;
    border-radius: 0px;
}
.input-field-01:focus{
       outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px !important;
    border: 2px solid #0b0c0c; 
}
.form-check-input{
    width: 20px;
    height: 20px;
}
.btn-show{
          background-color: #f3f2f1;
    box-shadow: 0 2px 0 #929191;
    padding: 5px 30px;
    color: #000;
    border-radius: 0px;
    font-size: 18px;
}
.btn-show:hover{
        background-color: #dbdad9;
        color: #0c0c0c;
}
.btn-sign{
        /* padding: 8px 10px 7px;    */
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    background-color: #00703c;
    box-shadow: 0 2px 0 #002d18;
    font-size: 18px;
}
.btn-sign:hover{
    color: #fff;
    background: #005a30;
    text-decoration: none;
}
.txt-create{
        color: #1d70b8;
            text-decoration: underline;
                    font-size: 1.1875rem;
}
.list-detail{
    /* list-style: none; */
}
.list-detail li a{
    color: #000;
}
@media screen and (max-width:767px) {
    .txt-sign-in br{
        display: none;
    }
    .txt-sign-in {
       font-size: 30px;
    }
    .btn-sign{
        width: 100%;
    }
}