@font-face {
   font-family: GoogleSans;
   src: url('../fonts/GoogleSans.ttf') format('truetype');
}

@font-face {
   font-family: SolaimanLipi;
   src: url('../fonts/SolaimanLipi.ttf') format('truetype');
}

* {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6{
	font-family: GoogleSans, SolaimanLipi;
}

.body_border{
	border: 3px solid #C4C3C0;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

input[type=text], input[type=number], input[type=password], select, file, textarea {
    width: 100%;
	height: 30px;
    padding: 2px;
    border: 1px solid #C4C3C0;
    border-radius: 5px;
    resize: vertical;
	font-size: 15px;
}

input[type=date] {
    width: 100%;
    padding: 5px 6px;
    border: 1px solid #C4C3C0;
    border-radius: 5px;
	height: 30px;
}

legend {
	font-size: 15px;
}

#pre_image { 
  border: 2px solid #C4C3C0;
  border-radius: 5px;
}

.field_set{
	border: 2px solid #F1F1F1;
    border-radius: 5px;
}

label {
    padding: 5px 0 0 0;
    display: inline-block;
	font-size: 14px;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.submit_btn {
    background-color: #D83434;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.submit_btn:hover {
    background-color: #C62727;
}

.red_mark{
	color: red;
	font-weight: bold;
	padding-left: 5px;
}

.container {
    border-radius: 5px;
    <!-- background-color: #f2f2f2; -->
    padding: 10px;
}

.col-1 {
    float: left;
    width: 1%;
    margin-top: 5px;
}

.col-2 {
    float: left;
    width: 2%;
    margin-top: 5px;
}

.col-3 {
    float: left;
    width: 3%;
    margin-top: 5px;
}

.col-4 {
    float: left;
    width: 4%;
    margin-top: 5px;
}

.col-5 {
    float: left;
    width: 5%;
    margin-top: 5px;
}

.col-10 {
    float: left;
    width: 10%;
    margin-top: 5px;
}

.col-12 {
    float: left;
    width: 12%;
    margin-top: 5px;
}

.col-15 {
    float: left;
    width: 15%;
    margin-top: 5px;
}

.col-20 {
    float: left;
    width: 20%;
    margin-top: 5px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 5px;
}

.col-30 {
    float: left;
    width: 30%;
    margin-top: 5px;
}

.col-35 {
    float: left;
    width: 35%;
    margin-top: 5px;
}

.col-40 {
    float: left;
    width: 40%;
    margin-top: 5px;
}

.col-48 {
    float: left;
    width: 48%;
    margin-top: 5px;
}

.col-50 {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.col-60 {
    float: left;
    width: 60%;
    margin-top: 5px;
}

.col-70 {
    float: left;
    width: 70%;
    margin-top: 5px;
}

.col-80 {
    float: left;
    width: 80%;
    margin-top: 5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-3, .col-4, .col-5, .col-10, .col-12, .col-15, .col-20, .col-30, .col-35, .col-40, .col-48, .col-50, .col-60, .col-80, input[type=submit],input[type=image] {
        width: 100%;
        margin-top: 0;
    }
}

.no-spinners{
  -moz-appearance:textfield;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

/* Top Navbar CSS Start */

.topnav {
  overflow: hidden;
  /* background-color: #333; */
  background-color: #0082E7;
  /* background-color: #ffad33; */
	height: auto;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 13px;
}

.active {
  /* background-color: #4CAF50; */
  background-color: #025493;
  color: white;
  font-weight: bold;
	height:auto;
}

.active_all {
  background-color: #01781C;
  color: white;
  font-weight: bold;
	height:auto;
}

.topnav .icon {
	display: none;
		height:auto;
}

.dropdown {
    float: left;
    overflow: hidden;
	height:auto;
}

.dropdown .dropbtn {
    font-size: 13px;    
    border: none;
    outline: none;
    color: white;
    padding: 7px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
		height:auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
	height: auto;
}

.dropdown-content a:hover {
    /* background-color: #ddd; */
    background-color: #9C9C9C;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	height: auto;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
	position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	/* Zia */
	height:50px;
	border: 1px solid #0035DB;
	font-weight: bold;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	/* Zia */
	height:50px;
	border: 1px solid #0035DB;
	font-weight: bold;
  }
}

/* Top Navbar CSS End */


.toplang{
	float:right;
	font-weight:bold;
	text-decoration:none;
	
}

#bangla{
	padding: 5px;
	font-size:12px;
}

#english{
	padding: 5px;
	font-size:12px;
}

.form_tnc{
	text-decoration:underline;
	color:blue;
	font-weight:bold;
}

.succList{
	margin:auto;
	/* width:auto; */
	background-color:#89F9A3;
	border:1px solid #27CA4C;
	border-radius: 5px;
	height:auto;
	margin-bottom:10px;
	text-align:justify;
	padding-top:5px;
	font-size:14px;
	color:black;
	font-weight:bold;
}

.errorList{
	margin:auto;
	/* width:auto; */
	background-color:#F7CBCA;
	border:1px solid #CC0000;
	border-radius: 5px;
	height:auto;
	margin-bottom:10px;
	text-align:left;
	padding-top:5px;
	font-size:13px;
	color:#532B50;
}

.erMsg{
	padding-left:20px;
}

.erMsgLogin{
	padding-left:15px;
}


/* TEXT FIELD HOVER CSS START */
input[type=text],input[type=password],textarea {
	display: block;
	width: 100%;
	/* border: 0; */
	padding: 2px 3px;
  background: white no-repeat;
	

	background-image: linear-gradient(to bottom, blue, blue), linear-gradient(to bottom, silver, silver);

	background-size: 0 2px, 100% 1px;

	background-position: 50% 100%, 50% 100%;


  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);

}

input[type=text]:focus,input[type=password]:focus,textarea:focus{

	background-size: 100% 2px, 100% 1px;
	outline: none;
}

/* TEXT FIELD HOVER CSS END */

button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
}
button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff;
}
.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none;
}
button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008cba;
    border-color: #007095;
    color: #fff;
    transition: background-color 300ms ease-out;
}
.right {
    float: right !important;
}

.disabled{
	background-color:rgb(235, 235, 228);
}

.warning_btn {
    background-color: #FFDFB6;
    color: black;
    padding: 4px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.warning_btn:hover {
    background-color: #F9C179;
}

.upload_btn {
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-weight:bold;
}

.upload_btn:hover {
    background-color: #196F3D;
}

.cancel_btn {
    background-color: #D83434;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-weight:bold;
}

.cancel_btn:hover {
    background-color: #922B21;
}

.find_btn {
    background-color: #88FC81;
	font-size:15px;
    padding: 3px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.find_btn:hover {
    background-color: #48EB3E;
}

.load_survey_add {
    background-color: #649EFE;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-weight:bold;
	font-size: 14px;
}

.load_survey_add:hover {
    background-color: #124CAB;
}

.load_survey_del {
    background-color: #F9575E;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-weight:bold;
	font-size: 14px;
}

.load_survey_del:hover {
    background-color: #AB1219;
}

.validate_nid {
    background-color: #48DA21;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-weight:bold;
	font-size: 14px;
}

.validate_nid:hover {
    background-color: #319018;
}

.propvalidate_nid {
    background-color: #48DA21;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-weight:bold;
	font-size: 14px;
}

.propvalidate_nid:hover {
    background-color: #319018;
}

.stickyMsg {
	top: 0;
	position: -webkit-sticky;
	position: sticky;
	background-color: #DCF9D5;
	color: #3B7833;
	padding: 3px;
	width: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.errMsg{
	width: 100%;
	background-color:#F7CBCA;
	border:1px solid #CC0000;
	border-radius: 5px;
	text-align:center;
	font-size:14px;
	margin:auto;
	padding: 10px 20px;
}

.sucMsg{
	width: 100%;
	background-color:#DCF9D5;
	border:1px solid #82CB73;
	border-radius: 5px;
	text-align:center;
	font-size:14px;
	margin:auto;
	padding: 10px 20px;
}

.alertMsg{
	width: 100%;
	background-color:#FFEBC4;
	border:1px solid #FDCA63;
	border-radius: 5px;
	text-align:center;
	font-size:14px;
	margin:auto;
	padding: 10px 20px;
}

#loadScreen{
    width: 100%;
    height: 80%;
    position: fixed;
    z-index: 9999;
    background: url("../images/spinner-blue.svg") no-repeat center center;
}