body {
	font-family: "Poppins", sans-serif;
}
.auth-page {
    background: #cde2d9;
    width: 100%;
    position: relative;
    padding-bottom: 10vh;
    min-height: 830px;
    height: 100vh;
    overflow: auto;
}
.auth-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 10px;
    padding: 50px 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.auth-box img {
    max-width: 100%;
    width: 160px;
    margin: 0 auto;
    display: block;
}
.auth-box h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    color: #343434;
}
.auth-box form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.auth-box form .form-control {
    border-radius: 30px;
    height: 50px;
    font-size: 16px;
    border-color: #e7e7e7;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: none !important;
    outline: none !important;
}
.auth-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
button.btn-login {
    background: #23372e;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 40px;
    transition: all 0.3s;
    margin-bottom: 40px;
}
button.btn-login:hover {
    background: #0f1915;
    color: #fff;
}
.auth-box a {
    font-weight: 600;
}
.createlinks {
    text-align: center;
}
input.otp{
	font-size: 30px!important;
    letter-spacing: 30px;
    text-align: center;
    font-weight: 600;
}

.wrapper {
    padding: 20px;
}
.sidebar {
    background: #f7f7f7;
    width: 260px;
    border-radius: 20px;
    height: 95vh;
    min-height: 700px;
    float: left;
}
.sidebar .logo {
    position: relative;
    text-align: center;
    padding: 20px 20px 0 20px;
}
.sidebar .logo img {
    width: 160px;
}
.sidebar .logo a {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.sidebar .logo a img {
    width: 30px;
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
    position: relative;
}
.sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    height: 40px;
    color: #343434;
    padding: 0 20px;
    font-size: 16px;
    transition: all 0.3s;
}
.sidebar ul li span {
    background: #f80d38;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar ul li a.active,.sidebar ul li a:hover {
	background: #dfe0e2;
}
.sidebar ul li a img {
    width: 22px;
}
hr.vh20{
	margin-top: 20vh;
}
hr.vh17{
	margin-top: 17vh;
}
.sidebar h4 {
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.containt {
    width: calc(100% - 290px);
    float: left;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #cecece;
    height: 96vh;
    overflow: auto;
    min-height: 700px;
}
.searchbar .input-group span {
    background: #fff;
    border-right: 0;
}
.searchbar span img {
    width: 22px;
}
.searchbar input.form-control {
    box-shadow: none !important;
    outline: none !important;
    border-left: 0;
    border-color: #c5c5c5!important;
}
header {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.searchbar {
    width: 80%;
}
.notification .dropdown .dropdown-toggle:after {
    display: none;
}
.notification .dropdown .dropdown-toggle {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.notification .dropdown .dropdown-toggle img {
    width: 26px;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}
.notification {
    border-right: 1px solid #c5c5c5;
}
.userinfo {
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.userinfo .user-profile img {
    width: 38px;
    border-radius: 50%;
}
.userinfo .user-details p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: 14px;
}
.userinfo .user-details b {
    font-size: 14px;
    color: #343434;
    line-height: 14px;
}
.containt-box h1 {
    font-size: 30px;
    font-weight: bold;
    color: #f1582a;
    margin-bottom: 30px;
    margin-top: 30px;
}
.overviews p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}
.services h2 {
    color: #2f5745;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 30px;
}
.containt::-webkit-scrollbar {
  display: none;
}

.containt {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ser-tree {
    padding-left: 30px;
}
.ser-tree p:after {
    position: absolute;
    background: #707070;
    height: 35px;
    width: 2px;
    content: '';
    left: 4px;
    bottom: -20px;
}
.ser-tree p:nth-last-of-type(1):after {
    display: none;
}
.ser-tree p:before {
    position: absolute;
    background: #000000;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    outline: 2px solid #707070;
    top: 50%;
    transform: translateY(-50%);
}
.ser-tree p {
    position: relative;
    margin-bottom: 0;
    padding: 10px 0px 10px 22px;
    font-size: 16px;
    color: #000;
}
.permit-box {
    height: 550px;
    background: #f5f5f5;
    padding: 100px 50px 50px;
    /*min-height: 400px;*/
    border-radius: 20px;
    position: relative;
    border: 2px solid #dbdbdb;
    margin-bottom: 30px;
}
.permit-box a.new-tab {
    position: absolute;
    top: 20px;
    right: 20px;
}
.permit-box a.new-tab img {
    width: 24px;
}
.permit-box b {
    color: #696969;
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
}
.permit-box p {
    color: #696969;
    font-size: 16px;
    line-height: 24px;
}
.permit-box a.apply-btn {
    position: absolute;
    background: #117120;
    width: 98%;
    left: 1%;
    bottom: 1%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    border-radius: 40px;
    font-weight: 700;
    transition: all 0.3s;
}

.permit-box a.apply-btn:hover {
    background: #0a5d17;
}
.permit-details {
    background: #f5f5f5;
    padding: 60px 50px 50px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #dbdbdb;
    margin-bottom: 30px;
}
.permit-details a.new-tab {
    position: absolute;
    top: 20px;
    right: 20px;
}
.permit-details a.new-tab img {
    width: 24px;
}
.permit-details h2 {
    color: #f1582a;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.permit-details p {
    color: #696969;
    font-size: 16px;
}
.permit-details b {
    color: #696969;
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
}
.action-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.action-btn a {
    background: #117120;
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 32px;
    font-weight: 600;
    transition: all 0.3s;
}
.action-btn a:hover {
    background: #0a5a17;
}
.permit-form {
    background: #f5f5f5;
    padding: 60px 50px 50px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #dbdbdb;
    margin-bottom: 30px;
    display: flex;
    align-items: stretch;
}
.permit-form .common-fields, .permit-form .service-fields, .permit-form .documents {
    width: 33%;
    padding: 0 30px;
    border-right: 1px solid #707070;
}
.permit-form .documents {
    border-right: 0;
}
.permit-form .common-fields{
    padding-left: 0;
}
.permit-form h4 {
    color: #696969;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.common-fields label {
    color: #343434;
    font-size: 16px;
}
.service-fields b {
    color: #696969;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.service-fields .form-check {
    margin-bottom: 10px;
}
.documents b {
    color: #696969;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.documents ul {
    padding-left: 20px;
}
.documents ul li {
    font-size: 16px;
    color: #696969;
}
.file-det {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.file-det p {
    font-size: 12px;
    color: #696969;
    margin: 0 0 10px;
}

.common-fields .form-control, .common-fields select.form-select {
    border-radius: 40px;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 10px;
}
.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 80px 0px 85px 20%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(../images/file.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Drag and Drop file here or Choose file";
    display: block;
    margin: 0 auto;
    color: #696969;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.form-group.files.color {
    outline: 2px dashed #7db2e8;
    outline-offset: 0px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 0px 0px 10px 0%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    background: #e9f4ff;
    border-radius: 12px;
}
.form-group.files.color input.form-control {
    opacity: 0;
}
.permit-success{
    text-align: center;
}
.permit-success img{
    width: 120px;
}
.permit-details.permit-success {
    margin-top: 160px;
    padding: 60px 130px;
}
