* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'gilroy-regular';
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    color: #000000;
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: #000000;
    transition: all 0.5s ease;
}

input,
textarea,
select {
    -webkit-appearance: none;
    font-size: 13px;
    color: #3a3a3a;
    vertical-align: middle;
    font-family: 'Poppins-Regular';
    outline: none;
}

input[type="button"] {
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'gilroy-regular';
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

button:focus {
    outline: none !important;
}

label {
    margin-bottom: 0px !important;
}

.form-group {
    margin-bottom: 0px !important;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf"), url("../fonts/Gilroy-Regular.woff"), url("../fonts/Gilroy-Regular.otf"), url("../fonts/Gilroy-Regular.eot");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.ttf"), url("../fonts/Poppins-Light.woff"), url("../fonts/Poppins-Light.otf"), url("../fonts/Poppins-Light.eot");
}

@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("../fonts/Poppins-ExtraLight.ttf"), url("../fonts/Poppins-ExtraLight.woff"), url("../fonts/Poppins-ExtraLight.otf"), url("../fonts/Poppins-ExtraLight.eot");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf"), url("../fonts/Poppins-Medium.woff"), url("../fonts/Poppins-Medium.otf"), url("../fonts/Poppins-Medium.eot");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf"), url("../fonts/Poppins-SemiBold.woff"), url("../fonts/Poppins-SemiBold.otf"), url("../fonts/Poppins-SemiBold.eot");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf"), url("../fonts/Poppins-Bold.woff"), url("../fonts/Poppins-Bold.otf"), url("../fonts/Poppins-Bold.eot");
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: local('../fonts/Gilroy-Regular'), url('../fonts/Gilroy-Regular.otf');
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: local('../fonts/Gilroy-Regular'), url('../fonts/Gilroy-SemiBold.otf');
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: local('../fonts/Gilroy-Medium'), url('../fonts/Gilroy-Medium.otf');
}

@font-face {
    font-family: 'Gilroy-bold';
    src: local('../fonts/Gilroy-bold'), url('../fonts/Gilroy-Bold.otf');
}





header {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #BEC2FF00;
    border: 1px solid #00000026;
    width: 100%;
    height: 100px;
    padding: 24px 0px;
}

.search-box {
    display: flex;
}

.search-box h2 {
    font-family: 'Gilroy-bold';
    font-size: 28px;
    line-height: 30px;
    display: inline-block;
    color: #282D5B;
    padding: 9px 0px;
}

.search-box h3 input {
    width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

.bdp-box {
    max-width: 567px;
    margin: 0 auto;

}

.bdp-logo h2 {
    color: #4AB5F1;
    font-size: 40px;
    font-family: 'Gilroy-bold';
    line-height: 37px;
    display: inline-block;
}

.bdp-logo h3 {
    font-size: 23px;
    color: #4AB5F1;
    font-family: 'gilroy-regular';
    margin-top: 6px;
}

.sign-in h4 {
    color: #282D5B;
    font-family: 'Gilroy-bold';
    font-size: 37px;
    line-height: 49px;
    margin-top: 42px;
}

.sign-in p {
    color: #282D5B;
    font-size: 16px;
    font-family: 'gilroy-regular';
    max-width: 476px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 18px;
    line-height: 26px;
}

.bdp_email {
    margin-top: 55px;
}

.bdp_email input {
    height: 60px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px !important;
    padding: 18px 24px;
    border: 0.5px solid #282D5B;
    font-weight: normal;
    font-family: 'gilroy-regular';
    font-size: 18px;
    line-height: 27px;
    color: #282D5BCC;
}

.new-passwordInput {
    margin-top: 45px;
}

.new-passwordInput input {
    height: 60px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px !important;
    padding: 18px 24px;
    border: 0.5px solid #a9abbd;
    font-weight: normal;
    font-family: 'gilroy-regular';
    font-size: 18px;
    line-height: 27px;
    color: #282D5BCC;
}

.form-group {
    position: relative;

}

.form-control-placeholder {
    position: absolute;
    top: 18px;
    left: 24px;
    font-size: 18px;
    padding: 0px 0 0 0px;
    transition: all 200ms;
    font-family: 'Poppins-Regular';
    opacity: 0.6;
}

.form-control:valid+.form-control-placeholder {
    font-size: 16px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: white;
    color: #282D5B;
    top: 13px;
    display: inline-block;
    left: 13px;
    padding: 0px 6px 2px 5px;
}

.form-control:focus+.form-control-placeholder {
    font-size: 16px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: white;
    color: #4AB5F1;
    top: 13px;
    display: inline-block;
    left: 13px;
    padding: 0px 6px 2px 5px;
}

.forget-text {
    margin-top: 17px;
    text-align: left;
}

.forget-text h4 {
    color: #4AB5F1;
    font-size: 18px;
    font-family: 'gilroy-medium';
    line-height: 21px;
    cursor: pointer;
    display: inline-block;
}

.btn-sign-in {
    margin-top: 38px;
}

.btn-sign-in button {
    font-family: 'gilroy-medium';
    font-size: 18px;
    background: #4AB5F1;
    width: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    align-items: center;
    height: 60px;
    display: flex;
    justify-content: center;

}

.border-topline {
    width: 100%;
    margin: 41px 0px;
    border-top: 1px solid #DBDBDB !important;
}

.profile-Hd h3 {
    color: #000000D4;
    font-family: 'gilroy-medium';
    font-size: 22px;
    line-height: 25px;
    text-align: left;
}

.profile-Hd p {
    color: #00000099;
    text-align: left;
    font-family: 'gilroy-regular';
    font-size: 16px;
    line-height: 26px;
    max-width: 440px;
    margin-top: 17px;
}


.profile-Hd h4 {
    color: #000000D4;
    font-family: 'gilroy-medium';
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin-top: 23px;
    cursor: pointer;
}

.profile-Hd h4 span {
    margin-left: 12px;
}

.dept-portal {
    margin: 62px 0px 129px 0px;
}

.creat-pass {
    margin-top: 30px !important;
}


/* The container */
.container-btn {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #282D5B;
    line-height: 20px;
    font-family: 'Gilroy-Regular';
}

/* container-btn with out padding */
container-btn-nopadding {
  display: block;
    position: relative;
    /* padding-left: 25px; */
    margin-bottom: 8px;
    font-size: 14px;
    color: #282D5B;
    line-height: 20px;
    font-family: 'Gilroy-Regular';
}

/* Hide the browser's default checkbox */
.container-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-btn a {
    font-family: 'Gilroy-Medium';
    color: #282D5B;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

/* Create a custom checkbox */
.check-m {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-btn:hover input~.check-m {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-btn input:checked~.check-m {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-m:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-btn input:checked~.check-m:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-btn .check-m:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.term-use {
    margin-top: 32px;
}

.trems {
    text-align: left;

}

.account h3 {
    font-size: 14px;
    line-height: 26px;
    /* text-align: right; */
    padding-top: 10px;
    padding-left: 26px;
    color: #282D5B;
}

.account h3 a {
    font-family: 'Gilroy-Medium';
    font-size: 15px;
    line-height: 26px;
    color: #282D5B;
    cursor: pointer;
}

.header-input {
    position: relative;
}

.header-input span {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 16px;
    color: #282D5B;

}

.header-input input {
    width: 100%;
    height: 50px;
    background: #F4F4F7;
    border: none;
    padding: 14px 20px 14px 45px;
}
.tbl-search-box input{
    height: 40px;
}
.tbl-search-box span{
    top: 10px;
}
.profile-header {
    display: flex;
    justify-content: flex-end;
    padding: 6px 0px;
}

.bellImg {
    margin-right: 54px;
    padding: 14px 0px;
}

.userImg img {
    width: 42px;
    height: 42px;
    margin-right: 18px;
}

.userTxt {
    color: #282D5B;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 16px;
    cursor: pointer;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #282D5B;
    border-radius: 21px;
    padding: 10px 16px;
}

.userTxt span {
    margin-left: 5px;
}

.userTxt img {
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.massegeImg {
    margin-right: 54px;
    padding: 14px 0px;
}

.back-txt {
    margin-top: 39px;
}

.back-txt h3 {
    color: #282D5B8C;
    font-family: "Poppins-Medium";
    font-size: 18px;
    line-height: 42px;
    cursor: pointer;
    margin-left: 9px;
}

.back-txt h3 span {
    margin-right: 9px;
}

.table-Box {
    padding: 30px 25px 25px 25px;
    margin-top: 22px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00000012;
}

.permit-Hd {
    color: #282D5B;
    font-family: 'Gilroy-bold';
    font-size: 28px;
    line-height: 33px;
}

.New-Project {
    text-align: right;
}

.New-Project button {
    background: #4AB5F1 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 10px #4AB5F12E;
    color: #FFFFFF;
    border: none;
    font-family: 'gilroy-regular';
    font-size: 14px;
    line-height: 20px;
    padding: 11px 17px;
    cursor: pointer;
}

.New-Project button span {
    margin-right: 6px;
}

.table-permit {
    margin-top: 31px;
}

.table-permit table {
    width: 100%;
}

.table-permit table th {
    border: 0;
    color: #282D5B;
    padding: 24px 10px 23px 30px;
    font-family: "Poppins-SemiBold";
    font-size: 13px;
    line-height: 25px;
}

.table-permit table td {
    padding: 30px 0px 30px 30px;
    font-size: 14px;
    line-height: 21px;
    border-right: 0px;
    font-family: 'Poppins-Regular';
    border-left: 0px;
    vertical-align: middle;
    color: #282d5b;
}

.table-permit table td.refTxt {
    color: #4AB5F1;
    font-family: 'gilroy-medium';
    font-style: 15px;
    line-height: 18px;
    text-decoration: underline;
}

.table-permit table td.submited-Btn button {
    border: 1px solid #D81D37;
    border-radius: 19px;
    color: #D81D37;
    background: none;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 16px 4px 17px;
    font-family: 'Poppins-Regular';
    display: inline-block;
}

.table-permit table td.update-txt span {
    background: #2AABFA 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    padding: 2px 8px;
    cursor: pointer;
    /* margin: 0 15px 0 auto; */
}

.table-sec {
    margin-bottom: 122px;
}

.bdp-logo,
.sign-in {
    text-align: center;
}

.tabber {
    margin: 0 auto;
    max-width: 983px;
    margin-top: 60px;
    margin-top: 60px;
    margin-bottom: 100px;
}

.tab-sec ul li a.active {
    color: #4AB5F1;
    font-family: "Poppins-Medium";
}

.tab-sec ul li a span {
    margin: 0px 19px;
    color: #282D5B;
}

.tab-sec ul li a {
    font-family: "Poppins-Medium";
    font-size: 18px;
    color: #00183980;
    display: block;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}

.tab-sec ul li a:hover {
    text-decoration: none;
}

.what-box {
    max-width: 983px;
    margin: 0 auto;
    display: block;
    margin-top: 38px;
}

.what-bg {
    background: #FFFFFF;
    border: 1px solid #00000012;
    padding: 40px 30px;

}
.what-bg1 {
    background: #FFFFFF;

    padding: 40px 30px;

}

.txt-whate h3 {
    color: #282D5B;
    font-family: "Poppins-Bold";
    font-size: 28px;
    line-height: 42px;
    border-bottom: 0.5px solid #00000042;
    padding-bottom: 17px;
}

.property {
    margin-top: 34px;
}

.property select {
    width: 100%;
    height: 60px;
    padding: 17px 28px 17px 28px;
    color: #282D5B;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 27px;
    border: 0.5px solid #A9B8C1B0;
}

.property label {
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 12px;
}

.Type select {
    width: 100%;
    height: 60px;
    padding: 17px 28px 17px 28px;
    color: #282D5B;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 27px;
    border: 0.5px solid #A9B8C1B0;
}

.Type label {
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 22px;
    color: #000000CC;
    margin-top: 24px;
    padding-bottom: 11px;
}

.Type .form-group {
    position: relative;
}

.Type .form-group span {
    position: absolute;
    top: 77px;
    color: #282D5B;
    right: 18px;
    font-size: 18px;
}

.property .form-group {
    position: relative;
}

.property .form-group span {
    position: absolute;
    top: 53px;
    color: #282D5B;
    right: 18px;
    font-size: 18px;
}

.permittm {
    padding: 80px 0px 50px 0px;
    background: #F9FAFB;

}

.box-engrining {
    background: #fff;
    padding: 37px 0px 37px 40px;
    max-width: 1095px;
    margin: 0 auto;
    display: block;
}

.engin-txt h1 {
    border-radius: 50%;
    text-align: center;
    line-height: 77px;
    width: 77px;
    height: 77px;
    background: transparent linear-gradient(147deg, #FFFFFF 0%, #D5E4F8 100%) 0% 0% no-repeat padding-box;
}

.engin-txt h2 {
    color: #282D5B;
    font-family: "Poppins-Bold";
    font-size: 20px;
    line-height: 28px;
    margin-top: 21px;
    max-width: 164px;

}

.engin-txt p {
    font-size: 14px;
    line-height: 22px;
    color: #19154C;
    font-family: 'Poppins-Regular';
    margin-top: 14px;
    max-width: 198px;
}

.engin-txt button {
    background: #4AB5F1 0% 0% no-repeat padding-box;
    border-radius: 12px;
    color: #fff;
    border: none;
    padding: 12px 61px;
    margin-top: 38px;
}

.engin-txt button.btn-slect {
    background: #EDF7FE;
    color: #4AB5F1;
}

.engin-txt button.btn-slect:hover {
    background: #4AB5F1 0% 0% no-repeat padding-box;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.saveTxt {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 27px;
}

.curbInput {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #00000033;
}

.bg-color {
    background: #F9FAFB;
}

/* The container */
.clickbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.clickbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #D8E7FF;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */
.clickbox input:checked~.checkbox {
    background-color: #4AB5F1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.clickbox input:checked~.checkbox:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.clickbox .checkbox:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.roll-txt {
    padding: 20px 0px;
}

.roll-txt label {
    color: #001839CC;
    font-family: "Poppins-Medium";
    font-size: 14px;
    line-height: 20px;

}

.btn-pre {
    margin-top: 40px;
    text-align: right;
}

.btn-pre button.continue {
    background: #4AB5F1;
    color: #fff;
    font-family: 'Poppins-Regular';
    padding: 13px 20px 12px 22px;
    border: none;
}

.btn-pre button {
    color: #4AB5F1;
    background: #fff;
    border: 1px solid #282D5B4F;
    font-family: 'Poppins-Regular';
    padding: 12px 22px;
    margin-left: 30px;
    cursor: pointer;
}

.saveTxtbtn button {
    color: #4AB5F1;
    border: 1px solid #282D5B4F;
    background: #fff;
    padding: 12px 18px;
    font-family: 'Poppins-Regular';
    cursor: pointer;
}

.where-bg {
    background: #FFFFFF;
    border: 1px solid #00000012;
    padding: 40px 30px;
}

.job-location-Hd h3 {
    color: #001839;
    font-family: "Poppins-Bold";
    font-size: 28px;
    line-height: 42px;
    border-bottom: 0.5px solid #00000042;
    padding-bottom: 17px;
}

.location-type-tab h3 {
    color: #001839;
    font-size: 16px;
    line-height: 18px;
    font-family: "Poppins-SemiBold";
    margin-top: 30px;
}

.adrees-tab nav a.active {
    border: 0.5px solid #4AB5F1;
    color: #4AB5F1D9;
    text-align: center;
    width: 158px;
    height: 50px;
    font-family: 'gilroy-medium';
    font-size: 14px;
    line-height: 50px;
}

.adrees-tab nav a.active:hover {
    text-decoration: none;
}

.adrees-tab nav a:hover {
    text-decoration: none;
}

.adrees-tab nav a {
    border: 0.5px solid #00183966;
    color: #00183966;
    font-family: 'gilroy-medium';
    font-size: 14px;
    line-height: 50px;
    width: 158px;
    height: 50px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

.adrees-tab {
    margin-top: 10px;
}

.job-input {
    margin-top: 42px;
}

.know_us {
    margin-top: 34px;
}

.know_us textarea {
    width: 100%;
    height: 60px;
    color: #282D5B;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins-Regular';
    resize: none;
    padding: 14px 16px;
    border: 0.5px solid #A9B8C1B0;
}

.know_us label {
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}

.know_us textarea::placeholder {
    color: #00183966;
    font-size: 16px;
    line-height: 22px;

    font-family: 'Poppins-Regular';
}

.loction-adInput {
    margin: 0;
    padding: 0;
}

.loction-adInput input {
    border: 0.5px solid #282D5B99;
    color: #282D5B;
}

.loction-adInput .form-control:valid+.form-control-placeholder {
    font-size: 16px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: white;
    color: #282D5B;
    top: 13px;
    display: inline-block;
    left: 13px;
    padding: 0px 6px 2px 5px;
}

.loction-adInput.form-control:focus+.form-control-placeholder {
    font-size: 16px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: white;
    color: #4AB5F1;
    top: 13px;
    display: inline-block;
    left: 13px;
    padding: 0px 6px 2px 5px;
}

.app-details {
    margin-top: 47px;
}

.bussiness-input {
    margin-top: 40px;
}



/*start errrr-css */

.dummyinpt input:focus {
    border: 0.5px solid #C10000;
}

.dummyinpt .form-control:valid+.form-control-placeholder {
    font-size: 16px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: white;
    color: #282D5B;
    top: 13px;
    display: inline-block;
    left: 13px;
    padding: 0px 6px 2px 5px;
}

.dummyinpt .form-control:focus+.form-control-placeholder {
    font-size: 16px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background: white;
    color: #C10000;
    top: 13px;
    display: inline-block;
    left: 13px;
    padding: 0px 6px 2px 5px;
}

.dummyinpt .form-group span {
    color: #C10000;
    font-size: 16px;
    line-height: 22px;
    padding-left: 26px;
    font-family: 'Poppins-Regular';
    top: 10px;
    position: relative;
}

/*End errrr-css */



.dropdown-text {
    position: relative;
}

.drop-content {
    display: none;
    top: 48px;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 4px;
}

.drop-content a {
    color: black;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Poppins-Regular';
    cursor: pointer;
}

.kapil {
    padding-top: 60px;
}

.drop-content a:hover {
    background-color: #ddd;
}

.dropdown-text:hover .drop-content {
    display: block;
}

.loction-adInput span.dont-txt {
    font-size: 15px;
    font-family: 'Poppins-Regular';
    color: #4AB5F1;
    float: right;
}

.job-location-Hd span{
    display: block;
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 15px;
    line-height: 21px;
}

.lbl-txt .form-group label{
    background: #fff;
    position: relative;
    top: 22px;
    left: 20px;
    padding-left: 7px;
    padding-right: 7px;
    color: #282D5B99;
}
.imact-trafic{margin-top: 22px;}
.imact-trafic input{
    border: 0.5px solid #A9B8C1B0 !important;
}
.imact-trafic .lenth-pt {
    margin-top: 32px;
}

.imact-trafic label.detaild-txt{
    font-size: 16px;
    line-height: 22px;
    color: #001839;
    font-family: "Poppins-Medium";
    padding-bottom: 10px;
}
.imact-trafic textarea{
    width: 100%;
    border: 0.5px solid #A9B8C1B0;
    resize: none;
    height: 157px;
    padding: 14px 17px;
}
.imact-trafic textarea::placeholder{
    color: #00183966;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 22px;
}
.img-upload-tbl table{
    border: 1px solid #00000012;
    margin-top: 21px;
}
.img-upload-tbl .table thead th {
    padding: 24px 30px 23px 30px;
    vertical-align: middle;
    color: #282D5B;
    font-family: "Poppins-SemiBold";
    border-bottom: 0px solid #dee2e6 !important;
}
.img-upload-tbl .table td{
padding: 30px;
font-family: 'Poppins-Regular';
color: #282D5B;
font-size: 14px;
line-height: 21px;
}
.img-upload-tbl .table td.plans{
    font-family: 'gilroy-medium';
    font-size: 15px;
    line-height: 18px;
    color: #282D5B;
    }

.img-upload-tbl .table td.upload-Btn button{
    background: #4AB5F1;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    position: relative;
    line-height: 22px;
color: #fff;
border: none;
padding: 8px 17px;
}


.upload-Btn input{
    opacity: 0;
    position: absolute;
    width: 122px;
    left: 0;
    top: 0;
    height: 38px;
}
.img-upload-tbl .table td.upload-Btn button span{
    margin-right: 5px;
}
.review-form-box {
    margin: 0 auto;
    max-width: 504px;
    display: block;
}
.r-hd h3{
    color: #001839;
    font-family: "Poppins-Bold";
    font-size: 28px;
    line-height: 42px;
    text-align: center;
}
.r-hd  p{
    color: #001839;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    font-family: 'gilroy-medium';
}
.box-acordine {
    margin-top: 53px;
}
.box-acordine .card{
    margin-bottom: 20px;
    border: none;
    border-radius: 6px;
}
.box-acordine .card-header {
    background-color: #F8FBFE;
    border-bottom: 0px solid rgba(0,0,0,.125);
    padding: 10px 26px 20px 28px;
}

.box-acordine .card-header button.edit-icon {
    background: #2AABFA 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins-Regular';
    margin-left: 15px;
}
.box-acordine button.what-btn {
color: #3E3F42;
background: none;
border: none;
font-family: "Poppins-SemiBold";
font-size: 18px;
line-height: 23px;
}
.card-header h2 span{
    float: right;
    font-size: 12px;
    border: 1px solid #A4A4A4;
    border-radius: 50%;
    width: 23px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    margin-top: 13px;
    cursor: pointer;
}

.box-acordine .card{
    box-shadow: 2px 4px 12px #3D3D3D08;
    border: 0.5px solid #E3E4EA !important;
    border-radius: 6px !important;
}

.box-acordine .card-body{
    padding: 22px 27px;
}
.first-collepse-box h2{
font-size: 14px;
font-family: "Poppins-SemiBold";
line-height: 30px;
color: #000000D9;
padding: 0px 0px 0px 0px;

}
.first-collepse-box p{
    color: #000000AB;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    padding: 0px 0px 20px 0px;
}
/* .role-txt-collepse-two{
    margin-top: 26px;
} */

.app-flex {
    display: flex;
    justify-content: space-between;
}

.drowing-tbl .table{
    border: 1px solid #00000012;
}
.drowing-tbl .table thead th{
    vertical-align: middle;
    border-bottom: 0px solid #dee2e6;
    padding: 24px 30px;
}
.drowing-tbl .table td{
    color: #282D5B;
    font-size: 16px;
    line-height: 19px;
    font-family: 'gilroy-medium';
    padding: 22px 30px 22px 30px;
    vertical-align: middle;
}
.passbook span{
    float: right;
    font-size: 26px;
    background: #EBEBEB;
    padding: 5px 12px;
    font-size: 26px;
    background: #EBEBEB;
    padding: 11px 20px;
    border-radius: 4px;
    color: #B1B1B1;
}

.successfully-box {
    margin: 0 auto;
    display: block;
    max-width: 825px;
}
.img-done {text-align: center;}
.img-done h1{
color: #282D5B;
font-family: "Poppins-Bold";
font-size: 36px;
line-height: 55px;
}
.img-done p{
    color: #282D5B;
    font-size: 20px;
    line-height: 33px;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
}
.btn-grop{
    margin-top: 48px;
}
.btn-grop button.finish-btn{
    color: #4AB5F1;
    font-family: 'Poppins-Regular';
    font-size: 18px;
line-height: 27px;
border: 1px solid #282D5B4F;
padding: 12px 41px 13px 40px;
background: none;
cursor: pointer;
}

.btn-grop button.download{
color: #fff;
cursor: pointer;
font-family: 'Poppins-Regular';
font-size: 18px;
line-height: 27px;
border: none;
padding: 13px 18px 12px 25px;
background: #4AB5F1;
margin-left: 23px;
}

.pls-note {
background: #F8F8FA;
border: 1px solid #F8F8FA;
border-radius: 19px;
padding: 27px 65px 27px 66px;
margin-top: 69px;
}

.pls-note h4{
color: #282D5B;
font-family: "Poppins-SemiBold";
font-size: 26px;
line-height: 39px;

}

.pls-note p{
color: #282D5B;
font-size: 18px;
line-height: 32px;
font-family: 'Poppins-Regular';
}

.sp-box {
    margin-top: 51px;
    margin-bottom: 94px;
}

.bdp_email .new__select select{
width: 100%;
border: 0.5px solid #A9B8C1;
height: 60px;
font-family: 'Poppins-Regular';
font-size: 16px;
line-height: 22px;
padding: 19px 18px;
color: #00183966;
}

.bdp_email .new__select  span{
    position: absolute;
    top: 23px;
    right: 20px;
}

.dumpster-txt {
    color: #282D5B;
    font-family: "Poppins-Medium";
    font-size: 18px;
    line-height: 27px;
}

.dumpster-Img {
    color: #4AB5F1;
	font-family: 'gilroy-regular';
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    cursor: pointer;
}
.dumpster-Img  span{
    margin-right: 10px;
}
.add-btn-compnay{
    margin-bottom: 19px;
    margin-top: 30px;
}

.compnay-tbl .table{
    border: 1px solid #00000012;
    background: #fff;
}

.compnay-tbl .table thead th{
    border-bottom: 0px solid #dee2e6;
    padding: 24px 0px 21px 24px;
    color: #282D5B;
    font-family: "Poppins-SemiBold";
}
.compnay-tbl .table td{
    padding: 24px 0px 29px 24px;
    vertical-align: middle;
    border-top: 1px solid #00000012;
    color: #282D5BB0;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 22px;
}
.tbl_box {
    border: 1px solid #00000012;
    padding:29px 25px;
}


/* The container */
.container-name {
    position: relative;
    padding-left: 30px;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }

 /* Hide the browser's default checkbox */
 .container-name input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }

 /* Create a custom checkbox */
 .checkmark-mail {
     position: absolute;
     top: 0;
     left: 0;
     box-shadow: 0px 1px 10px #8B8B8B1F;
     width: 20px;
     height: 20px;
     background-color: #fff;
     border-radius: 5px;
     border: 0.5px solid #8484846E;
 }



 /* When the checkbox is checked, add a blue background */
 .container-name input:checked ~ .checkmark-mail {
   background-color: #2196F3;
    border: 0.5px solid #2196F3;


 }

 /* Create the checkmark/indicator (hidden when not checked) */
 .checkmark-mail:after {
   content: "";
   position: absolute;
   display: none;
 }

 /* Show the checkmark when checked */
 .container-name input:checked ~ .checkmark-mail:after {
   display: block;
 }

 /* Style the checkmark/indicator */
 .container-name .checkmark-mail:after {
    left: 7px;
    top: 4px;
    height: 10px;
    width: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
 }
 .mail-shlok label span {
display: block;
font-size: 14px;
font-family: 'Poppins-Regular';
color: #282D5BB0;
 }
 .mail-shlok label {
     color: #282D5B;
     font-family: "Poppins-SemiBold";
     font-size: 14px;
 }

 .popup-dumpstar {
     max-width: 615px !important;
 }

 .text-addpopup {
     background: #fff;
     border-radius: 4px;
 }

 .text-addpopup{
     padding: 29px 24px;
 }
 .text-addpopup .close span{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    background: #F7F8F9;
    cursor: pointer;
    border-radius: 50%;
 }
 .text-addpopup h5{
     color:#282D5B;
     font-family: "Poppins-SemiBold";
     font-size: 24px;
     line-height: 35px;
 }

 .border-top-detals {
     border-top:1px solid #EAEDF3;
    margin-top: 14px;
    }

    .up-add {
        margin-top: 29px !important;
    }
    .up-add input{
        height: 42px !important;
        font-size: 14px;
        border: 0.5px solid #a9abbd;
        color: #282D5B !important;
    }

    .up-add  .form-control-placeholder {
        position: absolute;
        top: 11px;
        left: 17px;
        font-size: 14px;
        padding: 0px 0 0 0px;
        transition: all 200ms;
        font-family: 'Poppins-Regular';
        opacity: 0.6;
    }

    .up-add  .form-control:valid+.form-control-placeholder {
        font-size: 12px;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 1;
        background: white;
        color: #282D5B;
        top: 13px;
        display: inline-block;
        left: 14px;
        padding: 0px 6px 2px 5px;
    }

    .up-add  .form-control:focus+.form-control-placeholder {
        font-size: 14px;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 1;
        background: white;
        color: #4EB7F1;
        top: 13px;
        display: inline-block;
        left: 13px;
        padding: 0px 6px 2px 5px;
    }

    .popup-busnise {
        margin-top: 33px;
    }

    .pop-Btn button.continue{
        width: 104px;
    }
    .pop-Btn button{
        border: none;
        color: #000;
    }

    .updateprofile {
        padding: 80px 0px 50px 0px;
        background: #F9FAFB;
    }

    .box-engrining-2 {
        background: #fff;
        padding: 40px 35px 48px 35px;
        max-width: 983px;
        margin: 0 auto;
        display: block;
        border: 1px solid #00000012;
    }

.ld-txt {
    display: flex;
    justify-content: space-between;
}

.ld-txt h3{
    color: #282D5B;
    font-size: 28px;
    font-family: "Poppins-Bold";
    line-height: 42px;
}
.ld-txt h4 button.el-txt{
    color: #282D5B;
    font-size: 14px;
    font-family: 'gilroy-regular';
    padding: 11px 18px;
    background: none;
    border: 1px solid #D4D5DE;
border-radius: 2px;
margin-right: 18px;
cursor: pointer;
}

.ld-txt h4 button.ail-btn{
    color: #282D5B;
    font-size: 14px;
    font-family: 'gilroy-regular';
    padding: 11px 18px;
    background: none;
    border: 1px solid #D4D5DE;
border-radius: 2px;
cursor: pointer;
}

.ld-txt h4 button.ail-btn span{
    margin-right: 5px;
}

.ld-details .table{
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #00000012;
}

.ld-details .table thead th{
    vertical-align: middle;
    border-bottom: 0px solid #dee2e6;
    padding: 27px 0px 24px 39px;
    color:#282D5B;
    line-height: 22px;
    font-size: 13px;
    font-family: "Poppins-SemiBold";
}
.ld-details .table td{
    vertical-align: middle;
    border-top: 1px solid #00000012;
    padding: 29px 0px 29px 39px;
    font-family: 'Poppins-Regular';
    color: #282D5BCC;
    font-size: 14px;
}

.ld-details .table td.exp button{
    color: #D81D37;
    border: 1px solid #D81D37;
    border-radius: 11px;
    background: none;
    font-size: 12px;
    padding: 0px 18px;
    line-height: 22px;
}

.ld-details .table td.view-Btn button{
    color: #282D5B;
    border: 1px solid #D4D5DE;
    border-radius: 2px;
    background: none;
    font-size: 12px;
    padding: 0px 10px;
    line-height: 22px;
}

.ld-details {
    margin-top: 27px;
}

.popup-dumpstar-2 {
    max-width: 468px !important;
}

.popup-dumpstar-2 h5{
    font-size: 24px;
}
.poilcy_type select{
    height: 52;
    border: 0.5px solid #282D5B;

}
.poilcy_type label{
    color:#282D5B !important;
}
.poilcy_type .form-group span{
    top: 44px  !important;
}
.yl-mtop .up-add{
    margin-top: 0px !important;
}
.upload-file-verifcaction {
    margin-top: 30px;
}
.brose-file {
    max-width: 100%;
   height: 146px;
   border: 0.5px dashed #4AB5F1;
border-radius: 2px;
position: relative;    overflow: hidden;
}
.brose-file input{
    opacity: 0;
    top: 0;
    max-width: 100%;
    height: 146px !important;
    position: absolute;
}
.brose-file h3 img{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.brose-file h3 span {
    font-size: 12px;
    color: #686868;
    line-height: 18px;
    margin-top: 6px;
    display: block;
text-align: center;
    font-family: 'Poppins-Regular';
}
.brose-file h3 button{
    display: block;
    text-align: center;
    font-family: 'Poppins-Regular';
    margin: 0 auto;
    border: 0.699999988079071px solid #4AB5F1;
    padding: 8px 16px;
    color: #4AB5F1;
    font-size: 12px;
    background: none;
    margin-top: 10px;

}
.popup-dumpstar-3 {
    max-width: 799px;
}



.owner {
    position: relative;
    padding-left: 30px;
    font-family: 'Poppins-Regular';
   font-size:12px;
    cursor: pointer;
    font-size: 22px;
    color:#282D5B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .owner input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkma {
    position: absolute;
    top: 0px;
    left: 0;
  width: 20px;
  height: 20px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #4AB5F1;
  }



  /* When the radio button is checked, add a blue background */
  .owner input:checked ~ .checkma {
    background-color: #fff;
    border: 1px solid #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkma:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .owner input:checked ~ .checkma:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .owner .checkma:after {
    top: 4px;
    left: 4px;
  width: 10px;
  height: 10px;
      border-radius: 50%;
      background: #2196F3;
  }

  .upload-owner {
      margin-top: 36px;
  }
  .upload-owner label{
      font-size: 14px;
  }
  .upload-owner .auth-txt {
      margin-left: 16px;
      line-height: 21px;
      color: #282D5B;
      font-family: 'Poppins-Regular';
  }
  .upload-owner p{
      font-size: 16px;
      line-height: 25px;
      font-family: 'Poppins-Regular';
      color: #282D5B;
      margin-bottom: 13px;
  }

  .lable-border {
      border-top: 1px solid #EEEFF2;
      margin: 26px 0px;
      max-width: 284px;
  }

  .popup-dumpstar-3 .text-addpopup {
    padding: 40px 30px !important;
}
.bottom_border-btn {
    border-top: 0.5px solid #00000042;
    margin-top: 40px;
}
.btn-pre button.adloc{
    float: left;
}
#add_slect {
    position: relative;
}

#add_slect span{
    position: absolute;
    top: 20px;
    right: 16px;
    font-size: 20px;
}
#add_slect select{
 border-radius: 0px;
 color: #7E819C;
    height: 60px;
    border: 0.5px solid #a9abbd;
    color: #282D5B;
}
#defultInput select{
    height: 62px;
    background: #fff;
    border: 0.5px solid #7E819C;
    border-radius: 0px;
    font-family: 'Poppins-Regular';
    padding-left: 21px;
}
#defultInput span{
    position: absolute;
    top: 21px;
    font-size: 20px;
    right: 21px;
}
#defultInput label{
    top: -15px;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    font-family: 'Poppins-Regular';

}

.saveTxtbtn button.submitTxtbtn {
    background: #4AB5F1 0% 0% no-repeat padding-box;
    padding: 11px 30px 15px 30px;
    font-family: 'Poppins-Regular';
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin-right: 30px;
    border: none;
    margin-top: 3px;
    cursor: pointer;
}

.saveTxtbtn1{
    background: #4AB5F1 0% 0% no-repeat padding-box;
    padding: 11px 30px 15px 30px;
    font-family: 'Poppins-Regular';
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin-right: 30px;
    border: none;
    margin-top: 3px;
    cursor: pointer;
}


#dfemail input{
    background: none;
    pointer-events: none;
    color: #7E819C;
    background: #fff;
    border: 0.5px solid #7E819C;
    border-radius: 0px;
    font-family: 'Poppins-Regular';
}
#dfemail label{
    top: -71px;
    pointer-events: none;
    opacity: 1;
    background: #fff;
    padding: 0px 8px;
    font-family: 'Poppins-Regular';
    color: #7E819C;
    position: relative !important;
}

.daynmic-select select{
    height: 62px;
    border-radius: 0px;
    border: 0.5px solid #282D5B99;
    color: #282D5B;
}

.daynmic-select span{
    position: absolute;
    top: 22px;
    right: 16px;
    font-size: 18px;

}

.imact-trafic .datebtn {
    margin-top: 7x;
    display: block;
    margin-top: -36px !important;
    margin-left: 194px !important;
    cursor: pointer;
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0.5px solid #282D5B66;
  -webkit-text-fill-color: #282D5BCC;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.status-Box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00000012;
    padding: 50px 23px 33px 23px;
}


.per-uodate {
    margin-top: 15px;
}

.status-Box h2 {
    font-size: 28px;
    color: #282D5B;
    font-family: "Poppins-Bold";
    line-height: 42px;
    border-bottom: 1px solid #EAEDF3;
    padding-bottom: 12px;
}

.status-Box h3 {
    font-size: 20px;
    color: #282D5B;
    font-family: "Poppins-SemiBold";
    line-height: 18px;
    margin-top: 30px;
}

.modifiy button.m-app-btn {
    color: #4AB5F1;
    font-size: 14px;
    font-family: 'gilroy-medium';
    padding: 12px 17px;
    border: 1px solid #4AB5F1;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
}

.modifiy button.m-app-btn span {
    margin-left: 5px;
}

.rc-img {
    margin-left: 20px;
}

.modifiy {
    margin-top: 18px;
}

.status_pro-txt h3 {
    color: #282D5B;
    font-family: "Poppins-SemiBold";
    font-size: 20px;
    line-height: 33px;
    margin-top: 45px;
}

.status_tabber .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef00 #e9ecef00 #dee2e600;
}

.status_tabber .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.status_tabber .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.status_tabber {
    margin-top: 22px;
}

.status_tabber .nav-tabs {
    padding-bottom: 19px;
}

.status_tabber .nav-link {
    display: block;
    padding: 0px;
    margin-right: 74px;
    color: #282D5B99;
    font-family: "Poppins-Medium";
    font-size: 13px;
    line-height: 22px;
    position: relative;
}

.status_tabber .nav-link.active::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #4AB5F1;
    top: 37px;
}

.status_tabber .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4AB5F1;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: "Poppins-Medium";
    font-size: 13px;
    line-height: 22px;
}

.review-desiign-box {
    margin-top: 23px;
}

.tbl-review-design {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00000012;
    border-radius: 4px;
}

.tbl-review-design .table thead th {
    vertical-align: middle;
    border-bottom: 0px solid #dee2e6;
    border-top: 0px;
    padding: 24px 0px 23px 30px;
    color: #282D5B;
    font-family: 'gilroy-medium';
    font-size: 16px;
    line-height: 19px;
}

.tbl-review-design .table td {
    padding: 24px 0px 19px 30px;
    vertical-align: middle;
    border-top: 1px solid #00000012;
    color: #707070;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins-Regular';
}

.tbl-review-design .table td.btn__view button {
    color: #4AB5F1;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    padding: 10px 28px 9px 28px;
    background: none;
    cursor: pointer;
    border: 1px solid #4AB5F1;
}

.tbl-review-design .table th.action-type {
    text-align: right;
    padding-right: 108px;
}

.tbl-review-design .table td.action-type {
    text-align: right;
    padding-right: 108px;
}

.no-cart h5 {
    color: #4AB5F1;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins-Regular';
}

.no-cart {
    background: #EDF7FE;
    border: 1px solid #00000012;
    border-radius: 4px;
    padding: 22px 26px 23px;
}

.table-permit table td.blue-txt button {
    border: 1px solid #1479EB;
    color: #1479EB;
    padding: 0px 21px;
}


.table-permit table td.red-txt button {
    border: 1px solid red;
    color: red;
    padding: 0px 21px;
}
.table-permit table td.orange-txt button {
    border: 1px solid #EC9D16;
    color: #EC9D16;
    padding: 0px 21px;
}


.dropdown-action {
    position: relative;
}

.dropdown-contentable {
    display: none;
    position: absolute;
    min-width: 133px;
    left: -62px;
    top: 70px;
    z-index: 1;
    border-radius: 9px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 9px #00000017;
    border: 0.5px solid #00000014;
}
.container-tbl{
    max-width: 1291px;
}
.dropdown-contentable a {
    color: #000 !important;
    padding: 8px 11px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins-Regular';
    text-decoration: none;
    display: block;
    border-bottom: 0.5px solid #F6F7F8;
cursor: pointer;
}

.dropdown-action:hover .dropdown-contentable {
    display: block;
}


.triangle-left {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #828282;
    position: absolute;
    right: 18px;
    top: -11px;
}

.triangle-left:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ffffff;
    position: absolute;
    left: -11px;
}

.invite-btn {
    padding: 13px 38px !important;
}

.dash-back {
    max-width: 983px;
    margin: 0 auto;
    background: #F9FAFB;
}

.bg-dashbord {
    background: #F9FAFB;
    padding: 44px 0px 18px 0px;
}

.reset-pass {
    max-width: 623px;
    margin: 0 auto;
    display: block;
    padding-top: 16px;
}

.passwird-reset-box {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 41px 55px 45px 56px;
}

.bg-gray-color {
    background: #F9FAFB;
}

.reset-txt h2 {
    color: #282D5B;
    font-family: "Poppins-Bold";
    font-size: 28px;
    line-height: 42px;
}

.reset-txt h6 {
    color: #282D5B99;
    font-family: 'gilroy-regular';
    font-size: 18px;
    line-height: 30px;
}

.yonker-email {
    margin-top: 43px;
}

.btn-reset-submit {
    margin-top: 39px;
}

.btn-reset-submit button {
    font-size: 18px;
    font-family: 'gilroy-medium';
    line-height: 30px;
    color: #FFFFFF;
    background: #4AB5F1;
    border: none;
    width: 100%;
    padding: 20px 0px;
}

.btn-reset-submit h5 {
color: #2C2E30;
font-family: "Poppins-Medium";
font-size: 14px;
line-height: 20px;
text-align: center;
margin-top: 20px;
cursor: pointer;
}

.create-new-padding {
    padding-top: 80px;
}
.yonker-email-2 {
    margin-top: 30px;
}
.account-txt {
    text-align: center;
}
.account-txt span a{
    color: #4AB5F1;
}
.tab-sec ul li a.gray_color{
    color: #00183980 !important;
}

.form-control:disabled, .form-control{
    background: #fff !important;

}

.slectInputBox label{
    top: -14px;
    background: #fff;
    opacity: 1;
    left: 20px;
    color: #282D5B99;
    padding: 0px 3px;
    font-size: 16px;
    font-family: 'Poppins-Regular';
}

.slectInputBox input{
    border: 0.5px solid #A9B8C1B0 !important;
    color: #282D5B;
}

.theme-green .bs-datepicker-head{
    background-color: #4ab5f1 !important;
}
.theme-green .bs-datepicker-body table td.week span{
    color: #4ab5f1 !important;
}

.table-permit table td.blue-txt-2 button {
    border: 1px solid #1479EB;
    color: #1479EB;
    padding: 0px 11px;
}

.table-permit table td.green-txt-2 button {
    border: 1px solid #38C461;
    color: #38C461;
    padding: 0px 11px;
}
.table-permit table td.orange-txt-2 button {
    border: 1px solid #EC9D16;
    color: #EC9D16;
    padding: 0px 22px;
}
.work-loaction-tab .nav-pills .nav-link.active{
color: #4AB5F1;
font-size: 18px;
font-family: "Poppins-SemiBold";
line-height: 27px;
background: none;
padding: 0px;
position: relative;
}
.work-loaction-tab .nav-pills .nav-link.active::before{
    position: absolute;
    content: '';
    background: #4AB5F1;
    border-radius: 6px;
    width: 31px;
    height: 5px;
    top: 27px;

}
.work-loaction-tab .nav-pills .nav-link{
    padding: 0px;
    color:#282D5B;
    margin-right: 48px;
    font-size: 18px;
    line-height: 27px;
    font-family: "Poppins-SemiBold";
}
.work-loaction-tab {
    margin-top: 35px;
}

.daily-sec {
    margin-top: 12px;
}

.box-work-daily {
    background: #FFFFFF;
border: 1px solid #F9F9F9;
margin-top: 32px;
padding: 40px 31px 39px 30px;
max-width: 983px;
}

.daily_Hd h2{
    color:#282D5B;
    font-size: 28px;
    line-height: 42px;
    font-family: "Poppins-Bold";
    padding-bottom: 14px;
    border-bottom: 1px solid #EFEFEF;
}

.mt_loacton {
    margin-top: 45px;
}
.dwl-tab {
    margin-top: 42px;
}
.daily-type {
    position: relative;
}
.daily-type select{
width: 100%;
font-family: 'Poppins-Regular';
font-size: 18px;
line-height: 27px;
height: 60px;
padding: 17px 24px 17px;
color: #282D5BCC;
border: 0.5px solid #282D5B99;
}
.daily-type span{
    position: absolute;
    top: 48px;
    right: 17px;
}

.daily-type label{
    background: #fff;
    position: relative;
    top: 12px;
    font-size: 16px;
    left: 17px;
    padding-left: 7px;
    font-family: 'Poppins-Regular';
    padding-right: 7px;
    color: #282D5B;
}

.work-categry {
    margin-top: 24px;
}
.dd-textarea{
    margin-top: 40px;
}
.dd-textarea textarea{
    width: 100%;
    height: 113px;
    padding: 14px 17px;
    resize: none;
    border: 0.5px solid #282D5B99;
    border-radius: 0px;

}
.dd-textarea textarea::placeholder{
    color: #00183966;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 22px;
}
.dd-textarea label{
    font-family: "Poppins-Medium";
color: #001839;
font-size: 16px;
line-height: 20px;
padding-bottom: 10px;
}

.box-work-daily-2{
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    margin-top: 40px;
    padding: 35px 33px 34px 32px;
    max-width: 983px;
    margin-bottom: 82px;
}
.add-moreTxt {
float: right;
}
.btn-add-more {
    color: #4AB5F1;
    font-family: 'gilroy-medium';
    font-size: 16px;
    line-height: 19px;
 cursor: pointer;
 margin-top: 20px;
 display: inline-block;
 margin-right: 80px;
 float: right;
}

.btn-add-delet button{
    color: #E53030;
    font-family: 'gilroy-medium';
    font-size: 16px;
    line-height: 19px;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: 21px;
}
.notfound-txt {
    font-size: 16px;
    font-family: "Poppins-Medium";
    color: #4AB5F1;
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;

}

.job-addTxttwo {
    font-size: 16px;
    font-family: "Poppins-Medium";
    color: #4AB5F1;
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;

}
.imgfile {
    margin-top: 9px !important;
    display: block !important;
    width: 100% !important;
    height: 130px !important;
}

.licence-position span{
    position: absolute;
    right: -287px;
    top: -28px;
    color: #b5b5b5;
}

.select_keyType select{
    height: 42px;
    border-radius: 0px;
}

.new-browes-file h3 img{
    margin-top: 0px !important;
}

.what-bg2{
    margin-top: 61px;
}
.add-cancle_btn {
    background: #4AB5F1;
    color: #fff;
    font-family: 'Poppins-Regular';
    padding: 10px 28px 11px 28px;
    border: none;
    cursor: pointer;
    line-height: 26px;
    float: right;
}
.foundInput .form-control-placeholder{
    font-size: 16px;
    top: 10px;
}
#daynamic-select{
    position: absolute;
    top: 11px !important;}
.file_slect-input {
    position: relative;
    max-width: 206px;
}
.file_slect-input  select{
    height: 43px;
    width: 100%;
    padding: 13px 12px 10px;
    color: #282D5B;
    font-size: 14px;
    line-height: 17px;

}
.file_slect-input span{
    position: absolute;
    top: 12px;
    right: 10px;
}

.new-UploadBox .img-upload-tbl .table thead th{
    padding: 13px 130px 13px 30px;

}
.new-UploadBox .img-upload-tbl .table thead tr{
    background: #F6F9FC;
}

.new-UploadBox .img-upload-tbl .table td.upload-Btn button{
    background: #ffffff;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    position: relative;
    line-height: 22px;
    color: #4ab5f1;
    padding: 8px 17px;
    border: 1px solid #4AB5F1;
    border-radius: 2px;
}
.new-UploadBox .img-upload-tbl .table td.acton-Btn button{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #282D5B;
    border-radius: 2px;
    padding: 6px 9px;
    cursor: pointer;
}
.new-UploadBox .img-upload-tbl .table td.acton-Btn button span{
margin-right: 2px;
}
.new-UploadBox .img-upload-tbl .table td {
    padding: 25px 0px 23px 30px;
    font-family: 'Poppins-Regular';
    color: #282D5B;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
}
.new-UploadBox .img-upload-tbl .table td.acton-Btn button.delet-btn{
margin-left: 13px;

}
.more-txt {
    color: #4AB5F1;
    font-family: 'gilroy-medium';
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.streen-Box {
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #00000012;
max-width: 983px;
margin-top: 60px;
}
.submission-mt{
    margin-top: 55px;
    position: relative;
}

.sub-oppining select{
    width: 100%;
    height: 60px;
    padding: 18px 24px;
    color: #282D5BCC;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    line-height: 24px;
    border:0.5px solid #a9abbd;
    position: relative;
    border-radius: 0px !important;

}
.sub-oppining span{
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 20px;

}
.sub-oppining{
    margin-top: 33px !important;
}
.sub-oppining label{
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 22px;
    background: #fff;
    position: relative;
    top: -4px;
    left: 0px;
    padding-left: 0px;
    padding-right: 7px;
    z-index: 99;
}

.bdp_email span.icon-calander{
    width: 17px;
    height: 17px;
    color: #7E8085;
    position: absolute;
    right: 20px;
    top: 22px;
}
.Detailed-txt{
    margin-top: 40px;
}
.Detailed-txt textarea{
width: 100%;
height: 113px;
border:0.5px solid #a9abbd;
color: #282D5B;
padding: 14px 17px;
resize: none;
border-radius: 0px !important;
}
.Detailed-txt textarea::placeholder{
    color: #00183966;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 22px;
}
.Detailed-txt label{
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}
.discprection-Box{
    margin-top: 19px;
}
.layout-box{
    margin: 0 auto;
    max-width: 983px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #00000012;
margin-top: 30px;
margin-bottom: 100px;
}

.layout-box .table-permit table td small{
    padding: 0px 26px;
    font-size: 100%;
}
.layout-box .table-permit table td strong{
    display: block;
    color: #4AB5F1;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    cursor: pointer;
}
.layout-box .table-permit table td {
    vertical-align: top!important;
}
.street-slcTxt {
    margin-top: 6px;
}

.multimple-moreTxt {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.multimple-moreTxt .plus-moretxt{
color: #4AB5F1;
font-family: 'gilroy-medium';
font-size: 16px;
line-height: 19px;
cursor: pointer;
}
.multimple-moreTxt .plus-moretxt span{
    margin-right: 5px;
}
.multimple-moreTxt .txt_delet{
color: #E53030;
font-size: 16px;
line-height: 19px;
cursor: pointer;
font-family: 'gilroy-medium';
}
.delet-modal{
    max-width: 415px !important;
    margin: 0 auto;
    text-align: center;
}
.app-content{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 3px #0000000A;
border: none !important;
border-radius: 0px !important;
padding: 36px 94px;
}

.soure-delete-txt h3{
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    line-height: 35px;
    color: #282D5B;

}
.soure-delete-txt h4{
    font-family: 'Poppins-Regular';
    font-size: 13px;
    line-height: 25px;
    color: #282D5B;
    margin-top: 20px;
}
.modal-footer{
    margin-top: 20px !important;
    margin: 0 auto;
}
.modal-footer button.secondary{
    border: none;
    color: #282D5B;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 20px;
    background: none;
}

.modal-footer button.primary{
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 9px 19px;
    line-height: 20px;
    font-family: 'Poppins-Regular';
    background: #2AABFA;
    margin-left: 30px;
}

.dwl-margin-top{
    padding-top: 80px;
}

.signIn-checkbox .custom-control-label{
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.range-work-loaction .bdp_email .new__select select{
    border-radius: 0px !important;
    border: 0.5px solid #282D5B99;
    color: #282D5B;
}


.bussiness-input-two{
    margin-top: 54px;
}

#enter-dec-msg {
    margin-left: 14px !important;
}

.select_keyType-2 select{
height: 42px !important;
font-size: 14px !important;
line-height: 18px !important;
padding: 6px 28px 4px 16px !important;
border: 0.5px solid #a9abbd;
color: #282D5B !important;
}
.select_keyType-2  label{
    top: 15px !important;
    left: 10px!important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 6px !important;
}

.select_keyType-2 .poilcy_type  span {
    top: 33px !important;
}

.foundInput input{
height: 47px;
}

#city-applicant label{
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 5px;
}
#city-applicant select{
    height: 60px;
    border: 0.5px solid #282D5B99;
    color: #282D5B;
}
#city-applicant span{
    position: absolute;
    right: 20px;
    top: 45px;
    font-size: 20px;
}
.sta-mt {
    margin-top: 15px;
}
.togle-calnder-Btn{
    position: absolute;
    top: 24px;
    right: 30px;
    color: #908f8f;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span, .theme-green .bs-datepicker-body table td span[class*="select-"]:after, .theme-green .bs-datepicker-body table td[class*="select-"] span:after {
    background-color: #4ab5f1 !important;
}
.dd-radio .checkma {
    top: 4px !important;
}
.profile-state .bdp_email label{
    position: absolute;
    top: -24px;
    font-size: 16px;
}

.color-input-border input{
    border: 0.5px solid #282D5B99;
    color: #282D5B;
}

.pointer-2{
    color: #4AB5F1;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
    margin-top: 3px;
    font-weight: normal;
}

.daily-worklable .daily-type label{
    left: 0 !important;
    top: 0 !important;
}
/* //==================================Admin css ============================================================================*/


.dash-back-two {
    max-width: 1100px;
    margin: 0 auto;
    background: #F9FAFB;
}
.box-engrining-admin {
    background: #fff;
padding: 25px 27px 0px 27px;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    border: 1px solid #00000012;
}
.heading-permit{
    display: flex;
    justify-content: space-between;
}

.heading-permit h2{
    font-family: "Poppins-SemiBold";
    color: #282D5B;
    font-size: 24px;
    line-height: 28px;
}
.heading-permit h3 button{
    background: #2AABFA;
    border: none;
    padding: 0px 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins-Regular';
}

.adminjob-details-box{
 background: #FFFFFF;
 padding: 28px;
 margin-top: 23px;
border: 1px solid #00000012;
}
.tabs-admin-update .nav-tabs{
    border-bottom: 1px solid #EBECF0;
    padding-bottom: 32px;
}

.tabs-admin-update .nav-tabs .nav-item{
    margin-bottom: 0px;
    color: #282D5B;
    font-family: "Poppins-SemiBold";
  line-height: 27px;
  font-size: 18px;
  margin-right: 56px;
}
.tabs-admin-update .nav-tabs .nav-item:hover{
    text-decoration: none;
}
.tabs-admin-update .nav-tabs .nav-item.active{
    color: #4AB5F1;
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    line-height: 27px;
    position: relative;
}
.tabs-admin-update .nav-tabs .nav-item.active::before{
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background: #4AB5F1;
    border-radius: 6px;
    top: 32px;
}

.no-ref-txt {
    margin-top: 17px;
}

.no-ref-txt ul li{
    margin-bottom: 23px;
}
.no-ref-txt h5{
    color: #282D5B99;
font-size: 14px;
line-height: 21px;
    font-family: 'Poppins-Regular';
}
.no-ref-txt h6{
    color: #282D5B;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 21px;

}
.no-ref-txt h6 span{
    padding: 0px 10px 0px 12px;
}
.no-ref-txt h6 small{
    display: inline-block;
    cursor: pointer;
    color: #4AB5F1;
    font-size: 12px;
font-family: 'Poppins-Regular';
}
.description_edit-txt h3{
    color: #282D5B99;
    font-size:14px;
font-family: 'Poppins-Regular';
}
.description_edit-txt h3 span img{
    cursor: pointer;
}
.description_edit-txt p{
    color: #282D5B;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 28px;
    padding-bottom: 30px;

}
.submision-review-box {
    margin-top: 25px;
}
.submision-review-box .card{
border: 0px;
margin-bottom: 25px;
border-radius: 0px !important;
}
.submision-review-box .card button{
    padding: 0;
    background: #2AABFA;
    color: #fff;
    border-radius: 0px !important;
    border: none;
    font-family: "Poppins-Medium";
    font-size: 18px;
    line-height: 19px;
    font-family: "Poppins-Medium";
    padding: 18px 30px;
    cursor: inherit;
}
.submision-review-box .card button span{
    color: #fff;
    float: right;
    cursor: pointer;
}
.submision-review-box .card .card-body{
    padding: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #00000012;
    border-top: none;
}
.submision-review-box .card button:hover{
    text-decoration: none;
}
.select-input-box {
    position: relative;
}
.select-input-box span{
    position: absolute;
    top: 35px;
    right: 10px;
}
.select-input-box select{
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 0.5px solid #9CA6C08C;
color: #282D5B;
font-family: 'Poppins-Regular';
font-size: 14px;
}
.select-input-box label{
    color: #282D5B99;
    font-family: 'Poppins-Regular';
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 6px;
}

.app-status-txt {
    padding: 26px;
}
.comment-box-submision{
    margin-top: 30px;
}
.comment-box-submision label{
    color: #282D5B80;
    padding-bottom: 6px;
}
.comment-box-submision textarea{
    width: 100%;
    height: 102px;
    border: 0.5px solid #9CA6C08C;
    color: #282D5B99;
    padding: 17px 24px 18px 16px;
    resize: none;
}
.user-input-colomn {
    margin-top: 30px;
}
.email-userinput input{
width: 100%;
height: 40px;
padding: 10px 15px;
background: #FFFFFF;
border: 0.5px solid #9CA6C08C;

}
.email-userinput input::placeholder{
    color: #282D5B;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}

.email-userinput label{
    color: #282D5B99;
    padding-bottom: 6px;
}
.submision-btn{
    margin-top: 24px;
}
.submision-btn button{
    color: #fff !important;
    padding: 10px 21px !important;
    font-size: 11px !important;
    font-family: 'Poppins-Regular' !important;
    background: #4AB5F1 !important;
}

/* Decisions css 22/05/2020 */


.detailed-edit{
    max-width: 467px;
    border-radius: 4px;
   }
   .txtepd {
       color: #282D5B;
       line-height: 35px;
       font-family: "Poppins-SemiBold";
       font-size: 24px;
   }
   .detail-txtarea{
       padding: 29px 35px 0px 41px;
   }
   .detail-txtarea textarea{
       width: 100%;
       resize: none;
       height: 113px;
       background: #fff ;
   border: 1px solid #D6D7E0;
   padding: 16px 17px;
   margin-bottom: 30px;
   }
   .detail-txtarea  label{
       color: #001839;
       font-size: 14px;
       line-height: 22px;
       font-family: "Poppins-Medium";
       padding-bottom: 11px;


   }
   .detail-txtarea textarea::placeholder{
       color: #00183966;
       font-size: 14px;
       line-height: 22px;
   font-family: 'Poppins-Regular';
   }

   .modal-btn-decripatn {
       text-align: right;
       margin-bottom: 30px;
   }
   .modal-btn-decripatn button.cancle_button{
       color: #4AB5F1;
       font-size: 12px;
       border:1px solid #D4D5DE;
       background: #fff;
       padding: 9px 20px;
       font-family: 'Poppins-Regular';
       line-height: 26px;
       margin-right: 15px;
   }
   .modal-btn-decripatn button.save_button{
       color: #fff;
       font-size: 11px;
       line-height: 26px;
       font-family: "Poppins-Medium";
       border:none;
       background: #4AB5F1;
       padding: 10px 27px;
   }



   #close-icon-modal span{
       background: #e6e6e6;
       position: absolute;
       height: 30px;
       right: 32px;
       width: 30px;
       text-align: center;
       line-height: 32px;
       border-radius: 50%;
       top: 20px;
   }

   .decisions_box-collepse{
       padding: 30px;
   }

   .text-decision-bx h3{
       color: #3E3F42;
       font-size: 16px;
       line-height: 28px;
       font-family: "Poppins-SemiBold";
       margin-bottom: 20px;
   }
   .text-decision-bx label{
       color: #282D5B99;
       font-size: 12px;
       line-height: 18px;
       padding-bottom: 6px;
   font-family: 'Poppins-Regular';
   }
   .text-decision-bx select{
       width: 100%;
       height: 40px;
       background: #FFFFFF 0% 0% no-repeat padding-box;
   border: 0.5px solid #9CA6C08C;
   padding: 10px 16px;
   font-family: 'Poppins-Regular';
   font-size: 14px;
   }
   .text-decision-bx .form-group span{
       position: absolute;
       top: 36px;
       right: 10px;
   }
   .add-special-box {
       margin-top: 28px;
       background: #FFFFFF 0% 0% no-repeat padding-box;
   border: 0.5px solid #9CA6C08C;
   height: 91px;
   }
   .txt-special-condition{
       color: #2AABFA;
       font-size: 14px;
       line-height: 32px;
   font-family: 'Poppins-Regular';
   text-align: center;
   border: 0.5px dashed #2AABFA;
   margin: 25px;
   padding:5px 0px;
   cursor: pointer;
   }
   .decision-here{
       margin-top: 30px;
   }
   .decision-here textarea {
       background: #FFFFFF 0% 0% no-repeat padding-box;
       border: 0.5px solid #9CA6C08C;
       height: 102px;
       width: 100%;
       resize: none;
       padding: 17px 16px;
   }
   .decision-here textarea::placeholder{
       color: #282D5B;
       font-size: 14px;
       line-height: 22px;
   font-family: 'Poppins-Regular';
   }
   .expiration-date-box{
       margin-top: 30px;
   }
   .app-status-slect label{
       color: #282D5B99;
       font-size: 12px;
       line-height: 18px;
       padding-bottom: 6px;
   }
   .app-status-slect select{
       width: 100%;
       height: 40px;
       background: #FFFFFF 0% 0% no-repeat padding-box;
       border: 0.5px solid #9CA6C08C;
       padding: 10px 16px;
       font-family: 'Poppins-Regular';
       font-size: 14px;
   }
   .app-status-slect input{
       width: 100%;
       height: 40px;
       background: #FFFFFF 0% 0% no-repeat padding-box;
       border: 0.5px solid #9CA6C08C;
       padding: 10px 16px;
       font-family: 'Poppins-Regular';
       font-size: 14px;
   }
   .app-status-slect .form-group span {
       position: absolute;
       top: 36px;
       color: #3F465E;
       right: 10px;
   }

   .dicision-submit_btn button{
       margin-top: 24px;
       padding: 10px 21px !important;
       background: #4AB5F1 !important;
       font-size: 11px !important;
       line-height: 26px !important;
       font-family: "Poppins-Medium" !important;
       cursor: pointer!important;
   }
   .plan-examiner-box {
    margin-top: 30px;

}
.plan-examiner-box::-webkit-scrollbar {
    width: 2px;
  }

  /* Track */
  .plan-examiner-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .plan-examiner-box::-webkit-scrollbar-thumb {
    background: #2AABFA;
    border-radius: 10px;
  }

  /* Handle on hover */
  .plan-examiner-box::-webkit-scrollbar-thumb:hover {
    background: #2AABFA;
  }

   .plan-examiner-box .table{
       background: #FFFFFF 0% 0% no-repeat padding-box;
   border: 1px solid #00000012;
   }
   .plan-examiner-box .table thead th{
       border-bottom: 0px solid #dee2e6;
       padding: 24px 0px 23px 20px;
       color: #282D5B;
       line-height: 25px;
       font-size: 13px;
       font-family: "Poppins-SemiBold";
   }
   .plan-examiner-box .table tbody td{
       color: #282D5BCC;
       font-size: 13px;
       padding: 20px 0px 36px 20px;
       line-height: 20px;
   font-family: 'Poppins-Regular';
   }

   .add-conditions-modal {
       max-width: 695px;
   }
   .add-conditions-modal .modal-header {
     padding: 0;
     padding-bottom: 10px;
     border: 0.6000000238418579px solid #E8E8E8;
   }
   .modal-content-padding{
       padding: 13px 26px 32px 26px;
   }
   .contition_Hd {
       color: #282D5B;
       font-family: "Poppins-SemiBold";
       font-size: 23px;
       line-height: 34px;
       padding: 13px 0px 0px 23px;
   }
   .searchInput{
       margin-top: 10px;
       position: relative;
   }
   .searchInput input{
       width: 100%;
       background: #EDEEF454 0% 0% no-repeat padding-box;
   border: 1px solid #E2E5ED;
   padding: 8px 37px 7px 37px;
   height: 35px;
   }
   .searchInput .form-group span{
       position: absolute;
       left: 15px;
       top: 10px;
       color: #282D5B99;
   }
   .inspaction-box{
       margin-top: 26px;
       height: 310px;
       border-right: 0.6000000238418579px solid #E8E8E8;
       border-bottom: 0.6000000238418579px solid #E8E8E8;
       overflow: auto;
   }


   /* width */
   .inspaction-box::-webkit-scrollbar {
       width: 3px;
     }

     /* Track */


     /* Handle */
     .inspaction-box::-webkit-scrollbar-thumb {
       background: #2AABFA;
       border-radius: 10px;
     }

     /* Handle on hover */
     .inspaction-box::-webkit-scrollbar-thumb:hover {
       background: #2AABFA;
     }


   /* The container */
   .container-curb {
       display: block;
       position: relative;
       padding-left: 29px;
       font-family: 'Poppins-Regular';
       cursor: pointer;
       font-size: 12px;
       line-height: 20px;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
       margin-bottom: 14px !important;
       color: #282D5B;
     }

     /* Hide the browser's default checkbox */
     .container-curb input {
       position: absolute;
       opacity: 0;
       cursor: pointer;
       height: 0;
       width: 0;
     }

     /* Create a custom checkbox */
     .checkmark-replacement {
         position: absolute;
         top: 0;
         left: 0;
         width: 20px;
         height: 20px;
         box-shadow: 0px 1px 3px #8B8B8B19;
         border: 0.5px solid #8484846E;
         border-radius: 5px;
     }



     /* When the checkbox is checked, add a blue background */
     .container-curb input:checked ~ .checkmark-replacement {
       background-color: #2AABFA;
        border: 0.5px solid #2AABFA;
     }

     /* Create the checkmark/indicator (hidden when not checked) */
     .checkmark-replacement:after {
       content: "";
       position: absolute;
       display: none;
     }

     /* Show the checkmark when checked */
     .container-curb input:checked ~ .checkmark-replacement:after {
       display: block;
     }

     /* Style the checkmark/indicator */
     .container-curb .checkmark-replacement:after {
       left: 7px;
       top: 4px;
       width: 5px;
       height: 10px;
       border: solid white;
       border-width: 0 2px 2px 0;
       -webkit-transform: rotate(45deg);
       -ms-transform: rotate(45deg);
       transform: rotate(45deg);
     }

     .checkbox-addBtn{
         margin-top: 23px;
         text-align: right;
     }

     .checkbox-addBtn button.add-btntxt{
         font-size: 11px;
         padding: 10px 30px;
         line-height: 26px;
         color: #fff;
         font-family: "Poppins-Medium";
         background: #4AB5F1;
         border: none;
         cursor: pointer;
     }

     .checkbox-addBtn button.cancle-btntxt{
       font-size: 12px;
       padding: 10px 20px;
       line-height: 26px;
       border: 1px solid #CACCD7;
       color: #4AB5F1;
       font-family: 'Poppins-Regular';
       background: #fff;
      margin-right: 15px;
      cursor: pointer;
   }

   .decision-here-2 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
border: 0.5px solid #9CA6C08C;

margin-top: 30px;
padding: 20px 28px 15px 28px;
}

.decision-here-2 h2{
    color: #3E3F42;
    font-family: "Poppins-SemiBold";
    line-height: 28px;
    font-size: 14px;
}


.add_more-spacial h3{
    color: #2AABFA;
    font-family: 'Poppins-Regular';
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;

}


.dropdown_act {
    position: relative;
  }

  .dropdown-content-void {
    display: none;
    position: absolute;
    right: 56px;
    background-color: #fff;
    min-width: 133px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 9px #00000017;
    border: 0.5px solid #00000014;
    border-radius: 4px;
    z-index: 1;
  }

  .dropdown-content-void a {
    color: black !important;
    padding: 8px 13px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content-void a:hover {background-color: #ddd;}
  .dropdown_act:hover .dropdown-content-void {display: block;}

  .dropdown_act h6{
    width: 20px;
    height: 20px;
    background: #2AABFA 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
.status-active-btn{
    width: 80px;
    height: 23px;
    text-align: center;
    color: #1479EB;
    border: 1px solid #1479EB;
    border-radius: 11px;
    font-size: 12px;
    line-height: 22px;
    font-family: "Poppins-Medium";
  }

  .status-active-btn1{
    width: 80px;
    height: 23px;
    text-align: center;
    color:red;
    border: 1px solid red;
    border-radius: 11px;
    font-size: 12px;
    line-height: 22px;
    font-family: "Poppins-Medium";
  }

  .number_con_Hd h3{
      color: #282D5B99;
      font-family: 'Poppins-Regular';
      font-size: 14px;
      line-height: 21px;
  }

  .number_con_Hd h4{
    color: #282D5B;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
}
.number_con_Hd .busines-edit{
    text-align: right;
}
.number_con_Hd .busines-edit h6{
    background: #2AABFA;
    padding: 8px 22px;
border-radius: 20px;
display: inline-block;
font-size: 11px;
cursor: pointer;
color: #fff;
font-family: 'Poppins-Regular';
}
.number_con_Hd .busines-edit h6 span img{
margin-right: 3px;
}
.con-boxis-2 {
    margin-top: 30px;
}
.Add__New_inspection h4{
color: #2AABFA;
font-family: 'Poppins-Regular';
font-size: 14px;
line-height: 19px;
cursor: pointer;
}
.Add__New_inspection h4 span img{
    margin-right: 4px;
}


/* admin collepse css 25/05/2020 */


.bdp_email input{
    border: 0.5px solid #282D5B66;
}
#cBtn-modal {
    color: #4AB5F1;
    border: 1px solid #282D5B42;
}
.admin-add-insurance label{

    color: #282D5B99;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins-Regular';
    padding-bottom: 6px;
}
.admin-add-insurance{
    position: relative;
    margin-top: 26px !important;

}
.admin-add-insurance select {
width: 100%;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 0.5px solid #282D5B66;
height: 42px;
padding: 11px 16px;
color: #282D5B99;
}
.admin-add-insurance span{
    position: absolute;
    right: 15px;
    top: 36px;
}
.admin-add-insurance-input {
    margin-top: 34px !important;
    position: relative;
}

.admin-add-insurance-input span{
    position: absolute;
    right: 15px;
    top: 14px;
    color: #a0a0a0;
}
#cBtn-modal-close {
    color: #4AB5F1;
    border: 1px solid #282D5B42;
}
.imgbox-upload {
 margin-top: 30px;
background: #EFF6FE;
border: 1px solid #E6EAF0;
border-radius: 2px;
padding: 10px 11px;
position: relative;
}
.fileImg {
    display: flex;
}
.fileImg h4{
    color: #000;
    font-size: 13px;
    line-height: 16px;
    word-break: break-all;
    margin-left: 11px;
    padding-right: 20px;
    width: 72%;
}

.fileImg h2{
    width: 93px;
    height: 57px;
    overflow: hidden;
}
.crose-rightIcon {
    position: absolute;
    right: 14px;
    top: 17px;
    cursor: pointer;
    color: #465C80;
}

@media (min-width: 1200px) {
.container_full {
    max-width: 1286px;
}
}

.btn-filter button {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px #0000000A;
    border: 1px solid #2AABFA;
    padding: 10px 17px;
    display: inline-block;
    color: #2AABFAE8;
    padding: 10px 16px;
    cursor: pointer;
}

.filter_tbl .table-permit table td small.new_yorktxt {
    font-size: 100%;
    display: block;
    margin-top: 3px;
}
.heading-permit h3 button.change_typeBtn {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #282D5B;
    color: #282D5B;
    padding: 14px 19px;
    line-height: 0;
    margin-right: 15px;
}
.heading-permit h3 button.change_typeBtn  span{
    margin-left: 5px;
}
.popup-dumpstar-related{
    max-width: 394px;
}

.pwtest {
    margin-top: 20px;
}

/* The container */
.container-pw {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #282D5B;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default radio button */
  .container-pw input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .checkpw {
    position: absolute;
    top: 6px;
    left: 0;
   width: 20px;
  height: 20px;
   box-shadow: 0px 1px 3px #8B8B8B19;
  border: 1px solid #8484846E;
  border-radius: 10px;
    border-radius: 50%;
  }



  /* When the radio button is checked, add a blue background */
  .container-pw input:checked ~ .checkpw {
    background-color: #2196F3;
    border: 1px solid #2196F3;

  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkpw:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .container-pw input:checked ~ .checkpw:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .container-pw .checkpw:after {
    top: 4px;
    left: 4px;
      width: 10px;
  height: 10px;
      border-radius: 50%;
      background: white;
  }
  .emailsnote ul li a:hover{
      text-decoration: none;
  }
  .emailsnote ul{
    border-bottom: 1px solid #F1F1F1;
  }
  .emailsnote ul li a.active{
      color: #2AABFA;
      position: relative;
      font-family: "Poppins-Medium";
      font-size: 14px;
      line-height: 28px;
  }
  .emailsnote ul li a.active::before{
    position: absolute;
    content: '';
    top: 22px;
    height: 2px;
    width: 100%;
    background: #2AABFA;
  }
  .emailsnote ul li a{
      color: #51606ACC;
      font-size: 14px;
      font-family: "Poppins-Medium";
      line-height: 28px;
      margin-right: 24px;
  }

  .expiration-date-email .bdp_email input {
    border: 0.5px solid #c9cedc;
}
.email-angle span{
    top: 12px !important;
}
.email-angle select{
    color: #282D5B99 !important;
}
#ddHd{
    color: #001839;
    font-family: "Poppins-Medium";
    font-size: 14px;
    line-height: 22px;
}


/* css 27/05/2020 */

.massege-stander-select select{
color: #282D5B99 !important;
}

/* css 28/05/2020 */

.massege-stander-select select{
    color: #282D5B99 !important;
    }

    .no-ref-txt h5{
        text-transform: uppercase;
    }
    .description_edit-txt h3{
        text-transform: uppercase;
    }

    .documentFileType .select-input-box{
        max-width: 181px;
    }
    .documentFileType .select-input-box span{
        top: 11px;
    }
    .documentFileType  .plan-examiner-box .table tbody td{
        vertical-align: middle;
    }
    .documentFileType  .dropdown-content-void{
        right: 133px;
    }
    .documentFileType  .dropdown-content-void a span img{
        margin-right: 3px;
        font-family: 'Poppins-Regular';
        font-size: 12px;
    }

    .emailfor-select .admin-add-insurance{
    margin-top: 0px !important;
    }
    .emailfor-select .admin-add-insurance span{
        top: 14px;

    }

    .emailfor-textarea textarea{
        width: 100%;
        background: #fff ;
    border: 1px solid #E4E5EB;
    height: 113px;
    resize: none;
    padding: 16px 17px;

    }
    .emailfor-textarea  label{
        color: #001839;
        font-size: 14px;
        padding-bottom: 6px;
        line-height: 22px;
        font-family: "Poppins-Medium";
        line-height: 22px;
    }
    .atechpdf {
        color: #001839;
        line-height: 22px;
        font-family: "Poppins-Medium";
        font-size: 14px;
    }

    .atechpdf span{
        border-radius: 2px;
        padding: 6px 15px;
        color: #2AABFA;
        background: #E9F6FE;
        font-size: 11px;
        font-family: 'Poppins-Regular';
        line-height: 26px;
    }

    .delet-appliction-width {
        max-width: 415px;
    }

    .deleteHd-app h6{
        color: #282D5B;
        font-family: "Poppins-SemiBold";
        font-size: 24px;
        line-height: 35px;
        padding: 19px 0px;
        text-align: center;
    }
    .deleteHd-app p{
        color: #282D5B;
        font-family: 'Poppins-Regular';
        font-size: 13px;
        letter-spacing: 0.33px;
        text-align: center;
        max-width: 214px;
        margin: 0 auto;
    }

    .delete-appBtn {
        margin: 0 auto;
        text-align: center;
        margin-top: 21px;
        padding-bottom: 20px;

    }
    .delete-appBtn .cancle-req {
        padding: 10px 20px;
        color: #4AB5F1;
        border: 1px solid #DBDCE4;
        font-family: 'Poppins-Regular';
        background: none;
        font-size: 12px;
        margin-right: 15px;
    }
    .delete-appBtn .confirme-req {
        padding: 10px 20px;
        color: #fff;
        border: none;
        font-family: 'Poppins-Regular';
        background: #4AB5F1;
        font-size: 12px;
    }
    .detail-txtareatwo {
        padding: 10px 35px 0px 19px;
    }

    .detail-txtareatwo .modal-btn-decripatn{
    margin-top: 29px;
    }

    /* --------------------filter css 29/05/2020-------------------------------- */


    .dropdownfilter {
        position: relative;

      }

      .dropdown-contentfilter {
        display: none;
        position: absolute;
        left: -275px;
        min-width: 629px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 6px #0000001A;
        z-index: 1;


      }

      .dropdown-contentfilter a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
      .dropdownfilter:hover .dropdown-contentfilter {display: block;}
      .filter-list {
          border-right: 0.5px solid #EFEFEF;
      }
      .filter-list .nav-pills .nav-link.active::before {
    display: none;
    }

    .daily-sec .filter-list .nav-pills .nav-link {
        color: #282D5B;
        font-family: "Poppins-Medium";
        font-size: 12px;
        padding: 10px 16px;
        line-height: 20px;
        display: inline-block;
        width: 100%;
        border-radius: 0px !important;
        border-bottom: 0.5px solid #E6E6E6;
    }
    .daily-sec .filter-list .nav-pills .nav-link:last-child{
        border-bottom: none;
    }

    .daily-sec .filter-list .nav-pills .nav-link.active {
        font-size: 12px;
        line-height: 20px;
        color: #2AABFA;
        font-family: "Poppins-Medium";
        display: inline-block;
        padding: 10px 16px;
        background: #E9F6FE;
        width: 100%;
        border-radius: 0px !important;
    }

    .daily-sec .filter-list .nav-pills .nav-link span{
        background: #2AABFA 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 9px #A2A2A21F;
        margin-left: 10px;
        color: #fff;
        padding: 4px 10.5px;
        border-radius: 50%;
        font-size: 12px;
        font-family: 'Poppins-Regular';
    }
    .decisionFilter-Hd {
        padding: 18px 18px 0px 0px;
    }
    /* The container */
    .containerdision {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 19px !important;
        cursor: pointer;
        font-size: 12px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      /* Hide the browser's default checkbox */
      .containerdision input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }

      /* Create a custom checkbox */
      .checkmarkdision {
        position: absolute;
        top: 0;
        left: 0;
        border-radius:4px;
      width: 18px;
      height: 18px;
      border:1px solid #2AABFA;
        background-color: #fff;
      }



      /* When the checkbox is checked, add a blue background */
      .containerdision input:checked ~ .checkmarkdision {
        background-color: #2196F3;
        border:1px solid #2196F3;
      }

      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmarkdision:after {
        content: "";
        position: absolute;
        display: none;
      }

      /* Show the checkmark when checked */
      .containerdision input:checked ~ .checkmarkdision:after {
        display: block;
      }

      /* Style the checkmark/indicator */
      .containerdision .checkmarkdision:after {
      left: 6px;
          top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }
     .decisionFilter-Hd .hd-desion-check {
    color: #282D5B;
    font-size: 14px;
    line-height: 21px;
    font-family: "Poppins-Medium";
    padding-bottom: 5px;
    border-bottom: 0.5px solid #F2F2F2;
      }

      .clearallapplyBtn {
          text-align: right;
          margin: 15px 0px;
      }
      .pipeline-border{
        border-top: 0.5px solid #F2F2F2;
        width: 100%;
      }
      .clearallapplyBtn button.btnfltr{
          color: #2AABFA;
          background: none;
          border: none;
          font-size: 12px;
    font-family: 'Poppins-Regular';
          line-height: 23px;
          box-shadow: none;
      }

      .clearallapplyBtn button.btnaply{
        color: #fff;
        background: #2AABFA;
        margin-left: 10px;
        border: none;
        margin-right: 26px;
        font-size: 12px;
        padding: 7px 26px;
    font-family: 'Poppins-Regular';
        line-height: 23px;
    }

    .s-dpt select{
        border: 0.5px solid #282D5B66;
        height: 60px;
        width: 100%;
        padding: 16px 16px;
        color: #282D5B99;
        font-size: 18px;
        font-family: 'Poppins-Regular';
    }
    .s-dpt label{
        position: absolute;
        top: -23px;
        color: #282D5B99;
        font-size: 14px;
        font-family: 'Poppins-Regular';
    }
    .s-dpt span{    position: absolute;
        top: 20px;
        right: 20px;
        font-size: 18px;}


        .switchs {
            position: relative;
        display: inline-block;
        width: 47px;
        height: 25px;


        }

        .switchs input {
          opacity: 0;
          width: 0;
          height: 0;
        }

        .slides {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ccc;
          -webkit-transition: .4s;
          transition: .4s;
        }

        .slides:before {
            position: absolute;
            content: "";
            height: 21px;
            width: 21px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

        input:checked + .slides {
          background-color: #2196F3;
        }

        input:focus + .slides {
          box-shadow: 0 0 1px #2196F3;
        }

        input:checked + .slides:before {
          -webkit-transform: translateX(22px);
          -ms-transform: translateX(22px);
          transform: translateX(22px);
        }

        .slides.rounds {
          border-radius: 34px;
        }

        .slides.rounds:before {
          border-radius: 50%;
        }
        .activeswitch{
            display: inline-flex;
            border-bottom: 1px solid #bdbdbd;
            margin-top: 14px;
        }
        .activeswitch span{
            color: #282D5B;
            font-size: 16px;
            padding-right: 14px;
            line-height: 27px;
            font-family: "Poppins-Medium";
        }
        .actionImg img{
            margin-right: 10px;
            cursor: pointer;
        }



      /* new html changes css 03/06/2020 */

      .submissionvoid .dropdown-content-void{
       left: 0;
      }
      .actiondelet {
        display: flex;
        justify-content: flex-end;
        padding-right: 33px;
      }
      .actionpadding {
          text-align: right;
          padding-right: 160px !important;
      }
      .actiondelet  h3{
          color: #000;
          font-family: 'Poppins-Regular';
          font-size: 11px;
          border: 1px solid #DEDEDE;
    border-radius: 2px;
    width: 81px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
      }
      .actiondelet  h4{
        color: #000;
        font-family: 'Poppins-Regular';
        font-size: 11px;
        border: 1px solid #DEDEDE;
    border-radius: 2px;
    width: 81px;
    height: 28px;
    text-align: center;
    margin-left: 10px;
    line-height: 26px;
    cursor: pointer;
    }
    .uploadtable .plan-examiner-box .table tbody td{
        padding: 20px 0px 20px 20px;
    }
    .tbldocument {
        position: relative;
        margin-right: 25px;
    }
    .tbldocument h3{
        padding: 10px 0px;
        cursor: pointer;
        border: 1px dashed #2AABFA;
        border-radius: 2px;
        text-align: center;
        color: #60bef3;
        font-family: 'Poppins-Regular';
        font-size: 11px;
    }
    /* .tbldocument h4 input{
        top: 0;
        position: absolute;
        left: 0;
        height: 35px;
        width: 100%;
        opacity: 0;
    } */

    .SubmitInspectionTxt .dropdown-content-void{
        right: 150px !important;
            min-width: 162px !important;

    }
    .greenTxt .status-active-btn {
        border: 1px solid #5CB85C;
            color: #5CB85C;
    }
    .detailed-editadd{
        max-width: 629px;
        border-radius: 4px;
    }
    .filedocumentBox {
        position:relative;
        height: 189px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px dashed #282D5B;
    border-radius: 4px;
    width:100%;
    }
    .detailed-edit .modal-header, .detail-txtareatwo {
        margin-left: 15px;
        padding-bottom:0px;
    }

    .filedocumentBox h3{
        text-align: center;
     margin-top: 57px;
    }
    .filedocumentBox h4{
        color: #4D4F5C80;
        font-family: 'Poppins-Regular';
        text-align: center;
        font-size: 15px;
        line-height: 16px;
    }
    .filedocumentBox h4 span{
        color: #2AABFA;
    }

    .filedocumentBox  input{
        position: absolute;
        top: 0;
        height: 187px !important;
        width: 100%;
        opacity: 0;
    }
    .namedocumentInpt input{
        border-radius: 8px !important;
        border: 1px solid #E0E0E0;
    }
    .JohnsmithTxt {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        background: #E9F6FE;
    }

    .JohnsmithTxt h1{
        font-size: 14px;
        color: #2AABFA;
        padding: 11px 18px 11px 18px;
        font-family: "Poppins-Medium";
        letter-spacing: 0.35px;
        max-width: 530px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .JohnsmithTxt h6{
        cursor: pointer;
        margin: 8px 16px 0px 0px;
    }
    .property-map {
        width: 100%;
        height: 237px;
    }
    .exportBtn .New-Project button{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 3px #0000000A;
        border: 1px solid #282D5B;
        color: #282D5BE8;
    }

    /* 04/06/2020 css */

.abc-search {
    margin-left: 30px;
}
#nrtn {
padding: 11px 22px !important;
border: 1px solid #2AABFA;
background: #2AABFA;
font-family: 'Poppins-Regular';
font-size: 14px;
color: #fff;
margin-left: 15px;
}
#manage-export {
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 3px #0000000A;
border: 1px solid #282D5B;
color: #282D5BE8;
padding: 10px 17px;

}
.editTab-button button{
    background: #2AABFA 0% 0% no-repeat padding-box;
    border: 1px solid #2AABFA;
    border-radius: 13px;
    width: 59px;
    height: 26px;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 12px;
}
.detailsPopup .pur-lable{
    color: #282D5B99;
    position: absolute;
    top: -19px;
}

.detailsPopup select{
    height: 42px !important;
    font-size: 14px !important;
    border-radius: 0px !important;
    border:0.5px solid #A9ABBD;
}
.detailsPopup span {
    position: absolute;
    right: 9px;
    top: 12px;
}

.map-booking-img .agm-map-container-inner {
    border-radius: 4px !important;
}


.uploadFileBtn {
    padding: 10px 15px;

    border: 1px solid #A6DBF8;
    color:  #64BCF2;
    background: none;
}
.choseFile{
    position: relative;
}
.choseFile input {
    position: absolute;
    left: 0;
    width: 127px;
    height: 45px;
    opacity: 0;
}

.nameFile .documentFileType .dropdown-content-void {
    right: 96px;
}
.time-btn button {
    height: 27px;
    border: 1px solid #2aabfa;
    border-radius: 4px;
    color: #2aabfa;
    font-size: 12px;
    background: #fff !important;
    line-height: 19px;
    cursor: pointer;
    padding: 3px 8px;
}

.tblOverflow{
    overflow: auto;
}

.accordion .card {
    overflow: unset !important;
}

.dropfixis .documentFileType .dropdown-content-void {
    left: 0px;
}

.rightalign_dropdown .SubmitInspectionTxt .dropdown-content-void {
    left: 0 !important;

}
.rightalign_dropdown .SubmitInspectionTxt .dropdown-content-void a{
    cursor: pointer;
}

.leftSide{
    left: 0 !important;
}

.displayAlign{
    display: flex;
}
.displayAlign span{
    line-height: 22px;
    margin-right: 6px;
    position: relative;
}
.displayAlign .time-btn button{
    padding: 0px;
    width: 64px;
    margin-right: 6px;
}
.displayAlign .dropdown-contentable{
    top: 34px;
    left: -103px;
}

.displayAlign .triangle-left {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #828282;
    position: absolute;
    right: 11px;
    top: -8px;
}
#ms_text {
    margin-top: -25px;
}
#ms_text label{
    color: #282D5B99;
}
#ms_text select{
    border: 0.5px solid #c4ced4;
}

.circle-round{
    position: relative;
}
.circle-round::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
    left: 15px;
    top: 45%;
}

/* yonker user css  18/09/2020*/
.mb_meter_select {
    margin-top: -21px !important;
}
.mb_meter_select select{
    border: 0.5px solid #a9abbd !important;
}

.mb_meter_select label {
    line-height: 12px;
    padding-bottom: 7px;
}
.mb_meter_select .form-group span{
    top: 40px !important;
}
.hydrant_calendar{
    position: relative;
}
.hydrant_calendar span{
    position: absolute;
    right: 19px;
    top: 23px;
    color: #0606064f;
}
.bg_amount{
    background: #F8FAFE;
}
.first-collepse-box h2.size_txt{
    font-size: 16px;
}
.table-permit table td {
    max-width: 150px;
}

.decisionFilter-Hd{
    overflow: auto;
    max-height: 207px;
}

/* width */
.decisionFilter-Hd::-webkit-scrollbar {
    width: 4px;
  }

  /* Track */
  .decisionFilter-Hd::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
  }

  /* Handle */
  .decisionFilter-Hd::-webkit-scrollbar-thumb {
    background: #2AABFA;
    border-radius: 4px;
  }

  /* Handle on hover */
  .decisionFilter-Hd::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }

  /* admin css  22/09/2020*/


.side-nav-admin{
    width: 258px;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px #BEC2FF00;
    z-index: 1000;
    top: 0px;
    border-right: 1px solid #00000026;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.logo-dark{
    width: 65px;
    height: 37px;
    margin: 32px 0px 0px 40px;
}

.side-nav-inner ul li {
    padding: 20px 32px;
    margin-bottom: 10px;
}
.side-nav-inner ul li.active {
   background: #EDF7FE;
}
.side-nav-inner ul li span.icon-holder {
    position: relative;
    z-index: 999;
}
.side-nav-inner ul li span.icon-holder::before {
     position: absolute;
    content: '';
    background: #E2ECFA;
    width: 30px;
    height: 30px;
    z-index: 1;
    left: -9px;
    top: -5px;
    box-shadow: 0px 3px 10px #BEC2FF00;
    border-radius: 50%;
}
.side-nav-inner ul li span.icon-holder img{
    z-index: 999;
    position: relative;
    width: 14px;
    height: 14px;
}
.side-nav-inner ul li.active span.icon-holder img{
    z-index: 999;
    position: relative;
    width: 14px;
    height: 14px;
}
.side-nav-inner ul li.active span.icon-holder {
    position: relative;
}
.side-nav-inner ul li.active span.icon-holder::before{
    position: absolute;
    content: '';
    background: #fff;
    width: 30px;
    height: 30px;
    z-index: 1;
    left: -9px;
    top: -5px;
    box-shadow: 0px 3px 10px #BEC2FF00;
    border-radius: 50%;
}
.side-nav-inner ul{
    margin-top: 70px;
}
.side-nav-inner ul li a span.title{
color: #282D5B;
font-size: 15px;
margin-left: 12px;
font-family: "Poppins-Medium";
}
.side-nav-inner ul li a:hover{
    text-decoration: none;
}
.main-content{
    margin: 0px 38px;
    padding-left: 258px;
}

.meter_index{
    font-size: 20px !important;
}

/* user meter permit css */

.external_reviews_box{
    background: #FFFFFF;
    border: 1px solid #00000012;
    padding: 30px 24px;
    }

    .external_reviews_hd{
        color: #282D5B;
        font-family: "Poppins-Medium";
        font-size: 18px;
    }

    .external_reviews_box .card{
    border: none;
    border-radius: none;
    margin-bottom: 24px;
    }

    .external_reviews_box .card button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #E9F6FE;
    padding: 17px 16px;

        }
        .external_reviews_box .card button h5{
            font-size: 14px;
            color: #282D5B;
        }
        .external_reviews_box .card button h6{
            font-size: 14px;
            color: #2AABFA;
        }
        .external_reviews_box  .card-header{
    border: none;
    padding: 0;
        }

        .external_reviews_box   .btn:focus{
            box-shadow:none;
        }

        .external_reviews_box .accordion{
    margin-top: 28px;
        }
#time_select_dropdown select{
    height: 60px;
    border: 1px solid #A9ABBD;
    border-radius: 0px !important;
}
#time_select_dropdown span{
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 26px;
}



/* submit review  css */


#date_act{
    left: 0;
}
.hydrant_input{
    padding: 30px 0px 0px 0px;
}
.hydrant_input .container-curb{
    padding-bottom: 10px;
}
.date_recevied{
    position: relative;
}
.date_recevied input{
width: 100%;
height: 40px;
padding: 10px 15px;
background: #FFFFFF;
border: 0.5px solid #9CA6C08C;
}

.date_recevied span{
    position: absolute;
    right: 20px;
    top: 35px;
}



#newadd_radiobtn{
    display: inline-flex;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 16px;
    padding-right: 100px;
}


.contcity {
    position: relative;
    padding-left:30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
  }

  /* Hide the browser's default radio button */
  .contcity input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .check-c {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .contcity:hover input ~ .check-c {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .contcity input:checked ~ .check-c {
    background-color: #2196F3;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .check-c:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .contcity input:checked ~ .check-c:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .contcity .check-c:after {
       top:6px;
      left: 7px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

  .ng-Per label{
    padding-bottom: 5px;
          font-size: 16px;

  }
  .ng-Per select{
      width: 100%;
      height: 50px;
      padding: 0px 18px;
      border-radius: 4px;
      border: 1px solid #c6c6c6;
  }

  .ng-Per .delet-modal {
    max-width: 500px !important;

  }
  .ng-Per .modal-content{
    padding: 38px;
  }
  .ng-Per  .modal-footer{
    margin: inherit;
  }

  .ng-Per .modal-footer button.secondary {
    border: none;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 14px;
    line-height: 20px;
    background: #4ec0ff;
    padding: 10px 20px;
    margin-top: 30px;
    border-radius: 4px;
}

.ng-Per .form-group span{
    position: absolute;
    top: 38px;
    right: 19px;
    font-size: 20px;
}

/* ///////////////////////////////////////////   payment card css  ////////////////////////////////////////////////// */

.paymentInputBox_card{
    margin-top: 50px;
}

.paymentInputBox_card .zip-txt{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins-Regular';
    margin-bottom: 7px;
}

.paymentInputBox_card  .boxborder-card{
    border: 0.6000000238418579px solid #D5D5DC;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 10px 32px 32px 32px;
    margin-bottom: 50px;
}

.bb-button{
    text-align: right;
    margin-top: 40px;
}
.bb-button .close-need{
    margin-right: 20px;
    border: 1px solid #cfcfcf;
    background: rgb(236, 236, 236);
    font-family: "Poppins-Medium";
    font-size: 14px;
    padding: 13px 30px;
   cursor: pointer;
}
.bb-button .submit{
    background-color: #31A9FA;
    font-family: "Poppins-Medium";
    color: #fff;
    font-size: 14px;
    padding: 13px 30px;
    cursor: pointer;
}
.binput-card input{
    width: 100%;
    height: 45px;
    margin: auto;
    border: .5px solid #0000001f;
    border-radius: 4px;
    padding: 0px 20px;
}
.binput-card input::placeholder{
    color: #D3DBE2;
    font-family: "Poppins-SemiBold";
    font-size: 14px;
}
.binput-card2 .field{
    padding: 13px 20px;
    border: 1px solid #0000001f;
    height: 45px;
    margin: 0;
    border-radius: 4px;
}

 .exp-date-inputmt{
    margin-top: 40px;
}

/* The container */
.container4 {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container4 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmarkcard {
    position: absolute;
        border: solid 1px rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    border-radius: 17%;
    height: 18px;
    width: 18px;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .container4:hover input ~ .checkmarkcard {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container4 input:checked ~ .checkmarkcard {
    background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .container4 .checkmarkcard:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container4 input:checked ~ .checkmarkcard:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container4 .checkmarkcard:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .paymentInputBox_card .tc_txt5{
    padding-left: 30px;
    font-size: 14px;
    font-weight: 900;
    color: #000000;
  }
 .paymentInputBox_card .tc_txt5 a{
    color: #2aabfa !important;
  }

 .paymentInputBox_card .bg_assessment_bx{
    background: #f1f6f7;
}
.paymentInputBox_card .right-sidebaar .certificate-toggel {
    padding: 23px 0 0px 0 !important;
}

.paymentInputBox_card .bg_assessment_bx h5 {
    color: #000;
    font-size: 19px;
    line-height: 24px;
    font-family: gilroy-semibold;
    padding-bottom: 10px;
}
.paymentInputBox_card .property-top .toggel-this {
    padding: 22px 0 26px 0;
}
.paymentInputBox_card .toggel-this {
    background-color: #fff;
}
.paymentInputBox_card .asses-bor {
    border-bottom: 1px solid #ccc;
    padding: 16px 13px;
}

.paymentInputBox_card .Assessment-inner_two ul li p{
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #41445a;
    line-height: 29px;
}
.paymentInputBox_card .Assessment-inner_two ul li h4 {
    font-size: 18px;
    color: #262628;
    font-family: "Poppins-Medium";
    line-height: 28px;
    text-align: right;
}
.paymentInputBox_card .schedule-top {
    border: 0.6000000238418579px solid #D5D5DC;
    border-radius: 5px;
    overflow: hidden;
}
.paymentInputBox_card .asses-bor:last-child {
    border-bottom: none !important;

}
.paymentInputBox_card .Assessment-inner_two ul li{
    font-size: 14px;
}

.paymentInputBox_card .Assessment-inner_two ul li h4.fess-total-txt {
    font-family: "Poppins-Bold" !important;
}

.date_recevied input::placeholder{
    color: #cacaca8c !important;
}
.comment-box-submision textarea::placeholder{
    color: #cacaca8c !important;
}
.email-userinput input::placeholder{
    color: #cacaca8c !important;
}

#payalign{
    justify-content: flex-end;
    padding-right: 15px;
}

#payalign2{
    justify-content: flex-end;
    padding-right: 96px;
}
#payalign3{
    justify-content: flex-end;
    padding-right: 70px;
}

#payalign4{
    justify-content: flex-end;
    padding-right: 105px;
}


/* //////////////////////     Upload document css 22/12/2020      ///////////////////////////// */

.ud-txt{
    font-family: "Poppins-Medium";
    margin-left: 14px;
}

.modal_uploadFile .modal-content{
    border: none !important;
    border-radius: 10px !important;
}
.modal_uploadFile  .modal-dialog {
    max-width: 550px!important;
}
.content-popup{
    padding: 30px 30px 10px;
}
.content-popup .file-docBox{
border: 1px dotted #4AB5F1;
height: 150px;
border-radius: 4px;
width: 100%;
position: relative;
}

.content-popup .file-docBox input{
opacity: 0;
width: 100%;
height: 150px;
z-index: 9999;
position: relative;
}
.content-popup .file-docBox button{
    position: absolute;
    left: 38%;
    top: 38%;
    background: none;
    font-family: "Poppins-Medium";
    border: 1px dotted #4ab5f1;
    border-radius: 4px;
    padding: 8px 17px;
    color: #4ab5f1;
    font-size: 14px;
}
.btnGroupFile{
    text-align: right;
    margin-right: 25px;
    padding: 20px 0px 30px 0px;
}
.btnGroupFile-one{
    background: none;
    border: 1px solid #575757;
    padding: 12px 28px;
    color: #575757;
    font-size: 14px;
    font-family: "Poppins-Medium";
    border-radius: 6px;
    cursor: pointer;
    margin-right: 20px;
}

.btnGroupFile-two{
    border: 1px solid #4ab5f1;
    padding: 12px 28px;
    background: #4ab5f1;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    font-family: "Poppins-Medium";
    cursor: pointer;
}


.atch-docFile-name h3{
  font-size: 14px;
  color: #000;
  font-family: "Poppins-Medium";
    }

    .filename-show{
        width: 100%;
        background: #EFF6FE;
        border: 1px solid #D7DCE3;
        margin-top: 10px;
        height: 80px;
        position: relative;
    }

    .filename-show h4{
        padding: 8px 0px 0px 10px;
        color: #000;
        font-size: 14px;
        font-family: "Poppins-Medium";
    }
    .filename-show span{
        position: absolute;
        top: 7px;
        color: #7A7D82;
        right: 10px;
        font-size: 14px;
        cursor: pointer;
    }


    .eyeSlash-icon{
        position: absolute;
        top: 22px;
        right: 22px;
        cursor: pointer;
    }

    .start_dateLabel{
        top: -73px;
        position: relative;
        left: 20px;
        background: #fff;
        opacity: 1;
        color: #282D5B;
        font-size: 16px;
        font-family: "Poppins-Medium";
        padding: 0px 3px;
    }

    .align_select select{
height: 42px;
    }
    .align_select span{
font-size: 18px;
    }

  .newcollapsed  .collapsed span{
        -ms-transform: rotate(88deg);
        transform: rotate(88deg)
    }
