@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

:root,
:root.light {
  --bg-color: #fff;
  --text-color: #123;
}

:root.dark {
  --bg-color: #121212;
  --text-color: #45adfe;
}

body {
  margin: 0;
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
  font-family: "Inter", sans-serif;
}
b{
    color: var(--text-color) !important;
}

.toggle-container {
  position: relative;
}

.theme-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.theme-btn img {
  height: 25px;
  width: 25px;
  object-fit: cover;
}

.theme-btn.light {
  display: none;
}

.dark .theme-btn.dark {
  display: none;
}

.dark .theme-btn.light {
  display: block;
}


/*//////////////////////////////////////////////*/

@media only screen and (max-width: 600px) {
    .mainsidebar{
        display: none;
    }
}
.active-link {
    color: blue !important;
    font-weight: bold !important;
  }
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(185, 183, 183);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(161, 160, 160);
}

.accordion-button:not(.collapsed) {

    background-color: white !important;
    box-shadow: none !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button:focus {

    box-shadow: none !important;
}

.accordion-body {
    padding: 0 !important;
}

.vertical-scroll {
    overflow-y: auto;
    height: 661px;
}

.jsbg {
    background: #374151;
}

.jsbox {
    background: #1f2937;
}

.jstext {
    color: #f8c555;
}

.jsboxheight {
    height: 286px;
}

.jsposition {
    height: 286px;

}

.cursor-pointer {
    cursor: pointer;
}

.jsscroll {
    overflow-y: auto;
}

.xscroll {
        white-space: nowrap;
        overflow-x: auto;
    }

.nextbtn:hover{
background-color: #f9f9f9;
color: blue;
cursor: pointer;
}

.copy-popup {
    position: fixed;
    top: 28%;
    left: 95%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    color:white;
   
   
}
.copy-popup1 {
    position: fixed;
    top: 82%;
    left: 95%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    color:white;
   
   
}

