.ui.main.grid {
  left: 15rem;
  position: relative;
  width: calc(100% - 15rem);
  margin: 0;
  padding: 1rem !important; }

.ui.menu > .grid, .ui.menu > .container {
  margin: none;
  width: 100%; }

.ui.fixed.inverted.main.menu {
  display: none;
  padding: 0; }
  .ui.fixed.inverted.main.menu .item:first-child {
    text-align: center; }
    .ui.fixed.inverted.main.menu .item:first-child i {
      margin: 0; }
  .ui.fixed.inverted.main.menu .header.item .image {
    margin-right: 12px; }

.ui.left.fixed.vertical.inverted.menu {
  padding-left: 0;
  padding-right: 0;
  overflow-y: auto; }

.ui.left.fixed.vertical.inverted.menu > .item:first-child {
  padding-bottom: 40px;
  padding-top: 20px; }
  .ui.left.fixed.vertical.inverted.menu > .item:first-child .flexbox {
    display: flex;
    align-content: center;
    align-items: center; }
    .ui.left.fixed.vertical.inverted.menu > .item:first-child .flexbox span {
      margin-left: 12px;
      font-weight: bold; }
  .ui.left.fixed.vertical.inverted.menu > .item:first-child a {
    cursor: pointer; }
    .ui.left.fixed.vertical.inverted.menu > .item:first-child a:hover {
      font-weight: bold; }

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ui.main.grid .row {
    padding-top: 0;
    padding-bottom: 0; }
  .ui.left.fixed.vertical.inverted.menu {
    display: none; }
  .ui.fixed.inverted.main.menu {
    display: block; }
  .ui.main.grid {
    left: 0%;
    padding-top: calc(1rem + 44px) !important;
    position: relative;
    width: 100%; } }

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.left.fixed.vertical.inverted.menu {
    display: none; }
  .ui.fixed.inverted.main.menu {
    display: block; }
  .ui.main.grid {
    left: 0%;
    padding-top: calc(1rem + 44px) !important;
    position: relative;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .ui.fixed.inverted.main.menu {
    display: none; }
  .ui.left.fixed.vertical.inverted.menu {
    display: block; } }

.login-page {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background: #000000; }
  .login-page .form-wrapper {
    width: 400px; }
    .login-page .form-wrapper .segment {
      background: rgba(255, 255, 255, 0.9); }
      .login-page .form-wrapper .segment .ui.header {
        text-align: center; }

.transactions-exported-page .sub-header h2 {
  float: left; }

.transactions-exported-page .sub-header a {
  margin-top: 18px; }

.transactions-exported-page .sub-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.newcourierForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.newcourierForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.newcourierForm input[readonly="readonly"] {
  pointer-events: none;
  opacity: 0.45; }

.updateCourierForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.updateCourierForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.sort-by {
  width: 40%;
  float: right; }

.span-url {
  width: 95%;
  display: inline-block;
  word-break: break-all;
  vertical-align: top; }

.updateCourierListForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.updateCourierListForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.updateCourierListForm input[readonly="readonly"] {
  pointer-events: none;
  opacity: 0.45; }

body.editCourierClass {
  overflow: hidden !important; }

.ui.modal.updateCourierListForm, .ui.modal.courier-detail-view {
  position: fixed !important;
  background: transparent !important;
  width: 100% !important;
  left: 0% !important;
  top: 0px !important;
  height: 100% !important;
  padding: 20px 20px 50px !important;
  overflow: scroll !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-top: 0 !important; }
  .ui.modal.updateCourierListForm > div, .ui.modal.courier-detail-view > div {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    position: relative; }
    .ui.modal.updateCourierListForm > div .close, .ui.modal.courier-detail-view > div .close {
      position: absolute;
      right: -30px;
      top: -20px;
      color: #fff;
      opacity: .8;
      font-size: 1.5em;
      cursor: pointer; }
    .ui.modal.updateCourierListForm > div hr, .ui.modal.courier-detail-view > div hr {
      margin-top: 1em; }
    .ui.modal.updateCourierListForm > div .header, .ui.modal.courier-detail-view > div .header {
      font-size: 1.42857143rem;
      line-height: 1.28571429em;
      font-weight: bold;
      display: block;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      background: #FFFFFF;
      margin: 0em;
      padding: 1.25rem 1.5rem;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: rgba(0, 0, 0, 0.85);
      border-bottom: 1px solid rgba(34, 36, 38, 0.15);
      border-radius: 0.28571429rem; }
    .ui.modal.updateCourierListForm > div .content, .ui.modal.courier-detail-view > div .content {
      display: block;
      width: 100%;
      font-size: 1em;
      line-height: 1.4;
      padding: 1.5rem;
      background: #FFFFFF; }
    .ui.modal.updateCourierListForm > div .actions, .ui.modal.courier-detail-view > div .actions {
      background: #F9FAFB;
      padding: 1rem 1rem;
      border-top: 1px solid rgba(34, 36, 38, 0.15);
      text-align: right;
      border-radius: 0.28571429rem; }
    .ui.modal.updateCourierListForm > div .eventsHeader, .ui.modal.courier-detail-view > div .eventsHeader {
      border: none;
      margin: 0 0em 1rem;
      padding: 0em 0em;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height: 1.28571429em;
      text-transform: none;
      color: rgba(0, 0, 0, 0.87); }

.unlinked-data .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.unlinked-data .emberTagInput-new input[type='text'] {
  border: none; }

.eCommerceForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.eCommerceForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.eCommerceForm input[readonly="readonly"] {
  pointer-events: none;
  opacity: 0.45; }

.eCommerceForm .locationColumn {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.eCommerceForm .addLocationBtn {
  display: inline-block; }

.noteClass {
  font-size: 11px; }

.sort-by {
  width: 40%;
  float: right; }

.span-url {
  width: 95%;
  display: inline-block;
  word-break: break-all;
  vertical-align: top; }

.ui.modal.courier-detail-view > div.editForm {
  margin: 0 auto 50px; }

.ui.modal.updateCourierListForm > div.editForm {
  margin: 0 auto 50px; }

.ui.modal.updateCourierListForm .noteClass {
  font-size: 11px; }

.ui.modal.updateCourierListForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.ui.modal.updateCourierListForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.ui.modal.updateCourierListForm input[readonly="readonly"] {
  pointer-events: none;
  opacity: 0.45; }

.ui.modal.updateCourierListForm .returnType {
  position: relative;
  z-index: 99; }

.ui.modal.updateCourierListForm .returnLocation {
  position: relative;
  z-index: 88; }

.ui.modal.updateCourierListForm .locationColumn {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ui.modal.updateCourierListForm .addLocationBtn {
  display: inline-block; }

body.editCourierClass {
  overflow: hidden !important; }

.ui.modal.updateCourierListForm, .ui.modal.courier-detail-view {
  position: fixed !important;
  background: transparent !important;
  width: 100% !important;
  left: 0% !important;
  top: 0px !important;
  height: 100% !important;
  padding: 20px 20px 50px !important;
  overflow: scroll !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-top: 0 !important; }
  .ui.modal.updateCourierListForm > div, .ui.modal.courier-detail-view > div {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    position: relative; }
    .ui.modal.updateCourierListForm > div .close, .ui.modal.courier-detail-view > div .close {
      position: absolute;
      right: -30px;
      top: -20px;
      color: #fff;
      opacity: .8;
      font-size: 1.5em;
      cursor: pointer; }
    .ui.modal.updateCourierListForm > div hr, .ui.modal.courier-detail-view > div hr {
      margin-top: 1em; }
    .ui.modal.updateCourierListForm > div .header, .ui.modal.courier-detail-view > div .header {
      font-size: 1.42857143rem;
      line-height: 1.28571429em;
      font-weight: bold;
      display: block;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      background: #FFFFFF;
      margin: 0em;
      padding: 1.25rem 1.5rem;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: rgba(0, 0, 0, 0.85);
      border-bottom: 1px solid rgba(34, 36, 38, 0.15);
      border-radius: 0.28571429rem; }
    .ui.modal.updateCourierListForm > div .content, .ui.modal.courier-detail-view > div .content {
      display: block;
      width: 100%;
      font-size: 1em;
      line-height: 1.4;
      padding: 1.5rem;
      background: #FFFFFF; }
    .ui.modal.updateCourierListForm > div .actions, .ui.modal.courier-detail-view > div .actions {
      background: #F9FAFB;
      padding: 1rem 1rem;
      border-top: 1px solid rgba(34, 36, 38, 0.15);
      text-align: right;
      border-radius: 0.28571429rem; }
    .ui.modal.updateCourierListForm > div .eventsHeader, .ui.modal.courier-detail-view > div .eventsHeader {
      border: none;
      margin: 0 0em 1rem;
      padding: 0em 0em;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height: 1.28571429em;
      text-transform: none;
      color: rgba(0, 0, 0, 0.87); }

.newcourierForm .rightBtn {
  float: right; }

.newcourierForm .locationColumn {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.newcourierForm .addLocationBtn {
  display: inline-block; }

.newcourierForm .noteClass {
  font-size: 11px; }

.newcourierForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.newcourierForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.newcourierForm input[readonly="readonly"] {
  pointer-events: none;
  opacity: 0.45; }

.sort-by {
  width: 40%;
  float: right; }

.span-url {
  width: 95%;
  display: inline-block;
  word-break: break-all;
  vertical-align: top; }

.updateCourierListForm .validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.updateCourierListForm hr {
  border: 1px solid rgba(34, 36, 38, 0.15); }

.updateCourierListForm input[readonly="readonly"] {
  pointer-events: none;
  opacity: 0.45; }

.ui.modal.consignment-aged {
  width: 605px;
  margin: 0em 0em 0em 100px;
  background-color: whitesmoke;
  left: 20%; }

body.updateCheckoutClass {
  overflow: hidden !important; }

.ui.modal.consignment-checkout {
  position: fixed !important;
  background: transparent !important;
  width: 100% !important;
  left: 0% !important;
  top: 0px !important;
  height: 100% !important;
  padding: 20px 20px 50px !important;
  overflow: scroll !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-top: 0 !important; }
  .ui.modal.consignment-checkout > div {
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    position: relative; }
    .ui.modal.consignment-checkout > div .close {
      position: absolute;
      right: -30px;
      top: -20px;
      color: #fff;
      opacity: .8;
      font-size: 1.5em;
      cursor: pointer; }
    .ui.modal.consignment-checkout > div hr {
      margin-top: 1em; }
    .ui.modal.consignment-checkout > div .header {
      font-size: 1.42857143rem;
      line-height: 1.28571429em;
      font-weight: bold;
      display: block;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      background: #FFFFFF;
      margin: 0em;
      padding: 1.25rem 1.5rem;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: rgba(0, 0, 0, 0.85);
      border-bottom: 1px solid rgba(34, 36, 38, 0.15);
      border-radius: 0.28571429rem; }
    .ui.modal.consignment-checkout > div .content {
      display: block;
      width: 100%;
      font-size: 1em;
      line-height: 1.4;
      padding: 1.5rem;
      background: #FFFFFF; }
    .ui.modal.consignment-checkout > div .result .content {
      padding: 0; }
    .ui.modal.consignment-checkout > div .actions {
      background: #F9FAFB;
      padding: 1rem 1rem;
      border-top: 1px solid rgba(34, 36, 38, 0.15);
      text-align: right;
      border-radius: 0.28571429rem; }
    .ui.modal.consignment-checkout > div .eventsHeader {
      border: none;
      margin: 0 0em 1rem;
      padding: 0em 0em;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height: 1.28571429em;
      text-transform: none;
      color: rgba(0, 0, 0, 0.87); }

* {
  margin: 0;
  padding: 0; }

body {
  background-color: #F2F2F2; }

#full-page-loader {
  display: none; }
  #full-page-loader.show {
    display: block; }

.ember-notify-default.ember-notify-cn {
  bottom: 20px;
  right: 20px; }

.ui.form.clearing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.standard-page {
  width: 100%;
  min-height: 100vh;
  padding: 10px;
  background: #F2F2F2; }
  .standard-page h1.hubbed-page-heading {
    margin-top: 0; }
  .standard-page .ui.pagination.menu {
    float: right; }
  .standard-page .header-with-search h1.hubbed-page-heading {
    float: left; }
  .standard-page .header-with-search .search-wrapper {
    float: left;
    width: 35vw;
    margin-left: 20px; }
  .standard-page .header-with-search:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.leaflet-container {
  height: 500px;
  width: 100%; }

.unauthenticated-main-body {
  width: 100vw;
  height: 100vh; }

.checkbox-padding {
  padding: 10px 0; }

.row-matching-search {
  background-color: #f0fff0; }

.ember-select-guru__container {
  position: relative !important; }

.validation {
  margin-top: 2px;
  color: #fd5b74;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

#h1Span {
  font-size: 1.5rem; }

.tdWrdBreak {
  word-break: break-all;
  max-width: 250px; }

.timePicker .ui.dropdown {
  min-width: 8em; }

.timePicker .small.default {
  font-size: 0.85rem; }

.wordBreak {
  word-break: break-all; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-dismissible .closex {
  text-decoration: none !important;
  font-size: 18px !important;
  position: absolute;
  top: 12px;
  right: 10px;
  color: inherit;
  background-color: transparent;
  cursor: pointer; }

.rightBtn {
  float: right !important; }

.img-responsive {
  max-width: 100%;
  height: 50px; }

.striped_sub_table tr {
  height: 45px;
  line-height: 45px; }

.move-left {
  padding: 0 !important; }

.zero-margin {
  margin: 0em !important; }

.network-management-page .ui.pagination.menu {
  float: left !important; }

.network-page-label {
  margin-top: 7px !important; }

optgroup {
  background-color: #F9FAFB;
  font-size: 1.2em;
  line-height: 1em;
  padding-top: 0.785714rem;
  padding-right: 1.14286rem;
  padding-bottom: 0.785714rem;
  padding-left: 0.5rem; }

.limit-max-height .results {
  max-height: 130px;
  overflow: auto; }

.invoice_number_field {
  line-height: 1.56em !important; }

.mrg-20 {
  margin-left: 20px;
  color: #646161; }

.instructionFont {
  font-size: 0.9rem !important;
  font-style: italic; }

.channelToggle {
  font-size: 0.92857em !important; }

.separator {
  display: flex;
  align-items: center;
  text-align: center; }

.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  opacity: .8; }

.separator::before {
  margin-right: .25em; }

.separator::after {
  margin-left: .25em; }

.emberTagInput {
  border-radius: 0.28571429rem;
  padding: 0.67857143em 1em; }
  .emberTagInput .emberTagInput-tag {
    border-radius: 0.28571429rem;
    background: #EDEDED !important;
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1em; }
    .emberTagInput .emberTagInput-tag .emberTagInput-remove {
      color: #707171; }
  .emberTagInput .emberTagInput-new .emberTagInput-input {
    padding: 0.23em 0.22em !important;
    width: 350px !important; }

.emberTagInput-new input[type="text"] {
  border: none !important; }

.dis_flex .childflex {
  display: inline-block;
  margin-right: 0px; }

.dis_flex .serach-btn {
  display: inline-block;
  width: 276px;
  float: left; }

.dis_flex .inputWrapper {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end; }
  .dis_flex .inputWrapper .field {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .dis_flex .inputWrapper .field label {
      display: inline-block;
      padding-right: 10px; }
    .dis_flex .inputWrapper .field input {
      width: 220px;
      margin-right: 10px; }
    .dis_flex .inputWrapper .field button {
      margin-top: 0px; }

#csv-file-upload {
  overflow: hidden; }

.toggelbtn label {
  width: 105px; }

.ember-notify-cn .ui.error.message {
  width: 370px; }

.result.nodataFound {
  cursor: default !important; }

.position_fixes {
  justify-content: end;
  align-items: center; }
  .position_fixes .ember-view {
    margin-left: 7px;
    position: relative;
    top: 0px;
    margin-top: 2px; }

.wrapper_header {
  display: flex; }

.ui.segment.width_70 {
  flex: 9;
  margin-bottom: 8px; }

.ui.segment.width_30 {
  flex: 3;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-top: 0px; }

.form_align .fields {
  display: flex;
  justify-content: normal;
  align-items: center; }

.form_align .field:nth-child(2) {
  flex: 3; }
  .form_align .field:nth-child(2) .selection {
    width: 100%; }

.form_align .field:nth-child(3) {
  flex: 3; }
  .form_align .field:nth-child(3) .selection {
    width: 100%; }

.form_align .fields label {
  display: block; }

.form_align .fields .field {
  padding: 0px 5px; }

.form_align .fields {
  margin-bottom: 10px; }

.search-wrapper_loc {
  display: flex;
  width: 42%; }
  .search-wrapper_loc .search {
    width: 100%; }

.ui.segment.width_70 {
  flex: 9; }

.search-wrapper_loc .ui.fluid.input input {
  width: 100% !important; }

.dis_flex_center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  margin: 0px auto !important; }

.search-wrapper_loc .ui.search .prompt {
  border-radius: 4px; }

.checkedClass input ~ label:after {
  content: '\e800';
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.95) !important; }

.search-buttton button.blue {
  margin-top: 17px; }

/* Create three equal columns that floats next to each other */
.column-tracking {
  float: left;
  width: 33.33%;
  padding: 10px; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

.radio {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em; }

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.UploadForm label {
  display: block; }

.UploadForm .toggle {
  display: inline-block; }

.bottom-gap {
  margin-bottom: 15px !important; }

.upload-img-responsive {
  max-width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.toggelbtn .field {
  flex: 0 0 20% !important; }

.boxDesign {
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 20px 15px 0px 15px;
  border-radius: 4px; }

.boxDesign .toggelbtn label {
  width: auto; }

.Markoffbutton .Yellow {
  background: #f1c341;
  color: #fff; }
  .Markoffbutton .Yellow:hover {
    background: #f1c341 !important;
    color: #fff !important; }
  .Markoffbutton .Yellow:active, .Markoffbutton .Yellow:focus {
    background: #f1c341 !important;
    color: #fff !important; }

.New-popup-box {
  background: #fff;
  padding: 20px; }
  .New-popup-box label {
    color: #000; }
  .New-popup-box .common-label {
    margin-bottom: 10px !important; }
  .New-popup-box .fields {
    width: 600px; }
  .New-popup-box .field {
    width: 100% !important; }
  .New-popup-box .dropdownbox {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
    .New-popup-box .dropdownbox .multiple {
      width: 300px !important; }
    .New-popup-box .dropdownbox input {
      width: 210px !important; }
    .New-popup-box .dropdownbox label {
      width: 300px;
      display: inline-block; }
  .New-popup-box .pod label {
    display: block;
    margin-bottom: 15px; }
  .New-popup-box .pod span {
    position: relative;
    top: -22px;
    left: -10px; }

.middlepopup {
  position: relative; }

.wrapperBox {
  display: flex;
  margin-bottom: 10px;
  align-items: center; }
  .wrapperBox label {
    width: 300px; }
  .wrapperBox input {
    width: 300px !important; }

/*# sourceMappingURL=admin-portal.css.map */