body {
  height: 100vh;
}


.container.login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.logo-in-the-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 85%;
  z-index: -1;
}

/* input.ng-touched.ng-invalid {
  border: 1px solid #4069EB;
} */
.card-container-hp{
  position: relative;
  display: flex;
  max-width: 33vw;
}
.card-container-inside .link::before{
  position: absolute;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 100% !important;
  //transform: translateX(50%);
  cursor: pointer;
}

/*@media screen and (min-width: 2201px){
  .card-container-hp .link::before{
    width: 22vw !important;
    transform: translateX(70%);
  }
}
@media screen and (max-width: 2200px){
  .card-container-hp .link::before{
    width: 24vw !important;
    transform: translateX(65%);
  }
}
@media screen and (max-width: 1800px){
  .card-container-hp .link::before{
    width: 25vw !important;
    transform: translateX(60%);
  }
}
@media screen and (max-width: 1400px){
  .card-container-hp .link::before{
    width: 26vw !important;
    transform: translateX(55%);
  }
}
@media screen and (max-width: 1200px){
  .card-container-hp .link::before{
    width: 28vw !important;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 1050px){
  .card-container-hp .link::before{
    width: 200%;
  }
}
@media screen and (max-width:844px){
  .card-container-hp .link::before{
    width: 220% !important;
    transform: translateX(55%);
  }
}
@media screen and (max-width:800px){
  .card-container-hp .link::before{
    width: 210% !important;
    transform: translateX(53%);
  }
}
@media screen and (max-width:690px){
  .card-container-hp .link::before{
    width: 290% !important;
    transform: translateX(65%);
  }
}
@media screen and (max-width:570px){
  .card-container-hp .link::before{
    width: 270% !important;
    transform: translateX(61%);
  }
}
@media screen and (max-width:540px){
  .card-container-hp .link::before{
    width: 250% !important;
    transform: translateX(61%);
  }
}
@media screen and (max-width:470px){
  .card-container-hp .link::before{
    width: 230% !important;
    transform: translateX(55%);
  }
}

@media screen and (max-width:645px){
  .card-container-hp .link::before{
    width: 210% !important;
    transform: translateX(50%);
  }
} */

@media screen and (max-width: 768px){
  .card-container-hp .link::before{
    cursor: pointer;
  }  
}

.custom-code .card {
  height: 147px;
  width: 159px;
  display: block;
  /* border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0px; */
 /*  border-top-right-radius: 0px; */
  margin: 35px 10px;
  /* overflow: hidden; */
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-style: hidden;
  background-size: cover !important;
}
.card-4{
  height: 70px;
  width: 70px;
  
}
.custom-code .card-2 {
  position: relative;
  /* background: transparent; */
  height: 147px;
  width: 159px;
  display: block;
  border-radius: 10px;
  margin: 35px 45px;
  top: -28px;
  overflow: hidden;
  border-style: hidden;
  background-size: cover !important;
}

.custom-code .card .inner-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-size: cover !important; */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  transition: all 0.6s;
  opacity: 1;
  /* border-radius: 48px; */
  border-radius: 48px;
}
@media screen and (max-width: 1200px){
  .custom-code .card .inner-bkg {
    background-size: cover !important;
  }
}

.custom-code .card.on-focus .inner-bkg {
  opacity: 0.6;
}

.custom-code .card .inner-bkg img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-code .card.full-card {
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.custom-code .card.blu-border {
  border: 3px solid #206292;
}

.custom-code .card.grey-border {
  border: 3px solid #333333;
}

.custom-code .card.add-more {
  border: 1px solid #333333;
  box-shadow: none;
  text-align: center;
}

.custom-code .card .link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  cursor: pointer;
}

.custom-code .card .add-more {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 95px;
  color: #bcd0de;
  line-height: 175px;
}

.iphone-toggle label {
  display: inline-block;
  width: 50px;
  background: #fff;
  padding: 10px 15px 2px;
}
.iphone-toggle label > input {
  display: none;
}
.iphone-toggle label em {
  float: right;
  padding: 2px;
  width: 40px;
  height: 20px;
  border-radius: 13px;
  vertical-align: middle;
  transition: 0.25s;
  position: relative;
  background: #d8d9db;
  box-sizing: initial;
}
.iphone-toggle label em:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 2px;
  transition: 0.25s;
}
.iphone-toggle label > input:checked + em {
  background: #4bd865;
}
.iphone-toggle label > input:checked + em:after {
  left: 22px;
}
.iphone-toggle label:hover {
  cursor: pointer;
}



.filter {
  padding: 0;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}

.filter .state {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.state {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.state.deactive {
  position: relative;
}

.state.deactive::before,
.state.deactive::after {
  position: absolute;
  left: 6px;
  content: " ";
  top: 1px;
  height: 11px;
  width: 1px;
}

.state:last-child {
  margin-right: 0;
}

.state.state-1 {
  border: 1px solid #399a6c;
  background: #399a6c;
}

.state.state-1.deactive {
  border: 1px solid #399a6c;
  background: #fff;
}

.state-1.deactive:before,
.state-1.deactive:after {
  background-color: #399a6c;
}

.state.deactive:before {
  transform: rotate(45deg);
}
.state.deactive:after {
  transform: rotate(-45deg);
}

.state.state-2 {
  border: 1px solid #e64a19;
  background: #e64a19;
}

.state.state-2.deactive {
  border: 1px solid #e64a19;
  background: #fff;
}

.state-2.deactive:before,
.state-2.deactive:after {
  background-color: #e64a19;
}

.state.state-2.active {
  background: #e64a19;
}

.state.state-3 {
  border: 1px solid #f0c045;
  background: #f0c045;
}

.state.state-3.active {
  background: #f0c045;
}

.state.state-3.deactive {
  border: 1px solid #f0c045;
  background: #fff;
}

.state-3.deactive:before,
.state-3.deactive:after {
  background-color: #f0c045;
}

.state.state-4 {
  border: 1px solid black;
  background: #ffffff;
}

.state.state-4.active {
  background: #ffffff;
}

.state.state-4.deactive {
  border: 1px solid black;
  background: black;
}

.state-4.deactive:before,
.state-4.deactive:after {
  background-color: #ffffff;
}

.owl-dots {
  position: relative;
  top: 20px;
}

/* .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #4069EB;
} */

.item td:first-child {
  border-spacing: 0;
  width: 50px;
}

.item .img-container {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background-size: cover !important;
  box-shadow: 0px 4px 8px 1px #cccccc;
  border-radius: 5px;
}

.item .img-container.texted,
.card.smaller-radius.texted.texted {
  background: #f1f1f1;
  margin-left:40px;
  color: #ffffff;
}

.item .img-container.texted-home,
.card.smaller-radius.texted.texted-home {
  background: #399a6c;
  color: #ffffff;
}

.item .img-container.texted-products,
.card.smaller-radius.texted.texted-products {
  background: #f1f1f1;
  color: #ffffff;
  font-weight: bold;
}

.item .img-container.texted-contratto,
.card.smaller-radius.texted.texted-contratto,
.item .img-container.texted-offer,
.card.smaller-radius.texted.texted-offer,
.item .img-container.texted-bundle,
.card.smaller-radius.texted.texted-bundle {
  background: #f0c045;
  color: #ffffff;
  font-weight: bold;
}

.opportunities tr {
  padding-right: 76px;
}

.actions-group {
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 23px;
}

.table.no-border td {
  border: 0 !important;
}

.table .image,
.table .content {
  float: left;
}

.table .image {
  position: relative;
  margin-right: 15px;
  width: calc(180px - 15px);
}

.table .content {
  width: calc(100% - 180px);
}

.table .content .input-group-addon {
  width: 120px;
  background: #ffffff;
  color: #a2a2a2;
}

.table .content .col-12 {
  margin: 0;
  padding: 0;
}

.table .image img {
  border-radius: 0px;
}

.upload-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -100000px;
}

.img-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0;
  z-index: 5;
}

.profile .label {
  margin: 0;
  position: relative;
  border-radius: 5px;
  border: 3px solid #206292;
  box-shadow: 0px 4px 8px 1px #cccccc;
  overflow: hidden;
}

.profile .label:after {
  display: none;
}

.profile .label:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.6;
}

.profile .label em {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 18px;
}

.actions-group .confirm,
.actions-group .cancel {
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.actions-group .confirm {
  background: #32d97f;
}

.actions-group .cancel {
  background: #ec0b48;
}

.badge-container {
  max-width: 250px;
  margin: auto;
  padding-top: 1px;
}

.delete-element {
  /*position: absolute;
	top: 33px;
	right: 22px;*/
  float: right;
  z-index: 10;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #ec0b48;
  display: none;
  z-index: 10000;
}

.stop-delete-function {
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: none;
  background: #ffffff;
}

.stop-delete-function .actions-group {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.login-form {
  border-radius: 10px !important;
  padding: 12%;
  overflow: hidden;
  height: 640px;
  background-color: #FFFFFF;
  height: auto;
  box-shadow: 0px 2px 4px 0 rgb(0 0 0 / 30%);
}
.general-font{
  font-size: 18px;
  font-weight: 700;
/*   color:#4069EB; */
  position: relative;
  top: 15px;
  left: 10px;
}
.general-font2{
  font-size: 16px;
  font-weight: 500;
 /*  color: #4069EB; */
  position: relative;
  top: 15px;
  left: 10px;
}

.title-style{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
/*   margin-bottom: 50px;
 */}

@media screen and (max-width: 768px){
.title-style{
    margin-bottom: 0;
    margin-top:50px;
  }
}

/* .card-app{
  background: white;
  height: 146px;
  left: -10px;
  position: relative;
  width: 187px;
  top: 36px;
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0 10px 10px 0;
  margin-right: 30px;
}
 */

@media screen and (max-width: 991px){
  .card-app-2{
    margin:  0 auto 30px auto;
  
  }
}


.badge-title {
  font-size: 10pt;
  text-align: center !important;
  font-family: Poppins, sans-serif;
}
#hold-to-delete .badge-title {
  height: 65px;
  max-width: 250px;
  margin: 10px auto 0;
  font-family: Poppins, sans-serif;
}

.search-card .card {
  border-radius: 0;
}

.search-card .col-md-6 {
  margin-bottom: 30px;
}

.card.smaller-radius {
  border-radius: 10px !important;
  border: 0px !important;
}

.element .card.texted {
  text-align: center;
  line-height: 80px;
  font-size: 28px;
  background: #396c9a;
  color: #ffffff;
}

.product-list-card .element .badge-title {
  max-width: 90%;
  display: block;
  margin: 20px auto 5px;
  font-family: Poppins, sans-serif;
}

.btn-right-action {
  position: absolute;
  right: 15px;
  top: 20px;
}

.details {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.details .card {
  border-radius: 0;
  height: 100%;
  width: 300px;
  background: #fff;
}

.details .card {
  border-radius: 0 !important;
  height: 100% !important;
  width: 300px !important;
  background: #fff !important;
}

.details .card .card-header {
  padding: 5px 15px;
}

.details .card .card-header h6 {
  font-size: 14px;
  color: #396c9a;
}

.details .card .card-content p {
  font-size: 11px;
}

.icon-title {
  display: inline-block;
  margin-right: 10px;
  background: #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.custom-table-filter .toggle-vis {
  padding: 5px 15px;
  border: 1px solid #396c9a;
  background: #396c9a;
  color: #ffffff !important;
  border-radius: 25px;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.custom-table-filter .toggle-vis.hided {
  background: #ffffff;
  color: #396c9a !important;
}

#show-hide_filter {
  margin-top: -32px;
}

#secondary-view .dataTable,
#secondary-view .dataTables_scrollHeadInner,
#secondary-view .row,
#secondary-view .dataTable,
#secondary-view .dataTables_scrollFootInner {
  width: 100% !important;
}