
:root{
    
    --c: #012758;
    --f1: "Raleway", sans-serif;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	background-color: var(--c);
} 

.two-col label {
    display: none;
}
.two-col input::placeholder,.two-col textarea::placeholder {
    font-size: 14px;
    font-family: var(--f1);
    color: #000 !important;
    opacity: 1 !IMPORTANT;
    font-weight: 500;
}
small {
    text-align: center !important;
    margin: auto;
    display: table;
    margin-bottom: 20px ! IMPORTANT;
}
.two-col input {
    margin-bottom: 10px;
    padding: 15px 15px ! IMPORTANT;
    color: #000 !important;
    border: 2px solid var(--c) ! IMPORTANT;
    width: 95% ! IMPORTANT;
}
.two-col textarea {
    margin-bottom: 10px;
    padding: 15px 15px;
    color: #000 !important;
    border: 2px solid var(--c);
    width: 95%;
    height: 120px;
    resize: unset;
}
body {
    font-family: Arial, sans-serif;
    background: #f7f9fc;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
body h2 {.list
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.two-col ul li {
    display: inline-block;
    margin: 2px 2px;
}
.two-col ul li.class-heading {
    width: 100%;
    border: unset;
    border-bottom: 1px solid;
    border-radius: 0px ! IMPORTANT;
    font-size: 20px;
    line-height: 30px;
    height: unset;
}
.container {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    width: 70%;
}
.nav {
    justify-content: end;
    margin-top: 20px;
}
.nav button {
    cursor: pointer;
}
button#prevBtn {
    padding: 12px 24px;
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 700;
    border: 1px solid;
}
button#nextBtn, .primary {
    background: var(--c);
    color: #fff;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 700;
    border: unset;
    padding: 14px 30px;
    border-radius: 6px !important;
    height: 45px;
}
html body p {
    font-weight: 400;
    font-size: 20px;
    text-transform: initial !important;
}
html body h1 {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}
body {
    font-family: var(--f1);
    font-weight: 400 !important;
}
.step {
    font-weight: 400;
    font-size: 19px;
}
.step.active {
    font-weight: 400;
}
h1 {text-align:center; margin-bottom:20px;}
.step-bar {
  display:flex;
  justify-content:space-between;
  margin-bottom:30px;
}
.step {
  flex:1;
  text-align:center;
  padding:10px;
  border-bottom:3px solid #d0d7de;
  color:#555;
}
.step.active {
    border-color: var(--c);
    font-weight: bold;
    color: var(--c);
}
.heading {text-align:center;}
.subtext {text-align:center; color:#666; margin-bottom:20px;}
.tabs {
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}
.tab {
  flex:1;
  text-align:center;
  padding:12px;
  cursor:pointer;
  border:1px solid #d0d7de;
  background:#f0f4f9;
}
.tab.active {
  background:var(--c);
  color:#fff;
  border-color:var(--c);
}
.tab-content {
  border:1px solid #d0d7de;
  padding:20px;
  border-radius:0 0 8px 8px;
}
label {display:block; margin-bottom:10px; font-weight:bold;}
input[type="text"], input[type="file"], select,input[type="email"],textarea {
    width: 98%;
    padding: 10px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
}
.btn-next, .secondary, .primary {
  margin-top:20px;
  padding:12px 24px;
  border:none;
  border-radius:8px;
  cursor:pointer;
}

.nav {
    gap: 15px;
}
.primary:hover {background:#1565c0;}
.secondary {
  background:#f0f4f9;
}
button#prevBtn {
    margin-top: 0px ! IMPORTANT;
}
.nav {
    display: flex;
    align-items: center;
}
section.panel.active {
    display: block;
}
section.panel {
    display: none;
}
.class-search {
  display:flex;
  gap:8px;
  margin-bottom:20px;
}
div#totalPrice {
    text-transform: uppercase !important;
}
.class-search input {
  flex:1;
  padding:10px;
  border:1px solid #d0d7de;
  border-radius:8px;
}
.class-search button {
  padding:10px 16px;
  border:none;
  border-radius:8px;
  background: var(--c);
  color:#fff;
  cursor:pointer;
}
.class-search button:hover {background:#1565c0;}

.two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.list {
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 150px;
    border: 1px dashed #cfd8e3;
    border-radius: 10px;
    background: #fafbff;
}
.tab-content label {
    margin: 10px 0px ! IMPORTANT;
}
.two-col ul li {
    border: 1px solid;
    padding: 5px 5px;
    border-radius: 6px ! IMPORTANT;
    font-size: 12px;
}
.two-col ul {
    height: 300px;
    overflow: auto;
    padding: 20px 20px;
}
list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border: 1px solid var(--c);
    font-size: 10px;
    gap: 9px;
    border-radius: 10px ! IMPORTANT;
}
.tut {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--c);
    padding: 10px 15px ! IMPORTANT;
    border-radius: 10px ! IMPORTANT;
    margin-bottom: 10px;
}
.tut h3, .tut div {
    margin: 0px ! IMPORTANT;
    color: #fff ! IMPORTANT;
}
.list button {
    border: none;
    padding: 1px 4px;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 4px;
}
.list button.add {
    background: var(--c);
    color: #fff;
}
.list button.remove {background:#e53935; color:#fff;}

/* Loader Spinner */
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}