@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    padding-bottom: 100px;
}

/* HELPERS */
.p-20 {
    padding: 20px;
}
.bg-light {
    color: rgba(255,255,255,0.5) !important;
}
.bg-shadow-light {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(183,183,183,0.15);
}
h2 {
    font-size: 32px;
    font-weight: 700;
    color: #622180;
}
h3 {
    font-size: 32px;
    font-weight: 700;
    color: #393939;
}
h5 {
    color: #8C8C8C;
    font-size: 24px;
    font-weight: 700;
}
.member-check {
    font-size: 28px;
}
.cl-success {
    color: #40A42B!important;
}
.cl-error {
    color: #E20258!important;
}
.cl-info {
    color: #5CBEC3!important;
}
.cl-warning {
    color: #F1930F!important;
}
.cl-dark {
    color: #000!important;
}
.cl-dark:hover {
    color: #393939!important;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}
.beo-bold {
    color: #622180;
    font-weight: 700;
}
.beo-w-50 {
    width: 50px;
}
.beo-h-400 {
    height: 400px;
}
.beo-mt-150 {
    margin-top: 150px;
}
.m-h-400 {
    min-height: 400px;
}
.beo-bg-light {
    background-color: #fefefe;
}
.beo-disabled-text {
    color: #8C8C8C;
}
.beo-cursror-pointer {
    cursor: pointer;
}
.beo-action-group a:last-of-type, .beo-action-group input:last-of-type, .beo-action-group button:last-of-type {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}
.card {
    border: 2px solid #F3F3F3;
    border-radius: 8px;
    background-color: #FCFCFC;
}
.beo-box {
    border: 2px solid #F3F3F3;
    min-height: 362px;
}
.beo-box span {
    display: block;
    padding: 25px;
    color: #8C8C8C;
    font-size: 18px;
    -ms-word-break: break-all;
    word-break: break-all;
}
.beo-box h4 {
    display: block;
    padding: 25px;
    color: #393939;
    font-weight: 700;
    font-size: 22px;
}
.beo-box i {
    position: absolute;
    bottom: 30px;
    left: 45px;
    font-size: 34px;
}
.beo-box .card__corner {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
}

.beo-box .card__corner .card__corner-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5em 1.5em 0 0;
    border-color: #F3F3F3 transparent transparent transparent;
}
.member-table tr td:first-child {
    color: #8C8C8C;
    width: 30%;
}
.dropdown-menu {
    /* border: 1px solid rgba(0,0,0,.15); */
    /* border-radius: .25rem; */
    border: unset!important;
    -webkit-border-radius: unset!important;
    -moz-border-radius: unset!important;
    border-radius: unset!important;
    box-shadow: rgb(38, 38, 38) 0 2px 14px -10px;
}
.dropdown-item {
    padding: 15px;
    margin: 5px 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #F3F3F3;
    color: #393939;
    text-decoration: unset;
}
#dropdownMenuButton:hover i {
    background-color: #D5FDFF;
}
#dropdownMenuButton:hover  {
    color: #5CBEC3!important;
    text-decoration: unset;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #40A42B;
    border-color: #40A42B;
    background-color: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    border-width: 2px;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FCFCFC;
    border: #C6C6C6 solid 1px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2340A42B' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.page-item.disabled {
    color: #F3F3F3!important;
}
.page-item {
    background: #FCFCFC;
    border: 2px solid #F3F3F3;
}
.page-item:first-child {
    border: unset !important;
    background: unset !important
}
.page-item:last-child {
    border: unset !important;
    background: unset !important
}
.page-item:nth-last-child(2) {
    border-radius: 0 8px 8px 0;
}
.page-item:nth-child(2) {
    border-radius: 8px 0 0 8px;
}
.page-item {
    margin: 0 5px;
}
.page-link {
    border: unset;
    color: #5CBEC3;
    background: #FCFCFC;
}
.page-link:hover {
    color: #5CBEC3;
}
.page-item.active {
    border-color: #EFF9F9;
}
.page-item.active .page-link {
    border: unset !important;
    background-color: #EFF9F9 !important;
    color: #5CBEC3;
    font-weight: 700;
}
.pagination-lg .page-item:last-child .page-link {
    background-color: unset;
}
#select-count {
    margin-left: 12px;
}
#filter {
    margin-bottom:0px;
    float:right;
    font-weight:300;
    width:40px;
    opacity:0;
    font-size: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 28px 20px;
    -webkit-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#filter.on {
    width:300px;
    opacity:1;
    color: #5CBEC3;
    border: 2px solid;
}

#searchTrigger {
    top: 14px;
    position:absolute;
    right: 28px;
    cursor:pointer;
    color: #5CBEC3;
    padding:8px;
}

#searchTrigger:hover {
    color:#0FA0CE;
}
.beo-select-actions {
    display: inline-block;
}
.beo-select-actions span {
    font-size: 18px;
}
.dropdown > a {
    color: #8C8C8C!important;
}
.dropdown > a:active {
    color: #C6C6C6;
}
.dropdown > a:hover {
    color: #C6C6C6!important;
}
.container .beo-subtitle {
    max-width: 40%;
}
.container-fluid {
    clear: both;
}
.container {
    clear: both;
}
.container-fluid .beo-subtitle {
    max-width: 20%;
}
.beo-subtitle {
    color: #8C8C8C;
    font-size: 18px;
    display: block;
    line-height: 1.5;
}
.beo-progress {
    margin-top: 15px;
    max-width: 254px;
    height: 4px;
}
.beo-pos-right {
    position: absolute;
    top: 0;
    right: 0;
}
.beo-pos-bottom {
    position: absolute;
    bottom: 0;
    left: 20px;
}
.table-responsive {
    min-height: 210px;
}
.beo-select-table {
    color: #393939;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 0 5px; /* this is the ultimate fix */
}
.beo-select-table thead tr {
    border-color: #fff;
    background-color: unset;
}
.beo-select-table thead th {
    color: #C6C6C6;
    font-weight: unset !important;
}
.beo-select-table tr {
    background-color: #FCFCFC;
    border-collapse:separate;
    border-spacing:5em;
}
.beo-select-table tr td {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 2px 0;
    border-color: #F3F3F3;

}
.beo-select-table tr:first-of-type td:first-child {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
.beo-select-table tr:first-of-type td:last-child {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.beo-select-table tr:last-of-type td:first-child {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}
.beo-select-table tr:last-of-type td:last-child {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}
.beo-select-table tr td:first-child {
    border-left-width: 2px;
}
.beo-select-table tr td:last-child {
    border-right-width: 2px;
}
.beo-select-table a {
    color: #5CBEC3;
}
.beo-select-table .fa-dot-circle {
    font-size: 24px;
    color: #622180;
}
.beo-select-table .fa-circle {
    font-size: 24px;
    color: #8C8C8C
}
.navbar {
    padding: 0;
}
.navbar-brand {
    padding: 0 10px;
}
.navbar-toggler {
    margin: 15px;
}
.nav-item {
    padding: 10px;
}
.nav-item.active {
    background-color: #F3F3F3!important;
}
.nav-item a {
    color: #393939;
}
.nav-item.active a {
    color: #5CBEC1!important;
}
.navbar-text {
    /*padding: 15px;*/
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
}
.navbar-user {
    display: inline-block;
    padding: 12px;
    font-size: 18px;
}
.navbar-user:hover {
    background: #fff;
}
.navbar-user i {
    font-size: 22px;
    border: 2px solid;
    padding: 9px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.beo-logout:hover {
    color: #5CBEC3!important;
}
.beo-logout {
    display: inline-block;
    padding: 12px;
    font-size: 22px;
    color: #8C8C8C!important;
}
.beo-login-section {
    margin-top: 100px;
}
.beo-login-section h1 {
    font-size: 32px;
    font-weight: 700;
    color: #393939;
}
.beo-login-section p {
    width: 65%;
    font-size: 18px;
    color: #393939;
}
.beo-login-section form {
    margin-top: 80px;
}
form {
    font-size: 18px;
}
form label {
    color: #8C8C8C;
    background: #F3F3F3;
    padding: 17px;
    margin: 0;
}
.col-form-label {
    padding: 14px 21px;
}
form > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
form > .row:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.form-group:last-child div {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}
.form-group:last-child input  {
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}
.form-group:first-child label {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
.form-group:first-child input {
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
/*form label:first-of-type {*/
    /*-webkit-border-top-left-radius: 8px;*/
    /*-moz-border-radius-topleft: 8px;*/
    /*border-top-left-radius: 8px;*/
/*}*/
input.beo-input {
    width: 100%;
    border: 2px solid #C6C6C6;
    color: #393939;
    font-weight: 700;
    padding: 12px 16px;
    height: unset;
    font-size: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}
input.beo-input:focus {
    color: #5CBEC3;
    border-color: #5CBEC3;
    box-shadow: 0 0 0 0.2rem rgba(92,190,195,0.17);
}
input.beo-input:disabled {
    opacity: 0.6;
    background: #fefefe;
}
input.beo-input:read-only {
    opacity: 0.6;
    background: #fefefe;
}
input.beo-input::placeholder {
    color: #C6C6C6;
}
.placeholder-red textarea.form-control::-webkit-input-placeholder {
  color: red;
}
.placeholder-red textarea.form-control::placeholder {
  color: red;  
}
/*input.beo-input:first-of-type {*/
    /*-webkit-border-top-right-radius: 8px;*/
    /*-moz-border-radius-topright: 8px;*/
    /*border-top-right-radius: 8px;*/
/*}*/
.beo-form-link {
    background-color: #F3F3F3;
}
.beo-form-link a {
    color: #5CBEC3;
    font-weight: 700;
    padding: 12px 6px;
}
.beo-form-link a:hover {
    text-decoration: none;
}
.btn {
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    font-size: 18px;
    font-weight: 700;
    /*padding: 17px 30px;*/
    padding: 12px 25px;
}
.btn:focus {
    outline:0;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.btn.beo-btn-primary {
    background: #5CBEC3;
    color: #fff;
    border: 2px solid #3EA6AB;
    box-shadow: 0 2px 12px 0 rgba(161,161,161,0.5);
}

.btn.beo-btn-primary:hover {
      box-shadow: 0 2px 30px 0 rgba(161,161,161,0.5);
}

.btn.beo-btn-primary:focus {
      box-shadow: none;
      transform:scale(.95);
}


.btn.beo-btn-primary:disabled {
      box-shadow: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right:10px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 4px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-ring-holder {
  position:fixed;
  left:0px;
  bottom:0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-color:rgba(255,255,255,.9);
  z-index:999;
}

.lds-ring.lds-large {
  position: absolute;
  left: 50%;
  bottom: 180px;
  margin-left: -70px;
  width: 140px;
  height: 140px;
  margin-right:0px;
}

.lds-ring.lds-large div {
  width:130px;
  height:130px;
  border:8px solid #87d0d4;
  border-color: #87d0d4 transparent transparent transparent;
}

.lds-ring-holder .far {
  font-size: 42px;
  position: absolute;
  color: #5CBEC3;
  bottom: 225px;
  text-align: center;
  width: 100%;
}

.lds-ring-holder span {
  font-size: 14px;
  position: absolute;
  color: #8C8C8C;
  bottom: 140px;
  text-align: center;
  width: 100%;
}

.btn.beo-btn-danger {
    background: #E20258;
    color: #fff;
    border: 2px solid #BA0048;
    box-shadow: 0 2px 12px 0 rgba(161,161,161,0.5);
}
#deleteModal .modal-body strong {
    color: #E20258;
}
.btn i {
    padding-right: 10px;
}
.beo-btn-link {
    text-align: left;
    font-weight: unset;
    color: #5CBEC3;
}
.beo-btn-link:hover {
    color: #3EA6AB;
}
.beo-btn-link i {
    padding-right: 10px;
}
.glyph {
    position: absolute;
    left: 40px;
    top: 18px;
    color: #fff;
    pointer-events: none;
}
/*.modal-dialog {*/
    /*min-width: 600px;*/
/*}*/
.modal-content {
    border: unset;
}
.modal-header {
    border: unset;
    padding: 36px 31px 14px 31px;
}
.modal-title {
    font-size: 18px;
    font-weight: 700;
}
.modal-body {
    padding: 0 31px;
}
.modal-body p {
    font-size: 18px;
    margin: 0;
    max-width: 90%;
}
.modal-body strong {
    color: #5CBEC3;
}
.modal-footer {
    padding: 31px;
    border: unset;
    justify-content: space-between;
}
.modal-footer .btn:first-of-type {
    padding-left: 0;
}
.modal-footer .btn:last-of-type {
    border-bottom-right-radius: 8px;
}
.close {
    font-weight: 500;
    opacity: 1;
}
.tab-content {
    background: #F3F3F3;
    margin-bottom: 30px;
}
.tab-pane {
    height: 60px;
}
.tab-pane h4 {
    text-transform: uppercase;
    color: #8C8C8C;
    font-size: 18px;
    padding: 20px;
    display: inline-block;
    font-weight: 700;
}
.beo-statistics {
    display: inline-block;
    float: right;
    padding: 18px;
    font-size: 14px;
}
.beo-tab {
    display: inline-block;
    font-size: 14px;
}
.beo-tab i {
    margin-right: 5px;
}
.beo-tab-action i + span {
    margin-left: 5px;
}
#report-download .fa-spin {
    display: none;
}
#report-download:not(.loading) {
    cursor: pointer;
}
#report-download.loading {
    cursor: progress;
}
#report-download.loading :not(.fa-spin) {
    opacity: 0.25;
}
#report-download.loading .fa-spin {
    display: inline-block;
    font-size: 10px;
    top: 0;
    left: 5px;
}
.action-margin {
    margin-right: 25px;
}
.modal-content iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
}
.beo-period {
    color: #5CBEC3;
}
.beo-period:hover {
    color: #58abb0;
    text-decoration: none;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}
.beo-countdown {
    color: #F1930F;
}
.beo-expand {
    top: 0;
    font-size: 24px;
    padding: 10px 25px;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.beo-expand > i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}
.beo-expand.collapsed > i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.beo-expand i {
    position: absolute;
    top: 16px;
    right: 16px;
}
.alert {
    border: unset;
}
.alert-info {
    background-color: rgba(92,190,195,0.1);
    color: #5CBEC3;
}
.alert-danger {
    color: #E20258;
    background-color: rgba(226,2,88,0.1);
    border-color: #f5c6cb;
}
.alert-danger ul {
    margin-top: 16px;
    padding-left: 25px;
}
.alert-danger .alert-heading {
    font-weight: 700;
}
.alert-heading {
    font-size: 18px;
    padding: 5px;
    margin: 0;
}
.alert-heading i {
    margin-right: 10px;
    font-size: 24px;
    position: relative;
    top: 2px;
}
/*.beo-btn-login::before {*/
    /*content: "\f2f6";*/
    /*font-family: FontAwesome;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*text-decoration: inherit;*/
    /*color: #459ce7;*/
    /*font-size: 18px;*/
    /*padding-right: 0.5em;*/
    /*position: absolute;*/
    /*top: 10px;*/
    /*right: 0;*/
/*}*/
.custom-control-input-2 {
    position: absolute;
    top: 25px;
    right: 25px;
}
.custom-control-label-2 {
    color: #8C8C8C;
    border: 2px solid #C6C6C6;
    background: #fff;
    font-weight: 700;
    width: 100%;
    -webkit-border-radius: unset!important;
    -moz-border-radius: unset!important;
    border-radius: unset!important;
    cursor: pointer;
}
.custom-control-input-2:checked~.custom-control-label-2::before {
    color: #622180;
    border-color: #622180;
    background-color: #fff;
}
.custom-control-input-2:checked~.custom-control-label-2 {
    background-color: #F7F4F8;
    color: #622180;
    border-color: #622180;
}
.custom-checkbox-2 .custom-control-label-2::before {
    border-radius: 2px;
    border-width: 2px;
}
.custom-control-label-2::before {
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #FCFCFC;
    border: #C6C6C6 solid 1px;
    z-index: 1;
}
.custom-checkbox-2 .custom-control-input-2:checked~.custom-control-label-2::after {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23622180' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-label-2::after {
    position: absolute;
    top: 20px;
    right: 25px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    z-index: 2;
}
.custom-control-2 {
    position: relative;
}

/* NEW */
.custom-control-input-3:checked~.custom-control-label-3::before {
    color: #622180;
    border-color: #622180;
    background-color: #fff;
    border-radius: 12px;
}
.custom-control-label-3::before {
    position: absolute;
    top: 21px;
    right: 21px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #FCFCFC;
    border: #C6C6C6 solid 2px;
    z-index: 1;
    border-radius: 12px;
}
.custom-control-input-3 {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    /* z-index: 999; */
    /* background: red; */
    /* color: palevioletred; */
}
.custom-control-label-3 {
    color: #8C8C8C;
    border: 2px solid #C6C6C6;
    background: #fff;
    font-weight: 700;
    width: 100%;
    -webkit-border-radius: unset!important;
    -moz-border-radius: unset!important;
    border-radius: unset!important;
    cursor: pointer;
}
.custom-control-input-3:checked~.custom-control-label-3::before {
    color: #622180;
    border-color: #622180;
    background-color: #fff;
}
.custom-control-input-3:checked~.custom-control-label-3 {
    color: #622180;
    border-color: #622180;
    background-color: #F7F4F8;
}
.custom-radio .custom-control-input-3:checked~.custom-control-label-3::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'%3e%3ccircle r='2' fill='%23622180'/%3e%3c/svg%3e")
}
.custom-control-label-3::after {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
    z-index: 2;
}
.incomplete-icon {
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: 900;
    border-radius: 50%;
    background: red;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.form-group label .incomplete-icon {
    position: absolute;
    top: -5px;
    right: 0;
}
/*.custom-control-input-3 {*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*right: 25px;*/
/*}*/
/*.custom-control-label-3 {*/
    /*color: #8C8C8C;*/
    /*border: 2px solid;*/
    /*background: #fff;*/
    /*font-weight: 700;*/
    /*width: 100%;*/
    /*-webkit-border-radius: unset!important;*/
    /*-moz-border-radius: unset!important;*/
    /*border-radius: unset!important;*/
/*}*/
/*.custom-control-input-3:checked~.custom-control-label-3::before {*/
    /*color: #622180;*/
    /*border-color: #622180;*/
    /*background-color: #fff;*/
/*}*/
/*.custom-control-input-3:checked~.custom-control-label-3 {*/
    /*color: #622180;*/
/*}*/
/*.custom-radio .custom-control-label-3::before {*/
    /*border-radius: 2px;*/
    /*border-width: 2px;*/
/*}*/
/*.custom-control-label-3::before {*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*right: 25px;*/
    /*display: block;*/
    /*width: 1rem;*/
    /*height: 1rem;*/
    /*pointer-events: none;*/
    /*content: "";*/
    /*background-color: #FCFCFC;*/
    /*border: #C6C6C6 solid 1px;*/
    /*border-radius: 6px;*/
    /*z-index: 1;*/
/*}*/
/*.custom-radio .custom-control-input-3:checked~.custom-control-label-3::after {*/
    /*background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23622180' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");*/
/*}*/
/*.custom-control-label-::after {*/
    /*position: absolute;*/
    /*top: 25px;*/
    /*right: 25px;*/
    /*display: block;*/
    /*width: 1rem;*/
    /*height: 1rem;*/
    /*content: "";*/
    /*background: no-repeat 50%/50% 50%;*/
    /*z-index: 2;*/
/*}*/
/*.custom-control-2 {*/
    /*position: relative;*/
/*}*/

input[type="date"].beo-input {
    color: #8C8C8C;
}
textarea.beo-input {
    border: 2px solid;
    color: #C6C6C6;
    padding: 17px;
    font-size: 18px;
    font-weight: 700;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}
.mh-1 {
    max-height: 130px;
}
.beo-details {
    text-align: right;
}
.beo-details h2 {
    margin: 0;
    font-size: 24px;
}
.beo-details span {
    color: #8C8C8C;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.form-control.is-valid, .was-validated .form-control:valid {
    color: #40A42B;
    border-color: #C6C6C6;
    background-image: unset;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    color: #E20258;
    border-color: #C6C6C6;
    background-image: unset;
}
.form-control.is-invalid::after, .was-validated .form-control:invalid::after {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    position: relative;
    top: 15px;
    right: 15px;
    z-index: 999;
    /*padding-right: 3px;*/
    /*vertical-align: middle;*/
    font-weight: 900;
}
.beo-photo-upload {
    padding: 0;
}
.beo-photo-upload .col-md-4 {
    height: 185px;
}
.beo-upload {
    border: 2px dashed #C6C6C6;
    background-color: #FFFFFF;
    padding: 17px;
}
.beo-upload h5 {
    font-size: 18px;
}
.beo-upload span {
    color: #8C8C8C;
    display: block;
    font-size: 14px;
    /*max-width: 60%;*/
}
.beo-upload i {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 24px;
    color: #C6C6C6;
    transition:all .2s ease-in-out;
}
.beo-upload:hover {
  border-color:#87d0d4;
}

.beo-upload:hover i, .beo-upload:hover span, .beo-upload:hover h5 {
  color:#5CBEC3;
}

.beo-upload:hover i {
  margin-right:10px;
}

.member-table {
    font-size: 18px;
}
.member-table a {
    color: #5CBEC3;
}
.beo-rounded > div {
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    margin-bottom: 5px;
}
.beo-rounded > div:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.beo-rounded > div:last-child {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
#target-image {
    width: 100%;
    height: 512px;
    border: 2px solid #F3F3F3;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.child-image {
    filter: opacity(40%);
    cursor: pointer;
    transition: all ease 200ms;
    height: 120px;
    object-fit: cover;
    transform: scale(0.95);
}
.image-active {
    filter: opacity(100%);
    transform: scale(1);
}
.bootstrap-select>.dropdown-toggle {
    border: 2px solid #C6C6C6;
    background: #fff;
    padding: 12px 16px;
}
.beo-fixed-th tr td:first-of-type {
    width: 240px;
}
.beo-slider {
    -webkit-appearance: none;
    height: 6px;
    background: #EEEEEE;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 3px;
    position: relative;
    top: -5px;
}
.beo-slider:hover {
    opacity: 1;
}

.beo-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #888888;
    cursor: pointer;
    border-radius: 8px;
}

.beo-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
.image-controls, .image-controls a {
    color: #555555;
    text-align: center;
}
.image-controls a:hover {
    color: #666666;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
}
.image-controls div {
    display: inline-block;
    padding: 30px;
}
@media (max-width: 768px) {
    .beo-md-mt-5 {
        margin-top: 3rem;
    }
    .beo-select-actions {
        display: block;
    }
}
@media (max-width: 575.98px) {
    .form-group:first-child label {
         -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
         border-top-left-radius: 0px;
    }
    .form-group:first-child input {
         -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
         border-top-right-radius: 0px;
    }
    .form-group:last-child div {
         -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
         border-bottom-left-radius: 0px;
    }
    .form-group:last-child input {
         -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
         border-bottom-right-radius: 0px;
    }
    .beo-sm-p-0 {
        padding: 0;
    }
    .beo-login-section p {
        width: 80%;
    }
    .child-image {
        width: 100%;
    }
    .beo-pos-right {
        position: unset;
        text-align: right;
    }
    .container-fluid .beo-subtitle {
        max-width: 100%;
    }
}
