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: -10px;
  width: 35px;
  margin-top: -11px;
  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: 3px !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: 43px;
    cursor: pointer;
    padding: 8px 24px 12px 24px;
    border-radius: 8px;
  } 

  .btn-confirm
  {
    background-color: #b7b3b3;
    color: white;
    border: 1.5px solid #cdc5c5;
    width: fit-content;
    height: 43px;
    cursor: pointer;
    padding: 8px 24px 12px 24px;
    border-radius: 8px;
  } 

  .btn-confirm1
  {
    background-color: #28a745;
    color: white;
    border: 1.5px solid #cdc5c5;
    width: fit-content;
    height: 43px;
    cursor: pointer;
    padding: 8px 24px 12px 24px;
    border-radius: 8px;
  } 

  .select2-selection__rendered
  {
    /* top: 5px; */
    left:-2px;
    position: absolute;
    border: 1px solid #A7A8A9;
    background: #F5F5F5 !important;
    border-radius: 4px;
    height: 40px !important;
    padding: 5px;
    width: 328px !important;
  }
  
  /* .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;
      text-align: center;
      padding: 8px;
  }

  .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;
}

table.dataTable tbody tr {
  background: none;
}

.csv_icon {
  background-image: url(img/csv_icon.svg);
}

.xls_icon {
  background-image: url(img/xls_icon.svg);
}

.btn_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.dt-button{
  background: none !important;
  border: none !important;
}

/* dataTables Search input box */
 
.dataTables_filter {
  position: relative;
}

.dataTables_filter input {
  width: 348px !important;
  height: 40px;
  background: #fcfcfc;
  border: 1px solid #A7A8A9 !important;
  border-radius: 8px !important;
  /* box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; */
  text-indent: 35px;
  outline:none;
}

.dataTables_filter .fa-search {
  position: absolute;
  top: 19px;
  left: 9px;
  /* right: 220px; */
  width: 37px;
  height: 22px;
  text-align: center;
  background: #fcfcfc;
}

.dataTables_filter input:focus {
  background-image:none;
}

.paymentTableBorder
{
  border-top: solid;
  border-bottom: solid;
}

.rightBorder
{
  border-right: solid;
}

.select2-dropdown--below{
  /* top: -37px !important; */
  left: -2px !important;
}

.main_login_cont {
  height: 100vh;
  display: flex;
}

.side_img{
  display: flex;
  flex-grow: 1;

}

.side_img > img{
  /* object-fit: cover; */
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 800px)  {
  
  .side_img{
      display: none;
}

}

.fir_sid_mc{
  margin-left: -15px;
  padding: 2rem;
  width: 28%;
  background: #eaf0f5;
  border-radius: 12px 0 0 12px;
}

.logo_img {
  display: flex;
  justify-content: center;
}

.logo_img > img {
  object-fit: contain;
  /* height: 150px; */
  /* width: 80%; */
}

.text_box {
  margin-top: 2rem;
  margin-left: 30px;
}

.my_ei_txt {
  color:#b8bdc3;
  /* font-weight: 600; */
  font-size:1rem
}

.form_cont{
  margin-top: 3rem;
}

.mar_top{
  margin-top: 1.3rem;
}

.sub_btn{
  background-color:#a19c9d;
  /* margin-top: 2rem; */
  border: none;
  color:white;
}

.sub_btn:hover{
  background-color:#898283
}

.term_cond
{
  margin-top: 2rem;
}

.field-icon {
  height: 25px;
  position: relative;
  z-index: 200;
  cursor: pointer;
  /* left: 265px; */
  bottom: 31px;
  float: right;
  right: 7px;
}

.mail_txt {
  color:#b8bdc3;
  font-size:12px;
  text-align: center;
  margin-top: 60px;
}

.resetPassword,.resendOtp{
  text-decoration: underline;
  color:black;
  font-size:13px;
}

.main_nav_link{
  color: #cdcdce !important;
  font-size:20px;
  font-weight:500;
  border-bottom: 2px solid #cdcdce !important;
}

.main_nav_link.active{
  border: none !important;
  /* border-bottom: 2px solid #b0a8a8 !important; */
  background: #F5F5F5 !important;
  color: black !important;
}