:root {
  /*    --primary: #119c45;
    --primary-light: rgba(21, 226, 72, 0.349);*/
}

/* ================ */
/* 
.bg-primary {
    background-color: var(--primary) !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: #007bff;
    box-shadow: none;
} */

.table-scrollbar {
  position: relative;
  max-height: 72vh;
  overflow: auto;
}

.table-scroll-y {
  display: block;
}

.btn-tool {
  background-color: #fff;
  color: var(--primary) !important;
  border-radius: 5px;
}

.btn-tool:hover {
  background-color: var(--primary-dark);
  color: #fff !important;
}

.buttons-group {
  background-color: var(--primary);
  border: none;
}

[class*="sidebar-light-"] .nav-sidebar>.nav-item.menu-open>.nav-link,
[class*="sidebar-light-"] .nav-sidebar>.nav-item:hover>.nav-link {
  background-color: var(--primary);
  color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background-color: var(--primary);
  color: #fff;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--primary-light) !important;
}

.fc .fc-daygrid-day.fc-day.fc-day-past.fc-day-other,
.fc-daygrid-day.fc-day.fc-day-future.fc-day-other {
  background-color: #f4f6f9;
}




.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

.fc-dayGridMonth-button .btn-default .active {
  background-color: var(--primary) !important;
}

.fc-right .fc-prev-button,
.fc-right .fc-next-button {
  background-color: #b1d583;
  background-image: none;
}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-sm {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-icon {
  padding: 0.2rem 0.3rem;
  border-radius: 5px;
}

.fade-in {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.logo-login {
  width: 80px;
  height: auto;
}

.form-group .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: auto;
  width: 20px;
  /*height: 48px;*/
  background: transparent;
  font-size: 18px;
  color: var(--secondary);
}

.form-group .icon-right {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  width: 20px;
  /*height: 48px;*/
  background: transparent;
  font-size: 18px;
  color: var(--secondary);
  cursor: pointer;
}

.login-box .form-control {
  padding-left: 35px;
  padding-right: 35px;
}

.card-header .title {
  font-size: 0.875rem;
  margin: -0.75rem 0;
  padding: .25rem .5rem;
}

.card-header select {
  appearance: none;

  background-color: transparent;
  background: transparent;
  border: none;
  /*padding: 0 1em 0 0;*/
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}

.card-header option {
  font-weight: 500;
}

.cursor-pointer {
  cursor: pointer;
}

.select-tf {
  background-color: transparent;
  border: transparent;
  color: #fff;
  cursor: pointer;
  appearance: none;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  padding: 0;
}

/* For IE10 */
.select-tf::-ms-expand {
  display: none;
}

.select-tf option {
  color: #000;
}

.info-box .info-box-content {
  padding: 0 10px 0 5px;
}

.bg-hover:hover {
  /* background: linear-gradient(0deg, rgba(38, 38, 38, 0.24), rgba(255, 255, 255, 0)); */
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.34), rgba(0, 0, 0, 0));
}

.bg-hover:active {
  /* background: linear-gradient(0deg, rgba(38, 38, 38, 0.24), rgba(38, 38, 38, 0.24)); */
  background: linear-gradient(0deg, var(--primary), var(--primary));
}

.bg-primary-hover:hover {
  background: linear-gradient(0deg, var(--primary), var(--primary));
  color: #fff;
}


.block {
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  unselectable: on;
}

.cursor-grab {
  cursor: grab;
}

.breadcrumb {
  background-color: transparent !important;
}


.note-toolbar {
  position: sticky !important;
  z-index: 9999 !important;
  background-color: white !important;
  top: -16px !important;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--primary);
  outline: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.bootstrap-select>.dropdown-toggle {
  color: #495057 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.bootstrap-select>.dropdown-toggle:disabled,
.bootstrap-select>.dropdown-toggle[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

.bootstrap-select>.dropdown-toggle:focus,
.bootstrap-select>.dropdown-toggle:focus {
  color: #495057;
  background-color: #fff;
  border-color: var(--primary);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  outline: none !important;
}


.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.line {
  overflow: hidden;
}

.line label {
  position: relative;
  /* display: inline-block; */
}

.line label:after {
  content: "";
  width: 1000px;
  height: 2px;
  margin-left: 15px;
  background: #dddfe0;
  left: 100%;
  top: 50%;
  position: absolute;
}


.tagin-wrapper.focus {
  border-color: var(--primary) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
}

.tagin-tag {
  border-radius: .25rem;
  color: #fff;
  height: 24px;
  margin: 2px;
  border: 0;
  padding: 0 4px;
  display: inline-flex;
  transition: transform .1s;
  align-items: center;
  font-weight: 500;
  background-color: var(--primary);
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
    right: 0 !important;
    content: "" !important;
}
  
 table.dataTable>thead .sorting::after,
 table.dataTable>thead .sorting_asc::after,
 table.dataTable>thead .sorting_desc::after,
 table.dataTable>thead .sorting_asc_disabled::after,
 table.dataTable>thead .sorting_desc_disabled::after {
    right: 0 !important;
    content: "" !important;
}
  
 table.dataTable>thead>tr>th:not(.sorting_disabled),
 table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
  
 table.dataTable>thead>tr>th,
 table.dataTable>thead>tr>td {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.custom-link {
  color: var(--primary);
}

.custom-link:hover {
  color: var(--primary-dark);
}

/* UPLOADER */

.btn-upload-img{
  width: 95px; 
  height: 95px; 
  border-radius: 20px; 
  margin-left: 14px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size:40px;
  color: var(--primary);
}

.btn-upload-img:hover{
  color: var(--primary-dark);
}

.uploaded_image, .uploaded_image > img{
  width: 95px;
  height: 95px;
}

.uploaded_image{
  float: left;
  position: relative;
  margin-left: 14px;
  margin-bottom: 14px;
}

.uploaded_image > img{
  position: absolute;
  z-index: 0;
  border-radius: 20px;
}

.img_rmv{
  visibility: hidden;
  position: absolute;
  z-index: 1;
  padding: 22px;
  width: 95px;
  height: 95px;
}

.uploaded_image > img:hover + .img_rmv{
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.5);
}

.img_rmv:hover{
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.5);
  border: none !important;
}

.img_rmv:focus{
  background-color: rgba(255, 255, 255, 0) !important;
}


/*  */
.pac-container {
  z-index: 1051 !important;
}



 /* button, label, canvas, div {
      box-sizing: border-box;
    } */

     /* #input-file {
      position: absolute;
      left: -10000px;
    } */

    #preview {
      /* border: 1px solid #eee; */
      margin: 10px 0;
      background: transparent;
      width: 100%;
    }

    .frame-option {
      padding: 10px;
      line-height: 0;
      width: 25%;
      background: transparent;
      border: 0;
    }

    .frame-option:focus {
      /* border: 1px solid #669ada; */
      outline: none;
      position: relative;
      padding: 9px;
      border-radius: 10px;
    }

    .frame-option img {
      border-radius: 5px;
      background-image: url(./placeholder.png);
      background-size: 100% 100%;
      pointer-events: none;
    }

    .frame-option:not(:first-child) {
      margin-left: -1px;
    }

    .wrapper-canvas {
      width: 50%;
      /* padding: 10px; */
      /* max-width: 360px;
      min-width: 240px; */
      margin: 0 auto;
    }

    .action {
      font-size: 13px;
      text-decoration: none;
      cursor: pointer;
      color: #669ada;
      padding: 10px 20px;
      border-radius: 50px;
      border: 1px solid;
      display: block;
      text-align: center;
    }

    .action[href=''] {
      display: none;
    }

    .buttons {
      flex-wrap: wrap;
      display: flex;
      margin-bottom: 10px;
    }

    .dataTables_filter { 
  display: inline;
    float: right;
}

.dataTables_length {
  display: inline;
  margin-left: 10px;
}