body {
    font-family: "Verdana" !important;
    outline: none !important;
  }

  .fs-5 {
    font-size: 5px !important;
  }

  .fs-6 {
    font-size: 6px !important;
  }

  .fs-7 {
    font-size: 7px !important;
  }

  .fs-8 {
    font-size: 8px !important;
  }

  .fs-9 {
    font-size: 9px !important;
  }

  .fs-10 {
    font-size: 10px !important;
  }

  .fs-11 {
    font-size: 11px !important;
  }

  .fs-12 {
    font-size: 12px !important;
  }

  .fs-13 {
    font-size: 13px !important;
  }

  .fs-14 {
    font-size: 14px !important;
  }

  .fs-15 {
    font-size: 15px !important;
  }

  .fs-16 {
    font-size: 16px !important;
  }

  .fs-17 {
    font-size: 17px !important;
  }

  .fs-18 {
    font-size: 18px !important;
  }

  .fs-19 {
    font-size: 19px !important;
  }

  .fs-20 {
    font-size: 20px !important;
  }

  .fs-21 {
    font-size: 21px !important;
  }

  .fs-22 {
    font-size: 22px !important;
  }

  .fs-23 {
    font-size: 23px !important;
  }

  .fs-24 {
    font-size: 24px !important;
  }

  .fs-25 {
    font-size: 25px !important;
  }

  .fs-26 {
    font-size: 26px !important;
  }

  .fs-27 {
    font-size: 27px !important;
  }

  .fs-28 {
    font-size: 28px !important;
  }

  .fs-29 {
    font-size: 29px !important;
  }

  .fs-30 {
    font-size: 30px !important;
  }

  .w-10 {
    width: 10% !important;
  }

  .w-20 {
    width: 20% !important;
  }

  .w-30 {
    width: 30% !important;
  }

  .w-60 {
    width: 60% !important;
  }

  .bg-linear-blue {
    background: linear-gradient(
      151.76deg,
      #051c3d 0%,
      #032459 47.3%,
      #012968 100%
    ) !important;
  }
  .bg-gray2 {
    background-color: #efefef;
  }

  .bg-light-blue {
    background-color: #1c3d89 !important;
  }

  .bg-dark-blue {
    background-color: #0f2648 !important;
  }

  .bg-orange {
    background-color: #ed7428 !important;
  }
  .bg-mavi {
      background-color: #012968 !important;
    }

  .bg-gray {
    background-color: #d3d3d3 !important;
  }

  .bg-light-gray {
    background-color: #ecedf0 !important;
  }

  .bg-white-bone {
    background-color: #ffffe7 !important;
  }

  .bg-login {
    background-image: url("../image/portal-giris.webp");
  }

  .text-orange {
    color: #f69836 !important;
  }

  .text-light-blue {
    color: #1c3d89 !important;
  }

  .text-dark-blue {
    color: #0f2648 !important;
  }
  .text-blue {
    color: #1b3b6a !important;
  }

  .text-gray {
    color: #d3d3d3 !important;
  }

  .text-burgundy {
    color: #9b2d2f !important;
  }
  .text-gray2 {
    color: #898989 !important;
  }
  .text-gray3 {
    color: #b2b2b2 !important;
  }

  .text-justify {
    text-align: justify !important;
  }

  .btn-dark-blue {
    color: #fff;
    background-color: #0f2648;
    border-color: #0f2648;
    transition: all 0.5s;
  }
  .btn-dark-blue:hover {
    color: #ffffff;
    background-color: #1c3d89;
    border-color: #1c3d89;
  }
  .btn-light-blue {
    color: #fff;
    background-color: #1c3d89;
    border-color: #1c3d89;
    transition: all 0.5s;
  }
  .btn-light-blue:hover {
    color: #ffffff;
    background-color: #3a64c5;
    border-color: #3a64c5;
  }

  .btn-pos {
    height: 28px;
    display: block;
    margin: auto;
    margin-left: 33%;
    z-index: 5;
  }

  .btn-orange {
    color: #fff;
    background-color: #ed7428;
    border-color: #ed7428;
  }

  .wizard-content {
    height: 600px;
    overflow-y: scroll;
  }

  .wizard-content-demo {
    height: 350px;
    overflow-y: scroll;
  }

  .outline-none {
    outline: none !important;
  }

  .status-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
  }

  .tab-button {
    border: solid 1px #0f2648 !important;
    color: #0f2648 !important;
    border-radius: 10px !important;
  }
  .tab-button.active {
    background-color: #0f2648 !important;
    color: #fff !important;
  }

  .tab-button:focus {
    background-color: #0f2648 !important;
    color: #fff !important;
  }

  .custom-table td {
    padding: 3px !important;
  }

  .special-table table {
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
  }

  .special-table th {
    border: 1px solid #c1c1c1;
    border-collapse: collapse;
  }

  .special-table thead tr:first-child th{
    position: sticky;
    top: -1px;
    border-top: 0;
  }
  .special-table thead tr:nth-child(2) th{
    position: sticky;
    top: 33px;
  }

  .special-table tbody>tr>td,
  .special-table thead>tr>th {
    border-bottom: 1px solid #c1c1c1 !important;
    border-right: 1px solid #c1c1c1 !important;
    border-left: none !important;
    border-collapse: collapse;
  }
  .special-table tbody>tr>td:last-child,
  .special-table thead>tr>th:last-child {
    border-right: none !important;
  }
  .special-table>:not(:first-child){
    border-top: none !important;
  }

  .appBladeBody{
    overflow: hidden !important;
  }


  .o-30 {
    opacity: 0.3 !important;
  }

  .o-60 {
    opacity: 0.6 !important;
  }

  .o-90 {
    opacity: 0.9 !important;
  }

  .sidemenu {
    width: 52px;
    transition: width 0.3s ease;
  }
  .sidemenu:hover {
    width: 225px;
  }

  .tree {
    width: 173px;
    height: auto;
  }

  @media only screen and (min-width:1300px) and (max-width:1399px) {
    .tree{
      height: 65%;
    }

    .content{
      overflow-y: scroll !important;
    }
  }


  .layout-navbar {
    height: 65px;
  }
  .layout-navbar .navbar-brand {
    width: 225px;
  }

  .sidebar {
    position: relative;
    width: 225px;
    height: calc(100% - 65px);
    float: left;
    background-color: #0f2648;
  }
  .sidebar .sidemenu li:hover {
    background-color: #f69836;
  }

  .content {
    width: calc(100% - 225px);
    height: 100% !important;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .header {
    height: 50px;
    background-color: white;
  }

  .dropdown-after-none::after {
    display: none !important;
  }

  /* Chart */
  .orgchart {
    background-image: none !important;
  }
  .orgchart .title {
    width: 100% !important;
    background-color: #0f2648 !important;
border-top-right-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
  }
  .orgchart .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 120px !important;
    width: 100% !important;
    min-height: 70px;
    height: auto !important;
    overflow: hidden;
    border: 1px solid #dee2e6 !important;
    box-shadow: 2px 4px 4px #dadada ;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    padding: 10px !important;
  }

  .orgchart .hierarchy::before {
    border-top: 2px solid #ed7428 !important;
  }
  .orgchart ul li ul li .node::before {
    background-color: #ed7428 !important;
  }
  .orgchart .node:not(:only-child)::after {
    background-color: #ed7428 !important;
  }

  .analysis {
    position: relative;
    height: 100%;
    background-color: white;
    overflow: hidden;
  }

  .analysis-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../image/circle-bg2.webp");
    background-position: center;
    background-size: cover;
    transform: rotate(100deg);
  }

  .analysis-bg-big::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../image/circle-bg.webp");
    background-position: center;
    background-size: cover;
    transform: rotate(100deg);
  }

  .analysis-bg1::after {
    transform: rotate(345deg);
  }

  .main-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 250px;
    height: 250px;
    border: 5px solid #dde4ed;
    background-color: white;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    z-index: 10 !important;
    /*&::before {
      content: '';
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background-color: white;
    }

    &::after {
      content: '';
      position: absolute;
      width: 300px;
      height: 300px;
      border-radius: 50%;
      background: linear-gradient(180deg, #7EACC8, #F0F5F9, #4A4A4A, white);
    }*/
  }

  .analysis1 {
    position: absolute;
    left: 25%;
    top: 30%;
    z-index: 10 !important;
    transform: rotate(120deg);
  }
  .analysis1::after {
    content: "";
    position: absolute;
    width: 125%;
    height: 145%;
    top: -48%;
    left: 30%;
    background-image: url("../image/circle-bg-new.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 72%;
    transform: rotate(55deg);
  }
  .analysis1 .main-circle img {
    transform: rotate(-120deg);
  }
  .analysis1 .pro {
    display: flex;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 20%;
    top: 110%;
    z-index: 2;
  }
  .analysis1 .pro img {
    margin: auto;
    display: flex;
    align-self: center;
    width: 35px !important;
  }
  .analysis1 .pro.pro1 {
    transform: rotate(-20deg);
    left: 97% !important;
    top: 93% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -307px 7px;
  }
  .analysis1 .pro.pro1 .line {
    position: absolute;
    width: 50px;
    transform: rotate(-115deg);
    top: -25px;
    left: 9px;
  }
  .analysis1 .pro.pro1 .device {
    transform: rotate(-100deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 13px 25px;
    border: 2px solid #2a5d7d;
    box-shadow: 2px 3px 2px #9c9c9c;
  }
  .analysis1 .pro.pro1 .alarm {
    position: relative;
  }
  .analysis1 .pro.pro1 .alarm .mini {
    position: absolute;
  }
  .analysis1 .pro.pro1 .alarm .mini img {
    width: 22px !important;
  }
  .analysis1 .pro.pro1 .alarm .mini.alarm1 {
    top: 80px;
    left: 25px;
  }
  .analysis1 .pro.pro1 .alarm .mini.alarm2 {
    top: 82px;
    left: 48px;
  }
  .analysis1 .pro.pro1 .alarm .mini.alarm3 {
    top: 76px;
    left: 70px;
  }
  .analysis1 .pro.pro1 .alarm .mini.alarm4 {
    top: 60px;
    left: 86px;
  }
  .analysis1 .pro.pro2 {
    transform: rotate(-5deg);
    left: 62% !important;
    top: 116% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    /* background: url(../image/) -495px -50px; */
    background: url(../image/process-shadow-04.webp);
  }
  .analysis1 .pro.pro2 .line {
    position: absolute;
    width: 81px;
    transform: rotate(-120deg);
    top: -40px;
    left: -23px;
  }
  .analysis1 .pro.pro2 .device {
    transform: rotate(-115deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 25px;
    border: 2px solid #2a5d7d;
    box-shadow: 2px 3px 2px #9c9c9c;
  }
  .analysis1 .pro.pro2 .alarm {
    position: relative;
  }
  .analysis1 .pro.pro2 .alarm .mini {
    position: absolute;
  }
  .analysis1 .pro.pro2 .alarm .mini img {
    width: 22px !important;
  }
  .analysis1 .pro.pro2 .alarm .mini.alarm1 {
    top: -7px;
    left: 25px;
  }
  .analysis1 .pro.pro2 .alarm .mini.alarm2 {
    top: -6px;
    left: 48px;
  }
  .analysis1 .pro.pro2 .alarm .mini.alarm3 {
    top: -15px;
    left: 68px;
  }
  .analysis1 .pro.pro2 .alarm .mini.alarm4 {
    top: -31px;
    left: 83px;
  }
  .analysis1 .pro.pro3 {
    transform: rotate(30deg);
    left: 22% !important;
    top: 122% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -500px -50px;
  }
  .analysis1 .pro.pro3 .line {
    position: absolute;
    width: 73px;
    transform: rotate(-105deg);
    top: -43px;
    left: -4px;
  }
  .rotating1 {
    transform: rotate(274deg);
  }
  .rotating2 {
    transform: rotate(304deg);
  }
  .rotating3 {
    transform: rotate(337deg);
  }
  .rotating4 {
    transform: rotate(354deg);
  }
  .rotating5 {
    transform: rotate(23deg);
  }
  .analysis1 .pro.pro3 .device {
    transform: rotate(-145deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 20px;
    border: 2px solid #2a5d7d;
    box-shadow: 2px 3px 2px #9c9c9c;
  }
  .analysis1 .pro.pro3 .alarm {
    position: relative;
  }
  .analysis1 .pro.pro3 .alarm .mini {
    position: absolute;
  }
  .analysis1 .pro.pro3 .alarm .mini img {
    width: 22px !important;
  }
  .analysis1 .pro.pro3 .alarm .mini.alarm1 {
    top: -7px;
    left: 25px;
  }
  .analysis1 .pro.pro3 .alarm .mini.alarm2 {
    top: -6px;
    left: 48px;
  }
  .analysis1 .pro.pro3 .alarm .mini.alarm3 {
    top: -15px;
    left: 68px;
  }
  .analysis1 .pro.pro3 .alarm .mini.alarm4 {
    top: -31px;
    left: 83px;
  }
  .analysis1 .pro.pro4 {
    transform: rotate(70deg);
    left: -10% !important;
    top: 97% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -500px -50px;
  }
  .analysis1 .pro.pro4 .line {
    position: absolute;
    width: 66px;
    transform: rotate(-110deg);
    top: -37px;
    left: -10px;
  }
  .analysis1 .pro.pro4 .device {
    transform: rotate(-190deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 20px;
    border: 2px solid #2a5d7d;
    box-shadow: 2px 3px 2px #9c9c9c;
  }
  .analysis1 .pro.pro4 .alarm {
    position: relative;
  }
  .analysis1 .pro.pro4 .alarm .mini {
    position: absolute;
  }
  .analysis1 .pro.pro4 .alarm .mini img {
    width: 22px !important;
  }
  .analysis1 .pro.pro4 .alarm .mini.alarm1 {
    top: -7px;
    left: 25px;
  }
  .analysis1 .pro.pro4 .alarm .mini.alarm2 {
    top: -6px;
    left: 48px;
  }
  .analysis1 .pro.pro4 .alarm .mini.alarm3 {
    top: -15px;
    left: 68px;
  }
  .analysis1 .pro.pro4 .alarm .mini.alarm4 {
    top: -31px;
    left: 83px;
  }
  .analysis1 .pro.pro5 {
    transform: rotate(75deg);
    left: -35% !important;
    top: 53% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) 8px -80px;
  }
  .analysis1 .pro.pro5 .line {
    position: absolute;
    width: 45px;
    transform: rotate(-100deg);
    top: -22px;
    left: 10px;
  }
  .analysis1 .pro.pro5 .device {
    transform: rotate(-195deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 20px;
    border: 2px solid #2a5d7d;
    box-shadow: 2px 3px 2px #9c9c9c;
  }
  .analysis1 .pro.pro5 .alarm {
    position: relative;
  }
  .analysis1 .pro.pro5 .alarm .mini {
    position: absolute;
  }
  .analysis1 .pro.pro5 .alarm .mini img {
    width: 22px !important;
  }
  .analysis1 .pro.pro5 .alarm .mini.alarm1 {
    top: -7px;
    left: 25px;
  }
  .analysis1 .pro.pro5 .alarm .mini.alarm2 {
    top: -6px;
    left: 48px;
  }
  .analysis1 .pro.pro5 .alarm .mini.alarm3 {
    top: -15px;
    left: 68px;
  }
  .analysis1 .pro.pro5 .alarm .mini.alarm4 {
    top: -31px;
    left: 83px;
  }

  .analysis1-table {
    position: absolute;
    top: 60%;
    left: 8%;
    width: 375px;
    caption-side: top;
  }
  .analysis1-table::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -20px;
    width: 400px;
    height: 50px;
    border-right: 3px solid #5f8498;
    border-bottom: 3px solid #5f8498;
  }

  .analysis2 {
    position: absolute;
    left: 50%;
    top: 32%;
    z-index: 1;
  }
  .analysis2::after {
    content: "";
    position: absolute;
    width: 125%;
    height: 145%;
    top: -20%;
    left: 30%;
    background-image: url("../image/circle-bg-new.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;
    transform: rotate(86deg);
  }
  .analysis2 .line1 {
    position: absolute;
    transform: rotate(0deg);
    z-index: -1;
  }
  @media (max-width: 1500px) {
    .analysis2 .line1 {
      top: 40%;
      width: 50% !important;
      left: -35%;
    }
  }
  @media (min-width: 1500px) {
    .analysis2 .line1 {
      top: 40%;
      width: 190%;
      left: -130%;
    }
  }

  .analysis2-table1 {
    position: absolute;
    top: 25%;
    width: 275px;
  }
  @media (max-width: 1500px) {
    .analysis2-table1 {
      left: 70%;
    }
  }
  @media (min-width: 1500px) {
    .analysis2-table1 {
      left: 63%;
    }
  }
  .analysis2-table1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 50px;
    border-right: 3px solid #5f8498;
    border-bottom: 3px solid #5f8498;
  }

  .analysis2-table2 {
    position: absolute;
    top: 60%;
    width: 300px;
  }
  @media (max-width: 1500px) {
    .analysis2-table2 {
      left: 70%;
    }
  }
  @media (min-width: 1500px) {
    .analysis2-table2 {
      left: 60%;
    }
  }
  .analysis2-table2::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -20px;
    width: 325px;
    height: 50px;
    border-right: 3px solid #5f8498;
    border-top: 3px solid #5f8498;
  }

  .process {
    display: flex;
    position: absolute;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    left: 20%;
    top: calc(60% - 79px);
    background-color: #378a9f;
    border: 2px solid #2a5d7d;
    box-shadow: 2px 3px 2px #9c9c9c;
  }
  .process img {
    margin: auto;
    display: flex;
    align-self: center;
    width: 50px !important;
  }

  .alarm {
    position: relative;
  }
  .alarm .mini {
    position: absolute;
  }
  .alarm .mini img {
    width: 27px !important;
  }
  .alarm .mini.alarm1 {
    top: -32px;
    left: 20px;
  }
  .alarm .mini.alarm2 {
    top: -22px;
    left: -8px;
  }
  .alarm .mini.alarm3 {
    top: 0;
    left: -27px;
  }
  .alarm .mini.alarm4 {
    top: 27px;
    left: -30px;
  }

  .main-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 240px;
    height: 240px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 2px 4px 4px #a9a9a9;
  }
  .br-right {
    border-bottom-left-radius: 10%;
    border-top-left-radius: 10%;
  }
  .br-left {
    border-bottom-right-radius: 10%;
    border-top-right-radius: 10%;
  }

  .production {
    position: relative;
    height: 100%;
    background-color: white;
    overflow: hidden;
    max-width: 2000px !important;
  }

  .production-content {
    position: relative;
    height: 100%;
    margin-top: 45px;
  }
  .error-link {
    height: 90px;
    text-decoration: none;
    position: relative;
    z-index: 5;
  }
  .production .error {
    padding-top:10px;
    padding-bottom:10px;
    z-index: 1;
    width: 25%;
    height: auto;
    float: left;
  }
.production .error.danger {
    background: linear-gradient(90deg, #0f2648, #e22424, white);
  }
.production .error.normal {
    background: linear-gradient(90deg, #0f2648, #8fd77e, white);
  }

.production .error p {
      color:white;
      text-decoration: none; /* No underlines on the link */
  }


  .big-alarm {
    position: absolute;
    width: auto;
    height: 50px;
    bottom: 100px;
    padding: 10px;
    z-index: 5;
  }
  .big-alarm img {
    margin-bottom: 10px;
  }

  .production1 {
    position: absolute;
    left: 10%;
    top: 14%;
    z-index: 1;
  }
  .production1::after {
    content: "";
    position: absolute;
    width: 140%;
    height: 150%;
    top: -44%;
    left: -20%;
    background-image: url("../image/circle-bg-new.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
    transform: rotate(deg);
  }
  .production1 .production-info {
    width: 300px;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
  }
  .production1 .production-info .info {
    position: absolute;
    width: 45px;
    height: 30px;
    left: calc(50% - 23px);
    border-radius: 5px;
    background-color: #1a7bb7;
    text-align: center;
    color: white;
    padding: 3px;
    box-shadow: 3px 3px 2px 0 #d1d1d1;
  }
  .production1 .production-info .info.info1 {
    transform: rotate(-55deg);
    left: calc(5% - 23px);
    top: 148%;
  }
  .production1 .production-info .info.info2 {
    transform: rotate(-37deg);
    left: calc(18% - 23px);
    top: 63%;
  }
  .production1 .production-info .info.info3 {
    transform: rotate(345deg);
    left: calc(35% - 23px);
    top: 12%;
  }
  .production1 .production-info .info.info4 {
    transform: rotate(15deg);
    left: calc(65% - 23px);
    top: 12%;
  }
  .production1 .production-info .info.info5 {
    transform: rotate(37deg);
    left: calc(82% - 23px);
    top: 63%;
  }
  .production1 .production-info .info.info6 {
    transform: rotate(55deg);
    left: calc(95% - 23px);
    top: 148%;
  }
  .production1 .pro {
    display: flex;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 20%;
    top: 110%;
    z-index: 2;
  }
  .production1 .pro img {
    margin: auto;
    display: flex;
    align-self: center;
    width: 35px !important;
  }
  .production1 .pro.pro1 {
    transform: rotate(-25deg);
    left: 98% !important;
    top: 90% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -307px 7px;
  }
  .tuketim-box {
    width: 70%;
    display: block;
    margin: auto;
  }
  .production1 .pro.pro1 .line {
    position: absolute;
    width: 80px;
    transform: rotate(70deg);
    top: -38px;
    left: -18px;
    z-index: -1;
  }
  /* .production1 .pro.pro1 .line {
    left: -21px;
    position: absolute;
    top: -31px;
    transform: rotate(70deg);
    width: 80px;
    z-index: -1;
  }
  .production1 .pro.pro1 .line1 {
    left: -21px;
    position: absolute;
    top: -31px;
    transform: rotate(70deg);
    width: 80px;
    z-index: -1;
  } */
  .production1 .pro.pro1 .device {
    transform: rotate(25deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 13px 25px;
    /* border: 2px solid #2a5d7d;
      box-shadow: 2px 3px 2px #9c9c9c; */
  }
  .production1 .pro.pro1 .alarm {
    position: relative;
  }
  .production1 .pro.pro1 .alarm .mini {
    position: absolute;
  }
  .production1 .pro.pro1 .alarm .mini img {
    width: 22px !important;
  }
  .production1 .pro.pro1 .alarm .mini.alarm1 {
    top: -6px;
    left: 17px;
  }
  .production1 .pro.pro1 .alarm .mini.alarm2 {
    top: 0;
    left: 42px;
  }
  .production1 .pro.pro1 .alarm .mini.alarm3 {
    top: -4px;
    left: 67px;
  }
  .production1 .pro.pro1 .alarm .mini.alarm4 {
    top: -21px;
    left: 86px;
  }
  .production1 .pro.pro2 {
    transform: rotate(5deg);
    left: 70% !important;
    top: 111% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -495px -50px;
  }
  .production1 .pro.pro2 .line {
      position: absolute;
      width: 73px;
      transform: rotate(60deg);
      top: -34px;
      left: -19px;
      z-index: -1;
  }
  /* .production1 .pro.pro2 .line {
    left: -22px;
    position: absolute;
    top: -23px;
    transform: rotate(60deg);
    width: 67px;
    z-index: -1;
  }
  .production1 .pro.pro2 .line1 {
    left: -22px;
    position: absolute;
    top: -23px;
    transform: rotate(60deg);
    width: 67px;
    z-index: -1;
  } */
  .production1 .pro.pro2 .device {
    transform: rotate(-4.6deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 25px;
    /* border: 2px solid #2a5d7d;
      box-shadow: 2px 3px 2px #9c9c9c; */
  }
  .production1 .pro.pro2 .alarm {
    position: relative;
  }
  .production1 .pro.pro2 .alarm .mini {
    position: absolute;
  }
  .production1 .pro.pro2 .alarm .mini img {
    width: 22px !important;
  }
  .production1 .pro.pro2 .alarm .mini.alarm1 {
    top: -7px;
    left: 25px;
  }
  .production1 .pro.pro2 .alarm .mini.alarm2 {
    top: -6px;
    left: 50px;
  }
  .production1 .pro.pro2 .alarm .mini.alarm3 {
    top: -14px;
    left: 74px;
  }
  .production1 .pro.pro2 .alarm .mini.alarm4 {
    top: -35px;
    left: 89px;
  }
  .production1 .pro.pro3 {
    transform: rotate(23deg);
    left: 33% !important;
    top: 119% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -500px -50px;
  }
  /* .production1 .pro.pro3 .line {
    position: absolute;
    width: 67px;
    transform: rotate(249deg);
    top: -36px;
    left: -9px;
  }
  .production1 .pro.pro3 .line1 {
    position: absolute;
    width: 64px;
    transform: rotate(249deg);
    top: -30px;
    left: -6px;
  } */
  .production1 .pro.pro3 .device {
    transform: rotate(-23deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 20px;
    /* border: 2px solid #2a5d7d;
      box-shadow: 2px 3px 2px #9c9c9c; */
  }
  .production1 .pro.pro3 .alarm {
    position: relative;
  }
  .production1 .pro.pro3 .alarm .mini {
    position: absolute;
  }
  .production1 .pro.pro3 .alarm .mini img {
    width: 22px !important;
  }
  .production1 .pro.pro3 .alarm .mini.alarm1 {
    top: -5px;
    left: 25px;
  }
  .production1 .pro.pro3 .alarm .mini.alarm2 {
    top: -6px;
    left: 50px;
  }
  .alarm1-mrl {
    margin-left: 3%;
  }
  .alarm2-mrl {
    margin-left: 6%;
  }
  .production1 .pro.pro3 .alarm .mini.alarm3 {
    top: -18px;
    left: 72px;
  }
  .production1 .pro.pro3 .alarm .mini.alarm4 {
    top: -39px;
    left: 86px;
  }
  .production1 .pro.pro4 {
    transform: rotate(55deg);
    left: -4% !important;
    top: 112% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) -500px -50px;
  }
  /* .production1 .pro.pro4 .line {
    position: absolute;
    width: 73px;
    transform: rotate(245deg);
    top: -36px;
    left: -20px;
  }

  .production1 .pro.pro4 .line1 {
    position: absolute;
    width: 73px;
    transform: rotate(245deg);
    top: -31px;
    left: -20px;
  } */
  .alarm-icon-4 {
    visibility: hidden;
    transition: 0.3s;
    opacity: 0%;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
  }
  .alarm-icon-4:hover {
    color: #fff;
  }
  .production1 .pro.pro4 .device:hover .alarm-icon-4 {
    visibility: visible;
    opacity: 100%;
  }
  .production1 .pro.pro1 .device:hover .alarm-icon-4 {
    visibility: visible;
    opacity: 100%;
  }
  .production1 .pro.pro2 .device:hover .alarm-icon-4 {
    visibility: visible;
    opacity: 100%;
  }
  .production1 .pro.pro3 .device:hover .alarm-icon-4 {
    visibility: visible;
    opacity: 100%;
  }
  .production1 .pro.pro5 .device:hover .alarm-icon-4 {
    visibility: visible;
    opacity: 100%;
  }
  .production1 .pro.pro4 .device {
    transform: rotate(-55deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 20px;
    /* border: 2px solid #2a5d7d;
      box-shadow: 2px 3px 2px #9c9c9c;info-bg-1 */
  }
  .production1 .pro.pro4 .alarm {
    position: relative;
  }
  .production1 .pro.pro4 .alarm .mini {
    position: absolute;
  }
  .production1 .pro.pro4 .alarm .mini img {
    width: 22px !important;
  }
  .production1 .pro.pro4 .alarm .mini.alarm1 {
    top: -7px;
    left: 25px;
  }
  .production1 .pro.pro4 .alarm .mini.alarm2 {
    top: -7px;
    left: 50px;
  }
  .production1 .pro.pro4 .alarm .mini.alarm3 {
    top: -18px;
    left: 73px;
  }
  .production1 .pro.pro4 .alarm .mini.alarm4 {
    top: -39px;
    left: 88px;
  }
  .production1 .pro.pro5 {
    transform: rotate(85deg);
    left: -34% !important;
    top: 89% !important;
    width: 100px;
    height: 100px;
    background-size: 400% !important;
    background-repeat: no-repeat;
    background: url(../image/process-shadow-04.webp) 8px -80px;
  }
  .danger-color {
    /* background-image: url(../image/portal-danger-bg.webp); */
    background: linear-gradient(325deg, #671800, #ce1800);
  }
  .success-color {
      /* background-image: url(../image/portal-danger-bg.webp); */
      background: linear-gradient(325deg, #02a610, #2dee3e);
  }
  @font-face {
    font-family: roboto;
    src: url(../fonts/Roboto-Regular.ttf);
  }
  * {
    font-family: roboto !important;
  }
  .info-bg-1 {
    background-image: url(../image/Portal-Aciklama-03.webp) !important;
  }
  .a0f2648 {
    color: #0f2648 !important;
  }
  /* .production1 .pro.pro5 .line {
    position: absolute;
    width: 77px;
    transform: rotate(239deg);
    top: -38px;
    left: -27px;
  }
  .production1 .pro.pro5 .line1 {
    position: absolute;
    width: 77px;
    transform: rotate(239deg);
    top: -30px;
    left: -30px;
  } */
  .production1 .pro.pro5 .device {
    transform: rotate(-85deg);
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 15px 20px;
    /* border: 2px solid #2a5d7d;
      box-shadow: 2px 3px 2px #9c9c9c; */
  }
  .production1 .pro.pro5 .alarm {
    position: relative;
  }
  .production1 .pro.pro5 .alarm .mini {
    position: absolute;
  }
  .production1 .pro.pro5 .alarm .mini img {
    width: 22px !important;
  }
  .production1 .pro.pro5 .alarm .mini.alarm1 {
    top: -7px;
    left: 46px;
  }
  .production1 .pro.pro5 .alarm .mini.alarm2 {
    top: -16px;
    left: 70px;
  }
  .production1 .pro.pro5 .alarm .mini.alarm3 {
    top: -36px;
    left: 85px;
  }
  .production1 .pro.pro5 .alarm .mini.alarm4 {
    top: -61px;
    left: 91px;
  }
  .production1 .alarm {
    position: relative;
  }
  .production1 .alarm .mini {
    position: absolute;
  }
  .production1 .alarm .mini img {
    width: 22px !important;
  }
  .production1 .alarm .mini.alarm1 {
    top: -32px;
    left: 20px;
  }
  .production1 .alarm .mini.alarm2 {
    top: -22px;
    left: -8px;
  }
  .production1 .alarm .mini.alarm3 {
    top: 0;
    left: -27px;
  }
  .production1 .alarm .mini.alarm4 {
    top: 27px;
    left: -30px;
  }

  .production2 {
    position: absolute;
    left: 40%;
    top: -3%;
    z-index: 1;
  }

  .border-secondary2 {
    border-color: #0f2648 !important;
    background-color: #0f2648 !important;
  }
  .production2::after {
    content: "";
    position: absolute;
    width: 140%;
    /* height: 145%; */
    height: 45%;
    top: 12%;
    left: -20%;
    background-image: url("../image/circle-bg-new.webp");
    background-position: top center;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .production2 .production-info {
    width: 300px;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
  }
  .production2 .production-info .info {
    position: absolute;
    width: 45px;
    height: 30px;
    left: calc(50% - 23px);
    border-radius: 5px;
    background-color: gray;
    text-align: center;
    color: white;
    padding: 3px;
    box-shadow: 3px 3px 2px 0 #d1d1d1;
  }
  .production2 .production-info .info.info1 {
    transform: rotate(-55deg);
    left: calc(5% - 23px);
    top: 148%;
  }
  .production2 .production-info .info.info2 {
    transform: rotate(-38deg);
    left: calc(18% - 23px);
    top: 64%;
  }
  .production2 .production-info .info.info3 {
    transform: rotate(-15deg);
    left: calc(35% - 23px);
    top: 12%;
  }
  .production2 .production-info .info.info4 {
    transform: rotate(15deg);
    left: calc(65% - 23px);
    top: 12%;
  }
  .production2 .production-info .info.info5 {
    transform: rotate(38deg);
    left: calc(82% - 23px);
    top: 64%;
  }
  .production2 .production-info .info.info6 {
    transform: rotate(55deg);
    left: calc(95% - 23px);
    top: 148%;
  }

  .production3 {
    position: absolute;
    left: 58%;
    top: 42%;
    z-index: 1;
  }
  .production3::after {
    content: "";
    position: absolute;
    width: 140%;
    height: 145%;
    top: -3%;
    left: -20%;
    background-image: url("../image/circle-bg-new.webp");
    background-position: center;
    background-size: 65%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .production3 .production-info {
    width: 300px;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
  }
  .production3 .production-info .info {
    position: absolute;
    width: 45px;
    height: 30px;
    left: calc(50% - 23px);
    border-radius: 5px;
    background-color: gray;
    text-align: center;
    color: white;
    padding: 3px;
    box-shadow: 3px 3px 2px 0 #d1d1d1;
  }
  .production3 .production-info .info.info1 {
    transform: rotate(-300deg);
    left: calc(5% - 23px);
    top: -59%;
  }
  .production3 .production-info .info.info2 {
    transform: rotate(-322deg);
    left: calc(18% - 23px);
    top: 29%;
  }
  .production3 .production-info .info.info3 {
    transform: rotate(-341deg);
    left: calc(35% - 23px);
    top: 86%;
  }
  .production3 .production-info .info.info4 {
    transform: rotate(341deg);
    left: calc(65% - 23px);
    top: 86%;
  }
  .production3 .production-info .info.info5 {
    transform: rotate(322deg);
    left: calc(82% - 23px);
    top: 29%;
  }
  .production3 .production-info .info.info6 {
    transform: rotate(300deg);
    left: calc(95% - 23px);
    top: -59%;
  }
  .production3 .sun-panel {
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 350px;
    height: 225px;
    top: -110px;
    right: -216px;
    padding: 44px 0 44px 44px;
    z-index: 1;
  }
  .production3 .sun-panel .sun1 img {
    width: 60px;
    height: 60px;
    border-radius: 5%;
  }
  .sun-panel-border {
    width: 65%;
    background-color: #dde4ed;
    border-radius: 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .sun-panel-border2 {
    width: 85%;
    background-color: #dde4ed;
    border-radius: 2%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .production3 .sun-panel .sun1 ul {
    border-radius: 10px;
    padding: 5px;
    z-index: -1;
  }
  .production3 .sun-panel .sun1 .alarm {
    position: relative;
  }
  .production3 .sun-panel .sun1 .alarm .mini {
    position: absolute;
  }
  .production3 .sun-panel .sun1 .alarm .mini img {
    width: 22px !important;
    height: 22px;
  }
  .production3 .sun-panel .sun1 .alarm .mini.alarm1 {
    top: -31px;
    left: -3px;
  }
  .production3 .sun-panel .sun1 .alarm .mini.alarm2 {
    top: -31px;
    left: 19px;
  }
  .production3 .sun-panel .sun1 .alarm .mini.alarm3 {
    top: -31px;
    left: 41px;
  }
  .production3 .sun-panel .sun2 {
    margin-top: 13px;
    margin-left: 73px;
  }
  .production3 .sun-panel .sun2 img {
    width: 60px;
    height: 60px;
    border-radius: 5%;
  }
  .production3 .sun-panel .sun2 ul {
    border-radius: 10px;
    padding: 5px;
    z-index: -1;
  }
  .production3 .sun-panel .sun2 .alarm {
    position: relative;
  }
  .production3 .sun-panel .sun2 .alarm .mini {
    position: absolute;
  }
  .production3 .sun-panel .sun2 .alarm .mini img {
    width: 22px !important;
    height: 22px;
  }
  .production3 .sun-panel .sun2 .alarm .mini.alarm1 {
    top: 65px;
    left: -3px;
  }
  .production3 .sun-panel .sun2 .alarm .mini.alarm2 {
    top: 65px;
    left: 19px;
  }
  .production3 .sun-panel .sun2 .alarm .mini.alarm3 {
    top: 65px;
    left: 41px;
  }

  /** sun3 **/
  .production3 .sun-panel .sun3 {
      margin-top: 30px;
      margin-left: 100px;
    }
    .production3 .sun-panel .sun3 img {
      width: 60px;
      height: 60px;
      border-radius: 5%;
    }
    .production3 .sun-panel .sun3 ul {
      border-radius: 10px;
      padding: 5px;
      z-index: -1;
    }
    .production3 .sun-panel .sun3 .alarm {
      position: relative;
    }
    .production3 .sun-panel .sun3 .alarm .mini {
      position: absolute;
    }
    .production3 .sun-panel .sun3 .alarm .mini img {
      width: 22px !important;
      height: 22px;
    }
    .production3 .sun-panel .sun3 .alarm .mini.alarm1 {
      top: 65px;
      left: -3px;
    }
    .production3 .sun-panel .sun3 .alarm .mini.alarm2 {
      top: 65px;
      left: 19px;
    }
    .production3 .sun-panel .sun3 .alarm .mini.alarm3 {
      top: 65px;
      left: 41px;
    }

    /** sun4 **/
  .production3 .sun-panel .sun4 {
      margin-top: 30px;
      margin-left: 125px;
    }
    .production3 .sun-panel .sun4 img {
      width: 60px;
      height: 60px;
      border-radius: 5%;
    }
    .production3 .sun-panel .sun4 ul {
      border-radius: 10px;
      padding: 5px;
      z-index: -1;
    }
    .production3 .sun-panel .sun4 .alarm {
      position: relative;
    }
    .production3 .sun-panel .sun4 .alarm .mini {
      position: absolute;
    }
    .production3 .sun-panel .sun4 .alarm .mini img {
      width: 22px !important;
      height: 22px;
    }
    .production3 .sun-panel .sun4 .alarm .mini.alarm1 {
      top: 65px;
      left: -3px;
    }
    .production3 .sun-panel .sun4 .alarm .mini.alarm2 {
      top: 65px;
      left: 19px;
    }
    .production3 .sun-panel .sun4 .alarm .mini.alarm3 {
      top: 65px;
      left: 41px;
    }

    .sun-panel-border3 {
      width: 95%;
      background-color: #dde4ed;
      border-radius: 2%;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .sun-panel-border4 {
        width: 95%;
        background-color: #dde4ed;
        border-radius: 2%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      }

  .info-shadow {
      box-shadow: -4px -4px 10px 0px red !important;
    }

  .info-bg-color1 {
      background-color: #4663aa !important;
  }

  .info-bg-color2 {
      background-color: #38508c !important;
  }

  .info-bg-color3 {
      background-color: #293e80 !important;
  }

  .alarm-border {
      border-radius: 50px;
      border: 2px solid #ccc;
      width: 23%;
  }

  .line_1 {
    position: absolute;
    left: 35%;
    transform: rotate(344deg);
    z-index: -1;
  }
  @media (max-width: 1500px) {
    .line_1 {
      top: 40%;
      width: 167% !important;
    }
  }
  @media only screen and (min-width: 1501px) and (max-width: 2000px){
    .line_1 {
      top: 35%;
      width: 185%;
    }
  }

  @media (min-width: 2001px){
      .line_1 {
        top: 33%;
        width: 215%;
      }
    }

  .line1_1 {
    position: absolute;
    left: 100%;
    top: 50%;
    /* transform: rotate(338deg); */
    z-index: -1;
    width: 90%;
  }
  @media (max-width: 1300px) {
    .line1_1 {
      top: 40%;
      width: 80% ;
    }
  }

  @media only screen and (min-width: 1301px) and (max-width: 11399px){
      .line1_1 {
        top: 40%;
        width: 107% ;
      }
  }

  @media only screen and (min-width: 1400px) and (max-width: 1749px){
      .line1_1 {
        top: 40%;
        width: 135% ;
      }
  }
  @media (min-width: 1750px) {
    .line1_1 {
      top: 55% !important;
      width: 198%;
    }
  }

  .line2 {
    position: absolute;
    transform: rotate(48deg);
    z-index: -1;
  }
  @media only screen and (min-width: 1400px) and (max-width: 1500px){
    .line2{
        left: 35%;
        top: 105%;
        width: 134%;
        transform: rotate(53deg);
    }
  }

  @media only screen and (min-width: 1501px) and (max-width:1800px){
    .line2 {
      top: 89%;
      left: 47%;
      width: 120%;
      transform: rotate(53deg);

    }
    @media only screen and (min-height: 1050px) {
        .line2{
            top: 108%;
        }
    }
  }
  @media only screen and (min-width: 1801px) and (max-width:2000px){
    .line2 {
      top: 101%;
      left: 38%;
      width: 140%;
      transform: rotate(53deg);

    }
  }
  @media only screen and (min-width: 1600px) and (max-width:1760px){
    .line2{
        width: 120%;
    }
  }
  @media (min-width: 2001px){
      .line2 {
        top: 110%;
        left: 38%;
        width: 154%;
        transform: rotate(53deg);
      }
    }

  .line3 {
    position: absolute;
    left: 70%;
    transform: rotate(16deg);
    z-index: -1;
  }
  @media (max-width: 1500px) {
    .line3 {
      top: 98%;
      width: 223%;
    }
  }
  @media only screen and (min-width: 1501px) and (max-width:2000px){
    .line3 {
        top: 80%;
        width: 230%;
        transform: rotate(12deg);
    }
  }
  @media (min-width: 2001px) {
      .line3 {
        top: 91%;
        width: 280%;
        transform: rotate(14deg);
      }
    }
    .mobile-footer {
      display: none !important;
  }

  .mechanic-button {
      display: flex;
      flex-direction: row;
      width: 375px;
      position: absolute;
      right: 30px;
      top: 20px;
  }
  /* - - - - - - - - - - - - - - - - - - - - ANALİZ MOBİL - - - - - - - - - - - - - - - - - - - - */

  @media (max-width: 400px){
    .mobile-footer img {
        width: 68px!important;
        height: 30px;
    }
  }

  @media only screen and (min-width: 401px) and (max-width: 699.98px){
    .mobile-footer img {
        width: 90px!important;
    }
  }

  @media (max-width: 699.98px) {

    .content {
        height: calc(100% - 65px) !important;
        overflow-y: auto !important;
        overflow-x: hidden;
    }

    .layout-navbar {
        height: 75px !important;
    }

    .layout-navbar .navbar-brand {
        width: 105px !important;
    }

    .layout-navbar .navbar-brand img {
        width: 90px !important;
    }

    #navbarSupportedContent .navbar-nav {
        width: 100% !important;
    }

    .production {
        height: auto !important;
        z-index: 0;
    }

    .production-content {
        margin-top: 50px !important;
        z-index: -1;
    }

    .production1 {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        /* margin-top: 110px !important; */
    }

    .production1 .production-info {
        margin: auto !important;
    }

    .production1 .line_1, .production1 .line3, .production1 .line1_1  {
        display: none;
    }

    .production1 .main-circle, .production2 .main-circle {
        margin-top: 30px !important;
    }

    .production1::after, .production2::after, .production3::after {
        background-size: 280px !important;
    }

    .production1 .pro.pro5 {
        display: none !important;
        /*top: 92% !important;*/
        /*left: 3% !important;*/
    }

    .production1 .pro.pro4 {
        display: none !important;
        /*top: 112% !important;*/
        /*left: 19% !important;*/
    }

    .production1 .pro.pro3 {
        display: none !important;
        /*top: 122% !important;*/
        /*left: 38% !important;*/
    }

    .production1 .pro.pro2 {
        display: none !important;
        /*top: 119% !important;*/
        /*left: 58% !important;*/
    }

    .production1 .pro.pro1 {
        display: none !important;
        /*top: 103% !important;*/
        /*left: 75% !important;*/
    }

    .production2 {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: 50px !important;
    }

    .production2 .production-info {
        margin: auto !important;
    }

    .production2 .line2  {
        display: none;
    }

    .production3 {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        margin: 100px 0 !important;
    }

    .production3 .production-info {
        margin: auto !important;
    }

    .production3::after {
        top: 3% !important;
    }

    .production3 .sun-panel {
        display: none;
        position: relative !important;
        top: 100px !important;
        width: auto !important;
        height: auto !important;
        right: 0 !important;
    }

    .production3 .sun-panel {
        padding: 45px !important;
    }

    .production3 .sun-panel .sun2 {
        margin-left: 0 !important;
    }

    .production3 .sun-panel .sun3 {
        margin-left: 0 !important;
    }

    .production3 .sun-panel .sun4 {
        margin-left: 0 !important;
    }

    .sun-panel-border, .sun-panel-border2,  .sun-panel-border3, .sun-panel-border4{
        width: 100% !important;
    }
    .production3 .sun-panel .sun2 {
        margin-top: 35px;
    }
    .production3 .sun-panel .sun4, .production3 .sun-panel .sun4{
        margin: 45px;
    }

    .big-alarm {
        position: relative !important;
        height: 180px !important;
        margin: 150px auto 0px auto !important;
        float: none !important;
        bottom: 0;
    }

    .mt-90{
        margin-top: -90px !important;
    }

    .mt-120{
        margin-top: 120px !important;
    }

    .big-alarm div {
      float: left !important;
      padding: 0 10px !important;
    }

    .big-alarm img {
        width: 80px !important;
    }

    .billIcon {
        position: relative !important;
        float: right;
        margin-bottom: 15px;
    }

    .billIcon img {
        width: 50px !important;
    }

    .billIcon div {
        display: none !important;
    }

    .mobile-footer {
        display: flex !important;
        width: 100%;
        clear: both;
        height: auto;
        position: absolute;
        bottom: 0;
    }

    .analysis-content {
        width: 100% !important;
    }

    .analysis-sidebar {
        display: none !important;
    }

    .mechanic-button {
      display: flex;
      justify-content: space-between;
      width: auto !important;
      right: 0 !important;
      margin-right: 0 !important;
      top: 100px;
    }

    .mechanic-button a {
        margin: 0 10px !important;
    }

    .mechanic {
        position: relative !important;
        width: 100% !important;
        right: 0 !important;
        float: none !important;
        margin: auto;
        top: 20px;
    }

    .mechanic .button {
        width: 130px !important;
        float: left !important;
    }

      .production .error {
        width: 100%;
        height: auto;
    }

      .production .error a{
        font-size: 16px;
    }

      .production .error p{
        font-size: 12px;
    }

    .single2 {
        float: inherit !important;
        margin: 0 auto 200px auto !important;
    }

    .sun-panel {
         width: 100% !important;
     }

     .sun-panel .sun1, .sun-panel .sun2, .sun-panel .sun3, .sun-panel .sun4 {
      background-color: #dde4ed;
      width: 275px !important;
      height: 85px !important;
      box-shadow: 2px 4px 4px #a9a9a9;
  }

  .sun-panel .panel {
      width: 275px;
      margin: auto;
  }

    .sun-panel .alarm, .sun-panel .alarm, .sun-panel .alarm, .sun-panel .alarm {
        display: none !important;
    }

    .invoice {
        background-color: #dde4ed;
        width: 275px !important;
        height: 85px !important;
        margin: auto;
        box-shadow: 2px 4px 4px #a9a9a9;
        margin-bottom: 35px;
    }

     .sun-panel .invoice {
         display: none !important;
     }

     #myTab li, #myTab button {
         width: 100% !important;
     }

     #myTabContent .btn-group {
         width: 100% !important;
     }
     .myTabContent .btn-group {
        width: 100% !important;
    }
  }


  /* - - - - - - - - - - - - - - - - - - - - ANALİZ MOBİL - - - - - - - - - - - - - - - - - - - - */

  /* - - - - - - - - - - - - - - - - - - - - ANALİZ TABLET - - - - - - - - - - - - - - - - - - - - */
  @media (min-width: 700px) and (max-width: 1399.98px) {
    .custom-collapse {
        transition: all .3s;
        margin-left: 50% !important;
        background: #0f2648;
        z-index: 4;
        transform: translateX(100%);
    }

      .custom-collapse.show {
          transform: translateX(0%);
      }

    .custom-collapse .navbar-nav {
        width: 100% !important;
    }
  }

  @media (min-width: 0px) and (max-width: 767.98px) {
    .custom-collapse2 .navbar-nav {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-collapse2 {
        transition: all .3s;
        margin-left: 50% !important;
        background: #0f2648;
        z-index: 3;
        transform: translateX(100%);
    }

    .custom-collapse2 .navbar-nav {
        width: 100% !important;
    }

    .custom-collapse2.show {
        transform: translateX(0%);
    }

}

@media (min-width: 0px) and (max-width: 1399.98px) {

/* ANIMATED X */
.navbar-toggler .line {
display: block;
width: 30px;
height: 2px;
background-color: white;
margin-bottom: 6px;
transition: .3s;
}

.navbar-toggler:focus {
box-shadow: none !important;
}

.navbar-toggler.x .line:nth-of-type(1) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 10% 10%;
-ms-transform-origin: 10% 10%;
transform-origin: 10% 10%;
}

.navbar-toggler.x .line:nth-of-type(2) {
opacity: 0;
filter: alpha(opacity=0);
}

.navbar-toggler.x .line:nth-of-type(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 10% 90%;
-ms-transform-origin: 10% 90%;
transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.x.collapsed .line:nth-of-type(1) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}

.navbar-toggler.x.collapsed .line:nth-of-type(2) {
opacity: 1;
filter: alpha(opacity=100);
}

.navbar-toggler.x.collapsed .line:nth-of-type(3) {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
/* END ANIMATED X */

}

  @media (min-width: 700px) and (max-width: 1399.98px) {

    .content {
        height: calc(100% - 65px) !important;
        overflow-y: auto !important;
    }

    .layout-navbar .navbar-brand {
         width: 125px !important;
     }

     .layout-navbar .navbar-brand img {
         width: 90px !important;
     }

     .nav-item-mbl{
          display: block !important;
      }

      .navbar-nav-mbl .li5 {
          border-left: none !important;
          border-bottom: 1px solid white;
      }

    .production {
        height: auto !important;
    }

    .production-content {
        margin-top: 125px !important;
    }

    .production1 {
        position: relative !important;
        width: 600px !important;
        left: 0 !important;
        top: 0 !important;
        /*margin-top: 50px !important;*/
        margin: 50px auto auto auto !important;
    }

    .production1 .production-info {
        margin: auto !important;
    }

    .production1 .line_1, .production1 .line3, .production1 .line1_1  {
        display: none;
    }

    .production1 .main-circle, .production2 .main-circle {
        margin-top: 30px !important;
    }

    .production1::after {
        background-size: 280px !important;
    }

    .production2::after, .production3::after {
        background-size: 270px !important;
    }

    .production1 .pro.pro5 {
      left: 8% !important;
      top: 89% !important;
      transform: rotate(83deg) !important;
    }

      .production1 .pro.pro5 .line {
          width: 77px;
          top: -43px;
          left: -18px;
      }

    .production1 .pro.pro4 {
      left: 23% !important;
      top: 111% !important;
      transform: rotate(53deg) !important;
    }

      .production1 .pro.pro4 .line {
          width: 70px;
          top: -38px;
          left: -9px;
      }

    .production1 .pro.pro3 {
      left: 42% !important;
      top: 118% !important;
      transform: rotate(21deg) !important;
    }

      .production1 .pro.pro3 .line {
          width: 64px;
          top: -36px;
          left: -4px;
          transform: rotate(252deg) !important;
      }

    .production1 .pro.pro2 {
      left: 60% !important;
      top: 111% !important;
      transform: rotate(3deg) !important;
    }

      .production1 .pro.pro2 .line {
          width: 72px;
          top: -37px;
          left: -12px;
          transform: rotate(60deg) !important;
      }

    .production1 .pro.pro1 {
      left: 75% !important;
      top: 90% !important;
      transform: rotate(332deg) !important;
    }

      .production1 .pro.pro1 .line {
          width: 87px;
          top: -43px;
          left: -17px;
          transform: rotate(70deg) !important;
      }

    .production2 {
        position: relative !important;
        width: 50%;
        left: 0 !important;
        top: 200px !important;
        float: left !important;
    }

    .production2 .production-info {
        margin: auto !important;
    }

    .production2 .line2  {
        display: none;
    }

    .production3 {
        position: relative !important;
        width: 50%;
        left: 0 !important;
        top: 0 !important;
        margin: 200px 0 100px 0!important;
        float: left !important;
    }

    .production3 .production-info {
        margin: auto !important;
    }

    .production3::after {
        top: 3% !important;
    }

    .production3 .sun-panel {
        display: none;
        position: relative !important;
        top: 100px !important;
        width: auto !important;
        height: auto !important;
        right: 0 !important;
    }

    .production3 .sun-panel {
        padding: 45px !important;
    }

    .production3 .sun-panel .sun2 {
        margin-left: 0px !important;
    }

    .production3 .sun-panel .sun3 {
        margin-left: 0px !important;
    }

    .production3 .sun-panel .sun4 {
        margin-left: 0px !important;
    }

    .sun-panel-border, .sun-panel-border2, .sun-panel-border3, .sun-panel-border4 {
        width: 100% !important;
    }

    .big-alarm {
      position: relative !important;
      height: auto !important;
      float: left !important;
      margin: 50px auto 90px auto !important;
      bottom: 0px;
  }

  .big-alarm div {
      float: left !important;
      width: 60px !important;
      padding: 0 5px !important;
  }

  .big-alarm img {
      width: 55px !important;
  }

    .billIcon {
        position: relative !important;
        float: right;
        margin-bottom: 15px;
    }

    .billIcon img {
        width: 50px !important;
    }

    .billIcon div {
        display: none !important;
    }

    .mobile-footer {
        display: flex !important;
        width: 100%;
        clear: both;
        height: auto;
        position: absolute;
        bottom: 0;
    }
    .mobile-footer img {
        width: 90px !important;
    }

    .analysis-content {
        width: 100% !important;
    }

    .analysis-sidebar {
        display: none !important;
    }

    .mechanic-button {
        display: flex;
        flex-direction: column;
        width: 60px;
        right: 0;
        top: 10px;
    }

    .mechanic {
      position: absolute !important;
      width: 130px !important;
      right: 7px !important;
      top: 10px;
      z-index: 3;

  }

  .mechanic .button {
      width: 100%;
      float: left;
  }

      .production .error {
        /* width: 240px !important;
        height: auto; */
        width: 100px;
        height: 100px;
        border-radius: 100%;
        outline-offset: 5px;
        outline-width: 1px;
        outline-style: solid;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-left: 20px;
    }

    .single2 {
        float: inherit !important;
        margin: 0 auto 300px auto !important;
    }

    .sun-panel {
        width: 85% !important;
        margin: auto;
    }

    .sun-panel .sun1, .sun-panel .sun2, .sun-panel .sun3, .sun-panel .sun4 {
      background-color: #dde4ed;
      width: 270px !important;
      height: 85px !important;
      box-shadow: 2px 4px 4px #a9a9a9;
   }

   .sun-panel .alarm, .sun-panel .alarm, .sun-panel .alarm, .sun-panel .alarm {
      display: none !important;
   }

   .sun-panel .panel {
        width: 50%;
        float: left;
        padding: 0 10px;
    }

  .invoice {
      background-color: #dde4ed;
      width: 250px !important;
      height: 75px !important;
      margin: auto;
      float: right;
      box-shadow: 2px 4px 4px #a9a9a9;
      margin-right: 13px;
      margin-top: 40px;
  }

  .invoice img {
      width: 75px !important;
  }

      .sun-panel .invoice {
          display: none !important;
      }

  }

  /* - - - - - - - - - - - - - - - - - - - - ANALİZ TABLET - - - - - - - - - - - - - - - - - - - - */

  /* - - - - - - - - - - - - - - - - - - - - ANALİZ TABLET - - - - - - - - - - - - - - - - - - - - */

  @media (min-width: 992px) and (max-width: 1399.98px) {

      .production .error .sidemenu{
        margin-top: 20px;
        display: block !important;
        z-index: 10;
    }

    .c-menu {
        display: none !important;
    }

  }

  @media (min-width: 1400px) {

    .production3 .sun-panel {
        display: none;
    }

    .sun-panel {
      width: 300px !important;
      position: absolute !important;
      right: 0;
      bottom: 158px;
  }

  .sun-panel .sun1, .sun-panel .sun2, .sun-panel .sun3, .sun-panel .sun4 {
      background-color: #dde4ed;
      width: 250px !important;
      height: 70px !important;
      box-shadow: 2px 4px 4px #a9a9a9;
  }

  .sun-panel img {
      width: 70px !important;
  }

  .sun-panel .panel {
      width: 100% !important;
  }

  .big-alarm {
      position: absolute !important;
      width: 400px;
      height: auto;
      margin: auto;
      float: left;
      margin-top: 50px;
  }

  .big-alarm div {
      float: left !important;
      width: 60px;
      padding: 0 5px;
  }

  .big-alarm img {
      width: 55px !important;
  }

  .mechanic {
      position: relative;
      width: 345px;
      right: 10px;
      top: 15px;
      float: right;
      z-index: 3;
  }

  .mechanic .button {
      width: 115px;
      float: left;
  }

      .production .error {
      /* width: 230px !important; */
      overflow: hidden;
      box-shadow: 0 0 0 0.25rem #fff;
      /* border-start-end-radius: 5px;
      border-end-end-radius: 5px; */
      width: 100px;
      height: 100px;
      border-radius: 100%;
      outline-offset: 5px;
      outline-style: solid;
      outline-width: 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
      margin-left: 20px;
  }
      .production .error .d-punish {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out;
  }

      .production .error:hover {
      transition: all 0.5s ease-in-out;
  }

      .production .error:hover .d-punish {
      max-height: 200px;
      transition: max-height 0.5s ease-in-out;
  }

  .invoice {
      display: none;
  }

  .sun-panel .invoice {
      display: block !important;
      background-color: #dde4ed;
      width: 250px !important;
      height: 70px !important;
      margin: auto;
      float: right;
      box-shadow: 2px 4px 4px #a9a9a9;
      margin-top: 40px;
      margin-right: 2px;
  }

  .sun-panel .invoice img {
      width: 70px !important;
  }

  }

  /* - - - - - - - - - - - - - - - - - - - - ANALİZ TABLET - - - - - - - - - - - - - - - - - - - - */

  /* - - - - - - - - - - - - - - - - - - - - ÇİZGİ DÜZENLEMLERİ - - - - - - - - - - - - - - - - - - - - */
  @media (min-width: 850px) and (max-width: 1199px) {
    .mechanic {
        width: fit-content;
    }
  }
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .mechanic {
        width: 30% !important
    }
  }

  @media (min-width: 1550px) and (max-width: 1999.98px) {

    .mechanic {
        width: 420px !important;
    }

    .mechanic .button {
        width: 140px !important;
    }
  }

  @media (min-width: 2299.98px) {

    /*.line_1 {
        width: 245% !important;
    }

    .line2 {
        top: 105% !important;
        width: 190% !important;
    }

    .line3 {
        width: 325% !important;
    }*/

  }

  /* - - - - - - - - - - - - - - - - - - - - ÇİZGİ DÜZENLEMLERİ - - - - - - - - - - - - - - - - - - - - */

  .analysis-tab {
    min-width: 180px;
    color: black !important;
    cursor: pointer !important;
  }
  .analysis-tab.active {
    font-weight: bold;
    background-color: #efefef;
  }

  .dataTables_length {
    font-size: 12px !important;
  }

  .dataTables_paginate {
    font-size: 12px !important;
  }

  .dataTables_info {
    font-size: 12px !important;
  }

  .ms-container {
    width: 100% !important;
  }

  .alarm-table {
    position: absolute;
    height: 150px;
    overflow: auto;
  }

  #html .jstree-default .jstree-anchor {
    margin-left: -20px !important;
  }

  /*# sourceMappingURL=theme.css.map */


  .collapseCard{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBody{
      border: none;
      width:400px;
      align-items: flex-end;
      display: contents;
      margin-left: 35%;
    }

    .tabContainer{
      height: fit-content !important;
    }

    .dateInputs{
      border-radius: 10px;
      border-color: #adbed7;
      color: #a5b4c9;
    }

    .filterBtn{
      color: white;
      border-radius: 5px;
      font-size: 12px;
      display: block;
      margin-top: 20px;
    }

    .filterBtn:hover{
      background-color: #babfc4;
      border-radius: 5px;
      border-color: #babfc4;
      color: white;
    }

    .modal-header{
      align-items: center;
      justify-content: center;
    }

    .modal-title{
      align-items: center;
      color: #fff;
      font-weight: bold;
    }

    /* .closeBtn{
      font-weight: bold;
      background-color: rgb(238, 116, 116);
      color: white;
      border-color: rgb(238, 116, 116);
      width: 46px;
      height: 35px;
      font-size: 20px;
      border-radius: 10px;
    }

    .closeBtn:hover{
      background-color: rgb(255, 148, 148);
      border-color: rgb(255, 148, 148);
      border-radius: 10px;
    } */

    .modal-footer{
      justify-content: center;
    }

    /** üretim **/
    .blueImage{
      background-size: 140px,100%;
      color: white;
    }

    .dContainer{
      align-items: center;
      justify-content: center;
      float: left;
      font-size: 12px;
      font-weight: bold;
      margin-left: 5px;
      padding-top: 3px;
      padding-left: 5px;
    }

    .dotContainer{
      line-height: 4px;
      font-weight: bold;
      margin-bottom: 4%;
      margin-left: 1%;
      margin-right: 3%;
    }

    .contentContainer{
      justify-content: flex-end;
      float: right;
    }

    .orangeImage{
      background-size: 140px,100%;
      color: white;
    }

    .blueImageRight{
      background-size: 140px,100%;
      color: white;
    }

    .dContainerRight{
      align-items: center;
      justify-content: center;
      float: left;
      font-size: 14px;
      font-weight: bold;
      margin-left: 10px;
    }

    .dotsContainerRight{
      align-items: center;
      justify-content: center;
      font-size: 5px;
      float: left;
      margin-left: 7px;
      line-height: 4px;
    }

    .contentContainerRight{
      justify-content: flex-end;
      float: right;
      margin-left: 10px;
    }

    .orangeImageRight{
      background-size: 140px,100%;
      color: white;
    }


    .tabContainer{
      height: 100%;
    }


    .collapseCard{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBody{
      float: right;
      border: none;
      padding: 0;
    }

    .dateInputs{
      font-size: 14px;
      padding-left: 10px;
      border-color: #ededed;
      color: #d7d8d9;
      border-radius: 3px;
    }

    .collapseCardGuc{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBodyGuc{
      float: right;
      border: none;
      padding: 0;
    }

    .dateInputsGuc{
      font-size: 14px;
      padding-left: 10px;
      border-color: #ededed;
      color: #d7d8d9;
      border-radius: 3px;
    }


    .filterBtnGuc{
      color: white;
      border-radius: 5px;
      font-size: 12px;
      display: block;
      margin-top: 20px;
    }

    .filterBtnGuc:hover{
      background-color: #babfc4;
      border-radius: 5px;
      border-color: #babfc4;
      color: white;
    }

    .collapseCardGerilim{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBodyGerilim{
      float: right;
      border: none;
      padding: 0;
    }

    .dateInputsGerilim{
      font-size: 14px;
      padding-left: 10px;
      border-color: #ededed;
      color: #d7d8d9;
      border-radius: 3px;
    }


    .filterBtnGerilim{
      color: white;
      border-radius: 5px;
      font-size: 12px;
      display: block;
      margin-top: 20px;
    }

    .filterBtnGerilim:hover{
      background-color: #babfc4;
      border-radius: 5px;
      border-color: #babfc4;
      color: white;
    }

    .collapseCardAkim{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBodyAkim{
      float: right;
      border: none;
      padding: 0;
    }

    .dateInputsAkim{
      font-size: 14px;
      padding-left: 10px;
      border-color: #ededed;
      color: #d7d8d9;
      border-radius: 3px;
    }


    .filterBtnAkim{
      color: white;
      border-radius: 5px;
      font-size: 12px;
      display: block;
      margin-top: 20px;
    }

    .filterBtnAkim:hover{
      background-color: #babfc4;
      border-radius: 5px;
      border-color: #babfc4;
      color: white;
    }

    .collapseCardSensor{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBodySensor{
      float: right;
      border: none;
      padding: 0;
    }

    .dateInputsSensor{
      font-size: 14px;
      padding-left: 10px;
      border-color: #ededed;
      color: #d7d8d9;
      border-radius: 3px;
    }


    .filterBtnSensor{
      color: white;
      border-radius: 5px;
      font-size: 12px;
      display: block;
      margin-top: 20px;
    }

    .filterBtnSensor:hover{
      background-color: #babfc4;
      border-radius: 5px;
      border-color: #babfc4;
      color: white;
    }



    /* The Close Button */
  .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
    .collapseCard{
      border: none;
      margin-block-end: 25px;
    }

    .collapseCardBody{
      border: none;
      width:400px;
      align-items: flex-end;
      display: contents;
      margin-left: 35%;
    }

    .sebeke_tablo{
      margin-bottom: -2rem;
      margin-top: -2rem;
    }

    /** şebeke **/

  .kolon {
      display: inline-block;
      margin-right: -15%;
      margin-top: 11%;
      /* margin-left: -5%; */
      margin-bottom: -10%;
      padding-right: 16px;
  }

  .myDiv {
    width: 85%;
    height: 10px;
    background-color: #ed7428;
    margin-left: 42%;
    margin-top: -5%;
    margin-bottom: -8%;
    margin-right: -19%;
  }


  .deneme {
      flex-direction: column;
      margin-right: 12%;
      margin-top: -2%;
  }

  .yuvarlak {
      width: 10px;
      height: 10px;
      background: #ed7428;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-bottom: 135px;
      margin-left: -4px;
      margin-right: 24px;
  }
  .yesilsertifikayazi {
      color: #012968;
      font-size: 10px;
      font-weight: bold;
      width: 56%;
      float: right;
      margin-top: -25%;
      margin-right: -16%;

  }
  .karbonyazi {
    font-weight: bold;
    margin-top: -54px;
    margin-left: 99px;
    font-size: 13px;
  }
  .azotyazi {
      font-weight: bold;
      margin-top: -86px;
      margin-left: -102px;
      font-size: 13px;
  }
  .agacyazi {
      font-weight: bold;
      margin-top: -86px;
      margin-left: -102px;
      font-size: 13px;
  }

  .ovalkare {
      border: 2px solid #a1a1a1;
      padding: 10px 40px;
      background: #86c8bc;
      width: 86%;
      height: 2rem;
      border-radius: 25px;
      color: white;
      float: left;
      margin-top: -77%;
      margin-left: 358%;
  }
  .coyazi {
    font-size: 13px;
    margin-left: -5%;
    margin-bottom: -13%;

  }
  .nayazi {
      font-size: 13px;
      margin-left: -94px;
      margin-bottom: 18px;
  }

  .o2yazi {
      font-size: 13px;
      margin-left: -92px;
      margin-bottom: 20px;
  }
  .yazi {
    font-size: 12px;
      margin-left: -27px;
      margin-top: -5px;
      width: 102px;
      font-weight: bold;
  }
  .yazi1 {
    font-size: 11px;
    margin-top: -32px;
    margin-left: 2px;

  }
  h4 {
    margin-left: 21%;
    font-size: 20px;
    margin-bottom: -6%;
    font-weight: bold;
  }

  .gucozellik
  {
    width: "300px";
  }

  /* ges */
  .gesDiv{
    background-image: linear-gradient(rgb(246, 152, 54),rgb(239, 116, 42));
  }


  .yuzde {
      color: #191970;
      font-size: 19px;
      float: right;
      margin-top: -20%;
      padding-right: 1%;
    }
    .gucozellik
    {
      width: "300px";
    }

    .reactive_mini {
        margin-top: 20%;
        margin-left: -15%;
        align-items: center;
    }

    .reactive_box{
        background-image: linear-gradient(rgb(246, 152, 54),rgb(239, 116, 42));
        border-radius: 3%;
    }
    .border_reactive {
        margin-right: -2%;
        margin-left: -9%;
    }
    .scroller {
      width:49%;
      height: 27rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;

    }
    .scroller1{
      width:49%;
      height: 4rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }


    .scroller4 {
      width: 48.5%;
      height: 7rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller5 {
      width: 48.5%;
      height: 6rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }

    .scroller9
    {
      width: 99%;
      height: 7rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller10 {
      width: 99%;
      height: 11rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller11 {
      width: 48%;
      height: 8rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller12{
      width:99%;
      height: 10rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller13{
      width:99%;
      height: 8rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller14{
      width:99%;
      height: 8rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller15
    {
      width: auto;
      height: 4rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }

    .scroller18
    {
      width: 99%;
      height: 7rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller19
    {
      width: 99%;
      height: 7rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller20
    {
      width: 48%;
      height: 7rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }



    .scroller26
    {
      width:99%;
      height: 10rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller27
    {
      width:99%;
      height: 10rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller28
    {
      width:50%;
      height: 5rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller29
    {
      width:50%;
      height: 5rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller30
    {
      width:50%;
      height: 6rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller31
    {
      width:50%;
      height: 4rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller32
    {
      width:99%;
      height: 8rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller33
    {
      width:99%;
      height: 8rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller34
    {
      width:99%;
      height: 5rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller35
    {
      width:49%;
      height:15rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller36
    {
      width:49%;
      height: 14rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }
    .scroller37
    {
      width:50%;
      height: 7rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }

    .scroller38
    {
      width:49%;
      height: 14rem;
      overflow-y: scroll;
      scrollbar-color: rebeccapurple green;
      scrollbar-width: thin;
    }

    /** BILLS **/

    .billsButton{
      text-decoration: none;
    }

    .bi-file-earmark-text{
      color: #ed7428 !important;
      font-size: 3rem;
    }

    .underline{
      border-bottom: 2px solid #e1e1e1;
      margin: 0.5rem 0;
    }

    .billcols{
      margin-right: -3%;
    }

    .billDetails{
      width: 70%;
      margin-left: 2%;
    }

    .fw-b{
      font-weight: bold;
    }

    .percentBill{
      color: #ed7428;
    }

    .apexcharts {
      max-width: 250px !important;
    }

    .apexcharts-legend.position-right {
      justify-content: center !important;
    }

    .alarm-border-bill {
      border-radius: 50px;
      border: 2px solid #ccc;
      /* width: max-content; */
  }

  .alarm-table-bill {
    position: absolute;
    width: 110% !important;
    margin-left: -11%;
    height: 150px;
    overflow: auto;
    display: none;
  }

  .lowContainer{
    margin-bottom: 3.5%;
  }

  .tabPosition{
    margin-top: 1.5%;
  }

  .datePosition{
    float: right;
  }



  .collapseCardBill{
    border: none;
    margin-block-end: 25px;
    float: right;
  }

  .collapseCardBodyBill{
    padding-left: 20%;
    border: none;
    width: 400px;
  }

  .inputTitles{
    display: block;
    margin-right: 10px;
  }

  .inputTitles span{
    color: #666666;
    font-size: 13px;
  }

  .dateInputsBills{
    font-size: 14px;
    padding-left: 10px;
    border-color: #ededed;
    color: #d7d8d9;
    border-radius: 3px;
  }

  .filterBtnBills{
    display: block;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    margin-top: 20px;
  }

  .billsTable th{
    background: #1b3b6a;
    color: white;
    border-right: 1px solid white;
  }

  .scrollerBills{
    width:100%;
    height:9rem;
    overflow-y: scroll;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
  }

  .btnAllBills{
    margin: 1% 0;
  }

  .deviceBtnBills{
    background-color: #1b3b6a;
    color: white;
  }

  .deviceBtnBills:hover{
    background-color: #265191;
    color: white;
  }

  .billsChartTitles{
    color: #3562a5;
    font-weight: bold;
  }

  .tracingChart{
    margin-left: -15px;
  }

  .detailChart{
    margin-left: -15px;
  }

  .scrollerBillData{
    width: 99%;
    height: 13rem;
    overflow-y: scroll;
    margin-bottom: 1%;
  }

  .billsProcessTable th{
    font-weight: normal;
  }

  .billDataTitle{
    color: #3562a5;
    font-weight: bold;
  }

  .datePickerİnput{
    width: max-content !important;
  }

  .datePickerİnput i{
    background-color: #adadad !important;
    color: white !important;
    align-items: center;
    display: flex;
    margin-left: -26px !important;
  }

  .datePicker{
    background: #adadad;
    color: white;
    border: 1px solid #adadad;
    border-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }

  .datePicker:focus{
    outline: none !important;
  }

  ::placeholder {
    color: white;
    opacity: 1; /* Firefox */
    font-size: 14px !important;
    padding-left: 10px !important;
  }


  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
   }

   ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
   }

   .billsTableDetail th{
    float: left;
    margin-left: 20px;
    border-bottom: none;
    padding: 3px 0;
   }

   .billsTableDetail thead{
    border-top: 2px solid #d5d5d5 !important;
   }

   .billsTableDetail tbody{
      border-top: none !important;
   }


   .billsTableDetail tbody>tr>th{
    font-weight: normal !important;
   }


   .billsTableInfo{
    background: #0f2648;
    color: white;
    border-bottom: none !important;
    border-top: 2px solid #0f2648;
  }

  .billsTableInfo th, td{
    border-bottom: none !important;
  }

  .billsTableInfoTitle{
    background: white;
    color: #212529;
  }
  /**/

  /*
  #changeBg{
    cursor: pointer;
  }
  #changeBg:hover{
    cursor: pointer;
  } */

  @media (max-width: 1450px){
      .businessEdits {
          width: 100% !important;
      }
  }

  @media (min-width: 1451px){
      .businessEdits {
          width: 40% !important;
      }
  }

  .refreshBtn:focus{
    background-color: #1c3d89 !important;
    border-color: #1c3d89 !important;
  }

  .pb4{
    padding-bottom: 4rem;
  }

  .mb6{
    margin-bottom: 6%;
  }
  .mb5{
      margin-bottom: 5%;
  }

  .chart-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.7);
      display: none;
      justify-content: center;
      align-items: center;
    }
    .overlay-text {
      font-size: 18px;
      display: block;
    }
    .chart-container:hover .chart-overlay {
      display: flex;
    }

    .img-parent{
      margin-right: 10px;
      height: 90px;
    }

    .img-parent img{
      width:100%;
    }

    .mr5{
      margin-right: 5px;
    }

    .billIcon{
      text-decoration: none;
      color: inherit;
      position: fixed;
      bottom: 0;
      padding: 1rem 1rem;
      right: 0;
    }

  .eff{
      transition: background-size 350ms;
      padding-bottom: 2px;
      --bg-h: 2px;
      color: #212529;
  }
  .eff li:where(:hover, :focus-visible) {
      background-size: 100% var(--bg-h);
      background-position-x: left;
    }
  .eff li:hover{
      background-color: #212529;
      font-weight: bold;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      cursor: pointer;
      transition: all 250ms ease-in-out;
  }

  .chartHeight{
      position: relative;
      height: calc(91vh - 270px);
  }

  .grid-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 5px;
      margin-left: 5px;
  }

  .reactive_box_1{
      padding: 20px 0;
      color: white;
      background-image: linear-gradient(rgb(246, 152, 54),rgb(239, 116, 42));
      border-radius: 3%;
  }

  .grid-text {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    align-items: end;
    margin-left: 5px;
  }

  .reactive_line{
      border: 1px solid black;
  }

  @media only screen and (max-width: 1400px) {
      .img-text-fs{
          font-size: 12px !important;
      }
  }


  /* analysisNetwork */
  .chartDiv {
      max-width: 100%;
      /* width: 100%; */
      padding: 0;
      box-sizing: border-box;
      display: block;
      margin: 0;
  }

  .chartDiv #chart-container svg {
      width: 100% !important;
      height: 100% !important;
  }
  .button-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 2px solid #ccc;
      border-radius: 50px;
      padding: 0.2rem;
      overflow: hidden;
      max-width: 100%;
  }

  .alarmbtns {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .alarmbtns img {
      width: 100%;
      max-width: 100px;
      height: auto;
  }
  @media only screen and (min-width: 1200px){
      .alarmCol{
          padding-right: 4rem;
      }
  }

  @media only screen and (min-width: 1200px) and (max-width: 1800px) {
      .alarmbtns {
          margin: 0 0.2rem ;
      }
  }

  @media only screen and (min-width: 1801px) {
      .alarmbtns {
          margin: 0.3rem ;
      }
  }

  @media only screen and (min-width: 1000px) and (max-width: 1550px) {
      #frekans-graph .apexcharts-datalabel-value{
          font-size: 15px;
          font-weight: bold;
      }

      #frekans-graph .apexcharts-datalabel-label{
          font-size: 12px;
      }

      #apex-circle-gradient .apexcharts-datalabel-value{
          font-size: 15px;
          font-weight: bold;
      }

      #apex-circle-gradient .apexcharts-datalabel-label{
          font-size: 12px;
      }
  }

  @media only screen and (max-width:991px) {
      .content{
          width: 100%;
      }
      #navbarSupportedContent{
          background: #0f2648;
          z-index: 113;
      }

      .navbar-nav-mbl{
          width: max-content;
          float: left;
          align-items: flex-start !important;
      }

      /* .navbar-nav-mbl li{
          padding-left: 1.5rem !important;
      } */

      .navbar-nav-mbl .li5 {
          border-left: none !important;
          border-bottom: 1px solid white;
      }

      .nav-item-mbl{
          display: block !important;
      }
  }

  @media only screen and (max-width:991px) {
      .sidebar {
          display: none !important;
      }
  }

  @media only screen and (min-width: 1000px) and (max-width: 1250px){
      .w30{
          width: 30% !important;
      }
  }


  .text-wrap {
      /* word-wrap: break-word; */
  }

  #electric-setting-form .accordion-item{
      border-top: 1px solid rgba(0,0,0,.125);
      background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(250,250,250,1) 56%, rgba(247,247,247,1) 100%);
      border-radius: 2rem;
  }

  #electric-setting-form .accordion-item .accordion-button:hover{
      margin-left: 5px;
      transition: 0.3s;
      transition-duration: 0.2s;
      font-weight: bold;
  }

  #electric-setting-form .accordion-item .accordion-button:not(.collapsed) {
      color: inherit;
      font-weight: bold;
  }

  #electric-setting-form .accordion-item .accordion-button{
      box-shadow: none;
  }

  .mb7{
      margin-bottom: 7%;
  }


  /* UPS*/
  .containerStorage{
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-around;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  .containerStorage>.section-1,
    .containerStorage>.section-2,
    .containerStorage>.section-3,
    .containerStorage>.section-4,
    .containerStorage>.section-5{
        margin-bottom: 1rem;
    }

    @media only screen and (max-width: 500px){
        .containerStorage>.section-2,
        .containerStorage>.section-3{
            margin-bottom: 3rem;
        }

        .containerStorage>.section-5{
            width: 100%;
        }
    }
  .containerStorage>.section-5>.alarms{
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  .containerStorage>.section-5>.alarms a{
    transform: scale(.8);
    border-radius: 0;
  }
  /* .containerStorage>.section-2 {
      width: 30%;
  } */
  .img-fluid-width {
      max-width: 3rem;
      height: auto;
  }
  .text-light-gray{
      color: #7e7f7f;
  }
  .storage-chart-container {
      position: relative;
      z-index: 1;
   }
   .storage-chart-container>.chart {
      float: left;
      width: calc(33.33% - 10px);
      margin: 0 5px;
      position: relative;
      display: flex;
      justify-content: center;
      text-align: center;
      z-index: 2;
   }
  .text-green{
      color: #73C3A3 !important;
  }
  .chart-card{
      position: absolute;
      bottom: 0;
      margin: 0;
      padding: 0;
      z-index: 2;
      font-size: 12px;
  }
  .chart-line{
      position: absolute;
      top: 50px;
      width: 70%;
      left: 15%;
      border: 1px dashed gray;
      z-index: 1;
  }
  .apexcharts-radialbar image {
      z-index: -1;
  }
  /* .chart-background {
      position: absolute;
      top: 22%;
      left: 35%;
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
      z-index: 2;
  } */
  .containerStorage>.section-3 .chart-container{
      margin: 0 5px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .containerStorage>.section-3 .chart-container #chart4{
      width: 140px;
      height: 145px;
  }
  .containerStorage>.section-5>.button-container> button{
      padding: 0.25rem 0.5rem;
  }
  .containerStorage>.section-5>.button-container> img{
      max-width: 100px;
      height: auto;
  }
  .containerStorage>.section-3 .chart-container .chart-card ul{
      margin: 0;
  }
  .containerStorage>.section-4{
      width: 220px;
  }

  .marginY{
      margin-top: 2rem;
      margin-bottom: 1rem;
  }
  .bg-light-table{
      background: #efefef !important;
  }
  .storageTable>tr{
      border-bottom: 1px solid #dee2e6;
  }
  .gucTable>tr{
      border-bottom: 1px solid #dee2e6;
  }
  /** RES **/
  .res-custom-table .titleName{
      vertical-align: super;
      position: relative;
      top: 0.5em;
  }
  .res-custom-table .unit{
      vertical-align: baseline;
      position: relative;
      top: -0.8em;
      font-size: 8px;
  }
  .res-custom-table>tbody>tr{
      border-bottom: 1px solid #dee2e6!important;
  }
  .res-tract-table thead>tr>th{
      border-right: 1px solid white !important;
  }
  .res-tract-table thead>tr>th:last-child{
      border-right: none !important;
  }
  .icon-and-progress i, .value{
      margin-right: 10px;
  }
  .icon-and-progress .progress{
      flex-grow: 1;
      background-color: #fff;
      border: 1px solid #0d6efd;
  }
  .icon-and-progress .bi-compass {
      color: #012968;
  }
  .icon-and-progress .bi-compass::before {
      background: #e9ecef;
      border-radius: 50%;
  }
  .containerRes {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-around;
      margin-top: 1rem;
  }
  .containerRes>.section-2>.circle{
      background: linear-gradient(30deg, rgba(28,61,137,1) 0%, rgba(27,59,106,1) 34%, rgba(0,0,0,1) 100%);
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 120px;
      height: 120px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.8);
  }
  .containerRes>.section-2>.circle>div:first-child{
      width: 80px;
  }
  .containerRes>.section-7{
      align-self: center;
  }

  @media only screen and (max-width: 500px){
    .containerRes>.section-7{
        width: 100%;
        display: flex;
        justify-content: center;
    }
  }
  .containerRes>.section-7>.alarms{
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
  }
  .containerRes>.section-7>.alarms a{
    transform: scale(.8);
    border-radius: 0;
  }
  .containerRes>.section-3>.gauge-container {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 280px;
      height: 280px;
      margin: 0 !important;
      padding: 0 !important;
  }
  .containerRes>.section-4>.vertical-progress-bar{
      display: flex;
      flex-direction: row;
      height: 220px;
  }
  .containerRes>.section-4>.vertical-progress-bar>.vertical_line_right{
      height: 100%;
      border-right: 2px solid #999;
      margin-left: 5px;
  }
  .containerRes>.section-4>.vertical-progress-bar>.vertical_line_left{
      height: 100%;
      border-right: 2px solid #999;
      margin-right: 5px;
  }
  .containerRes>.section-4>.vertical-progress-bar>.value-right>.equal-w{
      height: 20%;
      align-items: flex-start;
  }
  .containerRes>.section-4>.vertical-progress-bar>.value-left>.equal-w{
      height: 20%;
      align-items: flex-start;
  }
  .containerRes>.section-4>.vertical-progress-bar>.value-right .dash{
      border-top: 1px solid #999;
      margin-right: 5px;
      width: 10px;
  }
  .containerRes>.section-4>.vertical-progress-bar>.value-left .dash{
      border-top: 1px solid #999;
      margin-left: 5px;
      width: 10px;
  }
  .containerRes>.section-4>.vertical-progress-bar>.progress-bar-vertical{
      height: 100%;
      display: flex;
      align-items: flex-end;
      width: 15px;
      background: linear-gradient(45deg, #ff0000, #e580bda6, #e2f3af, #00ff514f);
  }
  .containerRes>.section-4>.vertical-progress-bar>.progress-bar-vertical>.progress-bar{
      width: 100%;
      background: #b94747;
      border-top: 5px solid white;
  }
  /****/
  .containerRes>.section-5>.vertical-progress-bar{
      display: flex;
      flex-direction: row;
      height: 220px;
      justify-content: center;
  }
  .containerRes>.section-5>.vertical-progress-bar>.vertical_line_right{
      height: 100%;
      border-right: 2px solid #999;
      margin-left: 5px;
  }
  .containerRes>.section-5>.vertical-progress-bar>.vertical_line_left{
      height: 100%;
      border-right: 2px solid #999;
      margin-right: 5px;
  }
  .containerRes>.section-5>.vertical-progress-bar>.value-right>.equal-w{
      height: calc(100% / 8);
      align-items: flex-start;
  }
  .containerRes>.section-5>.vertical-progress-bar>.value-left>.equal-w{
      height: calc(100% / 8);
      align-items: flex-start;
  }
  .containerRes>.section-5>.vertical-progress-bar>.value-right .dash{
      border-top: 1px solid #999;
      margin-right: 5px;
      width: 10px;
  }
  .containerRes>.section-5>.vertical-progress-bar>.value-left .dash{
      border-top: 1px solid #999;
      margin-left: 5px;
      width: 10px;
  }
  .containerRes>.section-5>.vertical-progress-bar>.progress-bar-vertical{
      height: 100%;
      display: flex;
      align-items: flex-end;
      width: 15px;
      background: linear-gradient(45deg, #ff0000, #e580bda6, #e2f3af, #00ff514f);
  }
  .containerRes>.section-5>.vertical-progress-bar>.progress-bar-vertical>.progress-bar{
      width: 100%;
      background: #1b3b6a;
      border-top: 5px solid white;
  }
  .containerRes>.section-5{
    flex-direction: column;
  }
  .containerRes>.section-6>.power-curve{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 330px;
      height: 290px;
      margin: 0 -15px 0px -37px;
  }
  #power_curve {
      width: 100%;
      height: 100%;
  }
  #power_curve .apexcharts-legend-marker{
      width: 10px !important;
      height: 10px !important;
  }
  .support_sub_button{
      border: 1px solid #e7ecf3;
      width: 100%;
      padding: 1px 1rem;
      border-radius: 25px;
      color: #000;
      font-weight: 500;
      font-size: 10px;
      box-shadow: 1px 1px 1px #6f7273;
      margin-bottom: 10px;
      margin-right: 10px;
      text-align: center;
      cursor: pointer;
  }
.hover-pointer:hover{
    cursor: pointer;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.miniTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 7%;
    font-weight: bold;
    font-size: 13px;
    color: #1b3b6a;
}
@media only screen and (min-width:1500px){
    .gesMiniTitle{
        padding-right: 14%;
    }
}
#gesMiniChart .apexcharts-datalabel-label{
    font-weight: bold !important;
}
.pr-3{
    padding-right: 3%;
}
#pieminiChart .apexcharts-datalabel-label{
    font-size: 14px;
}
.w-i{
    width: inherit;
}
.w-m{
    width: max-content;
}
.pr-2{
    padding-right: 0.5rem;
}
#frekans-graph .apexcharts-tooltip {
    color: #ffffff !important;
}
.bottom-31{
    bottom: 31%;
}
.bottom-11{
    bottom: 11%;
}
.version-1{
    font-size: 10px;
    vertical-align: bottom;
    color: #868686;
    font-weight: bold;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.text-orange-d {
    color: #ed7428 !important;
  }
.rounded-5{
    border-radius: 0.5rem !important;
}
@media only screen and (min-width:1000px) and (max-width:1024px){
    .mt02{
        margin-top: -2% !important;
    }
    #pieminiChart .apexcharts-datalabel-label{
        font-size: 10px;
    }
    #pieminiChart .apexcharts-datalabel-value{
        font-size: 10px;
    }
}


/********************************** IPAD for 576-767 *********************************/
/* Consumption */
@media only screen and (min-width: 576px) and (max-width: 767px){

}

/********************************** IPAD for 768-991 *********************************/
/* Consumption */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .flex-col-md{
        flex-direction: column;
    }
}

/********************************** IPAD for 1024 *********************************/
/* Consumption */
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .process_cons_col_1{
        width: 30%;
    }
    .process_cons_col_2{
        width: 70%;
        padding-right: 3px;
    }
    .process_cons_col_3{
        width: 100%;
        margin-top: 3%;
    }
}

/********************************** IPAD for 1366 *********************************/
/* Consumption */

/********************************** MOBILE *********************************/
/* Consumption */
@media only screen and (max-width: 575px){
    .alarmbtns img{
        width: 40px;
    }
    .barMiniChartDetail{
        margin-right: 15%;
    }
    /* #pieminiChart{
        margin-left: -15%;
    } */
    .collapseCardBody{
        width: 100%;
        padding-left: 0 !important;
    }
    #gesChart, #powerChart, #flowChart, #generatorChart, #productionChart{
        margin-left: -5%;
    }
    .text-nowrap-sm{
        white-space: nowrap;
    }
}
@media only screen and (max-width: 768px){
    .ml-lg-10{
        margin-left: 0 !important;
    }
}
.ml-lg-10{
    margin-left: 10%;
}
#barMini2Chart .apexcharts-title-text{
    display: none !important;
}

/****  ANALYSIS ZOOM SCLAE 1400-1700 ****/
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .sun-panel {
        bottom: 0;
    }
    /* .content{
        overflow-y: hidden;
    } */
    .production{
        overflow-y: auto;
    }
    .production-content{
        transform: scale(0.8);
    }
    .production3 {
        position: absolute;
        left: 55%;
        top: 37%;
        z-index: 1;
    }
    .production2 {
        position: absolute;
        left: 35%;
        top: -14%;
        z-index: 1;
    }
    .production1 {
        position: absolute;
        left: 0;
        top: 2%;
        z-index: 1;
    }
    .mechanic{
        width: 285px;
    }
    .mechanic .button{
        width: 95px;
    }
    .mechanic .button img{
        height: 65px;
    }
    .sun-panel{
        bottom: 95px;
        right: 0;
        margin-right: -13%;
        transform: scale(0.9);
    }
    .big-alarm{
        transform: scale(0.8);
        margin-left: -3%;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1750px){
    .mechanic{
        transform: scale(0.9);
        top: 0px;
        right: -12px;
    }
    .sun-panel{
        transform: scale(0.9);
        margin-right: -17px;
        bottom: 135px;
    }
}
@media only screen and (min-width: 2000px){
    .production{
        transform: scale(1);
        max-width: inherit !important;
    }
    .production-content{
        transform: scale(1);
        max-height: 1200px;
    }
}
@media only screen and (min-width: 2000px){
    .large-content{
        transform: scale(1);
        height: 100%;
        width: 2000px;
        position: relative;
        margin: auto;
    }
}
@media only screen and (max-width: 575px){
    .h-sm-auto{
        height: auto !important;
        padding: 10px 0;
    }
    .text-sm-end{
        text-align: end;
    }
    .col-xs-4{
        width: 30%;
    }
    .flex-xs{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fs-xs-16{
        font-size: 16px;
    }
    .ges-img{
        width: 50% !important;
    }
    .col-xs-12{
        width: 100%;
    }
    .col-xs-30{
        width: 30%;
    }
    .col-xs-70{
        width: 70%;
    }
    .p-xs-0{
        padding: 0 !important;
    }
    .shadow-xs-0{
        box-shadow: 0 0 0 0 !important;
    }
    .mb-sm10{
        margin-bottom: 10%;
    }
    .p-xs-x-3{
        padding: 0 3rem;
    }
    #apex-circle-gradient .apexcharts-canvas{
        margin: 0 auto;
    }
    .w-sm-100{
        width: 100%;
    }
    .settings ul.nav.nav-pills {
        justify-content: space-between;
    }
    .settings ul.nav.nav-pills li.nav-item {
        flex: 1;
        max-width: 49%;
    }
    .mb-mobile-10{
        margin-bottom: -10%;
    }
    .loginLogo{
        width: 100% !important;
    }
}
.loginLogo{
    width: 260px;
}
@media only screen and (min-width: 576px){
    .hidden-text, .visible-text{
        display: none !important;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px){
    .fs-md-10{
        font-size: 10px !important;
    }
    .mt-ipad-10{
        margin-top: -10%;
    }
    .mt-ipad-5{
        margin-top: -5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .p-md-x-1{
        padding-left: 8%;
    }
    .p-md-x-2{
        padding-left: 5%;
        padding-right: 6%;
    }
    .mt-ipad-5{
        margin-left: -5%;
    }
}
.ges-img{
    width: 70%;
}
.max-300{
    max-height: 400px;
}
.max-400{
    max-height: 300px;
}
.max-435{
    max-height: 410px;
}
.max-150{
    max-height: 150px;
}
.overflow-y-auto{
    overflow-y: auto;
}
.max-230{
    max-height: 230px;
}
.card2{
    border: none;
}
.generator-card{
    background-image: url(/image/Jenerator-card.webp);
    background-size: cover;
    background-position: right;
    padding: 1rem 1rem 1rem 1rem;
}
@media only screen and (min-width: 1500px) {
    .generator-card{
        width: 75%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 992px){
    .generator-card{
        padding: 0.5rem 2rem 0.5rem 0.2rem;
    }
}
@media only screen and (max-width:1400px){
    .text-nowrap-xl{
        white-space: nowrap !important;
    }
}
@media only screen and (max-width:767px){
    .w-sm-min{
        min-width: 60px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .ml-xl-8{
        margin-left: -8%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 1199px){
    .registerNav button{
        padding-right: 1rem!important;
        padding-left: 1rem!important;
        width: calc(100%/3);
    }
}
/****** CHART LEGEND POSITION  ******/
#consumptionChart .apexcharts-legend,
#generatorChart .apexcharts-legend,
#gesChart .apexcharts-legend,
#networkChart .apexcharts-legend,
#productionChart .apexcharts-legend,
#flowChart .apexcharts-legend,
#powerChart .apexcharts-legend,
#network_quality_chart .apexcharts-legend,
#energyChart .apexcharts-legend,
#reactiveEnergyChart .apexcharts-legend,
#reactivePowerChart .apexcharts-legend,
#punishReactivePowerChart .apexcharts-legend,
#cogenerationChart .apexcharts-legend,
#invoice_comparison_chart .apexcharts-legend
{
    max-height: 30px !important;
}

@media only screen and (min-width: 1400px){
    .mx-h-lg{
        max-height: 610px;
        overflow-y: auto;
    }
}
.jstree-default .jstree-clicked{
    background: transparent !important;
    border: 0 !important;
}
.jstree-default .jstree-clicked:active,
.jstree-default .jstree-clicked:focus{
    background: transparent !important;
    border: 0 !important;
}
/** test **/
.f_device_modal .checkBtn{
    border: 2px solid white;
    box-shadow: 0 0 0 1px #a8a8a8;
    appearance: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all ease-in 0.2s;
}
.f_device_modal .checkBtn:checked{
    background-color: #ed7428;
    box-shadow: 0 0 0 1px #ed7428;

}
.f_device_modal.modal-content{
    width: 50%;
}
.f_device_modal .modal-body{
    max-height: 300px;
    overflow: auto;
}

.rounded-top-5{
    border-top-left-radius: 0.5rem!important;
    border-top-right-radius: 0.5rem!important;
}
.rounded-bottom-5{
    border-bottom-left-radius: 0.5rem!important;
    border-bottom-right-radius: 0.5rem!important;
}
.btn-orange:hover, .btn-orange:focus{
    color: #fff;
}
.sidemenu-footer-logo{
    width: 75%;
    padding-left: 1rem;
}
.single2{
    top: 15%;
    left:63%;
}
@media only screen and (min-width: 1400px) and (max-width: 1550px){
    .single2{
        top: 1%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1750px){
    .single1 .line1_1 {
        width: 170%;
    }
}
@media only screen and (min-width: 2100px){
    .single1 .line1_1 {
        width: 46rem;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .bottom_sec2 {
        margin-left: -15% !important;
    }
}
.bottom_sec2{
    bottom: 18% !important;
}
.vertical-sub{
    vertical-align: sub;
}
.checkBtn{
    border: 2px solid white;
    box-shadow: 0 0 0 1px #a8a8a8;
    appearance: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all ease-in 0.2s;
}
.checkBtn:checked{
    background-color: #ed7428;
    box-shadow: 0 0 0 1px #ed7428;

}
ul.alarmList {
    list-style-type: disc;
    padding-left: 1rem !important;
}
ul.alarmList li::marker  {
    color: #ed7428;
}
ul.alarmList li{
    list-style-position: inside;
    padding-left: 0.5rem !important;
}
.arrowMenu:before {
    content: "";
    position: absolute;
    right: 21px;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9999;
}
.arrowMenu:after {
    content: "";
    position: absolute;
    right: 20px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 9px 9px 9px;
    border-color: transparent transparent #dee2e6 transparent;
    z-index: 9998;
}
.arrowMenu.arrowTopLeft:before{
    right: inherit;
    left: 16px;
}
.arrowMenu.arrowTopLeft:after{
    right: inherit;
    left: 15px;
}
@media only screen and (max-width: 1399px){
    .arrowMenu.langDropdown{
        position: relative !important;
    }
    .arrowMenu.userEditMenu{
        position: relative !important;
    }
}
.arrowMenu a:hover,
.arrowMenu a:focus{
    background-color: #fff !important;
}
/** default box-shadow **/
.box-shadow {
    box-shadow: 1px 2px 4px #dadada ;
    border: 1px solid #dee2e6 ;
}

/** f_device **/
.dropup .dropdown-toggle::after{
    display: none;
}
.dropup .dropdownAddDevice{
    inset: auto auto 2.5rem auto !important;
}
.dropup .dropdownAddDevice a:hover{
    background-color: #ed7428 !important;
}
.dropup .dropdownAddDevice:before{
    right: inherit;
    left: 40px;
    top: inherit;
    bottom: -9px;
    transform: rotate(180deg);
    border-width: 0px 10px 12px 10px;
}
.dropup .dropdownAddDevice:after{
    right: inherit;
    left: 39px;
    top: inherit;
    bottom: -14px;
    transform: rotate(180deg);
    border-width: 0px 11px 12px 11px;
    border-color: transparent transparent rgb(229 229 229) transparent;
}
.dropdown-content{
    max-height: 220px;
    overflow: auto;
    margin-bottom: 40px;
}
.dropright .dropdown-toggle::after{
    display: none;
}
.dropright .dropdownAddDevice:before{
    transform: rotate(-90deg);
    left: -11px;
    top: 42px;
}
.dropright .dropdownAddDevice:after{
    transform: rotate(-90deg);
    top: 42.2px;
    left: -14px;
}
.dropright .dropdown-menu{
    top: auto !important;
}
.dropdown-content .p-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.production1 .pro.pro5{
    z-index: 112;
}
.production1 .pro.pro4{
    z-index: 112;
}
.production1 .pro.pro3 {
    z-index: 113;
}
.production1 .pro.pro2{
    z-index: 112;
}
.production1 .pro.pro1{
    z-index: 111;
}
.production1 .pro.pro5 .device,
.production1 .pro.pro4 .device,
.production1 .pro.pro3 .device,
.production1 .pro.pro2 .device,
.production1 .pro.pro1 .device{
    z-index: 1;
}
@media only screen and (max-width:1399px){
    .production1 .pro.pro5 .device {
        transform: rotate(-83deg);
    }
    .production1 .pro.pro2 .device {
        transform: rotate(-2.6deg);
    }
    .production1 .pro.pro4 .device {
        transform: rotate(-53deg);
    }
    .production1 .pro.pro3 .device{
        transform: rotate(-21deg);
    }
    .production1 .pro.pro1 .device{
        transform: rotate(28deg);
    }
}
.bg-light-gray-2{
    background: #bfc0c0 ;
}

.hover-style-none a{
    text-decoration: none;
    color: inherit;
}
.hover-style-none a:hover{
    text-decoration: none;
    color: inherit;
    background-color: #ed7428 !important;
}
.dropright .dropdown-menu.ms-7{
    margin-left: 7rem !important;
}
@media only screen and (max-width: 1800px){
    .dropright .dropdown-menu.ms-7{
        inset: 50px auto auto 0px !important;
    }
}
@media only screen and (max-width: 1399px){
    .production1{
        z-index: 2;
    }
}
.del-drop-psn{
    margin-left: -3rem !important;
}
.del-drop-psn.mb{
    margin-bottom: -1rem !important;
}
.drop-left .del-drop-psn{
    margin-left: -23rem !important;
}
.drop-left .dropdownAddDevice:before{
    left: inherit;
    right: 40px;
}
.drop-left .dropdownAddDevice:after{
    left: inherit;
    right: 39px;
}
.o-100 {
    opacity: 1 !important;
}
.border-orange{
    border-color: #ed7428 !important;
}
.outline-success{
    outline-color: #16c725 ;
}
.outline-danger{
    outline-color: #951800 ;
}
.modem-model-cont-detail{
    position: absolute;
    left: 12px;
    top: 60px;
    background: #fff;
    padding: 0.25rem;
    max-height: 150px;
    overflow: auto;
    min-width: 155px;
}
.modem-model-cont-detail .modem-detail{
    padding: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.min-w-120{
    min-width: 120px;
}
.equipment-table:nth-of-type(odd)>*{
    --bs-table-accent-bg: transparent !important;
    background: rgb(80 89 196 / 12%);
}
.equipment-table:nth-of-type(even)>*{
    background: rgb(80 89 196 / 30%);
    --bs-table-accent-bg: transparent !important;
}
.bg-light-blue-2{
    background: #243c84;
}
.bg-light-blue-2:hover{
    background: #06224b;
    transition: all 0.5s;
}
.text-light-blue-2{
    color: #243c84;
}
.text-light-blue-2:hover{
    color: #243c84;
}
.rounded-top-xl{
    border-top-right-radius: .75rem;
    border-top-left-radius: .75rem;
}
.rounded-bottom-xl{
    border-bottom-left-radius:  .75rem;
    border-bottom-right-radius: .75rem;
}
.modem-table>tbody>tr>td:first-of-type{
    font-weight: bold;
}
.border-form{
    border: 1px solid #ced4da;
}
.max-235{
    max-height: 235px;
    overflow: auto;
}
.branch-link a:hover,
.branch-link a :focus,
.branch-link a :active{
    background-color: #e9ecef;
    color: inherit;
    cursor: pointer;
}
.triangle{
    list-style-type: none;
    position: relative;
}
.triangle::before{
    content: "▶";
    position: absolute;
    left: -1em;
}
.side-triangle{
    list-style-type: none;
    position: relative;
}
.side-triangle::before{
    content: "◢";
    position: absolute;
    left: -1em;
}
.max-475{
    max-height: 475px;
    overflow: auto;
}
.bg-light-gray-2{
    background-color: #aeaeae;
}
.bg-light-gray-2 th{
    font-weight: normal;
    color: white;
}
.max-330{
    max-height: 330px;
    overflow: auto;
}
.equipment-modal-table>tbody>tr>td:first-of-type{
    font-weight: bold;
}
.orgchart .node .title .symbol{
    float: none;
    margin-left: 0;
    margin-right: 15px;
}
.orgchart .node .title{
    font-size: .7rem;
}
.oci-leader::before{
    width: 0.3rem;
    height: 0.3rem;
}
.oci-leader::after{
    width: 0.775rem;
    left: -0.126rem;
}
.orgchart .node .edge::before {
    border-color: rgb(237 116 40 / 85%);
}
.hierarchy .node{
    width: max-content;
}
.device-modal-list .list-group-item:last-child{
    border-bottom: none !important;
}
.form-select option{
    background-color: #e9ecef;
}
.usl li:last-child,
.dusl li:last-child{
    border-bottom: none !important;
}
.electric-alarm-ac-item{
    border-radius: 0.75rem !important;
}
.check-orange.form-check-input:checked{
    background-color: #ed7428;
    border-color: #ed7428;
}
.w-h-equal{
    width: 40px;
    height: 40px;
}
.vertical-middle{
    vertical-align: middle;
}
.navtab1.active,
.navtab2.active{
    font-weight: bold;
}
.border-dark-blue{
    border: 1px solid #0f2648;
}
.registerNav .nav-link.active,
.demo-register .nav-link.active{
    font-weight: bold;
    color: #0f2648;
}
.registerNav .nav-link:hover,
.registerNav .nav-link:focus,
.demo-register .nav-link:hover,
.demo-register .nav-link:focus{
    color: #6c757d;
}
.nav-text-gry{
    color: #6c757d;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas{
    font-family: "Font Awesome 6 Free" !important;
}
.support-acc .accordion-button:not(.collapsed){
    color: inherit;
    border-color: inherit;
    box-shadow: none;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #e1e1e1;
}
.support-acc .accordion-button:focus{
    color: inherit;
    border-color: inherit;
    box-shadow: none;
    background-color: #e1e1e1;
}
.support-acc .accordion-header .accordion-button{
    font-weight: bold;
    background-color: #e1e1e1;
}
.support-acc .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.network-tabs .tab-button{
    border-radius: 0.5rem!important;
}
.table-responsive{
    border-radius: .35rem;
    position: relative;
}

@media only screen and (min-width: 2000px){
    .button-container{
        max-width: 85%;
        margin-left: 5%;
    }
}
#pieminichart .pexcharts-pie-series{
    box-shadow: none !important;
}
@media only screen and (max-width: 1399){
    #navbarSupportedContent{
        max-height: 700px;
        overflow: auto;
    }
}

@media only screen and (min-width: 768px){
    .lower-table-title{
        padding-right: 0.75rem!important;
        padding-left: 0.75rem!important;
    }
}
.cogen-card{
    position: relative;
}
.cogen-card .mark{
    width: 10px;
    height: 10px;
    background-color: #ed7428;
    border-radius: 100%;
}
.cogenerationTable .progress{
    border: 1px solid #ed7428;
    background-color: #fff;
    width: 100%;
}
.cogenerationTable .progress-bar{
    background-color: #ed7428;
}
.custom-table .titleName{
    vertical-align: super;
    position: relative;
    top: 0.5em;
}
.custom-table .unit{
    vertical-align: baseline;
    position: relative;
    top: -0.8em;
    font-size: 8px;
}
.jstree-anchor .jstree-themeicon{
    width: 5px !important;
}

.device-modal-list .list-group-item{
    display: flex;
    align-items: center;
}
.mb-7{
    margin-bottom: 7rem;
}

/* @media only screen and (min-width: 1700px){
    .harmonic-chart{
        width: calc(100% - 40% - 415px);
    }
} */

/** until angle chart comes back **/
/* .harmonic-chart{
    width: 100%;
} */
.bg-grey2{
    background-color: #f1f1f1 !important;
}
@media only screen and (max-width: 700px){
    .mechanic .mechanic-item {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
  }
  @media only screen and (min-width: 700px) and (max-width: 870px){
    .mechanic {
        transform: scale(.8);
        top: -60px;
    }
  }
  @media only screen and (min-width: 700px) and (max-width: 1199.98px){
    .mechanic .mechanic-item {
        width: 100% !important;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width: 1900px){
    .big-alarm {
        bottom: 7%;
    }
  }
  @media only screen and (min-width: 1900px){
    .big-alarm {
        bottom: 18%;
    }
  }

  @media only screen and (min-width: 1400px){
    .production{
        margin-bottom: 4rem;
    }
  }
.mw{
    min-width: 32%;
}

/** login **/
.login-lang-select li a, .login-lang-select li a > .flag{
    display: flex;
    align-items: center;
}

.login-lang-select li a > .flag .circle{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #6c757d;
    margin-right: 5px;

}
.login-lang-select li a > .flag .circle[data-checked="true"]{
    border-color: #ed7428;
}

.login-lang-select li a > .flag .circle[data-checked="true"]:before{
    content:'';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ed7428;
}

.input-group label{
    display: block;
    width: 100%;
    font-size: small;
}

.input-group label.error{
    color: #dc3545;
}

.input-group input.error{
    border-color: #dc3545;
}



@media only screen and (max-width: 991px){
    .modem-device-pstn{
        display: flex;
        justify-content: center;
    }
}
