#zrtt-os{
  /* background-color: #262927; */
  background-color: transparent;
}

#zrtt-os .screener-container{
	background-image:none;
  width: 100% !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

#zrtt-os.showtable .screener-container{
  height: 84rem;
}

/* heading */
#zrtt-os h1.top-heading {
  font-size: 1.5rem;
  color: #fff;
  border-left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 12px;
  font-weight: bolder;
}

#zrtt-os h1.top-heading:after{
  border: 0;
}

/* tabs */
#zrtt-os h1.top-heading + nav.nav-tabs{
  position: relative;
}

#zrtt-os nav.nav-tabs a.nav-link{
  padding: 8px 13px 7px 13px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #585858;
  border: 1px solid #b2b2b2 !important;
  margin-right: 12px;
  color: #fff;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.45);
  font-size: 13.5px;
}

#zrtt-os nav.nav-tabs .active a.nav-link{
  background-color: #b2b2b2;
  color: #222020 ;
}

#zrtt-os h1.top-heading + nav.nav-tabs:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #b2b2b2;
}

#zrtt-os .tab-content{
  background: transparent;
  border: 0;
  /* padding: 2rem 0 0 0; */
  padding: 1.5rem 0 0 0;
}
      

/* tab content screening criteria */
/* select strategy col */
#zrtt-os .select-strategy .dd-listing  {
  background-color: #fff;
  right: 6px;
  width: calc(100% - 186px);
  height: 150px;
}

#zrtt-os .select-strategy .dd-listing  {
  padding-top: 0;
  padding-bottom: 0;
  /* background-color: #585858; */
  background-color: #fff;
  top: 6px !important;
  right: 32px;
  width: calc(100% - 213px);
  max-height: 410px;
  height: auto;
}

#zrtt-os .dropdown-item{
  background-color: #585858;
  color: #fff !important;
  padding: .5rem 1rem;
  font-size: 15px;
  height: 40px;
  color: #212529;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

#zrtt-os .dropdown-item:hover{
  background-color: #7a7a7a;
}

#zrtt-os .mat-autocomplete-panel{
  background-color: #585858;
  right: -4px;
  top: 6px;
  border-radius: .25rem;
  max-height: 410px;
  height: auto;
}

#zrtt-os .mat-autocomplete-panel .mat-option{
  padding: .5rem 1rem;
  font-size: 15px;
  height: 40px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

#zrtt-os .mat-autocomplete-panel .mat-option:hover{
  background-color: #7a7a7a;
}

#zrtt-os .mat-option.mat-active, 
#zrtt-os .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled), 
#zrtt-os .mat-option:focus:not(.mat-option-disabled), 
#zrtt-os .mat-option:hover:not(.mat-option-disabled) {
  /* background: rgba(0, 0, 0, .04); */
  background: #7a7a7a;
}

#zrtt-os .selection-field-bukcet .col {
  width: 48%;
  min-width: 48%;
}

#zrtt-os .selection-field-bukcet .col:last-child {
  width: 52%;
  min-width: 52%;
}

#zrtt-os .selection-field-bukcet > .col:first-of-type {
  border-right: 1px solid #b2b2b2;
}

#zrtt-os .selection-field-bukcet .col:last-child .form-group.ng-star-inserted:last-of-type .filter-control > fieldset > .col-4 {
  padding-right: 5px !important;
}

/* #zrtt-os .ng-star-inserted .form-group {
  padding-right: 5px;
} */

/* #zrtt-os .form-group.ng-touched.ng-dirty.ng-invalid, 
#zrtt-os .selection-field-bukcet .col > div {
  padding-right: 0;
} */

#zrtt-os .selection-field-bukcet .col div.filter-control {
  height: 43px;
  padding-right: 0;
}

#zrtt-os .ng-star-inserted .form-group .strategy-dd {
  width: calc(100% - 207px);
}

#zrtt-os .option-input-wrap .tickers-autocomplete{
  position: relative;
}

#zrtt-os .option-input-wrap .tickers-autocomplete .symbol-select-field{
  /*position: absolute !important;*/
  width: 100%;
  left: -14px;
}

#zrtt-os .option-input-wrap .tickers-autocomplete .symbol-select-field mat-form-field {
  width: calc(100% - 136px);
}

#zrtt-os .selection-field-bukcet .inpwithandval > div.form-group {
  /* flex: none;
  width: 100%; */
  flex: 12 0 0%;
  width: calc(100% + 20px);
}

#zrtt-os .selection-field-bukcet .inpwithandval > div.form-group + label + input {
  width: calc(100% + 20px);
}

#zrtt-os .selection-field-bukcet .inpwithandval > span.andval {
  top: 10px !important;
  color: #fff;
}

#zrtt-os .selection-field-bukcet > .col:first-child input#moneynessv2 + span {
  position: relative;
  top: 10px;
  color: #fff;
}

#zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-4 {
  /* width: 35%; */
  /* width: 34%; */
  /* padding-left: 0 !important; */
}

#zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-8.group-input{
  /* width: 65%; */
}

#zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-8.group-input > div:first-child {
  /* width: 31%; */
  width: 29.5%;
}

/* #zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-4:last-child,
#zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-4:nth-child(2){
  width: 29%;
} */

#zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-8.group-input > div:nth-child(2) {
  /*margin-left: 0;*/
  margin-left: 5px;
  width: 17%;
}

#zrtt-os .selection-field-bukcet .col:last-child fieldset div.col-8.group-input > div:last-child {
  /* width: calc(50% + 4px); */
  width: calc(50% + 1px);
  padding-right: 0;
}

#zrtt-os .selection-field-bukcet.pt-3 {
  border-top: 1px solid #b2b2b2;
  /* padding-top: 2rem !important; */
  padding-top: 1.75rem !important;
  margin-top: .75rem !important;
}

/* form elements */
#zrtt-os h3.label-type, #zrtt-os label{
  color: #b2b2b2;
  margin-top: 13px;
}

#zrtt-os .symbol-select-field label.label-two {
  margin-top: 13px;
}

#zrtt-os .info-ico {
  background-image: url(./images/info_icon.png);
}

#zrtt-os .form-control#OptionType{
  /* width: 99%; */
}

#zrtt-os .symbol-select-field .mat-chip-list-wrapper {
  padding: 0.375rem 0.5rem;
  background: #585858;
  color: #fff;
  border: 1px solid #b2b2b2;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.45);
  min-height: 43px;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
}

#zrtt-os .symbol-select-field .mat-chip-list-wrapper mat-chip{
  background-color: #b2b2b2;
  color: #222020;
}

#zrtt-os .symbol-select-field .mat-input-element {
    caret-color: #fff;
}
          

#zrtt-os .select-strategy .strategy-dd button#strategy-dropdown {
  background: #585858 !important;
  border: 1px solid #b2b2b2 !important;
  font-size: 13.5px;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.45);
  padding: 0.375rem 0.5rem;
  color: #fff;
  min-height: 43px;
}

#zrtt-os .select-strategy .strategy-dd button#strategy-dropdown:after {
  top: 18px;
  color: #fff;
}

#zrtt-os .form-control, 
#zrtt-os .form-control:focus {
  background: #585858;
  font-size: 13.5px;
  color: #fff;
  padding: 0.375rem 0.5rem !important;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.45);
  border: 1px solid #b2b2b2;
  min-height: 43px !important;
}

#zrtt-os select#moneynessv5, 
#zrtt-os select#moneynessv2, 
#zrtt-os input#moneynessv2{
  padding-left: .25rem !important;
}

#zrtt-os .selection-field-bukcet .col:last-child .form-group.ng-star-inserted:last-of-type .filter-control > fieldset > .col-4:nth-child(2) .form-group {
  width: 103%;
}

/* buttons */
#zrtt-os button.btn-for-all {
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  padding: .7rem .5rem .7rem 2rem;
  align-self: center;
  transition: all linear 0.2s;
  height: 49px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

#zrtt-os button.go-ahead{
  background-color: #023D3D;
}

#zrtt-os button.go-ahead:hover, 
#zrtt-os button.go-ahead:focus, 
#zrtt-os button.go-ahead:active, 
#zrtt-os button.go-ahead:focus-visible{
  background-color: #00A3B8 !important;
  color: #fff !important;
  background-image: url(./images/right-arrow.png);
  border: 1px solid #b2b2b2;
}

#zrtt-os button.save {
  background-color: #eb6d0c;
  border-color: #ebb291;
}

#zrtt-os button.save:hover, 
#zrtt-os button.save:focus, 
#zrtt-os button.save:active, 
#zrtt-os button.save:focus-visible
{
  background-color: #bc5200 !important;
  color: #fff !important;
  background-image: url(./images/save-download.png);
  border: 1px solid #ebb291;
}

#zrtt-os button.reset{
  background-color: transparent;
  background-image: url(./images/reset.png);
  border: 0;
  color: #eb6d0c;
}

#zrtt-os button.reset:hover, 
#zrtt-os button.reset:focus, 
#zrtt-os button.reset:active, 
#zrtt-os button.reset:focus-visible{
  background-color: transparent !important;
  background-image: url(./images/reset-white.png);
  color: #fff !important;
  border: 0;
}

#zrtt-os button.load {
  background-color: #36c670;
}

#zrtt-os button.load:hover, 
#zrtt-os button.load:focus, 
#zrtt-os button.load:active, 
#zrtt-os button.load:focus-visible{
  background-image: url(./images/loading-green.png);
  color: #36c670 !important;
}

#zrtt-os button.delete {
  background-color: #F44336;
}

#zrtt-os button.delete:hover, 
#zrtt-os button.delete:focus, 
#zrtt-os button.delete:active, 
#zrtt-os button.delete:focus-visible{
  background-image: url(./images/bin-box-red.png);
  color: #F44336;
}


#zrtt-os button.delete, #zrtt-os button button.go-ahead, #zrtt-os button button.load, #zrtt-os button button.reset, #zrtt-os button button.save {
  background-position: 8px;
}

#zrtt-os .btn.disabled, #zrtt-os .btn:disabled, #zrtt-os fieldset:disabled .btn{
  background-color: #D5CECE !important;
  border: 1px solid #D5CECE !important;
}

#zrtt-os .option-list {
  border-top: 1px solid #b2b2b2;
  padding-top: 2rem !important;
}

/* table styles */
#zrtt-os .option-list span.page-num {
  color: #a6a6a6;
}

#zrtt-os .option-list .dw-ico {
  position: relative;
  color: #1eab56;
  font-weight: 400;
  border: 1px solid #1eab56;
  background-color: transparent;
  border-radius: 4px;
}

#zrtt-os .option-list .dw-ico:hover{
  background-color: #fff;
}

#zrtt-os .option-list .dw-ico:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #1eab56;
}

#zrtt-os .option-list .dw-ico span.wrap {
    background-color: transparent;
    padding: 4px 5px;
}

#zrtt-os .option-list .dw-ico:hover span.wrap{
  background-color: transparent;
  border-right: 0;
}

#zrtt-os .option-list .dw-ico span.wrap img{
  left: 1px;
  width: 15px;
  height: auto;
}
#zrtt-os p.report-date {
  color: #a6a6a6;
  margin-bottom: .5rem !important;
}

#zrtt-os .option-list[_ngcontent-bfe-c123] {
  padding-top: 2rem !important;
}

/* pagination */
#zrtt-os .option-list ul.pagination li{
  transition: all linear 0.3s;
}

#zrtt-os .option-list ul.pagination li a{
  background-color: transparent;
}

#zrtt-os .option-list ul.pagination li.disabled{
  pointer-events: none !important;
  cursor: not-allowed !important;
}

#zrtt-os .option-list ul.pagination li.disabled a{
  border-color: #1eab56;
}

#zrtt-os .option-list ul.pagination li:first-child a{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

#zrtt-os .option-list ul.pagination li:last-child a{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

#zrtt-os .option-list ul.pagination li.disabled a{
  background: #434343;
  color: #b2b2b2;
}

#zrtt-os .option-list ul.pagination li:hover{
  background-color: transparent;
}

#zrtt-os .option-list ul.pagination li a.page-link{
  border: 1px solid #1eab56;
  color: #fff;
  padding: 6px 12px;
  line-height: 14px;
  font-size: 12px;
}

#zrtt-os .option-list ul.pagination li.active a.page-link, 
#zrtt-os .option-list ul.pagination li a.page-link:hover{
  background-color: #1eab56;
}

#zrtt-os .result-bucket .scrollable-content {
  border: 1px solid #1eab56;
  border-radius: .25rem;
}

#zrtt-os .result-bucket .mat-table thead th {
  border-bottom: 1px solid #1eab56;
  font-size: 13.5px;
  padding: 5px 4px;
  background-color: #023D3D;
  color: #fff;
  font-weight: 600;
}

#zrtt-os .result-bucket .mat-table thead th .mat-sort-header-arrow {
  color: #fff;
}

#zrtt-os .result-bucket .mat-table tbody td:first-child {
  padding-bottom: 10px;
}

#zrtt-os .result-bucket .mat-table tbody td, 
#zrtt-os .result-bucket .mat-table tbody th {
  color: #fff;
  border-bottom: 0;
  font-size: 13.5px;
  background-color: #262927;
}

#zrtt-os .result-bucket .mat-table thead th:first-child, 
.result-bucket .mat-table tbody td:first-child {
  padding-left: 10px;
}

#zrtt-os .result-bucket .mat-table tbody tr:nth-child(odd){
  background-color: transparent;
}

#zrtt-os .result-bucket .mat-table .mat-row:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

/* tab content My Screens */

#zrtt-os .my-screen-bucket > .col {
  border: 1px solid #7AF3AA;
  padding: 0;
  margin: 0 0.75rem;
  border-radius: 0.25rem;
}

#zrtt-os .my-screen-bucket table.my-scrn-datatable tbody tr:nth-child(odd) {
  background-color: transparent;
}

#zrtt-os table.my-scrn-datatable thead th:first-child {
  border-top-left-radius: 0.25rem;
}

#zrtt-os table.my-scrn-datatable thead th:last-child {
  border-top-right-radius: 0.25rem;
}

#zrtt-os .my-screen-bucket table.my-scrn-datatable thead th {
  background-color: #023D3D;
  border-bottom: 1px solid #7AF3AA;
  color: #fff;
  font-weight: 550;
  font-size: 15px;
}

#zrtt-os .my-screen-bucket table.my-scrn-datatable tbody td, 
#zrtt-os table.my-scrn-datatable tbody th {
  color: #fff;
  background-color: #262927;
}

#zrtt-os .my-screen-bucket table.my-scrn-datatable tbody td, 
#zrtt-os table.my-scrn-datatable tbody th, 
#zrtt-os table.my-scrn-datatable thead th {
  padding: 8px 10px;
  font-size: 14px;
  border-bottom: 0;
}

#zrtt-os .my-screen-bucket table.my-scrn-datatable tbody tr:hover{
  background-color: rgba(0, 0, 0, 0.07);
}

#zrtt-os .my-screen-bucket button.btn-for-all{
  padding: .25rem .5rem .25rem 2rem;
}

/* popover */
#zrtt-os .popover{
  background-color: #b2b2b2;
  color: #222;
  width: 516px;
  min-width: 516px;
}

#zrtt-os .popover-body {
  color: #222020;
  font-weight: 500;
}

#zrtt-os .popover .arrow {
  background: #ffffff;
  cursor: pointer;
}

#zrtt-os .select-saved-field .popover{
  width: auto;
  min-width: auto;
}

#zrtt-os .selection-field-bukcet .col:last-child .popover{
  width: 500px;
  min-width: 500px;
}

/* predefined screen */
#zrtt-os .predefined-screen-bucket .module-header {
  background-color: transparent;
  margin-bottom: 2rem;
  padding-left: 0;
}

#zrtt-os .predefined-screen-bucket .module-header h2{
  color: #fff;
  font-size: 1rem;
  top: 15px;
}

#zrtt-os .predefined-screen-bucket .screens-segment {
  border: 1px solid #1eab56;
  border-radius: .25rem;
}

#zrtt-os .predefined-screen-bucket .screens-segment .screen-header h3 {
  font-size: 17px;
  background-color: #1eab56;
  border-radius: .25rem;
  padding: 5px 25px 4px;
}

#zrtt-os .predefined-screen-bucket .screens-segment article.details-predefined{
  background-color: transparent;
}

#zrtt-os .predefined-screen-bucket .screens-segment article.details-predefined h4 {
  color: #a6a6a6;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 6px;
}

#zrtt-os .predefined-screen-bucket .screens-segment article.details-predefined p {
  color: #fff;
}

/* help tab */
#zrtt-os .help-content .nav-tabs button {
  padding: 8px 13px 7px 13px;
  background-color: #585858;
  border: 1px solid #151616 !important;
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
  transition: all linear 0.3s;
}

#zrtt-os .help-content .nav-tabs button.active, 
#zrtt-os .help-content .nav-tabs button:hover{
  /* background-color: #1eab56;
  color: #fff; */
  background-color: #b2b2b2;
  color: #151616;
  font-weight: 550;
}

/* #zrtt-os .help-content #helptabdeetails:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #b2b2b2;
} */

#zrtt-os .help-content .module-header{
  background-color: transparent;
  padding: 10px 15px 10px 0;
  margin-bottom: 1rem;
}

#zrtt-os .help-content .module-header h2 {
  color: #fff;
  font-size: 1rem;
  top: 15px;
}

#zrtt-os .help-content .tab-content {
  border: 1px solid #1eab56 !important;
  position: relative;
  top: 2rem;
  border-radius: 0.25rem;
  padding-bottom: 0 !important;
}

#zrtt-os .help-content .tab-content h5 {
  color: #b2b2b2;
}

#zrtt-os .accordion .accordion-item{
  background-color: transparent;
  border: none;
  border-bottom: 0;
  margin-bottom: .5rem;
}

#zrtt-os .help-content .accordion button.accordion-button{
  /* background-color: #1eab56;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.45);
  border-radius: 0.25rem;
  transition: all linear 0.3s; */
  background-color: #1eab56;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  /* box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.45); */
  border-radius: 0.25rem;
  /* transition: all linear 0.3s; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* #zrtt-os .help-content .accordion button:hover{
  background-color: #1eab56 !important;
} */

#zrtt-os .help-content .accordion button.collapsed:hover {
  /* background-color: #1eab56 !important; */
  color: #1eab56 !important;
}

#zrtt-os .help-content .tab-content p{
  color: #fff;
}

#zrtt-os .help-content .accordion .accordion-body{
  /* background-color: transparent; */
  background-color: transparent;
  box-shadow: none;
  /* border-bottom: 1px solid #1eab56; */
  padding: 10px;
}

/* #zrtt-os .help-content .accordion button.accordion-button.collapsed {
  background-color: #585858;
  box-shadow: none;
} */

#zrtt-os .help-content .accordion button.accordion-button.collapsed {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #1eab56;
}

#zrtt-os .help-content .accordion .accordion-item:last-child button.accordion-button.collapsed {
  border-bottom: 0;
}

#zrtt-os .help-content .accordion .accordion-collapse.show{
  /* border: 1px solid #1eab56; */
  /* margin-top: .25rem;
  border-radius: 0.25rem; */
}

#zrtt-os .help-content .accordion .accordion-collapse.show {
  border: 1px solid #1eab56;
  /* padding: 0 8px; */
}
/* rank chip*/
#zrtt-os .rank_chip{
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  text-shadow: 0px -1px 1px #111;
  padding: 3px 5px 2px 5px;
  border-radius: 3px;
  line-height: 14px !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  height: 20px;
  box-shadow: none;
}

#zrtt-os .rank_chip.rankrect_1 {
    background-color: #20C060;
    color: #ffffff;
}
/* zacks rank chip for 2 */
#zrtt-os .rank_chip.rankrect_2 {
  background-color: #A5C677;
  color: #ffffff;
}
/* zacks rank chip for 3 */
#zrtt-os .rank_chip.rankrect_3 {
  background-color: #F5DA79;
  color: #605017;
}
/* zacks rank chip for 4 */
#zrtt-os .rank_chip.rankrect_4 {
	background-color: #E78D56;
  color: #ffffff;
}
/* zacks rank chip for 5 */
#zrtt-os .rank_chip.rankrect_5 {
  background-color: #EC4B41;
  color: #ffffff;
}

/* modal content */
#zrtt-os .modal .modal-dialog .modal-content {
  background-color: #181616;
  box-shadow: 3px 2px 16px #000000;
  border: 1px solid #4e4a4a;
}
#zrtt-os .modal .modal-dialog .modal-content .modal-header{
  background: transparent;
  border-bottom: 1px solid #4e4a4a;
}
#zrtt-os  .modal-backdrop.show {
    opacity: 0;
}
#zrtt-os .save-strategy .mdoal-content-wrapper button.btn-for-all {
  background: #20c060;
  text-align: center;
  padding: .5rem .7rem;
  border: 0;
}
#zrtt-os .save-strategy .mdoal-content-wrapper button.btn-for-all:hover {
   color: #000 !important;
  background: #20c060 !important;
}
#zrtt-os .save-strategy .mdoal-content-wrapper .form-control{
  background: rgb(88 88 88 / 20%);
}
#zrtt-os .save-strategy .mdoal-content-wrapper .form-control:focus{
  border-color: #ebebeb;
}


/* customize scrollbar */
#zrtt-os ::-webkit-scrollbar{
  height: 8px;
  width: 8px;
  background: #1eab56;
}

/* Track */
#zrtt-os ::-webkit-scrollbar-track {
  background: #ebebeb; 
  border-radius: 10px;
}

/* Handle */
#zrtt-os ::-webkit-scrollbar-thumb {
  background: #1eab56; 
  border-radius: 10px;
}

/* Handle on hover */
#zrtt-os ::-webkit-scrollbar-thumb:hover {
  background: #1eab56; 
}

#zrtt-os ::-webkit-scrollbar-thumb:horizontal{
  background: #1eab56;
  border-radius: 10px;
}

#zrtt-os .selection-field-bukcet > .col sl-filter-control fieldset .col-4{
  width: 133px;
  position: relative;
}

#zrtt-os .selection-field-bukcet > .col:first-of-type sl-filter-control .filter-control:last-child .col-4.betweenfield {
    margin-right: 18px;
}

#zrtt-os .selection-field-bukcet > .col:first-of-type sl-filter-control .filter-control:last-child .col-4.betweenfield span.andval {
    right: -20px;
}

/*#zrtt-os .selection-field-bukcet > .col:first-of-type sl-filter-control .opendebit + fieldset .col-4.betweenfield, 
#zrtt-os .selection-field-bukcet > .col:last-of-type sl-filter-control .daystoexp + fieldset .col-4.betweenfield {
    padding-right: 20px !important;
    width: 154px;
}*/
#zrtt-os .selection-field-bukcet > .col:last-of-type sl-filter-control .daystoexp + fieldset .col-4.betweenfield {
    padding-right: 20px !important;
    width: 154px;
}

#zrtt-os .selection-field-bukcet .inpwithandval > span.andval{
  right: -2px;
  left: auto;
  position: absolute;
}