:root{
    --lightgrey-color:#9D9b9E;
    --darkgrey-color:#828699;
    --red-color:#ff9090;
    --green-color:#00ABA9;
    --blue-color:#75b5ff;
    --dlblue-color:#005b8e;
    --purple-color:#835ba2;
    --icon-clr:#2962ff;
    --icon-clr12:#7f7f7f;
    /* --bg-color:#ebf0f3; */
    --gray-color:#516b78;
    --white-color:#fff;
    --gridtxt-color:#3e5569;
    --textsize-20:20px;
    --textsize-16:16px;
    --textsize-14:14px;
    --textsize-13:13px;
    --textsize-11:11px;
    --weight-400:400;
    --weight-500:500;
    --weight-600:600;
  }
  /* #36bea6 */
  .bg-skyblue{background-color:#eef5f9;}
  .bg-green{/*background-color:#ffb822;*/ background-color:#ff9090;color:#fff;}
  .bg-gray{background-color:gray;}
  .bg-dkgry{background-color:#36383f;}
  .bg-dkwht{background-color:#f5f5f6;}
  .bg-white{background-color: #ffffff;}
  .bg-blue{background-color:#257bc5;}
  .bg-drkblue{ background-color:#20568b;}
  .bg-dred{background-color: #bb0d17;color:#fff;}
  .bg-ornge{background-color: #fdaf19;}
  .border-green{border-color:#36bea6;}
  .pt-6{padding-top:4rem !important;}
  .pb-6{padding-bottom:4rem !important;}
  .pt-7{padding-top:5rem !important;}
  .pl-7{padding-left:5rem !important;}
  .pt-8{padding-top:6rem !important;}
  .pb-13{ padding-bottom:10rem;}
  .pr-12{padding-right:10rem !important;}
  .mt-7{margin-top:5rem !important;}
  .ml-7{margin-left:5rem !important;}
  .text-darkblue{color:#3e5569;}
  .text-gray{color:gray;}
  .text-lggray{color:#9a9a9c;}
  .text-clr{color:#424242;}
  .text-lggray1{color:#ffffff;}
  .text-cornflw{ color:cornflowerblue;}
  .font-11{font-size:11px;}
  .font-12{font-size:12px;}
  .text-tred{color: #f43e4f;}
  .text-yellow{color: #d87e0e;}
  .text-brown{  color: #874b66;}
  .text-sblue{color: #315ccf;}
  .text-dred{color: #bb0d17;}
  /* for head */
.fixhead2row 
{
    position: fixed;
    left: 0;
    z-index: 999;
    margin-left: 1.5rem !important;
    height: 23px;
    width: 96%;
 }
/* for row */
 .btm-row
{
  border-bottom:0.1px solid #dee2e6;
}

.grid-margin
{
   width: 98.4%;
}
.fixhead2mod
{
    position: fixed;
    left: 0;
    z-index: 999;
    margin-left: 3.5rem !important;
    height: 23px;
    width: 89%;
 }
 /* list head */
 .fixheadlist
{
    /* position: fixed;
    left: 0; */
    z-index: 999;
    margin-left: 0.5rem !important;
    height: 38px;
    width: 98%;
 }
 .stylefil-div
{
  height: 150px;
  
  
  z-index: 1;
  position: absolute;
 
  padding: 3px;
  border: 1px solid #dcdcdc;
}
.no_border
{
    border:none;
}
.show_thdiv
{
  box-sizing: border-box;background-color: white;padding: -1px 0px 0px;box-shadow: 0 1px 12px rgba(0,0,0,0.2);border-radius: 6px;z-index:1000!important;
  overflow-y: unset;width: 33%;top: 2px;border: 2px solid #000000;float:right;position:absolute !important;right:16px;;
}

.bg-footer{
  background-color: #37474f;
}