:root{
  --bg-danger-theme: #07689f;
  --text-danger-theme: #07689f;
  --bg-facebook: #f0f2f5;
  --bg-stripe:#f7fafc;
}

body{
  color: #525f7f !important;
}
.event_time {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gray);
}
#historical_list > .list-group-item > p {
  font-size: 14px;
}
#historical_list > .fa-hourglass-half {
  color: rgba(0,0,0,.1);
  margin: 15% auto;
}
#historical_list {
  text-align: center;
  min-height: 200px;
}
.adjs-p-c {
  font-size: 12px;
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 5px;
}
.pointer:hover{
  cursor: pointer;
}
.fas-rotate-90{
  transform: rotate(90deg);
}
.add-database-option > span {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  margin-top: 10%;
}
.prev-docs-1{
  display: none;
}
.documents-list {
  background-color: var(--light);
}
.div_business_law_firm {
  background-color: var(--light);
  padding: 0.5rem;
}
.show-moral-data{
  display: none;
}
.show-when-moral{
  display: none;
}
.mce-content-body > p {
  margin: 0;
}
.is-user{
  display: none;
}
.is-administrator{
  display: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.bg-stripe{
  background-color:#f7fafc !important;
}
.image-media{
  max-width:50px;border: 2px solid #f1f1f1;border-radius: 50%;background-color: white; height: 50px;
}
.card-icon > i {
  font-size: 3em;
  color: rgba(0,0,0,0.06);
}
.card-big-text {
  font-size: 4em;
  margin: 0;
  font-weight: bold;
}
.card-text {
  font-weight: bold;
  margin: 0;
}
#set-overflow-y-representatives{
  max-height: 382px;
  overflow-y: scroll;
}
.box-upload {
  background-color: var(--light);
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--bg-danger-theme);
  border-color: var(--text-danger-theme);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--bg-danger-theme);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--text-danger-theme);
  background-color: var(--bg-danger-theme);
  box-shadow: none;
}
.no-sort::after { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; background: none !important; }
.fa-text {
  color: #666;
  margin-right: 0.5em;
  font-size: 12px;
}
.brand-link:hover{
  color: var(--text-danger-theme);
}
a{
  color: var(--text-danger-theme);
}
a:hover{
  color: var(--text-danger-theme);
  text-decoration: none;
}
.nav-sidebar .menu-open > .nav-link i.right{
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sidebar .menu-open > a {
  color: #3483fa;
}

.nav-sidebar .nav-item>.nav-link {
  font-size: 14px;
}
.nav-pills .nav-link:not(.active):hover{
  color: #3483fa;
}
.elevation-4 {
  box-shadow: 1px 0 #e3e8ee !important;
}
.main-sidebar{
  background-color: #f5f5f5 !important;
}
.main-header {
  background-color: #fff159 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #333;
}
.min-height-120{
  min-height: 120px;
}
.bg-light-theme{
  background-color:var(--bg-facebook)
}
.bg-danger-theme{
  background-color: var(--bg-danger-theme);
}
.btn-danger-theme{
  background-color: var(--bg-danger-theme);
  color: white;
}
.btn-danger-theme:hover{
  color: white;
}
.fa-auto{
  font-size: 1.5em;
}
.text-danger-theme{
  color: var(--text-danger-theme) !important;
}

.info-box .info-box-icon{
  width: 140px !important;
}
.up-on-over {

  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}
.up-on-over:hover{
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.page-loader {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  pointer-events: none;
  overflow: hidden !important;
}
.message-loader {
  transform: translate(-50%,-50%);
  left: 50%;
  max-width: 365px;
  width: 365px;
  bottom: 50%;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
}
.content_paragraph:hover {
  background-color: #f4f4f4;
}
.paper-builder{
  /*max-height: 600px;
  overflow-y: scroll;*/
}
.mw-10em{
  max-width: 10em;
}
.img-profile {
  background: var(--light);
}
.bg-city{
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/images/login-bg-1.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  filter: opacity(16%) blur(2px);
}
.twolayout{
  margin-top: -50px;
  padding: 50px 0 0 0;
  box-sizing: border-box;
  width:100%;
}
.cell-left-document{
  width: 25%;
  max-width: 25%;
}
.cell-right-document{
  max-width:60%;
  width: 60%;
}
.page-item-events {
  list-style: none;
  position: relative;
}
.brand-link .brand-image{
  width: 40px;
  height: 40px;
  max-height: none !important;
  background-color: var(--light);
}
.stf-01{
  background: yellow;
  font-weight: bold;
}
.stf-01:hover{
  cursor: pointer;
}
.btn-menu-info{
  float: right;
  position: absolute;
  min-width: 2em;
  height: 2em;
  right: 0;
  top: 0;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.text-underline{
  text-decoration: underline !important;
}
.content_paragraph:hover > .btn-actions{
  visibility: visible !important;
  opacity: 1;
}
.btn-actions {
  visibility:hidden;
  opacity: 0;
  position: absolute;
  background: var(--dark);
  z-index: 1;
  transform: translate(-50%,-50%);
  left: 50%;
  -webkit-transition: visibility .25s, opacity .25s linear;
     -moz-transition: visibility .25s, opacity .25s linear;
      -ms-transition: visibility .25s, opacity .25s linear;
       -o-transition: visibility .25s, opacity .25s linear;
          transition: visibility .25s, opacity .25s linear;
}
.page-items > li:hover {
  background-color: #e1ebf4;
  border: 2px dotted #4ba5f7;
}
.c-pointer{
  cursor: pointer !important;
}
.list-item-result {
  margin-bottom: 0.5rem;
  padding: 0.2rem;
  border-radius: 5px;
  -webkit-transition: box-shadow 1s ease;
     -moz-transition: box-shadow 1s ease;
      -ms-transition: box-shadow 1s ease;
       -o-transition: box-shadow 1s ease;
          transition: box-shadow 1s ease;
}
.email-navbar-user{
	text-overflow: ellipsis;
	max-width: 200px;
	display: block;
	overflow: hidden;
}
.picture-navbar{
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.list-item-result:hover {
  cursor: pointer;
  box-shadow: 0 0px 15px rgba(0, 124, 253, 0.5);
  background: rgb(0,124,253);
  background: linear-gradient(180deg, rgba(0,124,253,1) 55%, rgba(5,84,166,1) 100%);
}
.header-contents-collapse {
  cursor: pointer;
}
.w-100{
  width: 100%;
}
img#image-profile{
  height: 10em;
  width: 10em;
  object-fit:cover;
}
img#img-avatar {
  width: 6em;
  height: 6em;
  background-color: #FFF;
  object-fit: cover;
}
img.img-avatar-aside{
  width: 3em;
  height: 3em;
  background-color: #FFF;
}
.ui-state-highlight {
    background: lightcyan !important;
    min-height: 1em;
    width: 100%;
    position: relative;
}
.fab.fab-button {
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: var(--primary);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white !important;
  font-size: 1.5em;
  line-height: 60px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.custom-pagination strong {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .2rem;
  font-weight: 400;
  background-color: var(--dark);
  color: var(--white);
}

.afloat {
  position: fixed !important;
  z-index: 9999;
  right: 0;
  top: 0;
  margin-top: 1rem;
  margin-right: 1rem;
  max-width: 360px;
  width: 325px;
}
.document-export-buttons{
  padding: 2rem 5rem 0;
}
.hide-button{
  display: none;
}
.hidden{
  display: none;
}
.minh-10{
  min-height: 10em;
}
/** builder make */
.the-page {
  background: white;
  padding: 2rem 5rem 0;
  max-height: 100%;
  height: 100%;
}
.open-modal {
  background: yellow;
}
.open-modal:hover {
  cursor: pointer;
}
.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding:1px 4px;
    margin:0 -4px;
}
.signature {
	height: 110px;
	border-bottom: 1px solid #ccc;
	width: 250px;
	margin-bottom: 3rem;
	position: relative;
}
.signature > p {
	position: absolute;
	bottom: -30px;
	margin: 0 auto;
	width: 250px;
	text-align: center;
	font-weight: bold;
}
.featured-text{
 background: yellow;
}
.featured-text:hover{
 cursor: pointer;
}
.set-opacity-5 {
    opacity: .5;
}
.btnCarousel{
  position: relative !important;opacity: 1;width: auto;
}
#carouselExampleControls .carousel-inner{
  min-height:160px;
  position: relative;
}
.counter-fields{
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.no-events{
  pointer-events: none;
}
.container-ripple-lds {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 25, 0.5);
  text-align: center;
  z-index: 1040;
}
.lds-ripple {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 20% auto;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.custom-sticky-top{
  position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
    position: sticky;
    background-color: var(--white);
    top: 0;
  box-shadow:0 1px rgba(0,0,0,.1);
    padding: 1rem 0 0.5rem 0;
    z-index: 1020;
}
.contract-option-sticky{
  position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.mce-content-body span {
  background-color: cyan;
}

.bg-secondary-light {
  background-color: #eee;
}
.bg-secondary-light:hover{
  background-color: var(--primary) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: 0px 5px 8px rgba(46, 126, 229, 0.4);
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}
.bg-secondary-light:active {

  transform: translateY(0px);
  box-shadow: none;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}









@media (max-width:375px){
  .fa-auto{
    font-size: 1em !important;
  }
  table.responsive-table{
      box-shadow: none;
    }
    table.responsive-table thead{
      display: none;
    }
  table.display th,
  table.display td{
    padding: .5em;
  }

  table.responsive-table td:nth-child(1):before{
    /*content: 'Number';*/
  }
  table.responsive-table td:nth-child(2):before{
    /*content: 'Name';*/
  }
  table.responsive-table td:nth-child(1),
  table.responsive-table td:nth-child(2){
    /*padding-left: 25%;*/
  }
  table.responsive-table td:nth-child(1):before,
  table.responsive-table td:nth-child(2):before{
    position: absolute;
    left: .5em;
    font-weight: bold;
  }
  table.responsive-table tr,
  table.responsive-table td{
      display: block;
  }
  table.responsive-table tr{
      position: relative;
      margin-bottom: 1em;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  }
  table.responsive-table td{
      border-top: none;
  }
  table.responsive-table td.organisationnumber{
      background: #D5E0CC;
      border-top: 1px solid #B3BFAA;
  }
  table.responsive-table td.actions{
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      background: none;
  }

  .lds-ripple {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 70% auto;
  }
}


/***** Updated redesign styles *****/

 /* Top section breadcrumb */

.top-content-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #97a3b9;
  margin-bottom: 10px;
}

.top-content-breadcrumb a {
  text-decoration: none;
  color: #97a3b9;
}
.top-content-breadcrumb span:last-child {
    color: #2c3444;
}


/* Top section title */

.top-content-title {
    color: #1c273c;
    font-weight: 500;
    font-size: 32px;
    text-indent: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

/***** Tables style *****/

.table thead th, .table thead td {
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom-width: 1px;
    border-top-width: 0;
    padding: 0 15px 5px;
}

.table tbody td {
  font-size: 14px;
}

.table > tbody > tr > td {
  vertical-align: middle;
  padding-bottom: .15rem;
  padding-top: .15rem;
}

.table > tbody > tr > td.actions {
  vertical-align: middle;
}

.reports-table tbody > tr > td {
    padding: 7px 0px 7px 0px!important;
  }

.table.data-table > tbody > tr > td {
  padding: 0px 10px;
}

.table thead>tr>th {
   border-bottom: 0px !important;
}

/* Actions tooltip style*/

[data-style=actions-tooltip] + .popover {
background: #4194ca;
}
[data-style=actions-tooltip] + .popover.bottom .arrow:after {
border-bottom-color: #4194ca;
}
[data-style=actions-tooltip] + .popover-content {
}

.actions-tooltip-btn {
  font-size: 20px;
  font-weight: 700;
  outline: none;
}

.actions-tooltip-menu {
list-style: none;
padding: 0px;
margin: 0px;
}
.actions-tooltip-menu li {
  padding: 5px 10px 5px 10px;
}
.actions-tooltip-menu li a {
color: #000;
}

.actions-tooltip-menu li:hover {
  background-color: #f7fafc !important;
}

.actions-tooltip-menu li:hover{
  background-color: pink;
}

.actions-icons .btn, .actions-icons a, .actions-icons button {
padding: 5px!important;
    font-size: 14.5px;
    color: #212529;
}

.table th:first-child
{
  text-align: center;
}

.popover-body {
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
}

.popover-header {
    background-color: white !important;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

/* Custom badges */

.custom-badge {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 5px;
}

.cbadge-success {
    background-color: #cbf4c9;
    color: #466952;
}

.cbadge-danger {
    background-color: #f4c9c9;
    color: #962f2f;
}

.cbadge-neuter {
    background-color: #b3b3b3;
    color: #424242;
}

.cbadge-primary {
  background-color: #c9e6f4;
}
/* Custom buttons */

.custom-button {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   height: auto;
   line-height: 20px;
   color: #fff;
   font-family: "Source Sans Pro";
   width: 145px;
   font-size: 14px;
   font-weight: 400;
   padding: 8px;
   background: #3483fa;
   border: solid #3483fa 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   /*box-shadow: 0 4px 3px -3px gainsboro;*/
  transition: all 0.3s ease 0s;
}

.custom-button:hover {
  background: rgba(65,137,230,.15);
  color: #3483fa;
  border: solid rgba(65,137,230,.15) 1px;
  /*border: solid #e4e4e4 1px;
  text-decoration: none;
  box-shadow: 0 4px 3px -3px gainsboro;*/
}

.custom-button:focus {
  outline: none !important;
}

.cbutton-secondary {
  background: #fff;
  color: #172b4d;
  border: solid #e4e4e4 1px;
}

/* Full width button */

.fw-cbutton {
  width: 100%;
}

/* Dropdown menu arrow */

.dropdown-menu-arrow {
  top: -25px;
  left: 10%;
  width: 0;
  height: 0;
  position: relative;
}

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.dropdown-menu-arrow:after {
  bottom: -13px;
  right: -8px;
  border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
  bottom: -12px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}

.actions-dropdown {
      top: -5px;
}

/* Hidding down arrow of dropdown button */
.actions-dropdown > .dropdown-toggle::after {
  display: none;
}

.actions-dropdown .dropdown-footer, .dropdown-header {
    font-size: 15px;
    text-transform: uppercase;
    padding: 4px 0 0 17px;
    text-align: left;
}


/********************
 *  * LAYOUT
 *   ********************/
#wrapper .sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 260px;
  height: 100%;
  float: left;
  background-color: #001C38;
  position: fixed;
  left: 0; }

#wrapper .main {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 260px);
  left: 0;
  position: relative;
  float: right;
  background-color: #f5f5fa; }

#wrapper #sidebar-nav,
#wrapper .main {
  padding-top: 80px; }

@media screen and (max-width: 767px) {
  #wrapper #sidebar-nav,
  #wrapper .main {
    padding-top: 130px; } }

.layout-fullwidth #wrapper .sidebar {
  left: -260px; }

.layout-fullwidth #wrapper .main {
  width: 100%; }

.layout-fullwidth #wrapper .navbar {
  left: 0 !important; }

.layout-fullwidth #wrapper .btn-toggle-fullwidth {
  color: #00AAFF; }

.offcanvas-active #wrapper .sidebar {
  left: 0; }

.offcanvas-active #wrapper .main {
  width: 100%;
  position: relative;
  left: 260px; }

@media screen and (max-width: 1024px) {
  #wrapper .sidebar {
    left: -260px; }
  #wrapper .main {
    width: 100%; }
  #wrapper .navbar {
    left: 0 !important; }
  #wrapper .btn-toggle-fullwidth {
    color: #00AAFF; }
  .btn-toggle-minified {
    display: none; } }

.main-content {
  padding: 28px 10px; }

.navbar + .main-content {
  padding: 105px 0 28px 5px; }
  @media screen and (max-width: 767px) {
    .navbar + .main-content {
      padding-top: 155px; } }

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
  height: 100%; 
}

.vertical-align-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle; }

 #wrapper {
    height: 100%;
}

    @media screen and (min-width: 992px) {
    .auth-box { width: 65% !important; }
  }


/* Login page */

.auth-box {
    -moz-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 60%;
    height: 450px;
    margin: 0 auto;
    /* background-color: #fff; */
}
.auth-box:before {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    content: " ";
    vertical-align: middle;
    height: 100%;
}
.auth-box .content {
    display: inline-block !important;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    width: 99%;
    vertical-align: middle;
}
.auth-box .left {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 30px;
    text-align: center;
    background: #fff;
}
.auth-box .left:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: " ";
    vertical-align: middle;
    height: 100%;
}
.auth-box .right {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-box .right:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    content: " ";
    vertical-align: middle;
    height: 100%;
}
.auth-box .right .text {
    position: relative;
    padding: 0 30px;
    color: #fff;
}
.auth-box .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 64px;
    font-weight: 300;
}
.auth-box .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}
.auth-box .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(179 179 179 / 18%);
}


@media screen and (max-width: 1279px) {
    .auth-box {
        width: 90%;
    }
    .auth-box .left {
        top: 3.3em;
    }
}
@media screen and (max-width: 1023px) {
    .auth-box .left {
        width: 100%;
        position: inherit;
        padding: 30px;
    }
    .auth-box .right {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .auth-box {
        width: 70%;
    }
}
@media screen and (max-width: 640px) {
    .auth-box {
        width: 90%;
    }
    .auth-box .content {
        width: 95%;
    }
}

/* Login page body */
.page-login {
    background: linear-gradient(180deg, rgb(255, 240, 80) 70%, rgb(237, 237, 237) 70%, rgb(237, 237, 237) 100%)
}

/* Login form general input field */
.login-input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: solid #e4e4e4 1px;
    box-sizing: border-box;
    border-radius: 4px;
    padding-left: 10px;
}

/* Login form button */
.login-button {
    width: 70%;
}

/* Login form password field */ 
.login-password-field > .input-group-append > .input-group-text {
    border: solid #e4e4e4 1px;
    border-left: none;
    background-color: transparent;
}

.login-password-field > .form-control:focus {
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: inset 0 0 0 transparent, none;
}

.login-email-field:focus {
    border-color: #000;
}

/* Forgot passord link */
.forgot-password {
    font-size: 12px;
    font-weight: 200;
    font-family: "Source Sans Pro";
    color: #4e4e4e;
}

.forgot-password:hover {
    color: #000;
    font-weight: 400;
}

/* Forms */

.custom-content-body {
  padding: 30px;
}

.custom-content-title {
  font-size: 1.2rem;
}

.custom-hr-divider {
    margin-top: 30px;
    margin-bottom: 30px;
}
.custom-hr-divider-permissions {
  margin-top: 0px;
  margin-bottom: 0px;
}

.custom-form label, .custom-label {
  font-size: 16px;
  font-weight: normal !important;
}

.input-group {
    position: relative;
    margin-bottom: 5px;
    border-radius: .25rem;
}

.required-input:after {
    content:" *";
    color: red;
}

.std-input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    padding: 10px !important;
    height: 30px;
}

.std-input-s2 {
    border: 1px solid #e5e5e5;
    padding: 9px 0;
    color: #666;
    font-weight: 500;
}

.std-input-s2:focus {
  border: 2px solid #000;
}

.std-input-select {
  height: 40px;
}

.toggle-button-cover
{
    display: table-cell;
    position: relative;
    width: 200px;
    height: 140px;
    box-sizing: border-box;
}

.button-cover
{
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before
{
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}
/* Button 3 */
#button-3 .knobs:before
{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before
{
    width: 46px;
    border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before
{
    margin-left: -26px;
}

#button-3 .checkbox:checked + .knobs:before
{
    content: '';
    left: 42px;
    background-color: #F44336;
}

#button-3 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}



 .cinput {
   position: absolute;
   left: -9999px;
}
 .custom-switch {
   position: relative;
   display: block;
   width: 5.5em;
   height: 3em;
   cursor: pointer;
   border-radius: 1.5em;
   transition: 350ms;
}
 .custom-switch::after {
   position: absolute;
   content: '';
   width: 1em;
   height: 1em;
   top: 0.2em;
   left: 0.3em;
   border: 1px solid #dadada;
   border-radius: 50%;
   transition: 250ms ease-in-out;
   background: linear-gradient(#f5f5f5 10%, #eee);
   box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, .9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, .5);
}
 .custom-switch::before {
   position: absolute;
   content: '';
   width: 2.4em;
   height: .5em;
   top: 0.45em;
   left: 0.75em;
   border-radius: 15px;
   border: 0px;
   transition: 250ms ease-in-out;
   background: /*linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #000;*/ black;
   /*box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, .5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, .7), 0 0 0 0 rgba(68, 204, 102, .7) inset;*/
}

.cswitch-child::before {
  width: 2.3em; height: .4em;
}

.cswitch-child::after {
  width: .9em; height: .9em;
}

.cc-child .custom-control {
      padding-top: 1%;
}

input:checked + .custom-switch::before {
      background-color: var(--bg-danger-theme);
  /*box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, .5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, .7), 3em 0 0 0 rgb(100 224 109 / 70%) inset;*/
}
 input:checked + .custom-switch::after {
   left: 2.5em;
}

.custom-col {
  display: flex;
}

.ccol-center {
  align-items: center;
}


/* Custom backgrounds */

.custom-bg-info {
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,8,1) 48%, rgba(23,43,77,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,8,1) 48%, rgba(23,43,77,1) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,8,1) 48%, rgba(23,43,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#172b4d",GradientType=1);
}

.support-card-view {
  border: 1px solid #dee2e6;
}

/* SWAL buttons */

 {

}
.swal2-confirm {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   height: auto;
   line-height: 20px;
   color: #fff;
   font-family: "Source Sans Pro";
   width: 145px;
   font-size: 14px;
   font-weight: 400;
   padding: 8px;
   background: #172b4d !important;
   border: solid #172b4d 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   /*box-shadow: 0 4px 3px -3px gainsboro;*/
  transition: all 0.3s ease 0s;
}


.swal2-cancel {
  -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   height: auto;
   line-height: 20px;
   color: #fff;
   font-family: "Source Sans Pro";
   width: 145px;
   font-size: 14px;
   font-weight: 400;
   padding: 8px;
   border: solid #172b4d 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   /*box-shadow: 0 4px 3px -3px gainsboro;*/
  transition: all 0.3s ease 0s;
}

.swal2-confirm:hover {
  background: #fff !important;
  color: #172b4d !important;
  border: solid #e4e4e4 1px !important;
  text-decoration: none;
  box-shadow: 0 4px 3px -3px gainsboro;
}

  .btn-steps span {
  padding-left: 4px;
  max-width: 0;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}
.btn-steps:hover span {
  max-width: 7rem;
}


/*=== Notifications button and menu ===*/

.notification-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #333333;
  background-color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  color: #333;
  padding-bottom: 7px;
}
.notification-btn:focus {
  outline: 0px !important;
}
.notification-btn:hover {
  cursor: pointer;
}

.notification-btn:active {
  background: #cccccc;
}

.badge-counter {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.notification-act {
  background: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 34%);
  width: 30px; height: 30px;
  border-radius: 50%;
  position: absolute;
  margin-top: 30px;
  z-index: 1000;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  display: none;
}

.notification-act i {
  color: rgba(0,0,0,.5);
}

.view-notification {
  left: 80%;
  
}
.del-notification {
  left: 90%;
}
.notification-user {
  font-size: 15px;
  font-weight: bold;
}

.notification-desc {
  font-size: 13px;
}

.notification-date {
  color: #7b7b7b;
}

.notification-item:hover .notification-act {
  display: block;
}

.notification-item:active {
  color: unset !important; 
  background-color: unset !important;
}


.notifications-dropdown-menu {
    
    /* Position */
    right: -95px;
    left: auto;

    /* Size & overflow y axis */
    max-width: 400px;
    min-width: 350px;
    max-height: 550px;
    overflow-y: auto;

    /* Border */
    border-radius: .75rem;
}

.dropdown-title {
  padding: 10px;
  align-content: center;
}

.dropdown-title h5 {
  margin-bottom: 0px;
}

.unread { 
  background: transparent;
}

.readed {
  background: #f7f7f7;
  color: #7b7b7b;
}

/*=== Scrollbar ===*/

/* width */
::-webkit-scrollbar {
  width: 14.9px;
  background: #cccccc;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: gray; 
  border: 3px solid transparent;
  border-radius: 10px;
  background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border: 3px solid #fff0;
  background: #1b6acbff; 
    background-clip: content-box;
}

/*=== Tooltips ===*/


/* Applies to all tooltips */
[data-tooltip]::before,
[data-tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[data-tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[data-tooltip]::after {
  content: attr(data-tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 10px;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[data-tooltip='']::before,
[data-tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[data-tooltip]:not([tooltip-flow])::before,
[data-tooltip][tooltip-flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[data-tooltip]:not([tooltip-flow])::after,
[data-tooltip][tooltip-flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([tooltip-flow])::before,
[data-tooltip]:not([tooltip-flow])::after,
[data-tooltip][tooltip-flow^="up"]::before,
[data-tooltip][tooltip-flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[data-tooltip][tooltip-flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[data-tooltip][tooltip-flow^="down"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][tooltip-flow^="down"]::before,
[data-tooltip][tooltip-flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[data-tooltip][tooltip-flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[data-tooltip][tooltip-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[data-tooltip][tooltip-flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[data-tooltip][tooltip-flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[data-tooltip]:not([tooltip-flow]):hover::before,
[data-tooltip]:not([tooltip-flow]):hover::after,
[data-tooltip][tooltip-flow^="up"]:hover::before,
[data-tooltip][tooltip-flow^="up"]:hover::after,
[data-tooltip][tooltip-flow^="down"]:hover::before,
[data-tooltip][tooltip-flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[data-tooltip][tooltip-flow^="left"]:hover::before,
[data-tooltip][tooltip-flow^="left"]:hover::after,
[data-tooltip][tooltip-flow^="right"]:hover::before,
[data-tooltip][tooltip-flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* Dashboard screen & components */
.widget-card-1 {
margin-top: 40px;
text-align: right;
}
.card .card-block-small {
padding: 15px 20px;
}
.card1-icon {
width: 60px;
height: 60px;
font-size: 25px;
border-radius: 50%;
display: inline-flex;
color: #fff;
align-items: center;
justify-content: center;
transition: all 0.3s ease-in-out;
background: #3483fa;
box-shadow: 0 2px 5px rgb(0 0 0 / 34%)
}
.text-light {
color: #868e96!important;
}
.card-description-text {
margin-top: 30px;
margin-bottom: 10px;
text-align: center;
}
.card-description-text span {
font-size: 17px;
font-weight: 600;
}
.card-header-custom {
padding: 5px 0px 0px 10px;
background: #edf3f7;
}
.card-header-custom h5 {
font-size: 2rem;
font-weight: bold;
color: #6c757d;
}
.card-block {
padding: 1.5rem;
}
.card-block h2 {
font-size: 2.5rem;
}
.card-actions-btns {
float: right;
display: flex;
}
.card-action-btn {
background: #fff;
box-shadow: 0 2px 5px rgb(0 0 0 / 34%);
width: 30px;
height: 30px;
border-radius: 50%;
position: relative;
/*margin-top: 30px;*/
z-index: 1000;
font-size: 15px;
line-height: 30px;
text-align: center;
margin-right: 5px;
color: #3483fa;
}
.border-r {
border-right: 1px solid #e0e0e0;
}
/* Bootstrap styles override*/
.text-info {
  color: #3483fa !important; 
}
.modal-body {
  background: #f5f5f5;
}