/* Input Styles */
#urlInput {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#urlInput:hover {
	outline: 1px solid #1e59bc !important;
}

#urlInput:focus {
	outline: 2px solid #1e59bc !important;
}

/* Progress Bar */
#progressWrapper {
	background: #a4bee5;
	overflow: hidden;
	height: 10px;
	border-radius: 50px;
	display: none;
	margin-top: 10px;
}

#progressBar {
	height: 100%;
	width: 0%;
	/*background: linear-gradient(90deg, #3477e8, #005fff);*/
	color: white;
	text-align: center;
	transition: width 0.4s ease;
	border-radius: 50px;
}

/* Buttons */
.blue-btn {
	background-color: #007bff;
	color: #fff;
	border: none;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.3s ease;
}

.blue-btn:hover {
	background-color: #0056b3;
}

/* Output container */
.output-container {
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.05);*/
}

.output-container textarea {
	width: 100%;
	height: 400px;
	font-family: monospace;
	font-size: 14px;
	white-space: pre-wrap;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px;
	resize: vertical;
}

/* Copy and Download section */
.output-container button {
	margin-right: 10px;
}

/* Status block */
#statusBlock {
    background-color: #1084d32e;
    padding: 0.5%;
    padding-left: 1.5%;
    margin-left: 1.2%;
    max-width: 96%;
    color: #000;
    border-left: 3px solid #3071de;
}

/* Responsive */
@media (max-width: 767px) {
	.input-container {
		flex-direction: column;
	}

	.blue-btn {
		width: 100%;
	}
}



div#resultsBox {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.line {
    color: rgb(5 150 105);
    padding: 10px;
    background: #1c1c1c0a;
    border-radius: 10px;
}


#resultsBox::-webkit-scrollbar {
  width: 0px;              
  height: 0px;             
}
#resultsBox:hover::-webkit-scrollbar {
  width: 3px;              
  height: 3px;             
}
#resultsBox::-webkit-scrollbar-track {
  background: #235dbe2b;    
  border-radius: 10px;
}
#resultsBox::-webkit-scrollbar-thumb {
  background: #2b69d2;       
  border-radius: 10px;
}
#resultsBox::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.progress-bar {
  height: 30px;
  width: 100%;
  background-color: #BFADA3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
  position: relative;
}
.bar {
  width: 0;
  height: 100%;
  background-color: #153d82;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent
  );
  background-size: 30px 30px;
  animation: move 2s linear infinite;
  box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
  transition: width 2s ease-out;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 30px 30px;
  }
}
.perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}

.output-inner-parent {
    margin-top: 30px;
}
.output-header h3 {
    font-weight: 700;
}

@media(max-width:1200px){
div#outputBox {
    margin-top: 0px;
}
    }

@media(max-width:767px){
.output-header {
    gap: 10px;
}
div#resultsBox {
    padding: 0 !important;
}
.output-header button.blue-btn {
    max-width: 100px;
}
.tool-main-div {
    padding: 15px;
}

main#main {
    padding-left: 15px;
    padding-right: 15px;
}
div#outputBox {
    padding: 0;
}
    }
p#errormsg {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    color: red;
}

.input-container {
    max-width: 100%;
    display: flex;
    gap: 10px;
}

.tool-input {
    width: 100%;
}

.progress-wrapper {
    display: none;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #2865cc;
    border-radius: 6px;
    background: #f8f9fa;
}

.progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.progress-bar {
    width: 100%;
    height: 15px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-bar .bar {
    height: 100%;
    background: #2865cc;
    width: 0%;
    transition: width 0.3s ease;
}

.progress-bar .perc {
    color: white;
    font-size: 11px;
    line-height: 15px;
    padding-left: 5px;
}

#currentUrlContainer {
    background: white;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.url-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

#currentUrl {
    word-break: break-word;
    color: #666;
    font-size: 14px;
}

.spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #2865cc;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#categoryButtons {
    display: none;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #2865cc;
    border-radius: 6px;
    background: #f8f9fa;
}

#categoryButtons h3 {
    margin-bottom: 15px;
    color: #2865cc;
}

#buttonContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#statusBlock {
    display: none;
    margin-top: 15px;
    font-weight: 600;
}

.output-inner-parent {
    max-width: 100%;
}

.output-container {
    display: none;
}

.output-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#resultsBox {
    width: 100%;
    max-height: 400px;
    overflow: auto;
    font-family: monospace;
    white-space: pre-wrap;
    border-radius: 6px;
    padding: 10px;
    border: 2px solid #2865cc;
}

.cancel-btn {
    padding: 5px 15px;
    font-size: 12px;
}
.line {
    margin-bottom: 15px;
}







.blogPosttab {
    position: relative;
}
.blogPosttab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.blogPosttab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.blogPosttab input:checked ~ .blogPosttab__content {
  max-height: 10rem;
}

/* Visual styles */
.blogPostaccordion {
  overflow: hidden;
  margin: 20px 0;
}
.blogPosttab__label{
  display: flex;
  color: black;
  background: var(--theme);
  cursor: pointer;
}
.blogPosttab__label {
  justify-content: space-between;
  padding: 10px;
  font-weight: 700;
  background: #e8f1ff ! Important;
  margin-bottom: 0;
}
.blogPosttab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
  font-weight: 400;
}
.blogPosttab input:checked + .blogPosttab__label::after {
  transform: rotate(270deg);
}
.blogPosttab__content p.customAccorPara {
  margin: 0;
  padding: 10px;
}

input#cb2 {
    position: absolute;
}











/*-- Global --*/

ul.customContentUl {
    padding-left: 20px;
}

@media(max-width:767px){
.mainParentContentDiv {
    padding-left: 15px;
    padding-right: 15px;
}
    }