@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/*---Color Variables---*/
:root {
    --primary: #DD2849 !important;
    --headingColor: #1A181E;
    --white: #ffffff;
    --theme_gradient: linear-gradient(
    167deg,
    rgba(253, 92, 98, 1) 0%,
    rgba(255, 153, 0, 1) 100%  );
}

/*---Default CSS---*/
body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: 1;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.container {
    max-width: 1140px;
}

/*---Header CSS--*/
.header {
    background: var(--white);
    height: 68px;
    display: flex;
    align-items: center;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.10));
}

.header-area-home {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo img {
    width: 140px;
    margin-top:3px;
}

.download-pdf a {
	padding: 12px 20px;
    color: var(--primary);
    padding: 15px 20px;
    display: flex;
    column-gap: 10px;
    line-height: 1;
    text-decoration:none;
    justify-content: center;
    border-radius: 30px;
    border:1px solid var(--primary);
}

.download-btn {}

.download-btn a {
    background: var(--primary);
    color: var(--white);
    padding: 15px 20px;
    display: flex;
    column-gap: 10px;
    border-radius: 30px;
    line-height: 1;
    text-decoration:none;
    justify-content: center;
    border:1px solid var(--primary);
}

.download-btn a:hover {
    background: #bc0022f7;
    color: var(--white);
    text-decoration:none
}

.download-btn a i {}

.download-btn a span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.error-msg {
	color:red;
	margin-top:5px;
	display:block;
}
/*---Banner CSS--- */
.banner {
    padding: 66px 0px;
    position: relative;
    z-index: 10;
}

.shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 522px;
}

.banner_content h1 {
    color: var(--Primary-Color, #DD2849);
    font-family: Montserrat;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.banner_content p {
    color: #444;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    max-width: 624px;
}

.sign_form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
    max-width: 422px;
    min-height: 373px;
    padding: 30px;
    margin-left: auto;
}

.form_area h3 {
    color: #1A181E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    margin-top:0;
}

.form_area .input_group label {
    color: #1A181E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: .5rem;
}

.form_area .input_group label strong {
    color: var(--primary);
}

.form_area .input_group input {
    border-radius: 5px;
    border: 1px solid var(--strock-color, #E7E7E7);
    background: #FFF;
    backdrop-filter: blur(60px);
    height: 45px;
    color: #1A181E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow:none !important;
}

.otp_btn a, .otp_btn button {
    border: none;
    background: var(--primary);
    width: 100%;
    height: 45px;
    line-height: 45px !important;
    border-radius: 5px !important;
    backdrop-filter: blur(60px);
    margin: 26px 0 30px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    transition: .3s ease;
    display:block;
    text-align:center
}

.otp_btn a:hover, .otp_btn button:hover {
    background: #bc0022f7;
}

#resendotp {color:var(--primary)}

.divider {
    background: var(--primary);
    width: 100px;
    height: 1px;
    margin: auto;
    margin-bottom: 30px;
}

.google_btn a {
    border-radius: 5px;
    border: 1px solid var(--strock-color, #E7E7E7);
    background: #FFF;
    backdrop-filter: blur(60px);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.google_btn a:hover {
    background: #E7E7E7;
}

.google_btn a span {
    color: #1A181E;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*
#####################################################
Process CSS
#####################################################
 */
.process_area {
    padding: 80px 0;
    background: #FCFCFC;
}

.heading_holder h2 {
    color: #333;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding:0 30px 10px 30px;
    position: relative;
    margin-bottom: 80px;
    margin-top:0;
}

.heading_holder h2::after {
    content: "";
    background: var(--primary);
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.process_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 92px;
}

.process_card {
    flex: 1;
    text-align: center;
    position: relative;
}

.process_card::after {
    content: "";
    background: url(../images/arrow.svg);
    width: 182px;
    position: absolute;
    top: 25px;
    left: 90%;
    height: 24.736px;
    background-repeat: no-repeat;
    background-size: contain;
}

.process_card:last-child:after {
    display: none;
}

.step_box {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}

.step_box::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px dashed var(--primary);
    position: absolute;
    border-radius: 50%;
    animation: rotted 1.5s linear infinite;
}

@keyframes rotted {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

.step_box>span {
    background: var(--primary);
    width: 90px;
    height: 90px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.process_card h3 {
    color: #333;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.process_card h3 strong {
    color: var(--primary);
    font-weight:600
}

.process_card h3 strong a {
    color: var(--primary);
}

/*---Copyright CSS---*/

.copyright {
    padding: 19px 0;
    border-top: 1px solid #e7e7e7;
}

.copyright_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.copyright_wrapper p {
    color: #808080;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
}

.copyright_wrapper p i {
    color: var(--primary);
}

/* My-docs CSS */
.document_wrapper {
    display: grid;
    grid-template-columns: 245px 1fr;
    position: relative;
    height: 100vh;
}
.overley {
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.overley.show {
    opacity: 1;
    visibility: visible;
}
.sidebar {
    background: #f7f5f3;
    height: 100%;
    position: relative;
}

.sidebar_logo {
    padding: 10px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.logo_img {
    width: 120px;
}

.logo_img img {
    width: 100%;
}


.sidebar_list ul li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.sidebar_list ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: #333;
    font-size: 15px;
}

.list_icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
}
.submenu {
    display: none;
}
.submenu ul {
    background: #fff7f0;
}

.submenu>ul li:last-child {
    border: none;
}

.submenu>ul li a {
    font-size: 14px;
    padding: 10px 30px;
    color: #121212;
    transition: .3s;
}

.submenu>ul li:hover a {
    background: #fff;
}

.close_btn {
    width: 30px;
    height: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    display: grid;
    place-items: center;
    position: absolute;
    right: -30px;
    z-index: 9;
    cursor: pointer;
    display: none;
}
.main_wrapper {
    background: #ffff;
    height: auto;
}

.navbar {
    background: #FDFDFD;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    padding: 12px 30px;
    margin-bottom:0 !important
}

.main_wrapper .navbar:before, .main_wrapper .navbar:after {
	content: initial !important;
}

.menu_bar {
    background: #efefef;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.menu_bar i {
    font-size: 20px;
}

.search_bar {
    border-radius: 30px;
    background: #FFF;
    width: 335px;
    height: 45px;
    position: relative;
}

.search_bar input {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: none;
    border: 1px solid #E7E7E7;
    padding: 14px 20px;
    outline: none;
}

.search_bar input:focus {
    border-color: var(--primary);
}

.search_bar img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    color: var(--primary);
}

.user_area {
    position: relative;
    cursor: pointer;
}

.user_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user_img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user_info>span {
    color: #3E3E3E;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.user_content {
    background: #ffffff;
    width: 200px;
    position: absolute;
    top: 100%;
    left: -40px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: none;
}

.user_content li {
    border-bottom: 1px solid #e5e5e5;
}

.user_content li:last-child {
    border: none;
}

.user_content li a {
    padding: 11px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}

.user_content li a i {
    font-size: 20px;
}

.user_content li:hover a {
    background: #f9f9f9;
    color: var(--headingColor);
}


.document_area {
    padding: 30px;
}

.heading {
    color: var(--headingColor);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
    margin-top:0
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
    padding: 10px 30px;
}

.document_area .table th {
    color: #FFF;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.document_area .table td {
    color: #3E3E3E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: .85rem;
}

.table-striped tbody tr:hover {
	cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}
.pagination {
	color: #444;
	display:inline-block;
	font-size: 15px;
}
.pagination a {
	color: var(--primary);
	padding:0 4px;
}
.thumb-pdf {
	height:150px;
	width:180px;
	border:1px solid #ccc;
	border-radius:6px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	margin-botton:15px;
}
.open-pdf-btn {
  border: none;
  background: var(--primary);
  height: 60px;
  border-radius: 5px;
  backdrop-filter: blur(60px);
  margin: 15px 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
  transition: .3s ease;
  float:left;
  padding:0 40px;
  font-weight:500
}

.open-pdf-btn:hover {
	background: #bc0022f7;
	color:#fff
}

.scroll-to-top {
  position: fixed;
  display: none;
  bottom: 50px;
  z-index: 999;
}
.scroll-to-top.right {
  right: 30px;
}

/* =============================
question page start
================================ */
.body_wrapper {
  scrollbar-color: rgba(255, 153, 0, 1) #ffffff;
}

/*! Other Browser */
.body_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.body_wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.body_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 1);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent);
}
.secondary_btn,
.primary_btn {
  background: transparent;
  border: 1px solid #000;
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--font_black);
  box-shadow: none !important;
  transition: 0.3s;
  padding: 9px 12px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  min-height: 40px;
}
.btn-send {
  background: linear-gradient(
    167deg,
    rgba(253, 92, 98, 1) 0%,
    rgba(255, 153, 0, 1) 100%
  );
  display: inline-grid;
  place-content: center;
  border-radius: 16px;
  line-height: 1;
  padding: 10px 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.pdf_singel_grid {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.ai_body {
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
/* --sidebar--- */
.sidebar::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

.sidebar::-webkit-scrollbar {
  width: 4px;
  background-color: #e6e6e6;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #d3d0d0;
}
.sidebar_header {
  background: #fff;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0;
}
.sidebar_body {
  padding: 20px;
}
.uploaded_img {
  margin-bottom: 20px;
}
.uploaded_img img {
  width: 100%;
}

.body_wrapper {
  /* width: calc(100% - 408px); */
  height: calc(100vh - 290px);
  padding: 20px 20px 0px;
  /* margin-left: 408px; */
  overflow-y: scroll;
}
.user_input-ai,
.ai_input-ai {
  display: flex;
  align-items: flex-start !important;
  gap: 16px;
  margin-bottom: 15px;
}

.user_img-ai {
   width: 48px;
  height: 48px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  font-size: 24px;
  font-weight: 700;
  background: #2ba561;
  color: var(--white);
  border-radius: 50%;
}

.file_info {
  display: flex;
  gap: 8px;
  /* align-items: center; */
}
.file_icon img {
  width: 32px;
}
.file_detl h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.file_detl small {
  font-size: 11px;
  color: var(--para_color);
}
.ai_icon {
  width: 48px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  font-size: 24px;
  font-weight: 700;
  background: var(--theme_gradient);
  color: var(--white);
  border-radius: 50%;
  overflow: hidden;
}
.ai_content {
  padding: 16px;
  border-radius: 16px;
  background: #e1eeff;
  width: calc(100% - 64px);
  word-wrap: break-word;
}
.input_title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  display: block;
  color: var(--font_black);
  line-height: 24px;
}
.title {
  font-size: 16px;
  font-weight: 600;
  color: var(--font_black);
  margin-bottom: 20px;
  display: block;
}
.subtitle {
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 500;
  margin-bottom: 24px;
}
.para {
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 500;
  margin-bottom: 24px;
}
.ai_content ul {
  padding-left: 20px;
  list-style: auto;
  display: grid;
  gap: 3px;
  margin: 20px 0;
}
.ai_content ul li {
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 500;
}
.ai_content h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.divider-1 {
  border: none;
  height: 2px !important;
  background: #cee3ff;
  margin: 24px 0;
  opacity: 1;
}
.questions_wrapper {
  display: inline-flex;
  flex-flow: wrap;
  gap: 10px 20px;
}
.tags {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 11px 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--font_black);
  border: 1px solid #418dff;
  border-radius: 16px;
  cursor: pointer;
  background: #f4f8fd;
}
.flow-column {
  flex-direction: column;
  align-items: flex-start;
}
.export_wrap {
  display: inline-flex;
  gap: 15px;
  margin-left: 64px;
  background: #e1eeff;
  padding: 10px 16px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.expt_btn {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}
.usertext_area {
  position: fixed;
  right: 20px;
  bottom: 64px;
  width: calc(100% - 615px);
  z-index: 3;
  background: var(--white);
  box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 16px;
  display: flex;
  flex-flow: wrap;
  gap: 16px;
  border-radius: 16px;
  justify-content: flex-end;
}
.usertext_area .form-typing {
  width: 100%;
  position: relative;
}
.type.not-active-search {
  display: none;
}
.usertext_area .type {
  font-size: 12px;
  color: #888;
  position: absolute;
  top: -16px;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.usertext_area .type {
	font-size: 12px;
	color: #888;
	position: absolute;
	top: -17px;
	left: 5px;
}
#usertextarea {
  border: 1px solid #c8c8c8;
  box-shadow: none !important;
  padding: 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.5s;
  resize: none;
}
#usertextarea:focus,
#usertextarea:active {
  border: 1px solid #ff9900;
  transition: 0.5s;
}
#usertextarea::placeholder {
  color: #adadad;
}

/* ============================
footer sec start
=============================== */
.footer_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.copyrightbar {
  background: #353535;
  padding: 27px 0;
  line-height: 1;
}
.copyrightbar p {
  color: #e1e1e1;
  font-size: 10px;
  font-weight: 400px;
}

.toggle_btn {
  display: none;
}

.ai_body_wrap {
  overflow: hidden;
}

.loader {
  position: relative;
  width: 80px;
  margin: 0px auto 70px auto;
}

.duo {
  height: 15px;
  width: 50px;
  background: hsla(0, 0%, 0%, 0);
  position: absolute;
}

.duo,
.dot {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.duo1 {
  left: 0;
}

.duo2 {
  left: 20px;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: #fd5c62;
  position: absolute;
}

.dot-a {
  left: 0px;
}

.dot-b {
  right: 0px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes onOff {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.duo1 {
  animation-name: spin;
}

.duo2 {
  animation-name: spin;
  animation-direction: reverse;
}

.duo2 .dot-b {
  animation-name: onOff;
}

.duo1 .dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pdf_singel_grid #pdf-viewer {
  width: 100%;
}

.pdf_canvas img {
  width: 43%;
}

.pdf_canvas_zoom {
  /* display: grid;
  justify-content: center;
  background: #d4d4d7;
  height: calc(100vh - 154px);
  overflow-y: scroll; */
  /* width: 90%; */
}

.pdf_canvas_zoom {
  scrollbar-color: rgba(255, 153, 0, 1) #ffffff;
}

.pdf_canvas {
  scrollbar-color: rgba(255, 153, 0, 1) #ffffff;
}

/*! Other Browser */
.pdf_canvas::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.pdf_canvas::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.pdf_canvas::-webkit-scrollbar-thumb {
  background-color: rgba(255, 153, 0, 1);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.doc_header {
  padding: 30px;
}
.doc_header .heading {
  margin-bottom: 0px;
}
.download-btn .next_btn {
  margin-left: auto;
  display: table;
  position: fixed;
  bottom: 24px;
  right: 24px;
}
.pdf_canvas.singel_pdf_ai {
  background: #f8f8f8;
  padding: 10px;
  height: calc(100vh - 152px);
  overflow-y: scroll;
}
.pdf_canvas.singel_pdf_ai img {
	width:100%;
	margin-bottom:10px;
}
.sidebar .singel_pdf_ai {
  display: none;
}
.pdf_sidebar {
  display: none;
}
.area-pl-0 {
	padding:0;
}
.user_content-ai {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
  display: inline-flex;
  padding: 16px;
  gap: 10px;
  border-radius: 16px;
  min-width: 93%;
}
.pdf_area.center {
  display: grid;
  justify-content: center;
  background: #d4d4d7;
  height: calc(100vh - 175px);
  overflow-y: scroll;
  text-align: center;
  place-items: center;
}
.pdf_area.center {
  scrollbar-color: rgba(255, 153, 0, 1) #ffffff;
}
.zoom_btn {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.zoom_btn svg {
  width: 20px;
  height: 20px;
}
.zoom_btn button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: navajowhite;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:5px;
}

.zoom_btn button img {
	height:30px;
}

.overlay-loader-bg {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  	background-color: rgba(0,0,0,0.8); z-index: 1;
}

#loaderdiv {
	margin:auto;
	position:absolute;
	left:45%;
	top:40%;
	display:none
}

/* ============================
  footer sec start
  =============================== */
@media (max-width: 575.98px) {
  .pdf_canvas {
	  height: calc(100vh - 210px);
	}
  .usertext_area {
    right: 0;
    width: 100%;
    bottom: 63px;
  }
  .sidebar {
    width: 88%;
    background: #f8f8f8;
    overflow-y: scroll;
    position: fixed;
    left: -100%;
    z-index: 999;
    transition: 0.5s;
  }
  .sidebar.active {
    left: 0px;
  }
  .user_content {
    flex: 1;
  }
  .file_detl h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .body_wrapper {
    width: 100%;
    padding: 20px 20px 0px;
    margin-left: 0;
  }
  .toggle_btn {
    display: block;
  }
  .toggle_btn svg {
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: table;
  }
  .tags {
    padding: 10px 14px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 12px;
  }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000078;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
  }
  .overlay.active {
    display: block;
  }
  .theme_btn {
    font-size: 16px;

    border-radius: 10px;
    padding: 12px 22px;
  }
  .circles-small {
    width: 100%;
  }
  .upload_title p {
    font-size: 14px;
  }
  .filename {
    text-align: left;
    line-height: 20px;
    margin: 5px 15px 0px;
  }
  #loaderdiv {
	left:15%;
	top:30%;
	display:none
  }
  .pdf_canvas.singel_pdf_ai {
  	display:none
  }
  .pdf_singel_grid {
  	grid-template-columns: 375px 1fr;
  }
}