@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:-internal-autofill-selected {
  background-color: #b86f3a;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b86f3a;
  color: #fff;
  text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:focus {
  outline: none;
  box-shadow: none;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif !important;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  color: #b86f3a;
}
h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #040404;
}
h4 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  display: block;
}
a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: none !important;
  color: #535353;
}
a:hover {
  color: #b86f3a;
}
p {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
label {
  font-family: "Roboto", sans-serif;
  color: #535353;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_1 {
  margin-bottom: 10px;
}
.mb_2 {
  margin-bottom: 20px;
}
.mb_3 {
  margin-bottom: 30px;
}
.each_input_field {
  padding: 6px 10px;
    font-size: 14px;
  outline: none;
  height: auto;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fffaf0;
  border-radius: 10px;
}
.form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #fffaf0;
  border-radius: 3px;
  position: absolute;
}
.each_input_field:focus,
.form-check-input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.form-group {
  margin-bottom: 10px;
}
.each_input_item .SumoSelect {
  width: 100%;
}
.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
/**************global css end*******/
#prelodaer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
}

.cta {
  color: #fff;
  text-align: center;
  border: 2px solid transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.7s ease;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  background: #b86f3a;
  padding: 0 25px;
    line-height: 36px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  z-index: -1;
  border-radius: 3px;
  background: #b86f3a;
}
.cta::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  z-index: -1;
  background: #b86f3a;
}
.cta:hover {
  color: #b86f3a;
  border: 2px solid #b86f3a;
  background: transparent;
}
.cta:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}
.cta:hover::before,
.cta:hover:after {
  width: 0;
  opacity: 1;
  visibility: visible;
}

/* ====================header================== */
.header .icon-n-cta .user-profile-btn .dropdown .dropdown-menu.show{
  position: absolute;
  right: auto;
}
.login-inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 30px 0;
}
.login-inner:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/login-bg.png) top left repeat;
  z-index: -99;
}
.login-inner::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -99;
}
.login .logo {
  top: 70px;
  position: absolute;
}
.login .logo img {
  height: 30px;
}
.login .logo h2 {
  text-transform: uppercase;
  font-size: 20px;
}
.login .form-info {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 750px;
  margin: 0 auto;
}
.login .form-section {
  padding: 140px 50px 60px;
  border-radius: 10px 0 0 10px;
  text-align: left;
  position: relative;
}
.login .form-section p {
  font-size: 16px;
  color: #535353;
}
.login .form-section a {
  font-size: 16px;
}
.login .form-section .social-list li {
  display: inline-block;
  margin-bottom: 5px;
}
.login .form-section .thembo {
  margin-left: 4px;
}
.login .form-section h3 {
  margin: 0 0 35px;
  font-size: 23px;
  font-weight: 400;
  color: #040404;
}
.login .form-section .form-group {
  margin-bottom: 25px;
}
.login .form-section .each_input_item {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.login .form-section .input_type {
  position: relative;
  flex: 1 0 0;
}
.login .form-section .each_input_item .cta {
  min-width: 60px;
  padding: 0 10px;
}
.login .form-section .each_input_item .otp_btn {
  display: none;
  transition: all 0.5s ease-in-out;
}
.login .form-section .each_input_item .otp_btn.active {
  display: block;
}
.otp_box {
  position: relative;
  display: none;
}
.otp_box.show {
  position: relative;
  display: block;
}
.otp_field {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 15px 0;
}
.otp_box .show_code {
  width: 40px;
  height: 40px;
  border: 1px solid #b86f3a;
  border-radius: 5px;
  text-align: center;
}
.login .form-section .otp_box .refresh_btn {
  font-size: 20px;
  color: #535353;
}
.login .form-section .form-group p {
  font-size: 14px;
}
.login .form-section .form-group p > a {
  font-size: 14px;
  color: #b86f3a;
  font-weight: 500;
}
/* ==============sumoselect============== */
.each_input_item .SumoSelect {
  width: 100%;

}
 .each_input_item .SumoSelect > .CaptionCont > label {
  display: none;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: transparent;
}
 .SumoSelect.open > .optWrapper {
  top: 30px;
  display: block;
  background: #fffaf0;
  border: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,.11);
  border-radius: 10px;
  margin-top: 10px;

}
.SumoSelect.open > .optWrapper > .options{
  padding: 20px 0;
}
.SumoSelect > .optWrapper > .options li.opt {
  border: none;
  padding-left: 50px!important;
}
.SumoSelect:hover > .CaptionCont{
  border: 1px solid #D6D6D6;
}
.SumoSelect > .optWrapper > .options li.opt label {
  margin: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #b86f3a;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #b86f3a;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: transparent;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #535353;
  font-style: normal;
  background: transparent;
  opacity: 0.7;
}
.user_select .SumoSelect > .optWrapper > .options li.opt {
  position: relative;
}
 .user_select .SumoSelect > .optWrapper > .options li.opt::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #b86f3a;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.user_select .SumoSelect > .optWrapper > .options li.opt::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: #b86f3a;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
  .user_select
  .SumoSelect
  > .optWrapper
  > .options
  li.opt.selected::after {
  opacity: 1;
  visibility: visible;
}
/* ==============sumoselect============== */
.inputIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #B86F3A;
  font-size: 20px;
}
.login .form-section .each_input_field {
  padding: 10px 20px;
  font-size: 16px;
  outline: none;
  height: 50px;
  color: #535353;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid transparent;
  background: #fffaf0;
  border-radius: 10px;
}
.login .form-section .each_input_field:focus {
  outline: none;
  box-shadow: none;
}
.login .form-section .checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login .form-section .checkbox .terms {
  margin-left: 3px;
}
.login .form-section .terms {
  margin-left: 3px;
}
.log_in_wrap {
  display: none;
}
.login .btn-section {
  border-radius: 50px;
  margin-bottom: 0;
  display: inline-block;
  top: 70px;
  position: absolute;
  right: 50px;
  display: flex;
}
.login .btn-section .link-btn {
  font-size: 14px;
  text-align: center;
  min-width: 100px;
  padding: 6px 5px;
  margin-left: 10px;
  color: #000;
  display: block;
  border-radius: 3px;
  background: #fff;
  font-weight: 600;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}
.login .btn-section li.active a {
  color: #fff;
  background: #b86f3a;
}
.login .btn-section .link-btn:hover {
  color: #fff;
  background: #b86f3a;
}
.login .form-check-input:focus {
  box-shadow: none;
}
.login .form-section .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #fffaf0;
  border-radius: 3px;
  position: absolute;
  background-color: #ccc;
}
.login .form-check-input:checked {
  background-color: #b86f3a;
}
.login .form-section .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: #535353;
}
.login .social-list {
  text-align: center;
  margin-top: 60px;
}
.login .social-list li + li {
  margin-left: 20px;
}
.login .social-list li a {
  font-size: 30px;
  color: #fff;
  background: #b86f3a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #b86f3a;
}
.login .social-list li a:hover {
  color: #b86f3a;
  background: transparent;
  border: 2px solid #b86f3a;
}
/* =====================ripple-background=============== */
.ripple-background {
  z-index: -999 !important;
}
.ripple-background .circle {
  position: absolute;
  border-radius: 50%;
  animation: ripple 15s infinite;
}
.ripple-background .large {
  width: 200px;
  height: 200px;
  left: -100px;
  top: -100px;
  z-index: -999;
}
.ripple-background .xlarge {
  width: 400px;
  height: 400px;
  left: -200px;
  top: -200px;
  z-index: -999;
}
.ripple-background .xxlarge {
  width: 600px;
  height: 600px;
  left: -300px;
  top: -300px;
  z-index: -999;
}
.ripple-background .shade1 {
  background: #b86f3a26;
}
.ripple-background .shade2 {
  background: rgba(184, 111, 58, 50%);
}
.ripple-background .shade3 {
  background: #b86f3a;
}
@keyframes ripple {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}
@media (max-width: 992px) {
  .login-inner:before {
    background: none;
  }
  .login .form-section {
    padding: 120px 34px 40px;
    border-radius: 10px 0 0 10px;
  }
  .login .logo {
    top: 40px;
    left: 20px;
  }
  .login .btn-section {
    top: 40px;
    right: 40px;
  }
  .ripple-background {
    display: none;
  }
}
/* ===================header==================== */
.main_header {

  width: 100%;
  display: block;
  position: absolute;
  margin: 0;
  padding: 15px 0;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px  0px 16px 0 #21252933;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.main_header .logo {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .toggle-menu{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #b86f3a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main_header .toggle-menu > img{
  width: 16px;
}
.main_header .logo h6{
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.main_header .search_wrap{
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.main_header .search_wrap .search_box{
  width: 100%;
  background: #FFEADD;
  border-radius: 100px;
  border: none;
  padding: 10px 40px;
  box-sizing: border-box;
}
.main_header .search_wrap .search_icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 16px;
}
.main_header .search_wrap .slider_icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
}
.main_header .icon-n-cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_header .icon-n-cta .notification-wrap {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.main_header .icon-n-cta .notification-wrap i{
  font-size: 20px;
}
.main_header .icon-n-cta .notification-wrap span {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #b86f3a;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -3px;
}
.main_header .notification-tooltip {
  min-width: 250px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  opacity: 0;
  transform: translateY(-10px);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main_header .notification-tooltip p {
  font-size: 14px;
  color: #252525;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: capitalize;
}
.main_header .notification-tooltip h6 {
  font-size: 12px;
  color: #252525;
  font-weight: 500;
  margin: 0;
}
.main_header .notification-wrap:hover .notification-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transform: scaleY(1);
}
.main_header  .user-profile-btn {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}
.main_header  .user-profile-btn .dropdown .dropdown-menu { padding: 0; padding: 0px; font-size: 14px;}
.main_header  .user-profile-btn .dropdown .dropdown-menu li a { padding: 5px 10px;}
.main_header  .user-profile-btn .dropdown .dropdown-menu li a:hover {background:#b86f3a; color:#fff;}
.main_header  .user-profile-btn .dropdown .dropdown-menu li a i {margin-right:5px;}
.main_header  .user-profile-btn img{
  flex: 0 0 auto;
}
.main_header  .user-profile-btn .user_name{
  display: flex;
  color: #000;
  font-weight: 600;
  align-items: center;
}
.main_header  .user-profile-btn .user_name i{
  font-size: 20px;
  color: #000;
  line-height: normal;
}
/* ==================sidebar================ */
.sidebar{
  width: 340px;
  height: 100%;
  background: rgb(184, 111, 58);
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 103;
  transition: all 0.9s ease;
  padding: 20px;
  left: 0;
  overflow-y:scroll;
}
.sidebar.slidein {
  left: -100%;
}
.sidebar .logo{
 position: relative;
 margin-bottom: 40px;
}
.sidebar .logo a{
  color: #fff;
}
.sidebar .user_details{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}
.sidebar .user_details p{
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar .user_details h6{
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.sidebar .user_details img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 2px solid #fff;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.navigation_sec .nav_sec > ul > li {
  display: block;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
}
.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 15px !important;
  display: flex;
  border-radius: 10px;
  gap: 10px;
  align-items: center;
}
.navigation_sec .nav_sec .sidebar-list a i{
  position: absolute;
  right: 0;
}
.navigation_sec .nav_sec .sidebar-list a i:first-child {left:20px;display: contents;}
.rotate{
  transform: rotate(90deg);
 }
.navigation_sec .nav_sec ul li:hover .sidebar-submenu{
  display: none;
}
.navigation_sec .nav_sec .sidebar-submenu{
  position: static;
  background: transparent;
  box-shadow: none;
}
.navigation_sec .nav_sec .sidebar-submenu li a{
  background: transparent;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
}
.navigation_sec .nav_sec .sidebar-submenu li a::before{
  content: "\f2ea";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 20px;
}
.navigation_sec .nav_sec .sidebar-submenu li:hover a,.navigation_sec .nav_sec .sidebar-submenu li.sidebar-active a{
  background: transparent;
  color: #FFD1AF;
}
.navigation_sec .nav_sec .sidebar-submenu li:hover a::before,.navigation_sec .nav_sec .sidebar-submenu li.sidebar-active a::before{
  color: #FFD1AF;
}
.navigation_sec .nav_sec > ul > li.dropdown:hover .dropdown-menu{
  display: none;
}
.navigation_sec .nav_sec > ul > li a > i{
  font-size: 18px;
  line-height: normal;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.current-menu-item > a {
  color: #fff;
}
.navigation_sec .nav_sec ul li.active > a {
  color: #fff;
}
.navigation_sec .arw-nav {
  color: #000;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation_sec ul > li:hover .arw-nav {
  transform: rotate(180deg);
}
.navigation_sec .nav_sec ul li ul {
  width: 250px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.navigation_sec .nav_sec ul li:hover ul {
  display: block;
}
.navigation_sec .nav_sec ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec ul li ul li a {
  margin: 0;
  padding: 10px 10px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.navigation_sec .nav_sec ul li ul li:hover a {
  color: #fff;
  background: rgba(255, 255, 255,0.2);
}
.nav_sec li a:hover{
  background: rgba(255, 255, 255,0.2);
  border-radius: 10px;
  padding: 6px 15px !important;
}
.nav_sec li.active a{
  background: rgba(255, 255, 255,0.2);
  border-radius: 10px;
  padding: 6px 15px !important;
}
.nav_sec .about_list li.active a {
  color: #fff !important;
}


/* ====================main_wrapper==================== */
.main_wrapper{
  padding: 50px 10px;
  /* padding: 60px 10px; */
  transition: all 0.5s ease-in-out;
  min-height: 100vh;
}
.main_wrapper label{
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.main_wrapper .each_input_field{
  border: 1px solid #D6D6D6;
  background: transparent;
  border-radius: 6px;
}
.main_wrapper .each_input_field.readOnly{
  border: 1px solid #D6D6D6;
  background: rgba(184, 111, 58,0.1);
}
.main_wrapper .each_input_field.readOnly::placeholder{
  color: rgba(184, 111, 58,0.7);
  font-size: 15px;
}
.main_wrapper .each_input_item {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.main_wrapper .each_input_item_icon{
  position: relative;
}
.main_wrapper .each_input_item_icon img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #B86F3A;
  font-size: 20px;
  border-left: 2px solid #B86F3A;
  padding-left: 8px;
}


.main_wrapper .each_input_item .SumoSelect:focus>.CaptionCont{
  border: 1px solid #D6D6D6;
  background: #fff;
  border-radius: 10px;
}
/* ====================Agreement==================== */
.main_wrapper .custom_check .agreement{
  display: flex;
  align-items: center;
}
.main_wrapper .custom_check .agreement label{
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.main_wrapper .custom_check .agreement input{
  width: 15px;
  height: 15px;
  border: 1px solid #B86F3A;
  border-radius: 0;
}
.main_wrapper .custom_check .agreement input:checked{
  background-color: #b86f3a;
}
.main_wrapper .verification p{
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
}
.main_wrapper .verification{
  margin-bottom: 25px;
}
/* ===================Documents=============== */
.main_wrapper .upload_doc{
  display: flex;
  justify-content: end;
}
.main_wrapper .upload_doc .upload{
  background-color: rgba(187, 113, 60, 0.5);
  color: #BB713C;
  display: flex;
  align-items: center;
}
.main_wrapper .upload_doc .upload i{
  font-size: 25px;
}
.main_wrapper .document_table{
  margin:30px auto 0;
  /* border-radius: 10px;
border:1px solid  #B86F3A; */
    border-right: 0;
}
.main_wrapper .search_wrap{
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0px;

}
.main_wrapper .search_wrap .btn-search {position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.main_wrapper .search_wrap input.search_box{
  height: 20px;
}
.main_wrapper .search_wrap i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #B86F3A;
  font-size: 20px;
  border-left: 2px solid #B86F3A;
  padding-left: 8px;
}
.main_wrapper .search_wrap input.search_box{
  padding: 10px 44px 10px 14px;
  border: 1px solid #BB713C;
  border-radius: 5px;
  color: #AAAAAA;
}
.main_wrapper .document_table .table{
font-family: "Roboto", sans-serif;
background: #fff;
border-radius: 10px;
border: 0;
    margin: 0;
    /*overflow: hidden;*/
}
.main_wrapper .document_table .table th {border:0;}
.main_wrapper .document_table .table tr td{    border: 1px solid  #B86F3A;}

.main_wrapper .document_table .table thead{    border: 0;}
.main_wrapper .document_table .table thead tr th{
  text-align: center;
  border-bottom: none;
  padding: 10px 5px;
  font-size: 14px;
}
.main_wrapper .document_table .table thead tr th:first-child{border-radius:10px 0 0 0;}
.main_wrapper .document_table .table thead tr th:last-child{border-radius:0 10px 0 0;}
.main_wrapper .document_table .table thead tr{
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  background: rgb(184, 111, 58);
    color: #fff;
}
.main_wrapper .document_table .table tbody tr th,.main_wrapper .document_table .table tbody tr td{
  text-align: center;
  padding: 4px 5px;
  border-bottom: 1px solid #B86F3A;
  font-weight: 500;
  vertical-align: middle;
}
.main_wrapper .document_table .table tbody tr td{
  font-size: 14px;
  text-transform: capitalize;
}
.main_wrapper .document_table .table tbody tr td .trade{
  max-width: 204px;
  margin: 0 auto;
  padding: 6px 12px;
  font-weight: 700;
  border-radius: 5px;
}
.main_wrapper .document_table .table tbody tr:last-child td,.main_wrapper .document_table .table tbody tr:last-child th{
  border-bottom: none;
}
.main_wrapper .document_table .table .action_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.main_wrapper .document_table .table .action_btn a img{
  width: 24px;
}
.main_wrapper .document_table .table .file{
  padding: 12px;
  border: 2px dashed #B86F3A;
  border-radius: 5px;
  max-width: 300px;
  margin: 0 auto;
}
.main_wrapper .document_table .table .file .file_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_wrapper .document_table .table .file .file_inner .file_icon{
  display: flex;
    justify-content: space-between;
    gap: 10px;
}
.main_wrapper .document_table .table .file .file_inner .file_icon .file_icon_outside{
  background: rgba(184, 111, 58, 0.26);
  border-radius: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_wrapper .document_table .table .file .file_inner .file_icon .file_icon_outside i{
  color: #B86F3A;
  font-size: 17px;
}
.main_wrapper .document_table .table .file .file_inner .file_icon .file_name{
  text-align: start;
}
.main_wrapper .document_table .table .file .file_inner .file_icon .file_name h6{
  font-size: 18px;
}
.main_wrapper .document_table .table .file .file_inner .file_icon .file_name p{
  font-size: 13px;
  color: #A4A4A4;
}
.main_wrapper .document_table .table .file .file_inner .file_action a i{
  color: #b86f3a;
  font-size: 20px;
}
.main_wrapper .document_table .table .file .file_inner .file_action{
  display: flex;
  gap: 15px;
}
/* ====================Optional Information==================== */
.main_wrapper .optional_info p{
  font-family: "Roboto", sans-serif;
  margin-bottom: 45px;
}
.main_wrapper .optional_info .website label{
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.main_wrapper .optional_info .website label span.optional{
  font-size: 13px;
  color: #B86F3A;
}
.main_wrapper .optional_info .website{
  margin-bottom: 50px;
}
/* ===================Wallet=============== */
.main_wrapper .wallet{
  margin-bottom: 50px;
}
.main_wrapper .wallet .balance{
  padding: 13px 16px;
  background: #FFFFFF;
  border-radius: 10px;
  border-bottom: 5px solid #B86F3A;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 186px;
}
.main_wrapper .wallet .balance p{
  font-size: 20px;
  color: #b86f3a;
  margin-bottom: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.main_wrapper .wallet .balance h6{
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 19px;
}
.main_wrapper .wallet .balance .wallet_icon{
  display: flex;
  justify-content: end;
}
.main_wrapper .wallet .balance.ammount{
  background: rgba(184, 111, 58, 0.2118);
}
.main_wrapper .wallet .balance.ammount a{
  text-decoration: underline!important;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 19px;
  color: #000;
}
.main_wrapper .wallet_table{
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 14px 16px;
}
.main_wrapper .payment_mode{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main_wrapper .payment_mode h6{
  text-transform: uppercase;
  font-size: 20px;
  color: #b86f3a;
  font-weight: 700;
}
.main_wrapper .payment_mode a{
  font-weight: 400;
  font-size: 20px;
  color: #b86f3a;
  text-transform: uppercase;
}
/* add ammount popup Modal */
.ammount_popup .modal-dialog{
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80%;
}
.ammount_popup .modal-dialog .modal-content{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.ammount_popup .modal-dialog .modal-content::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  border-radius: 20px;
}
.ammount_popup .modal-dialog .modal-content .btn-close{
  border: 1px solid #b86f3a;
  background: #b86f3a;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  color: #fff;
  right: -15px;
  top: -19px;
  padding: 0;
  font-size: 25px;
}
.ammount_popup .modal-dialog .modal-body{
  padding: 135px 48px;
}
.ammount_popup .modal-dialog .modal-body form label{
  color: #fff;
  font-size: 20px;
}
/* ===================Buyer’s activities - Inner group creation-add groups=============== */
.main_wrapper .add_groups .payment_mode h6{
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
}
.main_wrapper .add_groups .payment_mode h6 span{
  font-weight: 700;
}
.main_wrapper .previous_next .page-numbers{
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: end;
  margin-top: 20px;
}
.main_wrapper .previous_next .page-numbers li {
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}
.main_wrapper .previous_next .page-numbers li a{
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.main_wrapper .previous_next .page-numbers li.active,.main_wrapper .previous_next .page-numbers li:hover{
  background: #B86F3A;
}
.main_wrapper .previous_next .page-numbers li.active a,.main_wrapper .previous_next .page-numbers li:hover a{
  color: #fff;
}
.disabled.prev{
  cursor: not-allowed;
  background-color: #E9ECEF;
}
.disabled.prev a{
  cursor: not-allowed;
}
.next{
  background: #fff;
}
.next a span{
  color: rgba(33, 37, 41, 0.35);
}
.main_wrapper .previous_next .page-numbers .next:hover span,.main_wrapper .previous_next .page-numbers .disabled.prev:hover span{
  color: #fff;
}
/* ===================order creation list order=============== */
.main_wrapper .document_table .dropbtn {
    background-color: rgba(184, 111, 58, 0.4);
    color: #B86F3A;
    padding: 0px 14px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    max-height: 23px;
    line-height: 24px;
}
.main_wrapper .document_table .dropbtn:hover,.main_wrapper .document_table .dropbtn:focus {
  background-color: #B86F3A;
  color: #fff;
}
.main_wrapper .document_table.dropdown {
  position: relative;
  display: inline-block;
}
.main_wrapper .document_table .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 130px;
  overflow: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  right: 3px;
  border-radius: 5px;
  padding: 5px 0;
}
.main_wrapper .document_table .dropdown-content a {
color: #000;
  padding: 3px 12px;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}
.main_wrapper .document_table .dropdown-content a img{
  margin-right: 10px;
}
.main_wrapper .document_table .dropdown a:hover {background-color: #ddd;}
.main_wrapper .document_table .show {display: block;}
:focus-visible {
  outline: none;
}
.main_wrapper .bottom_part{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  flex-direction: row-reverse;
}
.main_wrapper .bottom_part .page-numbers{
  margin-top: 0;
}
/* ===================View Bids=============== */
.main_wrapper .view_bids .document_table .bids_part{
  border: 1px solid rgba(153, 153, 153, 0.302);
}
.main_wrapper .view_bids .document_table .bids_part .odd_bid{
  background-color: #F2F3F7;
  border-bottom:  1px solid rgba(153, 153, 153, 0.302);
  padding: 15px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_wrapper .view_bids .document_table .bids_part .odd_bid:last-child{
  border-bottom: none;
}
.main_wrapper .view_bids .document_table .bids_part h6{
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.main_wrapper .view_bids .document_table .bids_part p{
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.main_wrapper .view_bids .document_table .bids_part .even_bid{
  background-color: rgba(242, 243, 247, 0);
  border-bottom:  1px solid rgba(153, 153, 153, 0.302);
  padding: 15px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_wrapper .view_bids .document_table .bids_part .even_bid:last-child{
  border-bottom: none;
}
.main_wrapper .view_bids .document_table .bids_part .quantity{
  padding: 5px 36px;
  font-weight: 500;
  border-radius: 5px;
}
/* ===================footer_sec=============== */
.footer_sec{
  position: relative;
  padding: 15px 0;
  text-align: center;
  box-shadow: 0px 0px 16px 0 #21252933;
}
.footer_sec .copyright_text p{
  font-size: 15px;
  color: #757575;
  font-weight: 500;
}
.footer_sec .copyright_text p > .dg{
  font-size: 15px;
  color: #b86f3a;
  font-weight: 500;
}

.position-relative {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  font-size: medium;
}

.each_input_item {
  position: relative;
}


/* =================== Design Css 12-06-2024 =============== */

.formArea {background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #b86f3a;
	box-shadow: 0px 5px 6px 0px #21252933;
}


/*===== Sidebar Css =====*/


.open_left .main_header{
  padding-left: 340px;

}
.open_left .main_wrapper{
margin-left: 340px;
margin-top: 100px;
padding-top: 0;
}

/* Style for the status tabs */
.status-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 2px solid #ddd;
    gap: 20px;
	margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.status-tab {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #f4f4f4;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.status-tab:hover {
  background-color: rgb(184, 111, 58);
  color: #fff;
}

.status-tab.active {
  background-color: #B86F3A;
  color: white;
}

.checkInput,.form-check-input[type=checkbox]{
  border: 1px solid #b86f3a;
  border-radius: 0;
}

.checkInput:checked {
  background-color: #b86f3a;
  border-color: #b86f3a;
}

.each_input_field:focus,.checkInpu:focus,.form-check-input:focus{
  outline: #b86f3a;
  box-shadow: none;
  border: 1px solid #b86f3a;
}

.allInputLabel{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 10px;
}

.allInputLabel label{
  margin-bottom: 0;
}

.searchHolder:focus{
    border-color: #b86f3a;
}

#no-results{
  margin-bottom: 10px;
}

.policy_text{
  max-height: 70px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

/* invoice design */
.top_rw {
  background-color: #f4f4f4;
}

.td_w {}

button {
  padding: 5px 10px;
  font-size: 12px;
}

.invoice-box {
  max-width: 890px;
  margin: auto;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 11px;
  line-height: 18px;
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  color: #555;
}

.invoice-box td {
  border: none;
  vertical-align: top;
}

.invoice-box-border {
  border: 1px solid;
  vertical-align: top;
}


.invoice-box table {
  width: 100%;
  line-height: inherit;
  text-align: left;
  border-bottom: solid 1px #ccc;
}

.invoice-box table td {
  vertical-align: middle;
    border: 1px solid #ddd !important;
    padding: 5px 10px;
    font-size: 13px;
}
.invoice-box table td h2 {
text-align:right;
padding: 10px;}

.invoice-box h4{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #040404;
    padding:10px 5px;
    text-align: left;
}
table.billto {border:1px solid #f8f8f8;}
table.billto tbody {width: 100%;
    display: inline-table;}

.billto th{
  background: rgb(184, 111, 58);
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  border: 0;
  border-bottom:1px solid #f8f8f8;
}

.table2 tr th {     font-weight: bold;
    padding: 5px 10px;
background: #333;
    color: #fff;}

	.table2 tr th:last-child {text-align:right;}
	.table2 tr td{text-align:left;}
	.table2 tr td:last-child{text-align:right;}
.info-border {
  border-collapse: collapse;
}

.info-border tr:first-child td {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  /* Added bottom border */
}

.info-border tr:first-child td {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.info-border td {
  padding: 4px;
  text-align: center;
  border-right: 1px solid black;
  border-left: 1px solid black;
}


.info-border td {
  padding: 4px;
  text-align: center;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.tableLast {}

.invoice-box table tr.top table td {
  padding-bottom: 1px;
}

.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}

.invoice-box table tr.information table td {
  padding-bottom: 40px;
}

.invoice-box table tr.heading td {
  background: #eee;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  font-size: 12px;
}


.invoice-box table tr.item td {
  border-bottom: 1px solid #eee;
}

.invoice-box table tr.item.last td {
  border-bottom: none;
}

.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
      width: 100%;
      display: block;
      text-align: center;
  }

  .invoice-box table tr.information table td {
      width: 100%;
      display: block;
      text-align: center;
  }
}

/** RTL **/
.rtl {
  direction: rtl;
  font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.rtl table {
  text-align: right;
}

.rtl table tr td:nth-child(2) {
  text-align: left;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  padding-right: 5px;
}
.form-group img#avatar-preview {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
        }



.inner_menu,.sub_inner_menu{
  padding-left: 50px;
}
.loginBox  .card  {    padding: 20px 30px}




.main_wrapper .document_table .dropdown.action_dropdown .dropbtn {
    background-color: rgba(184, 111, 58, 0.4);
    color: #B86F3A;
    padding: 0px 14px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    max-height: 23px;
    line-height: 12px;
    position: relative;
    height: 20px;
    margin: 0 auto;
    display: block;
}
.main_wrapper .document_table .dropdown.action_dropdown .dropbtn  i{display:none;}
.main_wrapper .document_table .dropdown.action_dropdown .dropbtn::after {content:"..."; position:absolute; left:0; right:0;top:0;bottom:0; color:#fff; font-size:18px; font-weight:bold;}
.main_wrapper .document_table .dropdown.action_dropdown .dropbtn:hover,.main_wrapper .document_table .dropdown.action_dropdown .dropbtn:focus {
  background-color: #B86F3A;
  color: #fff;
}


/*   */
.modal-title{
  font-size: 25px;
  font-weight: 600;
}
.modal-content{
  padding:0 40px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
}
.terms-content p{
  padding-top: 13px;
  font-size: 15px !important;
}

.terms-content h5{
  font-size: 21px;
  font-weight: 600;
  color: #B86F3A;
  padding-bottom: 13px;
}

.terms-content h6{
  font-size: 17px;
  font-weight: 600;
  color: #2e2e2e;
  padding-bottom: 13px;
}
.terms-content ul li{
  font-size: 15px;line-height: 28px;
}
.terms-content strong{
  padding-right:6px;
}
.terms-content ul{
  padding-bottom: 13px;
  
}
.highlight{
  color: #b86f3a;
  transition: color 0.5s linear;
}
.highlight:hover{
  color: #0c0c0c;
}
.btn-primary{
  background-color: #bb713c80;
  color: #5c2804;
  border-radius: 5px;
  border: 2px solid #bb713c80;
  font-weight: 700;
  transition: all 0.5 linear;
}
.btn-primary:hover{
  background:transparent; 
  border: 2px solid #BB713C;
  color: #5c2804;
}
.download-link i{
  color:#242323;
  font-weight: 700;
}
@media (max-width: 1050px) {
  .sidebar {
    width: 240px;
  }
  .open_left .main_wrapper {
    margin-left: 240px;
    margin-top: 65px;
}
}

@media (max-width: 992px){
  .form-group img#avatar-preview {
    width: 93px;
    height: 93px;
}
input {
  font-size: 13px;
}
.main_wrapper label {
  font-size: 13px;
}
.each_input_field {
  font-size: 13px;
}
.sidebar {
  width: 225px;
}
.open_left .main_wrapper {
  margin-left: 220px;
}
.open_left .main_header {
  padding-left: 232px;
}
.login .logo h2 {
  text-transform: uppercase;
  font-size: 22px;
}

}

@media (max-width: 768px){
  .main_header .logo {
    flex-direction: column;
  }
  .login .logo {
    top: 70px;
    left: 31px;
}
    .status-tab {
      font-size: 13px;
      padding: 9px;
    }
    .login .btn-section {
      display: flex
      ;
          flex-direction: column;
    }
    .login .btn-section li{
      margin-top: 10px;
    }
  }
@media (max-width: 580px){
  .sidebar {
    width: 195px;
  }
  .sidebar .user_details {
    display: flex;
    flex-direction: column;
 justify-content: flex-start;
  }
  .sidebar .user_details {
    align-items:start;
  }
  .sidebar .logo a {
    font-size: 19px;
}
.navigation_sec .nav_sec > ul > li a {
  font-size: 12px;
}
.navigation_sec .nav_sec .sidebar-submenu li a {
  font-size: 11px;
}
.open_left .main_wrapper {
  margin-left: 190px;
  margin-top: 30px;
}
.formArea {
  padding: 10px;
}
/*  buyer page responsive */
.status-tab {
  font-size: 13px;
  padding: 9px;
}
.main_wrapper .document_table {
  overflow: scroll;
}
.login .logo h2 {
  text-transform: uppercase;
  font-size: 18px;
}
.login .logo {
  top: 68px;
  left: 31px;
}
.log_in_wrap {
  display: none;
  margin-top: 14px;
}
}
@media (max-width: 450px){
  .login .logo h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px){
  .login .logo {
    top: 63px;
    left: 31px;
  }
  .login .btn-section .link-btn {
    min-width: 73px
  }
  .login .logo h2 {
    font-size: 18px;
    max-width: 100px;
  }
  .login .btn-section .link-btn {
   width: 73px;
  }
}
@media (max-width: 380px){
  .sidebar {
    padding: 10px;
}
.login .logo {
  top: 58px;
  left: 31px;
}
.login .logo h2 {
  font-size: 22px;
}
.log_in_wrap {
  display: none;
  margin-top: 14px;
}
.login .logo h2 {
  text-transform: uppercase;
  font-size: 22px;
}
.navigation_sec .nav_sec > ul > li a {
  padding: 10px 0 !important;

}
.sidebar {
  width: 145px;
}
.navigation_sec .nav_sec .sidebar-submenu li a {
  font-size: 10px;
}
.sidebar .logo a {
  font-size: 16px;
}
.open_left .main_wrapper {
  margin-left: 142px;
}
.footer_sec .copyright_text p {
  font-size: 12px;
}
.sidebar .user_details p {
  font-size: 13px;
}

.main_wrapper label {
  font-size: 12px;
}
.each_input_field {
  font-size: 12px;
}
input {
  font-size: 12px;
}
.open_left .main_header {
  padding-left: 142px;
}
.main_header .logo h6 {
  font-size: 12px;
}
.main_header .user-profile-btn .user_name {
  font-size: 12px;
}
.main_wrapper .payment_mode h6 {

  font-size: 14px;
}
.main_wrapper .payment_mode a {
  font-size: 14px;
}
.terms-content ul {
  padding-left: 1.2rem;
}
.terms-content ul li {
  margin-bottom: 0.5rem;
}
.terms-content p {
  margin-bottom: 1rem;
}





}