﻿@font-face {
    font-family: "Times New Roman", Times, serif;
    src: url('https://citizenconcierge.org/wp-content/plugins/citizencon/Font/OPTITimes-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
   }

   @font-face {
    font-family: "Nimbus Mono";
    src: url("https://citizenconcierge.org/wp-content/plugins/citizencon/Font/NimbusMono-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
   }

input{
    width: 100% !important;
}
.download_pdf_btn2 {
    margin-top: 8%;
}

input[type=checkbox]{
    margin: 5px 0 0 !important;
    line-height: normal;
    width: 1% !important;
}


input#agree_tc {
    width: 3% !important;
}

.title {
    font-weight: 300 !important;
}

td.sub_head {
    font-weight: 500 !important;
}

table#main_value {
    font-family: "Times New Roman", Times, serif;
}
label.check-box>i {
    width: 15px;
    height: 15px;
    border: 1px solid #000;;
    float: left;
    /* background-color: #f1f4ff; */
}
label.check-box {
    position: relative;
    font-weight: 100;
    padding: 0;
    margin: 0;
}
label.check-box input {
    display: none;
}
label.check-box input+i {
    position: absolute;
    left: 0;
}
label.check-box-top>i {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    float: left;
    /* background-color: #f1f4ff; */
}
label.check-box-top {
    position: relative;
    font-weight: 100;
    padding: 0;
    margin: 0;
}
label.check-box-top input {
    display: none;
}
label.check-box-top input+i {
    position: absolute;
    left: 0;
}
label.check-box input:checked + i::after {
    position: absolute;
    content: "×";
    font-size: 23px;
    top: 0;
    bottom: 0;
    line-height: 13px;
    right: 0px;
    color: #444;
}


label.check-data>i {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    float: left;
    /* background-color: #f1f4ff; */
  
}
label.check-data {
    position: relative;
    font-weight:100;
}
label.check-data input {
    display: none;
}
label.check-data input+i {
    position: absolute;
    left:0px;
    top:5px;
}

label.check-data input:checked + i::after {
    position: absolute;
    content: "×";
    font-size: 23px;
    top: 0;
    bottom: 0;
    line-height: 13px;
    right: 0px;
    color: #444;
}
.check-data-1{

width: auto;
max-width: fit-content;
padding-left: 0px;
}
/* .extend_data{
display:inherit;
} */
.extend-data {
position: relative;
font-weight: 100;
display: inline-block;
margin: 0!important;
padding: 0;
}
label.extend-data>i {
width: 15px;
height: 15px;
border: 1px solid #000;
float: left;
/* background-color: #f1f4ff; */
top: 0;
}
label.extend-data input+i {
top: 0px;
}

/* kulwant code add value input print out time */

input#phone_number {
    font-family: Nimbus Mono;
    font-weight: bold;
    font-size: 13px;
    color: #000 !important;
}