
/*-----css by Rs------*/
.w-full.h-\[48px\].bg-\[\#d42128\] {
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 35%);
    z-index: 1;
    position: relative;
}
.b-side .rounded-xl > div {
  width: 334px;
  margin: 0 auto;
}

.b-side input#edit-name,
.b-side input#edit-pass {
  max-width: 334px;
  outline: unset;
  padding: 11px 14px;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin: 0 auto;
}
.b-side .js-form-item.form-item.js-form-type-textfield.form-item-name.js-form-item-name {
  padding-top: 25px;
}
.b-side  .js-form-item.form-item.js-form-type-password.form-item-pass.js-form-item-pass {
  padding-top: 12px;
}
.b-side div#edit-name--description,
.b-side div#edit-pass--description {
  color: gray;
  font-size: 14px;
}
.b-side label.js-form-required.form-required {
  font-family: sans-serif;
  color: #d9001b;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}
.b-side input#edit-submit {
  margin-top: 20px;
  width: 119px;
  height: 48px;
  background: #f96678;
  cursor: pointer;
  color: white;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
}
 footer.translate-x-3 {
    --tw-translate-x: unset !important;
    transform: unset !important;
}
.b-side .rounded-xl.mx-auto #edit-actions {
  margin-top: 0;
}
.h-screen {
  height: 100% !important;
}
/*-----------  hms css --------------*/


.csvupload .js-form-item.form-item.js-form-type-select.form-item-delimiter.js-form-item-delimiter,
.csvupload .js-form-item.form-item.js-form-type-select.form-item-entity-type.js-form-item-entity-type {
  display: none;
}

#my-custom-markup h3 {
  font-weight: 700;
  color: #d42128;
  text-align: left;
  font-size: 16px;
  margin-bottom: 11px;
  margin-top: 25px;
}

.csvupload .js-form-type-checkbox input {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.csvupload .js-form-type-checkbox:not(:last-child) {
  margin-bottom: 10px;
}

.csvupload .js-form-type-checkbox label {
  display: inline-flex;
  height: 24px;
  color: #333333;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  padding-left: 39px;
  cursor: pointer;
  align-items: center;
  position: relative;
  left: -8px;
}

.csvupload .js-form-type-checkbox input[type="checkbox"]:not(:checked) ~ label {
  background-image: url("/themes/contrib/tailwindcss/icons/normal_u46.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px 24px;
}

.csvupload .js-form-type-checkbox input[type="checkbox"]:not(:checked) ~ label:hover {
  background-image: url("/themes/contrib/tailwindcss/icons/mouseover_u46_mouseover.svg");
}

.csvupload .js-form-type-checkbox input[type="checkbox"]:checked ~ label {
  background-image: url("/themes/contrib/tailwindcss/icons/check_fill.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px 24px;
}

.csvupload  .js-form-type-checkbox input[type="checkbox"]:checked ~ label:hover {
  background-image: url("/themes/contrib/tailwindcss/icons/mouseover_u47_mouseover.svg");
}

#edit-type--wrapper {
  margin-bottom: 57px;
}

#edit-type--wrapper legend .fieldset-legend {
  font-weight: 700;
  color: #d42128;
  text-align: left;
  font-size: 16px;
}

#edit-type--wrapper #edit-type {
  display: flex;
  gap: 8px;
}

#edit-type--wrapper #edit-type .form-item.js-form-type-radio {
  width: 51px;
}

#edit-type--wrapper
  #edit-type
  .form-item.js-form-type-radio
  input[type="radio"] {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

#edit-type--wrapper #edit-type .form-item.js-form-type-radio label {
  color: #333333;
  font-size: 16px;
  width: 51px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6px;
}

#edit-type--wrapper
  #edit-type
  .form-item.js-form-type-radio
  input[type="radio"]:not(:checked)
  ~ label {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
}

#edit-type--wrapper
  #edit-type
  .form-item.js-form-type-radio
  input[type="radio"]:not(:checked)
  ~ label:hover {
  background-color: rgba(249, 102, 120, 1);
  border-color: rgba(242, 242, 242, 1);
  color: rgb(255, 255, 255);
}

#edit-type--wrapper
  #edit-type
  .form-item.js-form-type-radio
  input[type="radio"]:checked
  ~ label {
  color: #ffffff;
  border: 1px solid #d9001b;
  background-color: #d9001b;
}

#ajax-wrapper #edit-csv--label {
  font-weight: 700;
  color: #d42128;
  text-align: left;
  font-size: 16px;
}

.w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\] {
  position: relative;
  clear: both;
  margin-top: 7px;
  border-radius: 6px;
}

#ajax-wrapper #edit-csv #edit-csv-upload {
  width: 217px;
  height: 142px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: none;
  opacity: 0;
  cursor: pointer;
}

#ajax-wrapper #edit-csv p.text-\[\#7f7f7f\].text-center.pt-5 {
  padding-top: 0px;
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 400;
}

#ajax-wrapper .cust-fileup .infodetails {
  font-weight: 700;
  color: #333333;
  font-size: 16px;
}

#ajax-wrapper .cust-fileup .infodetails span.drag {
  color: #333333;
  font-weight: 400;
}

#ajax-wrapper .cust-fileup .infodetails span.browse {
  text-decoration: underline;
  color: #1e98d7;
  font-weight: 400;
}

.csv-importer-form #edit-actions #edit-submit {
  width: 143px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #f96678;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  background-image: url("/themes/contrib/tailwindcss/icons/normal_cloud_upload_u88.svg");
  background-repeat: no-repeat;
  background-size: 30px 20px;
  background-position: center right 19px;
  cursor: pointer;
  margin-right: 28px;
}

#edit-actions {
  margin-top: 53px;
  display: flex;
}

#u89\ cancelbutton #cache5 a:hover,
#edit-actions #edit-submit:hover {
  background-color: rgba(212, 33, 40, 1);
  border-color: rgba(249, 102, 120, 1);
  color: #ffffff;
}

#edit-actions #edit-submit.isError{
  margin-top: 88px;
}

#u89\ cancelbutton #cache5 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans SemiBold", "Open Sans", sans-serif;
  font-weight: 600;
  color: #f96678;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  cursor: pointer;
}

.w-full.mx-auto {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

#block-tailwindcss-content header span a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 2px 2px 2px 2px;
  border: 1px solid #ffffff;
  background-color: #e2e2e2;
  box-sizing: border-box;
  font-family: "Open Sans Bold", "Open Sans", sans-serif;
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  cursor: pointer;
  border-radius: 100%;
}

#block-tailwindcss-content header span a:hover {
  color: #ffffff;
  background-color: #f96678;
}

#block-tailwindcss-content header span a.is-active {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #d42128;
}

#block-tailwindcss-content header {
  margin-left: 72px;
  margin-top: 21px;
}

#block-tailwindcss-content table.cols-2 {
  margin-top: 68px;
 /* margin-left: 72px;*/
  width: 1024px;
  margin: 0 20px;
}

#block-tailwindcss-content table.cols-2 tr th {
  font-weight: 700;
  color: #d42128;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  padding-bottom: 6px;
}

#block-tailwindcss-content table.cols-2 tr th:first-child {
  width: 337px;
}

#block-tailwindcss-content table.cols-2 tr td {
  border: 1px solid #d7d7d7;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #333333;
  text-align: left;
  line-height: normal;
  font-size: 16px;
}

#block-tailwindcss-content table.cols-2 tr:first-child td {
  border-top: none;
}

#block-tailwindcss-content table.cols-2 tr td:first-child {
  border-left: none;
}

#block-tailwindcss-content table.cols-2 tr td:last-child {
  border-right: none;
  padding-left: 17px;
}

.dropmenu-hide {
	display:none;
}

.max-w-\[1170px\].font-sans.mx-auto .pl-\[250px\] {
  padding-left: 0px;
}

footer{
  width: 100%;
  background-image: url(/themes/contrib/tailwindcss/icons/normal_u137.svg);
  background-size: 470px 98px;
}


footer .flex.overflow-hidden.translate-x-3{
      display: none;
}

footer .mx-auto.w-\[1170px\].absolute.top-\[40\%\].left-\[19\%\] {
  position: static;
  margin-top: 39px;
}

.w-\[394px\].h-\[326px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto {
  position: relative;
  position: relative;
    height: auto;
    padding-bottom: 25px;
}


div[data-drupal-messages] {
    position: absolute;
    width: 100%;
    background-color: #d42128;
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
    left: 0px;
    bottom: 103px;
    padding: 5px 10px;
    text-align: center;
}

.dialog-off-canvas-main-canvas .w-full.mx-auto .max-w-\[1170px\].font-sans.mx-auto {
      width: 100%;
}


#block-tailwindcss-content .views-element-container.contextual-region .contextual-region header{
  margin-left: 0px;
  margin-top: 102px;
}


#block-tailwindcss-content table.cols-6 {
  margin-top: 60px;
  margin-bottom: 100px;
  width: 100%;
}

#block-tailwindcss-content table.cols-6 tr th {
  font-weight: 700;
  color: #d42128;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  padding-bottom: 6px;
}

#block-tailwindcss-content table.cols-6 tr th:first-child {
  width: 269px;
}

#block-tailwindcss-content table.cols-6 tr td {
  border: 1px solid #d7d7d7;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #333333;
  text-align: left;
  line-height: normal;
  font-size: 16px;
}

#block-tailwindcss-content table.cols-6 tr:first-child td {
  border-top: none;
}

#block-tailwindcss-content table.cols-6 tr td:first-child {
  border-left: none;
}

#block-tailwindcss-content table.cols-6 tr td:not(:first-child){
   padding-left: 17px;
}
#block-tailwindcss-content table.cols-6 tr td:last-child {
  border-right: none;
  padding-left: 17px;
}

#block-tailwindcss-content table.cols-6 tr:first-child td:first-child{
  position: relative;
}

#block-tailwindcss-content table.cols-6 tr:first-child td:first-child a{
position: relative;
    display: inline-block;
    width: 100%;
}


#block-tailwindcss-content table.cols-6 tr:first-child td:first-child::after{
  content: '';
  position: absolute;
  right: 19px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(/themes/contrib/tailwindcss/icons/normal_u149.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

#block-tailwindcss-content table.cols-6 tr:first-child td:first-child:hover::after{
  background-image: url(/themes/contrib/tailwindcss/icons/mouseover_u149_mouseover.svg);
}

#block-tailwindcss-content table.cols-6 tr:first-child td:first-child::before{
  content: "Currently Active Month";
  display: inline-flex;
      justify-content: center;
    align-items: center;
  position: absolute;
    top: 4px;
    right: -170px;
    width: 181px;
    height: 31px;
        background-color: rgba(249, 102, 120, 1);
    border: none;
    border-radius: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    display: none;
}

#block-tailwindcss-content table.cols-6 tr:first-child td:first-child:hover::before{
display: inline-flex;
}

#block-tailwindcss-content .view-import-history{
  margin-top: 102px;
}


.w-\[173px\].h-\[48px\].mt-\[47px\].drop-shadow-md.rounded.bg-\[\#f96678\].inline-block{
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
}

.w-\[173px\].h-\[48px\].mt-\[47px\].drop-shadow-md.rounded.bg-\[\#f96678\].inline-block:hover{
      background-color: rgba(217, 0, 27, 1);
          border-color: rgba(217, 0, 27, 1);
}


nav.pager .pager__items{
  display: flex;
      justify-content: end;
}

nav.pager .pager__items .pager__item a{
  display: inline-block;
    border: 1px solid #d7d7d7;
  background-color: #ffffff;
  color: #d9001b;
  text-align: center;
  line-height: normal;
  padding: 15px 20px;
}

nav.pager .pager__items .pager__item a:hover{
      background-color: rgba(242, 242, 242, 1);
          border-color: rgba(215, 215, 215, 1);
}


nav.pager .pager__items .pager__item.is-active a{
color: #ffffff;
  border: 1px solid #d7d7d7;
  background-color: #d9001b;
}

nav.pager .pager__items .pager__item.pager__item--ellipsis{
  display: none;
}


.w-full.mx-auto.h-screen.\!overflow-hidden  .max-w-\[1170px\].font-sans.mx-auto{
  width: auto;
}

#block-infoblock .w-\[394px\].h-\[156px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto{
  position: absolute;
      top: 35px;
    right: -77px;
  z-index: 9;
width: 205px;
    height: 231px;
background-color: rgba(242, 242, 242, 1);
border: none;
border-radius: 5px;
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.34901960784313724);
-webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
padding-top: 18px;
padding-left: 28px;
padding-right: 28px;
}

#block-infoblock .w-\[394px\].h-\[156px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto  div.mb-\[22px\].w-\[334px\].pt-\[25px\].mx-auto{
      width: 100%;
    padding: 0px;
    margin: 0px;
      font-weight: 700;
  color: #d42128;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 4px;

}

#block-infoblock .w-\[394px\].h-\[156px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto .w-\[334px\].mx-auto{
  width: 100%;
    color: #333333;
  text-align: left;
  line-height: normal;
    font-size: 16px;
  margin-bottom: 42px;
}

#block-infoblock .w-\[394px\].h-\[156px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto .mt-\[50px\].ml-\[30px\]{
    margin: 0px;
}

#block-infoblock .w-\[394px\].h-\[156px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto .mt-\[50px\].ml-\[30px\] button{
      display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
}

#block-infoblock .w-\[394px\].h-\[156px\].bg-\[\#f2f2f2\].rounded-xl.mx-auto .mt-\[50px\].ml-\[30px\] button:hover{
      background-color: rgb(212, 33, 40);
          border-color: rgb(212, 33, 40);
}


img.h-auto.f-full.isErrorAnim{
  animation-name: closeAnim;
  animation-timing-function: linear;
  animation-duration: 3020ms;
}

@keyframes closeAnim {
  0% {
        transform: translateY(0px);
  }

  50% {
        transform: translateY(-417px);
  }

  75% {
       transform: translateY(-352px);
  }

  100% {
           transform: translateY(-527px);
  }
}


.w-full.h-\[48px\].bg-\[\#d42128\] .flex.justify-start.pt-\[12px\]{
  justify-content: space-between;
}


.flex.justify-start.mt-\[104px\] a.inline-block.font-sans.w-\[109px\].h-\[48px\].border.border-\[\#f96678\]{
      display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 109px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans SemiBold", "Open Sans", sans-serif;
  font-weight: 600;
  color: #f96678;
  text-align: center;
  line-height: normal;
  font-size: 18px;
}

.flex.justify-start.mt-\[104px\] a.inline-block.font-sans.w-\[109px\].h-\[48px\].border.border-\[\#f96678\]:hover{
      background-color: rgb(212, 33, 40);
          border-color: rgb(212, 33, 40);
              color: rgb(255, 255, 255);
}


#user-pass.user-pass{
    width: 394px;
        margin: 64px auto;
    border-radius: 10px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 25px 30px;
      box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
}



#user-pass.user-pass .js-form-item label{
  display: block;
    font-weight: 700;
  color: #d42128;
  text-align: left;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 6px;
}

#user-pass.user-pass .js-form-item input{
  width: 100%;
  height: 48px;
  padding: 2px 2px 2px 20px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #999999;
  text-align: left;
  color: #000000;
  font-size: 16px;
}

#user-pass.user-pass .js-form-item input::placeholder{
    color: #999999;
}

#user-pass.user-pass .js-form-item input:focus{
  outline: none;
}

#user-pass.user-pass p{
 color: #999999;
    font-size: 15px;
}

#user-pass.user-pass #edit-submit{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #f96678;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  cursor: pointer;
}


#user-pass.user-pass #edit-submit:hover{
      background-color: rgb(212, 33, 40);
          border-color: rgb(212, 33, 40);
}

#updateprogress .progress__track{
   height: 40px;
   border-radius: 6px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top:  20px;
}

#updateprogress .progress__track .progress__bar{
  height: 40px;
padding: 2px 2px 2px 2px;
  border: 1px solid #d42128;
  background-color: #d42128;
  box-sizing: border-box;
}

.progress[data-once="batch"]{

   width: 443px;
   margin: 52px auto;
   border-radius: 6px;
  border: 1px solid rgba(121, 121, 121, 0);
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 26px 50px;
      padding-bottom: 55px;
}

.progress[data-once="batch"]::after{
  content: "";
  display: inline-block;
    width: 389px;
  height: 213px;
  position: absolute;
  bottom: -213px;
  left: 25px;
  background-image: url(/themes/contrib/tailwindcss/icons/normal_hanging_phones_u0.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  animation-name: topDown;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

@keyframes topDown{
  0%{
    bottom: 0px;
  }
  100%{
    bottom: -213px;
  }
}



#updateprogress .progress__label{
  font-weight: 700;
  color: #d42128;
  text-align: center;
  line-height: normal;
  font-size: 24px;
}

.js-form-item.form-item.js-form-type-select.form-item-entity-type-bundle.js-form-item-entity-type-bundle {
    display: none;
}

.cust-fileup  span.file.file--mime-text-csv.file--text {
    position: absolute;
    left: 0px;
    bottom: -43px;
}

.cust-fileup  input[data-drupal-selector="edit-csv-remove-button"] {
    position: absolute;
    bottom: -43px;
    right: 0px;
}

.messages.messages--error.file-upload-js-error {
    position: fixed;
    top: 180px;
    left: 41%;
    width: 350px;
    /*height: 350px;*/
    background: #fff;
    z-index: 9;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 20%), -2px -2px 4px rgb(0 0 0 / 20%);
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     color: #333333;
    font-size: 16px;
        padding: 20px 35px;
}

.messages.messages--error.file-upload-js-error em.placeholder{
  color: #d9001b;
}

div[data-drupal-messages] div[role="alert"] a{
      display: block;
    text-decoration: underline;
    display: none;
}

div[data-drupal-messages] div[role="alert"] a:hover{
  color: #2324c3;
}


.max-w-\[1170px\].font-sans.mx-auto .mt-\[36px\] p.w-\[254px\].mt-2.h-\[42px\].bg-\[\#f2f2f2\].px-4.text-\[\#333333\].text-\[16px\].rounded.leading-10.duration-150.ease-in-out.font-sans,
.flex.justify-start.mt-2  p.w-\[254px\].mt-2.h-\[42px\].bg-\[\#f2f2f2\].px-4.text-\[\#333333\].text-\[16px\].rounded.leading-10.duration-150.ease-in-out.font-sans:nth-child(2) {
  display: none;
}


.w-\[254px\].mt-2.h-\[42px\].bg-\[\#f2f2f2\].px-4.text-\[\#333333\].text-\[16px\].rounded.leading-10.duration-150.ease-in-out.font-sans{
  padding-left: 0px;
}


.w-\[254px\].mt-2.h-\[42px\].bg-\[\#f2f2f2\].px-4.text-\[\#333333\].text-\[16px\].rounded.leading-10.duration-150.ease-in-out.font-sans > span{
  display: inline-flex;
    align-items: center;
  width: 254px;
  height: 42px;
  padding: 2px 2px 2px 15px;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  text-align: left;
  line-height: normal;
      font-size: 16px;
              white-space: nowrap;
}

.w-\[254px\].mt-2.h-\[42px\].bg-\[\#f2f2f2\].px-4.text-\[\#333333\].text-\[16px\].rounded.leading-10.duration-150.ease-in-out.font-sans > span > div{
  overflow: hidden;
      overflow: hidden;
    width: 94%;
}


#block-tailwindcss-content .view-import-history table.cols-6 tr:hover td{
      background-color: rgba(242, 242, 242, 1);
      border-bottom-color: rgba(217, 0, 27, 1);
}

.togleuserdetaildropdown{
      position: relative;
    
}


.togleuserdetaildropdown.animate__animated{
  animation-name: menuAnime;
  animation-timing-function: linear;
  animation-duration: 500ms;
}

@keyframes menuAnime {
  0% {
     top: -90px;
     pointer-events: none;
  }

  95% {
     pointer-events: none;
  }

  100% {
        top: 0px;
        pointer-events: all;
  }
}

div#u89\ publishbutton{
      margin-top: 43px;
}


div#u89\ publishbutton p#cache4 a{
  display: inline-flex;
      align-items: center;
    width: 143px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #f96678;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  cursor: pointer;
  background-image: url(/themes/contrib/tailwindcss/icons/normal_cloud_upload_u88.svg);
  background-repeat: no-repeat;
  background-size: 30px 20px;
  background-position: center right 19px;
  cursor: pointer;
  font-size: 18px;
}

div#u89\ publishbutton p#cache4 a:hover{
      background-color: rgba(212, 33, 40, 1);
    border-color: rgba(249, 102, 120, 1);
    color: #ffffff;
}

div#u89\ publishbutton p#cache4 a[href="/import-history"]{
  display: none;
}

#block-tailwindcss-content table.cols-6 tr td a {
    display: inline-block;
    width: 100%;
}



/*------------end hms --------------- */


.clickme {
  cursor: pointer;
}
div.public_number + 
div.mt-\[36px\] {
  position: relative;
}
span.downloadpdf {
  display: block;
  color: #d42128;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  text-align: right;
  top: 0;
  right: 0;
}
span.downloadpdf a img.mr-2 {
  margin: 0 !important;
}
#block-csvimportblock .button:hover {
  background-color: rgba(212, 33, 40, 1);
  border-color: rgba(249, 102, 120, 1);
  color: #ffffff;
}
#block-csvimportblock .button  {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  background-color: #f96678;
  box-sizing: border-box;
  font-family: "Open Sans SemiBold", "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  cursor: pointer;
  margin-top: 53px;
  box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 35%);
  letter-spacing: .5px;
   
}

.max-w-\[1170px\].font-sans.mx-auto .mt-\[36px\]{
  position: relative;
}

.max-w-\[1170px\].font-sans.mx-auto .mt-\[36px\] > span{
  position: absolute;
    left: 91px;
    top: 39px;
}


 input[data-drupal-selector="edit-csv-remove-button"] {
  display: inline-block;
  width: 19px;
  height: 20px;
  text-indent: -9999px;
  border: unset;
  background-image: url("/themes/contrib/tailwindcss/icons/normal_u103.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 25px;
}

input[data-drupal-selector="edit-csv-remove-button"]:hover{
  background-image: url("/themes/contrib/tailwindcss/icons/mouseover_u103_mouseover.svg");
}

 span.file.file--mime-text-csv.file--text a{
    color: #333333;
    font-size: 16px;
}

.cust-fileup input.js-form-file.form-file {
    width: 100%;
}

span.downloadpdf {
    display: block;
    color: #d42128;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    text-align: right;
    top: 0 !important;
    right: 0 !important;
}

span.downloadpdf a{
  display: inline-block;
    width: 26px;
  height: 34px;
  cursor: pointer;
  background-image: url("/themes/contrib/tailwindcss/icons/down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}


span.downloadpdf a:hover{
    background-image: url("/themes/contrib/tailwindcss/icons/u45_mouseover.svg");
}


span.downloadpdf a:after{
    content: "Download XLS file";
    position: absolute;
    top: -3px;
    right: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 40px;
    background-image: none;
    background-color: rgba(249, 102, 120, 1);
    border-radius: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 2;
    display: none;
}

span.downloadpdf a:hover:after{
  display: inline-flex;
}

span.downloadpdf a img{
  display: none;
}


.csvupload .js-form-type-checkbox input[type="checkbox"]:disabled ~ label{
    color: #aaaaaa;
}

.csvupload .js-form-type-checkbox input[type="checkbox"]:disabled ~ label{
      background-image: url(/themes/contrib/tailwindcss/icons/normal_u61.svg) !important;
}

#block-csvimportblock .disbledbtn{
  margin-top: 53px;
  display: inline-block;
  width: 143px;
  height: 48px;
  padding: 13px 20px 10px 20px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background-color: #d7d7d7;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #7f7f7f;
  text-align: left;
  line-height: normal;
  font-size: 18px;
   background-image: url("/themes/contrib/tailwindcss/icons/normal_cloud_upload_u64.svg");
   background-repeat: no-repeat;
   background-size: 30px 20px;
   background-position: center right 19px;
}

#block-csvimportblock .canceldbtn{
  display: inline-block;
  margin-left: 28px;
}

#block-csvimportblock .canceldbtn a{
  display: inline-flex;
      justify-content: center;
      align-items: center;
    width: 109px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #ffffff;
  box-sizing: border-box;
  font-family: "Open Sans SemiBold", "Open Sans", sans-serif;
  font-weight: 600;
  color: #f96678;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  cursor: pointer;
}

#block-csvimportblock .canceldbtn a:hover{
      background-color: rgba(212, 33, 40, 1);
      border-color: rgba(212, 33, 40, 1);
      color: #fff;
}

.csvupload .js-form-type-checkbox input[type="checkbox"].duplicond ~ label,
.duplicond{
  display: none;
}

.disbledbtnimport,
.disimport{
  display: inline-flex;
  align-items: center;
  width: 203px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  background-color: #d7d7d7;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #7f7f7f;
  text-align: left;
  line-height: normal;
  font-size: 18px;
     background-image: url("/themes/contrib/tailwindcss/icons/normal_u86.svg");
   background-repeat: no-repeat;
   background-size: 20px 20px;
   background-position: center right 20px;
}

.csv-importer-form #edit-actions #edit-submit{
  width: 203px;
  height: 48px;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  border: 1px solid #f96678;
  background-color: #f96678;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-align: left;
  line-height: normal;
  box-shadow: none;
    font-size: 18px;
     background-image: url("/themes/contrib/tailwindcss/icons/normal_u90.svg");
   background-repeat: no-repeat;
   background-size: 20px 20px;
   background-position: center right 20px;
   cursor: pointer;
/*   display: none;*/
}

.csv-importer-form #edit-actions #edit-submit:hover{
        background-color: rgba(212, 33, 40, 1);
      border-color: rgba(212, 33, 40, 1);
      color: #fff;
}

.my-\[41px\] > img{
  display: none;
}


.csv-importer-form div[data-drupal-messages]{
  display: none;
}

.pdficonimport{
  display: block;
    font-weight: 700;
  color: #d42128;
  text-align: left;
  line-height: normal;
  padding-bottom: 60px;
   background-image: url("/themes/contrib/tailwindcss/icons/normal_u107.svg");
   background-repeat: no-repeat;
   background-size: 38px 50px;
   background-position: bottom left;
}

.pdficonimport p{
    color: #333333;
  text-align: left;
  line-height: normal;
  font-weight: 400;
}

.impomesg{
  font-weight: 700;
  color: #d42128;
  text-align: left;
  line-height: normal;
  font-size: 20px;
  padding-top: 46px;
  border-top: 1px solid #aaaaaa;
  margin-top: 22px;
  position: relative;
  padding-bottom: 46px;
}

.impomesg::after{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
   width: 102px;
  height: 4px;
  background-color: #d42128;
}

div#u89\ publishbutton,
div#u89_text,
div#u89\ publishbutton p#cache4{
  display: inline-block;
}

.csv-importer-form .w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\]:hover{
    background-color: rgba(249, 102, 120, 1);
    border-color: rgba(242, 242, 242, 1);
}

.csv-importer-form .w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\]:hover  .cust-fileup .infodetails{
      color: #ffffff !important;
}
.csv-importer-form .w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\]:hover  p.text-\[\#7f7f7f\].text-center.pt-5,
.csv-importer-form .w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\]:hover  .cust-fileup .infodetails span.browse,
.csv-importer-form .w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\]:hover  .cust-fileup .infodetails span.drag{
      color: #ffffff !important;
}



.csv-importer-form .w-\[217px\].h-\[142px\].bg-\[\#f2f2f2\]:hover > img.text-center.mx-auto.pt-\[13px\]{
      filter: brightness(12.5);
}

#block-csvimportblock > img[src="/themes/contrib/tailwindcss/terms.png"]{
  margin-left: -9px;
}


#ajax-wrapper .js-form-item.form-item.js-form-type-managed-file.form-item-csv.js-form-item-csv{
  position: relative;
}


#ajax-wrapper #edit-csv #edit-csv-upload{
  width: 217px;
    height: 142px;
    position: absolute;
    left: 0px;
    top: 40px;
    border: none;
     opacity: 0; 
    cursor: pointer;
}

#ajax-wrapper #edit-csv p.text-\[\#7f7f7f\].text-center.pt-5{
      width: 217px;
    margin-top: -32px;
    position: relative;
}


.form-managed-file p[pdficon]{
  padding-bottom: 60px;
    padding-bottom: 60px;
    background-image: url(/themes/contrib/tailwindcss/icons/normal_u107.svg);
    background-repeat: no-repeat;
    background-size: 38px 50px;
    background-position: bottom left;
    margin-bottom: 24px;
}

.js-form-item.form-item.js-form-type-managed-file.form-item-csv.js-form-item-csv{
  position: relative;
}

.js-form-item.form-item.js-form-type-managed-file.form-item-csv.js-form-item-csv  input.js-form-file.form-file{
  width: 217px;
    height: 142px;
    display: inline-block;
    position: absolute;
    top: 30px;
    opacity: 0;
}

.max-w-\[1170px\].font-sans.mx-auto .mt-\[36px\] > div, .max-w-\[1170px\].font-sans.mx-auto .mt-\[26px\] .flex.justify-start.mt-2 > span{
      display: inline-flex;
    align-items: center;
    width: 254px;
    height: 42px;
    padding: 2px 2px 2px 15px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    text-align: left;
    line-height: normal;
    font-size: 16px;
    margin-top: 0.5rem;
    white-space: nowrap;
}




        .csv_upload {
            position: relative;
        }

        .csv_upload input[type="file"] {
            width: 0px;
            height: 0px;
            visibility: hidden;
            display: none;
        }

        .csv_upload label {
            display: block;
            width: 217px;
            height: 142px;
            border-radius: 6px;
            border: 1px solid #f2f2f2;
            background-color: #f2f2f2;
            cursor: pointer;
        }

        .csv_upload label img {
            display: block;
            width: 45px;
            height: 30px;
            margin: 13px auto 8px auto;
        }

        .csv_upload label span {
            text-align: center;
            display: block;
        }

        .csv_upload label span strong {
            font-weight: 700;
            color: #333333;
            text-align: center;
            line-height: normal;
            font-size: 16px;
        }

        .csv_upload label span .drag {
            color: #333333;
            line-height: normal;
            font-size: 16px;
            font-weight: 400;
        }

        .csv_upload label span .browse {
            font-weight: 400;
            text-decoration: underline;
            color: #1e98d7;
            line-height: normal;
            font-size: 16px;
            font-size: 16px;
        }

        .csv_upload label span small {
            display: block;
            color: #7f7f7f;
            text-align: center;
            line-height: normal;
            font-size: 14px;
            margin-top: 17px;
        }

        .csv_upload label:hover {
            background-color: rgba(249, 102, 120, 1);
            border-color: rgba(242, 242, 242, 1);
        }

        .csv_upload label:hover img {
            filter: brightness(12.5);
        }

        .csv_upload label:hover span small,
        .csv_upload label:hover span strong,
        .csv_upload label:hover span b,
        .csv_upload label:hover span {
            color: #fff !important
        }

       .js-form-item.form-item.js-form-type-managed-file.form-item-csv.js-form-item-csv input.js-form-file.form-file {
            opacity: 0;
            display: block;
            visibility: visible;
            width: 217px;
            height: 142px;
            top: 0px;
        }


        span.file.file--mime-text-csv.file--text{
          width: 697px;
          display: inline-block;
          border-bottom: 1px solid #aaaaaa;
          padding-bottom: 23px;
        }


input[data-drupal-selector="edit-csv-remove-button"]{
      position: absolute;
    left: 175px;
}

.csv-importer-form #edit-actions #edit-submit.hidesubmitorg{
  display: none;
}

.w-\[254px\].mt-2.h-\[42px\].bg-\[\#f2f2f2\].px-4.text-\[\#333333\].text-\[16px\].rounded.leading-10.duration-150.ease-in-out.font-sans > span > div{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}