@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');

* {
  	--diff: calc(var(--max-size) - var(--min-size));
  	--responsive: calc((var(--min-size) * 1px) + var(--diff) * ((100vw - 420px) / (1140 - 420)));
}

body {
  	color: #454547;
  	-webkit-text-size-adjust: 100%;
  	background-color:#1D1D19;
    --max-size: 16;
    --min-size: 16;
    font-size: var(--responsive);
    font-weight: 400;
    color: var(--odd-white-text);
    font-family: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --odd-dark-gray:  #1D1D19;
  --odd-light-gray-folder: #A3A29B;
  --odd-light-gray: #A3A29B;
  --odd-medium-gray: #474740;
  --odd-loading-bar: #AE39E5;
  --odd-red-calendar: #F62929;
  --odd-white-text: #000;
  --white-color: #FFFFFF;
  --border-radius: 0.5rem;
  --odd-yellow: #FFF200;
  --odd-yellow-hover: #e7db00;
}

/*BASIC--------------------*/
.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1580px;
  }
}

.p-odd{padding: 2.25rem}
.pt-odd{padding-top: 2.25rem}
.pb-odd{padding-bottom: 2.25rem}
.ps-odd{padding-left: 2.25rem}
.pe-odd{padding-right: 2.25rem}
.pt-6 {padding-top: 4rem !important;}
.pt-7 {padding-top: 5rem !important;}
.pt-8 {padding-top: 6rem !important;}
.pt-9 {padding-top: 7rem !important;}
.pt-10 {padding-top: 8rem !important;}

.pb-6 {padding-bottom: 4rem !important;}
.pb-7 {padding-bottom: 5rem !important;}
.pb-8 {padding-bottom: 6rem !important;}
.pb-9 {padding-bottom: 7rem !important;}
.pb-10 {padding-bottom: 8rem !important;}

.mt-6 {margin-top: 4rem !important;}
.mt-7 {margin-top: 5rem !important;}
.mt-8 {margin-top: 6rem !important;}
.mt-9 {margin-top: 7rem !important;}
.mt-10 {margin-top: 8rem !important;}

.mb-6 {margin-bottom: 4rem !important;}
.mb-7 {margin-bottom: 5rem !important;}
.mb-8 {margin-bottom: 6rem !important;}
.mb-9 {margin-bottom: 7rem !important;}
.mb-10 {margin-bottom: 8rem !important;}

@media (min-width: 1921px){
.col-xxxl-6 {
  flex: 0 0 auto;
  width: 50%;
}
}

.section-padding-xs{
	padding:2vh 0;
	width: 100%;
}

.section-padding-s{
	padding:6vh 0;
	width: 100%;
}

.section-padding-m{
	padding:8vh 0;
	width: 100%;
}

.section-padding-l{
	padding:10vh 0;
	width: 100%;
}

.section-padding-t-l{
	padding:10vh 0 0 0;
	width: 100%;
}

.section-padding-b-l{
	padding:0 0 10vh 0;
	width: 100%;
}

.section-padding-xl{
	padding:12vh 0;
	width: 100%;
}

.section-padding-t-xl{
	padding:12vh 0 0 0;
	width: 100%;
}

.section-padding-b-xl{
	padding:0 0 12vh 0;
	width: 100%;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--border-color);
    opacity: 1;
}

.btn{
	border-radius: var(--border-radius);
	padding: .5rem 2.75rem;
  font-weight: 500;
}

button:focus {
    outline: none;
}

a:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn:active {
  background-color: inherit;
  border-color: transparent !important;
}

.btn-small{
	padding: .75rem 1.75rem;
	font-size: 1em;
}

.btn-yellow{
	background-color: var(--odd-yellow);
	color: var(--odd-dark-gray);
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus{
  background-color: var(--odd-yellow-hover);
	color: var(--odd-dark-gray);
}

.btn-circle{
  border-radius: 10rem;
  padding: .5rem 1.25rem;
}

.form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*TYPOGRAPHY--------------------*/
h1, h2, h3, h4,.h1, .h2, .h3, .h4 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-weight: 600;
	color: var(--odd-white-text);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
	transition: all 0.2s ease 0s;
	margin-bottom: 0.75em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: var(--orange-color);
	text-decoration: none;
}

h1 {
  	--max-size: 24;
  	--min-size: 22;
  	font-size: var(--responsive);
}

h2, .x-large {
  	--max-size: 21;
  	--min-size: 20;
  	font-size: var(--responsive);
  	line-height: calc(1em + (3 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

h3 {
  	--max-size: 18;
  	--min-size: 16;
  	font-size: var(--responsive);
  	line-height: calc(1em + (3 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

h4 {
  	--max-size: 16;
  	--min-size: 164;
  	font-size: var(--responsive);
  	line-height: calc(1em + (3 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

h5 {
  	--max-size: 14;
  	--min-size: 12;
  	font-size: var(--responsive);
  	line-height: calc(1em + (3 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}

p {
  	margin-top: 0;
  	margin-bottom: 1rem;
  	font-weight: normal;
  	line-height: 1.75;
    -moz-osx-font-smoothing: grayscale;
}

a{
	color: inherit;
	transition: color 0.2s ease 0s;
}

a:hover{
	text-decoration: none;
	color: #472784;
}

b, strong{font-weight:600;}

ul, ol{margin: 0 0 1.25em 0; padding: 0; list-style: none;}

.large{
	font-size: 1.2em;
	margin: 1.5em 0 2.5em 0;
}

.simple-list{
  margin-left: 0px;
}

.simple-list li{
	padding: 0.5em 0;
  list-style: none;
}

.simple-list li a{
  text-decoration: none;
  color: var(--gray-btn-bg);
}

.simple-list li a:hover{
  color: var(--gray-btn-bg-hover);
}

/*TOP----------------------------*/
.top{
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.top-bg {
  height: 60px;
  background: #AEBDF3;
  border-radius: var(--border-radius);
}

.sidebar {
  background: #AEBDF3;
  border-radius: var(--border-radius);
  height: 100%;
}

.content{

  background: linear-gradient(90deg, #ADBCF3 0%, #b7c3f0 33.50%, #C1CAED 89.83%);
  border-radius: var(--border-radius);
  height: 100%;
}

.sidebar{
  margin-right: 12px;
  width: 250px;
  max-width: 250px;
  float: left;
}

.content{
  width: calc(100% - 263px);
  float: left;
  margin-bottom: 2rem;
}

.sidebar-menu li .submenu{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1rem;
}

.sidebar-menu li .submenu li a{
  font-size: 90%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sidebar-menu .nav-link{
  color: #000;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  border-left: 8px solid transparent;
}

.sidebar-menu .active{
  color:#FFF;
  background-color: var(--odd-dark-gray);
  border-left: 8px solid var(--odd-yellow);
}

.sidebar-menu i{
  text-align: right;
  font-size: 12px;
  float: right;
}

.dark-gray-bg{
  background: var(--odd-dark-gray);
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15), 0px 3px 6px 0px rgba(0, 0, 0, 0.15), 0px 10px 10px 0px rgba(0, 0, 0, 0.13), 0px 23px 14px 0px rgba(0, 0, 0, 0.08), 0px 40px 16px 0px rgba(0, 0, 0, 0.02), 0px 63px 18px 0px rgba(0, 0, 0, 0.00);
}

.details-textarea{
  resize: none;
  overflow-y: hidden;
  background: var(--odd-medium-gray);
  border-radius: var(--border-radius);
  border: none;
  color: var(--odd-white-text);
  font-style: italic;
  font-weight: 300;
}

.details-textarea:focus{
  color: var(--odd-white-text);
  background: var(--odd-medium-gray);
}

.progress-bg{
  border-radius: var(--border-radius);
  border: 2px solid var(--odd-medium-gray);
  background: var(--odd-dark-gray);
}

.progress{
  height: 8px;
}

.progress-bar{
  background-color: var(--odd-loading-bar);
}

.username{
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 10em;
  line-height: 24px;
  color: var(--odd-dark-gray);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.user-01{background-color: var(--odd-yellow)}
.user-02{background: linear-gradient(180deg, #7E4AD3 0%, #C934BA 100%); color: var(--odd-white-text);}
.user-03{background: linear-gradient(180deg, #83D0E8 0%, #435EBC 100%); color: var(--odd-white-text);}
.user-04{background: linear-gradient(180deg, #7E4AD3 0%, #1D1F1C 100%); color: var(--odd-white-text);}
.user-02:hover, .user-03:hover, .user-04:hover{color: var(--odd-white-text);}

.calendar-section {
  margin-bottom: 20px; }

.calendar, .calendar_weekdays,
.calendar_content {
  max-width: 585px;
}

.calendar {
  margin: auto;
  min-width: 270px;
  font-weight: 400;
  font-size: 11px;
}

.calendar_weekdays {
  color: #B3B3B3;
  font-weight: 400;
}

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  color: #B3B3B3;
  font-weight: 500;
}

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
}

.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
  content: ' ';
  display: table;
  clear: both;
}

.calendar_weekdays div, .calendar_content div {
  width: 14.28571%;
  height: 26px;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
}

.calendar_content div {
  float: left;
  border-radius: 2px;
  border:2px solid var(--odd-dark-gray);
}

.calendar_content div:hover {
  cursor: pointer;
}

.calendar_content div.blank:hover {
  cursor: default;
  border: none;
}

.calendar_content div.past-date {
  cursor: initial;
  color: var(--odd-light-gray);
}

.calendar_content div.today {
  font-size: 11px;
  color: #fff;
  background-color: #000000;
}

.calendar_content div.selected {
  background-color: #000000;
}

.calendar_header {
  width: 100%;
  text-align: center;
  position: relative;
  height: 40px;
  display: table;
  vertical-align: middle;
}

.calendar_header h2 {
  margin-top: 22px;
  padding: 0;
  font-weight: 500;
  font-size: 11px;
  color: var(--odd-white-text);
  text-transform: uppercase;
}

button.switch-month {
  background-color: transparent;
  padding: 0;
  outline: none;
  border: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--odd-white-text);
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

button.switch-month.switch-left {
  left: 0;
}
button.switch-month.switch-right {
  right: 0;
}

button.switch-month:hover {
  color: var(--odd-yellow);
}

button.switch-month:active {
  background-color: transparent;
}

.folder-name{
  color: var(--odd-light-gray);
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.folder-name span{
  display: inline-block;
}

.folder-name:hover{
  color: var(--odd-yellow);
}

/*MEDIA QUERIES--------------------*/
@media (max-width:1280px){
}

@media (max-width: 767px) {
}

@media (max-width: 480px){
}
