@import url('https://fonts.googleapis.com/css2?family=Bitter&family=Inter&family=Open+Sans&family=Roboto&display=swap');

body {
  font-family: 'Roboto', sans-serif !important;
  background-color: #29A0B1 !important;
  height: 100vh;
}

.ant-col {
  font-family: revert;
}

.ant-typography {
  color: rgba(0, 0, 0, .85);
  font-family: revert;
  overflow-wrap: break-word;
}

:where(.css-dev-only-do-not-override-k83k30)[class^="ant-typography"],
:where(.css-dev-only-do-not-override-k83k30)[class*=" ant-typography"] {
  font-family: Roboto;
  font-size: 14px;
  box-sizing: border-box;
}

:where(.css-dev-only-do-not-override-k83k30)[class^="ant-col"],
:where(.css-dev-only-do-not-override-k83k30)[class*=" ant-col"] {
  font-family: Roboto, 'Helvetica Neue';
  font-size: 14px;
  box-sizing: border-box;
}

.ant-btn-dashed {
  color: rgba(0, 0, 0, .85);
  background: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
}

main {
  /* max-width: 1450px;
  margin: auto; */
  padding: 5rem;
  /* background: #29A0B1;
  height: 100vh; */
  /* border-radius: 2rem; */
  /* margin-top: 5rem;
  margin-bottom: 5rem !important; */
}

@media (max-width: 991.98px) {
  main {
    padding: 2rem;
  }

  .download {
    white-space: break-spaces !important;
    height: auto !important;
  }
}


@media (max-width: 575.98px) {
  main {
    padding: 34px 1rem !important;
  }

  .in-input {
    width: 55% !important;
  }
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
  border-radius: 0.5rem !important;
  height: 35px;
  background-color: #d3f9ff !important;
}

.text-center {
  text-align: center;
}

textarea:hover,
input:hover,
button:focus,
.ant-select:hover,
.ant-select-selector:hover,
.ant-input:focus,
.ant-select:hover,
.ant-select-show-search:hover {
  box-shadow: none !important;
  border-color: #29A0B1 !important;
}

section.first {
  margin: 35px 0 64px;
  /* margin-bottom: 4rem; */
}

#headerBt {
  margin-bottom: 6rem;
}

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

li {
  margin: 0;
  position: relative;
}

.mb-1 {
  margin-bottom: 4px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-7 {
  margin-bottom: 28px;
}

.pr-2 {
  padding-right: 8px;
}

.ul>li {
  background-color: white;
  border: 1px solid #ddd;
  padding: 16px;
  margin-bottom: 40px;
  border-radius: 1rem;
}

li>h4 {
  white-space: pre-wrap;
}

.ul>li>h4 {
  text-align: justify;
}

.ul-2>li {
  padding: 4px 0;
}

.button-wrapper {
  margin: 40px 0;
}

.tag-input {
  width: 78px;
  margin-right: 8px;
  vertical-align: top;
}

.site-tag-plus {
  background: #fff;
  border-style: dashed;
}

.dynamic-delete-button {
  margin: 0 8px;
  cursor: pointer;
  position: relative;
  top: 4px;
  font-size: 24px;
  color: #a9d4cb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.dynamic-delete-button:hover {
  color: rgba(0, 0, 0, 0.88);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.top-right-delete-button {
  position: absolute;
  top: -17px;
  right: -20px;
}

.example-enter,
.example-appear {
  opacity: 0.01;
}

.example-enter.example-enter-active,
.example-appear.example-appear-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.example-exit {
  opacity: 1;
}

.example-exit.example-exit-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.margin-features {
  margin-left: 10px;
}

.categoryOptions {
  width: 100%;
  height: 60%;
  border: 0.01px solid #eee;
  padding: 0 5px;
  border-radius: 0.5rem;
}

.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, .85);
  border-radius: 0.7rem !important;
  padding: 0 10px !important;
  border: 1px solid #d9d9d9 !important;
  background: white !important;
}

.ant-input {
  border-radius: 0.5rem !important;
}

.ant-checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 10px;
}

textarea.ant-input {
  border-radius: 0.5rem !important;
  padding-left: 21px !important;
}


label.ant-checkbox-wrapper span {
  color: black;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

label.ant-checkbox-wrapper {
  padding: 10px !important;
}


.ant-typography h3,
h3.ant-typography {
  font-size: 20px !important;
  color: white !important;
}

#title {
  color: black !important;
}

@media (max-width: 769.98px) {

  .ant-typography h3,
  h3.ant-typography {
    font-size: 19px !important;
  }
}

.ant-typography h1,
h1.ant-typography {
  font-size: 34px !important;
}

@media (max-width: 575.98px) {

  .ant-typography h1,
  h1.ant-typography {
    font-size: 31px !important;
  }
}

.ant-typography h4,
h4.ant-typography {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, .85);
  font-weight: 600;
  font-size: 15px !important;
  line-height: 1.4;
}

.div_AFF {
  margin-top: 10px;
}

.filtersDiv h1,
label,
p,
h3 {
  color: white;
}

.AddDiv {
  margin-top: 30px;
}

/******Scroll to Up Button*******/

.scroll-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}

.scroll-btn:hover {
  opacity: 1;
}

.scroll-btn.show {
  opacity: 1;
}

.scroll-btn.hide {
  opacity: 0;
}

.accordion-button {
  border-radius: 0.5rem !important;
}


.header-logo {
  width: 250px;
  height: auto;
}

.logIn {
  background: white;
  border-radius: 1.2rem;
  margin-top: 4rem;
}

.btn_group {
  /* width: fit-content; */
  margin: auto;
}

#addNew {
  height: 21.6px;
}

.import:hover,
.automatic:hover,
#btnAdd:hover,
#addNew:hover {
  background-color: rgba(0, 0, 0, 0.88) !important;
  color: white !important;
  border: 1px solid #706b6b96 !important;
  cursor: pointer;
}

#btnAdd:disabled {
  background-color: none !important;
  ;
}


.import:hover a:hover {
  background-color: rgba(0, 0, 0, 0.88) !important;
  color: white !important;
  /* border: 1px solid #706b6b96; */
}

:where(.css-dev-only-do-not-override-12jzuas).ant-btn-dashed:disabled,
:where(.css-dev-only-do-not-override-12jzuas).ant-btn-default:disabled {
  /* color: rgb(0 0 0 / 45%) !important; */
  background: #385f61 !important;
  border-color: #385f61 !important;
  color: #93a8a8 !important;
  display: flex;
}

#inputMcq {
  background-color: #f7feff !important;
}

.import a {
  color: black;
}

@media (max-width: 575.98px) {
  .import {
    width: 51% !important;
  }

  .automatic {
    width: 94% !important;
  }
}

@media (max-width: 1199.98px) {
  section.first {
    margin: -24px 0 64px;
  }
}

#user #dropdown-item-button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

#user #dropdown-item-button:focus {
  box-shadow: none !important;
}

#user #dropdown-item-button .fa-circle {
  font-size: 2.23rem;
}

#dots {
  position: absolute;
  top: 22px;
  right: 31px;
  font-size: 1.5rem;
}

#xmark {
  position: absolute;
  top: 22px;
  right: 31px;
  font-size: 1.5rem;
  z-index: 999;
}

#userIcon #dropdown-item-button {
  background: transparent;
  border: 1px solid black;
  color: black;
}

#userIcon #dropdown-item-button:focus {
  box-shadow: none !important;
}

#userIcon #dropdown-item-button .fa-circle {
  font-size: 2.1rem;
}

:where(.css-dev-only-do-not-override-12jzuas).ant-input {
  background-color: #d3f9ff !important;
}

.accordion-button {
  background-color: #d3f9ff !important;
}


#signOut {
  display: block;
  width: 100%;
  padding: 1rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  color: #1e2125;
  background-color: #e9ecef;
  border: 0;
  font-size: 1.1rem;
}

#sbLogo {
  filter: brightness(0%);
}


.offcanvas-end {
  max-width: 22rem !important;

}


#prImg{
  width: 37px;
  height: 37px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
}

.imported_category {
  color: aquamarine !important; /* Ensure it overrides */
}