.dashboard-header {
    background: #F2F2FDFF;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.border-box {
    border: 1px solid #000;
    padding: 10px;
}

.sidebar {
    background-color: white;
    border-right: 1px solid #e9ecef;
    min-height: 100vh;
    position: fixed;
    width: 280px;
}

.main-content {
    margin-left: 280px;
    padding: 20px 30px;
}

.logo {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

.logo-image {
    width: 120px;
}

.nav-item .nav-link {
    color: #212529;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.nav-item .nav-link.active {
    background-color: #3740B0;
    color: white;
    border-radius: 8px;
}

.nav-icon {
    margin-right: 10px;
    font-size: 20px;
}

.dashboard-title {
    color: #3740B0;
    font-weight: 700;
    margin-bottom: 30px;
}

.stat-card {
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 10px;
    border: none;
}

.farmers-card {
    background-color: #EFEFFC;
}

.farms-card {
    background-color: #FFF1F1;
}

.yield-card {
    background-color: #F1F7FF;
}

.stat-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.stat-value {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.change-indicator {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.change-positive {
    color: #28a745;
}
.change-negative{
    color: rgb(215, 7, 7) !important;
}
.change-blue{
    color: rgb(75, 149, 178);
}
.change-yellow{
    color: #fd7e14 !important;
}
.export-btn {
    border-radius: 8px;
    background-color: white;
    border: 1px solid #dee2e6;
}

.table-responsive {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
    padding: 16px;
}

.table td {
    padding: 16px;
    vertical-align: middle;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid #e7e3e3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 25px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.tab-btn, .filter-btn, .export-btn{
    border-color: #636AE8FF !important;
}

.filter-btn:hover, .export-btn:hover{
    background-color: #007bff !important;
    color: white !important;
}

.tab-btn.active {
    background-color: #007bff !important;
    color: white !important;
}


.user-info {
    display: flex;
    align-items: center;
}

.status-badge {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-new {
    background-color: #e7f5ff;
    color: #0072CE;
}

.status-progress {
    background-color: #fff8e6;
    color: #916e00;
}

.status-completed {
    background-color: #e6f4ea;
    color: #137333;
}

.pagination {
    margin-top: 20px;
}

.page-item.active .page-link {
    background-color: #3740B0;
    border-color: #3740B0;
}

.map-container {
    height: 435px; /* Change height as needed */
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    /* margin-bottom: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#map {
    width: 100%;
    height: 100vh;
}


.satellite-services {
    display: flex;
    align-items: center;
    color: #B0152B;
    font-weight: 600;
    margin-bottom: 15px;
}

.satellite-icon {
    margin-left: 10px;
    font-size: 24px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.purple-icon {
    background-color: #EDEDFB;
    color: #8A5CF6;
}

.pink-icon {
    background-color: #FBEAEA;
    color: #B0152B;
}

.blue-icon {
    background-color: #EBF5FF;
    color: #0067B2;
}

.stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top-header-items{
    display: flex;
}

#chartdiv {
    width: 100%;
    height: 350px;
}



.table-container {
    /* border: 1px solid rgb(241, 241, 241);
    border-radius: 12px; */
    overflow: hidden;
    background: white;
    max-width: 600px;
    margin: 20px auto;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: middle;
}
.table > :not(caption) > * > * {
    padding: 15px;
}
.table-header {
    background-color: #f8f9fa;
    font-weight: 600;
}





/* image gallery */
.card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Ensures all cards stay in one row */
    gap: 2rem; /* Adjusted for better spacing */
    overflow-x: auto; /* Enables horizontal scrolling if needed */
    padding-bottom: 1rem; /* Adds space for better visibility */
    
}

.card-imggal {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    width: 320px;
    padding: 12px;
    flex-shrink: 0; /* Prevents cards from shrinking */
    cursor: pointer;
}

.card-imggal:hover {
    cursor: pointer;
    transform: translateY(-5px);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
}

.date-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.stage-label {
    font-weight: 500;
    margin-bottom: 0;
}

.view-all-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


/* Existing CSS remains unchanged */

/* Modal/Lightbox styles */
.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
  }
  
  .modal-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .modal-content img {
    max-width: 90%;
    max-height: 80vh;
    margin: auto;
    display: block;
    object-fit: contain;
  }
  
  .close-modal {
    position: absolute;
    top: 15px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
  }
  
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .prev {
    left: 20px;
  }
  
  .next {
    right: 20px;
  }
  
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .caption-text {
    color: white;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
  
  .image-counter {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    font-size: 1rem;
  }
  


  /* skeleton css */






    #myTable tbody tr.selected {
        background-color: #d3d3d3; 
    }






.right-sidebar {
    background-color: white;
    border-right: 1px solid #e9ecef;
    min-height: 100vh;
    position: fixed;
    width: 280px;
}
.logo-ss{
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Media Query */
@media (max-width: 768px) {
    .right-sidebar {
        background-color: white;
        border-left: 1px solid #e9ecef;
        min-height: 100vh;
        position: fixed;
        width: 280px;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1050;
    }
    
    .right-sidebar.show {
        transform: translateX(0);
        display: flex !important;
    }
    .dropdown-user{
        display: none !important;
    }
    

    .sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1050;
        position: fixed;
        height: 100vh;
        display: none;
    }
    .sidebar.show {
        transform: translateX(0);
    }
    .row_ss-bar{
        display: flex !important;
    }

    .main-content {
        margin-left: 0;
        padding: 20px;
    }

    .top-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-header-items {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    
    .header-titlefor-btn h1 {
        flex-grow: 1;
    }
    
    .header-titlefor-btn button {
        margin-right: auto;
    }
    .search-bar {
        width: 100%;
    }

    .filters {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-btn, .export-btn {
        width: 48%;
        margin-bottom: 10px;
    }

    .activity-div{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .row-per{
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .col-per{
        width: 100% !important;
    }
}

.header_name:focus{
	box-shadow: none !important;
	border: 0px !important;
}
.header_name:focus-visible{
	outline: none !important;
}
.header_name{
	transition: none !important;
	border: none !important;
	padding: 2px !important;
    background: #f7f7f7 !important;
    color: #8A5CF6 !important;
}

.backColor{
    background-color: #f1f3f8;
}

.farm-row.active {
    background: #DDD6FF;
}

  .table-blue {
    --bs-table-color: #fff;
    --bs-table-bg: #6C54DF;
    --bs-table-border-color: #fff;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.w-125px{
    width: 125px;
    height: 125px;
    border-radius: 100%;
}
.w-250px{
    width: 250px;
}
.w-200px{
    width: 200px;
}

.blur{
   backdrop-filter: blur(10px); 
}
.bg-opacity-50{
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.fs-15px{
    font-size: 15px !important;
}


.bell {
  width: 2rem;
  &:hover, &:focus {
    animation: bellshake .7s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
  }
}

@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}

.allTimebell {
  width: 2rem;
	animation: alltimebellshake 1s 10 cubic-bezier(.36,.07,.19,.97) both;
	backface-visibility: hidden;
	transform-origin: top right;
}


@keyframes alltimebellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}

.font-sm{
    font-size: 12px !important;
}
.n-m-5px{
margin-bottom: -5px;
}

.font-md{
    font-size: 15px !important;
}
/* index page css */
.filter-btn-custom {
  border-color: #5A5A5A;
  outline: 1px solid #5A5A5A;
  background-color: white;
}
.icon-wrapper {
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.filter-btn-custom span {
  font-family: Inter;
  font-size: 16px;
}
.table-wrapper {
  overflow-y: auto;
  background: transparent;
}
.custom-table {
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.table-blue {
  background: #6C54DF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: white;
}
.table-blue th {
  font-size: 18px;
  font-family: Inter;
  font-weight: 600;
}
.dt{
  width: 232px;
}
.dropdown-menu::before {
  display: none;
}
.text-dangers {
  background-color: #FDEDD7;
  color: #933615 !important;
  padding: 8px;
  border-radius: 20px;
  border: 2px solid #FDEDD7 !important;
  font-size: 14px !important;
}
.tsxtt {
  background-color: #D2FCE9 !important;
  color: #2C662E !important;
  padding: 8px;
  border-radius: 20px;
  border: 2px solid #D2FCE9 !important;
  font-size: 14px !important;
}
.tsxtt2 {
  background-color: #FAE3E3 !important;
  color: #9E3633 !important;
  padding: 8px;
  border-radius: 20px;
  border: 2px solid #FAE3E3 !important;
  font-size: 14px !important;
}
.btn-adv {
  padding: 8px;
  font-size: 14px;
  font-family: Inter;
  font-weight: 600;
  border: 2px solid;
  border-radius: 12px;
  background-color: #6C54DF;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-adv:hover {
  background-color: #7a67ddff !important;
}

/* partial p and d question page css */
  .noti-text-danger{
    color: #933615 !important;
    padding: 8px !important;
    font-size: 14px !important;
  }

  .text-danger{
    background-color: #FDEDD7;
    color: #933615 !important;
    padding: 8px !important;
    border-radius: 10px !important;
    border: 2px solid #FDEDD7 !important;
    font-size: 14px !important;
  }
  .tsxtt{
    background-color: #D2FCE9 !important;
    color: #2C662E !important;
    padding: 8px !important;
    border-radius: 20px !important;
    border: 2px solid #D2FCE9 !important;
    font-size: 14px !important;
  }
  .tsxtt2{
    background-color: #FAE3E3 !important;
    color: #9E3633 !important;
    padding: 8px !important;
    border-radius: 20px !important;
    border: 2px solid #FAE3E3 !important;
    font-size: 14px !important;
  }
  .btn-adv{
    padding: 8px !important;
    font-size: 14px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    border: 2px solid !important;
    border-radius: 12px !important;
    background-color: #6C54DF !important;
    color: #FFFFFF !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .btn-adv:hover{
    border: 2px solid !important;
    border-radius: 12px !important;;
    background-color: #7a67ddff !important;;
    color: #FFFFFF !important;
  }

.custom-table tbody tr td,
.tr-border-bottom td {
  border-bottom: 1px solid #ccc !important;
}

.table-text {
  color: black;
  font-size: 18px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

.table-td-img {
  padding: 2px;
  width: 150px;
}

.table-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.table-date {
  font-size: 14px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.table-tags {
  width: 250px;
}

.tags-container {
  height: 100px;
  overflow-y: auto;
  text-align: start;
}
.img-thumbnail{
    width: 100%;
    height: 120px !important;
    object-fit: cover;
    display: block;
}
.readonly-class {
  font-size: 1.5rem !important;
  background-color: #f1f3f8 !important;
  padding: 0 !important;
}


/* image tag page css */

  .nested-field-container {
    border: 2px solid #F0F6FE;
    padding: 10px !important;
    background-color: #F0F6FE !important;
    border-radius: 20px;
  }

  .nested-field-input {
    background-color: #F0F6FE !important;
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
body{
  /* font-family: sans-serif !important; */
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  .crop-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .crop-loader {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    /* border: 6px solid #e2f0d9; */
    border: 6px solid #4caf50;
    animation: spin 1.2s linear infinite;
    position: relative;
  }

  .crop-loader::after {
    content: '🌾';
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    animation: rotate-icon 2.5s linear infinite reverse;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  @keyframes rotate-icon {
    to { transform: translate(-50%, -50%) rotate(-380deg); }
  }
}

.btn-outline-green {
  --bs-btn-color: #39CA89 !important;
  --bs-btn-border-color: #39CA89 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #39CA89 !important;
  --bs-btn-hover-border-color: #39CA89 !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: rgb(5, 43, 77) !important;
  --bs-btn-active-border-color: #39CA89 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(5, 43, 77, 0.125) !important;
  --bs-btn-disabled-color: #39CA89 !important;
  --bs-btn-disabled-bg: transparent !important;
  --bs-btn-disabled-border-color: #39CA89 !important;
  --bs-gradient: none !important;
}


.collapse-transition {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.collapse-transition.show {
  max-height: 500px; /* adjust as needed */
  opacity: 1;
}
.font-sm{
  font-size: 12px;
}

.font-xs{
  font-size: 10px !important;
}

.red-circle::after{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: green !important;
  border-radius: 100%;
  margin-left: -2px;
}

.bg-blue{
 background-color: #8A5CF6 !important
}

.text-blue{
  color: rgb(3, 3, 42) !important
}

.h-150px-width-auto{
  height: 150px !important;
  width: auto;
}

    #talkbubble:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 0;
    /* border-top: 0px solid transparent; */
    border-right: 35px solid rgb(255, 255, 255);
    border-bottom: 59px solid transparent;
    transform: scaleY(1.0001);
}

    #replybubble:before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 100%;
    width: 0;
    height: 0;
    /* border-top: 0px solid transparent; */
    border-left: 37px solid rgb(255, 255, 255);
    border-top: 59px solid transparent;

}

.mt-6{
  margin-top: 5rem;
}

.red{
  color: rgb(248, 21, 21) !important;
}
.green{
  color: rgb(8, 181, 8) !important;
}
.h250{height: 250px;}
.new{
  position: absolute;
  right: 8px;
  top: -2px;
}

  #ask-an-exper-view,
  #pest-disease-view {
    display: none;
  }

  .btn.active {
    background-color: #39CA89;
    /* Bootstrap primary color */
    color: white;
    border-color: #39CA89;
  }

  table {
    border-collapse: collapse;
  }

  td,
  tr {
    border: none;
    padding: 8px;
  }
    #talkbubble:before {
    content: "";
    position: absolute;
    left: 1%;
    top: 100%;
    width: 0;
    height: 0;
    /* border-top: 0px solid transparent; */
    border-right: 35px solid rgb(255, 255, 255);
    border-bottom: 59px solid transparent;
    transform: scaleY(1.0001);
}

    #replybubble:before {
    content: "";
    position: absolute;
    right: 1%;
    bottom: 100%;
    width: 0;
    height: 0;
    /* border-top: 0px solid transparent; */
    border-left: 37px solid rgb(255, 255, 255);
    border-top: 59px solid transparent;

}

.mt-6{
  margin-top: 5rem;
}


.red{
  color: rgb(248, 21, 21) !important;
}
.green{
  color: rgb(8, 181, 8) !important;
}

.number{
  height: 25px;
    width: 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.top-5px{
  top: -15px !important;
  left: -13px !important;
  transform: scale(1);
}
.left-0px{
  left: -56px !important;
}


/* .zoom{
  transform: scale(2);
  transition: scale 0.3s ease-in-out 0.2s;
} */

.zoom {
animation-name: rotate;
animation-duration: 2s;
animation-timing-function: ease-in-out;
}

@keyframes rotate {
0% {
  transform: scale(1);
}
50% {
  transform: scale(1.4);
}
100% {
  transform: scale(1);
}
}
.pointer{cursor: pointer;}
.text-xss{
  font-size: 11px;
}

.font-15px{
  font-size: 15px !important;
}

.div_background{
  background-color: #fbfbfb !important;
}
.logo-sm{
  height: 25px;
  width: auto;
}
.w250 {
  width: 250px !important;
}
.hauto {
  height: auto !important;
}
.gm-style-iw-chr{
  height: 32px !important;
}
.custom-popup {
  background: white;
  border-radius: 8px;
  /* padding: 12px; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
  /* font-family: Arial, sans-serif; */
  min-width: 170px;
}

.custom-popup h4 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #2d6a4f;
}

.custom-popup p {
  margin: 4px 0;
  font-size: 14px;
}

.img-width{
  width: 240px !important;
}

.imgHeight{
  width: 250px !important
}

.text_light_blue{
  color: #060633 !important;
}

.btn-green {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #39CA89 !important;
    --bs-btn-border-color: #39CA89 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0ed37a !important;
    --bs-btn-hover-border-color: #39CA89 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #09b668 !important;
    --bs-btn-active-border-color: #06b164 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #39CA89 !important;
    --bs-btn-disabled-border-color: #39CA89  !important;
}


.navbar-main {
  background-color: #f1f3f8;
  padding: 10px 0px;
}
.navbar-sub {
  background-color: white;
  border: 1px solid #ddd;
  padding: 5px 20px;
}
.navbar-brand {
  font-weight: 500;
  color: #5b5f97;
}
.navbar-brand img {
  width: 24px;
  margin-right: 5px;
}
.profile-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.nav-icon {
  margin-right: 5px;
  font-size: 18px;
}
.offcanvas{
    width: 222px !important;
}
.dropdown-menu {
  border-radius: 12px;
  font-size: 14px;
}
.dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dropdown-menu::before {
    right: 12px !important;
}

.notiDropdown > .dropdown-toggle::after{
display: none;
}

.readonly-class{
  border: none !important;
  outline: none !important;
}
.readonly-class:focus-visible{
  box-shadow: none !important;
}

.text-theme{
  color: #8A5CF6 !important;
}

.shadow_top{
  box-shadow: 0px -3px 3px rgba(200, 200, 200, 0.5) !important;
}

.h-235px{
  height: 225px;
}

.bgblue{
  background-color: rgba(58, 37, 157, 0.8);
}

.text-blue{
    color: #3a259d !important;
}


/* @media screen 
  and (min-device-width: 900px) 
  and (max-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .dashboard-image{
      width: 150px;
      height: 150px;
    }
}

@media screen 
  and (min-device-width: 900px) 
  and (max-device-width: 1200px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .dashboard-image{
      width: 150px;
      height: 150px;
    }
} */

.border-none{
  border: none !important;
}

.light-background{
  background: #F0F6FE !important;
}

.w-350px{
  width: 350px;
}

.bg-disabled{
  background-color: #ddd !important;
  cursor: not-allowed !important;
}

.btn-dis{
    padding: 8px !important;
    font-size: 14px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    border: 2px solid !important;
    border-radius: 12px !important;
    background-color: #ddd !important;
    color: #FFFFFF !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: not-allowed;
  }
  .btn-dis:hover{
    border: 2px solid !important;
    border-radius: 12px !important;;
    background-color: #ddd !important;;
    color: #FFFFFF !important;
    cursor: not-allowed;
  }

  .yield-card {
  background: #EAE5FF;
  border-radius: 1rem;
  padding: 6px;
  display: flex;
  justify-content: space-between;
}
.cursor-pointer{
  cursor: pointer !important;
}
.w-142px{
  width: 142px !important;
}

.font-10px{
  font-size: 10px !important;
}

.border-color-theme{
  border-color: #6A3DD1 !important;
  border-style: solid !important;
}


