*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", Calibri, Arial, sans-serif;
  color: #202124;
  background: #fff;
}

.main-form {
  width: 100%;
  padding: 0 2em 3em;
  max-width: 100em;
  position: relative;
  margin: 1em auto;
}
.create_checkbooks {
  flex-direction: column;
  display: none;
  align-items: center;
  justify-content: center;
}

.cbp-mc-form {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: auto;
}
.cbp-mc-form-flex {
  flex-direction: column;
}

.cbp-mc-form:before,
.cbp-mc-form:after {
  content: " ";
  display: table;
}

.cbp-mc-form:after {
  clear: both;
}

.cbp-mc-column {
  width: 33%;
  padding: 10px 30px;
  float: left;
}
.cbp-mc-column-flex {
  display: flex;
  width: 100%;
  padding: 0;
}
.cbp-mc-column-flex-item {
  width: 50%;
  margin-left: 1em;
  max-width: 160px;
}
.cbp-mc-column-flex-comment {
  width: 100%;
  margin-left: 1em;
}
.cbp-mc-form label {
  display: block;
  padding: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* cursor: pointer; */
}
.label-form-demat {
  margin: 10px 0 0 0;
}
.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
  font-family: "Poppins", Calibri, Arial, sans-serif;
  line-height: 1.5;
  font-size: 0.8em;
  padding: 5px 10px;
  color: #7e818d;
  display: block;
  width: 100%;
  background: var(--bg-color-tr-odd);
  border: 1px solid #202124;
  border-radius: 5px;
  cursor: default;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
  border: 1px solid var(--bg-color-tr-odd);
  cursor: auto;
}

.cbp-mc-form textarea {
  min-height: 50px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
  outline: none;
  /* border: 1px solid #202124; */
}

.cbp-mc-form select:focus {
  outline: none;
}

input:read-only:focus-visible,
textarea:read-only:focus-visible,
input:focus-visible,
textarea:focus-visible {
  color: var(--color-text);
  background-color: #fff;
  border-color: var(--color-primary-ce);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-shadow-ce), 0.3);
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a8adbf;
  font-style: italic;
  font-size: 0.8em;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #202124;
  font-style: italic;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #202124;
  font-style: italic;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #202124;
  font-style: italic;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.cbp-mc-submit-wrap {
  text-align: center;
  padding-top: 40px;
  clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
  background: #202124;
  border: none;
  color: #fff;
  width: auto;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
  font-size: 0.8em;
  border-radius: 2px;
  letter-spacing: 1px;
  transition: ease 0.3s;
  width: 110px;
  height: 40px;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
  line-height: 28px;
  background-color: rgb(143, 142, 142);
  color: #fff;
}

.cbp-mc-form input.cbp-mc-submit:hover {
  background: #202124c4;
}
.create_checkbooks h3 {
  font-size: 1.125em;
  font-weight: 400;
}
@media screen and (max-width: 70em) {
  .cbp-mc-column:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 48em) {
  .cbp-mc-column {
    width: 100%;
    padding: 10px;
  }
}
