body{
    margin: 0px;
    padding: 0px;
    color: #272626;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
a{
  text-decoration: none;
}

.login{
    height: 100%;
    overflow: hidden;
}
.login-img{
    height: 100vh;
    object-fit: cover;
}
.login-div{
    box-shadow: 0px 2px 2px 2px #ccc;
    width: 500px;
    height: auto;
    margin-left: -235px;
    background: #fff;
    border-radius: 12px;
    height: 450px;
}
.login-div.signin-div{
  height: auto;
}
.logo-img{
  height: 45px;
}
.login-div .form-control{
  border: 0px;
  border-bottom: 1.2px solid rgba(159, 159, 159, 1);
  border-radius: 0px;
  height: 40px;
  padding-left: 1px;
}
.form-floating>label{
  color: rgba(125, 125, 125, 1);
  font-size: 14px;
  padding: 0px 0px 5px;
  /* top: 2px; */
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

.form-floating>.form-control-plaintext~label.error, .form-floating>.form-control:focus~label.error, .form-floating>.form-control:not(:placeholder-shown)~label.error, .form-floating>.form-select~label.error {
  opacity: .75;
  transform: scale(0.95) translateY(0px) translateX(0px);
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  opacity: 1;
  transform: scale(1) translateY(-.3rem) translateX(0px);
}






.login-btn{
  background: #148BCB;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 9px 10px;
  text-align: center;
  border-radius: 8px;
}
.login-btn:hover{
  background: #00466b;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 9px 10px;
  text-align: center;
  border-radius: 8px;
}
.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 9px 16px 9px 42px;
  border: 1px solid #148BCB;
  border-radius: 8px;
  color: #757575;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 120px 11px;
  text-align: center;
}


.content-top{
  position: fixed;
  /* left: 0; */
  /* width: 100%; */
  padding-right: 25px;
  right: 0px;
  left: 0px;
  padding-left: 320px;
  background: #fff;
  z-index: 99;
  top: 0;
  padding-top: 19px;
  height: auto;
}
.content-body{
  margin-top: 70px;
}
.content-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 6px 0px 7px;
}

.content-header h1,.content-header h2{
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding: 0px 0px 0px;
  font-family: "Playfair Display", Sans-serif;
}
.content-body h3{
  font-size: 20px;
  font-weight: 550;
  margin-bottom: 20px;
  padding-bottom: 0px;
  text-transform: capitalize;
  font-family: "Playfair Display", Sans-serif;
  color: #000;
  letter-spacing: 0.5px;
}

.content-body .form-control{
  background-color: rgba(255, 255, 255);
  border-radius: 8px;
  height: 46px;
  border: 1px solid black;
  font-size: 13px;
  line-height: 33px;
}
.content-body textarea.form-control{
  background: rgba(235, 235, 235, 0.7);
  height: unset;

}

.content-body .card{
  padding: 16px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  
}

#map {
  height: 450px;
  width: 100%;
  background: url(../../property/img/map.jpg);
  background-repeat: no-repeat;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
}
#search-box {
  width: 90%;
  margin: 30px 30px;
  padding: 8px;
  position: absolute;
  z-index: 5;
  background: #fff;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  left: 0px;
  right: 0px;
  top: 65px;
}

.content-body .form-label{
  font-size: 14px;
  font-weight: 500;
  color: #272626;
}
.admin_card .form-control{

width: 95%;
}

/* profile */


.profile-image-section {
  margin-bottom: 10px;
  position: relative;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

#profileImage {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.camera-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(20, 139, 203, 1);
  color: #fff;
  border-radius: 50%;
  padding: 6px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #fff;
}

.camera-icon:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.profile-image-section #uploadButton {
  background-color: rgba(20, 139, 203, 1);
  color: #fff;
  border: none;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px 10px;
  transition: background-color 0.3s;
  font-size: 13px;
}

.profile-image-section button:hover {
  background-color: #0056b3;
}

.profile-image-section #deleteButton {
  background-color: #df0016;
  color: #fff;
  border: none;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
  transition: background-color 0.3s;
  font-size: 13px;
}


.save-btn,
.save-btn:hover  {
  background-color:
  rgba(20, 139, 203, 1);
  color: #fff;
  border: none;
  padding: 9px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 13px;
}
.edit-btn,
.edit-btn:hover  {
  background-color:
  rgba(20, 139, 203, 1);
  color: #fff;
  border: none;
  padding: 9px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 13px;
}
.cancel-btn,
.cancel-btn:hover  {
  background-color:
  #df0016;
  color: #fff;
  border: none;
  padding: 9px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 13px;
}
.delete-btn,
.delete-btn:hover {
  background-color: #df0016;
  color: rgba(255, 255, 255, 1);
  border: none;
  padding: 9px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 13px;
}

.password-p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}
.password-ul li {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.account_div .content-body {
  padding: 5px 13px;
}



/* property info */



.gallery {
  /* display: flex;
  align-items: self-start;
  gap: 20px; */
}

.thumbnails {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 0px;
  align-items: end;
  height: 500px;
  overflow-y: auto;
}

.thumbnails img {
  width: 100%;
  height: 90px;
  cursor: pointer;
  transition: transform 0.2s;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid transparent;
}

.thumbnails img:hover {
  /* transform: scale(1.1); */
  border: 2px solid #333;
}

.main-image img {
  width: 100%;
  height: 500px;
  border: 2px solid #ddd;
  object-fit: cover;
  border-radius: 5px;
}
.progress{
  height: 9px;
}

.progressbar_ul li{
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;

}


/* figcaption h5{
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
} */
figcaption h5 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  white-space: nowrap;
  border-bottom: 2px dashed #198754;
  padding-bottom: 3px;
}
figcaption p{
  /* font-size: 18px;
  font-weight: 500; */
  /* color: rgba(0, 0, 0, 0.8); */
  font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.property-map img{
  border-radius: 8px;
}

.prop-title{
  font-size: 16px;
  font-weight: 500;
}
.drive-img{
  height: 30px;
}


/* property analisis */
.shadow{
  box-shadow: 0px 1.92px 9.62px 0px rgba(0, 0, 0, 0.15) !important;

}
.table>:not(caption)>*>* {
  padding: 0.85rem .5rem;
}
.table-responsive table tr td{
  padding: 13px 10px !important;
  font-size: 15px;
  font-weight: 400;
}
.table-responsive .table thead tr th{
  padding: 14px 22px !important;
  font-size: 17px;
  font-weight: 500;
}
.table-responsive .table-light tr{
  background: #F5F5F5 !important;
}
.table-responsive .table thead tr th{
  background: #F5F5F5 !important;
}
.table-responsive .task-table thead tr th{
  background: #fff !important;
  font-size: 16px;
}


#example_info, #example_paginate,
.sorting, #example_length {
  display: none;
}
table td{
  vertical-align: middle;
  word-break: break-all;
}

/* nav tab */
.nav-tabs{
  border-bottom: 0px;
}

.nav-tabs .nav-link{
  color: #050706;
  border: 0px;
  display: flex;
    align-items: center;
  padding: 12px 25px 17px 5px;
  font-size: 15.5px;
  font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  /* color: #000; */
  font-weight: 600;
  color: rgba(20, 139, 203, 1);
  border-bottom: 3px solid rgba(20, 139, 203, 1);
}

.deal-card h3{
  font-size: 17px !important;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: 550;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Inter", sans-serif;
}
.deal-card .form-label {
  font-size: 14px;
  font-weight: 500;
}


/* note */
.note-content{
  background: whitesmoke;
}
.task-h5{
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.8);
}
.task-p{
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: rgba(0, 0, 0, 1);
}
.task-status-h3{
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}


/* .left-sidemenu{
  background: #3B73AF;
  padding: 20px;
} */
.navbar>.container-fluid{
  flex-direction: column;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
}
.navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  text-align: start;
}


.navbar-brand img{
  height: 32px;
  margin-top: 19px;
  text-align: left;
}


.sidebar-toggle {
  display: none; /* Hide toggle button by default */
  background-color: #3B73AF;
  color: #ecf0f1;
  border: none;
  font-size: 24px;
  padding: 2px 10px;
  cursor: pointer;
  position: fixed;
  top: 21px;
  left: 18px;
  z-index: 9999;
  text-align: left;
  /* width: 100%; */
}
.sidebar-close{
   /* Hide toggle button by default */
  background-color: #3B73AF;
  color: #ecf0f1;
  border: none;
  font-size: 24px;
  padding: 2px 10px;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 18px;
  z-index: 9999;
  text-align: left;
  /* width: 100%; */
}
.sidebar {
  width: 285px;
  background-color: rgba(235, 235, 235, 1);
  color: #000;
  position: fixed;
  top: 0;
  padding-left: 75px;
  bottom: 0;
  overflow-y: auto;
  left: 0px;
  transition: transform 0.3s ease;
  border-top-right-radius: 20px;
z-index: 100;
  border-bottom-right-radius: 20px;
  /* box-shadow: 0px 2px 2px 2px #ccc; */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);


}

.sidebar.collapsed {
  transform: translateX(-100%); /* Hide sidebar offscreen */
  z-index: 100;
}

.sidebar nav ul {
  list-style-type: none;
  padding: 20px 2px;
}

.sidebar nav ul li {
  margin-bottom: 25px;
}
.navbar>.container-fluid{
  align-items: self-start;
}
.sidebar nav ul li a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding: 7px 10px;
  border-radius: 5px;
  white-space: normal;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-weight: 600;
}
.sidebar nav ul li a i{
  font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}

.sidebar nav ul li a:hover,
.sidebar nav ul li a.active {
  /* border-bottom: 1px solid #fff; */
  border-radius: 5px;
  background: #fff;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
.navbar-nav .dropdown-menu{
  background: #2162a7;
}

/* right-sidenav */
.left-menu{
  background: #ebebeb;
}

.right-sidenav{
  padding:33px 3px;
  width: 75px;
  background-color: #3B73AF;
    color: #ecf0f1;
    position: fixed;
    top: 0;
    left: 0px;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    transition: transform 0.3s ease;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* box-shadow: 0px 2px 2px 2px #002f5f; */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);


}

.right-sidenav ul li{
  margin-bottom: 20px;
}
.right-sidenav ul li a.active .d-flex{
  background: #215994;
  padding: 10px 5px 0px;
  border-radius: 5px;
}
.right-sidenav .prop-h4{
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.right-sidenav .prop-img{
  height: 30px;
  width: 100%;
  object-fit: contain;
}
.right-sidenav .user-h4{
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}
.right-sidenav .user-p{
  font-size: 9px;
  font-weight: 400;
  text-align: center;
  word-break: break-all;
}
.right-sidenav .gap-5 {
  gap: 10rem !important;
}
.user-col{
  /* border-top: 1px solid rgba(255, 255, 255, 0.8); */
  padding-top: 35px;
  position: absolute;
    bottom: 25px;
    left: 0px;
    right: 0px;
}
.user-col ul li{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.right-sidenav .user-col .prop-img{
  height: 55px;
  width: 55px;
  object-fit: cover;
  border-radius: 50%;

}
.right-sidenav .user-col .prop-img1{
  height: 30px;
  width: 100%;
  object-fit: contain;
}
.note-textarea{
  overflow-y: scroll;
  height:500px !important;
}
.btn-outline-secondary:hover,
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.btn-outline-secondary{
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.task-table.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: #fff;

}

.task-table.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-accent-bg: rgba(235, 235, 235, 0.6);

}

.task-table thead tr th{
  font-size: 16px;
}
.task-table td{
  color:
  rgba(0, 0, 0, 1);
  word-break: break-all;
}

.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
  color: transparent;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed;
}
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: left;
  display: table-cell;
  position: relative;
  color: #198754;
  font-size: 13px
}
.multi-steps > li:before {
  /* content: ""; */
  content: "✓;";
  /* content: "𐀃"; */
  /* content: "𐀄"; */
  content: "✓";
  display: block;
  margin: 10px 0px 4px;
  background-color: #fff;
  width: 21px;
  height: 21px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #198754;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 9px;
  width: 100%;
  background-color: #198754;
  position: absolute;
  top: 16px;
  left: 1%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #198754;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}


@media (max-width: 1024.99px) {
  #search-box{
    width: 82%;
  }
}

@media (max-width: 991.99px) {
  #search-box{
    width: auto;
  }
}

@media (max-width: 767px) {
  .table-responsive .table-light{
    display: none;
  }
  .right-sidenav{
    left: 0px;
  }
  .content-top {
    padding-left: 95px;
}
  .right-sidenav .gap-5 {
    /* gap: 0rem !important; */
    justify-content: center;
    align-items: center;

}
.user-col {
  /* border-top: 0px solid rgba(255, 255, 255, 0.8); */
  padding-top:15px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.8); */
}
.content,
.main-content{
  margin-left: 75px;
}
.profile-image-section{
  gap: 25px;
}
.profile-image-section #uploadButton{
margin: 5px 5px;
padding: 10px;
width: 100%;
}
.profile-image-section #deleteButton{
  padding: 10px;
  width: 100%;
}
.image-wrapper{
  margin-right: 0px;
}
.content-body{
  padding: 10px 0px;
  margin-top: 145px;
}
#profileImage {
  width: 100px;
  height: 100px;
}

.thumbnails {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-right: 15px;
  flex-wrap: wrap;
  height: auto;
}
.gallery {
  display: flex;
  align-items: self-start;
  gap: 25px;
  flex-direction: column;
}
.main-image img {
  width: 100%;
  height: 280px;
  border: 2px solid #ddd;
  object-fit: cover;
  margin-bottom: 20px;
}
.thumbnails img {
  width: 55px;
  height: auto;
}
.multi-steps{
  display: flex !important;
}
.multi-steps > li{
  font-size: 10px !important;
}

/* table */

    .table-responsive {
        display: flex;
        flex-direction: column;
    }

    .table-responsive table {
        width: 100%;
        margin-bottom: 20px;
    }

    .table-responsive th,
    .table-responsive td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .table-responsive tr td .table-striped tr {
      display: flex;
    }
    .table-responsive tr td .table-striped tr td.header{
      text-align: left;
    }
    .table-responsive tr td .table-striped tr td {
      text-align: right;
    }
    .content-header{
      flex-wrap: wrap;
      padding-bottom: 12px;
      gap: 8px;
    }
    .content-header h6{
      font-size: 14px;
    }

}



/* right-sidenav end */

.content {
  margin-left:285px;
  padding: 26px 25px;
  /* width: calc(100% - 250px); */
  overflow-y: auto;
  margin-right:0px;
}
.main-content{
  margin-left:75px;
  padding: 20px;
  /* width: calc(100% - 250px); */
  /* overflow-y: auto;
  height: 100vh; */
}

.badge.bg-secondary{
  background: #fff !important;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 15px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  border-radius: 5px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  /* color: #000; */
  color: rgba(20, 139, 203, 1);
  border-bottom: 3px solid rgba(20, 139, 203, 1);
}
 .nav-tabs .nav-link.active .badge.bg-secondary{
  border: 2px solid rgba(207, 142, 30, 1);
 }





/* photo property */

.upload-container {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.drop-img{
  height: 200px;
  width: 100%;
  object-fit: contain;
}
#fileInput {
  display: none;
}

.drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
  height: 345px;
  display: flex;
  align-items: center;
  margin: 0px 15px;
}

.drop-area:hover {
  background-color: #f1f1f1;
}

#preview {
  margin-top: 20px;
}

#preview img {
  max-width: 142px;
  max-height: 142px;
  margin: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
    width: 142px;
    height: 142px;
    object-fit: contain;
    float: left;
}

/* main content */
.content-img{
  height: 40px;
  margin-bottom: 30px;
    margin-top: 20px;
}


.dropzones {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  gap: 20px;
}

.tabs{
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

.tab {
  cursor: pointer;
}
 .dropzone {
  padding: 10px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  cursor: pointer;
  min-height: 100px;
}
.dropzone .col-md-3{
  width: 100%;
}
.dropzone .tab{
  width: 100%;
  height: 100%;
}

.tab.dragging {
  opacity: 0.5;
}
.card-img-top{
  height: 230px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.tab-content .tab-pane .card.shadow{
  margin: 0px 7px 35px;
  border-radius: 7px;

}

/*
@media (max-width: 1500px) {
  .main-image img {
    width: 640px;
  }
}
@media (max-width: 1450px) {
  .main-image img {
      width: 605px;
  }
}
@media (max-width: 1400px) {
  .main-image img {
      width: 560px;
  }
}

@media (max-width: 1355px) {
  .main-image img {
      width: 535px;
  }
}
@media (max-width: 1300px) {
  .main-image img {
      width: 500px;
  }
}

@media (max-width: 1250px) {
  .main-image img {
      width: 466px;
  }
}
@media (max-width: 1200px) {
  .main-image img {
      width: 433px;
  }
}
@media (max-width: 1150px) {
  .main-image img {
      width: 400px;
  }
}
@media (max-width: 1100) {
  .main-image img {
      width: 360px;
  }
} */
@media (max-width: 991px) {
  .container {
      flex-direction: column;
  }
  .sidebar-toggle {
      display: block; /* Show toggle button on small screens */
  }
  .sidebar-toggle ~ .right-sidenav{
    padding: 80px 0px;
  }
  .right-sidenav{
    left: 0px;
  }
  .content-header h1, .content-header h2{
    font-size: 22px;
    width: auto;
  }
  .sidebar {
      width: 100%;
      height: 100%;
      left: 0;
      transform: translateX(-100%); /* Hide sidebar initially on small screens */
  }
  .sidebar.collapsed {
      transform: translateX(0); /* Show sidebar */
  }
  .content {
      /* margin-left: 0;
      margin-right: 0px; */
      /* width: 100%; */
      padding-top: 25px; /* Account for toggle button */
      margin-left: 75px;
        width: calc(100% - 75px);
        padding: 20px 5px 20px;
  }
}

@media (max-width: 768px) {
  .sidebar {
      width: 265px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .content {
      margin-left:75px;
      width: calc(100% - 75px);
      padding: 20px 5px 20px;
  }
  .right-sidenav {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .main-content{
    padding: 10px 5px;
  }
}

@media only screen and (max-width:767px) {
  .login-img{
    height: auto;
  }
  .login-div{
    margin-left: 0px;
    width: 100%;
  }
  .login-with-google-btn{
    background-position: 45px 13px;
  }
  .w-50{
    width: 100% !important;
  }
  .card-img-top{
    height: auto;
  }
  .tab-content .tab-pane .card.shadow{
    margin: 0px 0px 35px;
    height: auto;
  }
  #search-box{
    width: auto;
  }
  #map{
    height: 300px;
  }
  .drop-img{
    height: auto;
  }
  .drop-area{
    height: auto;
    padding: 35px;
  }
  .content-body h3{
    font-size: 16px;
  }
  .content-body .form-label{
    font-size: 14px;
  }
  .drive-img {
    height: 20px;
}
.progressbar_ul li{
  font-size: 10px;
}
}

.loader {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

/* Loader animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.swal-title{
  font-family: "Playfair Display", Sans-serif;
  color: #000;
}
.swal-text{
  color: #000;
  font-family: "Inter", sans-serif;
  text-align: center;
}
.swal-button--cancel {
  color: #fff;
  background-color: #148bcb;
}
.swal-button--danger {
  background-color: #df0016;
}