﻿@font-face {
  src: url(../fonts/NunitoSans-Black.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-BlackItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 900;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraBold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 800;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraBoldItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 800;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-Bold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-Bold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 700;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-SemiBold.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-SemiBoldItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 600;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-Regular.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-Italic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 400;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-Light.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-LightItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 300;
  font-style: italic;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraLight.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 200;
  font-style: normal;
}
@font-face {
  src: url(../fonts/NunitoSans-ExtraLightItalic.ttf) format('truetype');
  font-family: "NunitoSans";
  font-weight: 200;
  font-style: italic;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*----------------page-wrapper----------------*/
.page-wrapper {
  /*height: 100vh;*/
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}
/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 260px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 0px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  background-color: #2b2c49 !important;
  top: 0;
  left: -300px;
  z-index: 999;
  border-right: 0.01rem solid #6C6D97;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
/*----------------sidebar-content----------------*/
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
  font-size: 14px;
}
.sidebar-item {
  font-size: 1rem;
}
.sidebar-content.desktop {
  overflow-y: hidden;
}
/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  align-items: center;
  margin-bottom: 0.15rem;
}
.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand img {
  border-radius: 10px;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  float: right;
}
/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}
/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 20px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
/*--------------------------side-footer------------------------------*/
.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}
.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}
.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}
.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #6C6D97;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
.page-wrapper .page-content > div:not(.no-pad) {
  padding: 5px 5px;
}
.page-wrapper .page-content {
  overflow-x: hidden;
}
/*------scroll bar---------------------*/
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #6C6D97;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #6C6D97;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
  background: #2a5085;
}
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #6C6D97;
}
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
  color: #ffffff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
  color: #ffffff;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #bdbdbd;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #ffffff;
}
.chiller-theme .sidebar-footer {
  background: #3a3f48;
  box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #6C6D97;
}
.chiller-theme .sidebar-footer > a:first-child {
  border-left: none;
}
.chiller-theme .sidebar-footer > a:last-child {
  border-right: none;
}
.dx-datagrid .dx-row > td {
  font-size: 10px;
  padding: 0.5rem 0.5rem !important;
}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
  padding: 0.5rem 0.5rem !important;
  font-weight: 500;
  font-size: 12px;
}
.dx-datagrid-header-panel {
  height: 2.7rem;
}
.dx-datagrid-header-panel .dx-toolbar-items-container {
  height: 2.5rem;
}
body {
  font-family: NunitoSans;
  /*background: rgb(46,47,95);
    background: -moz-linear-gradient(45deg, rgba(46,47,95,1) 0%, rgba(46,47,95,1) 22%, rgba(164,56,157,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(46,47,95,1) 0%, rgba(46,47,95,1) 22%, rgba(164,56,157,1) 100%);
    background: linear-gradient(45deg, rgba(46,47,95,1) 0%, rgba(46,47,95,1) 22%, rgba(164,56,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e2f5f",endColorstr="#a4389d",GradientType=1);*/
  background-color: #2b2c49;
  color: #fafafa;
}
h1,
h2,
h3,
h4,
h5 {
  color: #fafafa;
}
input {
  background-color: #2b2c49;
  color: #9797bc;
  border: 0.01rem solid #6C6D97;
}
input:disabled {
  background-color: #6C6D97;
  color: #9797bc;
}
.bg-accent {
  background-color: #6C6D97;
  color: #fafafa;
}
.color-contraxt {
  color: #fafafa;
}
.border-bottom-dark {
  border-bottom: 0.01rem solid #2b2c49;
}
::placeholder {
  color: #9797bc;
}
::-webkit-input-placeholder {
  color: #9797bc;
}
:-moz-placeholder {
  color: #9797bc;
}
::-moz-placeholder {
  color: #9797bc;
}
.form-control {
  background-color: #2b2c49 !important;
  border: 0.01rem solid #6C6D97;
  color: #fafafa;
}
.form-control option {
  color: #fafafa;
}
.form-control:focus {
  color: #fafafa;
}
.page-wrapper {
  margin-top: 3.8rem;
  height: calc(100vh - 3.8rem);
}
.navbar-logo {
  width: 8rem;
}
#headerLogo {
  border-radius: 10px;
}
.border-bottom-input {
  border: none;
  border-bottom: 1px solid black;
  text-align: center;
  width: 50%;
}
.btn-responsive {
  width: 70%;
}
@media screen and (max-width: 480px) {
  .btn-responsive {
    width: 100%;
  }
  .btn-responsive h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .btn-responsive {
    width: 100%;
  }
  .btn-responsive h1 {
    font-size: 25px;
  }
}
.form-image {
  background: linear-gradient(#fafafa, #6465b4);
}
.logo {
  height: 6rem;
  border-radius: 20%;
  margin-top: calc(1.5em + 1.5vw);
}
.btn-info {
  background-color: #fafafa !important;
  color: #2b2c49 !important;
  padding: 0.2rem !important;
  font-size: 1.2rem !important;
  text-decoration: none !important;
}
.btn-info:hover {
  background-color: #2b2c49 !important;
  color: #fafafa !important;
  border: 2px solid #fafafa;
}
.card-image {
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .card-image {
    width: 400px;
  }
}
.color-red {
  color: red;
}
.fa-user-tie {
  color: #fafafa;
  margin-top: 30px;
}
#account-email {
  display: block;
}
@media screen and (max-width: 1022px) {
  #account-email {
    display: none;
  }
}
#account-label {
  display: block;
}
@media screen and (min-width: 1022px) {
  #account-label {
    display: none;
  }
}
.my-address-card {
  color: #fafafa;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.my-project-diagram {
  color: #fafafa;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.login-info-container {
  border-style: solid;
  border-color: #fafafa;
  border-width: 2px 2px 0px 2px;
}
.main-button {
  border: 3px solid #fafafa;
  border-radius: 10px;
  margin: 2em;
  cursor: pointer;
}
.main-button:hover {
  background-color: #fafafa;
}
.main-button:hover .my-address-card {
  color: #2b2c49;
}
.main-button:hover .my-project-diagram {
  color: #2b2c49;
}
.main-button-action {
  color: #2b2c49;
  background-color: #fafafa;
  margin-bottom: 2px;
  padding: 4px 0px 4px 0px;
  border-radius: 0px 0px 5px 5px;
}
.card-field {
  border: 2px solid #fafafa;
  border-radius: 15px;
  padding: 4px;
  font-size: 1.5vh;
}
.r-nav {
  z-index: 99;
  background-color: #2b2c49;
  display: inline-flex;
  align-items: center;
  position: fixed;
  height: 3.8rem;
  width: 100%;
}
.r-nav .r-sidebar-toggle {
  margin: 0.2rem;
  min-width: 60px;
  width: 20%;
  max-width: 120px;
}
.r-nav .r-nav-logo {
  margin: 0.2rem;
  width: 100%;
  text-align: center;
}
.r-nav .r-nav-profile {
  margin: 0.2rem;
  min-width: 60px;
  width: 20%;
  max-width: 120px;
  text-align: right;
  float: right;
}
navbar-toggler {
  font-size: 1rem;
}
.sign-form {
  max-width: 800px;
  margin: auto;
}
.sign-form .title {
  text-align: center;
  color: #fafafa;
  padding-top: 5rem;
  margin: 2rem 0.5rem 2rem 0.5rem;
  font-size: 2rem;
  font-weight: 300;
}
.sign-form .input-form {
  text-align: center;
}
.sign-form .input-form .text-form {
  margin: 0.5rem;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  border: 0.1em solid #6C6D97;
  background-color: #2b2c49 !important;
  color: #fafafa;
}
.sign-form .input-form .text-form:focus {
  outline: none;
  border: 0.1rem solid #fafafa;
}
.sign-form .input-form .password-form {
  margin: 0.5rem;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  border: 0.1rem solid #6C6D97;
  outline: none;
  background-color: #2b2c49 !important;
  color: #fafafa;
}
.sign-form .input-form .password-form:focus {
  outline: none;
  border: 0.1rem solid #fafafa;
}
.sign-form .input-form .check-form {
  margin: 0.5rem 0.5rem;
}
.sign-form .input-form .separator {
  width: 150px;
  border-top: 0.3rem solid #fafafa;
}
.sign-form .btn-form {
  text-align: center;
}
.sign-form .btn-form .submit-band {
  text-align: center;
  margin-bottom: 1.5rem;
}
.login-brand-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #2b2c49;
}
.login-brand-wrapper .login-brand-container {
  width: 100%;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
.login-brand-wrapper .login-brand-container .login-logo {
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .login-brand-wrapper .login-brand-container .login-logo {
    width: 300px;
    border-radius: 25px;
  }
}
.profile-input {
  border-radius: 0.5rem;
  background-color: #2b2c49;
  border: 1px solid #6C6D97;
  padding: 0.3rem;
  font-size: 0.9rem;
}
.profile-label {
  display: block;
  margin-bottom: 0;
  margin-top: 0.6rem;
}
.home-button-frame {
  border: 1px solid #6C6D97;
  background-color: #2b2c49;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin: 0.8rem 0.8rem;
  -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  min-height: 7rem;
}
.home-button-frame i {
  margin: 0 !important;
  color: #fafafa !important;
}
.home-button-frame svg {
  margin: 0 !important;
  color: #fafafa !important;
}
.home-button-frame .button-icon {
  padding: 0 !important;
}
.home-button-frame a {
  color: #fafafa !important;
}
.home-button-frame a p {
  font-size: 0.8rem;
}
.tile-container {
  display: flex;
  justify-content: center;
}
.tile-container .tile-wrapper {
  max-width: 285px;
  width: 285px;
}
@media screen and (min-width: 615px) {
  .tile-container .tile-wrapper {
    max-width: 585px;
    width: 585px;
  }
}
@media screen and (min-width: 768px) {
  .tile-container .tile-wrapper {
    max-width: 765px;
    width: 765px;
  }
}
.tile-container .tile-wrapper .tile-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, 135px);
}
@media screen and (min-width: 615px) {
  .tile-container .tile-wrapper .tile-grid {
    grid-template-columns: repeat(auto-fit, 135px);
  }
}
@media screen and (min-width: 768px) {
  .tile-container .tile-wrapper .tile-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }
}
.tile-container .tile-wrapper .tile-grid .tile-item {
  text-align: center;
  height: 135px;
  border-radius: 1.5rem;
  border: 1px solid;
  -webkit-box-shadow: 5px 3px 13px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 3px 13px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 3px 13px -8px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 615px) {
  .tile-container .tile-wrapper .tile-grid .tile-item {
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .tile-container .tile-wrapper .tile-grid .tile-item {
    height: 240px;
  }
}
.tile-container .tile-wrapper .tile-grid .tile-item .tile-btn {
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #fafafa;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .tile-container .tile-wrapper .tile-grid .tile-item .tile-btn {
    border-radius: 0;
  }
}
.tile-container .tile-wrapper .tile-grid .tile-item .tile-btn .icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  width: 50px;
  height: 50px;
  margin: 0.3rem;
}
@media screen and (min-width: 615px) {
  .tile-container .tile-wrapper .tile-grid .tile-item .tile-btn .icon {
    margin: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .tile-container .tile-wrapper .tile-grid .tile-item .tile-btn .icon {
    margin: 1.2rem;
  }
}
.tile-container .tile-wrapper .tile-grid .tile-item .tile-btn .text {
  font-size: 0.9rem;
  font-weight: 700;
}
.tile-container .tile-wrapper .tile-grid .tile-item .tile-btn .sub-text {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.radio-button-container {
  border: 2px solid #fafafa;
  padding: 1rem 2rem 1rem 2rem;
  margin: 0.5rem 0rem 0.5rem 0rem;
  border-radius: 30px;
}
.profile-header {
  background-color: #fafafa;
  height: 15rem;
  color: #2b2c49;
  width: 100%;
}
.profile-avatar {
  border: 2px solid #fafafa;
  border-radius: 100%;
  height: 12rem;
  width: 12rem;
  background-color: #2b2c49;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
}
.your-data-title {
  border-bottom: 2px solid #fafafa;
}
.profile-label {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.profile-data-display {
  text-align: center;
  border: 1px solid #fafafa;
  margin: 0.4rem;
  border-radius: 4px;
  font-size: 20px;
}
.ticket-history-header {
  background-color: #fafafa;
  height: 10rem;
  color: #2b2c49;
  width: 100%;
}
.ticket-frame {
  border: 1px solid #fafafa;
  border-radius: 0.7rem;
  padding: 2rem 0rem 2rem 0rem;
  margin: 0rem 1rem 0rem 1rem;
  -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
}
.fake-input {
  border: 1px solid #fafafa;
  border-radius: 3px;
}
.ticket-item-container {
  border: 1px solid #fafafa;
}
.status-indicator {
  border: 1px solid;
  border-radius: 0.7rem;
  padding: 1rem;
}
.my-btn {
  background-color: #fafafa;
  border: 2px solid #fafafa;
  color: #2b2c49 !important;
}
.my-btn:hover {
  background-color: #2b2c49;
  border: 2px solid #fafafa;
  color: #fafafa !important;
}
.star {
  color: slategray;
}
.single-detail-title {
  background-color: #6C6D97;
  border-radius: 0.7rem;
  padding: 0.2rem;
}
.ticket-datails-component {
  margin-bottom: 1rem;
}
.card-data-container {
  border: 2px solid #2e2e5f;
  border-radius: 10px;
  max-width: 600px;
  width: inherit;
  background-color: #2b2c49;
  padding: 0;
}
.card-data-container .card-logo {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 1rem;
}
.card-data-container:hover {
  animation: out-anim 0.6s forwards;
  cursor: pointer;
}
.line-separator {
  border-top: 0.3rem solid #fafafa;
  width: 400px;
  max-width: 600px;
  height: 10px;
}
.card-select-header {
  color: #2b2c49;
  background-color: #fafafa;
  border: 2px solid #fafafa;
  cursor: pointer;
}
.card-select-header:hover {
  border: 2px solid #fafafa;
  color: #fafafa;
  background-color: #2b2c49;
  cursor: pointer;
}
.custom-input {
  margin: 0.5rem 0;
  border-radius: 1rem;
  font-size: 1.2rem;
  border: 1px solid #fafafa;
  text-align: center;
  color: #fafafa;
}
.custom-input:focus {
  outline: none;
  -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 15px -4px rgba(0, 0, 0, 0.6);
}
@keyframes out-anim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.primary-btn {
  font-size: 1.4rem;
  min-width: 200px;
  max-width: 320px;
  border-radius: 4rem;
  padding: 0.3rem;
  background-color: #fafafa;
  color: #2b2c49;
  border: 1px solid #6C6D97;
  margin: 0.2rem;
}
.primary-btn:focus {
  outline: none;
}
.primary-btn:hover {
  color: #fafafa !important;
  background-color: #2b2c49;
  border: 1px solid #fafafa;
}
.secondary-btn {
  font-size: 1.2rem;
  min-width: 200px;
  max-width: 320px;
  border-radius: 0.3rem;
  padding: 0.3rem;
  color: #fafafa;
  background-color: #2b2c49;
  border: 1px solid #fafafa;
  margin: 0.2rem;
}
.secondary-btn:focus {
  outline: none;
}
.secondary-btn:hover {
  color: #BBBCFF !important;
}
.border-main-color {
  border: 0.1rem solid #fafafa;
}
.bg-main-color {
  background-color: #fafafa;
  color: #2b2c49 !important;
}
.main-color {
  color: #fafafa !important;
}
.button-specs {
  min-width: 125px;
  height: 35px;
  text-align: center;
  margin-top: -5px;
  font-size: 1.15rem;
  padding: 0;
  font-weight: bold;
}
#sidebar svg.svg-inline--fa {
  width: 30px;
}
#ticketsNewReport label {
  font-weight: 600;
}
#codeGenerationPage label {
  font-weight: 700;
}
#codeGenerationPage #reportPrint {
  color: #2b2c49;
}
#codeGenerationPage .print-content-div {
  display: none;
}
#codeGenerationPage .scissor-line {
  border: 1px dotted black;
}
#codeGenerationPage #cutCol1 {
  float: left;
  width: 30px;
}
#codeGenerationPage #cutCol2 {
  float: left;
  width: calc(100% - 30px);
}
@media print {
  #codeGenerationPage .pg-break {
    break-inside: avoid !important;
    break-after: always !important;
  }
}
.loader-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 995;
  font-size: 2rem;
  background-color: #000000;
  opacity: 0.8;
}
.ajax-loader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20%;
  text-align: center;
  z-index: 999;
  font-size: 2rem;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #BBBCFF;
  border-color: #BBBCFF transparent #BBBCFF transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-dismissible {
  z-index: 9999 !important;
}
#csvLoaded {
  padding: 3px;
}
.nav-tabs .nav-link {
  color: #6C6D97;
}
.text-14-px {
  font-size: 14px;
}
#subScriptionToRenewGrid {
  width: 100%;
}
.dash-link {
  border-bottom: 1px solid white;
}
.dash-link.active {
  border-bottom: 1px solid transparent;
}