input,
select,
textarea {
  outline: none;
  border-radius: 2px;
  border: solid 1px #ddd;
  height: 35px;
  padding: 0 10px;
  font-size: 12px;
  color: #020b25;
  font-weight: 300;
  transition: border 0.2s linear;
  line-height: 35px;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: rgb(146 146 146 / 80%);
  font-weight: 300;
  font-size: 12px;
}

.date-paymoney-create {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 35px auto 10px auto;
  border: 1px dashed;
  padding: 5px;
}

.date-paymoney-create p {
  position: absolute;
  top: -22px;
  font-size: 13px;
  color: red;
}

.three-width {
  width: 66.6% !important;
}

.width150 {
  width: 150px !important;
}

.width50px {
  width: 50px !important;
}

.width100 {
  width: 100% !important;
}

.textCenter {
  text-align: center !important;
}

.person-custom-style {
  /* line-height: 21px !important; */
}

input[readonly] {
  background: #f2f2f2;
  border-color: #d2d2d2;
  cursor: default;
}

input[readonly]:focus,
input[readonly]:hover {
  border-color: #d2d2d2;
}

textarea:focus,
select:focus,
input:focus,
input.focused {
  border-color: #1f42ac;
}

textarea:hover select:hover,
select.hover,
input:hover,
input.hover {
  border-color: #5597c1;
}

select.error,
input.error,
textarea:error {
  border-color: #de1010;
}

textarea[disabled],
select[disabled],
input[disabled] {
  opacity: 0.5;
  background: transparent;
  cursor: default;
}

textarea[disabled]:hover,
textarea[disabled]:focus,
select[disabled]:hover,
select[disabled]:focus,
input[disabled]:focus,
input[disabled]:hover {
  border-color: #b9c2d6;
}

/******************************/

.selector {
  position: relative;
  height: 35px;
  display: inline-block;
}

.selector:after {
  content: "\f0d7";
  font-family: "font6";
  background: #f8f9f9;
  position: absolute;
  left: 1px;
  width: 30px;
  height: calc(100% - 2px);
  top: 1px;
  z-index: 0;
  border-radius: 5px 0 0 5px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  border-right: solid 1px #dddddd;
  color: #1f42ac;
  font-weight: 500;
}

.selector select {
  width: 100%;
}

/*****************************************************/

.radio-part {
  float: right;
  cursor: pointer;
  padding: 0 0 0 10px;
  line-height: 35px;
}

.radio-part .radio-part-name,
.radio-part span {
  text-align: right;
  width: 100%;
  line-height: 35px;
  float: none;
  padding: 0;
  font-weight: 300;
}

.radio-part input[type="radio"] {
  display: none;
}

.radio-part span:before {
  content: "";
  float: right;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px #999ead;
  margin: 9px 0 0 10px;
  transition: all 0.2s linear;
}

.radio-part.hover span:before,
.radio-part:hover span:before {
  background: rgb(85 151 193);
  box-shadow: 0px 0px 0px 2px #fff inset;
  border-color: rgb(85 151 193);
}

.radio-part.focus span:before,
.radio-part:focus span:before {
  background: rgb(19 44 121);
  box-shadow: 0px 0px 0px 2px #fff inset;
  border-color: rgb(19 44 121);
}

.radio-part input[type="radio"]:disabled ~ span:before {
  background: #c3c3c3;
  box-shadow: 0px 0px 0px 2px #fff inset;
  border-color: #d0d0d0;
}

.radio-part input[type="radio"]:checked ~ span:before {
  background: #5597c1;
  box-shadow: 0px 0px 0px 2px #fff inset;
  border-color: #5597c1;
}

/******************************************************/

.check-part {
  padding: 0 5px;
  float: right;
  cursor: pointer;
  line-height: 35px;
  position: relative;
}

.check-part input {
  display: none;
}

.check-part > .name:before,
.check-part input[type="checkbox"] {
  content: "\f00c";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: solid 1px #ddd;
  float: right;
  margin: 9px 0 0 10px;
  font-family: "font6";
  line-height: 16px;
  color: transparent;
  text-align: center;
  transition: all 0.2s linear;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}

.check-part > .name {
  width: calc(100% - 30px);
  text-align: right;
  font-weight: 300;
  font-style: normal;
}

.check-part.hover .name:before,
.check-part:hover i:before {
  border-color: rgb(85 151 193);
}

.check-part.focus .name:before,
.check-part:focus i:before {
  border-color: rgb(19 44 121);
}

.check-part input[type="checkbox"]:disabled ~ .name:before,
.check-part input[type="checkbox"]:disabled ~ i:before {
  border-color: #d0d0d0;
}

.check-part input[type="checkbox"]:checked ~ .name:before,
.check-part input[type="checkbox"]:checked ~ i:before {
  background: #1f42ab;
  color: #fff;
}

/*****************************************************/

.form-inline.check-part > .name {
  width: 130px;
  text-align: left;
}

.form-inline.check-part > .name:before {
  position: absolute;
  right: 140px;
}

.form-inline.bg.check-part > .name {
  width: 180px;
}

.form-inline.bg.check-part > .name:before {
  position: absolute;
  right: 190px;
}

/*****************************************************/
.mt-10 {
  margin-top: 10px;
}

.master-form {
  padding: 10px 0;
  display: block;
}

/*****************************************************/

.form-inline {
  width: 100%;
}

.form-inline > span {
  width: 130px;
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
  padding: 0 0 0 10px;
}

.form-inline.required > span:before {
  content: "\f069";
  font-family: font6;
  color: #d92525;
  font-size: 10px;
  vertical-align: middle;
  margin: 0 0 0 5px;
  display: inline-block;
  line-height: 0px;
  font-weight: 400;
}

.form-inline input,
.form-inline select,
.form-inline .search-box,
.form-inline .taglist,
.form-inline textarea {
  width: calc(100% - 130px);
  position: relative;
  float: right;
}

.form-inline .search-box input {
  float: right;
}

.form-inline .search-box input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.form-inline.column.selector:after {
  left: 11px;
}

.form-inline.required > span:after {
  content: "*";
  color: #d92550;
  display: inline-block;
  margin: 0 3px 0 0;
}

.form-inline input[type="number"]::-webkit-inner-spin-button,
.form-inline input[type="number"]:hover::-webkit-inner-spin-button {
  width: 15px;
  height: 35px;
  left: 0px;
  position: absolute;
}

/*************************************/

.form-inline .search-box:after {
  color: #1f42ab;
}

/************************************/

.form-inline.bg > span {
  width: 180px;
}

.form-inline.bg.file-box:before {
  width: calc(100% - 202px);
}

.form-inline.bg .taglist,
.form-inline.bg .radio-part,
.form-inline.bg input,
.form-inline.bg select,
.form-inline.bg .search-box,
.form-inline.bg textarea {
  width: calc(100% - 180px);
}

.form-inline.sl span {
  width: 90px;
}

.form-inline.sl.file-box:before {
  width: calc(100% - 112px);
}

.form-inline.sl .tags,
.form-inline.sl .radio-part,
.form-inline.sl input,
.form-inline.sl select,
.form-inline.sl .search-box,
.form-inline.sl textarea {
  width: calc(100% - 90px);
}

/*****************************************************************/

.form-inline .radio {
  width: calc(100% - 130px);
  float: right;
}

/*****************************************************************/

.form-inline.file-box {
  position: relative;
}

.form-inline.file-box:before {
  content: "";
  background: white;
  position: absolute;
  left: 10px;
  height: calc(100% - 2px);
  width: 100%;
  border: solid 1px #dddddd;
  border-radius: 5px;
  top: 0;
  width: calc(100% - 152px);
}

.form-inline.file-box input[type="file"] {
  opacity: 0;
  cursor: pointer;
}

.form-inline.file-box:after {
  content: "\f0ee";
  font-family: "font6";
  position: absolute;
  left: 11px;
  width: 30px;
  top: 1px;
  height: calc(100% - 2px);
  background: #f8f9f9;
  line-height: 33px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border-right: solid 1px #dddddd;
  color: #266a9a;
  font-size: 16px;
}

/***********************************************************/

.taglist {
  border: solid 1px #dddddd;
  height: 35px;
  border-radius: 2px;
  padding: 0px 5px 5px 0px;
  display: block;
  width: fit-content;
  background: #fff;
}

.taglist .tag {
  font-style: normal;
  border: solid 1px #ddd;
  margin: 5px 0 0px 5px;
  float: right;
  padding: 0px 10px 0 0;
  border-radius: 2px;
  background: #f1f2f3;
  position: relative;
  cursor: pointer;
  font-size: 11px;
  width: initial !important;
  text-align: right;
  height: 23px;
  line-height: 22px;
  font-weight: 300;
}

.taglist .tag label {
  width: calc(100% - 20px);
  float: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.taglist .tag .icon-close {
  font-style: normal;
  float: left;
  color: #717171;
  width: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}

.taglist .tag .icon-close:hover {
  color: #de1010;
}

.taglist .tag label span {
  vertical-align: middle;
}

.taglist .tag label span:before {
  content: "";
  float: right;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: solid 1px #999ead;
  margin: 4px 0 0 10px;
  transition: all 0.2s linear;
}

.taglist .tag input[type="radio"]:checked ~ span:before {
  background: #5597c1;
  box-shadow: 0px 0px 0px 2px #fff inset;
  border-color: #5597c1;
}

.taglist .tag input[type="radio"] {
  display: none;
}

.taglist .tag.mobile label:before,
.taglist .tag.home label:before,
.taglist .tag.mail label:before,
.taglist .tag.tel label:before {
  content: "";
  font-family: font6;
  font-weight: 500;
  display: inline-block;
  height: 10px;
  line-height: 10px;
}

.taglist .tag.mobile label:before {
  content: "\f3cf";
}

.taglist .tag.home label:before {
  content: "\f015";
}

.taglist .tag.mail label:before {
  content: "\f0e0";
}

.taglist .tag.tel label:before {
  content: "\f879";
}

.taglist .tag.level .text > span {
  color: #2042ac;
}

.taglist .tag.level .text > span:after {
  content: "";
  width: 5px;
  height: 1px;
  background: #2043ac;
  display: inline-block;
  margin: 0 5px 0 0px;
  vertical-align: middle;
}

.taglist .tag.more {
  padding: 0 10px;
}

.taglist .tag.more:before {
  content: "\f06e";
  font-family: font6;
  vertical-align: middle;
  font-weight: 400;
  color: #3173d6;
  margin: 0 0 0 5px;
}

.table .taglist .btn {
  margin: 5px 0 0px 5px;
  float: right;
}

/**************************************/

.form-inline.input-three {
}

.form-inline.input-three input:nth-child(2) {
  width: 35px;
  padding: 0;
  text-align: center;
}

.form-inline.input-three input:nth-child(3) {
  width: 60px;
  padding: 0;
  text-align: center;
  margin: 0 5px 0 0;
}

.form-inline.input-three input:nth-child(4) {
  width: calc(100% - 235px);
  margin: 0 5px 0 0;
}

/*****************************************************/

.form-inline.btnAppend input {
  width: calc(100% - 160px);
  border-radius: 0px 5px 5px 0px;
}

.form-inline.btnAppend button {
  width: 30px;
  height: 35px;
  float: left;
  border: solid 1px;
  border-right-width: 0;
  border-radius: 2px 0 0 2px;
  border-color: #ddd;
  background: #f8f9fc;
  padding: 0;
  line-height: 34px;
}

.form-inline.btnAppend button:focus {
  border: solid 1px #dddddd;
  border-right-width: 0;
}

/******************************************************/

.material-form {
  display: block;
  width: 100%;
  border-radius: 5px 5px 1px 1px;
  border: solid 1px #ddd;
  height: 55px;
  margin: 0 0 30px;
  position: relative;
  background: white;
  transition: border 0.2s linear;
}

.material-form:hover {
  border-color: #a2b6de;
}

.material-form input {
  width: 100%;
  border: none;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  padding: 0px 10px 0 0;
}

.material-form .text {
  position: absolute;
  font-size: 12px;
  right: 0px;
  color: rgb(146 146 146 / 80%);
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  top: 14px;
  transition: top 0.2s linear;
  width: 100%;
  font-weight: 300;
}

.material-form input:valid ~ .text,
.material-form input:focus ~ .text {
  top: 2px;
  font-size: 11px;
  color: #1e42ac;
  right: 0;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
}

.material-form input ~ .text:after,
.material-form input ~ .text:after {
  content: "";
  position: absolute;
  bottom: -27px;
  width: 0%;
  right: 0px;
  background: #274cb1;
  height: 2px;
  z-index: 1;
  border-radius: 30px;
}

.material-form input:valid ~ .text:after,
.material-form input:focus ~ .text:after {
  width: 100%;
  transition: width linear 0.2s 0.2s;
}

.material-form.capcha input {
  width: calc(70% - 50px);
}

.material-form img {
  position: absolute;
  left: 50px;
  height: 100%;
  top: 0px;
  width: 30%;
  border: solid 1px #dddddd;
  border-width: 0 1px;
}

.material-form.capcha button {
  position: absolute;
  left: 0;
  font-size: 22px;
  font-weight: 300;
  background: #fff;
  width: 50px;
  line-height: 48px;
  border: none;
  height: calc(100% - 2px);
  top: 2px;
  text-align: center;
  color: #676767;
}

.material-form .helper-text {
  position: absolute;
  bottom: -21px;
  font-size: 10px;
  color: #878787;
  right: 15px;
  font-weight: 400;
  text-align: right;
}

.material-form .helper-text:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin: 0 0 0 5px;
  border: solid 2px;
  visibility: hidden;
  display: none;
}

/*****ERROR*****/

.material-form.error .helper-text {
  color: #ad0303;
}

.material-form.error .text:after {
  background: #ad0303;
}

.material-form.error input:valid ~ .text,
.material-form.error input:focus ~ .text {
  color: #ad0303;
}

/****successful*****/

.material-form .helper-text.successful,
.material-form.successful .helper-text {
  color: #119416;
}

.material-form.successful .text:after {
  background: #119416;
}

.material-form.successful input:valid ~ .text,
.material-form.successful input:focus ~ .text {
  color: #119416;
}

/******ltr******/

.material-form.ltr input {
  text-align: left;
  padding: 0px 0px 0 12px;
}

/******status******/

.material-form.status > .icon-status {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  border-radius: 50%;
  top: 17px;
  text-align: center;
  font-family: "font6";
  font-style: normal;
  line-height: 19px;
  color: #fff;
  font-size: 10px;
}

.material-form.status.error .icon-status {
  background: #ad0303;
}

.material-form.status.successful .icon-status {
  background: #4caf50;
}

.material-form.status.error .icon-status:before {
  content: "\f12a";
}

.material-form.status.successful .icon-status:before {
  content: "\f00c";
}

.material-form.status input {
  padding: 0px 12px 0 30px;
}

.material-form .status-detail {
  position: absolute;
  background: #ff9800;
  transform: translate(-100%, 0%);
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
  font-weight: 300;
  text-align: justify;
  background: rgb(255 232 148);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}

.material-form.status .status-detail:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #ffe894;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -7px;
  top: 20px;
}

.material-form.status .icon-status:hover ~ .status-detail {
  opacity: 1;
  visibility: visible;
  transform: translate(-103%, 0%);
}

/********************************************************************/

.form-updown {
}

.form-updown .text {
  display: block;
  line-height: 35px;
  font-weight: 300;
}

.form-updown .top input {
  width: calc(100% - 35px);
  border-radius: 0px 2px 0px 0px;
  border-color: #ddd;
}

.form-updown .top button {
  width: 35px;
  height: 35px;
  float: left;
  border: solid 1px;
  border-right-width: 0;
  border-radius: 2px 0 0 2px;
  border-color: #dddddd;
  background: #f8f9fc;
  padding: 0;
}

.form-updown .top button:focus {
  border: solid 1px #dddddd;
  border-right-width: 0;
}

.form-updown .taglist {
  margin: 5px 0 0 0;
  width: 100%;
  height: initial;
  float: right;
}

/****************************************************************/

.radio-toggle-colored,
.radio-toggle {
  padding: 0 10px;
  float: right;
  cursor: pointer;
  line-height: 35px;
}

.radio-toggle-colored .radio-box,
.radio-toggle .radio-box {
  height: 14px;
  width: 38px;
  padding: 0;
  float: unset;
  display: inline-block;
  overflow: unset;
  margin: 0 5px 0 0;
  border-radius: 85px;
  background: #b6ddf7;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s linear;
}

.radio-toggle-colored .radio-box:before,
.radio-toggle .radio-box:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #93cff5;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: -3px;
  box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 50%);
  transition: all 0.2s linear;
}

.radio-toggle .radio-box.active {
  background: #6abbef;
}

.radio-toggle .radio-box.active:before {
  background: #5597c1;
  right: 18px;
}

.radio-toggle-colored .radio-box.radio-toggle--green {
  background: #92dc9c;
}

.radio-toggle-colored .radio-box.radio-toggle--green:before {
  background: #51ca61;
  right: 18px;
}

.radio-toggle-colored .radio-box.radio-toggle--red {
  background: #ff7f76;
}

.radio-toggle-colored .radio-box.radio-toggle--red:before {
  background: #ff4f43;
  right: 0;
}

.radio-toggle.hover .radio-box,
.radio-toggle:hover .radio-box {
  background: #6abbef;
}

.radio-toggle.hover .radio-box:before,
.radio-toggle:hover .radio-box:before {
  background: #5597c1;
}

.radio-toggle.disabled .radio-box {
  background: #c3c3c3;
}

.radio-toggle.disabled .radio-box:before {
  background: #e0e0e0;
}

/********************************dark small controls******************************************/

.radio-part.small span {
  font-size: 11px;
}

.radio-part.small span:before {
  width: 10px;
  height: 10px;
  margin: 10px 0 0 10px;
}

.radio-part.night span:before {
  border-color: #5e6a8c;
}

.radio-part.night:hover span:before {
  background: rgb(53 75 142);
  box-shadow: 0px 0px 0px 2px #111625 inset;
  border-color: rgb(53 75 142);
}

.radio-part.night input[type="radio"]:checked ~ span:before {
  background: #2e54c3;
  box-shadow: 0px 0px 0px 2px #111625 inset;
  border-color: #2e54c3;
}

/************/

.check-part.small {
  font-size: 11px;
}

.check-part.small > span:before {
  width: 10px;
  height: 10px;
  margin: 11px 0 0 10px;
  font-size: 8px;
  line-height: 10px;
}

.check-part.night > .check-part-name:before,
.check-part.night > span:before {
  border-color: #5e6a8c;
}

.check-part.night input[type="checkbox"]:checked ~ span:before {
  background: #2e54c3;
  color: #d6d6d6;
}

/***************/
.radio-toggle.small {
  font-size: 11px;
}

.radio-toggle.small .radio-box {
  height: 10px;
  width: 34px;
}

.radio-toggle.small .radio-box:before {
  width: 16px;
  height: 16px;
}

/*******************************input*******************************************/

select.night,
input.night {
  background-color: transparent;
  border: 1px solid #5e6a8c;
  color: #a9a9a9;
}

input.small,
select.small {
  height: 30px;
  font-size: 11px;
}

/*******/

.material-form.night {
  border-color: #5e6a8c;
  background: transparent;
}

.material-form.night input {
  border: none;
}

.material-form.night:hover {
  border-color: #5e6a8c;
}

.material-form.night .status-detail {
  background: #1b2c61;
  color: #a9a9a9;
}

.material-form.night.status .status-detail:before {
  border-left-color: #1b2c61;
}

.material-form.night input:valid ~ .text,
.material-form.night input:focus ~ .text {
  color: #6980c5;
}

.material-form.night.error .helper-text,
.material-form.night.error input:valid ~ .text,
.material-form.night.error input:focus ~ .text {
  color: #e24a4a;
}

.material-form.night.successful .helper-text,
.material-form.night.successful input:valid ~ .text,
.material-form.night.successful input:focus ~ .text {
  color: #17af1d;
}

.material-form.small {
  height: 45px;
}

.material-form.small input {
  font-size: 11px;
  height: 23px;
}

.material-form.small input ~ .text:after,
.material-form.small input ~ .text:after {
  bottom: -20px;
}

.material-form.small .text {
  font-size: 11px;
  top: 9px;
}

.material-form.small input:valid ~ .text,
.material-form.small input:focus ~ .text {
  font-size: 10px;
  top: -1px;
}

.material-form.small.status > .icon-status {
  top: 13px;
}

.material-form.small .helper-text {
  font-size: 9px;
  bottom: -17px;
  right: 10px;
}

/************************************************************/

.master-form {
  padding: 10px 0;
  /* background: #f9f9f9; */
  /* margin: 15px 0; */
}

.no-spin input::-webkit-outer-spin-button,
.no-spin input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button.no-spin,
input::-webkit-inner-spin-button.no-spin {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none !important;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.no-spin input[type="number"],
input[type="number"].no-spin {
  -moz-appearance: textfield !important; /* Firefox */
}

/*****************************************/

.form-Updown {
}

.person-custom-style span,
.form-Updown span {
  display: block;
  padding: 0 5px 2px 0;
  font-weight: 200;
  font-size: 11px;
  text-shadow: 0px 0px #9c9c9c;
  line-height: 18px;
}

.form-inline-customer span {
  display: block;
  padding: 0 5px 2px 0;
  font-weight: 200;
  font-size: 11px;
  text-shadow: 0px 0px #9c9c9c;
  line-height: 18px;
}

.form-Updown input,
.form-Updown select,
.form-Updown .search-box {
  width: 100%;
  padding: 0 5px;
  background-color: #fff;
  height: 35px;
  border-radius: var(--chakra-radii-md);
}

.input-container {
  position: relative;
}

.input-container input[type="checkbox"] {
  width: 20px;
}

.filter-tab-body {
  height: calc(100% - 32px);
  overflow-y: scroll;
  padding: 0 0 5px 5px;
}

.right-body {
  float: right;
  width: 42%;
  padding: 40px 0 10px 15px;
}

.right-body select,
.right-body input {
  width: 100%;
}

.right-body input:focus ~ .combo {
  visibility: visible;
  transform: translate(0px, 30px);
}

.left-body {
  float: left;
  width: 48%;
  padding: 10px 15px 10px 0;
}

.movable-icon {
  width: 40px;
  height: 40px;
  font-size: 44px !important;
  position: absolute;
  top: 45%;
  right: 44%;
  border: solid 1px #ddd;
  text-align: center;
  line-height: 29px;
  background: #eff2f9;
  cursor: unset;
}

.right-body input:focus ~ .combo-auto-filter {
  opacity: 1;
}

.combo-auto-filter {
  opacity: 0;
  overflow: auto;
  border-left-width: 5px;
  max-height: 15vw;
  border-radius: 2px;
  line-height: 30px;
  min-width: 12vw;
}

.combo-auto-filter .table {
  background: #fff;
}

.filter-more .icon-close:before {
  content: none;
}

.input-field {
  position: relative;
  margin-top: 5px;
}

.input-feedback {
  color: red;
  margin-top: 5px;
  width: calc(100% - 130px);
  margin-right: 130px;
}

.swal2-confirm {
  width: max-content !important;
}
.swal2-title {
  font-size: 1.4em !important;
}
/*.input-feedback:before {*/
/*  display: block;*/
/*  content: "!";*/
/*  border-radius: 50%;*/
/*  border: 1px solid red;*/
/*  width: 13px;*/
/*  height: 13px;*/
/*  line-height: 15px;*/
/*  text-align: center;*/
/*  color: red;*/
/*  font-weight: normal;*/
/*  position: absolute;*/
/*  top: 7px;*/
/*  left: 11px;*/
/*}*/

.input-feedback .tooltips.show {
  opacity: 1;
  visibility: visible;
}
.same-input-feedback .tooltips.show {
  opacity: 1;
  visibility: visible;
}

.input-feedback .tooltips {
  position: absolute;
  top: -18px;
  left: 12px;
  max-width: 280px;
  background: #fff4ba;
  padding: 3px 6px;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 26%);
  text-shadow: 0 0 0;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  white-space: normal;
  z-index: 2;
  font-style: normal;
  text-align: justify;
}
.same-input-feedback .tooltips {
  color: tomato;
  /*position: absolute;*/
  top: 49px;
  right: 0px;
  max-width: 280px;
  /* background: #fff4ba; */
  padding: 3px 6px;
  /* box-shadow: 0 1px 5px 0 rgb(0 0 0 / 26%); */
  text-shadow: 0 0 0;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  white-space: normal;
  z-index: 2;
  font-style: normal;
  text-align: justify;
  font-size: 10px;
}

input.error {
  border-color: red;
}

@media (max-width: 1400px) {
  .input-feedback {
    width: calc(100% - 100px);
    margin-right: 100px;
  }
}

.rmdp-container {
  display: block !important;
}

.rmdp-input {
  border-radius: 2px;
  border: solid 1px #ddd;
  height: 35px;
  padding: 0 10px !important;
  margin: 0 !important;
}

@media (max-width: 1400px) {
  .rmdp-input {
    height: 30px !important;
  }
}

.checkbox-feild {
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  padding-top: 15px !important;
}

.filter-box-two-row {
  min-height: 145px !important;
}
.close-modal-btn {
  position: absolute;
  top: 13px;
  left: 13px;
  cursor: pointer;
  background: url(../images/remove-cross-icon.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  opacity: 0.5;
}
.account-detail-checkbox {
  width: 15px !important;
  height: 15px !important;
}
.account-detail-label {
  font-size: 12px;
  position: absolute;
  padding-right: 5px;
}
.title-overflow {
  white-space: nowrap;
  width: 120px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.error-message {
  color: #e53e3e;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: normal;
}
