@import url('../fonts/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

:root {
  --body-color: #868686;
  --lightgreen: #6BA539;
  --darkgreen: #36573B;
  --orange: #EB9F37;
  --black: #262626;
  --white: #ffffff;
  --size18: 18px;
  --size20: 20px;
  --size14: 14px;
  --bodyfont: 'Arial';
  --headingfont: 'Verdana';
  --fontonest: "Onest", sans-serif;
}

body {
  font-size: var(--size218);
  font-family: var(--bodyfont);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--headingfont);
}

h6 {
  font-family: var(--bodyfont);
}

p {
  line-height: 1.5;
}

h2 {
  font-size: 46px;
  margin: 0px 0px 10px;
}


img {
  max-width: 100%;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
  outline: none;

}

a:focus,
button:focus {
  text-decoration: none;
  outline: none;

}

input:focus {
  outline: none;
}

/* ====================================================== */

.p_50 {
  padding: 0px 50px;
}

header.top-header {
/*  padding: 14px 0;*/
  border-bottom: 1px solid #E3E9ED;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.right-dashboard {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
}

.bell_icon span {
  height: 20px;
  width: 20px;
  background: #36573B;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: -10px;
  left: 10px;
}

.bell_icon i , .empty_noti_bell i{
  font-size: 22px;
  color: #000000;
}

.bell_icon {
  position: relative;
}

.tab-box {
  display: none;
}

.dashboard_side_bar {
  background: #36573B;
  padding: 50px;
  padding-right: 0;
}

.dashboard_side_bar ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.dashboard_side_bar ul li a.active {
  background: #FFFFFF;
  width: 100%;
  display: block;
  color: #000;
}

.dashboard_side_bar ul li a {
  display: flex !important;
  align-items: center;
  gap: 15px;
  padding: 9px 12px;
  border-radius: 150px 0px 0px 150px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22.54px;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
}

.tab_img {
  border: 1px solid #fff;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.dashboard_side_bar ul li a.active .tab_img {
  border-color: #000;
}

.dashboard_side_bar ul li a.active .tab_img img {
  filter: brightness(0%);
}

.dashboard_side_bar ul li a .tab_img img {
  filter: brightness(0) invert(1);
}

.dashboard_content {
  padding: 60px 40px 121px 50px;
  background: #F5F7F7F7;
}

.create_btn a {
  font-family: Onest;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.05px;
  text-align: left;
  background: #EB9F37;
  padding: 16px 43px;
  color: #fff;
  border-radius: 150px;
  display: inline-block;
}

.create_btn a:hover {
  background: #36573B;
}

.select-menu {
  max-width: 100%;
  margin: 50px auto;
}

.select-menu .select-btn {
  display: flex;
  height: 55px;
  background: #fff;
  border: 1px solid #EEE5DA;
  padding: 17px 26px;
  border-radius: 150px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  background-color: #fff;
}

.details_data {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 27%;
}
.inner_boxs {
  display: flex;
}
.tab_inner {
  padding-right: 40px;
  border-right: 1px solid #EEE5DA;
  width: 73%;
}

.select-menu .options {
  position: absolute;
  width: 915px;
  display: none;
  overflow-y: auto;
  max-height: auto;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}

.select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.select-menu .options .option:hover {
  background: #f2f2f2;
}

.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}

.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}

.select-btn i {
  font-size: 20px;
  transition: 0.3s;
  color: #262626;
  font-weight: 600;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}

.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.blends_head {
  background: #36573B0F;
  padding: 15px 30px;
  border: 1px solid #EEE5DA;
  border-radius: 15px 15px 0 0;
}

.blends_head h6 {
  font-family: Verdana;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  margin: 0;
}

.blends_content {
  border: 1px solid #EEE5DA;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.blends_d-flex {
  display: flex;
  justify-content: space-between;
  padding: 24px 30px;
  align-items: center;
  border-bottom: 1px solid #EEE5DA;
}

.blends_content p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  text-align: left;
  color: #000;
}

.control_box.two a {
  font-size: 18px;
  font-weight: 700;
  line-height: 20.7px;
  text-align: left;
  color: #262626;
}

.control_box.two a i {
  color: #BABCBE;
}

.control_box.two a.active {
  color: #36573B;
}

.control_box.two a i:hover {
  color: #36573B;

}

.control_box.two {
  display: flex;
  align-items: center;
  gap: 70px;
}

.blends_d-flex:last-child {
  border: 0;
}

.dashboard_side_bar {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 101px);
  padding-bottom: 30px;
  /* position: sticky;
  top: 100px; */
}

.log-out {
  margin-top: auto;
}

.log-out a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22.54px;
  text-align: left;
  color: #fff;
}

.copy_right p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  color: #000;
}

.copy_right {
  padding: 40px;
  background: #FFFFFF;
}

.dashboard_content {
  display: flex;
}

.details_content {
  border: 1px solid #EEE5DA;
  background: #FFFFFF;
  padding: 22px;
  border-radius: 10px;
}

.details_wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

.details_wrapper {
  padding-left: 40px;
}

.details_content h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20.29px;
  text-align: left;
  color: #000;
}

.details_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #868686;
}

.details_content a {
  border: 1px solid #EEE5DA;
  font-family: Onest;
  font-size: 14px;
  font-weight: 600;
  line-height: 17.85px;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}

.dashboard_wrapper .custom_class {
  background-color: #36573B;
  width: 22%;
  position: fixed;
}

.dashboard_side_bar ul li a {
  margin-right: -1px;
}

.select-menu .options {
  width: 100%;
  left: 0;
  right: 0;
}

.select-menu {
  max-width: 100%;
  margin: 50px auto;
  position: relative;
}

.details_content a:hover {
  background-color: #EEE5DA;
  color: #000;
}

.details_content a:hover {
  background-color: #EEE5DA;
  color: #000;
}

section.dashboard_wrapper {
  padding-top: 0px !important;
}

.mobile_toggle {
  display: none;
}

.blends_content.retailert {
  border-top: 1px solid #EEE5DA;
  border-radius: 10px;
}

.blends_wrapper.area h3 {
  font-family: Verdana;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.46px;
  text-align: left;
  color: #262626;
  margin-bottom: 30px;
}

.blends_wrapper.area.price {
  padding-top: 42px;
}

.blends_d-flex.head p {
  font-weight: 600;
  letter-spacing: 1px;
}

.blends_d-flex.head {
  background: #36573B0F;
}

.dashboard_wrapper .dashboard_banner {
  width: 78%;
  margin-left: 22%;
}

.details_content h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 22.54px;
  text-align: left;
  color: #000;
}

a.download_cta {
  padding: 12px 46px;
  border-radius: 150px;
  font-family: Onest;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.95px;
  text-align: left;
  border: 1px solid #EEE5DA;
  color: #262626;
}

a.download_cta.active {
  background: #EB9F37;
  color: #fff;
}

a.download_cta:hover {
  background: #EB9F37;
  color: #fff;
}

.blends_wrapper.area .d-flex {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.blends_wrapper.area .d-flex h3 {
  margin: 0px !important;
}

a.valid_cta {
  background: #36573B;
  padding: 9px 32px;
  font-family: Onest;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.95px;
  text-align: left;
  color: #fff;
  border-radius: 150px;
}

a.valid_cta:hover {
  background: #EB9F37;
}

.name_btn {
  border: 1px solid #EEE5DA;
  padding: 13px;
  border-radius: 150px;
  width: 100%;
  text-align: center;
  font-family: Onest;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.95px;
  color: #262626;
}

.name_btn.blnd {
  min-width: 650px !important;
  width: 100%;

}

.area-btn.d-flex {
  gap: 30px;
}

.name_btn:hover {
  color: #000;
  background: #F5F7F7F7;
}

.custom-table table {
  width: 100%;
  border-collapse: separate;
  border-collapse: separate;
  border-spacing: 0;

}

.custom-table {
  width: 100%;
  border: 1px solid #EEE5DA;
  background-color: #fff;
  border-radius: 10px;
}

.custom-table td {
  padding: 30px;
  border-right: 1px solid #EEE5DA;
  border-bottom: 1px solid #EEE5DA;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  text-align: left;
  color: #262626;
}

.custom-table td:last-child {
  border-right: 0;
}

.custom-table tr:last-child td {
  border-bottom: 0;
}

.custom-table th {
  padding: 30px;
  border-right: 1px solid #EEE5DA;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.29px;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid #EEE5DA;
}

.custom-table th:last-child {
  border-right: 0;

}

.custom-table thead tr:first-child {
  border-top: none;
  color: #fff;
  background: #36573B0F;
}

.policy_quote {
  padding: 40px 0;
}

.policy_quote h6 {
  font-size: 26px;
  font-weight: 500;
  line-height: 29.3px;
  text-align: left;
  color: #000;
}

.policy_quote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #868686;
  max-width: 951px;
}

a.policy_btn {
  background: #36573B;
  padding: 16px 45px;
  border-radius: 150px;
  font-family: Onest;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.05px;
  text-align: left;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.table_btn {
  display: flex;
  gap: 15px;
}

a.policy_btn.raject {
  background: #DF393B;
}

a.save-btn {
  background: #36573B;
  padding: 16px 60px;
  font-family: Onest;
  font-size: 22px;
  font-weight: 600;
  line-height: 28.05px;
  text-align: left;
  color: #fff;
  border-radius: 150px;
}

a.save-btn.edit {
  background: #EB9F37;
}

a.save-btn.send {
  background: #6BA539;
}
a.policy_btn:hover{
  background: #EB9F37;

}
a.save-btn:hover {
  background-color: #36573B;
}

a.save-btn.edit:hover {
  background-color: #36573B;
}
button.btn-file {
  background: #fff;
  border: 1px solid #EEE5DA;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  padding: 40px 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.tab-main-box {
  width: 100%;
}

button.btn-file p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.25px;
  text-align: left;
  color: #565656;
}


@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

i#togglePassword {
    width: 100%;
    height: 100%;
}

.dash_table {
  overflow: auto;
}

.dash_table table {
    width: 100%;
}

.dash_table table th, .dash_table table td {
    padding: 12px;
    font-size: 15px;
}

.dash_table table th {
    font-weight: 700;
    background-color: #36573B0F;
    border: 1px solid #EEE5DA;
    border-right-width: 0px;
    border-left-width: 0px;
}

/*.dash_table {
    margin: 20px 0px;
}*/

.dash_table table td[data-th="More"] {
    text-align: center;
}

.dash_table table th:first-child, .dash_table table td:first-child {
    border-left-width: 1px;
}

.dash_table table th:last-child, .dash_table table td:last-child {
    border-right-width: 1px;
}

.dash_table table td {
    border: 1px solid #EEE5DA;
    border-right-width: 0px;
    border-left-width: 0px;
}
.blends_wrapper h6 {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--headingfont);
}


 .profile_cont_img {
    width: 100%!important;
    height: auto!important;
}
 .profile_cont_img .avatar-upload {
    display: flex;
    align-items: center;
    text-align: -webkit-left;
}
 .profile_cont_img .avatar-upload .avatar-preview {
    margin-left: 0;
    max-width: 150px;
    height: 150px;
}
 .profile_cont_img .avatar-upload .avatar-edit {
    left: 120px;
    right: auto;
}
 .profile_cont_img .avatar-upload .avatar-btns {
    display: flex;
    flex: 1;
    margin-left: 40px;
    align-items: center;
    gap: 10px;
}
 .profile_cont_img .avatar-upload .avatar-btns a.change-avatar-pic {
    background: #F06D21;    
}
 .profile_cont_img .avatar-upload .avatar-btns a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    padding: 18px 34px;
    color: #fff;
    border-radius: 5px;
}
 .profile_cont_img .avatar-upload .avatar-btns a:hover{
    transition: 0.3s ease;
filter: brightness(120%);
}
 .profile_cont_img .avatar-upload .avatar-btns a.delete-avatar-pic:hover {
    border-color: #F06D21;
    color:#F06D21;
}
 .profile_cont_img .avatar-upload .avatar-btns a.delete-avatar-pic {
    border: 1px solid #1C3B6A2B;
    color: #000;
}
 .profile_cont_img h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.avatar-upload {
    position: relative;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: auto;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

header .right-dashboard .client_img{
  max-width: 60px;
}

.label-text{
    padding: 20px;
    font-size: var(--size18);
    font-weight: 400;
    line-height: 20.7px;
    color: #868686;
    padding-left: 10px;
}
input#allow_substitutes {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.invalid_error{
  border: 1px solid red !important;
}

/* 18-oct-2024 */

/*#accept_quote_client_legal .modal-dialog {
        max-width: 1100px;
}

#accept_quote_client_legal .modal-body{
   max-height: 486px;
   overflow: auto;
}*/

/* 23-oct-2024 */
.bell_icon{
  position: relative;
}
.right-dashboard .panel-notification {
  display: none;
  position: absolute;
  background-color: #F4F4F4;
  max-height: 300px;
  width: 300px;
  border-radius: 10px;
  overflow: auto;
  right: -300%;
}
.panel-notification .profile{
  height:23px;
  width:30px;
  border-radius:50px;
}

.panel-notification .txt {
    padding: 0px 0px 0px 25px;
    font-size:14px;
}

.panel-notification .sec-noti, .panel-notification {
    display:flex;
    padding-bottom:15px;
    padding-top:15px;
}
.II-sec-noti{
  padding-top:15px;
}
.panel-notification .sec-noti {
  border-bottom: 1px solid #D3D3D3;
  padding: 25px 10px;
  background-color: #F4F4F4;
  transition: 0.5s;
}
.panel-notification .profCont {
        padding-left: 15px;
}
/*.panel-notification .sec-noti:hover,
 .panel-notification .II-sec-noti:hover{
    background-color:#BFBFBF;
}*/
.bar.bar-1 {
  width: 24px;
}
.bar.bar-3 {
  width: 24px;
}

@media  (max-width:1199px){
  .log-out{
    width: 100%;
  }
  .tab-teaser{
    width: 100%;
  }
}