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

body{
    font-family: "Lexend Deca", sans-serif!important;
}
.bg-header{
    border-bottom:1px solid #E5E8EB!important;
}
.ft-18{
    font-size: 18px!important;
}
.ft-13{
    font-size: 13px!important;
}
.ft-14{
    font-size:14px!important;
}
.ft-16{
    font-size:16px!important;
}
.ft-22{
    font-size:22px!important;
}
.ft-24{
    font-size:24px!important;
}
.ft-28{
    font-size:28px!important;
}
.ft-30{
    font-size:30px!important;
}
.ft-32{
    font-size:32px!important;
}
.fw-500{
    font-weight:500!important;
}
.fw-700{
    font-weight: 700!important;
}
.reg-btn a{
    background:#14B859!important;
    text-decoration:none!important;
    padding:0px 16px!important;
    border-radius:12px!important;
    height:40px!important;
    line-height: 40px!important;
    display: inline-block!important;
    color: #0d1c12 !important;
}
.log-btn a{
    background:#E8F2ED!important;
    text-decoration:none!important;
    padding:0px 16px!important;
    border-radius:12px!important;
    height:40px!important;
    line-height: 40px!important;
    display: inline-block!important;
    color: #0d1c12 !important;
}
.common-greenbtn-large a,
.common-greenbtn-login{
    background:#14B859!important;
    text-decoration:none!important;
    padding:0px 16px!important;
    border-radius:12px!important;
    height:40px!important;
    line-height: 40px!important;
    display: inline-block!important;
    color: #0d1c12 !important;
}
.litegreen{
    color:#4F966E!important;
}
.form-control:focus{
    box-shadow: none!important;
    border:1px solid #D1E8D9!important;
    color:#0D1C12!important;
}
.reg-form input::placeholder{
/* color:#bbb !important; */
}
.reg-form input{
    border:1px solid #D1E8D9!important;
    height:56px!important;
    padding:15px!important;
    color:#0D1C12!important;
    font-size:16px!important;
    border-radius:12px!important;
}
button{
    border:unset!important;
}

/* school-info */
.close-btn{
    background:#F0F5F2!important;
    height:40px!important;
    width:40px!important;
    padding:10px!important;
    line-height:20px!important;
    border-radius:12px!important;    
}
.close-btn a{
    width:20px!important;
    height:20px!important;
    display: inline-block;
    text-align: center!important;
    text-decoration: none!important;
    color:#0D1C12!important;
    font-size:20px!important;
}  
.step-progress {
    position: relative;
    margin-bottom: 24px;
    padding: 16px;
    margin: 0 auto;
    border:unset!important;
    background:unset!important;
}  
.step-progress .step-slider {
    width: 100%;
}  
.step-progress .step-slider .step-slider-item {
    width: 33%;
    height: 8px;
    position: relative;
    float: left;
    background-color: #DBE5E0;
}
.step-progress .step-slider .step-slider-item:first-child{
    border-top-left-radius: 20px!important;
    border-bottom-left-radius: 20px!important;
} 
.step-progress .step-slider .step-slider-item:last-child{
    border-top-right-radius: 20px!important;
    border-bottom-right-radius: 20px!important;
}
.step-content-body .common-tophead{
    margin-top:-40px!important; 
    margin-bottom:10px!important;
}
.step-content .step-content-foot button.out,.step-content .step-content-body.out  {
    display: none;
}  
.steps-form input,
.steps-form .form-select{
    border:none!important;
    height:56px!important;
    padding:16px!important;
    color:#638773!important;
    background:#F0F5F2!important;
    font-size:16px!important;
    border:1px solid #D1E8D9!important;
    border-radius:12px!important;
}
.steps-form input::placeholder,
.steps-form .form-select option{
    color:#638773!important;
    font-size:16px!important;
}
.step-progress .step-content-foot{
    display: flex!important;
    justify-content: space-between!important;
}
.step-progress .step-content-foot .back{
    background:#D1E8D9!important;
    border:1px solid #4F966E!important;
    height:40px!important;
    width:84px!important;
    padding:0 16px!important;
    display: inline-block;
    text-align: center!important;
    text-decoration: none!important;
    color:#0D1C12!important;
    font-weight:700!important;
    font-size:14px!important;
    border-radius:12px!important;
}
.step-progress .step-content-foot .nxt{
    background:#14B859!important;
    height:40px!important;
    width:84px!important;
    padding:0 16px!important;
    display: inline-block;
    text-align: center!important;
    text-decoration: none!important;
    color:#0D1C12!important;
    font-weight:700!important;
    font-size:14px!important;
    border-radius:12px!important;
}
.step-progress .step-slider-item.active{
    background:#121714!important;
}
.tag-name{    
    max-width: 160px !important;
    display: flex;
    flex-wrap: wrap;       
}
.tag-name p{
    color:#638773!important;
}
.tag-value p{
    color:#121714!important;
}
.value-form-getting{
    border-top:1px solid #E5E8EB!important;
    border-bottom:1px solid #E5E8EB!important;
}
.last-gettingform{
    border-bottom:unset!important;
}
/* whats next */
.nav-link{
    color:#121714!important;
}
.handbook-btn a{
    background:#F4FAF6!important;
    border:2px solid #14B859!important;
    height:48px!important;
    padding:0 20px!important;
    font-size:16px!important;
    font-weight:700!important;
    display: inline-block!important;
    line-height: 48px;
    color:#121714!important;
    text-decoration: none!important;
    border-radius :12px!important;
}
.form-check-input{
    border-radius:0!important;
}
.form-check-input:focus{
    box-shadow: unset!important;
}
.prof-pic{
    color:#638773!important;
}
.acc-head{
    margin-top:-201px!important;
}
.acc-step2.step-content-body .common-tophead {
    margin-top: -90px !important;
}
.uploading-pic img{
    border-radius:12px!important;
}
.photoupload-btn a{
    background:#ACE1BE!important;
    display: inline-block;
    padding:0 20px!important;
    height:48px;
    line-height:48px;
    text-decoration:none!important;
    color:#121714!important;
    font-size:16px;
    font-weight: 700;
    border-radius:12px!important;
}
.impact-box{
    border:1px solid #D1E8D9!important;
    border-radius:12px!important;
}
.left-smallicon{
    background:#E8F2ED!important;
    border-radius:12px!important;
    height:48px!important;
    width:48px!important;
    line-height: 28px!important;
}
.left-smallicon img{
    width:80%!important;
    text-align: center!important;
}
.ann-para{
    color:#4F966E!important;
}
/* welcome page */
.searchicon{
    width:54px;
    height:32px!important;
}
.search-box,
.search-box:focus{
    border:1px solid #4F966E!important;
    border-radius:13px!important;
}
.doorbell{
    height:40px!important;
    width:34px!important;
}
.profileview img{
    width:40px!important;
    height:40px!important;
}
.bg-sevenstep .sidebar {
    position: fixed;
    top: 85px;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #DDF1E4!important;
    border-radius: 13px!important;
    left:7.5%!important;
}
.bg-sevenstep .iconsidebar{
    width:24px!important;
    height:24px!important;
}
.bg-sevenstep .sidebar .item-label {
    display: none;
}
.bg-sevenstep #main-section.sidebar-expanded .sidebar {
    width: 310px;
}
.bg-sevenstep #main-section.sidebar-expanded .sidebar .item-label {
    display: flex;
    width: 90%;
}
.bg-sevenstep #main-section.sidebar-collapsed .sidebar {
    width: 64px;
}
.bg-sevenstep #main-section.sidebar-collapsed .sidebar .item-label {
    display: none;
}
.bg-sevenstep .main{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 992px) {
    .bg-sevenstep .main {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 16.6666666667%;
      float: left;
      width: 83.3333333333%;
   }
    .bg-sevenstep #main-section.sidebar-collapsed .main {
        widows: 100%;
        margin-left: 0;
    }
    .bg-sevenstep .sidebar {
        width: 16.6666666667%;
    }
    .bg-sevenstep .sidebar .item-label {
        display: inline;
    }
    .bg-sevenstep #main-section.sidebar-expanded .sidebar {
        width: 23.667%!important;
    }
  }
.bg-sevenstep .nav-sidebar {
    margin: 0 -20px 20px;
}
.bg-sevenstep .nav-sidebar > li:last-child {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.bg-sevenstep .nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    color:#121712!important;
}
.bg-sevenstep .nav-sidebar .ht-58{
    height:58px!important;
    display: inline-block!important;
}

.bg-sevenstep .nav-sidebar > li:last-child {
    /* border-top: 1px solid rgba(255, 255, 255, .2);
    bottom: -100vh !important;
    display: inline-block !important;
    position: absolute; */
    margin-top: 13em;
}
.navbar-nav .dropdown-menu{
    position: relative !important;
  margin-top: -73px !important;
  margin-bottom: 45px !important;
}
.sidebar-collapsed .dropdown-menu{
    margin-left:30px!important;
}
.bg-sevenstep .nav-submenu li{
    background:#F0F5F0!important;
    height:60px!important;
    margin-bottom:20px!important;
    border-radius:12px!important;
}
.bg-sevenstep .nav-submenu li a{
    color:#121712!important;
    padding: 11px 10px !important;
}
.bg-sevenstep .dropdown-menu{
    background-color:transparent!important;
    border:none!important;
    width: 23vw !important;
}
.bg-sevenstep .sub-iconsidebar {
    width: 10% !important;
    margin-right: 10px;
    height: 27px;
    margin-top: 5px !important;
  }
.bg-sevenstep .dropdown-toggle::after {
    margin-left: 2% !important;   
    font-size: 42px;
    position: absolute;
    top: 23px;
    rotate: 90deg!important;
}
.bg-sevenstep .dropdown-toggle.show::after {
    rotate: 0deg!important;
}
.bg-sevenstep #collapse-nav {
    background:#14B859!important;
    padding:0 16px!important;
    height:40px!important;  
    font-size:14px;
    line-height: 40px!important;
    font-weight:700;
    display:inline-block;
    width:80%!important;
    margin:0 auto!important;
    text-align: center!important;
    text-decoration: none!important;
    border-radius:13px!important;
}
.bg-sevenstep  #main-section.sidebar-expanded .sidebar i{
    display:none!Important;
}
.bg-sevenstep .question-label{
    width: 16vw !important;
    display: inline-block!important;
}
.bg-sevenstep .nav-sidebar{
    overflow-y:hidden!important;
    min-height: 370px!important;
    overflow-x: hidden!important;
}

.bg-sevenstep .nav-sidebar > li:last-child{
    z-index: 999999 !important;
  background: #ddf1e4;
}
.progress-block .item_value{
    font-weight: 600;
  font-size: 25px;
  color: #121712 !important;
}
.progress-block .item_bar {
    position: relative;
    height: 8px;
    width: 100%;
    border: 1px solid transparent !important;
    background-color: #DBE5DB !important;
    border-radius: 10px;
}
.progress-block .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 8px;
    margin: 0;
    background:#121712!important;
    border-radius: 4px !important;
    transition: width 100ms ease;
}
  .progress {
    display: flex;
  
    overflow: hidden;
  
    font-size: .75rem;
  
    background-color: #e9ecef;
  }
  .breadcrumb-toplayer,.greenycolor{
    color:#638763!important;
  }
  .breadcrumb-highlight{
    color:#121712!important;
  }
  .list-group-item{
    border:none!important;
    background:none!important;
  }
  .list-group-item:first-child{
    padding-left:0!important;
  }
  /* .accordion-button,.accordion-collapse,
  .accordion-button:not(.collapsed){
    border:none!important;
    background-color: transparent!important;
    padding:0!important;
  } */
  .accordion-body{
    padding:0!important;
  }
  .accordion-button:focus{
    box-shadow:none!important;
  }
  .accordion-button,
  .para-boxed,
  .blackytext{
    color:#121712!important;
  }
  .arp-arw{
    width:30px!important;
    height:41px!important;
  }
  .accordion-button img{
    padding:0!important;
  }
  .accordion-button.collapsed img{
    rotate:270deg!important;
  }
  .accordion-button:not(.collapsed)::after,
  .accordion-button::after{
    display: none!important;
  }
  
.boxed-greenboxed {
    border:2px solid #3BA666!important;
    padding:0 16px!important;
    height: 57px;
    line-height: 54px;
    display:inline-block!important;
    background:#F4FFF9!important;
    border-radius: 13px!important;
}
.boxed-greenboxed .markbox a,
 .markbox a{
    background:transparent!important;
    border:2px solid #3BA666!important;
    height:35px!important;
    line-height:30px!important;
    padding:0 16px!important;
    display: inline-block!important;
    text-decoration:none!important;
    border-radius:13px!important;
}

.accordion-body .para-boxed{
    line-height: 1.2!important;
}
.accordion-body .boxed-greenboxed img{
    width:85%!important;
}
.accordion-body .boxed-greenboxed.bk-mark img{
    width:100%!important;
}
.arp-book{
    width:45px!important;
}
.arp-carbon{
    width:60px!important;
}
.form-carbon,.carbon-2,
.text-sandal,.tag-name .text-sandal{
    color:#A1824A!important;
}
.form-carbon input::placeholder{
    color:#A1824A!important;
    font-size:16px!important;
}
.fw-400{
    font-weight:400!important;
}
.fw-600{
    font-weight:600!important;
}
.form-carbon label{
    color:#1C170D!important;
    padding-bottom: 0!important;
}
.form-carbon .form-control{
    border:1px solid #E8DECF!important;
    border-radius: 13px!important;
    width:50%!important;
    height:56px!important;
}
.table-carbon {
    border:1px solid #E8DECF!important;
    border-radius:13px!important;
}
.table-carbon thead th:first-child{
    border-top-left-radius: 13px!important;
}
.table-carbon thead th:last-child{
    border-top-right-radius: 13px!important;
}
.table-carbon tbody tr{
    height:65px!important;
}
.table-carbon thead tr th{
    border-bottom:1px solid #A1824A!important;
}
.table-carbon td,.table-carbon th{
    width:100px!important;
}
.ft-36{
    font-size:36px!important;
}
.fw-800{
    font-weight:800!important;
}
.carbon-2btn1 a{
    color:#793BC7!important;
    font-size:14px;
    font-weight:700;
    border:1px solid #E5E5E5!important;
    background:#E5E5E5!important;
    border-radius:13px!Important;
    padding: 10px 40px!important;
    border-radius:12px!important;
    text-decoration:none!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px!important;
    cursor: pointer!important;
}
.carbon-2btn1 button {
    cursor: pointer!important;
}
.carbon-2btn2 a{
    font-size:14px;
    font-weight:700;
    border:1px solid #E5E5E5!important;
    background:#853FF9!important;
    border-radius:13px!Important;
    padding: 10px 40px!important;
    border-radius:12px!important;
    text-decoration:none!important;
}
.ft-24{
    font-size: 24px!important;
}
.boxed-graphsdetail{
    border:1px solid #E8DECF!important;
    border-radius:12px!important;
    padding:15px!important;
}
.count-page.active,
.count-page{
    background: #1b8f5a !important;
    color: #fff !important;
    padding: 6px !important;
    border-radius: 6px !important;
    width: 28px !important;
    height:28px!important;
    line-height: 14px!important;
    display: inline-block;
    text-align: center;
}
.count-page{
    background: #99edc7 !important;
}
.downloadbtn-report a{
    background:#D1E8D9!important;
    color:#1C170D!important;
    font-size: 16px!important;
    height:48px!important;
    line-height: 48px!important;
    display: inline-block!important;
    border-radius:50px!important;
    padding:0 30px!important;
    text-decoration: none!important;
}
.commitee-btn a{
    border:2px solid #7cb4db!important;
    border-radius: 50px!important;
    font-size:20px!important;
    text-decoration:none!important;
    color:#1C170D!important;
    font-weight:600;
    padding:10px 20px!important;
}
.quiz-btn a{
    border:2px solid #E3B0FB!important;
    border-radius: 13px!important;
    text-decoration:none!important;
    color:#121712!important;
    background:#E3B0FB!important;
    font-weight:600;
    height:40px;
    line-height: 40px!Important;
    display: inline-block!important;
    padding:0 16px!important;
}
.option-forquiz{
    background:#e7f3f5!important;
    padding:15px!important;
    border-radius:12px!important;
}
.option-forquiz .form-check-input{
    border-radius:50%!important; 
}
.option-forquiz.quiz-2 input::placeholder{
    color:#222!important;
}
.option-forquiz.quiz-3 .form-check-input{
    border-radius:0%!important;
}
.quiz-2 .input-group-text {
    border: none !important;
    background: none !important;
}
.quiz-2 .form-control{
    border-radius: 0!important;
    border:1px solid #222!important;
}
.quiz-2 .w-30{
    width:33.33%!important;
}
.arp-check{
    width:36px!important;
}

.table-audit thead th:first-child{
    border-top-left-radius: 12px!important;
}
.table-audit thead th:last-child{
    border-top-right-radius: 12px!important;
}
.table-audit td,.table-audit th{
    width:120px!important;
    vertical-align: top;
}
.table-audit tbody tr{
    height:50px!important;
}
.table-audit tbody tr th,.table-audit tbody td{
    vertical-align: top!important;
}
.table-audit tbody tr th:first-child{
    border-left:1px solid #E8DECF!important;
}
.table-audit tbody tr td:last-child{
    border-right:1px solid #E8DECF!important;
}
.table-audit tbody tr th:first-child{
    border-bottom-left-radius: 12px!important;
}
.table-audit tbody tr td:last-child{
    border-bottom-right-radius: 12px!important;
}

.table-actionplan thead th{
    background:#14B859!important;
    height:66px!important;
    border-bottom:none!important;
}
.table-actionplan thead th:first-child{
    border-top-left-radius: 12px!important;
}
.table-actionplan thead th:last-child{
    border-top-right-radius: 12px!important;
}
.table-actionplan td,.table-actionplan th{
    width:22%!important;
    vertical-align: top;
    height:66px!important;
}
.table-actionplan tbody tr{
    border:1px solid #E8DECF!important;
}
.table-actionplan img{
    width:28px!important;
}
.yellow-bg-table th,.yellow-bg-table-marine th,
.yellow-bg-table-liter th{
    vertical-align: middle!important;
    text-align: center;
}
.yellow-bg-table th:first-child{
    background:#F4F5C7!important;
}
.yellow-bg-table-marine th:first-child{
    background:#C7F5F5!important;
}
.yellow-bg-table-liter th:first-child{
    background:#FBDDB0!important;
}
.yellow-bg-table-1 th:first-child {
    background:#D1E8D9!important;
}
.greenbox-actionplan{
    background:#14BD5B!important;
    border:2px solid #057133!important;
    padding:15px!important;
    border-radius: 9px!important;
}
.greenbox-actionplan.whitebg{
    background:#fff!important;
}
.boxed-smallinner{
    border:2px solid #000000!important;
    border-radius: 9px;
    height:33px!important;
    line-height:33px!important;
    min-width: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.greenbox-actionplan.whitebg  .boxed-smallinner{
    border:2px solid #14B859!important;
}
.boxed-smallinner img{
    width:38px!important;
}
.boxed-smallinner.bg-rose{
    background:#E3B0FB!important;
}
.litterpur{
    color:#4f966e!important;
    font-size:28px!important;
}
.text-purple{
    color:#8a35b2!important;
}
.litter-textarea textarea::placeholder,
.form-floating label{
    color:#598C6E!important;
}
.litter-textarea textarea{
    border:1px solid #D4E3D9!important;
    background:#FAFAFA!important;
}
.purple-btn a{
    background:#B14AE2!important;
    color:#fff!important;
    font-size:14px;
    font-weight:700;
    text-decoration:none!important;
    padding:0 16px!important;
    height:40px!important;
    line-height: 40px!important;
    display: inline-block!important;
    border-radius:10px!important;
}
.smart-radio {
    border:1px solid #D4E3D9!important;
    padding:15px!important;
    height:56px!important;
    border-radius:13px!important;
}
.smart-radio .form-check-input{
    border-radius: 50%!important;
    float:right!important;
}
.diversity{
    margin-left: 120px;
  margin-top: -57px;
  position: absolute;
  content: '';
}
.form-textarea textarea{
    border-radius:12px!important;
}
.monitor-btn a{
    background:#14B859!important;
    border:1px solid #D4E3D9!important;
    padding:11px 15px!important;
    height:45px;
    display: inline-block;
    text-decoration:none!Important;
    color:#1C170D;
    border-radius: 13px!important;
}
.pinky-form{
    background:#F3E3FC!important;
    padding:10px!important;
}
.pinky-form label{
    color:#2EAB5E!important;
}
.pinky-monitorbtn a{
    background:#FFFFFF!important;
    padding:11px 15px!important;
    height:45px;
    display: inline-block;
    text-decoration:none!Important;
    color:#1C170D;
    border-radius: 13px!important;
}
.Integration .form-check-input:checked{
    background-color: #38E078;
    border-color: #38E078;
}
.selectproof{
    background:#F5F5F5!important;
    padding:16px!important;
    height:56px!important;
}
.education-select{
    background:#F5F5F5!important;
}
.education-select option{
    color:#737373!important;
}
.uploadbtn a{
    background:#F5F5F5!important;
    font-size:14px!important;
    font-weight: 500;
    text-decoration: none!Important;
    color:#141414!important;
    height:32px!important;
    line-height:32px!important;
    display: inline-block!important;
    padding:0 16px!important;
    border-radius:50px!important;
}
.text-greyed{
    color:#737373!important;
}
.aware-list li{
    border:1px solid #E0E0E0!important;
    padding:11px 20px!important;
    height:45px!important;
    display: inline-block;
    border-radius: 13px!important;
    text-align: center!important;
}
.aware-list li:first-child{
    padding:11px 20px!important;
}
.eco-box{
    background:#F7FCFA!important;
    height:82px!important;
    padding:10px!important;
}
#submit_style  button {
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #E5E5E5 !important;
  background: #853FF9 !important;
  border-radius: 13px!Important;
  padding: 10px 40px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
}
.option-forquiz .checkbox{
    border-radius:0!important; 
}

.uploadbtn button {
    background:#F5F5F5!important;
    font-size:14px!important;
    font-weight: 500;
    text-decoration: none!Important;
    color:#141414!important;
    height:32px!important;
    line-height:32px!important;
    display: inline-block!important;
    padding:0 16px!important;
    border-radius:50px!important;
}


.table-audit thead th{
    background:#E3B0FB!important;
    height:66px!important;
    border-bottom:none!important;
}

  
 #step2_task1 .accordion-button , #step2_task1 .accordion-button:not(.collapsed) {
border:1px solid #E0E0E0!important;
border-radius: 5px!important;
margin-top:6px;
margin-bottom:6px;
padding: 0px 15px!important;
}

.reg-form .input-group-text{
    background-color: transparent !important;
    border: none !important;
}
#step2_task1 .accordion-button.collapsed img{
    rotate:0deg!important;
  }

  .excel_submit button {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #E5E5E5 !important;
    background: #853FF9 !important;
    border-radius: 13px ! Important;
    padding: 10px 40px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
}
.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    white-space: normal !important;
}
.head-truncate {
    vertical-align: middle !important   ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.commitee-btn div {
    border: 2px solid #7cb4db !important;
    border-radius: 50px !important;
    font-size: 20px !important;
    text-decoration: none !important;
    color: #1C170D !important;
    font-weight: 600;
    padding: 10px 20px !important;
    width: fit-content;

  }

  .bread-truncate{
    max-width : 19vw !important;
    vertical-align: middle !important ;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /* display: -webkit-box !important; */
    -webkit-line-clamp: 1   !important;
    -webkit-box-orient: vertical;
  }

.green-head
  {
    text-decoration: none;
    color: #638763 !important;
}