/*@font-face {
    font-family: CAT-Regular;
    src: url("../fonts/CatRegularPc.ttf") format('truetype'),
        url("../fonts/CatRegularPc.woff") format('woff2');
}*/

@font-face {
    font-family: NT-Regular;
    src: url("../fonts/NT.ttf") format('truetype');
}

body {
    font-family: NT-Regular;
    font-size: 1.3rem;
    /*    letter-spacing: 0.03rem;*/
    letter-spacing: 0.08rem;
}
.bg-NT {
    background-color: #ffd105;
}
.bg-img {
    background: url("../images/BG.png") center center no-repeat fixed;
    background-size: cover;
    height: 100%;
}
.footer {
    /*background-color: #96999b;*/
    background-color: #000;
    margin-top: 1.5rem;
    /*margin-bottom: 0.35rem;*/
}
.text-footer {
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}
.input-group > .form-control {
    width: 100%;
}
.form-control {
    font-size: 1.3rem !important;
    letter-spacing: 0.03rem !important;
}
.btn {
    font-size: 1.2rem !important;
    letter-spacing: 0.05rem !important;
}
.navbar{
    justify-content: flex-end !important;
}
.nav-text-menu {
    color: #fff !important;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}
.comfirmed-case {
    background-color: #f2711c;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}
.recovered-case {
    background-color: #21ba45;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}
.hospitalized-case {
    background-color: #2185d0;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}
.deaths-case {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}
.h-menu {
    color: #212529;
    /*border-color: #ffc107;*/
    border-color: #ffffff;
}
div.btn-group.show div.dropdown-menu.show a.dropdown-item:hover,
div.btn-group.show div.dropdown-menu.show a.dropdown-item:focus {
    /*background-color: #ffc107;*/
    background-color: #9b9a9a;
    /*color: #f0f0f0;*/
    color: #212529;
}
.text-menu-title {
    font-size: 1.3rem;
    font-weight: bold;
}
button.h-menu:hover,
button.h-menu:focus {
    background-color: #ffffff;

}
.text-btn {
    font-size: 1.3rem !important;
    color: #fff !important;
    font-weight: bold !important;
}
.NT-modal-body {
    overflow-y: auto;
    height: 40vh;
}
.title {
    color: #000;
    background-color: #e7e8e9;
    border-radius: 50px;
    font-size: 1.4rem;
}
.sub-title {
    font-size: 1.4rem;
    color: #000;
    border-radius: 50px;
    border-color: #fdd209;
    border-style: solid;
    border-width: 5px;
    cursor: pointer;
    background-color: #fff;
}
span.badge.sub-title:hover,
span.badge.sub-title:focus {
    background-color: #fdd209;
}
/*.banner {
    padding: 0rem !important;
    font-size: 0rem !important;
}*/
.popup-title {
    justify-content: center !important;
}
.head-title {
    font-weight: bold;
}
.underline {
    display: inline;
    border-bottom: 2px solid #dc3545;
}
.content{
    font-size: 1.3rem;
    text-align: justify;
}
.headline{
    font-size: 1.3rem;
    font-weight: bold;
    text-align: justify;
}
.content-thankyou{
    font-size: 1.65rem;
    text-align: justify;
}
#pdpa-popup {
    height: auto;
    opacity: 1;
    z-index: 10000;
    background-color: #232323;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    /*    font-family: 'CATALYST';*/
    padding: 20px 0px;
}
.align-items-center{
    align-items: center !important;
}
.pdpa-button {
    /*margin-top: 20px;*/
    padding: 0;
    text-align: center;
}
.pdpa-btn {
    border: 1px solid #e3bd08;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    color: #f16e22;
    font-size: 20px
}
.pdpa-btn-submit {
    font-size: 14px !important;
    background-color: #fdd209; 
    border-color: #e3bd08; 
    color: #55595c; 
    font-weight: bold; 
    /*width: 18%;*/ 
    letter-spacing:0.15rem; 
}
.pdpa-btn-1 {
    background: #fdd209;
    color: #55595c;
}
.pdpa-btn-2 {
    margin-left: 15px;
    background: #fdd209;
    color: #55595c;
}
.pdpa-title {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.pdpa-text {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 24px;
    letter-spacing: 0.08rem;
}

.pdpa-overlay {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color .1s;
    background: rgba(0,0,0,.4);
}

.btn-NT {
    color: #212529;
    font-weight: bold;
    background-color: #b0ff05;
    border-color: #b0ff05;
}
.btn-NT:not([disabled]):focus,
.btn-NT:not([disabled]):hover {
    background-color: #8fd100;
    border-color: #8fd100;
}
.btn.disabled,.btn:disabled {
    opacity: .45 !important;
}

.btn-info:not([disabled]):focus,
.btn-info:not([disabled]):hover {
    background-color: #008fd1 !important;
    border-color: #008fd1 !important;
}

.btn-info {
    background-color: #05b0ff;
    border-color: #05b0ff;
}

.swal2-styled.swal2-confirm:not([disabled]):focus,
.swal2-styled.swal2-confirm:not([disabled]):hover {
    background-color: #008fd1 !important;
    border-color: #008fd1 !important;
}
.swal2-actions .swal2-styled.swal2-confirm {
    background-color: #05b0ff;
    border-color: #05b0ff;
}

.modal-header-NT {
    background-color: #ffd101;
    font-weight: bold;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}