:root {
    --rw-blue: #2962ff;
    --rw-green: #28bebd;
    --rw-smgray: #6f829c;
    --rw-red: #EF5350;
    --rw-blue-opacity: rgb(41, 98, 255, 0.1);
    --rw-white: #fff;
    --rw-wtgry: #e5eff5;
    --rw-dark-gray: #333;
    --rw-fs-xs: 16px;
    --rw-radius: 4px;
    --rw-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*:focus-visible {
    outline: 0px dashed darkorange;
    outline: 0px solid black;
    border: solid 0px #2a79bc;
    box-shadow: none;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
span.input,
form,
p,
textarea,
label {
    font-family: 'Poppins', sans-serif !important;
}

fieldset {
    box-shadow: var(--rw-shadow);
}

/* .height_full {
    height: calc(100vh - 64px);
    overflow-y: auto;
} */
.form_inquiry_form_sec {
    overflow-y: auto;
    height: calc(100vh - 290px);
    overflow-x: hidden;
}
/* defoult fomr start */
input:focus-visible,select:focus-visible {
    outline: 1px solid #000 !important;
}
textarea:focus-visible,select:focus-visible {
    outline: 1px solid #000 !important;
}
/* defoult fomr End */

/* svg filter start */
.filter_green{
    filter: brightness(0) saturate(100%) invert(77%) sepia(72%) saturate(1206%) hue-rotate(60deg) brightness(79%) contrast(108%);
    -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(72%) saturate(1206%) hue-rotate(60deg) brightness(79%) contrast(108%);
}
.filter_gray{
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(5445%) hue-rotate(179deg) brightness(118%) contrast(10%);
    -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(5445%) hue-rotate(179deg) brightness(118%) contrast(10%);
}
/* svg filter End */
/* apply this btn reportsmart defoult start */

.btn_blue {
    border: 1px solid var(--rw-blue);
    background-color: var(--rw-blue);
    color: #fff;
    font-size: var(--rw-fs-xs);
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    border-radius: var(--rw-radius);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.btn_gray {
    border: 1px solid var(--rw-blue);
    background-color: var(--rw-white);
    color: var(--rw-blue);
    font-size: var(--rw-fs-xs);
    padding: 8px 20px;
    font-weight: 600;
    height: 45px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 120px;
    text-transform: uppercase;
    border-radius: var(--rw-radius);
    align-items: center;
    line-height: normal;
    cursor: pointer;
}


/* apply this btn reportsmart defoult End */


/* common css start */
.opacity-0{
    opacity: 0;
}
.visibility-hiddan{
    visibility: hidden;
}

.mb_10 {
    margin-bottom: 10px;
}

.mt_10 {
    margin-top: 10px;
}


/* common css End */


/* side menu start*/

.inquiry_form_sec {
    width: 700px;
    position: fixed;
    right: -700px;
    z-index: 99999;
    top:0;
    -webkit-transition: all 0.85s;
    -o-transition: all 0.85s;
    transition: all 0.85s;
}

.inquiry_form_sec.inquiry_on_show {
    right: 0;
    -webkit-transition: all 0.85s;
    -o-transition: all 0.85s;
    transition: all 0.85s;
}

.csm_bg_info {
    background-color: #0ea5e9;
}

.csm_bg_warning {
    background-color: #ff9800;
}

.csm_bg_secondary {
    background-color: #f000b9;
}

.csm_bg_primary {
    background-color: #4f46e5;
}

.csm_bg_error {
    background-color: #ff5724;
}

.csm_bg_success {
    background-color: #10b981;
}

.rw_btn {
    box-shadow: none;
    border: none;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 16px;
}

.rw_btn:hover,
.rw_btn:focus,
.rw_btn:active {
    border: none;
    outline: none;
    opacity: 0.9;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dbdbdb;
}


/* side menu End*/


/*=================================choose file css  start=============================================*/


/* radio start */

.default_radio label.lable_radio input {
    position: absolute;
    left: -9999px;
}

.default_radio label.lable_radio input:checked+span.radio_spn {
    background-color: var(--rw-blue-opacity);
}

.default_radio label.lable_radio input:checked+span.radio_spn:before {
    box-shadow: inset 0 0 0 0.4375em var(--rw-blue);
}

.default_radio label.lable_radio span.radio_spn {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    cursor: pointer;
}

.default_radio label.lable_radio span.radio_spn:hover {
    background-color: var(--rw-blue-opacity);
}

.default_radio label.lable_radio span.radio_spn:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: var(--rw-white);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--rw-blue);
}


/* radio end */

.text-red {
    color: #f31e1e !important;
}

.default_down_arrow select {
    appearance: none;
}

fieldset {
    border: 1px solid #ddd;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    background: #fff;
    border-radius: var(--rw-radius);
    padding: 16px;
    margin-bottom: 10px;
}

.input-group.choose_file label {
    font-size: var(--rw-fs-xs);
    color: #000;
    font-weight: 700;
}

.choose_file {
    height: 64%;
    border: 2px dashed;
    padding: 0;
    border-color: #757575;
    background: rgb(241 241 241);
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: var(--rw-radius);
}

.custom-file label {
    display: flex;
    flex-direction: column;
}

.choose_file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-file svg {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 5px;
}

span.aswbhfuf {
    font-size: 16px;
    color: #545454;
    font-weight: 400;
    margin-left: 10px;
}


/*=================================choose file css End=============================================*/


/*==============================defoult input,textaria,dropdown css start ==============================*/

.white_space_unset {
    white-space: unset !important;
}

button.box_over_cancle_btn:after {
    line-height: normal;
}

.dfllabel {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
    color: var(--rw-dark-gray);
    font-weight: 600;
    font-size: var(--rw-fs-xs);
    white-space: pre;
    line-height: normal;
}

.default_form .form-group>label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
    color: var(--rw-dark-gray);
    font-weight: 600;
    font-size: var(--rw-fs-xs);
    white-space: pre;
    text-align: left;
}

.default_form input,
.default_form textarea,
.default_form select {
    width: 100%;
    min-height: 45px;
    border-radius: var(--rw-radius);
    border: solid 1px #979797;
    margin-bottom: 10px;
    font-size: var(--rw-fs-xs);
    padding: 8px 12px;
    color: #747474;
    background: #fff;
}

.default_form .select2-container {
    margin-bottom: 5px;
}

.default_form input[type=checkbox] {
    width: auto !important;
    min-height: auto;
    transform: scale(1.3);
}

.default_form .invalid-feedback {
    display: block;
}

.default_form input[type='file'] {
    padding: 9px 15px;
}

.default_down_arrow img {
    position: absolute;
    right: 16px;
    top: 19px;
    pointer-events: none;
    width: 19px;
    display: none;
}

.default_down_arrow:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    position: absolute;
    top: 16px;
    line-height: 50px;
    right: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    /* z-index: 999; */
    pointer-events: none;
}

.default_down_arrow {
    position: relative;
    display: block;
}


/*==============================defoult input,textaria,dropdown css End ==========================*

/* default css start */

.ms-auto {
    margin-left: auto;
}

.me-auto {
    margin-right: auto;
}


/* default css End */

.login .invalid-feedback {
    font-size: 16px;
    margin-left: 40px;
}

.invalid-feedback {
    font-size: 16px;
}

.page-wrapper>.container-fluid {
    padding: 0;
}

.scroll-table-div {
    height: calc(100vh - 230px);
    border-top: solid 2px #ddd;
    overflow-y: auto;
}

.table-spinner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.rwfm_table {
    height: calc(100vh - 240px);
    border-top: solid 1px #ddd;
}

.rwfm_table thead th {
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
    position: sticky;
    top: 0px;
    background: #fff;
    border-top: solid 1px #f1f1f1;
    z-index: 1;
}


/* filter css start */

.filter_view_form {
    background: #fff;
    padding: 20px;
    width: 40%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: left;
    position: absolute;
    right: 20px;
    z-index: 9;
    border: solid 1px #ddd;
    top: 66px;
}

.filter_box_form {
    background:#e9f0f4;
    padding:0px 5px 0px 19px;
    width: 100%;
    text-align: left;
    z-index: 9;
    position: relative;
    /* margin-top: -90px; */
}

.sarch_view i {
    position: absolute;
    top: 0;
    right: 18px;
    align-items: center;
    justify-content: center;
    display: flex;
    bottom: 0;
    font-size: 22px;
}

.sarch_view {
    position: relative;
}

.blender_tab {
    background-color: #e2e8f0;
    padding: 1px 2px;
}

.grid_tbl span.grid_td_cnt {
    position: relative;
}

.grid_tbl span.grid_td_cnt:after {
    content: ":";
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
}


/* filter css End */


/*table grid and list view css start */

table.grid_tbl,
.grid_tbl tr,
.grid_tbl td {
    display: block;
}

.grid_tbl tbody {
    display: grid;
    gap: 20px;
    text-align: center;
    grid-template-columns: repeat( auto-fit, minmax(23.33%, 1fr));
    padding-top: 20px;
}

.grid_tbl thead tr {
    display: grid !important;
    gap: 20px !important;
    text-align: center;
    grid-template-columns: repeat(19, 1fr);
}

.grid_tbl tbody tr {
    background: #fff !important;
    text-align: left;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: solid 1px #ddd;
    padding: 15px 10px;
}

.grid_tbl .custom-control-label {
    left: 7px;
}

.grid_tbl tbody tr td {
    border: 0;
    padding: 8px 15px !important;
    font-size: 18px;
}

.grid_tbl thead {
    display: none;
}

.grid_tbl .grid_td_cntsimg.hide {
    display: inline-block !important;
}

.grid_tbl .grid_td_cntsimg img {
    margin-right: 15px;
    vertical-align: top;
}

.grid_tbl span.grid_td_cnt img {
    position: absolute;
    left: 0;
    top: 0;
}

.grid_tbl span.grid_td_cnt.hide {
    display: inline-grid;
    font-weight: 600;
    width: 170px;
    position: relative;
    padding-left: 35px;
}

.grid_tbl span.grid_td_cnt img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
}

.grid_tbl .grid_hide {
    display: none;
}

.filter_btn_group_box .hide {
    display: none !important;
}

.custom-checkbox {
    width: calc(100% - 135px);
    float: right;
    text-align: right;
}

.grid_tbl {
    width: 100% !important;
}

.bg-green {
    background: var(--rw-green) !important;
}

.bg-red {
    background: var(--rw-red) !important;
}

.badge {
    background-color: var(--rw-wtgry);
    color: var(--rw-smgray);
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: var(--rw-white);
    vertical-align: middle;
    background-color: var(--rw-dark-gray);
    border-radius: 10px;
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.fllter_grid_view {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 10px;
    align-items: center;
}

.fllter_grid_view .form-group {
    margin-bottom: 0;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    opacity: 1;
}


/*table grid and list view css End */

#login_form .form-control:focus{
    border: 1px solid #212529bf !important;
}

/* modal blur css start */
.modal_blur_bg:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    position: absolute;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
}
/* modal blur css End */

/* table default start*/
.table td, .table th{
    padding:2px 3px;
    font-size: 14px;
}

.text-align-right{
    text-align: right;
}

.rwfm_table {
    height: calc(100vh - 236px);
    overflow-y: auto;
}

.shodow_data {
    background: #e9e9e9;
    padding: 6px;
    margin-top: 13px;
}
.dashboard_table_card_view {
    position: relative;
    top: -2px;
}
/* table default End*/


/* scroll start */

 /* Firefox */
 * {
    scrollbar-width: auto;
    scrollbar-color: #272727 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 14px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #272727;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

/* scroll End */
/* modal css start */
button.close_add_new_pom_modal {
    position: absolute;
    right: 15px;
    top: 10px;
    border: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    font-size: 34px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: transparent;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 0;
}
button.close_add_new_pom_modal:hover{
background-color: rgba(0, 0, 0, 0.06);
}
button.close_add_new_pom_modal:focus{
    outline: none;
    border: none;
}
/* modal css End*/


/* font weight bold start */
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight:700 !important;
}
/* font weight bold End */

/* finance markte start */
.finance_market_table {
    overflow-y: auto;
    height: calc(100vh - 145px);
    overflow-x: hidden;
}
/* finance markte ENd */

.badge, .label{
    font-size: 14px;
}
.pending-followup-tr{
    background-color: #ffeb3b4d !important;
}
.duplicate-entry-tr{
    background-color: #ff000043 !important;
}
.remove-tr{
    background-color: red !important
}
.selected-tr{
    background-color: #cdcdb266 !important;
}

.login-to-disb-selcted-tr{
    background-color: #FF9800 !important;
}

.filter_form_table{

}

.filter_form_table th{
    background: #6c757d;
    color: white;
}
.filter_form_table table{
    margin-bottom: 0;
}

.dashboard_table_card_view .card-body {
    padding: 0px 0px 0px 20px;
}
.filter_form_table {
    padding-right: 10px;
}
.filter_form_table th{
    padding: 0;
    border: solid 1px transparent;
}
.filter_form_table select {
    padding: 0;
    font-size: 13px;
}
.background-transparent{
    background: transparent !important  ;
}
.table-striped thead {
    position: sticky;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
.filter_form_table{
    background: #fff;
}

.filter_form_table th {
    border: 0;
}
.rwfm_table thead th{
    background: #6c757d;
    color: white;
}
.rwfm_table thead th {
    background: #6c757d;
    color: white;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: 0;
    border-bottom: 0;
}

tr.filter_form_table th {
    border: 0 !important;
    padding: 4px 2px;
}

.finance_market_table_box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.finance_market_table_box .card .card-title{
    color: #000;
}
.text-black{
    color: #000;
}

.amount_box_tbl tr td, .amount_box_tbl tr th {
    border: solid 1px #c7c7c7;
    font-weight: 600;
}

.dashboard_amout_box tr td {
    font-weight: 600 ;
}

.sticky-tfooter{
    position: sticky;
    bottom: 0;
    background: #fff;
    color: #000;
    z-index: 4;
    font-weight: 600;
}
.dashboard_amout_box tr td {
    font-size: 13px;
    font-weight: 600;
}
.tbl_disb_date input {
    width: 56%;
    font-size: 12px;
    height: 33px;
}

.btn_greem {
    background: #36bea6;
    color: #fff;
    border-radius: 4px;
    padding: 7px 14px;
}
.btn_greem:hover,.btn_greem:focus,.btn_greem:active {
    background: #209983;
    color: #fff;
    border-radius: 4px;
    padding: 7px 14px;
}

.btn_clear {
    background: #e24632;
    color: #fff;
    border-radius: 4px;
    padding: 7px 14px;
}
.btn_clear:hover,.btn_clear:focus,.btn_clear:active {
    background: #c42a16;
    color: #fff;
    border-radius: 4px;
    padding: 7px 14px;
}

.edit_form_view {
    overflow-y: auto;
    height: calc(100vh - 120px);
}

.modal-header .close {
    background: #ededed;
    opacity: 1;
    border-radius: 50px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    margin: -10px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
    outline: none;
}

.tbl_follow_up_history {
    max-height: calc(100vh - 220px);
}
.tbl_follow_up_history thead{
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
    position: sticky;
    top: -1px;
    background: #f7f7f7;
    border-top: solid 1px #f1f1f1;
    z-index: 1;
}


.form_checkbox .dropdown-check-list {
    display: inline-block;
  }
  .form_checkbox .dropdown-check-list .anchor {
      position: relative;
      cursor: pointer;
      display: inline-block;
      padding: 7px 50px 5px 10px;
      border: 1px solid #212529bf;
      border-radius: 2px;
      font-weight: 400;
      color: #4f5467;
  }
  .form_checkbox .dropdown-check-list .anchor:after {
    position: absolute;
    content: "";
    border-left: 2px solid #585b5e;
    border-top: 2px solid #585b5e;
    padding: 2.6px;
    right: 7px;
    top: 34%;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
  .form_checkbox .dropdown-check-list .anchor:active:after {
    right: 8px;
    top: 21%;
  }
  .form_checkbox .dropdown-check-list ul.items {
      padding: 5px 5px;
      display: none;
      margin: 0;
      border: 1px solid #ccc;
      border-top: none;
      position: absolute;
      z-index: 1;
      background: #fff;
      left: 0;
      right: 0;
      width: auto;
      margin-top: 5px;
      width: fit-content;
      max-height: calc(100vh - 304px);
      overflow-y: auto;
      text-align: left;
  }
  .form_checkbox .dropdown-check-list ul.items li {
      color: #000;
    list-style: none;
    padding: 2px 1px;
    white-space: nowrap;
  
  }
  .z-index-11{
      z-index: 11;
  }
  .form_checkbox .dropdown-check-list ul.items li input {
      margin-right: 5px;
      position: relative;
      top: 2px;
  }


/* calender start*/
  #calendar .fc-toolbar {
    padding: 20px 0;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}
/* calender End*/

.inquiry_form_sec_warning{
    width: 580px;
}

.text-align-end{
    text-align: end;
}

.calender-sidebar th.fc-day-header {
    padding: 8px 0;
}
.calender-sidebar {
    padding-right: 0;
}


.notlogin {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 155px);
}
.notlogin p {
    font-size: 18px;
    color: #000;
}
.notlogin p b{
    color: #01a100;
}

.disabled_me{
    pointer-events: none !important;
}

/* .table th, .table thead th{
    font-weight: 700;
    background: #6c757d;
    color: white;
} */

.fs-20{
    font-size: 20px !important;
}

.bg-gray {
    background: #6c757d;
    color: white;
}

.mr-5{
   margin-right: 5px; 
}

.fs-18{
    font-size: 18px !important;
}

.overflow-x-auto{
    overflow-x: auto;
}

.cursor-pointer{
    cursor: pointer;
}

.text-gray{
    color: gray;
}
.tooltip-inner {
    text-align: left;
}

.pe-none {
    pointer-events: none;
}

.select2-container .select2-selection--single{
    height: 46px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}

#transfer_referance_modal .select2-container{
    width: 100% !important;
}

.tr-active {
    border: 2px solid #333; /* bootstrap primary blue */
}

tr.tr-active td {
    border-top: 2px solid #333 !important;
    border-bottom: 2px solid #333 !important;
}

#data_table {
    border-collapse: separate;
    border-spacing: 0;
}

#data_table tbody tr.tr-active td {
    border-top: 2px solid #6c757d;
    border-bottom: 2px solid #6c757d;
}

#data_table tbody tr.tr-active td:first-child {
    border-left: 2px solid #6c757d;
}

#data_table tbody tr.tr-active td:last-child {
    border-right: 2px solid #6c757d;
}

@media(max-width:1600px) {
    .rwfm_table table {
        width: 1730px;
    }
    
}

@media(max-width:1366px) {
    .grid_tbl tbody {
        grid-template-columns: repeat( auto-fit, minmax(24.33%, 1fr));
    }
}

@media(max-width:1199px) {
    .grid_tbl tbody {
        grid-template-columns: repeat( auto-fit, minmax(32%, 1fr));
    }
}

@media(max-width:1024px) {
    .inquiry_form_sec {
        width: 100%;
        top: 100px;
        right: -100%;
    }
    .inquiry_form_sec.inquiry_on_show {
        right: 0%;
    }
}

@media(max-width:767px) {
    .grid_tbl tbody {
        grid-template-columns: repeat( auto-fit, minmax(100%, 1fr));
    }
    .height_full {
        height: 100%;
    }
}