:root {
    --font-family: "Manrope", sans-serif;
    --second-family: "Poppins", sans-serif;
    --third-family: "Mulish", sans-serif;
    --font4: "Inter", sans-serif;
    --font5: "Roboto", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.vh-100-cu {
    height: 100vh;
}


.bg-green {
    background: #448712;
}

.bg-grey {
    background: #f4f6f3;
}

.bg-body-content{
    background-color: #F5F5F6;
}

.text-green {
    color: #448712;
}

.btn-green {
    background: #448712;
    color: #ffffff;
}

.btn-green:hover {
    background: #55a917;
    color: #ffffff;
}

.bg-dark-green {
    background: #1a5816;
    color: #ffffff;
}

.btn-secondary {
    border-color: #db8000;
    background: #db8000;
    color: #ffffff;
}

.btn-secondary:hover {
    background: #774601;
    color: #ffffff;
}

.btn-back {
    background: #e6e6e6;
    color: #787878;
}

.btn-back:hover {
    background: #bababa;
    color: #787878;
}

.btn-dark {
    background: #232323;
    color: #ffffff;
}

.btn-dark:hover {
    background: #333333;
    color: #ffffff;
}

.btn-outline-secondary {
    background-color: transparent;
    border: 1px solid #60626e;
    color: #60626e;
}

.btn-screenshot {
    background-color: #ffffff;
    border: 1px solid #5b9a4d;
    border-radius: 6px;
    color: #448712;
}

.btn-screenshot:hover {
    border: 1px solid #5b9a4d;
}

hr.basic-gray {
    border: 1px solid #d8d8d8;
}

.login-img{
            /* width: 450px; */
            position: absolute;
            top: 10%;
            left: -20%;
            width: 90%;
            border-radius: 25px;
        }

        .login-head{
            color: #000000;
            font-family: "Poppins", sans-serif;
            font-weight:bolder;
            font-size: 30px;
        }

        .form-label{
            color: #263A43;
            font-size: 15px;
            font-weight: 500;
        }

        .login-fields{
            border-radius: 5px;
            border-color: #B1B1B1;
            padding: 20px 15px;
        }

        .login-fields:focus {
            border-bottom: 3px solid #54E28D;
            outline: 0;
            box-shadow: none;
        }

        .btn-login{
            background-color: #50803D;
            border-radius: 5px;
            padding: 20px 0;
            color: #ffffff;
            font-size: 17px;
            font-weight: 600;
        }

        .btn-login:hover, .btn-login:active, .btn-login:focus{
            background-color: #30601e;
            border-radius: 5px;
            padding: 20px 0;
            color: #ffffff;
            font-size: 17px;
            font-weight: 600;
        }

/* custom checkbox */
.form-check {
    position: relative;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type=checkbox]:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    left: 0;
    top: 4px;
    background-color: #448712;
    font-family: "Montserrat";
    border-radius: 4px;
    border: 1px solid rgb(150 150 150 / 30%);
}

input[type=checkbox]:checked+label::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    display: block;
    position: absolute;
    left: 3px;
    top: 6px;
}

/* custom check box end */

/* font family */
.main-content.gis-page,
.add-industry-wizard,
.sidebar,
.login-right {
    font-family: var(--font-family);
}

.navbar,
.industries-table,
.main-content {
    font-family: var(--second-family);
}


.dashboard-stats {
    font-family: var(--font3);
}


.login-left {
    background: linear-gradient(180deg, #478a12cc 0%, #114d17c7 84.79%, #0d3411d9 100%), url(images/login-bg.png);
    background-size: cover;
    font-family: var(--second-family);
}

.login-left {
    background: url(images/login-bg.png);
    background-size: cover;
}

.login-left h1 {
    font-weight: 700;
    color: #fff;
}

.login-left h6 {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

.login-right {
    color: #333;
}

.login-right h1 {
    font-weight: 800;
}

.login-right h6 {
    font-weight: 400;
    font-size: 18px;
}

.login-right .remember-me label,
.login-right a,
.login-right p {
    font-family: var(--font5);
    font-weight: 400;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.sidebar {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    /* background: linear-gradient(151deg, #478a12 0%, #114d17 84.79%, #0d3411 100%); */
    background-image: url('../../assets/img/dasg-sidebar-bg.png');
    color: #ffffff;
    width: 250px;
    z-index: 9;
}

.dashboard-stats a,
.sidebar a {
    text-decoration: none;
    color: #ffffff;
}

.sidebar-bottom {
    /* border-top: 3px solid #215b28; */
    padding-top: 20px;
    width: 100%;
}

.sidebar a.menu-item {
    opacity: 0.9;
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
    transition: ease-in-out 0.3s;
    padding: 15px 0px;
    font-weight: 500;
}

.sidebar a.menu-item:hover,
.sidebar a.menu-item.active {
    opacity: 1;
    background: #3A5B2C;
    border-radius: 5px;
    padding: 15px 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
    transition: ease-in-out 0.3s;
}

.welcome-user {
    /* background: linear-gradient(180deg, #fff9e5 0%, rgba(244, 238, 222, 0.92) 100%); */
    background-color: #DFFDD3;
}
.user-image{
    object-fit: cover;
    object-position: top center;
    width: 40px;
    height: 40px;
}

.main-flex-auto{
    flex: 1 1 0%;
}

.main-content p {
    font-size: 14px;
}

.dashboard-stats {
    color: #fff;
}

.dashboard-stats .total-industries {
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.05);
    background: #d4655d;
}

.dashboard-stats .air-polluted {
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.05);
    background: #448712;
}

.dashboard-stats .water-polluted {
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.05);
    background: #e4ac00;
}

.dashboard-stats .solid-waste {
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.05);
    background: #5d508f;
}

/* high charts */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/* industries table  */
.industries-table>thead>tr>th {
    background-color: #e5e8ee;
    padding: 15px 10px;
}

.industries-table>tbody>tr:nth-child(2n+1)>td,
.industries-table>tbody>tr:nth-child(2n+1)>th {
    background-color: #ffffff;
    padding: 15px 10px;
}

.industries-table>tbody>tr:nth-child(2n+0)>td,
.industries-table>tbody>tr:nth-child(2n+0)>th {
    background-color: #eff2f7;
    padding: 15px 10px;
}

.industries-table>thead>tr th:first-child,
.industries-table>tbody>tr td:first-child {
    padding-left: 40px;
}

.industries-table>thead>tr th:last-child,
.industries-table>tbody>tr td:last-child {
    padding-right: 40px;
}

.industries-table {
    font-size: 12px;
}

table .badge {
    padding: 5px 8px;
}

table .badge.text-bg-incomplete {
    background: #fcdada;
    color: #e31717;
}

.badge.text-bg-plant-type {
    background: #E4F3DD;
    color: #50803D;
    font-size: 13px;
    font-weight: 400;
}

table .badge.text-bg-complete {
    background: #d6f3dc;
    color: #2fc450;
}

/* add intusrty wizard */
.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
    z-index: 5;
}

.wizard .nav-tabs .nav-item .nav-link .wizard-titles {
    width: 80px;
    height: 80px;
    margin-bottom: 2px;
    background: #E6EBE5;
    border: 3px solid #E6EBE5;
    z-index: 10;
    position: relative;
}

.wizard .nav-tabs .nav-item .nav-link:hover .wizard-titles {
    color: #448712;
    border: 3px solid #448712;
}

.wizard .nav-tabs .nav-item .nav-link.completed span,
.wizard .nav-tabs .nav-item .nav-link:hover span,
.wizard .nav-tabs .nav-item .nav-link.active span,
.wizard .nav-tabs .nav-item .nav-link.active .wizard-titles svg,
.wizard .nav-tabs .nav-item .nav-link:hover .wizard-titles svg {
    fill: #448712;
}

.wizard .nav-tabs .nav-item .nav-link .wizard-titles svg {
    fill: #939F8A;
}

.wizard .nav-tabs .nav-item .nav-link.active .wizard-titles {
    background: transparent;
    border: 3px solid #448712;
    color: #448712;
}

.wizard .nav-tabs .nav-item .nav-link span {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.add-industry-wizard .btn.previous,
.add-industry-wizard .btn.next {
    width: 150px;
}

.wizard .nav-tabs .nav-item .nav-link.completed .wizard-titles svg {
    fill: #ffffff;
}

.wizard .nav-tabs .nav-item .nav-link.completed .wizard-titles {
    background: #448712;
    border: 3px solid #448712;
    color: #448712;
}

.wizard .nav-tabs .nav-item .nav-link:after {
    content: "";
    border-bottom: 3px solid #C1C1C1;
    width: 60px;
    position: absolute;
    top: 40%;
    right: 0;
    transform: translate(50%, 0%);
}

.wizard .nav-tabs .nav-item:last-child .nav-link:after {
    display: none;
}

.wizard .nav-tabs .nav-item .nav-link.completed:after,
.wizard .nav-tabs .nav-item .nav-link.active:after {
    border-bottom: 3px solid #448712;
}

.wizard .nav-tabs .nav-item {
    width: 160px;
}

/* form fields  */
.industry-wizard-form .form-control,
.industry-wizard-form .form-select {
    background-color: #f4f6f3;
    border: 1.05px solid #d0d0d0;
    border-radius: 5px;
    height: 45px;
    color: #60626e;
    font-size: 14px;
}

/* .industry-wizard-form .form-check-label, */
.industry-wizard-form .form-label {
    color: #333333;
    font-size: 14px;
}

.industry-wizard-form .form-control.upload-file {
    padding-top: 12px;
}

/* upload image with preview in polution section */
.upload-inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-btn-custom {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1.49px solid #ccc;
    border-radius: 12px;
    background: #f5f5f5;
    height: 120px;
    width: 140px;
    color: #787878;
    margin-bottom: 15px;
}

.upload-btn-custom:hover {
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.preview-box {
    display: flex;
    flex-wrap: wrap;
}

.upload-img-box {
    width: 140px;
    height: 120px;
    margin: 0 15px 15px 0;
}

.upload-img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload-img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.upload-img-preview {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/* google maps  */

.responsive-map iframe {
    width: 100%;
    height: 100dvh;
}

.search-and-filters {
    top: 20px;
    right: 20px;
    z-index: 3;
}

.gis-search-filed {
    border: 1px solid #7f7f7f;
    border-radius: 7px;
}

.gis-search-filed .form-control {
    border: 0;
    border-radius: 7px 0 0 7px;
    height: 40px;
}

.filters-option .btn {
    border-radius: 7px;
    width: 110px;
    height: 40px;
}

.filters-option .btn.btn-dark {
    height: 40px;
    border: 1px solid #fff;
}

.search-icon {
    border: 1px solid #fff;
    border-radius: 0 7px 7px 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.filters-option .btn-dark.show {
    background: #232323;
}

.filters-dropdown {
    background: transparent;
}

.filters-dropdown .filter-dropdown-inner {
    width: 505px;
    height: 340px;
    overflow: auto;
    margin-top: 13px;
    border-radius: 10px;
    box-shadow: -1px -1px 7px 4px rgba(0, 0, 0, 0.25);
    background: #ffffffCC;
}

.filters-dropdown .form-label {
    font-size: 14px;
    color: #252733;
    font-weight: 600;
}

.filters-dropdown .arrow-top {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 12px solid #ffffffCC;
    top: 1px;
    right: 35px;
}

.filters-dropdown .form-select, .filters-dropdown .form-control {
    font-size: 14px;
    color: #60626e;
    height: 35px;
}

.search-results {
    top: 0;
    left: -100%;
    z-index: 4;
    box-shadow: 8px 4px 7px 0 rgba(0, 0, 0, 0.25);
    transition: left 0.8s ease-in-out;
}
.show-search-results {
    top: 0;
    left: 0;
    z-index: 3;
    width: auto;
}
.show-search-results-icon {
    font-size: 26px;
    color: #000000;
}

.search-results .search-results-inner {
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.search-results p {
    margin: 0px;
    color: #60626e;
}

.search-results span {
    font-size: 14px;
    color: #000000;
}

.btn-screenshot span {
    color: #448712;
}

.location-image {
    max-width: 330px;
    height: 190px;
    object-fit: cover;
}
.user-dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.show-sidebar-icon {
    font-size: 40px;
    color: #000000;
}

/* tablet */
@media (max-width: 767px) {
    .show-sidebar {
        top: 0;
        left: 0;
        z-index: 3;
        width: auto;
        transition: left 0.5s ease-in-out; /* Added transition property */
    }

    .login-right {
    padding: 0 !important;
}

.login-img {
    display: none;
  }

    .login-wrapper{
        width: 100%;
    }
    .sidebar {
        display: none;
        /* font-size: 14px; */
        position: absolute;
        top: 0;
        left: -100px; /* Initially hide the sidebar off-screen */
        transition: left 0.5s ease-in-out; /* Added transition property */
    }

    .filters-dropdown .filter-dropdown-inner {
        width: 420px;
        height: 400px;
    }

    .wizard .nav-tabs .nav-item {
        width: 150px;
    }

    .wizard .nav-tabs .nav-item .nav-link {
        padding: 5px 10px;
        line-height: 17px;
    }

    .wizard .nav-tabs .nav-item .nav-link .wizard-titles {
        width: 60px;
        height: 60px;
    }

    .wizard .nav-tabs .nav-item .nav-link:after {
        width: 25%;
        top: 35px;
    }

    .wizard .nav-tabs .nav-item .nav-link span {
        font-size: 12px;
    }
    .login-left img {
        width: 90px;
        /* filter: brightness(0.1); */
    }
    .login-left{
        background: none;
        display: none !important;
    padding-left: 0 !important;
    }

    .login-left h1 {
        font-size: 18px;
        color: #000;
    }
}

/* mobile */
@media (max-width: 500px) {
    .vh-100-cu {
        height: 100%;
    }

    .upload-btn-custom {
        height: 90px;
        width: 110px;
    }

    .upload-img-box {
        width: 110px;
        height: 90px;
    }

    .upload-img-close {
        width: 20px;
        height: 20px;
        top: 7px;
        right: 7px;
        line-height: 17px;
    }

    .upload-img-close:after {
        font-size: 12px;
    }

    .search-and-filters {
        top: 45px;
        right: 10px;
    }

    .filters-dropdown .filter-dropdown-inner {
        width: 275px;
    }

    .search-results .search-results-inner {
        width: 300px;
    }


    .filters-option .btn {
        width: 80px;
    }

}
/*small  mobile */
@media (max-width: 400px) {
    .search-results .search-results-inner {
        width: 240px;
    }
    .filters-dropdown .filter-dropdown-inner {
        width: 230px;
    }
    .search-and-filters {
        right: 5px;
    }

}

/* @media only screen and (max-width: 768px) and (min-width: 300px) {
    .login-left, .login-img {
      display: none;
    }
  } */

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .sidebar-sec-head{
    /* color: #A2C2A2;
    font-size: 17px;
    font-weight: 500; */
    color: #c8e4c8;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sidebar-sec-head::after{
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #A2C2A2;
    border-radius: 3px;
    top: 12px;
    right: 0;
  }

  .tile1-icon{
    color: #228C22;
    font-size: 30px;
  }

  .tile2-icon{
    color: #F4C427;
    font-size: 30px;
  }

  .tile3-icon{
    color: #42D18C;
    font-size: 30px;
  }

  .tile4-icon{
    color: #5B93F7;
    font-size: 30px;
  }

  .tile-count{
    color: #333333;
    font-size: 18px !important;
    font-weight: 700 !important;
  }

  .tile-head{
    color: #333333;
    font-size: 16px !important;
    font-weight: 500;
  }

  .tile-card{
    border-radius: 25px;
  }

  .dasboard-tile-cards .tile-card{
    background-color: #ffffff;
    transition: ease-in-out 0.2s;
  }


  .dasboard-tile-cards:hover .tile-card{
    background-color: #50803D;
    transition: ease-in-out 0.2s;
  }

  .sprite-tile1{
    width: 47px; height: 47px;
    background: url('../../assets/img/tile1-sprite.png');
    display: block;
    margin: 0;
    margin-bottom: 19px;
  }

  .plantation {
    width: 47px; height: 47px;
      background-position: -77px -10px !important;
  }
  
  .dasboard-tile-cards:hover .tile-card .card-body .plantation{
    width: 47px; height: 47px;
      background-position: -10px -10px !important;
  }

  .dasboard-tile-cards:hover .tile-card .card-body .tile-count, .dasboard-tile-cards:hover .tile-card .card-body .tile-head{
    color: #ffffff !important;
    transition: ease-in-out 0.2s;
  }

  .sprite-tile2{
    width: 52px; height: 57px;
    background: url('../../assets/img/tile2-sprite.png');
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }

  .art-gallery {
    width: 52px; height: 57px;
      background-position: -82px -10px !important;
  }
  
  .dasboard-tile-cards:hover .tile-card .card-body .art-gallery{
    width: 52px; height: 57px;
      background-position: -10px -10px !important;
  }

  .dasboard-tile-cards:hover .tile-card .card-body .tile-count, .dasboard-tile-cards:hover .tile-card .card-body .tile-head{
    color: #ffffff !important;
    transition: ease-in-out 0.2s;
  }

  .sprite-tile3{
    width: 37px; height: 52px;
    background: url('../../assets/img/tile3-sprite.png');
    display: block;
    margin: 0;
  }

  .photography {
    width: 37px; height: 52px;
      background-position: -68px -10px !important;
  }
  
  .dasboard-tile-cards:hover .tile-card .card-body .photography{
    width: 37px; height: 52px;
      background-position: -10px -10px !important;
  }

  .dasboard-tile-cards:hover .tile-card .card-body .tile-count, .dasboard-tile-cards:hover .tile-card .card-body .tile-head{
    color: #ffffff !important;
    transition: ease-in-out 0.2s;
  }

  
  .sprite-tile4{
      width: 38px; height: 52px;
      background: url('../../assets/img/tile4-sprite.png');
      display: block;
      margin: 0;
    }

    .essay-writing {
        width: 38px; height: 52px;
        background-position: -69px -10px;
    }
    
    .dasboard-tile-cards:hover .tile-card .card-body .essay-writing{
        width: 38px; height: 52px;
        background-position: -10px -10px;
    }

    .dasboard-tile-cards:hover .tile-card .card-body .tile-count, .dasboard-tile-cards:hover .tile-card .card-body .tile-head{
      color: #ffffff !important;
      transition: ease-in-out 0.2s;
    }
    
  .border-rad-25{
    border-radius: 25px;
  }

  .rating-icon{
    color: #FFCB27;
    font-size: 15px;
  }

  .rating-icon-no{
    color: #D4D6D5;
    font-size: 15px;
  }

  .listing-detail-tbl{
    border-collapse:separate;
    border-spacing:0 10px;
}

.listing-detail-tbl tbody tr th, .listing-detail-tbl tbody tr td{
    background-color: #F5F5F6;
    padding: 20px 15px;
} 
.rating-card-bg{
    background-color: #F5F5F6;
}

.rating {
  font-size: 25px;
  color: #D4D6D5;
}
.rating i:hover,
.rating i.selected {
  cursor: pointer;
  color: #FFCB27;
}

.rating-head{
    font-weight: 800;
    font-size: 18px !important;
}

.btn-back{
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #263238;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.filter-area{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-back:hover, .btn-back:focus{
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #50803d;
}

.btn-search{
    background-color: #50803D;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.search-field{
    margin-right: 10px;
}

.btn-search:hover, .btn-search:focus{
    background-color: #30601e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.btn-search-results{
    background-color: #50803D;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 15px;
}

.btn-search-results:hover, .btn-search-results:focus{
    background-color: #30601e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.btn-filter{
    background-color: transparent;
    color: #50803D;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 15px;
    border-color: #50803D;
    display: flex;
    align-items: center;
}

.form-select-fields{
    appearance: auto;
}

.form-select-fields:focus{
    box-shadow: none;
    border-color: #50803D;
}

.btn-filter:hover, .btn-filter:focus{
    background-color: #30601e;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 15px;
    border-color: #30601e;
}

.gallery-image-area img{
    max-width: 100% !important;
    border-radius: 10px !important;
}

.bor-rad-10{
    border-radius: 10px;
    box-shadow: 0 5px 5px #dddddd;
}
.welcome-user img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
