body{
    font-family: 'Inter', sans-serif;
    background: #F9FAFB;
    /* background: #fff; */

}
h1{font-size: 30px;font-weight: 600;}
a{color: #2D31A6;font-size: 16px;}
h3{font-size: 24px;color: #101828;margin: 0;font-weight: 600;}
p{margin-bottom: 0;}
input{border-radius: 8px !important;border: 1px solid #D0D5DD !important;}
select{border-radius: 8px !important;border: 1px solid #D0D5DD !important;}
button{background: rgba(45, 49, 166, 0.95);padding: 8px 14px;border-radius: 8px;}
.login{background: #F9FAFB;}
.login .login-form{border-radius: 24px;background: rgba(129, 129, 129, 0.06);padding: 40px;margin-top: 100px;}
.login .login-form label{color: #101828;font-size: 16px;font-weight: 400;}
.login .login-form input{padding: 10px 20px 10px 12px;height: unset;}
.login .login-form .form-group{margin-bottom: 22px;}
.login .login-form .form-group a{color: #11101d;font-size: 16px;text-decoration-line: underline;}
.login .login-form button{width: 100%;border-radius: 4px;background: #11101d;padding: 10px;font-size: 16px;border: 1px solid #11101d;}
.login .login-form p{margin-top: 34px;font-size: 14px;}
.login .login-form p a{font-weight: 600;}
.login .login-form.register{margin-top: 15px;margin-bottom: 20px;}
.login .login-form.register select{padding: 10px 20px 10px 12px;height: unset;}
.main{background-color: #fff;}

  /* .menu-bar{
    width: 250px;
    transition: all 0.5s ease-in-out;
    padding: 0;
  }
  .menuicn {
    cursor: pointer;
    width: 30px;
    margin-left: 10px;
  }
  .nav {
    min-height: 91vh;
    width: 250px;
    background-color: var(--background-color2);
    position: absolute;
    top: 0px;
    left: 00;
    box-shadow: 1px 1px 10px rgba(198, 189, 248, 0.825);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 30px 0 20px 10px;
    padding: 0 0 20px 10px;
  }
  .navcontainer {
    height: calc(100vh - 70px);
    width: 250px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    background-color: #F9FAFB;
    background-color: #383cab;
  }
  .navcontainer::-webkit-scrollbar {
    display: none;
  }
  .navclose {
    width: 50px;
  }
  .nav-option {
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 20px;
    padding: 0 0 0 7px;
    gap: 20px;
    transition: all 0.1s ease-in-out;
  }
  .nav-option:hover {
    border-left: 5px solid #2D31A6;
    background-color: #E0EAFF;
    cursor: pointer;
    border-left: 3px solid #fff;
  }
  .nav-img {
    height: 24px;
    width: 24px;
  }

  .nav-upper-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .option1 {
    border-left: 5px solid #010058af;
    background-color: var(--Border-color);
    color: white;
    cursor: pointer;
  }
  .option1:hover {
    border-left: 5px solid #010058af;
    background-color: var(--Border-color);
  }
  .nav-option p{
    font-size: 16px;
    font-weight: 500;
    color: #344054;
    color: #fff;
  }
  .nav-option h1{

    color: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
  }
  .nav-option.logout{border-bottom: 2px solid #D0D5DD;}
  .nav-option.logout p{color: #D92D20;font-size: 16px;font-weight: 600;}
  .nav .profile{
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 20px;
    gap: 20px;
    transition: all 0.1s ease-in-out;
  }
  .nav-option.profile{border-top: 2px solid #D0D5DD;padding-top: 60px;}
  .nav-option:hover.profile{
    background-color: unset;
    border-left: unset;
  }
  .nav a{text-decoration: unset;}

  .main-container {
    display: flex;
    width: 100vw;
    position: relative;
    top: 70px;
    z-index: 1;
    } */

.main{
  /* padding: 32px 32px; */
  padding: 15px 20px;
}
.main h1{font-size: 36px;font-weight: 600;color: #101828;margin: 0 0 20px 0;}
.form-group.upload{width: 20%;}
.form-group.upload label{color: #344054;font-size: 14px;font-weight: 500;line-height: 20px;}
.form-group.upload select{height: 40px;border-radius: 8px;}
.form-group.upload form{margin-top: 62px;}
.main button{background: #11101d;padding: 8px 14px;border-radius: 8px;border: 1px solid #11101d;}
.main button:hover{background-color: #11101d;}
.main form p{margin-top: 26px;color: #344054;font-size: 14px;font-weight: 500;}
.main form p span{color: #98A2B3;font-weight: 400;}
.main form .file-upload{display: flex;justify-content: space-between;align-items: center;width: 42%;margin-top: 30px;}

.main form .file-upload .input-wrapper {
  position: relative;
  margin-top: 20px;
}

.main form .file-upload .icon {
  position: absolute;
  top: 16%;
  left: 7px;
  z-index: 1;
  height: 5px;
  margin-top: -5px;
  width: 100px;
}

.main form .file-upload .icon img {
  display: block;
  width: 90px;
}

.main form .file-upload .text-box {
  padding-left: 20px;
  height: 40px;
  width: 250px;
  /*pointer-events: none;*/
  border: 1px solid rgba(45, 49, 166, 0.95);
  border-radius: 8px;
}

/* Search Page */

/* .main.search .location-bottom{display: flex; align-items: center;} */
.main.search .srch-other-location .form-group{margin-bottom: 0;}
.main.search .srch-other-location .other-location{border: 1px solid #EAECF0;border-radius: 8px;padding: 5px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;background-color: #fff;}
.main.search .srch-other-location .other-location.extras{height: 163px;}
.main.search .srch-other-location .other-location.slect-all{height: 163px;overflow-y: auto;}
.main.search label{color: #344054;font-size: 14px;font-weight: 500;}
.main.search .srch-other-location .other-location .form-check{padding: 4px;}
/* .main.search .srch-other-location .other-location .form-check :hover{background: #F9FAFB;} */
.main.search .srch-other-location .other-location .form-check.long{
  display: flex;
  align-items: flex-start;
}
.main.search .srch-other-location .other-location .form-check.long input{margin-right: 5px;}
.main.search .srch-other-location .other-location.price-upload .form-group{padding: 8px;}
.main.search .srch-other-location .other-location .price-upload-wrapper{display: flex;}
.main.search .srch-other-location button{
  /* margin-top: 10px; */
  margin-top: 147px;
  /* margin-left: 264px; */
}
/* .serch-btn-page{
  text-align: right;
  margin-top: 8px;
} */
.main.search .analyser{
  /* margin-top: 30px; */
  margin: 10px 0px 0;
}
.main.search .srch-analyser{
  display: inline-flex;
  justify-content: right;
  align-items: center;
}
.main.search .analyser .srch-print button{
  background: #fff;
  /* border: 2px solid #383cab; */
  border: 2px solid #EAECF0;
  /* color: #383cab; */
  color: #11101d;
  width: 85px;
  text-align: right;
  margin-left: 10px;
  border-radius: 8px;
}
.main.search .analyser .srch-print{position: relative;}
.main.search .analyser .srch-print img{
  position: absolute;
  top: 10px;
  left: 24px;
  bottom: 0;
}

/* Table */

.table>thead>tr>th{border-bottom: unset;}
.price-analyser-table{
  margin-top: 15px;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  border-radius: 6px;
}
/* .price-analyser-table tbody{overflow-y: scroll;} */
.price-analyser-table table{
  border: 1px solid #F2F2F2;
  border-radius: 24px;
}
.price-analyser-table table thead{
  /* background-color: #f9fafb; */
  padding: 12px;
  /* color: #2E2E2E; */
  background-color: #11101d;
  color: #fff;
  border: 1px solid #11101d;
  position: sticky;
  z-index: 1;
  top: -1;
}
.price-analyser-table table tbody{background-color: #fff;}
.price-analyser-table table thead th{padding: 10px 14px;white-space: nowrap;}
.price-analyser-table table tbody td{padding: 14px;vertical-align: middle;}

/* Pagination */

.pagination {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
  justify-content: center;
  font-size: 14px;
}
.page-link:link,
.page-link:visited {
  text-decoration: none;
  color: #343a40;
  font-size: 14px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link:hover,
.page-link:active,
.page-link.page-link--current {
  /* background-color: #f9fafb;
  color: #000; */
  background-color: #1d1b31;
  color: #fff;
}
.dots {
  color: #868e96;
}
.pagination button{
  color: #000;
  padding: 3px 12px;
  background: #fff;
  border: 1px solid #ddd;
}
.pagination button:hover{
  /* background-color: unset; */
  background-color: #1d1b31;
  color: #fff;
}

/* Manage Location Page */

.price-analyser-table.location th:nth-child(1){width: 200px;}
.price-analyser-table.location td img{margin-right: 8px;}
.main.search .create-location-btn{text-align: right;}
.main.search .create-location-btn button{
  background: #fff;
  /* border: 2px solid #383cab; */
  border: 1px solid #EAECF0;
  color: #11101d;
  width: 165px;
  text-align: right;
  margin-left: 10px;
  border-radius: 8px;
  position: relative;
}
.main.search .create-location-btn img{
  position: absolute;
  top: 8px;
  left: 13px;
  bottom: 0;
}
.main.search .create-location-btn.user img{left: 13px;}
.main.search .create-location-btn.user button{width: 138px;color: #11101d;}
.price-analyser-table.location{margin-top: 0;}
.price-analyser-table.user{margin-top: 0;}
.price-analyser-table.location .trash{height: 20px;}

/* Modal */

.modal-content{background: #F9FAFB;}
.modal-header{
  border-bottom: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header .modal-title{color: #101828;font-size: 16px;font-weight: 700;}
.modal-body{background-color: #fff;margin: 0 12px;border-radius: 16px;padding: 18px;}
.modal-body label{font-size: 14px;font-weight: 500;}
.modal-footer{border-top: unset;text-align: center;padding: 20px 15px;}
.modal-footer button{background: #1d1b31;padding: 4px 14px;border: 1px solid #1d1b31}
.modal-footer button:hover{background: #1d1b31;border: 1px solid #1d1b31}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
  background: #1d1b31;
  border: 1px solid #1d1b31;
}

/* Upload rework css */
.form-inline .input-wrapper #textbox{
  height: 38px;
  border: 1px solid #383cab !important;
}
.form-inline .input-wrapper{
  position: relative;
}
.form-inline .input-wrapper .icon img{
  position: absolute;
  top: 0px;
}
.form-inline .file{
  margin-bottom: 5px;

}
.form-control.price-variance{
  /* width: 100px; */
  width: 44%;
}
.full{
  margin: 0;
  background: #383cab;

}

/* New sidebar */

.sidebar{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  background: #11101D;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
}
.sidebar.open{
  width: 250px;
}
.sidebar .logo-details{
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
.sidebar .logo-details .icon{
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
  opacity: 1;
}
.sidebar .logo-details #btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
  text-align: right;
}
.sidebar i{
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px !important;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list{
  margin-top: 20px;
  height: 100%;
  padding: 0;
}
.sidebar li{
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.sidebar li .tooltip{
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip{
  display: none;
}
.sidebar input{
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 12px;
  transition: all 0.5s ease;
  background: #1d1b31;
}
.sidebar.open input{
  /* padding: 0 20px 0 50px;
  width: 100%; */
}
.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  /* background: #1d1b31; */
  color: #FFF;
}
.sidebar.open .bx-search:hover{
  /* background: #fff; */
  color: #1d1b31;
}
.sidebar .bx-search:hover{
  /* background: #FFF; */
  color: #11101d;
}
.sidebar li a{
  display: flex;
  /* height: 100%; */
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
  background: #11101D;
}
.sidebar li a:hover{
  background: #FFF;
}
.sidebar li a .links_name{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name{
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
  transition: all 0.5s ease;
  color: #11101D;
}
.sidebar li i{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.profile{
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #1d1b31;
  transition: all 0.5s ease;
  overflow: hidden;
}
.sidebar.open li.profile{
  width: 250px;
}
.sidebar li .profile-details{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img{
  height: 45px;
  width: 45px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.sidebar li.profile .job{
  font-size: 12px;
}
.sidebar .profile #log_out{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1b31;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
  width: 50px;
  background: none;
}
.home-section{
  position: relative;
  background: #E4E9F7;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open ~ .home-section{
  left: 250px;
  width: calc(100% - 250px);
}
.home-section .text{
  display: inline-block;
  color: #11101d;
  font-size: 25px;
  font-weight: 500;
  margin: 18px
}

@media (max-width: 420px) {
  .sidebar li .tooltip{
    display: none;
  }
}

.home-section.main.search.with .sch-with{
  /* width: 27%; */
  width: 28%;
  padding: 0 20px 0 20px;
}
.home-section.main.search.with .col-md-6{
  /* width: 40%; */
  padding: 0 8px;
}
.home-section.main.search.with .col-md-4.srch-other-location{
  padding: 0px 11px;
  /* width: 30%; */
  width: 31%;
}
.home-section.main.search.with .other-location.price-upload{
  /* width: 123%; */
  height: 163px;
}
.home-section.main.search.with .srch-other-location.price{width: 38%;}
/* .pagination.new{justify-content:left;} */
/* .price-analyser-table.table-responsive.user{width: 70%;} */
/* .price-analyser-table.table-responsive.location{width: 70%;} */

/* New changes 23-11-23 */

.form-control{font-size: 13px}
.main.search .srch-other-location .other-location.slect-all label{font-size: 13px;}
.main.search .srch-other-location .other-location.extras label{font-size: 13px;}
.home-section.main.search.with .other-location.price-upload label{font-size: 13px;}
.home-section.main .frm-box{
  background: #fff;
  width: 45%;
  padding: 20px;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px ;
}
.upld-brows-res{
  padding: 6px 160px 6px 0px;
  font-weight: 100;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
}
/* .mang-sucess{
  padding: 10px;
  width: 30%;
  border-radius: 8px;
  margin-bottom: 10px;
} */


/* Responsive */

/* Login Page */
@media (max-width: 800px){
  .login .login-form {margin-top: 250px;}
}
@media (max-width: 640px){
  .login .login-form {margin-top: 150px;}
  /* .mang-sucess{width: 100%;} */
}

/* Search Responsive */
@media (max-width: 1245){
  .home-section.main.search.with .sch-with{width: 25%;}
  .home-section.main.search.with .col-md-4.srch-other-location {width: 28%;}
  .main.search .srch-other-location .other-location.price-upload .form-group{width: 50%;}
  .main.search .srch-other-location .other-location.price-upload .form-group:last-child{width: 100%;}
}
@media (max-width: 1120){
  .home-section.main.search.with .sch-with{width: 29%;}
  .home-section.main.search.with .col-md-4.srch-other-location{width: 32%;}
}

@media only screen and (max-width: 1095px){
  .home-section.main.search.with .sch-with{width: 100%;}
  /* .home-section.main.search.with .sch-with .location-bottom{
    display: flex;
    justify-content: start;
  } */
  .home-section.main.search.with .sch-with .location-bottom .less{margin-right: 12px;}
  .home-section.main.search.with .col-md-4.srch-other-location{width: 100%;}
  .home-section.main.search.with .col-md-4.srch-other-location .col-md-6{margin: 10px 0;}
  .main.search .srch-other-location .other-location.extras{height: 143px;}
  .main.search .srch-other-location button{margin-top: 14px;}
  .main.search .other-location.price-upload{display: flex;align-items: center;}
  .main.search .srch-other-location .other-location.price-upload .form-group{width: 50%;}
  .form-control.price-variance{width: 100%;}
  .main.search .row.analyser{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main.search .row.analyser .col-md-6.srch-analyser{
    margin-left: 50px;
  }
  .home-section.main.search.with .sch-with .product{
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .home-section.main.search.with .sch-with .product .form-group:first-child{width: 50%;}
  .home-section.main.search.with .sch-with .location{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-section.main.search.with .srch-other-location .res{
    display: flex;
    justify-content: space-between;
  }
  .home-section.main.search.with .srch-other-location .res .col-md-6{width: 100%;}
  .main.search .srch-other-location .other-location.slect-all {height: 143px;}
  .home-section.main.search.with .col-md-4.srch-other-location .row{display: flex;align-items: end;}
}

@media only screen and (max-width: 640px){
  .sidebar.open ~ .home-section{
    left: 0px;
    width: unset;
  }
  .home-section{left: 54px;}
  .main.search .other-location.price-upload{display: block;height: 233px !important;}
  .main.search .srch-other-location .other-location .price-upload-wrapper{display: block;}
  .main.search .srch-other-location .other-location.price-upload .form-group{width: 100%;}
  .main.search .row.analyser{display: block;}
  .main.search .row.analyser .col-md-6{padding: 0;}
  .main.search .row.analyser .col-md-6.srch-analyser{margin-left: 0px;}
  .pagination{gap: 10px;}
  .main{padding: 15px 19px;width: 85.5%;}
  .sidebar{width: 55px;}
  .sidebar i{font-size: 20px !important;min-width: 29px;}
  .sidebar li.profile{width: 54px;}
  .home-section.main.search.with .sch-with .col-md-6{padding: 0;}
  .home-section.main.search.with .sch-with .product{display: block;}
  .home-section.main.search.with .sch-with .product .form-group:first-child{width: 100%;}
  .home-section.main.search.with .sch-with .location{width: 100%;}
  .home-section.main.search.with .location-bottom{display: flex;}
  .home-section.main.search.with .col-md-4.srch-other-location .row{display: block;}
  .home-section.main.search.with .col-md-4.srch-other-location .row{display: block;}
  .home-section.main.search.with .sch-with .location{display: block;}
  /* .main{width: 91.3%;} */
}

/* Upload Responsive and manage user */
@media only screen and (max-width: 1115px){
  .home-section.main .frm-box{width: 100%;}
  .home-section.main.search .manage-responsive{display: flex;align-items: center;margin-bottom: 10px;}
  .home-section.main.search .manage-responsive h1{margin: 0;}
  .price-analyser-table.table-responsive.user{width: 100%;}
  .pagination.new{justify-content: center;}
}

@media only screen and (max-width: 640px){
  .home-section.main.search .manage-responsive{display: block;}
  .home-section.main.search .manage-responsive h1{margin-bottom: 10px;}
  .manage-responsive .col-md-6:last-child{padding: 0;}
  .main.search .create-location-btn{text-align: left;}
  .sidebar input{width: 32px;}
  .upld-brows-res{
    padding: 6px 160px 6px 0px;
    font-weight: 100;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
  }
  .main h1{font-size: 28px;}
  .form-control.digit{width: 100% !important;}
  .home-section.main .upload-sucess-altrt{width: 100% !important;}
}

/* Location Responsive */
@media only screen and (max-width: 1115px){
  .price-analyser-table.table-responsive.location{width: 100%;}
  .form-control.digit {
    width: 100% !important;
  }
}

/* New 24-11-23 */
.bold{font-weight: bold !important;}
.form-control.digit{width: 64%;}
.col-md-4.srch-other-location.price .col-md-10{}

/* New 5-12-23 */
.home-section.main .upload-sucess-altrt{
  margin-top: 20px;
  background: #28a745;
  border: 1px solid #28a745;
  border-radius: 8px;
  padding: 10px;
  width: 45%;
}
.home-section.main .upload-sucess-altrt p{font-size: 16px;color: #fff;}

/* New 6-12-23 */

form .upld-brows-p p{margin-top: -11px;}
.home-section.main .frm-box form{margin-bottom: 0;}

.register-user__modal .form-group .select2{
    width: 100% !important;
}
.register-user__modal .form-group .select2 .select2-selection{
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
}
