html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.dayNight {
  cursor: pointer;
}
.dayNight input {
  display: none;
}
.dayNight input + div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  box-shadow: inset 10px -10px 0 0 #3c4a5b;
  transform: scale(1) rotate(-2deg);
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -webkit-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -moz-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -ms-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -o-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
}
@media screen and (max-width: 452px) {
  .dayNight input + div {
    width: 20px;
    height: 20px;
    box-shadow: inset 5px -5px 0 0 #3c4a5b;
  }
}
.dayNight input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.dayNight input + div:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 -23px 0 #fff, 0 23px 0 #fff, 23px 0 0 #fff, -23px 0 0 #fff, 15px 15px 0 #fff, -15px 15px 0 #fff, 15px -15px 0 #fff, -15px -15px 0 #fff;
  transform: scale(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 452px) {
  .dayNight input + div:after {
    margin: -4px 0 0 -4px;
  }
}
.dayNight input:checked + div {
  transform: scale(0.4) rotate(0deg);
  transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
  -webkit-transform: scale(0.4) rotate(0deg);
  -moz-transform: scale(0.4) rotate(0deg);
  -ms-transform: scale(0.4) rotate(0deg);
  -o-transform: scale(0.4) rotate(0deg);
}
.dayNight input:checked + div:before {
  background: #fff;
  transition: background 0.3s ease 0.1s;
}
.dayNight input:checked + div:after {
  transform: scale(1.5);
  transition: transform 0.5s ease 0.15s;
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.dayNight {
  cursor: pointer;
}
.dayNight input {
  display: none;
}
.dayNight input + div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  box-shadow: inset 10px -10px 0 0 #3c4a5b;
  transform: scale(1) rotate(-2deg);
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -webkit-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -moz-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -ms-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -o-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
}
@media screen and (max-width: 452px) {
  .dayNight input + div {
    width: 20px;
    height: 20px;
    box-shadow: inset 5px -5px 0 0 #3c4a5b;
  }
}
.dayNight input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.dayNight input + div:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 -23px 0 #fff, 0 23px 0 #fff, 23px 0 0 #fff, -23px 0 0 #fff, 15px 15px 0 #fff, -15px 15px 0 #fff, 15px -15px 0 #fff, -15px -15px 0 #fff;
  transform: scale(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 452px) {
  .dayNight input + div:after {
    margin: -4px 0 0 -4px;
  }
}
.dayNight input:checked + div {
  transform: scale(0.4) rotate(0deg);
  transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
  -webkit-transform: scale(0.4) rotate(0deg);
  -moz-transform: scale(0.4) rotate(0deg);
  -ms-transform: scale(0.4) rotate(0deg);
  -o-transform: scale(0.4) rotate(0deg);
}
.dayNight input:checked + div:before {
  background: #fff;
  transition: background 0.3s ease 0.1s;
}
.dayNight input:checked + div:after {
  transform: scale(1.5);
  transition: transform 0.5s ease 0.15s;
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.header-wrapper {
  position: relative;
}
.header-wrapper .profile-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  z-index: 200;
  position: absolute;
  right: 90px;
  left: auto;
  bottom: -128px;
  width: 200px;
  border-radius: 8px;
  background-color: var(--primary-color);
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1121px) {
  .header-wrapper .profile-box {
    right: 0px;
  }
}
@media screen and (min-width: 1121px) {
  .header-wrapper .profile-box {
    bottom: -98px;
  }
}
.header-wrapper .profile-box .profile-wrapper .profil-box-name {
  width: 100%;
  display: none;
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  color: var(--font-color);
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1121px) {
  .header-wrapper .profile-box .profile-wrapper .profil-box-name {
    display: block;
  }
}
.header-wrapper .profile-box .profile-wrapper .profil-box-name h3 {
  margin-right: 20px;
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 6px 11px;
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists:hover {
  background-color: #ebebeb;
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists:hover i {
  color: var(--light-white);
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists:hover p {
  color: var(--light-white);
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists i {
  margin-left: 30px;
  margin-right: 20px;
  color: var(--font-color);
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists p {
  color: var(--font-color);
  font-family: "Open Sans", sans-serif;
}
.header-wrapper .notification-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  padding-bottom: 10px;
  right: 100px;
  bottom: -160px;
  width: 250px;
  background-color: var(--primary-color);
  z-index: 400;
  left: auto;
  border-radius: 15px;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media screen and (max-width: 1121px) {
  .header-wrapper .notification-box {
    right: 0px;
  }
}
.header-wrapper .notification-box::before {
  position: absolute;
  right: 105px;
  top: -11px;
  content: "";
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  background-color: var(--primary-color);
  z-index: 401;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media screen and (max-width: 1121px) {
  .header-wrapper .notification-box::before {
    right: 65px;
    left: auto;
  }
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists {
  margin: 10px;
  border-bottom: 1px solid #e0e6ed;
  padding: 10px 11px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists:hover .n-title > h6 {
  color: #e7515a;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .n-title h6 {
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--notifcation-color);
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .n-title p {
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif;
  color: var(--notifcation-light);
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .cut {
  cursor: pointer;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .cut svg {
  color: #bfc9d4;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .cut svg:hover {
  color: var(--notifcation-color);
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .files svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.2392156863);
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .product svg {
  color: #e2a03f;
  fill: rgba(226, 160, 63, 0.2705882353);
}

.main-container {
  height: 100vh;
  background-color: var(--primary-color);
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.main-container .left-align {
  background-color: var(--primary-color);
  flex: 0 0 250px;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 1028px) {
  .main-container .left-align {
    flex-basis: 80px;
  }
  .main-container .left-align h2,
.main-container .left-align span {
    display: none;
  }
}
@media screen and (max-width: 452px) {
  .main-container .left-align {
    display: none;
  }
}
.main-container .left-align .menu-bar {
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.main-container .left-align .menu-bar .company-logo {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin: 10px 0px 0px 10px;
}
.main-container .left-align .menu-bar .company-logo img {
  height: 50px;
  width: 50px;
  margin: 5px;
  background-size: cover;
}
.main-container .left-align .menu-bar .company-logo h2 {
  font-family: "Poppins", sans-serif;
  color: var(--font-color);
  font-size: 1.3em;
}
.main-container .left-align .menu-bar .menu-wrapper {
  margin-top: 25px;
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options {
  margin-left: 5px;
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options ul {
  list-style: none;
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options ul li {
  margin-top: 20px;
  cursor: pointer;
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options ul a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: var(--light-white);
  transition: color 0.6s ease;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options ul a:hover {
  color: var(--hover-color);
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options ul a i {
  font-size: 1.5em;
  margin: 10px;
}
@media screen and (max-width: 1028px) {
  .main-container .left-align .menu-bar .menu-wrapper .menu-options ul a i {
    font-size: 2em;
    text-align: center;
    margin-right: 5px;
  }
}
.main-container .left-align .menu-bar .menu-wrapper .menu-options ul a span {
  font-size: 1em;
}
.main-container .left-align .logout-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 10px;
}
.main-container .left-align .logout-wrapper .logout {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
  color: var(--light-white);
  transition: color 0.6s ease;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -ms-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
}
.main-container .left-align .logout-wrapper .logout:hover {
  color: var(--hover-color);
}
.main-container .left-align .logout-wrapper .logout i {
  font-size: 1.5em;
  padding: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 1028px) {
  .main-container .left-align .logout-wrapper .logout i {
    font-size: 2em;
    text-align: center;
    margin-right: 5px;
  }
}
.main-container .left-align .logout-wrapper .logout span {
  font-size: 1.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.main-container .right-align {
  position: relative;
  flex: 1 0 200px;
  background-color: var(--secondary-color);
  overflow: hidden;
}
.main-container .right-align .header-wrapper {
  padding-bottom: 15px;
  margin: 10px;
}
.main-container .right-align .header-wrapper header {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .header-wrapper header {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.main-container .right-align .header-wrapper header .search-container {
  width: 70%;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .header-wrapper header .search-container {
    width: 100%;
  }
}
.main-container .right-align .header-wrapper header .search-container .search {
  background-color: var(--primary-color);
  border-radius: 5px;
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .header-wrapper header .search-container .search {
    width: 100%;
  }
}
.main-container .right-align .header-wrapper header .search-container .search:hover {
  background-color: var(--primary-color);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.main-container .right-align .header-wrapper header .search-container .search i {
  font-size: 1.4em;
  color: var(--font-color);
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.main-container .right-align .header-wrapper header .search-container .search input {
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  outline: 0px;
  border: none;
  background-color: var(--primary-color);
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  color: var(--light-white);
  font-weight: lighter;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-container .right-align .header-wrapper header .search-container .search input::-moz-placeholder {
  color: var(--font-color);
  font-weight: 300;
}
.main-container .right-align .header-wrapper header .search-container .search input:-ms-input-placeholder {
  color: var(--font-color);
  font-weight: 300;
}
.main-container .right-align .header-wrapper header .search-container .search input::placeholder {
  color: var(--font-color);
  font-weight: 300;
}
.main-container .right-align .header-wrapper header .search-container .search input:hover {
  background-color: var(--primary-color);
}
.main-container .right-align .header-wrapper header .dark-toggle {
  flex: 0.5;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .header-wrapper header .dark-toggle {
    margin: 10px;
    background-color: #406de7;
    position: relative;
  }
  .main-container .right-align .header-wrapper header .dark-toggle label {
    position: absolute;
    top: -12px;
    left: 3px;
  }
}
.main-container .right-align .header-wrapper header .user-profile {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .header-wrapper header .user-profile {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1122px) {
  .main-container .right-align .header-wrapper header .user-profile {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1122px) {
  .main-container .right-align .header-wrapper header .user-profile {
    justify-content: flex-end;
    flex: 1;
  }
}
.main-container .right-align .header-wrapper header .user-profile .notification-panel {
  flex: 1;
  cursor: pointer;
  transition: fill 0.4s ease;
  fill: var(--light-white);
  -webkit-transition: fill 0.4s ease;
  -moz-transition: fill 0.4s ease;
  -ms-transition: fill 0.4s ease;
  -o-transition: fill 0.4s ease;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .header-wrapper header .user-profile .notification-panel {
    flex: 4;
    margin-right: 10px;
  }
}
.main-container .right-align .header-wrapper header .user-profile .notification-panel:hover {
  fill: var(--font-color);
}
.main-container .right-align .header-wrapper header .user-profile .profile {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex: 7;
}
.main-container .right-align .header-wrapper header .user-profile .profile .profile-img {
  cursor: pointer;
  height: 50px;
  width: 50px;
  border: 2px solid var(--font-color);
  border-top-style: dotted;
  border-bottom-style: solid;
  border-left-style: dashed;
  border-right-style: solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-container .right-align .header-wrapper header .user-profile .profile .profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid var(--secondary-color);
}
.main-container .right-align .header-wrapper header .user-profile .profile .username {
  margin-left: 18px;
}
@media screen and (max-width: 1122px) {
  .main-container .right-align .header-wrapper header .user-profile .profile .username {
    display: none;
  }
}
.main-container .right-align .header-wrapper header .user-profile .profile .username span {
  font-family: "Poppins", sans-serif;
  color: var(--font-color);
  font-family: 1.2em;
}
.main-container .right-align .header-wrapper header .user-profile .profile .username p {
  font-family: "Open Sans", sans-serif;
  color: var(--light-white);
  font-size: 0.8em;
}
.main-container .right-align .body-wrapper {
  overflow: hidden;
}
.main-container .right-align .body-wrapper .body-scroll {
  background-color: var(--primary-color);
  height: 85vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.main-container .right-align .body-wrapper .body-scroll::-webkit-scrollbar {
  width: 0px;
}
.main-container .right-align .body-wrapper .body-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.main-container .right-align .body-wrapper .body-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1f2243;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside {
  margin: 10px;
}
@media screen and (max-width: 452px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1028px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside {
    margin: 5px;
  }
  .main-container .right-align .body-wrapper .body-scroll .body-inside .body-first-row {
    margin: 10px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row {
  margin: 20px;
}
@media screen and (max-width: 335px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row {
    margin: 10px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper {
  margin-top: 30px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 671px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper {
    flex-direction: column;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr1 {
  padding-left: 40px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 8px;
  height: 70px;
  flex: 2 0 auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  background-color: var(--primary-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 671px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr1 {
    width: 100%;
    margin-right: 0px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr1 span h2 {
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
  color: var(--font-color);
  background: -webkit-linear-gradient(45deg, #3494e6, #ec6ead 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr1 span {
  margin-left: 5px;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr1 span i {
  font-size: 1.5em;
  background: -webkit-linear-gradient(45deg, #3494e6, #ec6ead 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 {
  cursor: pointer;
  flex: 2 0 auto;
  height: 70px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  background-color: var(--primary-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 671px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 span {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 span h3 {
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
  background: -webkit-linear-gradient(45deg, #3494e6, #ec6ead 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 ul {
  flex: 1 0 auto;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-evenly;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 ul li {
  list-style: none;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-first-row .vfr-wrapper .vfr2 ul li a {
  text-decoration: none;
  font-size: 1.5em;
  background: -webkit-linear-gradient(45deg, #3494e6, #ec6ead 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper {
  border-radius: 12px;
  padding-top: 20px;
  margin: 50px 20px 0px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
@media screen and (max-width: 335px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper {
    margin: 10px;
  }
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper {
    margin: 12px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper .vsr-head {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  color: var(--font-color);
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper .vsr-head i {
  margin-left: 10px;
  font-size: 1.2em;
  color: var(--font-color);
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article {
    padding: 10px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article {
    flex-direction: column;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title {
  flex: 1;
  background-color: var(--primary-color);
  border-radius: 18px;
  padding: 20px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
@media screen and (min-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5em;
  color: var(--title-color);
  background: -webkit-linear-gradient(45deg, #3494e6, #ec6ead 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 711px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title h3 {
    font-size: 1.1em;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title span ul {
  margin-top: 20px;
  margin-left: 20px;
  color: var(--light-white);
  font-family: "Poppins", sans-serif;
  font-size: 1.2em;
}
@media screen and (max-width: 711px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title span ul {
    font-size: 1em;
  }
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title span ul {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-title span ul {
    margin-bottom: 50px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img {
    order: -1;
    margin-bottom: 50px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img .image {
  width: 400px;
}
@media screen and (max-width: 936px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img .image {
    width: 300px;
  }
}
@media screen and (max-width: 711px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img .image {
    width: 250px;
  }
}
@media screen and (max-width: 632px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img .image {
    width: 200px;
  }
}
@media screen and (max-width: 596px) {
  .main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img .image {
    width: 180px;
  }
}
.main-container .right-align .body-wrapper .body-scroll .body-inside .version-second-row .vsr-wrapper article .first-article .fa-img .image img {
  width: 100%;
  height: 100%;
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.menu-btn-mobile {
  display: flex;
  flex-direction: row;
  background-color: var(--primary-color);
}
.menu-btn-mobile .btn-lists {
  flex: 1 0 auto;
  padding: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 2em;
  background-color: var(--primary-color);
  color: var(--font-color);
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.menu-btn-mobile .btn-lists:hover {
  color: var(--hover-color);
}
@media screen and (max-width: 452px) {
  .menu-btn-mobile .btn-lists {
    font-size: 1.5em;
  }
}

.menu-btn-wrapper {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 7%;
  background-color: var(--primary-color);
}
@media screen and (max-width: 452px) {
  .menu-btn-wrapper {
    display: block;
  }
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.link-box {
  animation: fadeIn 100ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
  opacity: 0;
  -webkit-animation: fadeIn 100ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
  display: none;
  position: absolute;
  width: 100px;
  right: -10px;
  height: 40px;
  top: 50px;
  border-radius: 7px;
  background-color: #1f2243;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.link-box .box-lists {
  width: 100%;
  height: 100%;
}
.link-box .box-lists .list-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 10px 5px 0px 5px;
  align-items: center;
}
.link-box .box-lists .list-wrapper:hover i,
.link-box .box-lists .list-wrapper:hover a {
  color: #406de7;
}
.link-box .box-lists .list-wrapper i {
  font-size: 1em;
  color: #f9f9fa;
  transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
}
.link-box .box-lists .list-wrapper a {
  text-decoration: none;
  color: #f9f9fa;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.switch {
  --line: #505162;
  --dot: #F7F8FF;
  --circle: #9EA0BE;
  --duration: .3s;
  --text: #9EA0BE;
  cursor: pointer;
}
.switch input {
  display: none;
}
.switch input + div {
  position: relative;
}
.switch input + div:before, .switch input + div:after {
  --s: 1;
  content: "";
  position: absolute;
  height: 4px;
  top: 10px;
  width: 18px;
  background: var(--line);
  transform: scaleX(var(--s));
  transition: transform var(--duration) ease;
}
.switch input + div:before {
  --s: 0;
  left: 0;
  transform-origin: 0 50%;
  border-radius: 2px 0 0 2px;
}
.switch input + div:after {
  left: 18px;
  transform-origin: 100% 50%;
  border-radius: 0 2px 2px 0;
}
.switch input + div span {
  padding-left: 56px;
  line-height: 24px;
  color: var(--text);
}
.switch input + div span:before {
  --x: 0;
  --b: var(--circle);
  --s: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 var(--s) var(--b);
  transform: translateX(var(--x));
  transition: box-shadow var(--duration) ease, transform var(--duration) ease;
}
.switch input + div span:not(:empty) {
  padding-left: 64px;
}
.switch input:checked + div:before {
  --s: 1;
}
.switch input:checked + div:after {
  --s: 0;
}
.switch input:checked + div span:before {
  --x: 18px;
  --s: 12px;
  --b: var(--dot);
}

.dayNight {
  cursor: pointer;
}
.dayNight input {
  display: none;
}
.dayNight input + div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  box-shadow: inset 10px -10px 0 0 #3c4a5b;
  transform: scale(1) rotate(-2deg);
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -webkit-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -moz-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -ms-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -o-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
}
@media screen and (max-width: 452px) {
  .dayNight input + div {
    width: 20px;
    height: 20px;
    box-shadow: inset 5px -5px 0 0 #3c4a5b;
  }
}
.dayNight input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.dayNight input + div:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 -23px 0 #fff, 0 23px 0 #fff, 23px 0 0 #fff, -23px 0 0 #fff, 15px 15px 0 #fff, -15px 15px 0 #fff, 15px -15px 0 #fff, -15px -15px 0 #fff;
  transform: scale(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 452px) {
  .dayNight input + div:after {
    margin: -4px 0 0 -4px;
  }
}
.dayNight input:checked + div {
  transform: scale(0.4) rotate(0deg);
  transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
  -webkit-transform: scale(0.4) rotate(0deg);
  -moz-transform: scale(0.4) rotate(0deg);
  -ms-transform: scale(0.4) rotate(0deg);
  -o-transform: scale(0.4) rotate(0deg);
}
.dayNight input:checked + div:before {
  background: #fff;
  transition: background 0.3s ease 0.1s;
}
.dayNight input:checked + div:after {
  transform: scale(1.5);
  transition: transform 0.5s ease 0.15s;
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.dayNight {
  cursor: pointer;
}
.dayNight input {
  display: none;
}
.dayNight input + div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  box-shadow: inset 10px -10px 0 0 #3c4a5b;
  transform: scale(1) rotate(-2deg);
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -webkit-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -moz-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -ms-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -o-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
}
@media screen and (max-width: 452px) {
  .dayNight input + div {
    width: 20px;
    height: 20px;
    box-shadow: inset 5px -5px 0 0 #3c4a5b;
  }
}
.dayNight input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.dayNight input + div:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 -23px 0 #fff, 0 23px 0 #fff, 23px 0 0 #fff, -23px 0 0 #fff, 15px 15px 0 #fff, -15px 15px 0 #fff, 15px -15px 0 #fff, -15px -15px 0 #fff;
  transform: scale(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 452px) {
  .dayNight input + div:after {
    margin: -4px 0 0 -4px;
  }
}
.dayNight input:checked + div {
  transform: scale(0.4) rotate(0deg);
  transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
  -webkit-transform: scale(0.4) rotate(0deg);
  -moz-transform: scale(0.4) rotate(0deg);
  -ms-transform: scale(0.4) rotate(0deg);
  -o-transform: scale(0.4) rotate(0deg);
}
.dayNight input:checked + div:before {
  background: #fff;
  transition: background 0.3s ease 0.1s;
}
.dayNight input:checked + div:after {
  transform: scale(1.5);
  transition: transform 0.5s ease 0.15s;
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.version-third-row {
  margin-top: 30px;
}
.version-third-row .vtr-wrapper {
  display: flex;
  flex-direction: column;
}
.version-third-row .vtr-wrapper span h2 {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: var(--font-color);
  text-align: center;
}
.version-third-row .vtr-wrapper span h2 i {
  font-size: 1.3em;
  color: var(--font-color);
}
.version-third-row .vtr-wrapper .teams {
  margin-top: 80px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 1177px) {
  .version-third-row .vtr-wrapper .teams {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .version-third-row .vtr-wrapper .teams {
    flex-direction: column;
  }
}
.version-third-row .vtr-wrapper .teams .team-row {
  flex: 1 0 auto;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  width: 60%;
  overflow: hidden;
  height: 500px;
  background-color: var(--primary-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card:hover .team-head {
  height: 120px;
  background: #e96443;
  background: linear-gradient(to right, #904e95, #e96443);
}
@media screen and (max-width: 800px) {
  .version-third-row .vtr-wrapper .teams .team-row .team-profile-card {
    width: 80%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .version-third-row .vtr-wrapper .teams .team-row .team-profile-card {
    width: 90%;
    overflow: hidden;
  }
}
@media screen and (max-width: 320px) {
  .version-third-row .vtr-wrapper .teams .team-row .team-profile-card {
    width: 90%;
    overflow: hidden;
  }
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-head {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #3494e6;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ec6ead, #3494e6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: relative;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-head .team-profile-img {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  border: 2px solid var(--primary-color);
  border-top-style: dotted;
  border-bottom-style: solid;
  border-left-style: dashed;
  border-right-style: solid;
  border-radius: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-head .team-profile-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid var(--primary-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-body {
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  perspective: 1000px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-body .head {
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: var(--font-color);
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-body .paragraph {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: var(--light-white);
  text-align: center;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail {
  margin-top: 150px;
  margin-left: 10px;
  margin-right: 10px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list {
  padding: 10px;
  margin-bottom: 10px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list .pl-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  color: var(--light-white);
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list .progres-percent {
  background-color: var(--secondary-color);
  width: 100%;
  height: 5px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list .progres-percent .pl-1 {
  background-color: #406de7;
  width: 80%;
  height: 100%;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  animation: pl1 2s ease-in-out 0s forwards;
  -webkit-animation: pl1 2s ease-in-out 0s forwards;
}
@-webkit-keyframes pl1 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes pl1 {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list .progres-percent .pl-2 {
  background-color: #766bfe;
  border-radius: 50px;
  width: 90%;
  height: 100%;
  animation: pl2 2s ease-in-out 0s forwards;
  -webkit-animation: pl2 2s ease-in-out 0s forwards;
}
@-webkit-keyframes pl2 {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes pl2 {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list .progres-percent .pl-3 {
  background-color: #58c0f4;
  border-radius: 50px;
  width: 70%;
  height: 100%;
  animation: pl3 2s ease-in-out 0s forwards;
  -webkit-animation: pl3 2s ease-in-out 0s forwards;
}
@-webkit-keyframes pl3 {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes pl3 {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-profile-tail .team-progress-bar .progress-list .progres-percent .pl-4 {
  background-color: #ff7675;
  border-radius: 50px;
  width: 69%;
  height: 100%;
  animation: pl4 2s ease-in-out 0s forwards;
  -webkit-animation: pl4 2s ease-in-out 0s forwards;
}
@-webkit-keyframes pl4 {
  0% {
    width: 0%;
  }
  100% {
    width: 69%;
  }
}
@keyframes pl4 {
  0% {
    width: 0%;
  }
  100% {
    width: 69%;
  }
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-social-follow {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin-top: 5px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-social-follow .social-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-social-follow .social-wrapper h6 {
  font-family: "Roboto", sans-serif;
  color: var(--font-color);
  font-size: 1em;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-social-follow .social-wrapper .social ul {
  display: flex;
  flex-direction: row;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-social-follow .social-wrapper .social ul li {
  list-style: none;
  margin: 5px;
}
.version-third-row .vtr-wrapper .teams .team-row .team-profile-card .team-social-follow .social-wrapper .social ul li a {
  text-decoration: none;
  color: var(--light-white);
  font-size: 0.9em;
}
@-webkit-keyframes social {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes social {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.dayNight {
  cursor: pointer;
}
.dayNight input {
  display: none;
}
.dayNight input + div {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  box-shadow: inset 10px -10px 0 0 #3c4a5b;
  transform: scale(1) rotate(-2deg);
  transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -webkit-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -moz-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -ms-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
  -o-transition: box-shadow 0.2s ease 0s, transform 0.2s ease 0.1s;
}
@media screen and (max-width: 452px) {
  .dayNight input + div {
    width: 20px;
    height: 20px;
    box-shadow: inset 5px -5px 0 0 #3c4a5b;
  }
}
.dayNight input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.dayNight input + div:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 -23px 0 #fff, 0 23px 0 #fff, 23px 0 0 #fff, -23px 0 0 #fff, 15px 15px 0 #fff, -15px 15px 0 #fff, 15px -15px 0 #fff, -15px -15px 0 #fff;
  transform: scale(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 452px) {
  .dayNight input + div:after {
    margin: -4px 0 0 -4px;
  }
}
.dayNight input:checked + div {
  transform: scale(0.4) rotate(0deg);
  transition: transform 0.3s ease 0.1s, box-shadow 0.2s ease 0s;
  -webkit-transform: scale(0.4) rotate(0deg);
  -moz-transform: scale(0.4) rotate(0deg);
  -ms-transform: scale(0.4) rotate(0deg);
  -o-transform: scale(0.4) rotate(0deg);
}
.dayNight input:checked + div:before {
  background: #fff;
  transition: background 0.3s ease 0.1s;
}
.dayNight input:checked + div:after {
  transform: scale(1.5);
  transition: transform 0.5s ease 0.15s;
}

html {
  --primary-color: #fefffe;
  --secondary-color: #f1f3f9;
  --font-color: #3c4a5b;
  --notifcation-color: #3b3f5c;
  --notifcation-light: #888ea8;
  --light-white: #68778d;
  --hover-color: #3c4a5b;
  --meter: #f0f0f0;
  --box-shadow: rgba(149, 157, 165, 0.2);
  --title-color: #515365;
}

html[data-theme=dark] {
  --primary-color: #1f2243;
  --secondary-color: #1c1f3e;
  --notifcation-color: #f9f9fa;
  --notifcation-light: #d3d3d9;
  --font-color: #f9f9fa;
  --title-color: #f9f9fa;
  --light-white: #d3d3d9;
  --hover-color: #416fec;
  --meter: #2a3660;
  --box-shadow: rgba(4, 3, 15, 0.089);
}

.header-wrapper {
  position: relative;
}
.header-wrapper .profile-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  z-index: 200;
  position: absolute;
  right: 90px;
  left: auto;
  bottom: -128px;
  width: 200px;
  border-radius: 8px;
  background-color: var(--primary-color);
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1121px) {
  .header-wrapper .profile-box {
    right: 0px;
  }
}
@media screen and (min-width: 1121px) {
  .header-wrapper .profile-box {
    bottom: -98px;
  }
}
.header-wrapper .profile-box .profile-wrapper .profil-box-name {
  width: 100%;
  display: none;
  font-size: 0.9em;
  font-family: "Open Sans", sans-serif;
  color: var(--font-color);
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1121px) {
  .header-wrapper .profile-box .profile-wrapper .profil-box-name {
    display: block;
  }
}
.header-wrapper .profile-box .profile-wrapper .profil-box-name h3 {
  margin-right: 20px;
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 6px 11px;
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists:hover {
  background-color: #ebebeb;
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists:hover i {
  color: var(--light-white);
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists:hover p {
  color: var(--light-white);
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists i {
  margin-left: 30px;
  margin-right: 20px;
  color: var(--font-color);
}
.header-wrapper .profile-box .profile-wrapper .profile-menu-lists p {
  color: var(--font-color);
  font-family: "Open Sans", sans-serif;
}
.header-wrapper .notification-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  padding-bottom: 10px;
  right: 100px;
  bottom: -160px;
  width: 250px;
  background-color: var(--primary-color);
  z-index: 400;
  left: auto;
  border-radius: 15px;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media screen and (max-width: 1121px) {
  .header-wrapper .notification-box {
    right: 0px;
  }
}
.header-wrapper .notification-box::before {
  position: absolute;
  right: 105px;
  top: -11px;
  content: "";
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  background-color: var(--primary-color);
  z-index: 401;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media screen and (max-width: 1121px) {
  .header-wrapper .notification-box::before {
    right: 65px;
    left: auto;
  }
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists {
  margin: 10px;
  border-bottom: 1px solid #e0e6ed;
  padding: 10px 11px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists:hover .n-title > h6 {
  color: #e7515a;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .n-title h6 {
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--notifcation-color);
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .n-title p {
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif;
  color: var(--notifcation-light);
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .cut {
  cursor: pointer;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .cut svg {
  color: #bfc9d4;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .cut svg:hover {
  color: var(--notifcation-color);
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .files svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.2392156863);
}
.header-wrapper .notification-box .notification-wrapper .notifcation-lists .product svg {
  color: #e2a03f;
  fill: rgba(226, 160, 63, 0.2705882353);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow: hidden;
}/*# sourceMappingURL=version.css.map */