.text-time {
  font-size: 0.83rem;
  font-family: AvenirNextLTProMedium;
  color: #555555;
  margin-left: 2px;
  letter-spacing: 0px;
}
.text-judul {
  font-size: 1.16rem;
  font-family: AvenirNextLTProBold;
  color: #1b1b1b;
}
.text-point {
  font-size: 0.67rem;
  font-family: AvenirNextLTProBold;
  color: #176CF7;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.text-point-grid-value {
  font-size: 0.67rem;
  font-family: AvenirNextLTProDemi;
  color: #1b1b1b;
  letter-spacing: 0px;
  text-align: right;
}
.text-point-list-value {
  font-size: 1rem;
  font-family: AvenirNextLTProBold;
  color: #1b1b1b;
  letter-spacing: 0px;
}

.fs-8{
  font-size:8px!important;
}

.fs-10{
  font-size:10px;
}

.fs-11{
  font-size:11px!important;
  /*letter-spacing: 0.5% !important;
  line-height: 130% !important;*/
}

.fs-12{
  font-size:12px!important;
  /*letter-spacing: 0.5% !important;
  line-height: 130% !important;*/
}

.fs-13{
  font-size:13px!important;
  /*letter-spacing: 0.5% !important;
  line-height: 130% !important;*/
}

.fs-14{
  font-size:14px!important;
  /*letter-spacing: 0.5% !important;
  line-height: 130% !important;*/
}

.fs-16{
  font-size:16px!important;
}

.fs-18{
  font-size:18px!important;
  /*letter-spacing: 0.5% !important;
    line-height: 110% !important;*/
}

.fs-19{
  font-size:19px!important;
  /*letter-spacing: 0.5% !important;
    line-height: 110% !important;*/
}
.fs-20{
    font-size:20px!important;
    /*letter-spacing: 0.5% !important;
    line-height: 110% !important;*/
}

.ff-bold{
  font-family: 'AvenirNextLTProBold' !important;
}

.ff-demi{
  font-family: 'AvenirNextLTProDemi' !important;
}

.ff-heavy{
  font-family: 'AvenirNextLTProHeavy' !important;
}

.ff-medium{
  font-family: 'AvenirNextLTProMedium' !important;
}
.ff-regular{
  font-family: 'AvenirNextLTProRegular' !important;
}
.fc-1B{
  color: #1B1B1B !important;
}
.fc-1b{
  color: #1B1B1B !important;
}
.fc-52{
  color: #525252 !important;
}
.fc-77{
  color: #777777 !important;
}
.fc-95{
  color: #959595 !important;
}
.fc-ff{
  color: #ffffff !important;
}
.fc-86{
  color: #868686 !important;
}
.fc-77{
  color:#777777!important;
}
.fc-success{
  color:#3ECD00!important;
}
.fc-8D{
  color: #8D8D8D !important;
}
.fc-black{
  color: black !important;
}
.fc-00{
  color: #1B1B1B !important;
}
.fc-1d{
  color:#1d1d1d !important;
}
.fc-17{
  color: #176CF7 !important;
}
.fc-2e{
  color: #1B1B1B !important;
}
.fc-55{
  color: #555555 !important;
}
.fc-Cancel{
  color: #F71717 !important;
}
.fc-gold {
  color: #d49a29;
}

.bc-error{
  border:1px solid #F71717 !important;
}
.bc-bf{
  border:1px solid #BFBFBF !important;
}
.fc-Done{
  color: #00BC4B !important;
}
.fc-Finished{
  color: #F7AC17;
}

.fc-71{
  color: #f71717;
}

.lh-1{
  line-height: 1 !important;
}
.lh-normal{
  line-height: normal !important;
}
.fi-checkbox[type=checkbox]:not(.not-fi-checkbox){
  -webkit-appearance : none;
  -moz-appearance : none;
  appearance:none;
}

.fi-checkbox[type=checkbox]:not(.not-fi-checkbox) {
  border:1px solid #868686;
  background-color: #fff;
  border-radius: .25em !important;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

.fi-checkbox:checked:not(.not-fi-checkbox) {
    background-color: #176CF7 !important;
    border-color: #176CF7 !important;
    /*border-color: rgba(0,0,0,0.33) !important;*/
    box-shadow: 2px 3px 4px 1px #176cf7;
}

.fi-checkbox:checked[type=checkbox]:not(.not-fi-checkbox) {
    /*background-image: url(data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e);*/
    background-image: url('check.svg')
}

input[type=datetime-local]::-webkit-calendar-picker-indicator{
  background: url('../image/infoPratender/2x/Calender-Icon.png') no-repeat;
  background-size: 15px 14px;
  background-position: right;
  /*position: absolute !important;
  right: 10px !important;*/
}

input[type=date]:not(.backoffice)::-webkit-calendar-picker-indicator{
  background: url('../image/infoPratender/2x/Calender-Icon.png') no-repeat;
  background-size: 15px 14px;
  background-position: right;
  position: absolute !important;
  right: 10px !important;
  top: 6px !important;
}

input[type="date"]{
  border: 1px solid #B4BFBF;
}

.fi-radio[type=radio]{
  -webkit-appearance : none;
  -moz-appearance : none;
  appearance:none;
}

.fi-radio[type=radio] {
  border:1px solid rgba(0,0,0,0.33);
  background-color: #fff;
  border-radius: 50% !important;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

.fi-radio:checked {
  background-color: #FFFFFF !important;
  border-color: #176CF7 !important;
  /*background-color: #176CF7 !important;
  border-color: #176CF7 !important;*/
  /*box-shadow: 2px 3px 4px 1px #176cf7;*/
}

.fi-radio:checked[type=radio] {
  background-image: url('radio-blue.svg')
  /*background-image: url('radio.svg')*/
}
.outline-yellow{
  background: #fff;
  border: 1px solid #ffc217;
  color: #ffc217 !important;
}

/*.btn-outline-primary:hover{
  color : #FFFFFF !important; 
  background: #176CF7 !important; 
  border: 1px solid #176CF7 !important; 
}*/

.btn-primary{
  color: #fff !important;
  background-color: #176cf7 !important;
  border-color: #176cf7 !important;
}

.btn-primary:hover{
  /*color: #fff !important;
  background-color: #176cf7 !important;
  border-color: #176cf7;*/
}

.btn-danger{
  border: 1px solid #F71717;
  color: white;
  background: #F71717;
}

.btn-outline-danger{
border: 1px solid #F71717 !important;
color: #F71717 !important;
background: white !important;
}

.btn-outline-danger:hover{
/*border: 1px solid #F71717;
color: #F71717;
background: white;*/
}

/*.btn-primary:hover{
  color: #176cf7 !important;
  background-color: #fff !important;
  border-color: #176cf7 !important;
}*/

.btn-info{
  color: #176cf7 !important;
  background-color: #fff !important;
  border-color: #176cf7 !important;
}

/*.btn-info:hover{
  color: #fff !important;
  background-color: #176cf7 !important;
}*/

.btn-filter{
  border: 1px solid #E8E8E8;
  /*box-shadow: 1px 2px 4px #0000001C;*/
  color: #525252;
}

.text-primary{
  color:#176cf7 !important;
}

.text-muted{
  color: #868686 !important;
}

.text-success{
  color: #3ecd00 !important;
}

.bg-success{
  background-color: #AEFFCE !important;
}

.border-primary{
  border-color: #176cf7 !important;
}

.card-container{
  border-radius: 0.50rem !important;
  border: 1px solid #A8A8A8 !important;
  /*margin: 1.71rem 7.57rem 0 9.57rem !important;*/
}

.card-container > .card-header{
  border-top-left-radius: 0.50rem !important;
  border-top-right-radius: 0.50rem !important;      
  border-bottom: 1px solid #A8A8A8 !important;
  padding: 0.57rem 2.28rem 0.71rem 2.28rem !important;
}
.card-container > .card-body{
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;  
  padding: 1.17rem 1.14rem 1.35rem 2.28rem !important;
}

.card-container:hover{
 border: 1px solid #A8A8A8 !important; 
}

.text-2-line{
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp : 2;
  -webkit-box-orient: vertical; 
}

.text-1-line{
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp : 1;
  -webkit-box-orient: vertical; 
}

.text-transporter-name{
  max-width: 229px !important;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp : 1;
  -webkit-box-orient: vertical; 
}

.btn-fix{
  height: 33px;
  width: 112px;
  font-size: 14px;
  border-radius: 100px !important;
  line-height: 1;
  cursor: pointer;
}

.btn-fixed{
  height: 32px;
  width: 120px;
  padding: 8px 24px !important;
  border-radius: 100px !important;
  cursor: pointer;
  /*line-height: unset ;*/  
  line-height: 1;
}

.btn-flex{
  padding: 8px 24px !important;
  border-radius: 100px !important;
  cursor: pointer;
  /*line-height: unset ;*/
  width: auto !important;
  line-height: 1;
}

.btn-flex: hover{
  /*padding: 8px 24px !important;
  border-radius: 100px !important;*/
  cursor: pointer;
  /*line-height: unset ;*/
  /*width: 0px !important;*/
}

.btn-outline-primary{
  color : #176CF7 !important; 
  border: 1px solid #176CF7 !important; 
  background: #fff !important;   
}

.form-input{
  background:white;
  border:1px solid #B4BFBF;
  border-radius:5px;
  height:32px;
  padding:0px;
  text-indent:10px;
}
/*switch on off*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0 !important;
  height: 0 !important;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 40px;
  height: 18px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.no-action{
  pointer-events: none !important;
  color: #868686 !important;
  border-color: #868686 !important;
}

.bg-fc{
  background: #fcfcfd;
}

.card-first-time-pratender{
  background-color: #fff1c9;
  padding: 20px 24px 26px 24px;
  border-radius: 16px;
  box-shadow: 0px 4px 11px rgba(65, 65, 65, 0.25);
}

ul li.isiFirstTime:hover{
  color: #1B1B1B !important;
  cursor: unset !important;
}

.card-first-timer{
  background-color: #fff1c9;
  padding: 20px 24px 26px 24px;
  border-radius: 16px;
  box-shadow: 0px 4px 11px rgba(65, 65, 65, 0.25);
}

ul[type="disc"]{
  list-style: none;
}

ul[type="disc"] li::before{
  content:  "\2022";
  display: inline-block;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}

.btn-close-msg{
  position: absolute;
  right: 10px;
  top: 0;
}

.btn-close-msg:hover{
  cursor: pointer;
}

.btn-close-first-timer{
  position: absolute;
  right: 10px;
  top: 0;
}

.btn-close-first-timer:hover{
  cursor: pointer;
}

.text-label{
  font-family:AvenirNextLTProDemi !important;
  font-size: 0.86rem !important;
  color: #868686 !important;
  vertical-align: middle;
}

.text-value{
  font-family:AvenirNextLTProDemi !important;
  font-size: 0.86rem !important;
  color: #1B1B1B !important; 
}

input.formatedDate {
    position: relative;
    width: 150px; height: 32px;
    color: white;
}

input.formatedDate:before {
    position: relative;
    top: 0px; left: -4px;
    content: attr(data-date);
    display: inline-block;
    color: #1b1b1b;
    font-family: 'AvenirNextLTProMedium' !important;
    font-size: 12px;
}

input.formatedDate::-webkit-datetime-edit, input.formatedDate::-webkit-inner-spin-button, input.formatedDate::-webkit-clear-button {
    display: none;
}

input.formatedDate::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}

.text-icon-center{
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.for-div-flex{
  display: flex;
  position: relative;
}
.wd-92{
  width: 92px;
}

.wd-110{
  width: 110px;
}

.wd-75{
  width: 75px;
}

.wd-304{
  width: 304px;
}

.wd-116{
  width: 116px;
}

.wd-125{
  width: 125px;
}

.wd-120{
  width: 120px;
}

.wd-100{
  width: 100px !important;
}

.wd-66{
  width: 66px;
}

.wd-60{
  width: 60px;
}

.wd-33{
  width: 33px;
}

.wd-143{
  width: 143px;
}

.wd-288{
  width: 288px;
}

.wd-266{
  width: 266px;
}

.wd-166{
  width: 166px;
}

.wd-132{
  width: 132px;
}

.wd-138{
  width: 138px;
}

.wd-146{
  width: 146px;
}

.wd-76{
  width: 76px;
}

.wd-548{
  width: 548px;
}

.wd-210{
  width: 210px;
}

.wd-130{
  width: 130px;
}

.hg-30{
  height: 30px;
}

.wd-135{
  width: 135px !important;
}

.btn-first-timer.active{
  cursor: pointer;
}

.lh-17{
  line-height: 17px;
}
.bc-86{
  border-color: #868686 !important;
}

/* start style for search all */
.size-icon-for-search-all{
  height: 16px !important;
  width: 16px !important;
}

.icon-for-search-all{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 8px;
  padding-right: 10px !important; 
  border-right: unset !important;
}

.input-for-search-all{
  height: 32px;
  width: 100% !important;
}

.reset-for-search-all{
  border-left-color: transparent !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

#forSearch .tt-suggestion{
  font-family: 'AvenirNextLTProMedium' !important;
  color: #868686 !important;
}

.tt-highlight {
  font-family: 'AvenirNextLTProMedium' !important;
  color: #1b1b1b !important;
}
.tt-dataset{
  font-size: 12px;
}

#forSearch .tt-dropdown-menu, #forSearch .tt-menu {
  margin: 0;
  width: calc(100% + 33px + 33px);
  left: -34px !important;
  border-color: #176cf7;
  max-height: 166px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 5px;
  padding-bottom: 6px;
}

#forSearch .twitter-typeahead {
  width: calc(100% - 40px - 33px);
}

#forSearch .input-group-append .input-group-text {
  width: 33px;
}

.search-all{
  border-color: #868686 !important;
}

#forSearch .form-control:not(.search-all) {
  border-radius: 0;
  padding: 0.375rem 0;
  border-right-width: 0 !important;
}

#forSearch .tt-dropdown-menu .tt-suggestion, #forSearch .tt-menu .tt-suggestion {
  padding: 6px 0;
}

#forSearch .tt-selectable-grid {
  display: grid !important;
  grid-template-columns: 43px auto;
  align-items: center;
}

.div-grow{
  flex-basis: 0; flex-grow: 1;
}

.select2-selection__rendered{
  font-family: 'AvenirNextLTProMedium' !important;
}

.select2-selection__placeholder{
  color: #868686 !important;
  font-family: 'AvenirNextLTProMedium' !important;
}

.popover-body{
  color: #1b1b1b !important;
  font-size: 12px !Important;
}

.input-export{
  padding-right: 8px;
  padding-left: 8px;
}
.select2-container--default .select2-selection--single{
  border-color: #868686 !important;
}

.select2-results__option {
  height: auto !important;
  padding: 4px 8px !important;
  font-family: AvenirNextLTProMedium;
  line-height: normal;
}
.select2-results__options{
  padding: 8px 4px !important;
}

.img-lihat-mitra{
  height: 32px;
  width: 32px;
  border: 1px solid #868686;
  border-radius: 50%;    
}

.box-diumumkan-kepada{
  max-height: 176px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  /*height: 176px !important;*/
}

.select2-container{
  color: #1b1b1b !important;
}

.select2-container .select2-selection--single{
  height: 100% !important;
}

.select2-container--open > .selection > .select2-selection--single{
  border-color: #176cf7 !important;
  border-radius: 4px;
}

.select2-container--focus > .selection > .select2-selection--single{
  border-color: #176cf7 !important;
  border-radius: 4px;
}

.select2-dropdown--below{
  border-color: #176cf7 !important;
}

select.tahap-tender{
  padding-right: 0 !important;
}

.btn-count-diumumkan:hover{
  color: white !important;
}

button:focus {
  outline: unset !important;
}
a:focus {
  outline: unset !important;
}

.dropdown-item {
  color: #1b1b1b !important;
}

.title-header-filter{
  color: #1b1b1b !important;
}

.main-filter{
  border-color: #868686 !important;
}

.management-lokasi-menu-area-pickup{
  border: 1px solid #176cf7;        
  display: none; 
  z-index: 500;
  /*position: absolute;*/
  height: auto;        
  width: 271px !important;
  position: absolute !important;
  top: 100% !important;
  padding : 12px 12px 0 12px !important;
}

.management-lokasi-select{
  cursor: pointer;
}
.management-lokasi-select-area-pickup,.management-lokasi-select-area-destinasi{
  /*margin-bottom: 10px;*/
  cursor: pointer;
}

.management-lokasi-menu-area-destinasi{
  border: 1px solid #176cf7;        
  display: none; 
  z-index: 500;
  position: absolute;
  height: auto;        
  width: 271px !important;
  position: absolute !important;
  top: 100% !important;
  left: 20% !important;
}

.input-invited{
  width: 264px !important;
  height: 30px !important;
}

.card-header-title-1{
  font-family: 'AvenirNextLTProBold' !important;
  font-size: 1.15rem !important;
  color: #1B1B1B !important;
  line-height: 1 !important;
  margin-bottom: 6px;
}

.card-header-title-2{
  font-family: 'AvenirNextLTProDemi' !important;
  font-size: 0.86rem !important;
  color: #868686 !important; 
  line-height: 1 !important;
}

.container-pratender-create{
  padding-left: unset;
  /*margin-left: -40px;*/
}

.card.card-pratender{
  border: 1px solid #868686 !important;
  border-radius: 12px;
  box-sizing: border-box;
}

.card.card-pratender:hover{
  border: 1px solid #868686 !important;
  border-radius: 12px;
  box-sizing: border-box;
}

.card.card-pratender > .card-header{
  border: unset !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;    
  border-bottom: 1px solid #868686 !important;;
  padding: 12px 32px;
}

.card.card-pratender > .card-body{
  border: unset !important;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;    
  padding:  24px 0 35px 32px;
}
.btn-aktif.no-action.numberCircle{
  /*border-color: #A8a8a8 !important;*/
  /*color: #a8a8a8 !important;*/
  color: #868686 !important;
  background-color: unset !important;
  border:  unset !important;
  /*background: #a8a8a8;*/
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#gi-pagination{
  margin-bottom: 0px !important;
}

.dropdown-fi.active > span{
  color: #176CF7 !Important;
}

.clickpagination > span:not(.active-mode) {
  color: #868686 !Important;
  padding: 2px 0.4rem;
}

.numberCircle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 4px;
  background: #176CF7;        
  color: white;
  text-align: center;
}

button:focus{
  outline:1px solid transparent;
}

.raido-blue-center[type=radio] {
  border:1px solid rgba(0,0,0,0.33);
  background-color: #fff;
  border-radius: 50% !important;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

.raido-blue-center:checked {
  background-color: white !important;
  border-color: #176CF7 !important;
  /*box-shadow: 2px 3px 4px 1px #176cf7;*/
}

.raido-blue-center:checked[type=radio] {
  background-image: url('radio-blue.svg')
}

.text-code {
  font-size: 0.83rem;
  font-family: AvenirNextLTProMedium;
  color: #176CF7;
  margin-left: 2px;
  letter-spacing: 0px;
}

.text-subheader {
  font-size: 1.16rem;
  font-family: AvenirNextLTProBold;
}
.text-kota {
  font-size: 0.83rem;
  font-family: AvenirNextLTProDemi;
  color: #868686;
  letter-spacing: 0px;
}
.text-small {
  font-size: 0.67rem;
  font-family: AvenirNextLTProDemi;
  color: #1b1b1b;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.content-menu{
  margin-left: 24.28rem !important;
}

.card-custom{
    box-shadow: 0px 4px 11px #00000029;
    border-radius: 12px;
    border-color: #a8a8a8;
}

 /* start management */
.management-lokasi-menu{
  border: 1px solid #176cf7;        
  display: none; 
  z-index: 500;
  position: absolute;
  height: auto;        
  width: 472px !important;
}

.management-submenu{
  border-top: 1px solid #868686;
  /*padding-top: 12px !important;*/
}

.management-submenu-title{
  color: #868686;
  opacity: 1;
  font-size: 10px;
  display: block;
  /*margin-bottom: -5px;*/
  line-height: 10px;
}

.management-lokasi-text{
  font-size: 0.85rem;
  color: #868686;
  opacity: 1;
  font-family: 'AvenirNextLTProBold';
  line-height: 1rem;
}

.management-lokasi-value{
  font-size: 0.85rem;
  color: #525252;
  opacity: 1;
  font-family: 'AvenirNextLTProMedium'; 
}

.submenu-lokasi-name{
  color: #2E2E2E;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
}

.submenu-lokasi-detail{
  color: #868686;
  opacity: 0.62;
  font-size: 10px;
}

.tt-suggestion{
  color: #868686 !important;
}

.all-management-lokasi{
  color: #176CF7;
  opacity: 1;
  font-size: 10px;
  font-weight: bold;
}

.select-lokasi{
  letter-spacing: 0px;
  color: #176CF7;
  opacity: 1;
  font-size: 12px;
}

.management-lokasi-select{
  cursor: pointer;
}

.management-lokasi-select-all{
  cursor: pointer;
}

.pac-container{
  height: 100px !important;
}

#simpanLokasi, #editLokasi, #all-management-lokasi{
  z-index: 10001
}

#all-management-lokasi{
  overflow-y: scroll;
  height: 75%;
}

.popover{
  z-index: 20000000 !important;
}


/* End management */

.btn-didalam:hover{
  color: white !important;
}

.invitation-badge-counter{
  margin-left: 12px;
  padding: 8px 16px;
  font-size: 12px;
  border-radius: 18px;
  color: #176CF7 !important;
  border: 1px solid #176CF7 !important;
  height: 30px;
  cursor: pointer;
  width: 55px;
  background-color: white !important;
  margin-bottom: -0.5rem;
  text-align: center;
  line-height: 1;
  /*display: inline-block;
  text-overflow: ellipsis;
  max-width: 97%;
  white-space: nowrap;
  overflow: hidden;*/

}

.for-fi-btn{
  background: #176cf7 !important;
  color: white;
  border: 0px solid;
}

.for-text{
  font-size: 0.72rem !important;
  font-family: 'AvenirNextLTProMedium';
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 85%;
}

.invitation-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: white;
  border-radius: 0 12px 12px 0;
}

.invitation-scroll::-webkit-scrollbar-track-piece {
  /*margin: -6px 0 -6px 0;*/
  background: #ebebeb;
  /*border: 6px solid white;*/
  border-radius: 4px;
}

.invitation-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  /*      border:  6px solid transparent;
  background-clip: content-box;*/
  height: 25px;
}

input#searchMitra{
  background: white !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.brd-0{
  border-radius: 0 !important;
}

.menu-filter > .modal-dialog > .modal-content{
  border-radius: 0 !important;
}
.text-see-all {
  font-size: 10px;
  color: #176cf7;
  font-family: 'AvenirNextLTProMedium';
}

.icon-search{
  width: 1.35rem !important;
  height: 1.35rem !important;
}
/*select2 image arrow penting*/
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  background-image:url('/_resources/themes/muat/image/svg/search2-arrow.svg')!important;
  width:16px!important;
  height:16px!important;
  background-size:cover;
  border-width:0px!important;
  left:0%!important;
  margin-top:-6px!important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b{
  background-image:url('/_resources/themes/muat/image/svg/search2-arrow.svg')!important;
  width:16px!important;
  transform:rotate(180deg);
  height:16px!important;
  background-size:cover;
  border-width:0px!important;
  left:0%!important;
  margin-top:-6px!important;
}
/* selesai arrow */