body {
  font-family: Arial, Helvetica, sans-serif;
  background: #EFF2F6;
  color:black !important;
}

/* .container {
  margin-bottom: 200px;
} */

#itriangle {
  height: 80px;
  width: 200px;
}

/* arrow container */
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px;
  top: 50%;
  right: 0px;
  width: 35px;
  margin-top: -15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

/*the arrow itself */
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 19px !important;
  width: 19px !important;
  margin: auto !important;
  top: 28px !important;
  left: 1px !important;
}

.table_fixed_layout {
  table-layout: fixed !important;
}

#dtBasicExample_wrapper th {
  text-align: center !important;
}



/* spin loader css */
#spin-loader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  /* display:none; */
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#spin-loader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-color: #414345;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/*end of spin loader*/

/* for datatable  */
.sorting, .sorting_asc, .sorting_desc {
  background : none !important;
  }

  .dt-buttons{
      float: right !important;
      top: 10px;
  }

  .dataTables_filter{
      float: left !important;
  }

  /* datatable file download buttons */
  .buttons-html5{
    height: 34px;
  }

  .fieldLength{
    width:263px;
    border:none;
    border-bottom: 1px solid black;
    outline:none;
    border-radius: 0px;
  }

  fieldset {
    border: 2px solid black;
    padding: 25px;
    border-radius: 10px;
    width: 854px;
    position: relative;
    left: 222px;
  }

  legend {
      padding: 5px 10px;
      width: 167px;
      font-size: 24px;
      font-weight: 600;
  }

  /* .table td
  {
      border : none;
  } */

  select{
    height: 38px !important;
    width: 263px !important;
    padding: 0.375rem 0.75rem;
  }

  .select2-selection{
    /* margin-left: -12px; */
    width: 263px !important;
    height: 38px !important;
    border: none !important;
    padding-left: 6px !important;
    border-radius:none;
    top: -13px !important;
  }

  /* for select field */
  select, .select2-selection, .select2-results{
    background: #E0E2E5 !important;
    color: #000;
  }

  .form-group
  {
      padding:8px;
      padding-bottom: 16px;
  }

  .col1_div{
      position: relative;
      right: 8px;
      padding-bottom: 10px
  }

  #rto_col{
      right: 15px;
  }

  /* close or reset */
  .btn-close1
  {
    /* background-color: #EFF2F6 !important; */
    background-color: unset;
    color: black;
    border: 1.5px solid #cdc5c5;
    width: fit-content;
    height: 36px;
    cursor: pointer;
    padding: 4px 12px;
  } 

  .select2-selection__rendered
  {
    top: 5px;
    position: absolute;
  }
  
  /* .container-fluid{
    margin-left: 18px;
  } */

  /* .col-xl-3, .col-md-3, .col-lg-6{
    flex: 0 0 27%;
    max-width: 30%;
  }

  .col-xl-2, .col-lg-6 {
      flex: 0 0 20.666667%;
      max-width: 25.666667%;
  } */

  .paymentTableTd{
    text-align: center;
  }

  .paymentTableHead{
      width:400px;
  }

  .RedButton{
    background: #ED2541;
  }

  .RedButton:hover, .RedButton:active, .RedButton:focus {
    background-color: #b33d3d !important; 
  }

  .datatableCss{
    overflow-y: hidden;
    background: #ffffff;
    /* padding: 4px; */
    padding: 8px 8px 0; /*top, (right,left), bottom */
  }



tbody th,
table.dataTable tbody td {
  padding: 8px 28px !important;
  word-wrap: break-word;
}