* {
  font-family: "Kanit";
}

input {
  font-family: "Kanit";
}
.planningName {
  font-weight: 600;
  padding: 0 0 30px 0;
}

.tableData {
  width: 96%;
  height: 8%;
  margin: 0 30px 0 30px;
}

.table {
  width: 96%;
  height: 85%;
  background-color: #091126;
}

.table-data {
  width: 96%;
  height: 85%;
  background-color: #091126;
}

.table-tab {
  width: 100%;
  height: 7.5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.table-tab-header {
  width: 100%;
  height: 12.5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 10px;
}

.table-tab-footbar {
  width: 100%;
  height: 12.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-year {
  margin: 0 0 0 4%;
  font-weight: 600;
}

.table-other {
  font-weight: 600;
}

.table-operation {
  margin: 0 4% 0 0;
  font-weight: 600;
}

.data-1 {
  margin: 0 0 0 5%;
}

.data-2 {
  margin: 0px 7.5% 0 0;
}

.btn-delete:hover {
  filter: white;
  transition: all ease 0.3s;
}

.edit-year {
  font-weight: 600;
}

.margin-content {
  margin: 20px 0 0 30px;
}

.edit-year-ip {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
}

.edit-year-ip-2 {
  width: 20%;
  height: 36px;
  border-radius: 3px;
  text-align: center;
  font-weight: 500;
}

.edit-form {
  width: 100%;
  padding: 20px 0 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px -10px 0 -20px;
  align-items: flex-start;
}

.edit-form-data {
  width: 45%;
  margin: 10px;
  padding: 15px;
}

.edit-form-data-name {
  font-weight: 400;
}

.edit-form-data-1 {
  margin: 24px -20px 0 -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.edit-form-data-1-name {
  width: 42%;
  margin: 0 20px 10px 20px;
}

.edit-form-data-1-textarea {
  width: 90%;
  margin: 0 20px 0 20px;
}

.edit-form-data-value {
  width: 100%;
  height: 36px;
}

.textarea {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  outline: none;
}

.textarea::-webkit-scrollbar-track {
  background-color: white;
}

.textarea::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.textarea::-webkit-scrollbar-thumb {
  border-radius: 100px;
  cursor: pointer;
  background-color: rgba(38, 90, 233, 0.81);
}

.btn-submit-form {
  background: linear-gradient(135deg, #0055ff, #002b80);
  position: absolute;
  right: 2%;
  bottom: 20px;
  width: 150px;
  height: 50px;
  position: fixed;
  border: 0px;
  border-radius: 3px;
}

.btn-cancel-form {
  position: absolute;
  right: 50%;
  bottom: 20px;
  width: 150px;
  height: 50px;
  background: none;
  border: solid 1px #0041c3;
}

.btn-choice {
  display: flex;
}

.btn-vertical {
  width: 40%;
  height: 50px;
  margin: 0 5px 0 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bg-linear-blue {
  background: linear-gradient(135deg, #0055ff, #002b80);
}

.border-blue {
  border: solid 1px #0041c3;
}

.right-menu {
  width: 0px;
  height: 100%;
  z-index: 12;
  position: absolute;
  top: 0;
  right: 0;
  background: #121832;
  transition: width 0.2s ease-in;
}

.right-menu.active {
  width: 400px;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #fff;
}

.hidden {
  visibility: hidden;
}

.background-blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
  z-index: 11;
}

.loading-icon {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  z-index: 14;
}
.loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 14;
}

.data {
  width: 200px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.edit-trade-flow {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.form-select {
  width: 99%;
  height: 45px;
  margin: 20px 0;
  appearance: auto;
  font-size: 22px;
}

.hidden {
  visibility: hidden;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 2px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.pd-5 {
  padding: 5px;
}

th,
td {
  padding: 0 30px;
}

.tc-white {
  color: #ffff;
}

.tc-dark-blue-talbe {
  color: #6f7b94;
}

.tc-dark-blue-talbe:hover {
  color: #ffff;
  transition: all ease 0.1s;
}

.fz-5 {
  font-size: 20px;
}

.fl-table {
  width: 100%;
  height: 100%;
}

.fl-table .header {
  background-color: #091126;
  height: 12.5%;
}

.fl-table .table-tbody-data tr:nth-child(odd) {
  background-color: #0c1a33;
}

.fl-table .table-tbody-data tr:nth-child(even) {
  background-color: #091126;
}

.fl-table .footer-bar {
  background-color: #0c1a33;
  height: 12.5%;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.tc-footer-dark-blue {
  color: #6f7b94;
}

.tc-footer-dark-blue.active {
  color: #ffff;
  transition: all 0.2s ease-in;
}

.tc-footer-dark-blue:hover {
  color: #ffff;
  transition: all 0.2s ease-in;
}

.table-tab-footer {
  display: flex;
  justify-content: center;
}

.table-data-height {
  height: 7.5%;
}

/* Custom File */

.ip-file {
  max-width: 1024px;
  max-height: 47px;
  border: 1px solid #e9eaec;
}

.ip-file:hover {
  border: 1px solid black;
}

.custom-file {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.btn-ip-file {
  padding: 9px 30px 9px 30px;
}

.btn-ip-file:hover {
  background: #2f4165;
}

.text-ip-file {
  padding: 7px;
  margin: 0 0 0 10px;
}

/* Custom File */

/* loading */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* loading */

/* responsives */

@media (max-width: 1800px) {
  .edit-form-data-1-name {
    width: 100%;
    margin: 0 20px 10px 20px;
  }
  .ip-file {
    max-width: 1024px;
    max-height: 44px;
    border: 1px solid #e9eaec;
  }
}

option {
  width: 500px;
}

.ql-editor {
  white-space: normal !important;
}

/* responsives */



.dropbtn {
  background: linear-gradient(135deg, #0055ff, #002b80);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  height: 50px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropbtn:hover,
.dropbtn:focus {
  background: linear-gradient(135deg, #0055ff, #002b80)
}

#myInput {
  box-sizing: border-box;
  background-image: url('../../images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 400px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 500px;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.form-check {
  font-size: 18px;
  margin-bottom: 1.25rem;
}
