/* === Google Font ===*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/*=== Reset CSS === */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* === Variables Define ===*/
:root {
  --primary-color: #3525D3;
  --white-color: #fff;
  --black-color: #3C4A57;
  --light-gray: #E4E8EE;
  --bs-gutter-y: 1rem;
}

body {
  background-color: black;
  color: white;
  background-image: url(../img/Screenshot_20230812_132341_Gallery.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto, 80vh;
  /*background-attachment: fixed;*/
}

@media (max-width: 767px) {
  body {
    background-size: 100%, auto;
    background-position: right 2px top 40px;
  }
}

.mtavari {
  display: flex;
  align-items: center;
  justify-content: center;
}

table.gs-table tbody tr.green {
  background-color: #a4fa8f;
}

table.gs-table tbody tr.red {
  background-color: #fa6f6f;
}

table.table-r tbody tr.green {
  background-color: #a4fa8f;
}

table.table-r tbody tr.red {
  background-color: #fa6f6f;
}

.mtavari .wrapper {
  padding: 10px 25px 0;
  max-width: 668px;
  width: 100%;
  margin: auto;
}

.mtavari .wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: url("images/bg-1.svg");    background-position: center center;    background-size: cover;    background-repeat: no-repeat;*/
  min-height: 100vh;
  z-index: -1;
}

.mtavari .wrapper .headline {
  text-align: center;
  padding-bottom: 48px;
}

.mtavari .wrapper .headline h1,
.mtavari .wrapper .headline h2 {
  padding: 15px 5px 0;
  font-size: 31px;
}

.mtavari .wrapper .form {
  max-width: 550px;
  width: 100%;
  margin: auto;
  min-height: 50vh;
}

.mtavari .wrapper .form-group {
  margin-bottom: 15px;
}

.mtavari .wrapper .form-group-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mtavari .wrapper .form-group input,
.mtavari .wrapper .form-group select,
#maintable .rsetrows {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  padding: 11px 15px;
  height: 48px;
  border-radius: 5px;
  color: var(--black-color);
  border: 1.2px solid #00378b;
  box-shadow: none;
  width: 100%;
}

.mtavari .wrapper input#Searchinp1 {
  width: auto;
}

#maintable #Searchinp {
  float: right;
}

#maintable .rsetrows {
  display: inline-block;
  width: auto;
}

.mtavari .wrapper .form-group label {
  color: white;
  font-weight: bold;
}

.mtavari .wrapper .form-group input:focus {
  outline: none;
}

.mtavari .wrapper .form-group input::placeholder {
  color: var(--black-color);
  font-weight: 400;
  font-size: 14px;
}

.mtavari .wrapper .prifileEdit .btn {
  padding: 12px 16px;
}

.mtavari .wrapper .btn {
  width: 100%;
  margin: 15px 0 30px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px 29px;
  height: 48px;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--primary-color);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.mtavari .wrapper .btn:focus {
  outline: none;
}

.mtavari .wrapper .account-exist {
  color: var(--black-color);
  border-top: 1px solid var(--light-gray);
  padding-top: 20px;
  text-align: center;
}

.mtavari .wrapper .account-exist a {
  color: var(--primary-color);
}

.mtavari .wrapper .forget-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.mtavari .wrapper .forget-password a {
  color: var(--primary-color);
}

.mtavari .wrapper .forget-password .check-box {
  font-size: 15px;
  color: var(--black-color);
}

.sign {
  border: #333333 1px solid;
  background-color: black;
  color: white;
}

.spinner-border {
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
}

.contextmenu .dropdown-menu {
  display: block;
  position: static;
}

.contextmenu .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.contextmenu .dropdown-menu>li>a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.contextmenu .dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.contextmenu {
  position: absolute;
  width: auto;
  background-color: #3c4a57a8;
  z-index: 1056;
  padding: 10px;
}

.editUser,
.updateuserjgufi,
.csvupload {
  background-color: black;
  border: 1px solid black;
}

@media (max-width:1030px) {
  .mtavari .wrapper::before {
    left: -25%;
    min-height: 60vh;
    height: 500px;
  }
}

@media (max-width:767px) {
  .mtavari .wrapper {
    max-width: 550px;
  }

  .mtavari .wrapper .form {
    max-width: 350px;
    width: 100%;
    margin: auto;
  }

  .mtavari .wrapper .headline h1,
  .mtavari .wrapper .headline h2 {
    font-size: 22px;
    line-height: 25px;
  }
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.12);
  background-color: rgb(206, 206, 206);
  outline: 1px solid slategrey;
}

.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}

.page-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-container>.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  z-index: 100;
  overflow: auto;
  border-right: solid 1px #f1f1f1;
  background-color: #F5F7F9;
}

.story-container .story-logo {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}

.story-menu {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 0;
}

.story-menu>li>a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  border-bottom: solid 1px #f1f1f1;
}

.story-menu>li>.heading {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  margin-top: 20px;
}

.story-container>.contents {
  position: relative;
  margin-left: 250px;
}

@media (max-width: 767px) {
  .story-container>.sidebar {
    position: initial;
    width: 100%;
  }

  .story-container>.contents {
    margin-left: 0;
  }
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

section#intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

pre>code {
  padding: 32px !important;
  background-color: #F5F7F9 !important;
}

code {
  border-radius: 4px;
}

footer {
  text-align: center;
  padding: 30px;
}

.fs-12 {
  font-size: 12px;
}

.gs-button {
  cursor: pointer
}

#maintable td {
  cursor: pointer;
}

#maintable table,
#maintable td,
#maintable th {
  border: 1px solid #fffbfb;
  padding: 2px;
  padding: 4px 2px;
}

#maintable th {
  padding: 11px 2px;
  user-select: none;
}

.table-r thead th i {
  float: right;
}

#maintable .fa-info-circle {
  color: #140397;
}

#maintable {
  padding: 20px;
}

#maintable div.hdiv,
#maintable table.table-r {
  background-color: rgba(0, 0, 0, 1);
}

#allform table thead th,
#allform table thead td {
  padding: 5px;
}

#allform table tr,
#allform table {
  border-color: var(--bs-body-color);
  border-width: 1px;
}

#allform table thead {
  font-weight: bold;
}

#allform table {
  width: 50vw;
  margin: 20vh auto;
}

#allform table.rr {
  width: auto;
}

#allform table.rr th {
  text-align: center;
}

#allform table.rr th,
#allform table.rr td {
  border: 1px solid white;
  text-align: center;
}

main {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
}

main .warning {
  width: 80vw;
  margin: 25px auto;
}

.childprofile {
  background-color: unset;
  display: none;
  background-color: black;
  margin: 0 auto;
  border-radius: 5px;
  color: white;
  padding: 15px;
  font-size: large;
  height: 100vh;
  overflow: scroll;
}

.childprofile .divcont {
  margin: 0 auto;
  line-height: 1.75 !important;
  text-align: center;
}

.childprofile .divcont .headline {
  text-align: center;
  padding-bottom: 48px;
}

.childprofile .divcont strong:first-child {
  color: #410055;
}

.childprofile .divcont strong {
  margin-bottom: 10px;
}

.childprofile .divcont strong:first-child {
  position: relative;
  margin: 5px auto;
}

.mtavari .wrapper .recover .account-exist {
  padding-bottom: 20px;
}

.mtavari .wrapper .form-group input[type=checkbox] {
  display: inline-block;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: auto;
  border: 1.2px solid #00378b;
  box-sizing: border-box;
  padding: 0;
  height: auto;
}

#userdetailsform {
  line-height: 1.5rem;
  color: white;
  text-align: center;
}

#userdetailsform td,
.divcont td {
  border: 1px solid #9cb1ff;
  padding: 2px 5px;
  text-align: center;
}

.divcont {
  font-size: 15px;
  max-width: 550px;
}

#userdetailsform td:first-child+td,
.divcont td:first-child+td {
  text-align: left;
}

.parent {
  line-height: 1.8rem;
  font-size: 15px;
  margin-top: 245px;
}

.dropdown-menu li {
  margin: 4px 0;
  ;
}

.table {
  color: var(--light-gray);
}

.table-hover>tbody>tr:hover>* {
  color: var(--white-color);
}

.tdcenter {
  text-align: center;
}

@media (max-width: 767px) {
  .mtavari .wrapper .forget-password {
    padding-left: 5px;
    justify-content: space-evenly;
  }

  .nav-item,
  .navbar-nav .dropdown-menu {
    text-align: center;
  }
}

.mtavari .wrapper .forget-password .check-box {
  margin-right: 5px;
}

.mtavari .wrapper .forget-password {
  justify-content: flex-start;
}


.table-bordered>:not(caption) > * > * > * {
  border-width: 0 1px;
}

.table>:not(caption) > * > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.parent_table {
  background-color: black;
}

#userdetailsform a {
  text-decoration: none;
  color: green;
}

#allform table.rr th.green,
#allform table.rr td.green {
  color: green;
}

#allform table.rr th.red,
#allform table.rr td.red {
  color: red;
}