/******************************/
.custom_checkbox1 {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  border: 1px solid rgba(150, 150, 150, 0.2) !important;
  /*background-color: #fff;*/
  overflow: hidden;
  cursor: pointer;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.custom_checkbox1:hover {
  border-color: #080f46 !important;
}

.custom_checkbox1 + .lbl {
  display: inline-block;
  position: relative;
  top: -9px;
}

.custom_checkbox1 input {
  position: absolute;
  left: -9999px;
  top: 0px;
}

.custom_checkbox1 .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.custom_checkbox1 .icon:before {
  content: "";
  display: block;
  width: 110px;
  height: 100%;
  background: #080f46;
  position: absolute;
  right: 100%;
  top: 0px;
}

.custom_checkbox1 .icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #080f46;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.custom_checkbox1 input[type="checkbox"]:checked + .icon:before,
.custom_checkbox1 input[type="checkbox"]:checked + input + .icon:before {
  background: #080f46;
  right: 0px;
}

.custom_checkbox1 input[type="checkbox"]:checked + .icon:after,
.custom_checkbox1 input[type="checkbox"]:checked + input + .icon:after {
  left: calc(100% - 22px);
  border-color: #d5d5d5 !important;
  background: #ffffff;
}

.custom_checkbox1.with_txt {
  width: 100px;
}

.custom_checkbox2 {
  display: inline-block;
  border: 1px solid #080f46;
  width: 20px;
  height: 19px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  padding: 2px 3px;
  margin: 0px;
  border-radius: 3px;
}
.custom_checkbox2.blue {
  border-color: #3f51b5;
  background: #3f51b5;
}
.custom_checkbox2.orange {
  border-color: #eb4206;
  background: #eb4206;
}
.custom_checkbox2.green {
  border-color: #0b8043;
  background: #0b8043;
}
.custom_checkbox2.majenta {
  border-color: #8e24aa;
  background: #8e24aa;
}
.custom_checkbox2.gray {
  border-color: #616161;
  background: #616161;
}
.custom_checkbox2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d5d5d5;
  position: absolute;
  left: 0px;
  top: 0px;
}
.custom_checkbox2.blue:before,
.custom_checkbox2.orange:before,
.custom_checkbox2.green:before,
.custom_checkbox2.majenta:before,
.custom_checkbox2.gray:before {
  display: none;
}
.custom_checkbox2 input {
  position: absolute;
  left: -9999px;
  top: 0px;
}
.custom_checkbox2 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: #1377d7;
}
.custom_checkbox2.blue .icon,
.custom_checkbox2.orange .icon,
.custom_checkbox2.green .icon,
.custom_checkbox2.majenta .icon,
.custom_checkbox2.gray .icon {
  background: none;
}
.custom_checkbox2 .k-checkbox-label {
  display: none !important;
}
.custom_checkbox2 .icon:before {
  content: "";
  position: absolute;
  top: 3px;
  width: calc(100% - 27px);
  text-align: center;
}

.custom_checkbox1.with_txt .checkbox_txt.text_left {
  left: 0px;
  display: none;
  color: #ffffff;
  position: relative;
  z-index: 9;
  padding: 4px 7px;
}

.custom_checkbox1.with_txt .checkbox_txt.text_right {
  right: 0px;
  width: 100%;
  position: absolute;
  text-align: right;
  padding: 2px 7px;
}

.custom_checkbox1.with_txt
  input[type="checkbox"]:checked
  + .icon
  .checkbox_txt.text_right {
  display: none;
}

.custom_checkbox1.with_txt
  input[type="checkbox"]:checked
  + .icon
  .checkbox_txt.text_left {
  display: block;
}

.custom_checkbox2 {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 20px;
  height: 19px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  padding: 2px 3px;
  margin: 0px;
}

.custom_checkbox2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d5d5d5;
  position: absolute;
  left: 0px;
  top: 0px;
}

.custom_checkbox2 input {
  position: absolute;
  left: -9999px;
  top: 0px;
}

.custom_checkbox2 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: #146195;
}

.custom_checkbox2 .k-checkbox-label {
  display: none !important;
}

.custom_checkbox2 .icon:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  height: 7px;
  z-index: 9;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
}

.custom_checkbox2 .icon:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  background: #ffffff;
  width: 10px;
  height: 2px;
  z-index: 9;
  display: block;
}

.custom_checkbox2 input[type="checkbox"]:checked + .icon:after,
.custom_checkbox2 input[type="radio"]:checked + .icon:after,
.custom_checkbox2
  input[type="checkbox"]:checked
  + .k-checkbox-label
  + input
  + .icon:after,
.custom_checkbox2 input[type="checkbox"]:checked + input + .icon:after {
  display: none;
}

.custom_checkbox2 input[type="checkbox"]:indeterminate + .icon:before,
.custom_checkbox2 input[type="radio"]:indeterminate + .icon:before,
.custom_checkbox2
  input[type="checkbox"]:indeterminate
  + .k-checkbox-label
  + input
  + .icon:before,
.custom_checkbox2 input[type="checkbox"]:indeterminate + input + .icon:before {
  display: none;
}

.custom_checkbox2 input[type="checkbox"]:checked + .icon,
.custom_checkbox2 input[type="radio"]:checked + .icon,
.custom_checkbox2 input[type="checkbox"]:indeterminate + .icon,
.custom_checkbox2 input[type="radio"]:indeterminate + .icon,
.custom_checkbox2
  input[type="checkbox"]:checked
  + .k-checkbox-label
  + input
  + .icon,
.custom_checkbox2 input[type="checkbox"]:checked + input + .icon {
  display: block;
}

.custom_checkbox3 {
  display: inline-block;
  border: 1px solid rgba(150, 150, 150, 0.3);
  border-radius: 2px;
  width: 17px;
  height: 16px;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  padding: 2px 3px;
  margin: 0px;
}
.custom_checkbox3:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.custom_checkbox3 input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.001;
  z-index: 9;
}

.custom_checkbox3 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
  background: #146195;
  pointer-events: none;
}
.custom_checkbox3 .k-checkbox-label {
  display: none !important;
}
.custom_checkbox3 input[type="checkbox"]:checked + .icon:before,
.custom_checkbox3 input[type="checkbox"]:checked + input + .icon:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  height: 7px;
  z-index: 9;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: block;
}

/*    .custom_checkbox3 .icon {
        position: absolute;
        left: 3px;
        top: 2px;
        border-left: 2px solid #1377d7;
        border-bottom: 2px solid #1377d7;
        width: 10px;
        height: 7px;
        z-index: 9;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        display: none;
    }

*/
.custom_checkbox3 input[type="checkbox"]:checked + .icon,
.custom_checkbox3 input[type="checkbox"]:checked + input + .icon {
  display: block;
}

.custom_checkbox3 input[type="checkbox"]:indeterminate + .icon,
.custom_checkbox3 input[type="checkbox"]:indeterminate + input + .icon {
  display: block;
  left: 3px;
  top: 6px;
  border-left: none !important;
  border-bottom: 2px solid #146195;
  width: 9px;
  height: 0px;
  z-index: 9;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/*.custom_radiobtn {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #a9aec2;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
    box-sizing: border-box;
}

    .custom_radiobtn span {
        content: "";
        display: none;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #1377d7;
        position: absolute;
        left: 2px;
        top: 2px;
        box-sizing: border-box;
    }

    .custom_radiobtn input[type=radio] {
        position: absolute;
        left: -9999px;
        top: 0px;
    }

        .custom_radiobtn input[type=radio]:checked + span {
            display: block;
        }*/

.custom-radiobtn {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 1px solid rgba(150, 150, 150, 0.3);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top;
}

.custom-radiobtn span {
  content: "";
  display: none;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #1377d7;
  position: absolute;
  left: 2px;
  top: 2px;
}

.custom-radiobtn input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.001;
}

.custom-radiobtn input[type="radio"]:checked + span {
  display: block;
}

.custom_radiobtn + label {
  display: inline-block !important;
  vertical-align: top;
  line-height: 1;
}

.custom_selectbox {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}

    .custom_selectbox select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 5px;
    }

.custom_selectbox select::-ms-expand {
  display: none;
}

.custom_selectbox:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 6px solid rgba(150, 150, 150, 0.6);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 10px;
  top: 13px;
  pointer-events: none;
  z-index: 999;
}

.mandatory {
  color: red;
}

.k-grid .custom_checkbox2,
.k-grid .custom_checkbox2 *,
.k-grid .custom_checkbox2:before,
.k-grid .custom_checkbox2 .icon:before {
  box-sizing: border-box !important;
}

.common-searchbox {
  position: relative;
}
.common-searchbox .search-field {
  display: block;
  height: 31px !important;
  font-weight: 400;
  padding: 0px 10px 0px 40px;
  text-indent: 0px;
  line-height: 1;
  border-radius: 3px;
}
.common-searchbox svg {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 10px;
  top: 2px;
}
.common-searchbox svg * {
  opacity: 0.4;
}
.blade_header .common-searchbox svg * {
  fill: #ffffff;
}

.line-height1 {
  line-height: 1;
}

.edisapp_selectbox {
  position: relative;
  height: 30px;
}
.edisapp_selectbox.open {
  z-index: 999;
}
.edisapp_selectbox .selectbox_text {
  text-indent: 0px;
  padding-right: 30px;
}
.edisapp_selectbox.open .selectbox_text {
  border-radius: 2px !important;
}
.edisapp_selectbox > svg {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 9;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.edisapp_selectbox > div + svg {
  opacity: 0.3;
}

.edisapp_selectbox > ul {
  position: absolute;
  min-width: 100%;
  left: 0px;
  top: 100%;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 5px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.edisapp_selectbox.open > ul {
  display: block;
}
.edisapp_selectbox ul li {
  border-top: 1px solid rgba(150, 150, 150, 0.1);
  padding: 7px 10px;
}
.edisapp_selectbox ul li:first-child {
  border-top: none;
}
.edisapp_selectbox ul li:hover {
  background: rgba(150, 150, 150, 0.05);
}

.edisapp_selectbox .common_list {
  padding: 0px !important;
}
.edisapp_selectbox .common_list li {
  position: relative;
  border: none !important;
  padding: 5px !important;
}
.edisapp_selectbox .common_list .photo {
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
}
.emoji_selectbox .selectbox_text svg {
    width: 22px;
    height: 22px;
}
.emoji_selectbox ul li:not(.clear) {
    width: 16.66%;
    float: left;
    overflow: hidden;
    border: none !important;
    padding:5px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
}
.emoji_selectbox ul li.clear {
    padding: 0px !important;
    line-height: 0px !important;
    border: none !important;
    pointer-events: none;
}
.emoji_selectbox ul li > * {
    width: 30px;
    height: 30px;
    pointer-events:none;
}
.edisapp_selectbox_with_emoji .select_option {
    position:relative;
}
.edisapp_selectbox_with_emoji .emoji_icon {
    position: absolute;
    right: 25px;
    top: 5px;
    vertical-align:top;
}
.edisapp_selectbox_with_emoji ul .emoji_icon {
    right: 10px;
}
.edisapp_selectbox_with_emoji .emoji_icon svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.edisapp_month_picker {
    position: relative;
    height: 30px;
}

.edisapp_month_picker > svg {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 9;
  width: 11px;
  height: 11px;
  pointer-events: none;
}

.edisapp_month_picker .month_picker_dropdown {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  color: #444;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 5px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  max-width: 200px;
}
body.dark-theme .page .edisapp_month_picker .month_picker_dropdown {
  background-color: #182246;
  color: #fff;
  border-color: #656f91;
}
.edisapp_month_picker.open .month_picker_dropdown {
  display: block;
}

.edisapp_month_picker .month_picker_dropdown .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.edisapp_month_picker .month_picker_dropdown .month_item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  text-align: center;
}

.month_picker_months span {
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  height: 23px;
  line-height: 1.2;
  font-size: 11px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.month_picker_months span:hover,
.month_picker_months .active span {
  color: #696b73;
  background: #e2e2e9;
}

.month_picker_header {
  width: 100px;
  padding: 0px 20px;
  position: relative;
}

.month_picker_header {
  width: 120px;
  padding: 0px 20px;
  position: relative;
  margin: 0px auto 10px;
}

.month_picker_header .month_picker_year {
  text-align: center;
}

.month_picker_header svg {
  position: absolute;
  top: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.month_picker_header svg.next {
  right: 0px;
}

.month_picker_header svg.prev {
  left: 0px;
}

/*multi-level-list*/
.multi_level_list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.multi_level_list .multi_level_list {
  padding-left: 20px;
  display: none;
}

.multi_level_list li.open > .multi_level_list {
  display: block;
}

.multi_level_list li {
  position: relative;
  padding: 0px;
}

.multi_level_list li > svg {
  position: absolute;
  left: 7px;
  top: 12px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.multi_level_list li.open > svg {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.multi_level_list li > svg * {
  fill: #9d9d9d;
}

.multi_level_item {
  padding: 8px 10px 8px 22px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.1);
}

.multi_level_list .action-buttons {
  float: right;
}

.edisapp_selectbox .multi_level_item {
  /*padding: 8px 10px 8px 12px;*/
  padding: 0px 10px 0px 6px;
  border-bottom: none;
}
.edisapp_selectbox .multi_level_list li > svg {
  top: 10px;
  left: 0px;
}

.edisapp_selectbox .multi_level_list .multi_level_list {
  padding-left: 0px;
  margin-bottom: 0px;
}
/*-----------------*/
.editable_dropdown {
  position: relative;
  height: 30px;
}

.editable_dropdown .selectbox_text {
  text-indent: 0px;
  padding-right: 30px;
  width: 100%;
}

.editable_dropdown > svg {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 9;
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.editable_dropdown > ul {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 5px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.editable_dropdown.open > ul {
  display: block;
}

.editable_dropdown ul li {
  position: relative;
  border: none !important;
  padding: 5px !important;
}

.editable_dropdown ul li:hover {
  background: rgba(150, 150, 150, 0.05);
}

body.dark-theme .editable_dropdown ul {
  background: #2f395b;
  border-color: rgba(255, 255, 255, 0.1);
}

.edisapp_multi_selectbox {
  width: 100% !important;
}
.edisapp_multi_selectbox .select_option.hide {
  display: none !important;
}
.edisapp_multi_selectbox .selected_values {
  float: left;
  padding-bottom: 3px;
}
.edisapp_multi_selectbox .selected_values .item {
  display: inline-block;
  position: relative;
  margin: 3px 0px 0px 3px;
  padding: 7px 21px 7px 7px !important;
  border: none !important;
  border-radius: 3px !important;
  line-height: 1.2;
  max-width: 100%;
  border-radius: 3px;
  background-color: #d9dce5;
  font-weight: 600;
  box-shadow: none !important;
  color: #444;
  font-size: 12px;
  line-height: 12px;
  cursor: default;
  height: 26px;
}
/* newlyadded */
body.dark-theme .edisapp_multi_selectbox .selected_values .item {
  color: #fff;
  border-color: #4c5472 !important;
  background-color: #4c5472 !important;
}
/* newlyadded */
.edisapp_multi_selectbox .selected_values svg {
  position: absolute;
  top: 7px;
  right: 5px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
  cursor: pointer;
}
.edisapp_multi_selectbox .selectbox_text_wrapper {
  overflow: hidden;
  min-width: 40px;
}
.edisapp_multi_selectbox ul {
  clear: both;
}
.edisapp_multi_selectbox .selectbox_text {
  text-indent: 0px !important;
  border: none !important;
  background: none !important;
  position: relative;
  top: 1px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.edisapp_multi_selectbox > ul {
  position: absolute;
  left: 0px;
  top: calc(100% + 1px);
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  display: none;
  padding: 5px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.edisapp_multi_selectbox.open > ul {
  display: block;
}
.edisapp_multi_selectbox ul li {
  position: relative;
  border: none !important;
  padding: 5px !important;
}
.edisapp_multi_selectbox ul li:hover {
  background: rgba(150, 150, 150, 0.05);
}
/* .edisapp_multi_selectbox.all_selected ul,
    .edisapp_multi_selectbox.all_selected .selectbox_text_wrapper {
        display:none !important;
    } */

body.dark-theme .edisapp_multi_selectbox ul {
  background: #2f395b;
  border-color: rgba(255, 255, 255, 0.1);
}

.equation_dropdown {
  position: relative;
  width: 100%;
  margin: 0px;
}

.equation_dropdown .selected_eqn {
  font-size: 13px;
  font-weight: 500;
  min-height: 32px;
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: -1px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  width: 100%;
}

.equation_dropdown .selected_eqn span {
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  gap: 0px;
  font-size: 14px;
  border: 1px solid transparent;
}

.equation_dropdown .selected_eqn span:hover {
  border-color: #d7d7d7;
}

.equation_dropdown .selected_eqn .item_option {
  background: #d7d7d7;
}

.equation_dropdown .selected_eqn svg {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0px 0px 0px 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

.equation_dropdown .selected_eqn span:not(.item_option):not(:hover) svg {
  opacity: 0;
  width: 0px;
  height: 0px;
  margin: 0px;
}

.equation_dropdownlist {
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 2px 2px 5px 5px;
  display: none;
  z-index: 1000;
  -webkit-border-radius: 2px 2px 5px 5px;
  -moz-border-radius: 2px 2px 5px 5px;
  -ms-border-radius: 2px 2px 5px 5px;
  -o-border-radius: 2px 2px 5px 5px;
}

.equation_dropdown.open .equation_dropdownlist {
  display: block;
}

.equation_dropdown .selectbox_text {
  width: calc(100% - 10px);
  padding: 8px;
  margin: 5px;
  border: none;
  border-bottom: 1px solid #eee;
}

.equation_dropdown .selectbox_text:focus {
  outline: none;
}

.equation_dropdown .equation_dropdownlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.equation_dropdownlist li {
  padding: 8px;
  cursor: pointer;
}

.equation_dropdownlist li:not(.show) {
  display: none;
}

.equation_dropdownlist li:hover {
  background-color: #f5f5f5;
}

.equation_dropdownlist .item_left {
  float: left;
}

.equation_dropdownlist .item_right {
    float: right;
}

/*==============new-dark-theme-formula===============*/
body.dark-theme .equation_dropdownlist ul
{
    background: #2f395b;
    border-color: rgba(255,255,255,0.1);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05)
}
body.dark-theme .equation_dropdownlist ul  li:hover
{
    background: #2c3556;
}
body.dark-theme .equation_dropdownlist
{
    background: #2f395b;
    border-color: rgba(255,255,255,0.1);
}
body.dark-theme .equation_dropdownlist ul  li
{
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05)
}
body.dark-theme .equation_dropdown .item 
{
    color:#fff;
    border-color:#4c5472 !important;
    background-color: #4c5472 !important;
}
/*==============new-dark-theme-formula===============*/


/* Custom Datepicke input text style */
.custom-datepicker-input-text {
  position: absolute;
  top: 6px;
  left: 4px;
  padding: 3px 0px 0px 0px;
  background-color: #fff;
  z-index: 100;
  width: 80%;
  text-align: left;
  border: none;
  color: rgb(68, 68, 68);
}
body.dark-theme .custom-datepicker-input-text {
  background-color: #182246;
  color: #fff;
}


/* Year Picker
***********************/
.yearpicker {
    display: block;
    position: relative;
}
    .yearpicker > svg {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 18px;
        height: 18px;
        color: rgba(8, 15, 70, 0.9);
    }
.yearpicker-container {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 200px;
    max-width: 100%;
    border: 1px solid rgba(150,150,150,0.3);
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10;
    margin-top: 1px;
}

.yearpicker-header {
    display: flex;
    width: 100%;
    height: 28px;
    border-bottom: 1px solid rgba(150,150,150,0.25);
    align-items: center;
    justify-content: space-around;
}
    .yearpicker-header .yearpicker-current {
        width: calc(100% - 60px);
        text-align: center;
        font-weight: 600;
    }

.yearpicker-prev,
.yearpicker-next {
    cursor: pointer;
}
.yearpicker-prev svg,
.yearpicker-next svg {
    pointer-events:none;
}

.yearpicker-year {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px;
    margin:0px;
}

.yearpicker-items {
    list-style: none;
    padding: 4px 5px;
    flex: 0 0 33.3%;
    width: 100%;
    border-radius:3px;
}

    .yearpicker-items:hover {
        background: #e4e7ee;
        cursor: pointer;
    }

    .yearpicker-items.selected {
        color: #1377d7;
    }

.yearpicker .hide {
    display: none;
}

.yearpicker-items.disabled {
    pointer-events: none;
    color: #bbb;
}

body.dark-theme .yearpicker > svg {
    color: rgba(255, 255, 255, 0.8);
}
body.dark-theme .yearpicker-container {
    background-color: #2f395b;
    border-color: rgba(150,150,150,0.1);
}
body.dark-theme .yearpicker-items:hover {
    background: #394263;
}

/* Custom Time picker */
.common_time_picker {
    position: relative;
    display: block;
    width: 100%;
}

    .common_time_picker > svg {
        position: absolute;
        right: 5px;
        top: 6px;
        width: 17px;
        height: 17px;
        color: rgba(8, 15, 70, 0.5);
    }

    .common_time_picker input {
        display: block;
        width: 100%;
    }

.time_picker_dropdown {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 150px;
    max-width: 100%;
    border: 1px solid rgba(150,150,150,0.3);
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 10;
    padding: 10px;
    display: flex;
    gap: 5px;
}

    .time_picker_dropdown label,
    .time_picker_dropdown select {
        display: block;
        width: 100%;
    }

body.dark-theme .common_time_picker > svg {
    color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .time_picker_dropdown {
    background-color: #2f395b;
    border-color: rgba(150,150,150,0.1);
}