/*:root {
  --bg-color: #ffffff;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #14854F;
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  --font-size: 1.6rem;
  --font-color: #333333;
  --font-family-sans: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next",
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}*/

//@import "../mixins/margins";

//html {
.cbx-chota {
  --bg-color: #ffffff;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #fb4e24; //251, 78, 36
  --color-lightGrey: #d2d6dd;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-error: #d43939;
  --color-success: #339D5D;
  --grid-maxWidth: 120rem;
  --grid-gutter: 2rem;
  //--font-size: 1.4rem;
  --font-size: 0.875rem; //14px
  --font-color: #333333;
  --font-family-sans: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next",
  "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
  "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;


  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  //for ballons
  //--balloon-border-radius: 2px;
  //--balloon-color: rgba(16, 16, 16, 0.95);
  //--balloon-text-color: #fff;
  //--balloon-font-size: 12px;
  //--balloon-move: 4px;
}

.cbx-chota *, .cbx-chota *:before, .cbx-chota *:after {
  box-sizing: inherit;
}

.cbx-chota * {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}

.cbx-chota *::-webkit-scrollbar {
  width: 8px;
}

.cbx-chota *::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

.cbx-chota *::-webkit-scrollbar-thumb {
  background: var(--color-lightGrey);
}

//body {
.cbx-chota {
  //background-color: var(--bg-color);
  line-height: 1.5;
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-family: var(--font-family-sans);
  //margin: 0;
  //padding: 0;
}

.cbx-chota {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {

  }

  h1, .h1 {
    font-size: 30px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0;
  }

  h2, .h2 {
    font-size: 25px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0;
  }

  h3, .h3 {
    font-size: 20px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0;
  }

  h4, .h4 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0;
  }

  h5, .h5 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0;
  }

  h6, .h6 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
    margin: 0 0 10px 0;
  }

  a, a:active, a:focus, a:hover {
    color: var(--color-primary);
    box-shadow: none;
    text-decoration: none;
  }

  a:hover:not(.button) {
    opacity: 0.75;
  }

  button {
    font-family: inherit;
  }

  p {
    margin-top: 0;
    margin-bottom: 10px;
  }

  blockquote {
    background-color: var(--bg-secondary-color);
    padding: 1.5rem 2rem;
    border-left: 3px solid var(--color-lightGrey);
  }

  dl dt {
    font-weight: bold;
  }

  hr {
    border: none;
    background-color: var(--color-lightGrey);
    height: 1px;
    margin: 1rem 0;
  }

  table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
  }

  table.striped tr:nth-of-type(2n) {
    background-color: var(--bg-secondary-color);
  }

  td,
  th {
    vertical-align: middle;
    padding: 5px !important;

    @media screen and (max-width: 782px) {
      //padding: 3px 8px 3px 35% !important;
    }
  }

  thead {
    border-bottom: 2px solid var(--color-lightGrey);
  }

  tfoot {
    border-top: 2px solid var(--color-lightGrey);
  }

  code,
  kbd,
  pre,
  samp,
  tt {
    font-family: var(--font-family-mono);
  }

  code,
  kbd {
    padding: 0 0.4rem;
    font-size: 90%;
    white-space: pre-wrap;
    border-radius: 4px;
    padding: 0.2em 0.4em;
    background-color: var(--bg-secondary-color);
    color: var(--color-error);
  }

  pre {
    background-color: var(--bg-secondary-color);
    font-size: 1em;
    padding: 1rem;
    overflow-x: auto;
  }

  pre code {
    background: none;
    padding: 0;
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
  }

  img {
    max-width: 100%;
  }

  fieldset {
    //border: 1px solid var(--color-lightGrey);
  }

  iframe {
    border: 0;
  }

  .postbox{
    min-width: 100%;
  }
}

//extras

//select2
.selecttwo-select-wrapper {
  position: relative;

  .select2-container--cbx {
    //width: 100% !important;
    //max-width: 100% !important;
    width: 100% !important;
    max-width: 500px;

    .select2-search--dropdown {
      .select2-search__field {
        min-height: auto !important;
        font-size: 12px !important;
        line-height: 1.2px !important;
      }
    }

    .select2-selection__rendered {
      .select2-selection__choice {

        font-size: 14px !important;
        line-height: 22px !important;
        padding: 3px 10px !important;
      }

      .select2-search {
        &.select2-search--inline {
          .select2-search__field {
            width: 100px !important;
            font-size: 12px !important;
            line-height: 22px !important;
            padding: 3px 5px !important;
          }

        }
      }
    }
  }
}

.screen-reader-text, #titlediv #title-prompt-text {
  display: none !important;
  padding: 0 !important;
  height: 0;
  width: 0;
}

.wp-heading-inline-cbx{
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}


