body {
    margin: 0px;
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
  }
  
  
  /*login page css*/
  .form-group {
    position: relative;
  
    &+.form-group {
      margin-top: 30px;
    }
  }
  
  .form-label {
    position: absolute;
    color: #999;
    font-weight: 400;
    background-color: #fff;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
  }
  
  .focused .form-label {
    transform: translateY(-125%);
    font-size: .75em;
    z-index: 10;
    color: #9d0033;
  }
  
  .form-input {
    position: relative;
    background: transparent;
    outline: 0;
    border: 0;
    transition: box-shadow 150ms ease-out;
  
    &:focus {
      box-shadow: 0 2px 0 0 blue;
    }
  }
  
  .form-input .filled {
    box-shadow: 0 2px 0 0 #ebd0d8;
  }
  
  
  
  /*signin page css #9d0033 #d76f05 background-image: url(../img/RS-BG1.png) no-repeat;*/
  .snbdybg {
    background: #054bd7;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
    height: 100vh;
  }
  
  .sihead {
    display: table;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  
  .sihead .sihl {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  
  .sihead .sihl img {}
  
  .sihead .sihr {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: middle;
  }
  
  .sihead .sihr a {
    color: #fff;
  }
  
  .sihead .sihr a:hover {}
  
  .sihead .sihr a img {
    width: 16px;
  }
  
  /*  */
  .sibdy {
    display: block;
    max-width: 512px;
    padding: 10px 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  
  /* .sibdy .sibl {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
  }
  
  .sibdy .sibl img {
    width: 100%;
    max-width: 460px;
  } */
  
  .sibdy .sibr {
    display: block;
    width: 100%;
    vertical-align: top;
    margin: 0 auto;
  }
  
  /*  */
  .sicon {
    background: #ffffffad;
    margin: 0px 40px 40px 40px;
    border-radius: 32px;
    overflow: hidden;
  }
  
  .sicon h1 {
    margin: 0px 40px;
    padding: 2px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
  }
  
  .sicon h2 {
    margin: 30px 40px 10px 40px;
    padding: 2px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
  }
  
  .siformcon {
    background: #fff;
    position: relative;
    margin: 68px 0px 0px 0px;
  }
  
  .sipicon {
    /* position: absolute; */
    /* top: -50px; */
    /* width: 100%; */
    text-align: center;
  }
  
  .sipicon span {
    background: #fff;
    display: inline-block;
    border-radius: 60px;
    padding: 12px 12px 6px 12px;
    border: 1px solid #b4bed3;
    margin: -46px 0px 0px 0px;
  }
  
  .sipicon span img {
    height: 68px;
  }
  
  .sipicon p {
    display: block;
    font-size: 16px;
    margin: 0px;
    padding: 4px;
    font-weight: 600;
    line-height: 26px;
  }
  
  /*  */
  .siform {
    padding: 0px 40px 40px 40px;
  }
  
  .siform input {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    border: 2px solid #b1adad;
    line-height: 38px;
    font-size: 16px;
  }
  
  .siform input[type=submit] {
    background: #156ef6;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0px;
    color: #fff;
    box-shadow: 0px 8px 14px 0px #cbcbcb;
    cursor: pointer;
    border: 2px solid #156ef6;
    text-transform: uppercase;
  }
  
  .siform input[type=submit]:hover {
    border: 2px solid #156ef6;
  }
  
  .siform input[type=button] {
    background: #156ef6;
    border: none;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 0px;
    color: #fff;
    box-shadow: 0px 8px 14px 0px #cbcbcb;
    cursor: pointer;
    border: 2px solid #156ef6;
  }
  
  .siform input[type=button]:hover {
    border: 2px solid #156ef6;
  }
  
  .siform input:focus,
  .siform input:hover,
  .siform input[type=submit]:focus {
    border: 2px solid #d70549;
    outline: none;
  }
  
  .sicol label {
    top: 12px;
    left: 12px;
    line-height: 16px;
    padding: 0px 4px;
  }
  
  
  /*  */
  .sicol {
    position: relative;
    margin: 20px 0px;
  }
  
  .inusidicon,
  .inpassicon,
  .incachicon {
    display: inline-block;
    width: 44px;
    height: 100%;
    position: absolute;
    right: 0px;
  }
  
  .inusidicon {
    background: #d70549 url(../img/userid-icon.png) center no-repeat;
    background-size: auto 28px;
  }
  
  .inpassicon {
    background: #d70549 url(../img/userpass-icon.png) center no-repeat;
    background-size: auto 28px;
  }
  
  .incachicon {
    background: #d70549 url(../img/captcha-icon.svg) center no-repeat;
    background-size: auto 28px;
  }
  
  /*  */
  .cphimg {
    text-align: center;
    margin: 20px 20px;
  }
  
  .cphimg img {
    max-width: 230px;
    border: 1px solid #e3e3e3;
  }
  
  /*  */
  .rsotptime {
    display: table;
    width: 100%;
    margin: 0px 0px 20px 0px;
    font-size: 12px;
  }
  
  .otptime {
    display: table-cell;
    width: 50%;
  }
  
  .rsotp {
    display: table-cell;
    width: 50%;
    text-align: right;
  }
  
  .rsotp a {}
  
  
  /* ========== Home CSS========== */
  
  /*  */
  .hhead {
    display: table;
    width: 100%;
    background: #d70549;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
  }
  
  .navicon,
  .hlogo,
  .prthmb {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 12px;
  }
  
  
  
  /* Header Logo */
  .hlogo {}
  
  .hlogo a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
  }
  
  .hlogo a img {
    height: 30px;
  }
  
  /* User thumb CSS */
  .prthmb {
    text-align: right;
  }
  
  .prthmb a {
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
  }
  
  .prthmbicon {
    background: url(../img/user-icon.svg);
    display: inline-block;
    height: 32px;
    width: 32px;
  }
  
  #usersh {
    position: absolute;
    right: 10px;
    top: 52px;
    width: 182px;
    padding: 6px;
    background: #fff;
    box-shadow: 0px 0px 4px #000;
    display: none;
  }
  
  .userarrow {
    background: url(../img/user-arrow.svg) no-repeat right;
    height: 12px;
    width: 14px;
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 18px;
  }
  
  .userdtl {
    background: #f5f5f5;
    padding: 6px 6px;
  }
  
  .usernm {
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
  }
  
  .userprf {
    color: #8f8f8f;
    font-weight: 400;
    line-height: 18px;
    display: block;
    font-size: 13px;
  }
  
  .userso {
    padding: 8px 6px 0px 6px;
  }
  
  .userso a {
    display: block;
    text-decoration: none;
  }
  
  .userso a span {
    color: #9d0033;
    font-weight: 600;
    line-height: 14px;
    font-size: 14px;
    vertical-align: top;
  }
  
  .soicon {
    background: url(../img/signout-icon.svg);
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: cover;
    float: right;
  }
  
  .lstlog {
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    margin: 0px 20px;
  }
  
  
  
  /* Main Nav Icon */
  .navicon {
    background: #9d0033;
    width: 36px;
    text-align: center;
  }
  
  .navicon a {
    display: inline-block;
  }
  
  .navicon a img {
    height: 30px;
  }
  
  .naviconbg {
    background: url(../img/nenu-icon.svg);
    display: inline-block;
    height: 32px;
    width: 32px;
  }
  
  .navopn {}
  
  .naviconbg {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
  }
  
  .navopn .naviconbg {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  #navsh {
    z-index: 99;
    position: absolute;
    left: 0px;
    top: 56px;
    bottom: 0px;
    width: 56px;
    background: #fff;
    box-shadow: 0px 0px 8px #b5b5b5;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    overflow-x: auto;
  }
  
  .btn {
    color: #8f8f8f;
    padding: 0px 20px 0px 56px;
  }
  
  
  .navbtn {
    overflow: hidden;
  }
  
  .navbtn button {
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 46px;
    border-left: 4px solid #fff;
    white-space: nowrap;
  }
  
  .navbtn button:hover,
  .navbtn button.active {
    background-color: #e1e1e1;
    border-left: 4px solid #9d0033;
    color: #9d0033;
  }
  
  
  .navbtn a {
    border: none;
    outline: none;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 46px;
    border-left: 4px solid #fff;
    white-space: nowrap;
  }
  
  .navbtn a:hover,
  .navbtn a.active {
    background-color: #e1e1e1;
    border-left: 4px solid #9d0033;
    color: #9d0033;
  }
  
  
  
  #navsh::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
  }
  
  #navsh::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
  }
  
  #navsh::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #9d0234;
  }
  
  
  
  /* NavBarIcon CSS */
  
  .hmicon {
    background: url(../img/home-icon.svg) no-repeat left;
    background-size: 18px;
    background-position: 16px 12px;
  }
  
  .rpicon {
    background: url(../img/report-icon.svg) no-repeat left;
    background-size: 18px;
    background-position: 16px 12px;
  }
  
  .sticon {
    background: url(../img/Staitistics-icon.svg) no-repeat left;
    background-size: 18px;
    background-position: 16px 12px;
  }
  
  .flicon {
    background: url(../img/file-icon.svg) no-repeat left;
    background-size: 18px;
    background-position: 16px 12px;
  }
  
  
  
  /* home 1 body CSS */
  .hmbody {
    margin: 40px 120px;
    min-height: 600px;
  }
  
  .cardcon {
    display: table;
  }
  
  .cardbx {
    display: inline-block;
    width: 220px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 20px;
  }
  
  .cardbx a {
    display: block;
    text-decoration: none;
    background: #9d0033;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
  }
  
  .cardbx a i {
    height: 40px;
    width: 100%;
    display: block;
    padding: 48px 0px;
    padding: 78px 12px;
    box-sizing: border-box;
  }
  
  .cardbx a span {
    background: #9d0033;
    width: 100%;
    display: block;
    text-align: center;
    padding: 26px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  
  .cardbx:hover {
    box-shadow: 0px 0px 8px #c1c1c1;
  }
  
  .cardbx a .mtcdicon {
    background: url(../img/material-card-icon.svg) no-repeat center;
    background-size: 52px;
  }
  
  .cardbx a .cncdicon {
    background: url(../img/candidate-card-icon.svg) no-repeat center;
    background-size: 52px;
  }
  
  
  /* home 2 body CSS */
  .mtcdrow {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 4px #a1a1a1;
  }
  
  .mtcdttl {
    background: #9d0033 url(../img/material-card-icon.svg) no-repeat left;
    color: #fff;
    padding: 6px 40px;
    background-size: 16px;
    background-position: 14px 10px;
  }
  
  .mtcdcol {
    padding: 0px 0px;
    margin: 20px 30px;
    box-sizing: border-box;
  }
  
  .impcol {
    display: table-cell;
    width: 50%;
    padding: 10px 40px;
    border-right: 1px solid #000;
  }
  
  .expcol {
    display: table-cell;
    width: 50%;
    padding: 10px 30px;
  }
  
  .impttl,
  .expttl {}
  
  .impform {
    margin: 20px 0px;
  }
  
  .impform select {
    width: 60%;
    padding: 8px;
    border: 1px solid #000;
    margin: 0px 10px 0px 0px;
  }
  
  .impform::-webkit-file-upload-button {
    visibility: hidden;
  }
  
  .impform input[type=file] {
    background: #eaeaea url(../img/upload-icon.svg) no-repeat;
    background-size: 16px;
    background-position: 20px 8px;
    border: none;
    padding: 8px;
    color: #000;
  }
  
  
  .impform input[type=submit] {}
  
  .upfbtn {
    background: #9d0033 url(../img/upload-icon.svg) no-repeat right;
    background-size: 16px;
    background-position: 94px 8px;
    border: 1px solid #9d0033;
    padding: 10px 48px 10px 18px;
    color: #fff;
    margin: 20px 20px 20px 0px;
  }
  
  .smfbtn {
    background: #fff url(../img/sample-file-icon.svg) no-repeat;
    background-size: 16px;
    background-position: 20px 8px;
    border: 1px solid #9d0033;
    padding: 10px 18px 10px 48px;
    color: #9d0033;
    margin: 20px 20px 20px 0px;
  }
  
  .dwfbtn {
    cursor: pointer;
    text-decoration: none;
    background: #9d0033 no-repeat right;
    background-size: 16px;
    background-position: 94px 8px;
    border: 1px solid #9d0033;
    padding: 10px 48px 10px 18px;
    color: #fff;
    margin: 20px 20px 20px 0px;
  }
  
  
  
  .expform {
    margin: 20px 0px;
  }
  
  .expform select {
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
  }
  
  .expform span {
    font-size: 12px;
  }
  
  /* Form CSS */
  .formcol {
    display: table;
    width: 100%;
    border-spacing: 20px 10px;
  }
  
  .formrow {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
  }
  
  .formrow>label {
    top: 10px;
    left: 6px;
    line-height: 12px;
    padding: 0px 4px;
  }
  
  .formrow>input,
  .formrow>select,
  .formrow>textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #d1d1d1;
    line-height: 17px;
    border-radius: 4px;
  }
  
  .formrow>select>option:nth-child(1) {}
  
  .formrow>select>option:hover {
    background: #9d0033;
    color: #fff;
  }
  
  .formrow>input:hover,
  .formrow>input:focus,
  .formrow>select:hover,
  .formrow>select:focus,
  .formrow>textarea:hover,
  .formrow>textarea:focus {
    border: 1px solid #9d0033;
  }
  
  .formrow:nth-child(odd) {}
  
  .formrow:nth-child(even) {}
  
  .formrow:nth-child(3n+1) {}
  
  .formrow:nth-child(3n+2) {}
  
  .formrow:nth-child(3n+3) {}
  
  .formbtn {}
  
  .formbtn input {
    font-size: 14px;
    border: 1px solid #9d0033;
  }
  
  .formbtn input[type=submit] {
    background: #9d0033;
    padding: 10px 40px;
    color: #fff;
    margin: 2px 20px 2px 0px;
  }
  .btncn{
    margin: 10px !important;
  }
  .mtc{
    margin: 34px 10px 10px 10px !important;
  }
  .formbtn input[type=button] {
    background: #9d0033;
    padding: 10px 40px;
    color: #fff;
    margin: 20px 20px 20px 0px;
  }
  
  .formbtn input[type=reset] {
    background: #fff;
    padding: 10px 20px;
    color: #9d0033;
    margin: 2px 20px 2px 0px;
  }
  
  .frmrdottl {
    font-size: 16px;
    font-weight: 600;
    color: #9d0033;
    padding: 6px 0px;
  }
  
  .frmrdo {
    padding: 2px 4px;
  }
  
  .frmrdo>input[type=radio] {
    margin: 0px 10px 0px 0px;
  }
  
  .frmrdo>input[type=number] {
    max-width: 40px;
    text-align: center;
  }
  
  .frmrdo>label {
    display: inline-block;
    min-width: 240px;
  }
  
  .frmrdo>input[type=radio]:checked+label {
    color: #9d0033;
  }
  
  .frmgrp {
    border: 1px solid #d1d1d1;
    position: relative;
    padding: 18px 0px;
  }
  
  .frmgrp>.frmgrpttl {
    position: absolute;
    top: -12px;
    left: 12px;
    background: #fff;
    padding: 0px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #9d0033;
  }
  
  
  
  .cbscon {
    display: flex;
    margin: 0px -10px 10px -10px;
    clear: both;
  }
  
  .cbscon .pcl {
    background: #ffd200;
  }
  
  .cbscon .ccl {
    background: #33d918;
  }
  
  .cbscon .cbll {
    background: #ff8400;
  }
  
  .cbscon .cnal {
    background: #ff1f1f;
  }
  
  .cbscon .dnd {
    background: #ad00ff;
  }
  
  .cblcel {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 14px;
    margin: 10px;
    border-radius: 8px;
    position: relative;
  }
  
  .cblcel .pclicon {}
  
  .cblcel .cbscnt {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
  }
  
  .cblcel .cblttl {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  }
  
  .cblcel .cblyn {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  
  }
  
  .cblcel .cblyn input[type=radio] {
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
  }
  
  .cblcel .cblyn input[type=radio]:checked~.icon {
    display: inline-block;
  }
  
  .cblcel .cblyn .icon {
    position: absolute;
    top: 12px;
    right: 12px;
    display: none;
    background: #005aff;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-align: center;
  }
  
  
  
  .pclicon {
    background: url(../img/call-pending.svg) no-repeat;
  }
  
  .cclicon {
    background: url(../img/call-pending.svg) no-repeat;
  }
  
  .cbllicon {
    background: url(../img/call-back.svg) no-repeat;
  }
  
  .cnalicon {
    background: url(../img/call-not-answered.svg) no-repeat;
  }
  
  .cclicon,
  .cbllicon,
  .cnalicon,
  .pclicon {
    height: 24px;
    width: 24px;
    display: inline-block;
    background-size: cover;
  }
  
  /* User List Table */
  .usrlsttbl {}
  
  .usrlsttbl table {
    width: 100%;
  }
  
  .usrlsttbl table tr {}
  
  .usrlsttbl table tr th {}
  
  .usrlsttbl table tr td {}
  
  .usrlstcol {
    display: table;
    width: 100%;
    border-spacing: 0px 0px;
    padding: 0px 0px;
  }
  
  .usrlstcol .usrlstrow {
    display: table-row;
  }
  
  .usrlstcol .usrlstrow div {
    display: table-cell;
    padding: 10px 8px;
    vertical-align: middle;
    border-right: 1px solid #f0f0f0;
  }
  
  .usrlstcol .usrlstrow div:nth-last-child(1) {
    padding: 4px;
    text-align: center;
    border-right: none;
    border-left: 1px solid #f0f0f0;
    position: sticky;
    right: 0px;
  }
  
  .usrlstcol .usrlstrow:nth-child(1) div:nth-last-child(1) {
    background: #9d0033 !important;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px) !important;
    background-size: 4px 4px !important;
  }
  
  .usrlstcol .usrlstrow:nth-child(odd) div:nth-last-child(1) {
    background: #ffffff;
  }
  
  .usrlstcol .usrlstrow:nth-child(even) div:nth-last-child(1) {
    background: #f5f5f5;
  }
  
  .usrlstcol .usrlstrow div img {
    height: 18px;
  }
  
  .usrlstcol .usrlstrow:hover {}
  
  .usrlstcol .usrlstrow:nth-child(1) {
    font-weight: 600;
    color: #fff;
    background: #9d0033 !important;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px) !important;
    background-size: 4px 4px !important;
  }
  
  .usrlstcol .usrlstrow:nth-child(odd) {
    background: #ffffff;
  }
  
  .usrlstcol .usrlstrow:nth-child(even) {
    background: #f5f5f5;
  }
  
  .usrlsttp {
    padding: 20px 40px;
    display: table;
    width: 100%;
    color: #fff;
    background: #9d0033;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
  }
  .trackbg{background: #f26a8c!important;}
  .mtcdcol::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
  }
  
  .mtcdcol::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
  }
  
  .mtcdcol::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #9d0234;
  }
  
  /* Pegination */
  .tblpgncon {
    text-align: center;
    margin: 30px 8px 40px 8px;
  }
  
  .tblpgncon ul {
    margin: 0px;
    padding: 0px;
  }
  
  .tblpgncon ul li {
    display: inline-block;
  }
  
  .tblpgncon ul li a {
    text-decoration: none;
    background: #cdcdcd;
    padding: 2px 2px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .tblpgncon ul li a:hover {
    background: #9d0234;
    color: #ffffff;
  }
  
  .tblpgncon ul li a.active {
    background: #9d0234;
    color: #ffffff;
  }
  
  /*user list search */
  .srchusr {
    display: table-cell;
  }
  
  .srchusr label {
    display: none;
  }
  
  .srchusr select {
    width: 175px;
  }
  
  .srchusr input[type=text] {
    width: 180px;
  }
  
  .srchusr input[type=submit] {
    background: #fff url(../img/search-icon.png) no-repeat center;
    width: 52px;
  }
  
  .srchusr select,
  .srchusr input {
    padding: 8px;
    border: 1px solid #fff;
    line-height: 17px;
    border-radius: 4px;
    vertical-align: top;
  }
  
  .srchusr select:hover,
  .srchusr input:hover {}
  
  .adusrbtn {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  
  .adusrbtn a {
    cursor: pointer;
    background: #fff;
    padding: 8px 24px;
    line-height: 22px;
    border-radius: 4px;
    color: #9d0134;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }
  
  .adnwusricn {
    background: url(../img/user-account-1-red.png) no-repeat;
    background-size: 18px auto;
    display: inline-block;
    height: 20px;
    width: 18px;
    vertical-align: middle;
  }
  
  .frmtcol {
    display: table;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #6d6d6d;
  }
  
  .frmtnm {
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    text-align: center;
    background: #0081ff;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
  }
  
  .frmtlg {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    text-align: center;
  }
  
  .frmtlg img {
    max-height: 60px;
  }
  
  
  
  /* Footer CSS */
  .siftr {
    text-align: right;
    padding: 20px 30px;
  }
  
  .siftr p {
    margin: 0px;
    padding: 0px;
    color: #fff;
  }
  
  .hmftr {
    text-align: right;
    padding: 20px 30px;
  }
  
  .hmftr p {
    margin: 0px;
    padding: 0px;
    color: #000;
  }
  
  input:focus,
  select:focus {
    outline: none;
  }
  
  * {
    box-sizing: border-box;
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 0px;
    padding: 0px;
  }
  
  input[type=submit],
  input[type=button],
  input[type=reset] {
    cursor: pointer;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  input[type=button] {
    background: #9d0033;
    padding: 10px 40px;
    color: #fff;
    margin: 12px 20px 2px 0px;
  }
  
  
  .espgncon {
    margin: 20px auto;
    text-align: right;
    display: block;
  }
  
  .espgn {
    display: inline-block;
    border-spacing: 10px 0px;
  }
  
  .espgn .espgprv {
    background: #ffffff;
    color: #4d4d4d;
    border: 1px solid #dbdbdb;
  }
  
  .espgn .espgnbr {
    background: #9d0033;
    color: #ffffff;
  }
  
  .espgn .espgnxt {
    background: #ffffff;
    color: #4d4d4d;
    border: 1px solid #dbdbdb;
  }
  
  .espgn .espgprv,
  .espgn .espgnbr,
  .espgn .espgnxt {
    display: table-cell;
    height: 36px;
    width: 36px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
  
  /* Pupup CSS */
  .button {
    transition: all 0.3s ease-out;
  }
  
  .button:hover {}
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup .close {
    position: absolute;
    top: -11px;
    right: -9px;
    background: #fff;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    box-shadow: 0px 0px 4px #000;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #333;
  }
  
  .popup .close:hover {
    color: #003380;
  }
  
  .popup .content {}
  
  .popinp {
    padding: 20px 20px;
    text-align: center;
  }
  
  .popinp h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 0px 12px;
    color: #04367d;
    margin: 20px 10px;
  }
  
  .popinp input[type=otp] {
    width: 100%;
    line-height: 48px;
    border-radius: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 12px;
    border: 1px solid #04367d;
    margin: 10px 0px;
    text-align: center;
  }
  
  .popinp input[type=otp]:focus {
    border: 1px solid #04367d;
    outline: 2px solid #04367d;
  }
  
  .popinp input[type=submit] {
    background: #003380;
    border: 1px solid #fff;
    border-radius: 6px;
    line-height: 48px;
    padding: 0px 52px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0px;
    cursor: pointer;
  }
  
  .popinp input[type=submit]:hover {
    background: #00193e;
  }
  
  .popinp input[type=submit]:focus {
    background: #00193e;
    outline: 1px solid #00193e;
    border: 1px solid #fff;
  }
  
  
  
  .hidebtn {
    background: none;
    color: inherit;
    border: none;
    padding: 0px 12px 0px 0px; 
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
  
  .btn {
    background: #ffffff;
    padding: 0px 14px;
    color: #9d0033 !important;
    margin: 20px 6px 20px 0px;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 22px;
    outline: 2px solid #9d0033;
  }
  .txtlnk{background: none;
    padding: 0px 14px;
    color: #9d0033 !important;
    margin: 0px 0px 0px 0px;
    border: none;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    outline: none;
    text-transform: capitalize !important;}
  
  
  
  
  .phicon{background: url(../img/phone.png) no-repeat center;background-size:cover;display: inline-block;height: 16px;width: 16px;vertical-align: sub;}
  .waicon{background: url(../img/whatsapp.png) no-repeat center;background-size:cover;display: inline-block;height: 16px;width: 16px;vertical-align: sub;}
  .smicon{background: url(../img/smsicon.png) no-repeat center;background-size:cover;display: inline-block;height: 16px;width: 16px;vertical-align: sub;}
  .sgnot{display: inline-block;padding: 0px 0px;margin: 0px 10px 0px 10px;}
  .signicn{background: url(../img/logout.svg) no-repeat center;background-size:cover;display: inline-block;height: 18px;width: 18px;vertical-align: sub;}
  .usricon{background: url(../img/user-account-2.png) no-repeat center;background-size:cover;display: inline-block;height: 16px;width: 16px;vertical-align: middle;margin: 0px 4px 0px 0px;}
  .backicn{background: #9d0033 url(../img/backicon.png) no-repeat center;background-size:6px;display: inline-block;height: 18px;width: 18px;vertical-align: sub;border-radius: 30px;margin: 0px 2px;}
  
  
  .mnav{margin: 12px 10px;display: flex;}
  .mnav a{font-size: 14px;line-height: 26px;font-weight: 600;color: #9d0033;display: inline-block;padding: 0px 10px;border-right: 1px solid #9d0033;}
  .mnav a:nth-last-child(1){border-right: none;}
  .mnav a:hover{color: #d70549;}
  .mnavl{width: 50%;}
  .mnavr{width: 50%;text-align: right;}
  
  
  .cidfrm{display: flex;}
  .cidfrm input{}
  .cidfrm label{font-size: 16px;line-height: 26px;font-weight: 400;padding: 0px 10px;}
  
  *{box-sizing: border-box;margin: 0px;padding: 0px;transition: all 0.5s ease-out;font-size: 16px;line-height:18px;font-weight: 400;font-family: "Segoe UI", Arial, sans-serif;color: #383838;text-decoration: none;}
  
  
  
  
  
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .sibdy {
      display: block;
      padding: 0px;
      min-height: 702px;
      
    }
    .mnav a{padding: 0px 4px;}
    .sibl {
      display: none !important;
    }
  
    .sibdy .sibr {
      display: block;
      width: 100%;
      padding: 40px 0px 20px 0px;
      box-sizing: border-box;
    }
  
    .sicon {
      margin: 0px 20px 40px 20px;
    }
  
    .hmbody {
      padding: 0px 20px 0px 20px;
      margin: 30px auto;
    }
  
    .cblcel {
      display: block;
      width: 100%;
      margin: 10px 0px;
      float: unset;
    }
  
    .cbscon {
      display: block;
      margin: 0px;
    }
    .phdnon{display: none!important;}
    .mtcdcol {
      display: block;
      margin: 34px 10px;
      padding: 10px 10px;
    }
  
    .impcol {
      display: block;
      width: 100%;
      padding: 0px;
      border: none;
      border-bottom: 1px solid #000;
      margin: 0px 0px 30px 0px;
    }
  
    .expcol {
      display: block;
      width: 100%;
      padding: 0px;
      border: none;
    }
  
    .upfbtn {
      margin: 20px 0px 20px 0px;
    }
  
    .smfbtn {
      margin: 20px 0px 20px 0px;
    }
  
    .impform select {
      width: 100%;
      margin: 0px 0px 20px 0px;
    }
  
  
    .formcol {
      display: block;
    }
  
    .formrow {
      display: block;
      width: 100%;
      margin: 10px 0px 16px 0px;
    }
  
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (max-width: 800px) {
    .formcol {
      display: block;
    }
  
    .formrow {
      display: block;
      width: 100%;
      margin: 10px 0px 16px 0px;
      margin-top: 10px!important;
    }
    .btn{margin: 4px 6px 10px 0px;}
  
  }
  @media screen and (max-width: 700px) {
    .box {
      width: 70%;
    }
  
    .popup {
      width: 70%;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {}
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {}
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {}
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {}