body {
    margin: 0px;
  }
  
  
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:horizontal {
    background: #888;
    border-radius: 10px;
  
  }
  
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  /*---------------------------------------------------*/
  /* fonts starts here */
  
  
  @media only screen and (max-width: 600px) {
    .box_collumn {
      display: block !important;
    }
  
    .detail_job {
      width: 100%;
      padding: 3px !important;
    }
  }
  
  .main_box_ats {
    clear: both;
    position: relative;
    font-family: "Lato", sans-serif;
  }
  
  .box_collumn {
    border: 1px solid #cacaca;
    background: #fff;
    padding: 15px;
    display: flex;
    margin-bottom: 15px;
  }
  
  .box_collumn h1 {
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0 0px 7px;
  }
  
  .box_collumn p {
    padding: 0;
    margin: 0 0px 5px 0px;
    color: #4d4d4d;
    font-size: 13px;
  }
  
  .box_collumn p strong {
    color: #000;
  }
  
  .collumn_left {
    width: 100%;
  }
  
  .collumn_right {
    width: 100%;
    text-align: right;
  }
  
  .btn_job {
    background: #01aef0;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none;
    padding: 7px;
    border: none;
    border-radius: 4px;
    margin: 5px 0px;
    cursor: pointer;
    display: inline-table;
    text-align: center;
    width: 110px;
  }
  
  .detail_job {
    font-size: 13px;
    color: #01aef0;
    margin: 5px 0px;
    text-decoration: none;
    padding: 7px;
    width: 110px;
    border: 1px solid #01aef0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-table;
    text-align: center;
  }
  
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700&display=swap');
  
  .zimyorow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .zimyocol6,
  .zimyocol3,
  .zimyoco1l2 {
    position: relative;
    width: 100%;
    min-height: 1px;
  
  }
  
  .zimyocol3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .zimyocol12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .zimyocol6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .zimyojoblist {
    clear: both;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    height: calc(100vh - 150px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 22px;
  }
  .zimyojoblistClassic {
    clear: both;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    height: calc(100% - 150px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 22px;
    height: 99vh;
    margin-top: 10px;
  }
  
  .zimyojoblistbox {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    margin: 15px;
    clear: both;
  }
  
  .zimyojoblistbox h3 {
    color: #172B4D;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: 500;
  }
  
  .zimyojoblistbox h3 a {
    color: #172B4D;
    text-decoration: none;
    font-size: 16px;
  }
  
  .zimyojoblistbox p {
    margin: 0;
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    color: #172B4D;
  }
  
  .zimyoboxcol {
    clear: both;
    margin-bottom: 15px;
  }
  
  .zimyopostednew {
    color: #979797;
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0px;
  }
  
  .zimyoapplynow {
    background: #E3EBFD;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #335AFF;
    text-decoration: none;
  }
  
  .zimyoapplynow:hover {
    /* background: #335AFF; */
    display: block;
    /* color: #fff; */
    text-decoration: none;
  }
  
  .zimyo_view_now {
    background: #335AFF;
    border-radius: 3px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-top: 18px;
    text-decoration: none;
    border: 1px solid #fff;
  }
  
  .zimyo_view_now:hover {
    background: #fff;
    display: block;
    color: #335AFF;
    border: 1px solid #335AFF;
    text-decoration: none;
  }
  
  .zimyojoblistbox2 {
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 20px;
    margin:0px 10px 20px 10px;
    clear: both;
    display: flex;
  }
  
  .zimyojoblistbox2 h3 {
    color: #172B4D;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-weight: 500;
  }
  
  .zimyojoblistbox2 p {
    margin: 0 !important;
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    color: #172B4D;
  }
  
  .zimyojobcollumn {
    width: 100%;
  }
  
  .zimyojobcollumnlast {
    width: 140px !important;
    padding-top: 15px;
  }
  
  .zimyojobbtn {
    width: 120px !important;
  }
  
  /* new 6-5-2022 */
  .search-menu {
    height: 56px;
    white-space: nowrap;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
  margin: 18px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .search-menu div:not(:last-of-type) {
    border-right: 1px solid #eee;
  }
  
  .search-bar {
    height: 55px;
    width: 100%;
    position: relative;
    display: flex;
    padding: 0px 25px;
  }
  
  .search-bar input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none;
    font-size: 14px !important;
    padding:0;
    outline: none !important;
  }
  
  .search-location,
  .search-job {
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    padding: 0 25px;
    height: 100%;
  }
  
  .search-location select,
  .search-job select {
    width: 100%;
    height: 100%;
    display: block;
    outline: none !important;
    background-color: transparent;
    border: none;
    font-size: 14px !important;
  }
  
  .search-location svg,
  .search-bar svg,
  .search-job svg {
    margin-right: 8px;
    width: 18px !important;
    height: inherit !important;
    color: #0162ff;
    flex-shrink: 0;
  }
  
  .search-button {
    background-color: #0162ff;
    height: 57px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 0 8px 8px 0;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
  }
  
  
  
  .main-table-footer span {
    vertical-align: middle;
  }
  
  .main-table-footer {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #172B4D;
  text-align: right;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  }
  
  .tablerowfilter {
    width: 80px;
    height: 34px;
  }
  
  .rows-selection {
    padding-right: 32px;
  }
  
  .rows-selection-label {
    padding-right: 14px;
  }
  
  .rows-amount {
    padding-right: 15px;
  }
  
  
  
  .table-pagination svg {
    width: 26px;
    height: 26px;
    margin-left: 25px;
    cursor: pointer;
  }
  
  
  
  @media screen and (max-width: 769px) {
  
    .zimyocol6,
    .zimyocol3,
    .zimyoco1l2 {
      position: relative;
      width: 100%;
      min-height: 1px;
      max-width: 100% !important;
    }
  
    .zimyorow {
      display: block;
    }
  
    .zimyojoblistbox2 {
      display: block;
    }
  
    .zimyojobcollumnlast {
      width: inherit !important;
    }
  
    .zimyojobbtn {
      width: inherit !important;
    }
  }
  