main {
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: relative;
  justify-content: center;
  background: #f1f1f1;
}

.main-mobile {
  width: 400px;
  max-width: 100%;
  overflow: auto;
  height: 100vh;
  background: #2f2f2f;
}

.bg-header {
  background: #2f2f2f!important;
}

body {
  color: #f9f9f9;
}

.nav.nav-tabs.nav-justified {
  background: #2f2f2f!important;
}

.nav-link {
  font-size: 14px!important;
  border-left: 0px!Important;
  border-radius: 0px!important;
  border-top: 0px!Important;
  background: transparent!important;
  color: #f1f1f1!important;
  font-weight: 500;
  height: 60px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid black!important;
  border-bottom: 5px solid #666666!important;
}

.nav-item:last-child .nav-link {
  border-right: 0px!important;
}

.nav-link:hover {
  background: black!Important;
}

.nav-link.active {
  border-bottom: 5px solid #37aeda!important;
}

.tab-content {
  overflow: auto;
  height: calc(100vh - 60px)!important;
  min-height: calc(100vh - 60px)!important;
  position: relative;
  display: block;
}

.bg-header {
}

.flex-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.flex-center * {
  margin: 3px;
}

input, select {
  background: black!important;
  border: 0px!important;
  color: white;
  padding: 5px;
  padding-left: 10px!important;
  padding-right: 10px;
}

body {
  font-size: 14px;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-130 {
  width: 130px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-160 {
  width: 160px;
}

.width-170 {
  width: 170px;
}

.width-180 {
  width: 180px;
}

.width-190 {
  width: 190px;
}

.width-200 {
  width: 200px;
}

.width-210 {
  width: 210px;
}

.width-220 {
  width: 220px;
}

.width-230 {
  width: 230px;
}

.width-240 {
  width: 240px;
}

.width-250 {
  width: 250px;
}

.width-260 {
  width: 260px;
}

.width-270 {
  width: 270px;
}

.width-280 {
  width: 280px;
}

.width-290 {
  width: 290px;
}

.width-300 {
  width: 300px;
}

.width-310 {
  width: 310px;
}

.width-320 {
  width: 320px;
}

.width-330 {
  width: 330px;
}

.width-340 {
  width: 340px;
}

.width-350 {
  width: 350px;
}

.width-360 {
  width: 360px;
}

.width-370 {
  width: 370px;
}

.width-380 {
  width: 380px;
}

.width-390 {
  width: 390px;
}

.width-400 {
  width: 400px;
}

.width-410 {
  width: 410px;
}

.width-420 {
  width: 420px;
}

.width-430 {
  width: 430px;
}

.width-440 {
  width: 440px;
}

.width-450 {
  width: 450px;
}

.width-460 {
  width: 460px;
}

.width-470 {
  width: 470px;
}

.width-480 {
  width: 480px;
}

.width-490 {
  width: 490px;
}

.width-500 {
  width: 500px;
}

.width-510 {
  width: 510px;
}

.width-520 {
  width: 520px;
}

.width-530 {
  width: 530px;
}

.width-540 {
  width: 540px;
}

.width-550 {
  width: 550px;
}

.width-560 {
  width: 560px;
}

.width-570 {
  width: 570px;
}

.width-580 {
  width: 580px;
}

.width-590 {
  width: 590px;
}

.width-600 {
  width: 600px;
}

.width-100 {
  width: 100px;
}

.width-10 {
  width: 10px;
}

.width-20 {
  width: 20px;
}

.width-30 {
  width: 30px;
}

.width-40 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.text-success {
  color: lawngreen!important;
}

.btn-rounded-all .btn {
  border-radius: 20px!important;
  margin: 10px;
  width: 30%!important;
  font-size: 14px;
  font-weight: 500;
}

.flex-horizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.min-100 {
  min-height: 100%;
  height: 100%;
  position: relative;
}

.tab-pane {
  height: 100%;
}

.relative {
  position: relative;
}

.textarea-full {
  background: #373737!important;
  color: white!Important;
  border: 0px!important;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 10px;
  font-size: 13px!Important;
  box-shadow: none!important;
  outline: none!Important;
}

.bg-area {
  background: #373737!important;
}

input, select {
  border-radius: 10px;
}

.flex-border {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid gray!important;
  margin-bottom: 0px!important;
}

.btn-rounded-all2 .btn {
  border-radius: 30px!important;
  margin: 10px;
}

.btn-rounded {
  border-radius: 30px;
  min-width: 60px;
}

.flex-center * {
  white-space: pre-wrap;
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
}

.margin-all .btn {
  margin: 5px;
  border-radius: 5px!Important;
  font-weight: bold;
}

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

.modal *:not(.btn):not(input) {
  background: #2f2f2f!important;
  border-color: black;
}

.modal input {
  color: white!important;
}

.modal-dialog {
  width: 400px;
  max-width: 100%;
  /*margin: 0px!important;*/
}

