/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/
html {
  height: 100%;
}
.img-fluid{width: 100%;}
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}
.ReactModal__Overlay {
  z-index: 1000;
}
.ReactModal__Content {
    position                   : absolute;
    top                        : 40px;
    left                       : 40px;
    right                      : 40px;
    bottom                     : 40px;
    border                     : 1px solid #ccc;
    background                 : #fff;
    overflow                   : auto;
    WebkitOverflowScrolling    : touch;
    borderRadius               : 4px;
    outline                    : none;
    padding                    : 20px;
}
.nav-pills>li.done>a, .nav-pills>li.done>a:hover, .nav-pills>li.done>a:focus {
  color: #ffffff !important;
  background-color: #18BC9E !important;
}
.numberCircle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 6px;
  border: 2px solid #fff;
  color: #666;
  text-align: center;
  color: white;
}
.img-height {
  max-height: 100px;
  padding: 5px;
  cursor: hand;
}
.integrationModal, .versionModal {
  width: 50%;
  margin-left: 25%;
  margin-top: 100px;
  min-height: 100px;
  height: auto;
  bottom: initial !important;
}
.versionModal {
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.versionModal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid #ecf0f1;
}
.versionModal-title {
  margin: 0;
  font-size: 1.2rem;
}
.versionModal-title .fa {
  color: #18bc9c;
  margin-right: 6px;
}
.versionModal-close {
  cursor: pointer;
  color: #95a5a6;
  font-size: 1.1rem;
  transition: color 0.15s ease;
}
.versionModal-close:hover {
  color: #2c3e50;
}
.versionModal-body {
  padding: 10px 22px 18px;
  max-height: 65vh;
  overflow-y: auto;
}
.bonusModal {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 100px;
    min-height: 100px;
    height: auto;
    bottom: initial !important;
  }
/* Transaction / receipt detail modal */
.receiptModal {
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.receiptModal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 22px;
  border-bottom: 1px solid #ecf0f1;
}
.receiptModal-title {
  margin: 0;
  font-size: 1.15rem;
}
.receiptModal-title .fa {
  color: #06b6c2;
  margin-right: 8px;
}
.receiptModal-close {
  cursor: pointer;
  color: #95a5a6;
  font-size: 1.1rem;
  transition: color 0.15s ease;
}
.receiptModal-close:hover {
  color: #2c3e50;
}
.receiptModal-body {
  padding: 14px 22px 20px;
  max-height: 70vh;
  overflow-y: auto;
}
.receipt-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.receipt-meta li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #f2f4f7;
}
.receipt-meta li span {
  color: #8a93a3;
  font-size: 0.85rem;
}
.receipt-meta li strong {
  font-weight: 600;
  text-align: right;
}
.receipt-manual {
  text-align: center;
  margin-top: 12px;
  color: #8a93a3;
  font-style: italic;
}
.receipt-lines {
  margin-top: 14px;
}
.receipt-lines .row {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #f2f4f7;
}
.receipt-lines .row:last-child {
  border-bottom: 0;
}
.receipt-total {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 2px solid #eef0f4;
  text-align: right;
}
.receipt-total small {
  color: #8a93a3;
  font-weight: 400;
}
.receipt-total-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #302654;
  margin: 0 6px;
}
.triggerModal {
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  min-height: 100px;
  height: auto;
  bottom: initial !important;
}
.imagedropzone {
  border-width: 2px;
  border-color: #dce4ec;
  border-style: dashed;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
}
.imageUpload {
  margin-top: 1em;
  max-width: 75%;
  max-height: 300px;
}
.overlay-active {
  border: 3px solid #18bc9c;
  border-radius: 6px;
}
.top-buffer { margin-top:20px; }
/*
 * Card component
 */
.card-container {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.card-container img {
	margin-bottom: 1em;
}
.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #CCCCCC;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
       -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
            box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}
.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
    box-shadow: 0 7px 10px -5px rgba(0,0,0,.15);
}
.msg-info {
    border-color: #b8dbf2;
}
.msg-success {
    border-color: #cef2b8;
}
.msg-warning {
    border-color: rgba(255,165,0,.5);
}
.msg-danger {
    border-color: #ec8282;
}
.msg-primary {
    border-color: #9ca6f1;
}
.msg-magick {
    border-color: #e0b8f2;
}
.msg-info-text {
    color: #39b3d7;
}
.msg-success-text {
    color: #80d651;
}
.msg-warning-text {
    color: #db9e34;
}
.msg-danger-text {
    color: #c9302c;
}
.msg-primary-text {
    color: rgba(47,106,215,.9);
}
.msg-magick-text {
    color: #bb39d7;
}
/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  position: relative;
  min-height: 100%;

  padding: 20px 0 10px 0;
	padding-bottom:60px;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.dropdown-menu {
	float: none;
	  position: relative;
	  min-width: 250px;
	  margin: 0;
	  padding: 0;
	  border: none;
	  background: transparent;
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  -ms-border-radius: 0;
	  -o-border-radius: 0;
	  border-radius: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
	  -webkit-animation-duration: 0.3s;
	  -moz-animation-duration: 0.3s;
	  animation-duration: 0.3s;
	  z-index: 1;
}
.ourlogo img {
	position: absolute;
	max-width: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 1em;
}
.versionInfo {
    position: absolute;
    bottom: 0em;
    text-align: center;
    color: #cccccc;
    font-size: 0.65em;
    width: 100%;
}
.control-label-left {
  text-align:left !important;

}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}
.profile-usermenu ul li>ul>li {
  border-bottom: 0px;
}
.profile-usermenu ul li>ul>li a{
	font-size: 0.9em;
}
.profile-usermenu ul li>ul>li a .fa{
	font-size: 0.7em;
	top: 0px;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  display: block;
  padding: 11px 20px;
  color: #93a3b5;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.profile-usermenu ul li a i {
  display: inline-block;
  width: 18px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
}

.profile-usermenu ul li a:hover,
.profile-usermenu ul li a:focus {
  background-color: #f6f9fb;
  color: #5b9bd1;
  text-decoration: none;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 3px solid #5b9bd1;
  margin-left: -3px;
  font-weight: 600;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stepguide .number {
    font-size: 0.75em;
    top: -1px;
    position: relative;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.dropdown-backdrop {
  display: none;
}

.img-hover-delete:after {
    content: '\f014';
    font-family: FontAwesome;
    color: #fff;
    font-size: 3em;
    padding-top: 0.5em;
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    border-radius: 50%;
}
.img-hover-delete:hover:after {
    opacity: 1;
}
.img-hover-delete {
    position: relative;
    width: 8em;
    height: 8em;
    margin-left: auto;
    margin-right: auto;
}
.img-hover-delete img {
    width: 100%;
    vertical-align: top;
}
.row-hover {
  padding: 8px;
}
.row-hover:hover {
     background-color: #ecf0f1;
}
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
.triggers
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    .trigger_item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
    }
    .autosmstext {
          width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    }
.input-group.mb-3.col-md-4 {
  float: left;
}
.segmentation {
  align-content: flex-start;
}
.segmentation div {
  padding-bottom: 2px;
}
/* Merge-field (flettefelter) buttons wrap onto several lines; give each a small
   bottom gap so the rows don't sit flush against each other. */
.mergefields .btn {
  margin-bottom: 0.35rem;
}
.input-group .half-width-form-control {
   display: inline-block;
    width: calc(50% - 2px) !important;
    float: left;
}

.editorClassName {
    border: 1px solid #dce4ec;
    border-radius: 4px;
    padding: 5px !important;
    height: 80% !important;
}
.mt {
  margin-top: 1em;
}

/* ---- Bootstrap 5 migration support ----
   Re-implements a few Bootstrap 3 primitives that Bootstrap 5 removed but that
   this app's markup still relies on (validation feedback + block check/radio rows). */
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 2.375rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
}
.has-error .form-control,
.has-error .form-select {
  border-color: #e74c3c;
}
.has-error .form-control:focus,
.has-error .form-select:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}
.has-error .col-form-label,
.has-error .form-label,
.has-error .control-label-left,
.has-error .form-control-feedback {
  color: #e74c3c;
}
/* Bootstrap 3 ".btn-group-justified" was removed in BS4/5. Re-implement it so the
   segmented toggle groups (and paired inputs) stretch to equal full width. */
.btn-group-justified {
  display: flex;
  width: 100%;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group,
.btn-group-justified > .form-control {
  flex: 1 1 0;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  margin-bottom: 0;
  font-weight: 400;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-right: 6px;
}

/* Card headers (formerly Bootstrap 3 panel-heading): the heading carries a
   bottom margin that adds an unbalanced gap inside the header. Remove it so the
   title sits centered within the header's padding. */
.card-header .card-title,
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-bottom: 0;
}

/* Spacing between stacked cards */
.card {
  margin-bottom: 1.5rem;
}

/* Crisp tables */
.table {
  --bs-table-striped-bg: #f7f9fb;
  --bs-table-hover-bg: #eef3f7;
  --bs-table-border-color: #eef2f5;
  margin-bottom: 0;
  color: #4a5b6d;
}
.table > :not(caption) > * > * {
  padding: 0.7rem 1rem;
  vertical-align: middle;
}
.table th {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #95a5a6;
  white-space: nowrap;
}
/* Header row (rendered as the first row of tbody in these views) */
.table > tbody > tr:first-child > th {
  border-bottom: 2px solid #e3e9ee;
  background: transparent;
}

/* Version changelog timeline */
.version-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.version-item {
  position: relative;
  padding: 14px 0 16px 22px;
  border-left: 2px solid #ecf0f1;
}
.version-item:last-child {
  border-left-color: transparent;
}
.version-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18bc9c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ecf0f1;
}
.version-head {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.version-badge {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.version-time {
  color: #95a5a6;
  font-size: 0.8rem;
  white-space: nowrap;
}
.version-comment {
  margin-top: 6px;
  color: #4a5b6d;
  line-height: 1.5;
  cursor: pointer;
}
.input-group .rc-time-picker {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group .rc-time-picker-input {
  width: 100%;
  height: 100%;
  border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0;
  border-left: 0;
}