﻿.menu-ball {
  margin-left: -20px;
  margin-right: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
}

  .menu-ball.ball-top {
    margin-top: -6px;
  }

  .menu-ball.ball-middle {
    margin-top: 10px;
  }

  .menu-ball.ball-bottom {
    margin-top: 25px;
    margin-bottom: 5px;
  }
/*my-modal*/
.my-modal-container {
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.10);
}

  .my-modal-container .my-modal {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 50%;
    min-height: 50%;
    box-shadow: 0px 0px 3px 1px #dedede;
    border-radius: 3px;
  }

  .my-modal-container .my-modal-full {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .my-modal-container .my-modal .my-modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    border-bottom: 1px solid #dedede;
  }

    .my-modal-container .my-modal .my-modal-header .my-modal-header-title {
      font-weight: bold;
      font-size: 18px;
    }

  .my-modal-container .my-modal .my-modal-body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 50px;
    height: auto;
    padding: 10px;
    overflow: auto;
    overflow-x: hidden;
  }

  .my-modal-container .my-modal .my-modal-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 30px;
    padding: 10px;
    border-top: 1px solid #dedede;
  }

/*table*/
table.mytable {
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
  border-collapse: collapse
}

  table.mytable td, table.mytable th {
    border: 1px solid #ddd;
    padding: 3px 3px
  }

  table.mytable tbody td {
    font-size: 12px;
    vertical-align: top;
  }

  table.mytable tr:nth-child(even) {
    background: #fbfbfb
  }

  table.mytable thead {
    background: #eaeaea;
    border-bottom: 2px solid #ddd;
  }

    table.mytable thead th {
      font-size: 14px;
      font-weight: bold;
      color: #444;
      border-left: 1px solid #ddd;
      height: 36px;
    }

      table.mytable thead th:first-child {
        border-left: none
      }

  table.mytable tfoot {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #dedede;
    background: -moz-linear-gradient(top,#e6e6e6 0%,#e1e1e1 66%,#dedede 100%);
    background: -webkit-linear-gradient(top,#e6e6e6 0%,#e1e1e1 66%,#dedede 100%);
    background: linear-gradient(to bottom,#e6e6e6 0%,#e1e1e1 66%,#dedede 100%);
    border-top: 2px solid #ddd
  }

    table.mytable tfoot td {
      font-size: 14px
    }

    table.mytable tfoot .links {
      text-align: right
    }

      table.mytable tfoot .links a {
        display: inline-block;
        background: #1c6ea4;
        color: #fff;
        padding: 2px 8px;
        border-radius: 5px
      }

.ant-time-picker-panel, .ant-calendar-picker-container {
  z-index: 9999 !important;
}

.my-container {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}

  .my-container .my-container-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 350px;
    display: block;
    padding: 10px;
    text-align: left;
    overflow: scroll;
    overflow-x: hidden;
  }

  .my-container .my-container-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 350px;
    bottom: 0;
    text-align: left;
    display: block;
    padding: 10px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .my-container .my-container-full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    display: block;
    padding: 10px;
    overflow: scroll;
    overflow-x: hidden;
  }

  .my-container .flex-container {
    display: flex;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: #dedede;
  }

    .my-container .flex-container .flex-div {
      background-color: #ffffff;
      width: 100%;
      margin: 5px;
      position: relative;
      border-radius: 3px;
    }

      .my-container .flex-container .flex-div .flex-div-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        background: #fefefe;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #555;
        border-bottom: 1px solid #949494;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
      }

      .my-container .flex-container .flex-div .flex-div-header-color-1 {
        background: #eaeaea;
      }

      .my-container .flex-container .flex-div .flex-div-header-color-2 {
        background: #e8c27b;
      }

      .my-container .flex-container .flex-div .flex-div-header-color-3 {
        background: #9bd091;
      }

      .my-container .flex-container .flex-div .flex-div-header-color-4 {
        background: #87c8e0;
      }

      .my-container .flex-container .flex-div .flex-div-header-color-5 {
        background: #e89494;
      }

      .my-container .flex-container .flex-div .flex-div-body {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 50px;
        line-height: 50px;
        background: #fefefe;
        text-align: center;
        font-size: 16px;
        color: #555;
        overflow: auto;
        overflow-x: hidden;
      }

      .my-container .flex-container .flex-div .flex-div-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        line-height: 50px;
        background: #f5f5f5;
        color: #555;
        border-top: 1px solid #949494;
        text-align: center;
        font-size: 14px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
      }

.steps-content {
  margin-top: 16px;
  border: 1px dashed #e9e9e9;
  border-radius: 6px;
  background-color: #fafafa;
  min-height: 200px;
  text-align: center;
  padding-top: 80px;
}

.steps-action {
  margin-top: 24px;
}

.office-list-item {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: inherit;
  width: 100%;
  height: 45px;
}

  .office-list-item .office-list-item-analysis {
    position: absolute;
    /* left: 1px; */
    font-size: 13px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    text-align: left;
  }

  .office-list-item .office-list-item-customer {
    position: absolute;
    font-size: 11px;
    top: 17px;
    z-index: 1;
    display: block;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }

  .office-list-item .office-list-item-operations {
    position: absolute;
    right: 1px;
    top: 30px;
    z-index: 2;
    display: block;
    text-align: right;
  }

  .office-list-item .office-list-item-date {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    font-size: 13px;
  }
/******************************/
/* ant.js override */
.ant-form-item {
  margin-bottom: 0 !important;
}

.ant-message {
  z-index: 99999 !important;
}

.steps-content {
  padding-top: 20px !important;
}

.main-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../MLS/Application/images/lab.png') no-repeat;
  background-size: cover;
  overflow: auto;
  padding: 0.5%;
}

.my-box {
  background: #fff;
  border-radius: 10px;
  padding:10px 50px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.1);
  /*width: 50%; */
  max-height: 90vh; 
  overflow-y: auto; 
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .my-box {
    width: 95%;
    padding: 10px;
  }
}

  .my-box .btn-app {
    margin: 0 !important;
  }

  .my-box:hover {
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.my-box-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #3c8dbc;
  text-shadow: 0px 0px 2px rgba(60, 141, 188, 0.30);
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.my-animate {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-header {
  border-bottom: 1px dashed #ececec;
  margin-bottom: 10px;
}

  .custom-header .custom-header-title {
    padding: 5px 0;
  }

  .custom-header h2 {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: bolder;
  }

    .custom-header h2 span {
      content: "";
      display: block;
      width: 100%;
      /*height: 2px;*/
      background-color: #3c8dbc;
      position: relative;
      top: 3px;
    }

fieldset {
  border: 1px solid #dedede !important;
  position: relative !important;
  padding: 25px 20px 15px 20px !important;
  margin-bottom: 25px !important;
}

  fieldset legend {
    position: absolute !important;
    top: -15px !important;
    display: block !important;
    background: #fff !important;
    width: auto !important;
    padding: 0 5px 0 5px !important;
    border-bottom: 0 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #3c8dbc !important;
  }

.global-title {
  display: none;
}

.error-icon {
  position: absolute;
  right: 10px;
  top: 40px;
  transform: translateY(-50%);
  color: red;
  font-size: 16px;
  pointer-events: none;
}

.toggle-password {
  position: absolute;
  right: 30px; /* En sağda */
  top: 40px;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  pointer-events: auto; /* Tıklanabilir */
}

/* Parola kuralları */
.password-rules {
    display: none; 
}

.password-rules ul {
    list-style: none;
    padding: 0;
}

.password-rules li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

  .password-rules .rule-icon.valid i {
    color: green; 
  }

  .password-rules .rule-icon.invalid i {
    color: red; 
  }
  .password-rules .rule-text {
    flex: 1;
  }