body
{
  font-family: "Poppins", sans-serif;
  font-size:16px;
  line-height:1.5;
  font-weight:400;

}
.container-fuild {
max-width: 1380px;
width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


.bg-secondary {
    background-color: #F5F5F5 !important;
}

.navbar .nav-link {
    border-radius: 5px;
    background: #E2E9E7;
    padding: 7px !important;
    width: 40px;
    box-sizing: border-box;
}
.navbar .nav-link:hover {
    opacity: 0.6;
}
.navbar .form-control {
    height: 40px;
    border-color: #E2E9E7;
    background: #E2E9E7;
    border-radius: 5px;
    max-width: 202px;
}
.nav-item form.form-inline {
    position: relative;
}
.nav-item .fa-magnifying-glass{
    position: absolute;
    top: 13px;
    left: 20px;
}
.nav-item input[type="search"] {
    padding-left: 40px;
}
.row.row-top-bar p {
    font-size: 15px;
    font-weight: 600;
    color: #434349;
    margin-bottom: 0;
    padding-left: 0;
}
.row.row-top-bar p span {
    margin-right: 5px;
}
.row.row-top-bar .date-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.row.row-top-bar .date-wrap p{
    font-size: 13px;
    font-weight: 500;
    color: #959CBD;
    background: #EEE5FF;
    padding: 7px 20px;
    border-radius: 5px;
}
.row.row-top-bar .date-wrap .date {color: #8950FC;}
.row.row-top-bar p span:last-child {
    font-weight: 500;
    font-size: 12px;
    color: #959CB6;
}
.row.row-top-bar {
    padding: 22px 0 22px 40px;
    background: #fff;
        display: flex
;
    align-items: center;
}
.right-panel-wrap {
    margin-left: 55px;
    max-width: 820px;
}
div#nav-tabContent {
    background: #ECEEF6;
}
.row.tab-panel-body {
    margin-top: 40px;
    margin-bottom: 180px;
}
.left-sidebar-menu {
    background: #fff;
    padding: 25px 30px;
    box-sizing: border-box;
    max-width: 280px;
    margin-left: 30px;
    min-height: 526px;
}
.icon-box {
    text-align: center;
    background: #fff;
    padding: 14px 15px;
    border-radius: 10px;
    max-width: 180px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgb(94 98 120 / 4%);
    box-sizing: border-box;
    min-height: 160px;
    max-height: 160px;
}
.right-panel-wrap .row {
    margin-bottom: 20px;
}
.icon-box p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: #3F4254;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.3;
}
.icon-box:hover p {
    color: #2d5b1a;
}
.icon-box a {
    text-decoration: none;
}
.icon-box img {
    max-width: 85px;
}
section.admin-body .tab-wrap {
    margin-top: 20px;
    padding: 0;
}
.admin-body .tab-wrap .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    background: rgb(255 255 255 / 10%);
    color: #fff;
    margin-right: 5px;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.admin-body .tab-wrap .nav-tabs .nav-link.active {
    color: #212121;
    background: #F9F9FC;
}
.admin-body {
    background: url(../assets/img/admin-bg.png);
    background-size: cover;
}

.left-sidebar-menu h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 25px;
    color: #181C32;
}
.left-sidebar-menu ul {
    padding: 0;
}
.left-sidebar-menu ul li {
    display: block;
    padding-left: 10px;
    padding-bottom: 5px;
}
.left-sidebar-menu ul li a {
    color: #5E6278;
    font-size: 15px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    padding: 6px 8px;
    transition: all 400ms;
}
.left-sidebar-menu ul li a:hover {
    background: #EEF6FF;
    padding: 6px 8px;
    border-radius: 5px;
    color: #3E97FF;
}
.menu-icon {padding-right: 10px;}
.menu-icon img { filter: grayscale(100%);}
.left-sidebar-menu ul li a:hover img {filter: none}

footer {
    background: #4A4F53;
    padding: 10px 0;
}

footer .row {
    align-items: center;
}
.copyright p {
    margin: 0;
    font-size: 12px;
}
.footer-logo {
    text-align: left;
}
.copyright {
    text-align: right;
}


/*Login page*/
.wrapper {
    position: relative;
    height: 100%;
    min-height: 100vh;
    z-index: 9;

}
.wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  background: #fff;
  z-index: -1;

}
.wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50vh;
    background: #0B5704;
    z-index: -1;
}
.section-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 625px;
  height: 415px;
  background: url(../assets/img/left-line.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.section-two::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  height: 420px;
  background: url(../assets/img/right-line.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.section-one {
    padding: 75px 0 50px;
    z-index: 2;
    position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;

}
.section-three {
    padding: 70px 0 20px;
    z-index: 2;
    position: relative;
}
.section-three .image-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.section-one h1{
    color: #232323;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 65px;
}
.section-one h3{
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.section-one .welcome {
    margin-top: 90px;
}

.login-form {
    background: #fff;
    padding: 20px 50px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    color: #222221;
    box-sizing: border-box;
}
.login-wrapper {
    align-items: center;
    font-family: 'Lato';
}

.login-form button.btn {
    font-size: 14px;
    font-family: 'Lato';
    background: #0B5704;
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
    min-width: 215px;
    margin: 35px auto;
    text-align: center;
    display: block;
}
.login-form h4{
    font-weight: 700;
    font-size: 24px;
}
.login-form .inner-logo {text-align:center;padding: 10px 0;}
.login-form .inner-form p{
    font-size: 14px;
}
.inner-form hr{
    margin: 10px 0;
}

.login-form label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}
.login-form .form-control {
    border: 1px solid #DADADA;
    font-size: 14px;
    padding: 10px 20px;
}
.login-form .form-group {
    margin-bottom: 12px;
}
.login-form p a {
    color: #222221;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 12px;
}

.login-form p .fa-chevron-left{margin-right: 5px;}
.login-form .center-img {text-align: center}






/*carousel*/

.slider-wrapper .carousel {
  margin-bottom: 4rem;
}

.slider-wrapper .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}


.slider-wrapper .carousel-item {
  height: 45rem;
}
.slider-wrapper .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 45rem;
}
.slider-wrapper {
    margin-top: 80px;
}


/*Mapping page css*/
.mapping-body {
    padding-top: 70px;
}
.mapping-body .mapping-wrap-row {
    padding: 100px 20px 80px;
}
.mapping-body .mapping-wrap {
    background: #ECEEF6;
}
.mapping-body .com-widget {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.mapping-body .com-widget img {
    width: 100%;
}

.mapping-body .left-block .col-md-5, .left-block .col-md-7 {
    padding: 25px 0;
}
.mapping-body .mapping-wrapper {
    background:#fff;
    border-radius: 10px;
}
.mapping-body .left-block {
    background: #F0F2FB;
    margin-left: 0;
    margin-right: 0;
}
.mapping-body .mapping-wrapper h1 {
    font-size: 28px;
    font-weight: 700;
    color: #4654AC;
    background: #fff;
    padding: 40px 0 15px 30px;
    border-bottom: 1px solid #E1E3EA;
}

.mapping-body .content-wrapper {
    padding-left: 45px;
}
.mapping-body .title-wrap{position: relative;padding-bottom: 35px;}
.mapping-body .title-wrap:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -30px;
    width: 24px;
    height: 22px;
    background: url(../assets/img/green-icon.png) no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.mapping-body .title-wrap:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -18px;
    height: 60px;
    z-index: 1;
    border-left: 1px dashed #E1E3EA;
}
.mapping-body .content-wrapper h5{
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #50CD89;
}
.mapping-body .content-wrapper h3{
    color: #4D5586;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.mapping-body .textarea-container {
  position: relative;
  margin-bottom: 40px;
}
.mapping-body .textarea-container textarea {
    font-family: 'Inter';
    font-size: 15px;
    border: none;
    padding: 25px;
    border-radius: 10px;
}
.mapping-body .file-upload-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #666F8D;
}

.mapping-body .voice-icon {
  position: absolute;
  bottom: 10px;
  left: 40px;
  cursor: pointer;
  font-size: 20px;
  color: #666F8D;
}

.mapping-body .submit-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #5160B4;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
}

.mapping-body .submit-btn:hover {
  background-color: #0056b3;
}
.mapping-body .file-input {
    left: 65px;
    position: absolute;
    bottom: 5px;
}

@media (max-width:1200px) {
    .right-panel-wrap {margin-left: 0;}
    .left-sidebar-menu {padding: 25px 10px;max-width: inherit;margin-left: 0;}
}

@media (max-width:992px) {
.navbar .nav-link {
    margin-bottom: 10px;
}
    .section-two::before {
    width: 300px;
    height: 200px;
    background-size: 300px;
}
.section-two::after {
    width: 150px;
    height: 200px;
    background-size: 150px;
}
.section-one h1 {
    font-size: 42px;
}

}

@media (min-width:768px) and (max-width:992px) {
    .icon-box p {font-size: 13px;}
    .icon-box {padding: 14px 7px;}
    .section-three .image-wrap img {max-width: 200px;}

}
@media (max-width:767px) {
.left-sidebar-menu {
    min-height: inherit;
    margin-bottom: 20px;
}
.icon-box {
    margin-bottom: 20px;
}
.row.tab-panel-body {
    margin-bottom: 70px;
}
.right-panel-wrap .row {
    margin-bottom: 0;
}
.icon-box {
    max-width: inherit;
}
.row.row-top-bar {
    padding: 22px 0 22px 0px;
}
.admin-body .tab-wrap .nav-tabs .nav-link {
    font-size: 12px;
    margin-right: 3px;
    padding: 10px 10px;
}
    .section-two::before {
    width: 200px;
    height: 135px;
    background-size: 200px;
}
.section-two::after {
    width: 140px;
    height: 200px;
    background-size: 140px;
}
.section-one h1 {
    font-size: 36px;
}
.section-one h3 {
    font-size: 20px;
}
.section-three .image-wrap img {max-width: 140px;}
.slider-wrapper .carousel-item > img, .slider-wrapper .carousel-item {
    height: 16rem;
}
}


@media (max-width:479px) {

.section-two::before {
    width: 150px;
    height: 105px;
    background-size: 150px;
}
.section-two::after {
    width: 120px;
    height: 150px;
    background-size: 120px;
}
}



