/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Mukta:200,400|Roboto:100,300&display=swap");

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    font-family: "Mukta", "sans-serif";
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}
/* ---------------------Text Alignment ------------------*/
.center {
    text-align: center;
}
.align-center {
    align-items: center;
}
/* Font Color */
.text-black {
    color: #000000;
}
.text-red {
    color: #ff0505 !important;
}
.text-white {
    color: #ffffff;
}
.light-text-red {
    color: #f85858 !important;
}
/* -------------------Font Size --------------------*/
.font-extra-small {
    font-size: 0.6em;
}
.font-small {
    font-size: 0.8em;
}
.font-medium {
    font-size: 1.2em;
}
.font-large {
    font-size: 1.5rem;
}
.font-1 {
    font-size: 1rem;
}
.font-2 {
    font-size: 2rem;
}
.font-3 {
    font-size: 3rem;
}
/* -------------------- Font Weight ------------*/
.weight-100 {
    font-weight: 100;
}
.weight-300 {
    font-weight: 300;
}
.weight-400 {
    font-weight: 400;
}
.bold {
    font-weight: bold;
}
/* ------------- Box Shadow --------------*/
.elevate-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.elevate-2 {
    box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.05);
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}
.elevate-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.elevate-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.elevate-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
/* ------------- Padding --------------*/
.p-0 {
    padding: 0 !important;
}
.p-0-1 {
    padding: 0 1rem;
}
.p-0-2 {
    padding: 0 2rem;
}
.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem;
}
.mx-auto {
    margin: auto;
}
.m-0 {
    margin: 0;
}
.m-t-1 {
    margin-top: 1rem;
}
.m-t-3 {
    margin-top: 3em;
}
.m-0-3 {
    margin: 0.3em;
}
/* ------------------Width ------------- */
.w-94 {
    width: 94%;
}
.w-100 {
    width: 100%;
}
.h-auto {
    height: auto !important;
}
/* ---------------Display (Flex)----------------- */
.d-flex {
    display: flex;
}
.d-flex-sb {
    display: flex;
    justify-content: space-between;
}
.d-flex-col {
    display: flex;
    flex-direction: column;
}
.flex-d-col {
    flex-direction: column;
}
/* ----------- Font Family -------------- */
.secondary-font {
    font-family: "Roboto";
}
.material-icons {
    display: inline-flex;
    vertical-align: top;
}
.cursor-p {
    cursor: pointer;
}
/* ----------Background Color ------------------ */
.bg-red {
    background: #bd0000 !important;
}
.bg-blue {
    background-color: #4a47a3 !important;
}
/*-------------- Navbar ----------------*/
.navbar-fixed .navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding: 0 3rem;
}
.navbar {
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 90%;
    margin: 0 auto;
}
.navbar li {
    padding: 1.5em 1em;
}
.nav-link {
    transition: all 0.4s ease;
    border-bottom: 2px solid #fff;
    padding: 1.5rem 1rem;
}
.nav-link:hover {
    border-bottom: 2px solid #4a47a3;
}
.nav-dropdown-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: width 0.2s ease;
}
.nav-dropdown-content ul {
    flex-direction: column;
    align-items: left;
}
.nav-dropdown-content li {
    text-align: left;
}
.left-menu {
    flex-grow: 1;
    text-align: right;
}
.right {
    align-content: flex-end;
}

.aside {
    width: 0%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
}

/*----------- Today Widget ---------------*/
.today-widget {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    height: fit-content;
}

.today-widget-header {
    background: #4a47a3;
    color: #fff;
}
.today-widget-header p {
    margin: 0.5em 0;
}

.today-widget-body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
}
.nep-details,
.eng-details {
    width: 49.5%;
}
.eng-details {
    border-left: 1px solid #5a5454;
}

.today-widget-footer {
    flex-grow: 1;
}
.top-left {
    position: absolute;
    top: 0.5em;
    left: 1em;
}
.top-right {
    position: absolute;
    top: 0.5em;
    right: 1em;
}
.bottom-left {
    position: absolute;
    bottom: 0.5em;
    left: 1em;
}
.bottom-right {
    position: absolute;
    bottom: 0.5em;
    right: 1em;
}

/*----------- Calendar ------------*/
.calendar-container {
    width: 100%;
}

.calendar {
    width: 100%;
}
.calendar-option {
    justify-content: center;
    padding-top: 0.3rem;
}
.month {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.days {
    display: flex;
    flex-direction: row;
}

.days {
    color: black;
    /* color: #ffa07a; */
}

.days p {
    background-color: #fff;
    width: 14%;
    padding: 1.3em 0;
    text-align: center;
    margin: 0;
}

.single-day {
    text-align: center;
    width: 13.5%;
    border: 1px solid #e3dede;
    color: #5a5757;
    position: relative;
    height: 7rem;
    cursor: pointer;
}

.single-day .nep-date {
    font-size: 2rem;
}

.single-day span:nth-child(5) {
    position: absolute;
    right: 10px;
    top: 40%;
    background-color: #c2c2c58a;
    color: #fff;
    padding: 3px;
    font-size: 14px;
    border-radius: 10%;
}

.hoverable:hover {
    background-color: #ebe6e6;
    border: 1px solid #ebe6e6;
    color: black;
}

.eng-date {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    font-size: 0.8em;
    text-align: left;
}
.nep-date {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tithi {
    position: absolute;
    left: 0.5em;
    bottom: 0;
    font-size: 0.8em;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dccfcf;
    margin: 0.5em 0;
    padding: 0 0.5rem;
}
.calendar-header p {
    font-size: 1.5rem;
    color: #544c4c;
}
.calendar-header button {
    border-radius: 50%;
    height: 2em;
    width: 2em;
    text-align: center;
    border: none;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
}
.calendar-header button:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
        0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.month-detail-nep {
    color: #7b7777;
    margin: 0;
}

.holiday {
    color: #ff0505 !important;
    z-index: 9;
}
.holiday:hover {
    background-color: #bd0000;
    border: 1px solid #bd0000 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    /* bd0808 */
}

.today-holiday {
    background-color: #bd0000;
    color: #fff !important;
    border: 1px solid #bd0000 !important;
    z-index: 9;
    /* bd0808 */
}
.today-holiday:hover {
    background-color: #bd0000 !important;
}
.today {
    color: #fff;
    background-color: #27496d;
    border: 1px solid #27496d;
    z-index: 9;
}

.next-month {
    color: #e3dede;
}
.next-month:hover {
    background-color: #fafafa;
}
.next-month span:nth-child(5) {
    color: #f15e5e !important;
}
.side-options {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: rgb(148, 151, 234);
    background: linear-gradient(
        0deg,
        rgba(148, 151, 234, 1) 0%,
        #35495e 38%,
        #35495e 67%,
        rgba(148, 151, 234, 1) 100%
    );

    border-top-left-radius: 20px;
    color: #fff;
}
.side-options div:not(:first-child) {
    padding: 1em;
}
.active-month {
    border: 1px solid blue;
    border-radius: 1em;
    background-color: #fff;
    color: black;
}
/*-------------------- Events Widget -----------------*/
.upcomming-events {
    max-width: 500px;
    text-align: center;
    width: 100%;
}

.upcomming-events .holiday .event-date {
    background-color: #f93b3b;
}
.upcomming-events-header {
    color: #7b7777;
}
.event-date {
    width: 75px;
}
.w-75 {
    width: 75px;
}
.bg-red {
    background-color: #bd0000 !important;
}

.upcomming-events-body {
    padding: 0 0.5em;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

/* width */
.upcomming-events-body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.upcomming-events-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.upcomming-events-body::-webkit-scrollbar-thumb {
    background: #e3dede;
    border-radius: 10px;
}

/* Handle on hover */
.upcomming-events-body::-webkit-scrollbar-thumb:hover {
    background: #d0d4ee;
}

.single-event {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5em;
    overflow: hidden;
}

.event-date {
    color: #fff;
    padding: 0.5em 1rem;
    background-color: #4a47a3;
}
.remaining-detail {
    padding: 0.5em 1rem;
    border-top: 1px solid #e3dede;
    border-bottom: 1px solid #e3dede;
}
.event-detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e3dede;
    border-bottom: 1px solid #e3dede;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 999;
    display: none;
    height: 120vh;
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.5);
}
/* ---------------Modal--------------- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    display: none;
    z-index: 1000;
    max-width: 300px;
    max-height: 350px;
    background-color: #fff;
}
.modal-header,
.modal-footer,
.modal-body {
    padding: 1em 0.5em;
}

.modal-header {
    position: relative;
    background-color: #7f78d2;
    color: #fff;
}
.modal-header .close {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    cursor: pointer;
}

.modal-body span {
    margin: 0.2em;
}
.modal-body p {
    margin: 1em 0.2em;
}
/* ------------This Month Container -------------- */

.this-month-container {
    border: 1px solid #ebe6e6;
}

/* ------------ Grid Container -------------------- */
.grid-container {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 94%;
}

.main-calendar-grid {
    grid-area: 1 / 1 / 6 / 10;
}

.today-widget-grid {
    grid-area: 1 / 10 / 3 / 13; /* grid-row-start / grid-column-start / grid-row-end / grid-column-end */
}

.upcomming-events-grid {
    grid-area: 3 / 13 / 6 / 10;
}

.this-month-grid {
    grid-area: 6 / 4 / 8 / 8;
}

/*-------------- Select Option ---------------- */
.dropbtn {
    background-color: #fff;
    color: white;
    padding: 0.5em 1em;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.dropbtn img,
.dropdown-content img {
    height: 30px;
    background-color: white;
    border-radius: 50%;
    width: 30px;
}

#myInput {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 20px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {
    outline: 3px solid #ddd;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 150px;
    border: 1px solid #ddd;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #fff;
}

.show {
    display: block;
}
/*  */

.items {
    display: flex;
    justify-content: space-between;
    flex: 1;
    border: 1px solid white;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    position: relative;
    font-size: 0;
    perspective: 500px;
}

.item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    color: black;
    padding: 1em 2em;
}

.select-css {
    display: block;
    color: #fff;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #4a47a3;
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;

    color: #fff;
    outline: none;
}
.select-css option {
    font-weight: normal;
}
.custom-select {
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    outline: none;
    margin-right: 0.4rem;
}

/*----------------- Table -------------------*/
table {
    width: 100%;
    border-spacing: 0;
}
th {
    padding: 1rem 1rem;
    text-align: left;
}
td {
    padding: 0.5rem 1rem;
}
td:nth-child(1) {
    width: 70%;
}
tr:nth-child(even) {
    background-color: #f1eaea;
}
.exchange-container {
    width: 60%;
    max-height: 400px;
    overflow-y: auto;
}
.card {
    width: auto;
    max-width: 300px;
    position: relative;
}
.card-body {
    padding: 0.5rem;
}
.card-header {
    padding: 0 0.5rem;
    background-color: #efefef;
}
.card-overlay {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.input-group .custom-select {
    width: 100%;
    max-width: 200px;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    outline: none;
    margin-right: 0.4rem;
}
.btn-primary {
    border: none;
    padding: 0.4rem 0.4rem;
    background: #fff;
    border-radius: 5px;
    outline: none;
    transition: 0.4s;
    cursor: pointer;
}

.btn-primary:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.w-39 {
    width: 39%;
}
.currency-container {
    width: auto;
}

.input-group input[type="text"] {
    width: 100%;
    max-width: 200px;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.justify-center {
    justify-content: center;
}

@media only screen and (max-width: 992px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(16, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 10px;
        width: 94%;
        margin: auto;
    }
    .main-calendar-grid {
        grid-area: 4 / 1 / 12 / 13;
    }

    .today-widget-grid {
        grid-area: 1 / 1 / 4 / 13;
        margin: 0 auto;
    }

    .upcomming-events-grid {
        grid-area: 12 / 1 / 20 / 13;
        margin: 0 auto;
    }
    ​ .this-month-grid {
        grid-area: 12 / 1 / 14 / 6;
    }
}
@media only screen and (max-width: 768px) {
    .grid-container {
        grid-template-rows: repeat(11, 1fr);
    }
    .hide-on-med-and-up {
        display: none;
    }
    .main-calendar-grid {
        grid-area: 4 / 1 / 8 / 13;
    }
    .upcomming-events-grid {
        grid-area: 8 / 1 / 12 / 13;
        margin: 0 auto;
    }
    .single-day {
        height: 3rem;
    }
    .single-day .nep-date {
        font-size: 1rem;
    }
    .side-options div:not(:first-child) {
        padding: 0.1em 0.5em;
    }
    .this-month-grid {
        grid-area: 8 / 1 / 11 / 6;
    }
    .calendar-header p {
        font-size: 1rem;
    }
    .forex-container {
        flex-wrap: wrap;
    }
    .forex-container .w-39 {
        display: flex;
        justify-content: start;
        width: 100%;
        margin-top: 1rem;
    }
    .forex-container .w-39 .card {
        margin: 1rem auto;
        height: fit-content;
    }
    .exchange-container {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .single-day {
        width: 13.9%;
    }
}
@media only screen and (min-width: 768px) {
    .nav-dropdown-content {
        height: 0 !important;
    }
    .hide-on-med-and-down {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .forex-container .w-39 {
        display: block;
        width: 100%;
        margin-top: 1rem;
    }
    .forex-container .w-39 .card {
        margin: 1rem auto;
        height: fit-content;
    }
}
@media only screen and (max-width: 400px) {
    .single-day {
        width: 13%;
    }
}
