@font-face {
  font-family: interbold;
  src: url('../font/inter/Inter-Bold.otf')
}

@font-face {
  font-family: interreguler;
  src: url('../font/inter/Inter-Regular.otf')
}

@font-face {
  font-family: interitalic;
  src: url('../font/inter/Inter-Italic.otf')
}


@media screen and (min-width:992px) {
  .loginbg {
    height: 348px !important;
  }
  .card {
    height: 100%;
  }
  .logo2{
    width: 20% !important;
  }
}

@media screen and (max-width:576px) {

  .loginbg {
    height: 348px !important;
  }
  .logo2{
    width: 100%;
  }

  .card {
    height: 100%;
  }
}


.loginbg {
  height: 100% !important;
}

.select2-container {
  width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
  width: 98%;
}

.bgroundhome {
  background-image: url('../../src/bg/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.font-interbold {
   font-family: interbold;
}

.font-interitalic {
  font-family: interitalic;
}

.font-interreguler {
    font-family: interreguler;
}
    .onoffswitch2 {
      position: relative; width: 90px;
      -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  }
  
  .onoffswitch2-checkbox {
      display: none;
  }
  
  .onoffswitch2-label {
      display: block; overflow: hidden; cursor: pointer;
      border: 2px solid #999999; border-radius: 5px;
  }
  
  .onoffswitch2-inner {
      display: block; width: 200%; margin-left: -100%;
      -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
      -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
  }
  
  .onoffswitch2-inner:before, .onoffswitch2-inner:after {
      display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 30px;
      font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
      -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  .onoffswitch2-inner:before {
      content: "AKTIF";
      padding-left: 10px;
      background-color: #02ff95; color: black;
  }
  
  .onoffswitch2-inner:after {
      content: "NOAKTIF";
      padding-right: 10px;
      background-color: #d62222; color: black;
      text-align: right;
  }
  
  .onoffswitch2-switch {
      display: block; width: 18px; margin: 0px;
      background: #FFFFFF;
      border: 2px solid #999999; border-radius: 5px;
      position: absolute; top: 0; bottom: 0; right: 68px;
      -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
      -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
      background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
      background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
      background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
      background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
  }
  
  .onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
      margin-left: 0;
  }
  
  .onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
      right: 0px; 
  }
  
  .cmn-toggle 
  {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  
  .cmn-toggle + label 
  {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  input.cmn-toggle-round-flat + label 
  {
    padding: 2px;
    width: 75px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
  }
  
  input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
  {
    display: block;
    position: absolute;
    content: "";
  }
  
  input.cmn-toggle-round-flat + label:before 
  {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
  }
  
  input.cmn-toggle-round-flat + label:after 
  {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 22px;
    background-color: #dddddd;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.4s, background 0.4s;
    -moz-transition: margin 0.4s, background 0.4s;
    -o-transition: margin 0.4s, background 0.4s;
    transition: margin 0.4s, background 0.4s;
  }
  
  input.cmn-toggle-round-flat:checked + label 
  {
    background-color: #27A1CA;
  }
  
  input.cmn-toggle-round-flat:checked + label:after 
  {
    margin-left: 45px;
    background-color: #27A1CA;
  }
  .mouse{
    cursor: pointer;
  }
  .tooltip { pointer-events: none; }
  .mousetable{
    cursor: pointer;
  }
  .mousetable::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: red;
    width: 0%;
    content: "";
    height: 4px;
    font-family: consolas_bold;
    transition: all 0.5s;
  }
  
  .mousetable:hover::after {
    width: 100%;
  }
  .bottom-70{
    bottom: 10%;
  }