@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body {
    font-size: 0.75rem;
    font-family: "Roboto", sans-serif;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    background: #fff
}
a.notif {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background: url('http://i.imgur.com/evpC48G.png');
  background-size: contain;
  text-decoration: none;
}
.num {
  position: absolute;
  right: 11px;
  top: 6px;
  color: #fff;
}

         .hide{
             display:none;
         }
        .admin-data-tbl-bclr {
            color: #63c7c4
        }

        .admin-data-tbl-oclr {
            color: #f19334
        }

        .admin-data-tbl-dbclr {
            color: #35419a
        }

        .admin-data-tbl-arrow a {
            color: #231f20;
            font-size: 1.5rem;
            font-weight: 200
        }

        #admin-button-outer {
            width: 100%;
            text-align: center;
            padding: 20px 0px
        }

        .admin-button-inner {
            display: inline-block
        }

        .admin-download-btn-icon {
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            background: #fff;
            color: #63c7c4;
            font-weight: 400;
            padding: 5px 15px;
            font-size: 0.85rem;
            border-color: #63c7c4;
            text-transform: capitalize;
            border: 1px solid #63c7c4;
            margin: 0px 5px 0px 5px
        }

        .admin-download-btn-icon:hover {
            background: #63c7c4;
            color: #fff
        }

        .admin-download-btn-icon-clr {
            color: #8a8a8a;
            margin-left: 5px
        }

        .update-button {
            height: 50px;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            background: #f19334;
            color: #fff;
            font-weight: 400;
            padding: 10px 30px;
            font-size: 1.2rem;
            border-color: transparent;
            text-transform: uppercase
        }

        .admin-cont-wrapper {
            width: 100%;
            padding: 10px 15px;
            background: #fff
        }
      
      select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */







select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  
  
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe3eb;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.hide{
             display:none;
         }
        .admin-data-tbl-bclr {
            color: #63c7c4
        }

        .admin-data-tbl-oclr {
            color: #f19334
        }

        .admin-data-tbl-dbclr {
            color: #35419a
        }

        .admin-data-tbl-arrow a {
            color: #231f20;
            font-size: 1.5rem;
            font-weight: 200
        }

        #admin-button-outer {
            width: 100%;
            text-align: center;
            padding: 20px 0px
        }

        .admin-button-inner {
            display: inline-block
        }

        .admin-download-btn-icon {
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            background: #fff;
            color: #63c7c4;
            font-weight: 400;
            padding: 5px 15px;
            font-size: 0.85rem;
            border-color: #63c7c4;
            text-transform: capitalize;
            border: 1px solid #63c7c4;
            margin: 0px 5px 0px 5px
        }

        .admin-download-btn-icon:hover {
            background: #63c7c4;
            color: #fff
        }

        .admin-download-btn-icon-clr {
            color: #8a8a8a;
            margin-left: 5px
        }

        .update-button {
            height: 50px;
            border-radius: 8px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            background: #f19334;
            color: #fff;
            font-weight: 400;
            padding: 10px 30px;
            font-size: 1.2rem;
            border-color: transparent;
            text-transform: uppercase
        }

        .admin-cont-wrapper {
            width: 100%;
            padding: 10px 15px;
            background: #fff
        }

      select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */







select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;


    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe3eb;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}
.modal { overflow: auto !important; }


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.login {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.login {
    background-color: #a0dddb;
    background-image: -moz-linear-gradient(to bottom, #fefefe, #a0dddb);
    background-image: -webkit-gradient(linear, to bottom, from(#fefefe), to(#a0dddb));
    background-image: -webkit-linear-gradient(to bottom, #fefefe 0%, #a0dddb 100%);
    background-image: -o-linear-gradient(to bottom, #fefefe 0%, #a0dddb 100%);
    background: -ms-linear-gradient(to bottom, #fefefe 0%, #a0dddb 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #a0dddb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to', GradientType=1);
    min-height: 100vh
}

.login .bg_overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0
}

.login_wrapper {
    width: 450px;
    position: relative;
    margin-bottom:50px
}

.login-box-shadow {
    box-shadow: 10px 0 5px -5px rgba(93, 93, 93, 0.5)
}

.login_logo {
    text-align: center;
    margin: 0px 0px 30px 0px
}

.login_header {
    background: #63c7c4;
    text-align: center;
    padding: 1.5rem 0;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600
}

.login_body {
    padding: 2.5rem;
    background: #fff;
    border-left: 1px solid #e0e2e1;
    border-bottom: 1px solid #e0e2e1;
    border-right: 1px solid #e0e2e1
}

.login-textbox-icon {
    width: 25px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #adaeae;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f3f7;
    border: 0px solid #ced4da;
    border-radius: 0rem
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe3eb;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 0rem;
    border: 1px solid transparent;
    border-radius: 0rem;
}

.alert ul {
    margin-top: 0;
    margin-bottom: 0rem;
	list-style: none;
	padding-inline-start: 0px;
}

.alert ul li {
    text-align: center;
	font-size: 0.75rem;
}

.login_footer {
    background: #f19334;
    height: 10px
}
.mt-25 {
    margin-top: 25px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="text"]::-moz-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="text"]:-ms-input-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="text"]:-moz-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="password"]::-webkit-input-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="password"]::-moz-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="password"]:-ms-input-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

input[type="password"]:-moz-placeholder {
    color: #72807d;
    font-weight: normal;
	font-size: 0.85rem;
}

.login_body .btn.btn-primary {
    height: 42px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #f19334;
    color: #fff;
    font-weight: 400;
    padding: 0 30px;
    font-size: 1.1rem;
    border-color: transparent;
    text-transform: uppercase
}

.login-fgt-pwd {
    padding: 15px 0px
}

.login-fgt-pwd a {
    color: #f19334;
    font-size: 1.05rem;
    font-weight: 500
}

.login-mb-6 {
    margin-bottom: 60px
}



header {
    height: 85px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    z-index: 1011;
    width: 100%;
    top: 0;
    left: 0
}

header .navigation .navbar-brand {
    width: 162px;
}

header .navigation .navbar-nav {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

header .navigation .navbar-nav .nav-item {
    height: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

header .navigation .navbar-nav .user_profile_dropdown .dropdown-toggle {
    height: 82px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    background: #fff
}

header .navigation .navbar-nav .user_profile_dropdown .dropdown-toggle .profile_pic {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    overflow: hidden;
    margin-right: 10px
}

header .navigation .navbar-nav .user_profile_dropdown .dropdown-toggle .profile_name {
    padding-right: 1rem;
    text-align: right;
    font-size: 1rem
}

header .navigation .navbar-nav .dropdown-menu {
    position: absolute
}

.dropdown-menu .dropdown-item:last-child {
    border: none
}

.dropdown-menu .dropdown-item {
    padding: 0.9375rem 1rem;
    font-size: 0.9rem
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border: none;
    padding: 0;
    font-size: 0.75rem;
    box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 8px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px
}

.middle_wrapper {
    padding: 0rem 0;
    margin-top: 85px
}

.banner_image {
    height: auto;
    overflow: hidden
}

.banner_image h2 {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    margin: 0px 0px 0px 15px;
    font-family: 'Varela Round', sans-serif
}

.banner_image h2+.btn.btn-primary {
    
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #f19334;
    color: #fff;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 1rem;
    border-color: transparent;
    text-transform: capitalize;
    position: absolute;
    margin: 45px 0px 0px 15px
}



.banner_image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: center
}

.banner_image img {
    width: 100%
}

.banner-gradient {
    background-color: #64c7c4;
    background-image: -webkit-gradient(linear, left top, right top, from(#64c7c4), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #64c7c4, #ffffff);
    background-image: -moz-linear-gradient(left, #64c7c4, #ffffff);
    background-image: -o-linear-gradient(left, #64c7c4, #ffffff);
    background-image: linear-gradient(to right, #64c7c4, #ffffff)
}



.content-wrapper {
    width: 100%;
	padding: 5px 0px 20px 0px;
    background: #fff;
	margin-bottom: 30px;
}

.search-box {
    border-top-left-radius: .45rem;
    border-bottom-left-radius: .45rem;
    background: #dfe0e0
}

.search-button {
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem;
    background: #f19334;
    border-color: #f19334
}

.table thead th {
    vertical-align: middle;
    border-bottom: 0px solid #dee2e6;
    text-align: left;
    font-size: 0.85rem;
    padding: .5rem .75rem;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
    font-size: 0.85rem
}

.table td {
    border-top: 2px solid #fff
}

.table-header-bg {
    background: #dfe0e0
}

.table-header-bg2 {
    background: #d4eef5
}

.table-header-fcolmn {
    border-top-left-radius: .45rem;
    border-bottom-left-radius: .45rem
}

.table-header-lcolmn {
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem
}

.table-header-lcolmnT {
    border-top-right-radius: .45rem;
    border-bottom-right-radius: 0rem
}

.table-header-lcolmnB {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: .45rem
}

.table-column-bg1 {
    background: #eef9fb
}

.table-column-bg2 {
    background: #f0f8f9
}

.table-column-bg1t {
    background: transparent;
	border-bottom: 2px solid #f4f6f6;
}

.table-column-bg2t {
    background: transparent;
	border-bottom: 2px solid #f4f6f6;
}

.table-column-fcolmn {
    border-top-left-radius: .45rem;
    border-bottom-left-radius: .45rem
}

.table-column-lcolmn {
    border-top-right-radius: .45rem;
    border-bottom-right-radius: .45rem
}

.table-rght-mark {
    color: #f2a04e
}

.table-view-more {
    color: #3aa8a3
}

.table-view-more-d {
    color: #c3c4c4
}

.table-colm-sepr-bg1 {
background: #b1c3c6;
    color: #fff;
}

.table-colm-sepr-bg2 {
background: #7bd0c4;
    color: #fff;
}

.table-colm-sepr-botm-bg1 {
font-weight: 400;
    font-style: italic;
    background: #b1c3c6;
}

.btn-outline-secondary {
    background: #fff;
    border: 1px solid #3aa8a3;
    color: #3aa8a3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 0.75rem;
    padding: .2rem .75rem;
}

.table-right-bdr {
	border-right: 1px dashed #c0bebe;

}

/* screen 7 css */

.baseline-wrapper {
    width: 100%;
    padding: 0px 0px;
    background: #fff;
}
.baseline-cont-wrapper {
    width: 100%;
    padding: 10px 43px;
    background: #fff;
}

.infobox {
	position: relative;
	max-width: 100%;
	height: auto;
	background: #dfe0e0;
	line-height: 1.2;
	box-sizing : border-box;
	text-align: center;
	font-family: 'Varela Round', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0rem;
    padding: 15px 0px;
}

.infobox:after, .infobox:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
}
.infobox:after {
	border-top: 20px solid #dfe0e0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
	margin-left: -20px;
}
.infobox:before {
	border-top: 25px solid #dfe0e0;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
	margin-left: -25px;
}

.baseline-container {
            display: table;
            width: 100%;
			margin: 30px 10%;
        }

.baseline-container label {
            display: table-cell;
            white-space: nowrap;
			font-family: 'Varela Round', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 0rem;
    padding: 15px 0px;
        }

.baseline-container span {
            display: table-cell;
        }

.baseline-container input {
            width: 100%;
			height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #63c7c4;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

.baseline-hd {
	background: #f4f6f6;
	padding: 10px 0px;
}

.circle {
   width: 40px;
   height: 40px;
   background: #dfe0e0;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   padding:12px 0px;
   font-size: 1rem;
   color: #231f20;
   margin: 0 auto;
}

.circle-head {
   padding:10px 0px;
   font-size: 1rem;
   color: #231f20;
}

.admin-data-tbl-bclr {
            color: #63c7c4
        }

.admin-data-tbl-oclr {
            color: #f19334
        }

.admin-data-tbl-dbclr {
            color: #35419a
        }

.admin-data-tbl-arrow a {
    color: #231f20;
    font-size: 1.5rem;
    font-weight: 200
}



.admin-button-inner {
    display: inline-block
}

.admin-download-btn-icon {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #fff;
    color: #63c7c4;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 0.85rem;
    border-color: #63c7c4;
    text-transform: capitalize;
    border: 1px solid #63c7c4;
    margin: 0px 5px 0px 5px
}

.admin-download-btn-icon:hover {
    background: #63c7c4;
    color: #fff
}

.admin-download-btn-icon-clr {
    color: #8a8a8a;
    margin-left: 5px
}

.update-button {
    height: 50px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #f19334;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 1.2rem;
    border-color: transparent;
    text-transform: uppercase
}

.admin-cont-wrapper {
    width: 100%;
    padding: 10px 15px;
    background: #fff
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* arrows */







select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  
  
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe3eb;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
    </style>
    <!-- for last screen -->
    <style>
    
.admin-cont-wrapper2 {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
}
.baseline-hd2 {
    background: #dfe0e0;
    
}
.patient-info {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: #231f20;
    margin-bottom: 0rem;
    padding: 25px 15px;
    }
.patient-info-hd {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #231f20;
	line-height: normal;
    }
.patient-info-hd-bdr {
    
    border-right: 2px solid #231f20;
    }
.admin-space {
        height: 50px;
    }
.patient-table-th { padding-top: 15px !important; padding-bottom: 15px !important;}
    input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: #dee3eb;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #03a9f4;
}
.range-wrap{
    width: 100%;
    position: relative;
}
.range-value{
    position: absolute;
    top: -50%;
}
.range-value span{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

/*popup css*/

/*

.checkbox-container {
    display: flex;
    align-items: center;
	padding: 0px 20px;
}

.checkbox-container label {
    cursor: pointer;
    display: flex;
	color: #231f20;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: normal;
}

.checkbox-container input[type='checkbox'] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.checkbox-container label::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: .35em;
    margin-right: 1em;
    border: .05em solid #231f20;
}

.checkbox-container label:hover::before,
.checkbox-container input[type='checkbox']:hover + label::before {
    background-color: #f19334;
}

.checkbox-container input[type='checkbox']:focus + label::before {
    box-shadow: 0 0 0px black;
}

.checkbox-container input[type='checkbox']:disabled + label,
.checkbox-container input[type='checkbox']:disabled {
    color: #aaa;
    cursor: default;
}

.checkbox-container input[type='checkbox']:checked + label::before {
    content: '\002714';
    background-color: #f19334;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.checkbox-container input[type='checkbox']:disabled + label::before {
    background-color: #ccc;
    border-color: #999;
}

*/



.checkbox-container {
    display: flex;
    align-items: center;
	padding: 8px 20px;
}

.checkbox-form-mb {
	margin-bottom: 0px !important;
}

input[type='checkbox'] {
  width: 18px;
  height: 18px;
  border-radius: .35em;

    border: .05em solid #231f20;
  border-radius: 0px;
  border-radius: 0px;
  outline: 0px solid #1a5962 !important;
  margin-top: 0rem !important;
  cursor: pointer;
}

input[type='checkbox']:checked:after {
        width: 18px;
        height: 18px;
        background-color: #f19334;
        content: '\002714';
		font-size: 18px;
		color: #fff;
        display: inline-block;
        visibility: visible;
        border: 1px solid #241f20;
		cursor: pointer;
    }

input[type='checkbox'] + label {
  display: block;
  width: 100%;
  margin-left: 15px;
}

.form-group label {
    color: #231f20;
    font-size: 1rem;
    font-weight: 400;
    
    line-height: normal;
}

.textbox-container {

    align-items: center;
	padding: 0px 20px;
}

.form-section .btn.btn-primary {
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #f19334;
    color: #fff;
    font-weight: 400;
    padding: 0 30px;
    font-size: 1.2rem;
    border-color: transparent;
    text-transform: uppercase;
}
.form-section2 .btn.btn-primary {
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #ffffff;
    color: #050505;
    font-weight: 400;
    padding: 10px 30px;
    font-size: 1.2rem;
    border-color: #050505;
    text-transform: uppercase;
}

.form-label-text {
	color: #231f20;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.form-sect-header {
	background: #63c7c4;
	color: #231f20;
	font-size: 1rem;
	padding: 10px 15px;
}
.form-sect-header-n1 {
    background: #63c7c4;
    color: #231f20;
    font-size: 1rem;
    padding: 15px 15px;
}
.admin-data-tbl-bclr { color: #63c7c4;}
        .admin-data-tbl-oclr { color: #f19334;}
        .admin-data-tbl-arrow a { color: #231f20; font-size: 1.5rem; font-weight: 200; cursor: pointer;}
        
.admin-button-inner
{
    display: inline-block;
}

.admin-download-btn-icon {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #ffffff;
    color: #63c7c4;
    font-weight: 400;
    padding: 5px 15px;
    font-size: 0.85rem;
    border-color: #63c7c4;
    text-transform: capitalize;
    border: 1px solid #63c7c4;
    margin: 0px 5px 0px 5px;

}
.admin-download-btn-icon:hover {

    background: #63c7c4;
    color: #fff;

}
.admin-download-btn-icon-clr {
    color: #8a8a8a;
    margin-left: 5px;
}

footer {
    background: #63c7c4;
    padding: 15px 0;
    color: #231f20;
    font-size: .9rem
}

footer p {
    margin-bottom: 0rem
}

.table-check input[type=checkbox]:focus
{
    outline: 0px solid rgba(0, 0, 0, 0.2);
}

.table-check input[type=checkbox]
{
    width: 18px;
    height: 18px;
    border-radius: .35em;

    margin-right: 0em !important;
    border: .05em solid #231f20;

margin-right: 0em !important;
	background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
}

.table-check input[type=checkbox]:checked
{
    background-color: #f19334;
	box-shadow: 0 0 0px black;
    background: #f19334 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}

.view-data-top-hd {
	color: #ff8e24;
    margin: 0px 0px 0px 15px;
    font-family: 'Varela Round', sans-serif;
}

.view-data-hd {
	font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0rem;
    line-height: normal;
    background: #F2F2F2;
    color: #000;
    padding: 5px;
    padding-left: 88px;
    position: relative;
    cursor: pointer;
    padding-right: 88px;
    font-weight: 600;
}

.view-data-ans-hd {
	font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 0rem;
    padding: 0px 15px 15px 0px;
	line-height: 1.5;
	width: 4%;
	height: auto;
}

.view-data-ans {
	font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #231f20;
    margin-bottom: 0rem;
    padding: 0px 22px 30px 115px;
    line-height: 1.5;
    display: flex;
}

.view-data-ans::before {
	width: 96%;
}

.compulsory {
            color: #ee1f25
        }

select {
            background-color: white;
            border: thin solid blue;
            border-radius: 4px;
            display: inline-block;
            font: inherit;
            line-height: 1.5em;
            padding: 0.5em 3.5em 0.5em 1em;
            margin: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none
        }

select.minimal {
            background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
            background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            width: 100%;
            height: calc(1.5em + .75rem + 2px);
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #231f20;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #dfe3eb;
            border-radius: 0rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

select.minimal:focus {
            background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            border-color: black;
            outline: 0
        }

select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000
        }

.radio-label {
            color: #231f20;
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: 10px;
            margin-top: 10px;
            line-height: normal
        }

.radio-label {
            color: #231f20;
            font-size: 1rem;
            font-weight: 400;
            margin-bottom: 10px;
            margin-top: 0px !important;
            line-height: normal
        }

.instr-sec {
            font-size: .8rem;
            line-height: 1.5
        }

.sign-sec {
            background: #e0e2e1;
            text-align: center;
            font-size: .9rem;
            padding: 1rem;
            line-height: 1.5
        }

.sign-sec span {
            text-decoration: underline

        }

input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #241f20;
		cursor: pointer;
		box-shadow: 0px 0px 0px transparent;
    }

input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #f19334;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #241f20;
		cursor: pointer;
		box-shadow: 0px 0px 0px transparent;
    }



.header-sect h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0px 0px 0px 15px;
    font-family: 'Varela Round', sans-serif;
}

.header-sect h2+.btn.btn-primary {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #f19334;
    color: #fff;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 1rem;
    border-color: transparent;
    text-transform: capitalize;
    margin: 15px 0px 0px 15px;
}

.btn-class .btn.btn-primary {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #f19334;
    color: #fff;
    font-weight: 400;
    padding: 6px 15px;
    font-size: 1rem;
    border-color: transparent;
    text-transform: capitalize;
    margin: 15px 0px 0px 15px;
}




@media (max-width: 767.98px) {
header .navigation .logo_bar {
        border-bottom: solid 0px #E3E3E3;
        padding-bottom: 0px
    }
    
header .navigation .navbar-nav .user_profile_dropdown .dropdown-toggle .profile_pic {
        width: 40px;
        height: 40px
    }
.banner_image {
        height: 120px
    }
}

@media (max-width: 991.98px) {
    header {
        height: auto
    }
    .middle_wrapper {
        margin-top: 80px
    }
    header .navigation .logo_bar {
        border-bottom: solid 0px #E3E3E3;
        padding-bottom: 0px
    }
    header .navigation .navbar-brand {
        margin-right: 0
    }
    header .navigation .navbar-nav .user_profile_dropdown .dropdown-toggle .profile_pic {
        margin: 0
    }
    header .navigation .navbar-nav .user_profile_dropdown .dropdown-toggle .profile_name {
        display: none;
        padding-right: 0
    }
}
.section-margin-bt { margin-bottom: 40px}

.table-th-style1 {
	background: #8fc4cc;
color: #ffffff;
border-right: 1px solid #fff;
}

.table-th-style1-wb {
	background: #8fc4cc;
color: #ffffff;
border-right: 0px solid #fff;
}

.table-th-style2 {
	background: #4ed2c5;
color: #ffffff;
border-right: 1px solid #fff;
}

.table-th-style2-wb {
	background: #4ed2c5;
color: #ffffff;
border-right: 0px solid #fff;
}

.table-td-bdr-style {
	
border-right: 1px solid #8fc4cc;
}
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.25em !important;
}

.ui-datepicker {
    width: 25em !important;
    padding: .2em .2em 0;
    display: none;
}
.customDateIcon{
    position: absolute;
    right: 16px;
    top: 62px;
    font-size: x-large;
    height: 35px;
}