/* COmmon CSS used for theme */
:root {
  --primary: #7367f0;
  --brdStyle: 1px solid #dbdade;
  --label:#5d596c;
  --green:#28c76f;
}

body {
  font-family: "Poppins";
  background-color: #f6f8fb;
}

.container .contSpace {
  margin: 45px 0;
}

.contSpace {
  margin: 45px;
}

.contSpacetop {
  margin-top: 35px;
}

.contSpacebottom {
  margin-bottom: 35px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px !important;
}

.pad25 {
  padding: 25px !important;
}

.pad35 {
  padding: 35px;
}

.q-page-container.mainpadding {
  padding-top: 110px;
}

.mMenu {
  display: none;
}

.boxDiv {
  width: 100%;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
  background: #fff;
}

.tablestyle {
  border: var(--brdStyle);
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--primary);
  text-decoration: underline;
}

input[type=text] {
  font-size: 13px;
  color: #434343;
}

.bgtrans {
  background: transparent !important;
}

.p0px {
  padding: 0 !important;
}

.m0px {
  margin: 0 !important;
}

/* COmmon CSS used for theme  */
.iframehodler {
  width: 100%;
  height: calc(100vh - 200px);
}
.iframehodler iframe {
  width: 100%;
  height: 100%;
}

/*Use .tablestyle class for all table*/
.tablestyle table {
  width: 100%;
}
.tablestyle table td {
  padding: 5px 20px;
  font-size: 13px;
  height: 50px;
}
.tablestyle table td a {
  color: #5747ff;
}
.tablestyle .qcardstyle {
  box-shadow: none;
  margin: 0;
  border: 1px solid #e9edf3;
}
.tablestyle .q-table thead th {
  font-size: 13px;
  text-transform: uppercase;
  border-left-color: #f6f8fb;
  border-top-color: #f6f8fb;
  background: #f6f8fb;
}
.tablestyle .q-table thead tr {
  height: 40px;
}
.tablestyle .q-table__card {
  color: #434343;
}
.tablestyle .q-table__title {
  font-size: 14px;
  color: var(--primary);
  font-weight: bold;
  margin: 5px 0;
}
.tablestyle .q-table__top {
  padding: 15px 25px;
}

.tableCustom {
  width: 100%;
  border: none;
  overflow-x: auto;
}
.tableCustom ._tabhead {
  background-color: transparent;
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 13px;
  color: #333;
}
.tableCustom table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border: var(--brdStyle);
  background: #fff;
}
.tableCustom table tr {
  border-bottom: var(--brdStyle);
}
.tableCustom table tr td:first-child {
  color: var(--primary);
  border-right: var(--brdStyle);
}
.tableCustom table tr:nth-child(odd) {
  background: #f6f8fb;
}
.tableCustom table tr td {
  font-size: 13px;
  min-width: 85px;
  padding: 10px 15px;
  height: 45px;
  vertical-align: middle;
}
.tableCustom table tr td button {
  padding: 0;
}
.tableCustom table tr td a.btn-success {
  padding: 7px 5px;
  background-color: #00ac69 !important;
}
.tableCustom .footbtn {
  display: flex;
  margin-top: 15px;
}
.tableCustom .footbtn div {
  margin-right: 10px;
}

.form-label {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #5d596c;
}

/*Use .tablestyle class for all table*/
._new img {
  max-height: 40px;
}

.loginbg {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  justify-content: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  background-position: 50%;
}
.loginbg .logo a {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 0 20px 0;
}

.logindiv {
  width: 430px;
  padding: 40px;
  background-color: #fff;
  border-radius: 4px !important;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1) !important;
}
.logindiv ._head {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 0 10px 0;
}
.logindiv ._head img {
  width: 130px;
}
.logindiv ._head p {
  font-size: 15px;
  margin: 0;
  color: #737373;
}
.logindiv ._head h5 {
  width: 100%;
  margin: 0;
  color: #2f324e;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .logindiv {
    width: auto;
    margin: 0 10px;
    padding: 15px;
  }
}
.tablestyle {
  border: var(--brdStyle);
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

.tablestyle table {
  width: 100%;
  vertical-align: middle;
}
.tablestyle table td {
  padding: 5px 20px;
  font-size: 13px;
  height: 50px;
}
.tablestyle table td a {
  color: #5747ff;
}/*# sourceMappingURL=customstyle.min.css.map */