/*  
	// Template Name 	: Frostofolio - Fully Responsive Personal Template
	// Author 			: Zen Developer
	// Version 			: 1.0.0
  	// Copyright 		: Copyright 2021 by Zen Developer
	// Created 			: March 2021
	// File Name		: Main of CSS file
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --bs-primary: #ff6b6b;
  --bs-primary-hov: #df5c5c;
  --bs-blue-dark: #263449;
}

/* ============== Start Theme =============== */
/* === Background ===*/
body {
  background-size: cover;
  background-repeat: no-repeat;
}

body,
body section.blog-page > .modal {
  background-image: url("../img/Gradient-3.jpg");
background-size: cover;
}

/* === Theme Mode === */
/* Glass Mode */
body main[data-theme="Glass"] {
  color: var(--bs-dark);
}

body main[data-theme="Glass"] .bg-glass {
  background-color: rgba(255, 255, 255, 0.15) !important;
  -webkit-backdrop-filter: blur(0.5rem) !important;
          backdrop-filter: blur(0.5rem) !important;
}

body main[data-theme="Glass"] .p-progress div > div {
  color: var(--bs-primary) !important;
}

body main[data-theme="Glass"] > nav {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.3rem);
          backdrop-filter: blur(0.3rem);
}

body main[data-theme="Glass"] > nav > ul li:hover i,
body main[data-theme="Glass"] > nav > ul li.active i,
body main[data-theme="Glass"] > nav > ul li.active a i,
body main[data-theme="Glass"] > nav > ul li:hover a i {
  color: #fff;
}

body main[data-theme="Glass"] > nav > ul li {
  color: #272b30;
  font-weight: 500;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] > nav > ul li.active {
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
}

body main[data-theme="Glass"] > nav > ul li:hover {
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

body main[data-theme="Glass"] section.content {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content .profile-content > p.text-secondary {
  color: var(--bs-dark) !important;
}

body main[data-theme="Glass"] section.content .profile-content .social .shape {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content .profile-content .social i {
  color: #272b30;
}

body main[data-theme="Glass"] section.content .profile-content .social a:hover .shape {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content .profile-content .social a:hover i {
  background-color: transparent;
}

body main[data-theme="Glass"] section.content .profile-content .social a:hover .shape,
body main[data-theme="Glass"] section.content .profile-content .social a:hover i {
  color: var(--bs-primary);
}

body main[data-theme="Glass"] section.content .btn.btn-pink:hover,
body main[data-theme="Glass"] section.content .btn.btn-pink {
  color: #fff;
}

body main[data-theme="Glass"] section.content .filter a:hover,
body main[data-theme="Glass"] section.content .filter-active {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  color: var(--bs-primary) !important;
  font-weight: 500;
}

body main[data-theme="Glass"] section.content .filter-active {
  border-color: var(--bs-primary);
}

body main[data-theme="Glass"] section.content .btn.btn-pink-outline {
  color: #272b30;
  font-weight: 500;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content .btn.btn-pink-outline:hover {
  color: var(--bs-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main[data-theme="Glass"] section.content input#search {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content input#search::-webkit-input-placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Glass"] section.content input#search:-ms-input-placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Glass"] section.content input#search::-ms-input-placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Glass"] section.content input#search::placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Glass"] section.content #social .shape:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  color: var(--bs-primary);
}

body main[data-theme="Glass"] section.content #social .social-us:hover a {
  color: var(--bs-primary) !important;
}

body main[data-theme="Glass"] section.content #social .shape:hover {
  color: var(--bs-primary);
}

body main[data-theme="Glass"] section.content #social .shape {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  color: var(--bs-dark);
}

body main[data-theme="Glass"] section.content .skill .progress {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content .skill .progress-bar {
  color: #272b30;
  background-color: var(--bs-primary);
}

body main[data-theme="Glass"] section.content .page-link {
  color: var(--bs-primary);
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] section.content .page-link:hover, body main[data-theme="Glass"] section.content .page-link:focus {
  background-color: var(--bs-primary);
  color: #fff;
}

body main[data-theme="Glass"] .text-secondary {
  color: var(--bs-dark) !important;
}

body main[data-theme="Glass"] .card {
  background-color: var(--bs-dark);
}

body main[data-theme="Glass"] .card:hover .card-text {
  color: #272b30;
}

body main[data-theme="Glass"] .card .card-header {
  background-color: #272b30;
}

body main[data-theme="Glass"] .card .card-text {
  color: #505050;
}

body main[data-theme="Glass"] .btn.btn-glass {
  color: var(--bs-primary);
  font-weight: 500;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] .btn.btn-glass:hover {
  color: #272b30;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.8rem);
          backdrop-filter: blur(0.8rem);
}

body main[data-theme="Glass"] .btn-check:focus + body main[data-theme="Glass"] .btn-glass,
body main[data-theme="Glass"] .btn-glass:focus {
  color: #272b30;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main[data-theme="Glass"] .btn-check:checked + body main[data-theme="Glass"].btn-glass,
body main[data-theme="Glass"] .btn-check:active + body main[data-theme="Glass"].btn-glass,
body main[data-theme="Glass"] .btn-glass:active,
body main[data-theme="Glass"] .btn-glass.active,
body main[data-theme="Glass"] .show > body main[data-theme="Glass"] .btn-glass.dropdown-toggle {
  color: #272b30;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] .btn-check:checked + body main[data-theme="Glass"] .btn-glass:focus,
body main[data-theme="Glass"] .btn-check:active + .btn-glass:focus,
body main[data-theme="Glass"] .btn-glass:active:focus,
body main[data-theme="Glass"] .btn-glass.active:focus,
body main[data-theme="Glass"] .show > body main[data-theme="Glass"] .btn-glass.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main[data-theme="Glass"] .btn-glass:disabled,
body main[data-theme="Glass"] .btn-glass.disabled {
  color: #c5c5c5;
  background-color: var(--bs-blue-dark);
  border-color: var(--bs-blue-dark);
}

body main[data-theme="Glass"] .dropdown-menu-dark {
  color: #dee2e6;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item {
  color: var(--bs-dark);
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item:hover, body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item:focus {
  color: var(--bs-primary);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item.active, body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item:active {
  color: #c5c5c5;
  background-color: var(--bs-primary);
  text-decoration: none;
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item.disabled, body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

body main[data-theme="Glass"] .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

body main[data-theme="Glass"] .text-dark {
  color: var(--bs-dark);
}

body main[data-theme="Glass"] .form-control:focus,
body main[data-theme="Glass"] .form-control {
  color: var(--bs-primary);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] #form-message .input-group-sm:hover label {
  color: var(--bs-primary);
}

body main[data-theme="Glass"] .message label {
  color: var(--bs-dark);
}

body main[data-theme="Glass"] .btn-primary {
  color: #272b30;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] .btn-primary:hover {
  color: #f7f7f7;
  font-weight: 500;
  background-color: var(--bs-primary);
}

body main[data-theme="Glass"] .btn-check:focus + body main[data-theme="Glass"] .btn-primary,
body main[data-theme="Glass"] .btn-primary:focus {
  color: #f7f7f7;
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Glass"] .text-dark {
  color: var(--bs-blue-dark) !important;
}

body main[data-theme="Glass"] .item .box h6,
body main[data-theme="Glass"] .item > h6,
body main[data-theme="Glass"] .skill > h6 {
  color: var(--bs-dark) !important;
}

body main[data-theme="Glass"] li.page-item a.page-link:hover > span,
body main[data-theme="Glass"] .page-item.active .page-link:hover {
  color: #fff;
}

body main[data-theme="Glass"] .accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: #fff;
}

body main[data-theme="Glass"] .blog-categories ul.category li a:hover,
body main[data-theme="Glass"] .blog-categories ul.category li:hover {
  color: var(--bs-primary) !important;
}

body main[data-theme="Glass"] .blog-categories ul.category li a,
body main[data-theme="Glass"] .blog-tags ul.tags li a {
  color: var(--bs-dark) !important;
}

body main[data-theme="Glass"] .btn-nav-comment button.btn.btn-comment.vote-up:hover {
  color: var(--bs-success) !important;
}

body main[data-theme="Glass"] .btn-nav-comment button.btn.btn-comment.vote-down:hover {
  color: var(--bs-danger) !important;
}

body main[data-theme="Glass"] .btn-nav-comment button.btn.btn-comment.vote-down,
body main[data-theme="Glass"] .btn-nav-comment button.btn.btn-comment.vote-up {
  color: var(--bs-dark) !important;
}

body main[data-theme="Glass"] .blog-box,
body main[data-theme="Glass"] .blog-recent,
body main[data-theme="Glass"] .blog-tags,
body main[data-theme="Glass"] .blog-categories,
body main[data-theme="Glass"] .blog-archive,
body main[data-theme="Glass"] .comment-box,
body main[data-theme="Glass"] .comment-form {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(0.75rem);
          backdrop-filter: blur(0.75rem);
}

body main[data-theme="Glass"] .TableOfContent .accordion .accordion-body {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
}

body main[data-theme="Glass"] .TableOfContent .accordion .accordion-body ul.list-group li:hover {
  color: var(--bs-primary);
}

body main[data-theme="Glass"] .TableOfContent .accordion .accordion-body ul.list-group li {
  background-color: transparent;
  border: none;
  color: var(--bs-dark);
}

body main[data-theme="Glass"] .blog-quote,
body main[data-theme="Glass"] .comment-item {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(0.5rem);
          backdrop-filter: blur(0.5rem);
  border-radius: 10px;
}

body main[data-theme="Glass"] .blog-recent ul.list-group li.list-group-item,
body main[data-theme="Glass"] .blog-archive ul.list-group li.list-group-item {
  color: var(--bs-dark);
}

body main[data-theme="Glass"] .blog-recent ul.list-group li.list-group-item:hover,
body main[data-theme="Glass"] .blog-archive ul.list-group li.list-group-item:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

body main[data-theme="Glass"] .nav li.active a.link i,
body main[data-theme="Glass"] .nav a.link:hover i {
  color: #fff !important;
}

/* Dark Mode */
body main[data-theme="Dark"] {
  color: #fff;
}

body main[data-theme="Dark"] div.modal-content {
  background-color: #1c1f23 !important;
}

body main[data-theme="Dark"] > nav {
  background-color: var(--bs-dark);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

body main[data-theme="Dark"] > nav ul li:hover a i,
body main[data-theme="Dark"] > nav ul li.active a i {
  color: var(--bs-dark);
}

body main[data-theme="Dark"] > nav ul li {
  border: none;
  background-color: #272b30;
}

body main[data-theme="Dark"] > nav ul li.active {
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
}

body main[data-theme="Dark"] > nav ul li:hover {
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

body main[data-theme="Dark"] > nav ul li a i {
  color: var(--bs-primary);
}

body main[data-theme="Dark"] .btn.btn-pink:hover,
body main[data-theme="Dark"] .btn.btn-pink {
  color: var(--bs-dark);
}

body main[data-theme="Dark"] section.content {
  background: var(--bs-dark);
}

body main[data-theme="Dark"] section.content #social .social-us:hover a {
  color: var(--bs-primary) !important;
}

body main[data-theme="Dark"] section.content #social .shape:hover,
body main[data-theme="Dark"] section.content .profile-content .social .shape:hover {
  background-color: var(--bs-primary);
  color: #272b30;
}

body main[data-theme="Dark"] section.content .profile-content .social i {
  color: #6c757d;
}

body main[data-theme="Dark"] section.content .profile-content .social a:hover .shape,
body main[data-theme="Dark"] section.content .profile-content .social a:hover i {
  color: #272b30;
  background-color: var(--bs-primary);
}

body main[data-theme="Dark"] section.content .profile-content .social .shape,
body main[data-theme="Dark"] section.content #social .shape {
  background-color: #272b30;
}

body main[data-theme="Dark"] section.content .profile-content p.text-secondary,
body main[data-theme="Dark"] section.content p.text-secondary {
  color: #6c757d !important;
}

body main[data-theme="Dark"] section.content input#search {
  background-color: #272b30;
}

body main[data-theme="Dark"] section.content input#search::-webkit-input-placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Dark"] section.content input#search:-ms-input-placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Dark"] section.content input#search::-ms-input-placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Dark"] section.content input#search::placeholder {
  color: #505050;
  font-size: small;
}

body main[data-theme="Dark"] section.content .filter a:hover,
body main[data-theme="Dark"] section.content .filter-active {
  background-color: var(--bs-primary);
  color: #272b30 !important;
  font-weight: 500;
}

body main[data-theme="Dark"] section.content .filter a:hover,
body main[data-theme="Dark"] section.content .filter-active {
  border-color: var(--bs-primary);
}

body main[data-theme="Dark"] section.content .progress {
  background-color: #272b30;
}

body main[data-theme="Dark"] section.content .progress-bar {
  color: #272b30;
  background-color: var(--bs-primary);
}

body main[data-theme="Dark"] section.content .p-progress div > div {
  color: var(--bs-primary) !important;
}

body main[data-theme="Dark"] section.content .btn.btn-pink-outline:hover {
  color: var(--bs-dark);
}

body main[data-theme="Dark"] section.content .btn.btn-pink-outline {
  color: #6c757d;
  background-color: #272b30;
  border: none;
}

body main[data-theme="Dark"] section.content .btn.btn-pink-outline:hover {
  color: var(--bs-primary);
  background-color: #1c1f23;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main[data-theme="Dark"] .bg-dark,
body main[data-theme="Dark"] .blog-quote,
body main[data-theme="Dark"] .comment-item {
  background-color: #272b30 !important;
}

body main[data-theme="Dark"] .text-secondary {
  color: #bbbbbb !important;
}

body main[data-theme="Dark"] .card {
  background-color: var(--bs-dark);
}

body main[data-theme="Dark"] .card:hover .card-text {
  color: #c5c5c5;
}

body main[data-theme="Dark"] .card .card-header {
  background-color: #272b30;
}

body main[data-theme="Dark"] .card .card-text {
  color: #bbbbbb;
}

body main[data-theme="Dark"] .page-link {
  color: var(--bs-primary);
  background-color: var(--bs-dark);
}

body main[data-theme="Dark"] .page-link:hover, body main[data-theme="Dark"] .page-link:focus {
  background-color: #272b30;
}

body main[data-theme="Dark"] .btn-dark {
  color: #6c757d;
  background-color: #272b30;
  border: none;
}

body main[data-theme="Dark"] .btn-dark:hover {
  color: var(--bs-primary);
  background-color: #1c1f23;
}

body main[data-theme="Dark"] .btn-check:focus + body main[data-theme="Dark"] .btn-dark,
body main[data-theme="Dark"] .btn-dark:focus {
  color: #c5c5c5;
  background-color: #1c1f23;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main[data-theme="Dark"] .btn-check:checked + body main[data-theme="Dark"].btn-dark,
body main[data-theme="Dark"] .btn-check:active + body main[data-theme="Dark"].btn-dark,
body main[data-theme="Dark"] .btn-dark:active,
body main[data-theme="Dark"] .btn-dark.active,
body main[data-theme="Dark"] .show > body main[data-theme="Dark"] .btn-dark.dropdown-toggle {
  color: #c5c5c5;
  background-color: #1a1e21;
  border-color: #191c1f;
}

body main[data-theme="Dark"] .btn-check:checked + body main[data-theme="Dark"] .btn-dark:focus,
body main[data-theme="Dark"] .btn-check:active + .btn-dark:focus,
body main[data-theme="Dark"] .btn-dark:active:focus,
body main[data-theme="Dark"] .btn-dark.active:focus,
body main[data-theme="Dark"] .show > body main[data-theme="Dark"] .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body main[data-theme="Dark"] .btn-dark:disabled,
body main[data-theme="Dark"] .btn-dark.disabled {
  color: #c5c5c5;
  background-color: var(--bs-blue-dark);
  border-color: var(--bs-blue-dark);
}

body main[data-theme="Dark"] .dropdown-menu-dark {
  color: #dee2e6;
  background-color: var(--bs-dark);
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item:hover, body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item:focus {
  color: #c5c5c5;
  background-color: rgba(255, 255, 255, 0.15);
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item.active, body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item:active {
  color: #c5c5c5;
  text-decoration: none;
  background-color: var(--bs-primary);
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item.disabled, body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item .dropdown-item-text {
  color: #dee2e6;
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item .dropdown-header {
  color: #adb5bd;
}

body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item .dropdown-item:hover,
body main[data-theme="Dark"] .dropdown-menu-dark .dropdown-item .dropdown-item:focus {
  color: #c5c5c5;
  background-color: #272b30;
}

body main[data-theme="Dark"] .text-dark {
  color: var(--bs-dark);
}

body main[data-theme="Dark"] .form-control {
  color: var(--bs-primary);
  background-color: #272b30;
}

body main[data-theme="Dark"] .form-control:focus {
  color: var(--bs-primary);
  background-color: #272b30;
}

body main[data-theme="Dark"] .message label {
  color: var(--bs-primary) !important;
}

body main[data-theme="Dark"] .btn-primary {
  color: #272b30;
  font-weight: 500;
  background-color: var(--bs-primary);
}

body main[data-theme="Dark"] .btn-primary:hover {
  color: var(--bs-dark);
  font-weight: 500;
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Dark"] .btn-check:focus + body main[data-theme="Dark"] .btn-primary,
body main[data-theme="Dark"] .btn-primary:focus {
  color: var(--bs-dark);
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Dark"] .text-dark {
  color: var(--bs-blue-dark) !important;
}

body main[data-theme="Dark"] .item .box h6,
body main[data-theme="Dark"] .item > h6,
body main[data-theme="Dark"] .skill > h6 {
  color: #c5c5c5 !important;
}

body main[data-theme="Dark"] .page-item.active .page-link {
  color: #272b30;
}

body main[data-theme="Dark"] .page-item.active .page-link:hover {
  color: var(--bs-primary);
}

body main[data-theme="Dark"] .accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: var(--bs-dark);
}

body main[data-theme="Dark"] .accordion-button {
  color: #bbbbbb;
}

body main[data-theme="Dark"] .blog-categories ul.category li a:hover,
body main[data-theme="Dark"] .blog-categories ul.category li:hover {
  color: var(--bs-primary) !important;
}

body main[data-theme="Dark"] .blog-recent ul.list-group li.list-group-item,
body main[data-theme="Dark"] .blog-archive ul.list-group li.list-group-item {
  color: #bbbbbb;
}

body main[data-theme="Dark"] .blog-categories ul.category li a,
body main[data-theme="Dark"] .blog-tags ul.tags li a {
  color: #bbbbbb !important;
}

body main[data-theme="Dark"] .btn-nav-comment button.btn.btn-comment.vote-up:hover {
  color: var(--bs-success) !important;
}

body main[data-theme="Dark"] .btn-nav-comment button.btn.btn-comment.vote-down:hover {
  color: var(--bs-danger) !important;
}

body main[data-theme="Dark"] .blog-box,
body main[data-theme="Dark"] .blog-recent,
body main[data-theme="Dark"] .blog-tags,
body main[data-theme="Dark"] .blog-categories,
body main[data-theme="Dark"] .blog-archive,
body main[data-theme="Dark"] .comment-box,
body main[data-theme="Dark"] .comment-form {
  border-radius: 1rem;
  background-color: var(--bs-dark);
}

body main[data-theme="Dark"] .TableOfContent .accordion .accordion-body {
  background-color: #272b30;
}

body main[data-theme="Dark"] .TableOfContent .accordion .accordion-body ul.list-group li {
  background-color: transparent;
  border: none;
  color: #bbbbbb;
}

body main[data-theme="Dark"] .TableOfContent .accordion .accordion-body ul.list-group li:focus {
  color: var(--bs-primary);
}

body main[data-theme="Dark"] .blog-recent ul.list-group li.list-group-item:hover,
body main[data-theme="Dark"] .blog-archive ul.list-group li.list-group-item:hover {
  background-color: var(--bs-primary);
  color: var(--bs-dark);
}

body main[data-theme="Dark"] .nav li.active a.link i,
body main[data-theme="Dark"] .nav a.link:hover i {
  color: #272b30 !important;
}

/* Light Mode */
body main[data-theme="Light"], body main,
body main[data-theme="Light"],
body main {
  color: var(--bs-blue-dark);
}

body main[data-theme="Light"] .accordion-button:not(.collapsed), body main .accordion-button:not(.collapsed),
body main[data-theme="Light"] .accordion-button:not(.collapsed),
body main .accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
}

body main[data-theme="Light"] > nav, body main > nav,
body main[data-theme="Light"] > nav,
body main > nav {
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

body main[data-theme="Light"] > nav ul li:hover i,
body main[data-theme="Light"] > nav ul li.active i,
body main[data-theme="Light"] > nav ul li.active a i,
body main[data-theme="Light"] > nav ul li:hover a i, body main > nav ul li:hover i,
body main > nav ul li.active i,
body main > nav ul li.active a i,
body main > nav ul li:hover a i,
body main[data-theme="Light"] > nav ul li:hover i,
body main[data-theme="Light"] > nav ul li.active i,
body main[data-theme="Light"] > nav ul li.active a i,
body main[data-theme="Light"] > nav ul li:hover a i,
body main > nav ul li:hover i,
body main > nav ul li.active i,
body main > nav ul li.active a i,
body main > nav ul li:hover a i {
  color: white;
}

body main[data-theme="Light"] > nav ul li, body main > nav ul li,
body main[data-theme="Light"] > nav ul li,
body main > nav ul li {
  border: none;
  background-color: #f5f5f5;
}

body main[data-theme="Light"] > nav ul li.active, body main > nav ul li.active,
body main[data-theme="Light"] > nav ul li.active,
body main > nav ul li.active {
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
}

body main[data-theme="Light"] > nav ul li:hover, body main > nav ul li:hover,
body main[data-theme="Light"] > nav ul li:hover,
body main > nav ul li:hover {
  background-color: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

body main[data-theme="Light"] > nav ul li a i, body main > nav ul li a i,
body main[data-theme="Light"] > nav ul li a i,
body main > nav ul li a i {
  color: var(--bs-primary);
}

body main[data-theme="Light"] section.content, body main section.content,
body main[data-theme="Light"] section.content,
body main section.content {
  background: white;
}

body main[data-theme="Light"] section.content #social .social-us:hover a, body main section.content #social .social-us:hover a,
body main[data-theme="Light"] section.content #social .social-us:hover a,
body main section.content #social .social-us:hover a {
  color: var(--bs-primary) !important;
}

body main[data-theme="Light"] section.content #social .shape:hover, body main section.content #social .shape:hover,
body main[data-theme="Light"] section.content #social .shape:hover,
body main section.content #social .shape:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

body main[data-theme="Light"] section.content .profile-content .social i, body main section.content .profile-content .social i,
body main[data-theme="Light"] section.content .profile-content .social i,
body main section.content .profile-content .social i {
  color: #b9b9b9;
}

body main[data-theme="Light"] section.content .profile-content .social a:hover .shape,
body main[data-theme="Light"] section.content .profile-content .social a:hover i, body main section.content .profile-content .social a:hover .shape,
body main section.content .profile-content .social a:hover i,
body main[data-theme="Light"] section.content .profile-content .social a:hover .shape,
body main[data-theme="Light"] section.content .profile-content .social a:hover i,
body main section.content .profile-content .social a:hover .shape,
body main section.content .profile-content .social a:hover i {
  color: #fff;
  background-color: var(--bs-primary);
}

body main[data-theme="Light"] section.content .profile-content .social .shape,
body main[data-theme="Light"] section.content #social .shape, body main section.content .profile-content .social .shape,
body main section.content #social .shape,
body main[data-theme="Light"] section.content .profile-content .social .shape,
body main[data-theme="Light"] section.content #social .shape,
body main section.content .profile-content .social .shape,
body main section.content #social .shape {
  background-color: #f5f5f5;
}

body main[data-theme="Light"] section.content .profile-content > p.text-secondary, body main section.content .profile-content > p.text-secondary,
body main[data-theme="Light"] section.content .profile-content > p.text-secondary,
body main section.content .profile-content > p.text-secondary {
  color: #b9b9b9 !important;
}

body main[data-theme="Light"] section.content .filter a:hover,
body main[data-theme="Light"] section.content .filter-active, body main section.content .filter a:hover,
body main section.content .filter-active,
body main[data-theme="Light"] section.content .filter a:hover,
body main[data-theme="Light"] section.content .filter-active,
body main section.content .filter a:hover,
body main section.content .filter-active {
  background-color: var(--bs-primary);
  color: #fff !important;
}

body main[data-theme="Light"] section.content .btn.btn-pink-outline, body main section.content .btn.btn-pink-outline,
body main[data-theme="Light"] section.content .btn.btn-pink-outline,
body main section.content .btn.btn-pink-outline {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
}

body main[data-theme="Light"] section.content .btn.btn-pink-outline:hover, body main section.content .btn.btn-pink-outline:hover,
body main[data-theme="Light"] section.content .btn.btn-pink-outline:hover,
body main section.content .btn.btn-pink-outline:hover {
  color: #fff;
}

body main[data-theme="Light"] section.content input#search, body main section.content input#search,
body main[data-theme="Light"] section.content input#search,
body main section.content input#search {
  background-color: #f9fafb;
}

body main[data-theme="Light"] section.content .progress-bars, body main section.content .progress-bars,
body main[data-theme="Light"] section.content .progress-bars,
body main section.content .progress-bars {
  background: var(--bs-primary);
}

body main[data-theme="Light"] section.content .progress-bars::after, body main section.content .progress-bars::after,
body main[data-theme="Light"] section.content .progress-bars::after,
body main section.content .progress-bars::after {
  background: #ececec;
}

body main[data-theme="Light"] section.content .progress, body main section.content .progress,
body main[data-theme="Light"] section.content .progress,
body main section.content .progress {
  background-color: #f9f9f9;
}

body main[data-theme="Light"] section.content .progress-bar, body main section.content .progress-bar,
body main[data-theme="Light"] section.content .progress-bar,
body main section.content .progress-bar {
  color: #fff;
  background-color: var(--bs-primary);
}

body main[data-theme="Light"] .accordion-button:not(.collapsed), body main .accordion-button:not(.collapsed),
body main[data-theme="Light"] .accordion-button:not(.collapsed),
body main .accordion-button:not(.collapsed) {
  background-color: var(--bs-primary);
  color: #fff;
}

body main[data-theme="Light"] .blog-categories ul.category li a:hover,
body main[data-theme="Light"] .blog-categories ul.category li:hover, body main .blog-categories ul.category li a:hover,
body main .blog-categories ul.category li:hover,
body main[data-theme="Light"] .blog-categories ul.category li a:hover,
body main[data-theme="Light"] .blog-categories ul.category li:hover,
body main .blog-categories ul.category li a:hover,
body main .blog-categories ul.category li:hover {
  color: var(--bs-primary) !important;
}

body main[data-theme="Light"] .accordion-button, body main .accordion-button,
body main[data-theme="Light"] .accordion-button,
body main .accordion-button {
  color: #5b5b5b;
}

body main[data-theme="Light"] .blog-recent ul.list-group li.list-group-item,
body main[data-theme="Light"] .blog-archive ul.list-group li.list-group-item,
body main[data-theme="Light"] .blog-categories ul.category li a,
body main[data-theme="Light"] .blog-tags ul.tags li a, body main .blog-recent ul.list-group li.list-group-item,
body main .blog-archive ul.list-group li.list-group-item,
body main .blog-categories ul.category li a,
body main .blog-tags ul.tags li a,
body main[data-theme="Light"] .blog-recent ul.list-group li.list-group-item,
body main[data-theme="Light"] .blog-archive ul.list-group li.list-group-item,
body main[data-theme="Light"] .blog-categories ul.category li a,
body main[data-theme="Light"] .blog-tags ul.tags li a,
body main .blog-recent ul.list-group li.list-group-item,
body main .blog-archive ul.list-group li.list-group-item,
body main .blog-categories ul.category li a,
body main .blog-tags ul.tags li a {
  color: #5b5b5b;
}

body main[data-theme="Light"] .btn-nav-comment button.btn.btn-comment.vote-up:hover, body main .btn-nav-comment button.btn.btn-comment.vote-up:hover,
body main[data-theme="Light"] .btn-nav-comment button.btn.btn-comment.vote-up:hover,
body main .btn-nav-comment button.btn.btn-comment.vote-up:hover {
  color: var(--bs-success) !important;
}

body main[data-theme="Light"] .btn-nav-comment button.btn.btn-comment.vote-down:hover, body main .btn-nav-comment button.btn.btn-comment.vote-down:hover,
body main[data-theme="Light"] .btn-nav-comment button.btn.btn-comment.vote-down:hover,
body main .btn-nav-comment button.btn.btn-comment.vote-down:hover {
  color: var(--bs-danger) !important;
}

body main[data-theme="Light"] .blog-box,
body main[data-theme="Light"] .blog-recent,
body main[data-theme="Light"] .blog-tags,
body main[data-theme="Light"] .blog-categories,
body main[data-theme="Light"] .blog-archive,
body main[data-theme="Light"] .comment-box,
body main[data-theme="Light"] .comment-form, body main .blog-box,
body main .blog-recent,
body main .blog-tags,
body main .blog-categories,
body main .blog-archive,
body main .comment-box,
body main .comment-form,
body main[data-theme="Light"] .blog-box,
body main[data-theme="Light"] .blog-recent,
body main[data-theme="Light"] .blog-tags,
body main[data-theme="Light"] .blog-categories,
body main[data-theme="Light"] .blog-archive,
body main[data-theme="Light"] .comment-box,
body main[data-theme="Light"] .comment-form,
body main .blog-box,
body main .blog-recent,
body main .blog-tags,
body main .blog-categories,
body main .blog-archive,
body main .comment-box,
body main .comment-form {
  border-radius: 1rem;
  background-color: #f9fafb;
}

body main[data-theme="Light"] .blog-quote, body main .blog-quote,
body main[data-theme="Light"] .blog-quote,
body main .blog-quote {
  background-color: #f5f5f5;
  border-radius: 10px;
}

body main[data-theme="Light"] .blog-recent ul.list-group li.list-group-item:hover,
body main[data-theme="Light"] .blog-archive ul.list-group li.list-group-item:hover, body main .blog-recent ul.list-group li.list-group-item:hover,
body main .blog-archive ul.list-group li.list-group-item:hover,
body main[data-theme="Light"] .blog-recent ul.list-group li.list-group-item:hover,
body main[data-theme="Light"] .blog-archive ul.list-group li.list-group-item:hover,
body main .blog-recent ul.list-group li.list-group-item:hover,
body main .blog-archive ul.list-group li.list-group-item:hover {
  background-color: var(--bs-primary);
  color: #fff;
}

body main[data-theme="Light"] .TableOfContent .accordion .accordion-body, body main .TableOfContent .accordion .accordion-body,
body main[data-theme="Light"] .TableOfContent .accordion .accordion-body,
body main .TableOfContent .accordion .accordion-body {
  background-color: #f5f5f5;
}

body main[data-theme="Light"] .TableOfContent .accordion .accordion-body ul.list-group li:hover, body main .TableOfContent .accordion .accordion-body ul.list-group li:hover,
body main[data-theme="Light"] .TableOfContent .accordion .accordion-body ul.list-group li:hover,
body main .TableOfContent .accordion .accordion-body ul.list-group li:hover {
  color: var(--bs-primary);
}

body main[data-theme="Light"] .TableOfContent .accordion .accordion-body ul.list-group li, body main .TableOfContent .accordion .accordion-body ul.list-group li,
body main[data-theme="Light"] .TableOfContent .accordion .accordion-body ul.list-group li,
body main .TableOfContent .accordion .accordion-body ul.list-group li {
  background-color: transparent;
  border: none;
  color: #5b5b5b;
}

body main[data-theme="Light"] .btn.btn-pink:hover,
body main[data-theme="Light"] .btn.btn-pink, body main .btn.btn-pink:hover,
body main .btn.btn-pink,
body main[data-theme="Light"] .btn.btn-pink:hover,
body main[data-theme="Light"] .btn.btn-pink,
body main .btn.btn-pink:hover,
body main .btn.btn-pink {
  color: #fff;
}

body main[data-theme="Light"] .btn.btn-pink-outline:hover, body main .btn.btn-pink-outline:hover,
body main[data-theme="Light"] .btn.btn-pink-outline:hover,
body main .btn.btn-pink-outline:hover {
  color: #fff;
}

body main[data-theme="Light"] .card, body main .card,
body main[data-theme="Light"] .card,
body main .card {
  background-color: #fff;
}

body main[data-theme="Light"] .card .card-header, body main .card .card-header,
body main[data-theme="Light"] .card .card-header,
body main .card .card-header {
  background-color: rgba(0, 0, 0, 0.3);
}

body main[data-theme="Light"] .card:hover .card-text, body main .card:hover .card-text,
body main[data-theme="Light"] .card:hover .card-text,
body main .card:hover .card-text {
  color: var(--bs-blue-dark);
}

body main[data-theme="Light"] .text-secondary,
body main[data-theme="Light"] .card-text, body main .text-secondary,
body main .card-text,
body main[data-theme="Light"] .text-secondary,
body main[data-theme="Light"] .card-text,
body main .text-secondary,
body main .card-text {
  color: #5b5b5b;
}

body main[data-theme="Light"] .page-link, body main .page-link,
body main[data-theme="Light"] .page-link,
body main .page-link {
  color: var(--bs-primary);
  background-color: #fff;
}

body main[data-theme="Light"] .page-link:hover, body main[data-theme="Light"] .page-link:focus, body main .page-link:hover, body main .page-link:focus,
body main[data-theme="Light"] .page-link:hover,
body main[data-theme="Light"] .page-link:focus,
body main .page-link:hover,
body main .page-link:focus {
  background-color: #e9ecef;
  color: var(--bs-primary-hov);
}

body main[data-theme="Light"] .dropdown-menu, body main .dropdown-menu,
body main[data-theme="Light"] .dropdown-menu,
body main .dropdown-menu {
  color: var(--bs-blue-dark);
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
}

body main[data-theme="Light"] .dropdown-menu .dropdown-item:hover,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:focus, body main .dropdown-menu .dropdown-item:hover,
body main .dropdown-menu .dropdown-item:focus,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:hover,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:focus,
body main .dropdown-menu .dropdown-item:hover,
body main .dropdown-menu .dropdown-item:focus {
  color: #1e2125;
  background-color: #f9fafb;
}

body main[data-theme="Light"] .dropdown-menu .dropdown-item.active,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:active, body main .dropdown-menu .dropdown-item.active,
body main .dropdown-menu .dropdown-item:active,
body main[data-theme="Light"] .dropdown-menu .dropdown-item.active,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:active,
body main .dropdown-menu .dropdown-item.active,
body main .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--bs-primary);
}

body main[data-theme="Light"] .dropdown-menu .dropdown-item.disabled,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:disabled, body main .dropdown-menu .dropdown-item.disabled,
body main .dropdown-menu .dropdown-item:disabled,
body main[data-theme="Light"] .dropdown-menu .dropdown-item.disabled,
body main[data-theme="Light"] .dropdown-menu .dropdown-item:disabled,
body main .dropdown-menu .dropdown-item.disabled,
body main .dropdown-menu .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

body main[data-theme="Light"] .form-control, body main .form-control,
body main[data-theme="Light"] .form-control,
body main .form-control {
  color: var(--bs-primary);
  background-color: #f5f5f5;
}

body main[data-theme="Light"] .form-control:focus, body main .form-control:focus,
body main[data-theme="Light"] .form-control:focus,
body main .form-control:focus {
  color: var(--bs-primary);
  background-color: #f5f5f5;
}

body main[data-theme="Light"] .btn-primary, body main .btn-primary,
body main[data-theme="Light"] .btn-primary,
body main .btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
}

body main[data-theme="Light"] .btn-primary:hover, body main .btn-primary:hover,
body main[data-theme="Light"] .btn-primary:hover,
body main .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Light"] .btn-check:focus + body main[data-theme="Light"] .btn-primary,
body main[data-theme="Light"] .btn-primary:focus, body main .btn-check:focus + body main[data-theme="Light"] .btn-primary,
body main .btn-primary:focus,
body main[data-theme="Light"] .btn-check:focus + body main[data-theme="Light"] .btn-primary,
body main[data-theme="Light"] .btn-primary:focus,
body main .btn-check:focus + body main[data-theme="Light"] .btn-primary,
body main .btn-primary:focus, body main[data-theme="Light"] .btn-check:focus + body main .btn-primary, body main .btn-check:focus + body main .btn-primary,
body main[data-theme="Light"] .btn-check:focus + body main .btn-primary,
body main .btn-check:focus + body main .btn-primary, body main[data-theme="Light"] .btn-check:focus +
body main[data-theme="Light"] .btn-primary, body main .btn-check:focus +
body main[data-theme="Light"] .btn-primary,
body main[data-theme="Light"] .btn-check:focus +
body main[data-theme="Light"] .btn-primary,
body main .btn-check:focus +
body main[data-theme="Light"] .btn-primary, body main[data-theme="Light"] .btn-check:focus +
body main .btn-primary, body main .btn-check:focus +
body main .btn-primary,
body main[data-theme="Light"] .btn-check:focus +
body main .btn-primary,
body main .btn-check:focus +
body main .btn-primary {
  color: #fff;
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Light"] .text-white, body main .text-white,
body main[data-theme="Light"] .text-white,
body main .text-white {
  color: #fff !important;
}

body main[data-theme="Light"] .bg-light, body main .bg-light,
body main[data-theme="Light"] .bg-light,
body main .bg-light {
  background-color: #f8f9fa !important;
}

body main[data-theme="Light"] .btn-primary, body main .btn-primary,
body main[data-theme="Light"] .btn-primary,
body main .btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
}

body main[data-theme="Light"] .btn-primary:hover, body main .btn-primary:hover,
body main[data-theme="Light"] .btn-primary:hover,
body main .btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Light"] .btn-check:focus + .btn-primary,
body main[data-theme="Light"] .btn-primary:focus, body main .btn-check:focus + .btn-primary,
body main .btn-primary:focus,
body main[data-theme="Light"] .btn-check:focus + .btn-primary,
body main[data-theme="Light"] .btn-primary:focus,
body main .btn-check:focus + .btn-primary,
body main .btn-primary:focus {
  color: #fff;
  background-color: var(--bs-primary-hov);
}

body main[data-theme="Light"] .nav li.active a.link i,
body main[data-theme="Light"] .nav a.link:hover i, body main .nav li.active a.link i,
body main .nav a.link:hover i,
body main[data-theme="Light"] .nav li.active a.link i,
body main[data-theme="Light"] .nav a.link:hover i,
body main .nav li.active a.link i,
body main .nav a.link:hover i {
  color: white !important;
}

/* ============== End of Theme =============== */
main {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main > nav.nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  height: 70%;
  left: 10%;
  z-index: 1;
}

main > nav.nav ul {
  list-style: none;
  padding: 0 !important;
  margin: 1rem 0;
}

main > nav.nav ul li {
  width: 34pt;
  height: 34pt;
  border-radius: 10px;
  display: -ms-inline-grid;
  display: inline-grid;
}

main section.content {
  padding: 10px 10px 10px 40px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 80vh;
  width: 75%;
  border-radius: 1rem;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

main section.content .wrap {
  padding: 10px 2%;
}

main section.content .filter {
  border-radius: 3rem;
}

main section.content .avatar img {
  border-radius: 50%;
  border: 6px var(--bs-primary) solid;
  max-width: 280px;
  max-height: 280px;
  padding: 10px;
}

main section.content .profile-content p {
  width: 90%;
}

main section.content .profile span,
main section.content .profile h1 {
  margin: 0;
  padding: 0;
}

main section.content .profile-content .social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main section.content .profile-content .social .shape {
  margin-right: 10px;
  width: 26pt;
  height: 26pt;
  border-radius: 50%;
}

main section.content input#search {
  border-radius: 2rem;
  margin-right: 20px;
}

main section.content .image-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 200px;
  border-radius: 1rem;
}

main section.content .line {
  border-bottom: 2px solid var(--bs-primary);
}

main .buttons i {
  font-weight: bold;
}

main .item {
  margin: 0 1rem;
}

main .item:first-child {
  margin-left: 20px;
}

main .item .box {
  width: 30%;
}

main .container > div.text-center h2 {
  font-weight: bold;
}

main .vertical-line {
  border-left: 2px solid var(--bs-primary);
}

main .vertical-line .item-box > .rounded-circle {
  top: 15px;
  left: -8px;
}

main .resume {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .resume img {
  border: 4px solid var(--bs-primary);
  border-radius: 20px;
  padding: 10px;
  width: 74%;
}

main .about {
  height: 70%;
  padding: 0 !important;
  margin: 0;
}

main .items {
  margin: 5% 0 0 0;
  padding: 0;
}

main .items .col .item h6 {
  font-size: 0.85rem !important;
}

main .resume-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

main .resume-lg img {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main img.avatar-client {
  border-radius: 50%;
  border: 2px solid var(--bs-primary);
  padding: 3px;
}

main .avatar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 20px;
}

main .client-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

main .client-item:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

main .hero-image {
  width: 100%;
  height: 60vh;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 2rem;
}

main .btn-nav {
  padding: 2.5rem 0;
}

main .comment-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .comment-avatar img {
  border: 2px solid var(--bs-primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

main .comment-item {
  padding: 1.25rem 2rem;
  margin: 10px 0;
}

main .comment-item-sub {
  margin-top: 0.75rem;
}

main .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .btn-nav-comment {
  margin-left: 80px;
  margin-top: 10px;
}

main .form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .blog-quote,
main .comment-item {
  border-radius: 10px;
}

main .nav .link i {
  color: var(--bs-primary);
  font-size: 26px;
  display: inline-block;
  margin-top: 20%;
}

a:-webkit-any-link {
  text-decoration: none;
}

a:-moz-any-link {
  text-decoration: none;
}

a:any-link {
  text-decoration: none;
}

span {
  color: var(--bs-primary);
}

p {
  font-weight: 500;
}

.btn.btn-pink:hover {
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

.btn.btn-pink {
  font-weight: 500;
  border-radius: 50rem;
  background-color: var(--bs-primary);
}

.btn.btn-pink-outline:hover {
  background: var(--bs-primary);
  -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
          box-shadow: 0px 0px 6px 2px var(--bs-primary);
  -webkit-transition: ease-in-out;
  transition: ease-in-out;
}

.btn.btn-pink-outline {
  font-weight: 500;
  border-radius: 50rem;
  border-style: solid;
  border-width: 2px;
}

.btn-light {
  color: var(--bs-dark);
  background-color: #f8f9fa;
  border: none;
}

.btn-light:hover {
  color: var(--bs-primary);
  background-color: #f8f9fa;
}

.filter a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.filter {
  margin-left: 5px;
}

.filter a.text-secondary,
.filter-active {
  font-size: small;
  border-radius: 3rem;
}

.filter a.text-secondary:hover,
.filter-active:hover,
.filter a.text-secondary,
.filter-active {
  padding: 0.25rem 1.25rem;
}

.profile-content .buttons a {
  font-size: 14px;
}

#social {
  width: 100%;
  margin-top: 20px;
}

#social .shape {
  margin-top: 10px;
  margin-right: 10px;
  width: 26pt;
  height: 26pt;
  border-radius: 50%;
}

textarea.form-control-sm {
  height: 8rem;
}

section::-webkit-scrollbar,
.modal-fullscreen .modal-body::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
  /* or add it to the track */
}

section::-webkit-scrollbar-thumb,
.modal-fullscreen .modal-body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 30px;
}

#form-comment label {
  font-weight: bold;
}

.blog-tags ul.tags li,
.blog-categories ul.category li {
  list-style: none;
  padding: 5px 10px;
}

.blog-recent ul.list-group li.list-group-item,
.blog-archive ul.list-group li.list-group-item {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  font-weight: 500;
}

.comment-box .comment .comment-item,
.comment-box .comment .comment-item-sub {
  display: block;
}

.blog-categories .category,
.blog-categories .category {
  font-weight: 500;
}

.blog-tags ul.tags li a {
  font-size: small;
}

.btn.btn-comment {
  font-size: 12px;
  padding: 5px;
}

.TableOfContent .accordion .accordion-header .accordion-button {
  border-radius: 10px 10px 0 0;
}

.TableOfContent .accordion .accordion-body {
  border-radius: 0 0 10px 10px;
}

.p-progress > div:hover:nth-child(1),
.p-progress > div:hover:nth-child(2),
.p-progress > div:hover:nth-child(3) {
  color: var(--bs-primary);
}

/* =======================  */
@media (min-width: 319.98px) and (max-width: 578.98px) {
  main[Theme="Dark"] {
    background-color: var(--bs-dark);
    background-image: none;
  }
  main[Theme="Glass"] section.content {
    height: 95vh;
    width: 100%;
  }
  main[Theme="Light"] {
    background-color: #fff;
    background-image: none;
  }
  main > nav.nav-mobile {
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-align: center;
    z-index: 1;
    bottom: 0;
  }
  main > nav.nav-mobile ul.nav-list {
    margin: 0;
    padding: 0;
  }
  main > nav.nav-mobile ul.nav-list,
  main > nav.nav-mobile ul.nav-list li {
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main > nav.nav-mobile ul.nav-list li {
    margin: 0 0 0 10px !important;
    padding: 10px;
    width: 12%;
    height: 12%;
    border-radius: 10px;
    display: -ms-inline-grid;
    display: inline-grid;
  }
  main > nav.nav-mobile ul.nav-list li.list {
    margin: 0 0.8rem 0 0 !important;
  }
  main > nav.nav-mobile ul.nav-list li.active {
    background-color: var(--bs-primary);
    -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
            box-shadow: 0px 0px 6px 2px var(--bs-primary);
  }
  main > nav.nav-mobile ul.nav-list li:hover {
    background-color: var(--bs-primary);
    -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
            box-shadow: 0px 0px 6px 2px var(--bs-primary);
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
  main > nav.nav-mobile ul.nav-list li a i {
    font-size: 28px;
  }
  main > nav.nav {
    display: none;
  }
  main section.content {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px;
    height: 90%;
    width: 100%;
    top: 0;
    position: absolute;
    border-radius: 0;
    overflow-x: hidden;
  }
  main section.content .avatar .image img {
    min-width: 200px;
    border: 4px var(--bs-primary) solid;
  }
  main .filter a {
    margin: 0 5px;
  }
}

@media only screen and (orientation: landscape) and (max-width: 812px) and (max-height: 650px) {
  main > nav.nav-mobile {
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-align: center;
    z-index: 1;
    bottom: 0;
  }
  main > nav.nav-mobile ul.nav-list {
    margin: 0;
    padding: 0;
  }
  main > nav.nav-mobile ul.nav-list,
  main > nav.nav-mobile ul.nav-list li {
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main > nav.nav-mobile ul.nav-list li {
    margin: 0 0 0 10px !important;
    padding: 10px;
    width: 12%;
    height: 12%;
    border-radius: 10px;
    display: -ms-inline-grid;
    display: inline-grid;
  }
  main > nav.nav-mobile ul.nav-list li.list {
    margin: 0 0.8rem 0 0 !important;
  }
  main > nav.nav-mobile ul.nav-list li.active {
    background-color: var(--bs-primary);
    -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
            box-shadow: 0px 0px 6px 2px var(--bs-primary);
  }
  main > nav.nav-mobile ul.nav-list li:hover {
    background-color: var(--bs-primary);
    -webkit-box-shadow: 0px 0px 6px 2px var(--bs-primary);
            box-shadow: 0px 0px 6px 2px var(--bs-primary);
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
  main > nav.nav-mobile ul.nav-list li a i {
    font-size: 28px;
  }
  main > nav.nav {
    display: none;
  }
  main > nav.nav-mobile {
    display: block !important;
  }
  main section.content {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px;
    height: 90%;
    width: 100%;
    top: 0;
    position: absolute;
    border-radius: 0;
    overflow-x: hidden;
  }
  main section.content .avatar .image img {
    min-width: 200px;
    border: 4px var(--bs-primary) solid;
  }
  main .filter a {
    margin: 0 5px;
  }
}

@media (min-width: 319.98px) and (max-width: 419.98px) {
  .blog .hero-image {
    height: 35vh;
  }
}

@media (min-width: 419.98px) and (max-width: 767.98px) {
  .blog .hero-image {
    height: 40vh;
  }
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
  .blog .hero-image {
    height: 45vh;
  }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .blog .hero-image {
    height: 60vh;
  }
}

@media (min-width: 463.98px) {
  main > nav.nav-mobile ul li {
    width: 9.5%;
  }
}

@media (max-width: 767.98px) {
  section .avatar img {
    width: 220px;
    height: 220px;
    border-width: 4px;
  }
  section .profile-content .buttons a {
    font-size: smaller;
  }
  section .profile-content {
    padding: 0 10px 10px 10px;
  }
}

@media (min-width: 578.98px) {
  main > nav.nav-mobile {
    display: none;
  }
}

@media (min-width: 578.98px) {
  .comment-item-sub {
    margin-left: 2rem;
  }
}

@media (min-width: 474.98px) and (max-width: 529.98px) {
  main > nav.nav {
    left: 1.75rem;
  }
}

@media (min-width: 529.99px) and (max-width: 584.98px) {
  main > nav.nav {
    left: 2rem;
  }
}

@media (min-width: 584.99px) and (max-width: 599.98px) {
  main > nav.nav {
    left: 2.25rem;
  }
}

@media (min-width: 599.99px) and (max-width: 654.98px) {
  main > nav.nav {
    left: 2.5rem;
  }
}

@media (min-width: 654.99px) and (max-width: 709.98px) {
  main > nav.nav {
    left: 2.75rem;
  }
}

@media (min-width: 709.99px) and (max-width: 764.98px) {
  main > nav.nav {
    left: 3.5rem;
  }
}

@media (min-width: 764.99px) and (max-width: 847.98px) {
  main > nav.nav {
    left: 3.75rem;
  }
}

@media (min-width: 847.99px) and (max-width: 929.98px) {
  main > nav.nav {
    left: 4.5rem;
  }
}

@media (min-width: 575.98px) and (max-width: 990px) {
  section .profile-content p {
    margin-left: 5%;
  }
  section .profile-content {
    text-align: center;
    margin: 5% 0;
  }
}

@media (min-width: 119.99px) {
  section.aboutme {
    overflow-x: hidden;
  }
}
/*# sourceMappingURL=main.css.map */