@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;800;900&display=swap");
/* font-family: 'Roboto', sans-serif; */

:root {
  --black--: #000;
  --white--: #fff;
  --prime--: #524ae3;
  --blackPrime--: #0f172a;
  --grayPrime--: #cfcfcf;
  --inputBorder--: #cbd5e1;
  --btnPrime--: #524ae3;
  --pink--: #cb198e;
  --lightOrangeColor: #8A82FB;
}

/* Start Default CSS */
body {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--black--);
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
  background: #fafafa !important;
}
button {
  cursor: pointer !important;
}

/* For Webkit based browsers (Chrome, Safari) */

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

/* End Default CSS */

/* Start Theme Text Color */
.primeColor {
  color: var(--prime--) !important;
}
.textPink {
  color: var(--pink--) !important;
}
.bgDark {
  background-color: #0a1e29 !important;
}
.bgPink {
  background-color: var(--pink--) !important;
}

.primeBlackColor {
  color: var(--blackPrime--) !important;
}

/* End Theme Text Color */

/* Default Custom Dynamic CSS */

.themeFont {
  font-size: 14px;
  font-weight: 500;
  color: var(--blackPrime--);
}

.boxCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-error {
  font-size: 14px;
  color: red;
}
.text-red {
  font-size: 14px;
  color: red;
}
.bg-secondary {
  opacity: 0.6 !important;
}
.textPinktheme {
  color: #e424a7 !important;
}
.image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: auto;
  opacity: 1;
  width: 38%;
}

.image,
.middle {
  transition: 0.5s ease;
}

.middle {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 28% !important;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.container:hover .image {
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 0.6;
}

.container:hover .middle {
  opacity: 1;
}
.w-85 {
  width: 85%;
}

.deg90 {
  color: #9d9d9d;
  cursor: pointer;
  rotate: 90deg;
}

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.onLine {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: green;
  bottom: -4px;
  right: 3px;
  border: 3px solid #ffff;
  position: absolute;
  display: block;
}
.offLine {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  bottom: -4px;
  right: 3px;
  border: 3px solid #ffff;
  /* position: absolute; */
  display: block;
}

/* .mainHostInfo {
  position: sticky;
  top: 62px;
  width: 100%;
  z-index: 111;
  background-color: #fff;

}

/* // extra add inti dashboard // */
.icon-lg {
  height: 64px;
  width: 64px;
}

.icon-lg i {
  font-size: 1.8rem;
  top: 31%;
}
.icon-shape {
  background-position: 50%;
  border-radius: 0.5rem;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
}
.icon-shape-small {
  background-position: 50%;
  border-radius: 0.5rem;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
}
.icon-shape-small i {
  margin-left: 12px;
}

.icon-shape i {
  color: #fff;
  opacity: 0.8;
  position: relative;
  top: 0px;
}
.shadow-dark {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(64, 64, 64, 0.4) !important;
}

.bg-gradient-primary {
  background-image: linear-gradient(195deg, #ec407a, #d81b60);
}

.bg-gradient-secondary {
  background-image: linear-gradient(195deg, #747b8a, #495361);
}

.bg-gradient-success {
  background-image: linear-gradient(195deg, #66bb6a, #43a047);
}

.bg-gradient-info {
  background-image: linear-gradient(195deg, #49a3f1, #1a73e8);
}

.bg-gradient-warning {
  background-image: linear-gradient(195deg, #ffa726, #fb8c00);
}

.bg-gradient-danger {
  background-image: linear-gradient(195deg, #ef5350, #e53935);
}

.bg-gradient-light {
  background-image: linear-gradient(195deg, #ebeff4, #ced4da);
}

.bg-gradient-dark {
  background-image: linear-gradient(195deg, #42424a, #191919);
}

.bg-gradient-orang {
  background-image: linear-gradient(195deg, #ef5350, #e53935);
}

.bg-gradient-pink {
  background-image: linear-gradient(195deg, #ffa726, #fb8c00);
}

.bg-gradient-faded-primary {
  background-image: radial-gradient(
    370px circle at 80% 50%,
    rgba(233, 30, 99, 0.6) 0,
    #c1134e 100%
  );
}
/* // extra add inti dashboard // */

.loader-new {
  width: 50px;
  height: 50px;
}

.loader-new .loading {
  width: 60px;
  height: 60px;
  position: relative;
}

.loader-new .d1,
.d2 {
  border: 5px solid #997cfa;
  border-radius: 50px;
}

.loader-new .loading .d1 {
  width: 55px;
  height: 55px;
  position: absolute;
  border-left-color: transparent;
  animation: load161 1s linear infinite;
}

.loader-new .loading .d2 {
  width: 40px;
  height: 40px;
  border-top-color: transparent;
  border-right-color: transparent;
  margin: 7.5px;
  animation: load2812 1.5s linear infinite;
}

@keyframes load161 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load2812 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Roboto+Slab:wght@400;500;600;700&display=swap");
/* font-family: 'Poppins', sans-serif;
font-family: 'Roboto Slab', serif; */

:root {
  --black--: #000;
  --white--: #fff;
  --prime--: #524ae3;
  --blackPrime--: #0f172a;
  --pink--: #cb198e;
  --blackLight--: #1920325c;
  --grayPrime--: #404040;
  --inputBorder--: #cbd5e1;
  --btnPrime--: #524ae3;
  --tablePrime--: #f8fafc;
  --tablePrime--: #e2e8f0;
  --scrollColor--: #b6b6b6;
  --headerPrime--: #f0f4f8;
  --fontPoppins--: "Poppins", sans-serif;
  --fontRoboto--: "Roboto Slab", serif;
  --TableColumnBold--: #334155;
  --TableFont--: #404040;
    --lightOrangeColor: #8A82FB;
  --textLightColor: #565656;
}

/* ======================== Start Input CSS ======================== */

/* all Fields css */
.mobSidebar .mainMenu li a i {
  margin-left: -5px !important;
}
.prime-input {
  margin-bottom: 10px;
  position: relative;
}

.form-input {
  width: 100% !important;
  height: 43px !important;
  border: 1px solid var(--inputBorder--) !important;
  padding: 16px;
  color: #404040 !important;
  font-size: 14px;
  cursor: pointer;
  background-color: #dee2e694;
}

.prime-input label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: var(--blackPrime--);
}
.subMenu i {
  display: flex;
  align-items: center;
}
.mainMenu .toggleIcon {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
/* For Input Type Password */

.passHideShow {
  position: absolute;
  top: 40px;
  right: 12px;
  cursor: pointer;
}
/* For Input Type Search */

.searching {
  position: absolute;
  top: 14px;
  right: 12px;
  cursor: pointer;
}

.inputData {
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  position: relative !important;
  text-align: start !important;
  /*Tablate Device*/
  /* Image Input */
  /* Normal Select */
  /* Input Select */
  /*Text Area*/
  /* Box Image Files */
  /* For Input Type Password , Search */
  /* Type Radio And Check Box Label */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  font-size: 16px;
}

/* For Input Type Number */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Type Radio And Check Box */
.form-check {
  position: relative;
  display: block;
  /* padding-left: 4.25rem; */
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-label {
  margin-bottom: 0;
}
.radioWidth {
  height: 280px !important;
}

.prime-input.radio,
.prime-input.checkbox {
  display: flex;
  align-items: center;
}

.prime-input.radio label,
.prime-input.checkbox label {
  margin-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
}

.form-input[type="radio"],
.form-input[type="checkbox"] {
  height: 18px !important;
  width: 18px !important;
}

.form-input[type="radio"],
.form-input[type="checkbox"] {
  accent-color: var(--blackPrime--);
}

/* For Input Type File */

.form-input[type="file"]::-webkit-file-upload-button {
  margin-right: 10px;
  border: none;
  background: var(--blackPrime--);
  padding: 0px 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  height: 43px !important;
}

.form-input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: none;
  background: var(--blackPrime--);
  padding: 0px 20px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  height: 43px !important;
}

.form-input[type="file"] {
  padding: 0px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.errorMessage {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: red !important;
}
@media screen and (max-width: 425px) {
  .form-input[type="file"]::-webkit-file-upload-button {
    margin-right: 10px;
    border: none;
    background: var(--blackPrime--);
    padding: 0 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    height: 35px;
  }
  .form-input[type="file"]::file-selector-button {
    margin-right: 10px;
    border: none;
    background: var(--blackPrime--);
    padding: 0 5px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    height: 35px;
  }
}

/* ======================== End Input CSS ======================== */

/* ======================== Start Button CSS ======================== */

.themeBtn {
  border: 0;
  padding: 10px;
}

.bgsuccess {
  background-color: rgb(25, 135, 84);
}
.searchBarBorder {
  border-right: none !important;
}
.searchBarBorder:focus {
  border-right: none !important;
  border: 1px solid rgb(166, 163, 163) !important;
}
/* Button Background Color CSS */

.btnPrime {
  background-color: var(--btnPrime--) !important;
  color: var(--white--) !important;
}

.btnBlackPrime {
  background-color: var(--blackPrime--) !important;
  color: var(--white--) !important;
}

/* ======================== End Button CSS ======================== */

/* ======================== Start Toggle Switch CSS ======================== */

.checkbox {
  display: none;
}

.slider {
  width: 60px;
  height: 30px;
  background-color: lightgray;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 4px solid transparent;
  transition: 0.3s;
  box-shadow: 0 0 10px 0 rgb(0, 0, 0, 0.25) inset;
  cursor: pointer;
}
.Mui-checked {
  color: var(--lightOrangeColor);
}
.Mui-checked + .MuiSwitch-track {
  background: var(--lightOrangeColor) !important;
}

/* ======================== End Toggle Switch CSS ======================== */
/* ======================== Start Table CSS ======================== */

.primeHeader {
  /* border-bottom: 1px solid var(--grayPrime--); */
  padding: 0px 30px;
  /* background-color: var(--headerPrime--); */
}

.titlePath {
  font-weight: 500;
}
/* tost */
.Toastify__toast-body div {
  text-transform: capitalize !important;
}
/* tost */
/* model */
.MuiModal-root {
  z-index: 9999999 !important;
}
/* model */
.swal-overlay {
  z-index: 99999999;
}

.primeMain {
  /* min-height: 75vh;
  max-height: 75vh; */
  /* overflow: auto; */
  /* margin-top: 10px; */
  font-size: 14px;
  /* border-radius: 15px; */
  /* padding: 0 20px; */
  font-family: var(--fontPoppins--);
}

.tableHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.tableMain {
  /* background-color: white; */
  border-radius: 16px !important;
  /* width: fit-content; */
  /* overflow: overlay;
  margin: 0px 18px; */

  overflow: scroll;
  margin: 0px 18px;
  max-height: 660px;
}

/* .primeTable {} */

.primeTable tr th {
  background-color: inherit;
  padding: 12px 16px;
  font-family: var(--fontPoppins--);
  font-size: 14px;
  font-weight: 600;
}
.primeTable {
  background-color: #fcfcfc;
}
.primeTable tr th:nth-child(1) {
  border-radius: 22px 22px 0px 0px;
  border-top-right-radius: 0px;
}
.primeTable tr th:nth-last-child(1) {
  border-radius: 22px 22px 0px 0px !important;
  border-top-left-radius: 0px !important;
}
/* .primeTable tr td {
  padding: 12px 20px;
  border-bottom: 1px solid #cfcfcf;
  font-family: "Poppins", sans-serif;
  color: var(--TableFont--);
  font-size: 15px;
  font-weight: 400;
} */
tbody tr td {
  padding: 8px 10px;
  /* border-bottom: 1px solid #cfcfcf; */
  font-family: "Poppins", sans-serif;
  color: var(--TableFont--);
  /* font-size: 15px; */
  font-weight: 400;
  background-color: white;
}

thead tr td {
  padding: 12px 20px;
  border-bottom: 1px solid #cfcfcf;
  font-family: "Poppins", sans-serif;
  color: var(--TableFont--);
  /* font-size: 15px; */
  font-weight: 400;
}
thead {
  background-color: #e2e8f0;
}
.tableBoldFont {
  color: var(--TableColumnBold--);
  /* font-size: 14px;  */
  font-weight: 500;
}

/* pagination CSS */

.paginationBtn:disabled {
  opacity: 0.8;
}

/* ================================================Pagination CSS=========================================== */
.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.pageOption {
  padding: 5px 6px;
  border-radius: 10%;
}
.count {
  margin: 15px;
}
.page-btn {
  border-radius: 65px;
  border: 1px solid #c9c9c9;
  background: #fff;
  width: 45px;
  margin-top: 15px;
  height: 45px;
  margin-right: 8px;
}
.page-btn svg {
  width: 16px;
  height: 18px;
}
.active {
  height: 45px;
  width: 45px;
  /* padding: 10px 17px; */
  border-radius: 50px;
  color: #cfcfcf;
  border: none;
  margin-top: 15px;
}
.active svg path {
  color: white;
}
.active-btn {
  height: 50px;
  width: 50px;
  margin: 5px;
  /* padding: 10px 15px; */
  border-radius: 50%;
  /* background-color: #494594; */
  color: #000;
  border: none;
}
.pagination .makeStyles-root-29 {
  display: flex !important;
}
/* Pagination Selection */

.tableSelection {
  margin-right: 15px;
  padding: 5px;
}

/* Pagination Selection */

.tableSelection {
  margin-right: 15px;
  padding: 5px;
}

/* Dialogue CSS */

.mainDialogue {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #00000050;
  opacity: 0;
  animation: fade-in 0.1s ease-in;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Dialogue {
  width: 600px;
  min-height: 290px;
  background-color: var(--white--);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  border-radius: 10px;
}
.faeHostDialog {
  max-width: 65%;
  min-height: 290px;
  background-color: var(--white--);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  border-radius: 10px;
  max-height: 90vh;
}

@media screen and (max-width: 630px) {
  .Dialogue {
    width: 97%;
  }
}

/* Header */
.dialogueHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 20px;
}

.headerTitle {
  font-size: 22px;
}

.closeBtn {
  background-color: var(--blackPrime--);
  color: var(--white--);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  cursor: pointer;
}

/* Main */
.dialogueMain {
  padding: 20px;
  position: relative;
}

/* Footer */
.dialogueFooter {
  padding: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 426px) {
  .dialogueFooter {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ======================== End Table CSS ======================== */

/* ======================== Start Scroll CSS ======================== */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/* width */

/* ======================== End Scroll CSS ======================== */

/* ======================== Start Setting Box CSS ======================== */
.dayAnalytics {
  display: flex;
  justify-content: flex-end;
}
.date-range-box {
  position: relative;
  display: flex;
  align-items: center;
}
.date-range-box input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.date-range-box input:focus-visible {
  outline: none;
}
.right-drp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 92px;
  color: white;
  height: 48px;
  border-radius: 0px 100px 100px 0px;
  background: #8A82FB;
  font-size: 14px;
}
.right-drp-btn svg {
  color: white;
}
.settingMain {
  padding: 20px;
  overflow: auto;
  /* height: 82vh; */
}

.settingBox {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: 0 0 4px #0000005c; */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.loginType {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: 0 0 4px #0000005c; */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.bgSetting {
  background-color: #fff;
}

.settingInnerBox .prime-input {
  margin-bottom: 5px !important;
}

.settingBoxHeader {
  margin-bottom: 15px;
}

.mainTitle {
  font-size: 22px;
  font-weight: bold;
}

/* ======================== End Setting Box CSS ======================== */

/* ======================== Start Dashboard Box CSS ======================== */
.mainDashboard {
  padding: 30px;
}

.dashboardBox {
  padding: 15px;
  background-color: #ededed;
  border-radius: 6px;
  box-shadow: -2px 2px 8px #00000030;
}

.dashIcon {
  font-size: 40px;
}

.dName {
  font-size: 20px;
}

.dCount {
  font-size: 40px;
  line-height: 40px;
}

.showMoreBtn {
  margin-top: 10px;
}
/* extra */

.description {
  width: calc(100% - 160px) !important;
}
#description {
  width: calc(100% - 160px) !important;
}
.cursor {
  cursor: pointer !important;
}

.pos-center {
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

.loader2 {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ======================== End Dashboard Box CSS ======================== */

.totalDollar {
  border: 1px solid darkgray;
  padding: 12px;
  border-radius: 0 10px 10px 0px;
  border-left: none;
}
.totalTex {
  /* border: 1px solid; */
  padding: 13px;
  border-radius: 10px 0 0 10px !important;
  background: var(--bs-green);
  color: white;
  border-radius: 10px;
}

.userBtn {
  border-radius: 5px;
  margin: auto;
  width: 40px;
}

/* ======================== IMPORT IN STYLE CSS ======================== */
/* Table CSS */
/* .userMain table{
  position: relative;
}
.userMain .pagination {
  position: sticky;
  bottom: 0;
  height: 82px;
  background-color: #f1f5f9;
  width: 100%;
  margin: 0px;
} */
.userMain thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  height: 45px;
}
/* fake host dialogue */
.setImage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 190px;
  /* overflow-y: auto; */
}

.img-container {
  position: relative;
}

.img-container i {
  position: absolute;
  right: 18px;
  top: 4px;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.scroll-content {
  display: flex;
  align-items: center;
  height: 100%;
  /* overflow-y: auto  ; */
}
::-webkit-scrollbar {
  width: 4px;
  color: #404040;
}

::-webkit-scrollbar-thumb {
  background: var(--lightOrangeColor);
  border-radius: 5px;
}

.switchTitleColor {
  color: #64748b;
}
.p2 {
  padding: 12px;
}

/* meTube */

.searchBtn {
  border-radius: 62px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 56px;
  height: 43px;
}
.search-input-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.searching-box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.searching-box svg {
  width: 22px;
  height: 22px;
}
.searching-box input {
  height: 56px;
  border: 1px solid var(--lightOrangeColor) !important;
  background-color: white !important;
}
.searching-box input {
  outline: none;
}
.searching-box button {
  background-color: var(--lightOrangeColor);
}

.sideBarLogo {
  background-color: #FAFAFA;
}
.sideBar {
  border-right: 2px solid #ececec;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
/* dayAnalytics */
.dayAnalytics .MuiInputBase-root {
  border-radius: 64px !important;
}
.dayAnalytics .MuiFormControl-root .Mui-focused {
  color: rgba(0, 0, 0, 0.6) !important;
}
.dayAnalytics #dayAnalytics-select {
  display: flex;
  justify-content: center;
}
.dayAnalytics .MuiOutlinedInput-notchedOutline {
  border-color: var(--lightOrangeColor);
}
/* .dayAnalytics svg{
  background-color: var(--lightOrangeColor);
  color: white;
  position: absolute;
  top: 0;
  right: 0;
    width: 50px;
    height: 100%;
    border-radius: 68px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
 } */
.dayAnalytics .MuiSelect-iconOpen {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-radius: 68px;
}
.dayAnalytics .Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: #ff9eac !important;
}
.dayAnalytics .MuiInputBase-root:hover {
  border-color: #ff9eac !important;
}
.dayAnalytics .MuiInputBase-root {
  height: 43px;
  width: 190px;
}
.dayAnalytics .MuiBox-root {
  display: flex;
  justify-content: flex-end;
}
.dayAnalytics .Mui-focused .MuiOutlinedInput-notchedOutline {
  color: rgba(0, 0, 0, 0.54) !important;
}
/* dayAnalytics */

/* Multi Button */
.multiButton .MuiButtonBase-root {
  border: none !important;
}
.multiButton .MuiToggleButtonGroup-root {
  border: 1px solid #997cfa;
  border-radius: 28px;
  padding: 1px;
  overflow: visible;
}

.multiButton button {
  border-radius: 28px;
  min-width: 87px;
  width: 100%;
  margin: 2px;
  padding: 9px 11px;
  font-size: 15px;
  color: #404040;
  overflow: visible;


  /* background: var(--lightOrangeColor); */
}
.multiButton .MuiToggleButtonGroup-root:nth-child(1) {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.multiButton .MuiToggleButtonGroup-root:nth-child(2) {
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
}
.multiButton .MuiToggleButtonGroup-root:nth-child(3) {
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
}
.multiButton .MuiToggleButtonGroup-root:nth-child(4) {
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
}

.multiButton .MuiToggleButtonGroup-root:nth-last-child(1) {
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-right: 1px solid #997cfa !important;
}
.multiButton .Mui-selected {
  background: var(--lightOrangeColor);
  color: white !important;
}

/* Multi Button */
/* Table */
.table-custom {
  display: block;
  max-height: 417px;
  min-height: 417px;
  background-color: white;
  height: 100%;
  width: 100%;
  overflow: scroll;
  border: none;
  border-radius: 22px;
}
.table-custom tbody tr td:nth-child(1) {
  border-left: none !important;
}
.table-custom .table-head {
  display: flex;
  justify-content: center;
  align-items: center;
}
tbody::-webkit-scrollbar {
  height: 2px;
  width: 5px;
  background: var(--lightOrangeColor) !important;
  width: 10px !important;
}

tbody::-webkit-scrollbar-thumb:hover {
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  background: var(--scrollColor--);
}

tbody::-webkit-scrollbar-track {
  border-radius: 2px;
  background: var(--lightOrangeColor);
}

tbody::-webkit-scrollbar-thumb {
  background: var(--scrollColor--);
  border-radius: 5px;
}


.table-custom thead {
  background: #8A82FB !important;
  color: white;
  border-radius: 22px 22px 0px 0px !important;
}
.table-custom tr {
  background-color: radial-gradient(
    circle,
    rgba(139, 130, 252, 1),
    rgba(125, 130, 251, 1),
    rgba(210, 111, 244, 1)
  ) !important;
  color: white;
  border-radius: 22px 22px 0px 0px !important;
}
.table-custom thead tr th input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #fff;
}
.table-custom thead tr th span {
  font-weight: 500;
  font-size: 13px;
}
.table-custom {
  margin-top: 10px;
  overflow: scroll;
}


.table-custom tbody tr td {
  border: 1px solid #eee;
}
/* Table */
/* Submit Btn */
.submit-btn-dialogue {
  border-radius: 36px;
  max-width: 120px;
  color: white;
  width: 100%;
  background: #0fb515;
  height: 43px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}
.submit-btn {
  border-radius: 10px;
  max-width: 120px;
  color: white;
  width: 88px;
  background: #0fb515;
  height: 38px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
/* Submit Btn */
/* pagination */
.custom-pagination {
  background-color: #fff;
  border-radius: 22px;
}
.custom-pagination .page-btn {
  background: #fff !important;
  opacity: 0.5;
  cursor: not-allowed !important;
}

.pagination-select .selector-custom {
  margin-top: 15px;
}
/* pagination */
.custom-pagination .pagination .disabled,
.custom-pagination .pagination .disabled a {
  opacity: 0.8;
  cursor: not-allowed !important;
}
.custom-pagination .MuiFormControl-root .Mui-focused {
  color: rgba(0, 0, 0, 0.6) !important;
}
.custom-pagination .page-item {
  margin-left: 10px;
  margin-right: 10px;
}
.custom-pagination .page-item:nth-child(1),
.custom-pagination .page-item:nth-child(2),
.custom-pagination .page-item:nth-last-child(1),
.custom-pagination .page-item:nth-last-child(2) {
  border-radius: 65px;
  border: 1px solid #c9c9c9;
  background: #fff;
  width: 45px;
  height: 45px;
  font-size: 19px;
  display: flex;
  margin-right: 5px !important;
  margin-left: 0px !important;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.custom-pagination .page-item a {
  border-radius: 65px !important;
  background: #fff;
  width: 45px;
  height: 45px;
  align-items: center;
  font-size: 19px;
  color: rgba(33, 37, 41, 0.75) !important;
  display: flex;
  justify-content: center;
  margin-left: 0px !important;
  padding: 0px;
  border-bottom: 1px solid #c9c9c9 !important;
}

.custom-pagination .pagination .active,
.custom-pagination .pagination .active a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  border-radius: 65px !important;
  background: var(--lightOrangeColor);
  color: white !important;
}
/* Input Custom */
.custom-input input {
  border-radius: 65px;
  border: 1px solid #c9c9c9;
  background: #fff;
}
.custom-input label {
  color: #404040;
  font-weight: 500;
  margin-bottom: 5px;
}
.custom-input .form-input:focus {
  border: 1px solid #ababab !important;
  outline: none;
  background-color: #fefdff !important;
}
/* Input Custom */
/* Selector Custom */
.selector-custom select {
  color: #495057 !important;
  font-size: 14px;
  padding: 16px;
  border: 1px solid #cbd5e1 !important;
  white-space: break-spaces;
  height: 43px;
}

.selector-custom .form-select:focus {
  box-shadow: none;
  border: 1px solid #ababab !important;
  outline: none;
  background-color: #fefdff !important;
}
/* .selector-custom select::placeholder{
  color: #858585 !important;
  font-size: 5px !important;
}
.selector-custom select:-ms-input-placeholder{
  color: #858585 !important;
  font-size: 5px !important;
}
.selector-custom option:first {
 font-size: 10px;
}

.selector-custom fieldset{
  border-radius: 65px;
  border: 1px solid var(--inputBorder--) !important;
} */

.selector-custom .Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 1px solid #ababab !important;
  color: rgba(0, 0, 0, 0.54);
}
.selector-custom .MuiFormControl-root label {
  color: rgba(0, 0, 0, 0.54) !important;
  margin-top: -4px;
}
.selector-custom .MuiInputBase-root {
  height: 43px;
}
.selector-custom .label-selector-custom {
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  /* font-size: 15px; */
}
/* Selector Custom */
.back-btn {
  background-color: var(--lightOrangeColor);
  color: white;
  border-radius: 8px;
  width: 82px;
  height: 35px;
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
/* Pagination Custom */
.pagination-select .pagination {
}
/* Pagination Custom */
.create-new {
  background-color: var(--lightOrangeColor);
  max-width: 180px;
  color: white;
  font-size: 15px;
  width: 100%;
  border-radius: 64px;
}

/* react-date-range-picker */
.react-date-range-picker label {
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 5px;
}
.react-date-range-picker input {
  border-radius: 65px;
  width: 100% !important;
  height: 43px !important;
  border: 1px solid var(--inputBorder--) !important;
  padding: 16px;
  font-size: 14px;
  cursor: pointer;
}
.react-date-range-picker input:focus {
  border: 1px solid #ababab !important;
  outline: none;
  background-color: #fefdff !important;
}
/* react-date-range-picker */
/* audio upload */
.audio-upload audio {
  width: 100% !important;
}
.audio-upload {
  display: flex;
  align-items: center;
}
/* audio upload */

.changePassword-btn {
  background-color: var(--lightOrangeColor);
  color: white;
  font-size: 15px;
  max-width: 200px;
}
.rounded {
  border-radius: 62px !important;
}

.country-dropdown .country-optionList img {
  width: 35px;
  height: 25px;
  object-fit: cover;
  margin-right: 10px;
  margin-left: 20px;
  border-radius: 4px;
}
.country-dropdown .country-optionList span {
  font-size: 14px;
  color: #495057;
}
.country-dropdown .country-optionList {
  height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #bfddfc;
  display: flex;
  align-items: center;
}
.country-dropdown .custom-multi-value {
  display: flex;
  align-items: center;
  padding: 3px;
  border: 1px solid #b6b6b6;
  margin: 5px 5px;
  border-radius: 6px;
}
.country-dropdown .custom-multi-value svg {
  color: red;
  font-size: 19px;
  cursor: pointer;
  margin-left: 6px;
}
#react-select-2-listbox {
  max-height: 216px !important;
}
.country-dropdown label {
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
}
.country-dropdown .optionShow-option img {
  width: 35px;
  height: 25px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 4px;
}
.country-dropdown .optionShow-option span {
  font-size: 14px;
  color: #495057;
}

.userText {
  transition: 0.1s ease-in !important;
}

.userText:hover {
  color: var(--lightOrangeColor) !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);

  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px !important;
  width: 32px !important;
  background-color: rgba(64, 81, 137, 0.2) !important;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px) !important;
  border-radius: 8px !important;
}

swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0;
  /* font-feature-settings: ; */
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1;
  color: #b93160 !important;
}



@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@500,600,700,800&display=swap");
/* font-family: 'Nunito Sans', sans-serif; */

:root {
  --black--: #000;
  --white--: #fff;
  --prime--: #524ae3;
  --blackPrime--: #0f172a;
  --grayPrime--: #404040;
  --inputBorder--: #cbd5e1;
  --btnPrime--: #524ae3;
  --gray--: #656565;
  --pink--: #cb198e;
  --lightOrangeColor: #8A82FB;
}

/* ========================================= Navbar Page CSS ========================== */
/* .boxNav{
  cursor: pointer;
  margin: 0 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  position: static;
  transition: 0.3s;
 z-index: 11;
} */

.mainNavbar {
  position: -webkit-sticky;
  position: sticky;
  margin-right: 0px !important;
  transition: 0.3s !important;
  z-index: 111;
  top: 0;
  background-color: #fafafa;
}

.mainNavbar .logo-show-nav {
  display: none;
}

.boxNav {
  cursor: pointer;
  padding: 9px 12px;
}

.navBar {
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
  background-color: #fafafa;
  font-size: 18px;
  /* margin: 0 10px; */
  border-bottom: 1px solid #ececec;
}

.mainContainer {
  height: 100vh;
  overflow: hidden;
}

.containerRight {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.mainAdmin {
  margin-top: 10px;
  transition: 0.3s;
  height: calc(100vh - 95px);
  /* height: 90.6vh; */
  background: #fafafa;
  /* border-radius: 1rem 1rem 0rem 0rem; */
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
  display: flex;
  justify-content: end;
}

/* ========================================= Sidebar Page CSS ========================== */

/* Side Menu Toggle JS CSS */
.webSidebar {
  width: 270px;
}

.mobSidebar {
  width: 83px;
}

.sideBar.mobSidebar .sideBarLogo span {
  display: none;
}

.navToggle {
  position: relative;
}

.navToggle i {
  color: var(--lightOrangeColor) !important;
}

.sideBar.mobSidebar .mainMenu li a>div>span,
.sideBar.mobSidebar .mainMenu>li>a>i,
.sideBar.mobSidebar .subMenu li a span {
  display: none;
}

.sideBar.mobSidebar .mainMenu li a {
  justify-content: start;
  padding-left: 15px;
}

.sideBar.mobSidebar .mainMenu li a i {
  margin: 0;
}

.sideBar.mobSidebar .subMenu li a {
  padding-left: 22px;
}

.webSidebar .navigation p {
  display: flex;
  margin-left: 19px !important;
  padding-left: 0px !important;
}

.mobSidebar .navigation p {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}

/* End Side Menu Toggle JS CSS */

.sideBarLogo img {
  border-radius: 20px;
  margin-right: 20px !important;
}

.mobSidebar .sideBarLogo img {
  margin-right: 0px !important;
}

/* Mobile Size */
@media screen and (max-width: 992px) {
  .webSidebar {
    width: 83px;
  }

  .mobSidebar .sideBarLogo img {
    margin-right: 20px !important;
  }

  .sideBar .sideBarLogo img {
    margin-right: 0px !important;
  }

  .webSidebar .navigation p {
    display: flex;
    margin-left: 0px !important;
    padding-left: 0px !important;
    justify-content: center;
  }

  .mobSidebar .navigation p {
    margin: 0px 0px 0px 13px !important;
    padding: 0px !important;
    display: flex;
    text-align: center;
  }

  .webSidebar .navigation .mainMenu li a svg {
    margin-right: 5px !important;
  }

  .sideBar .sideBarLogo span {
    display: none;
  }

  .sideBar .mainMenu li a>div>span,
  .sideBar .mainMenu>li>a>i,
  .sideBar .subMenu li a span {
    display: none;
  }

  .sideBar .mainMenu li a {
    justify-content: center;
  }

  .sideBar .mainMenu li a i {
    margin: 0;
  }

  .sideBar .subMenu li a {
    padding-left: 20px;
  }

  /* ============ */

  .mobSidebar {
    width: 220px;
  }

  .sideBar.mobSidebar .sideBarLogo span {
    display: block;
  }

  .sideBar.mobSidebar .mainMenu li a>div>span,
  .sideBar.mobSidebar .mainMenu>li>a>i,
  .sideBar.mobSidebar .subMenu li a span {
    display: block;
  }

  .sideBar.mobSidebar .mainMenu li a>div {
    display: flex;
    align-items: center;
  }

  .sideBar.mobSidebar .mainMenu>li>a {
    justify-content: space-between;
    align-items: center;
  }

  .sideBar.mobSidebar .mainMenu li a i {
    margin-right: 10px;
  }

  .sideBar.mobSidebar .subMenu li a {
    padding-left: 30px;
  }
}

.rotate90 {
  transform: rotate(90deg);
  transition: 0.3s;
}

.mainSidebar {
  position: relative;
}

.navigation::-webkit-scrollbar-thumb {
  background: #8A82FB !important;
  border-radius: 1px !important;
}

.navigation::-webkit-scrollbar {
  width: 6px !important;
}

textarea::-webkit-scrollbar-thumb {
  background: #8A82FB !important;
  border-radius: 1px !important;
}

textarea::-webkit-scrollbar {
  width: 5px !important;
}

.table-custom::-webkit-scrollbar-thumb {
  background: #8A82FB !important;
  border-radius: 1px !important;

}



.sideMenuBg {
  position: absolute;
  top: 10px;
  right: 0px;
  fill: #f1f5f9;
}

.toggleIconNav {
  position: absolute;
  right: -13px;
  top: 50px;
  overflow: visible !important;
  transition: 0.3s;
  z-index: 2000;
}

.toggleIcon {
  transition: transform 0.3s;
}

.rotated {
  transform: rotate(90deg);
  transition: 0.3s;
}

.sideBar {
  height: 100vh;
  /* background-color: var(--white--) !important; */
  background-color: #fafafa;
  color: var(--gray--) !important;
  transition: 0.3s;
  /* overflow: hidden; */
}

.abb {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 100px solid red;
  border-bottom: 50px solid transparent;
}

.sideBarLogo {
  border-bottom: 1px solid #ececec;
  padding: 16px;
}

.navigation {
  padding: 0px 10px;
  max-height: 83vh;
  margin-top: 31px;
  overflow-y: scroll !important;
}

.mainMenu>li {
  padding-bottom: 5px;
}

.mainMenu li a {
  color: var(--grayPrime--);
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  /* border-radius: 6px; */
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  justify-content: space-between;
  transition: 0.1s;
  align-items: center;
  margin-bottom: 5px;
}

.mainMenu li>a svg path {
  transition: 0.3s;
}

.mainMenu li>a:hover,
.mainMenu .activeMenu {
  color: #997cfa;
  color: #997cfa;
  border-left: 2px solid var(--lightOrangeColor) !important;
  transition: 0.1;
}

.mainMenu .activeMenu,
.mainMenu li>a:hover {
  border-left: 2px solid #997cfa !important;
  /* border-left: 2px solid var(--lightOrangeColor) !important; */
  transition: 0.1;
}

.mainMenu li>a:hover svg path,
.mainMenu .activeMenu svg path,
.mainMenu li>a:hover svg defs linearGradient stop {
  color: var(--lightOrangeColor);
  color: #997cfa;
  fill: #997cfa;
  stop-color: #997cfa;
}

.mainMenu li>a:active svg path,
.mainMenu .activeMenu svg path,
.mainMenu .activeMenu svg defs linearGradient stop {
  color: var(--lightOrangeColor);
  color: #997cfa;
  fill: #997cfa;
  stop-color: #997cfa;
}

.mainMenu li>a:hover img,
.mainMenu .activeMenu img {
  color: var(--lightOrangeColor);
}

.mainMenu li a i {
  margin-right: 10px;
  transition: 0.3s;
  height: 20px;
  width: 20px;
}

.multiSelectContainer {
  position: relative;
  text-align: left;
  width: 100%;
  border: 1px solid #997cfa;
  margin-top: 10px;
}

.viewbutton {
  display: flex;
  align-items: center;
  padding-left: 15px;
  column-gap: 10px;
  padding-right: 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #8A82FB;
}

.chart-container {
  background: #8A82FB;
  padding: 20px;
  /* Adjust as needed */
  border-radius: 10px;
  /* Optional */
  display: inline-block;
  /* Ensure the background only applies to the chart */
}

.mainMenu li a img {
  margin-right: 22px;
  transition: 0.3s;
  width: 24px;
  height: 24px;
}

.mainMenu li a svg {
  margin-right: 22px;
  transition: 0.3s;
  /* width: 17px;
  height: 17px; */
}

.content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.subMenu li a {
  justify-content: start;
  padding-left: 30px;
}

.subMenu li a i {
  font-size: 6px;
}

/* ================================== Admin CSS =================================== */
/* 
.mainAdmin {
  margin-left: 230px;
  margin-top: 10px;
  margin-right: 10px;
  height: 100vh;
  background-color: var(--white--);
  transition: 0.3s;
} */

/* .mobAdmin {
  margin-left: 85px;
} */

/* Mobile Size */
@media screen and (max-width: 425px) {
  .pageCenterMob {
    display: flex;
    justify-content: center;
  }

  .pageSm {
    margin-top: 8px;
  }

  .smBTN {
    font-size: 12px;
    width: 47%;
    padding: 0%;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 425px) {
  .fake-host-page .searching-box {
    width: 100%;
  }
}

/* ==================================  CSS  =================================== */
.card {
  word-wrap: break-word;
  background-clip: border-box;
  /* background-color: #fff; */
  border: 1px solid transparent;
  border-radius: 0.3rem;
  /* box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03); */
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  min-width: 0;
  position: relative;
  width: 100%;
  border-top: none;
  box-shadow: 0px 14px 40px -2px lightgray;
}

/* ========================= Loader css==================== */

.mainLoaderBox {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000070;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-img-icon svg {
  position: absolute;
  top: 32%;
  right: 30%;
  color: #c9c9c9;
  border-radius: 50%;
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #ffffff;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }

  35% {
    transform: scale3D(0, 0, 1);
  }
}

@media screen and (max-width: 320px) {
  .category-btn .btn-icon {
    padding: 3px 6px !important;
  }

  .category-btn button>i {
    font-size: 12px !important;
  }
}

/* ==================== Admin Profile css ================= */

.adminProfileBox {
  margin: 10px 0;
}

.dashBoxData {
  border: 1px solid #997cfa;
  border-radius: 20px;
  /* box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
  0 7px 10px -5px rgba(64, 64, 64, 0.4) !important; */
}

.dashBoxData .icon {
  z-index: 0 !important;
}

.adminProfileImg {
  padding: 30px;
}

.adminImg {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

/*======================== Dashboard css ====================  */

.dashIconBox {
  /* background-color: #e9e9e9; */
  /* padding: 25px; */
  font-size: 50px;
}

.dashBox {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
}

.icon {
  z-index: 111;
}

.icon-data1 {
  background-color: #c0ebfe;
  color: #008ecd;
}

.icon-data2 {
  background-color: #d4dbfd;
  color: #4860df;
}

.icon-data3 {
  background-color: #ffdbe6;
  color: #e75448;
}

.icon-data4 {
  background-color: #d6ffd0;
  color: #4ca040;
}

.dashboard .dashboardHeader .title h4 {
  margin-left: 10px;
}

.dashDataBox {
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(64, 64, 64, 0.4) !important;
}

.lineCss {
  opacity: 0.1;
  width: 85%;
  margin: 0 auto;
}

.chart1 {
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(64, 64, 64, 0.4) !important;
}

.chartHeader {
  box-shadow: 0px 10px 10px -15px #111;
}

/*  fake host dialogue */
.excel-sheet-table th {
  white-space: nowrap;
}

.host-edit-multipleImg {
  display: flex;
  flex-direction: column;
}

.host-edit-multipleImg i {
  width: 84px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -5px;
  z-index: 111;
  font-size: 20px;
  cursor: pointer;
  color: #d93030;
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .dashboard-activity {
    display: flex;
    grid-template-columns: auto auto auto auto;
    gap: 16px;
    width: 100%;
  }

  .dashboard-activity-one {
    margin-top: 16px;
    padding-right: 8px;
  }

  .dashboard-activity-one,
  .dashboard-activity-two {
    width: 100%;
  }

  .dashboard-activity-two {
    padding-left: 8px;
  }
}

/* dashboard */
.heading-dashboard {
  font-weight: 800 !important;
  margin-bottom: 8px;
  color: var(--black--);
}

.dashBoxData h5 {
  color: #8381cd;
  margin: 0px !important;
  padding-bottom: 3px;
  font-size: 18px !important;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.dashBoxData h6 {
  font-weight: 800;
  font-size: 30px;
  padding-top: 10px !important;
  text-align: start;
}

.custom-text-color {
  color: #9b7ff8;
}

.custom-shortie-color {
  background: linear-gradient(90deg, #6c61fb 0%, #c74cf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 900;
}

.dashBoxData .dashBox-text {
  padding: 10px;
  display: flex;
  width: calc(100% - 120px);
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
}

.dashBoxData svg {
  width: 64px;
  height: 64px;
  filter: brightness(34.5);
  color: white;
}

.dashBoxData .icon {
  width: 120px;
  height: 122px;
  align-items: center;
  margin: 0px !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.dashBoxData .icon-data1 {
  display: flex;
  justify-content: center;
  background: #8A82FB;
}

.dashBox-text h6 {
  margin: 0px !important;
}

.dashBoxData {
  display: flex;
  align-items: center;
}

.dashboard-analytics h6 {
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  padding-top: 28px;
}

.chart-not-available {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  top: 50%;
  left: 0;
  height: 400px;
}

.dashBoxData .icon img {
  width: 60px;
  height: 60px;
  fill: white !important;
  color: white !important;
}

.dashboard .user-activity {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}

.dashboard .user-activity .apexcharts-canvas {
  width: 100%;
}

.dashboard .user-activity h6 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
  padding-top: 0px !important;
  padding-bottom: 10px;
  text-underline-offset: 8px;
}

.dashboard .date-range-picker input::placeholder {
  color: white !important;
}

.dashboard .dashboard-chart {
  margin-top: 15px !important;
}

.dashboard .dashboard-user-count {
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
}

.dashboard .user-activity .total-user-chart {
  /* margin-top: 37px; */
  display: flex;
  margin-bottom: 10px;
}

.dashboard .user-activity .total-active-chart {
  display: flex;
}

.dashboard .user-activity .total-user-chart h5,
.total-active-chart h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.dashboard .user-activity .total-user-chart span {
  border-radius: 6px;
  background: #2559a8;
  width: 24px;
  display: block;
  margin-right: 16px;
  height: 24px;
}

.dashboard .dashboard-user-count .apexcharts-legend-series {
  display: flex !important;
  align-items: center;
}

.dashboard .dashboard-user-count .apexcharts-legend .apexcharts-legend-marker {
  width: 24px !important;
  height: 24px !important;
  margin-right: 5px !important;
  border-radius: 6px !important;
}

.dashboard .dashboard-user-count .apexcharts-legend-text {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.dashboard .dashboard-user-count text {
  text-anchor: unset !important;
}

.dashboard .dashboard-user-count tspan {
  font-weight: 600 !important;
  font-size: 10px;
}

.dashboard .user-activity .total-active-chart span {
  border-radius: 6px;
  background: #8A82FB;

  margin-right: 16px;
  display: block;
  width: 24px;
  height: 24px;
}

.dashboard .date-range-picker input {
  margin-left: auto;
  border-radius: 8px;
  background-color: gray !important;
  color: white;
  cursor: pointer;
}

.dashboard .form-control:focus {
  box-shadow: none !important;
  border-color: unset !important;
}

.cancelBtn {
  background-color: gray;
  color: white;
  border: none;
}

.applyBtn {
  background-color: var(--lightOrangeColor);
  color: white;
  border: none;
}

.cancelBtn:hover {
  background-color: #999191;
  color: white;
}

.applyBtn:hover {
  background-color: #eb6a7c;
  color: white;
}

/* dashboard */

/* userPage */
.userPage .userSetting {
  padding: 0px !important;
  margin: 0px !important;
}

.userPage .searching-box input {
  border-radius: 62px 62px 62px 62px !important;
  max-width: 360px;
  border: 1px solid #c9c9c9 !important;
}

.userPage .searching-box input:focus {
  border: 1px solid #ababab !important;
  outline: none;
}

.userPage {
  padding: 20px;
  padding-bottom: 0px;
}

.userPage .table-custom img {
  border-radius: 6px;
  object-fit: cover;
}

.userPage .table-custom span {
  font-weight: 600;
  font-size: 14px;
}

.action-button {
  display: flex;
  justify-content: center;
}

.action-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  background: #f4f4f4;
}

.userPage .table-custom input {
  border-radius: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid black;
}

.custom-input {
  color: #404040;
  font-weight: 500;
  margin-bottom: 5px;
}

/* .userPage .multi-user-btn .MuiToggleButtonGroup-root:nth-child(3){
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
} */

.userPage .table-custom tbody tr td input[type="checkbox"]:checked {
  accent-color: var(--lightOrangeColor);
}

.userPage .table-custom th input[type="checkbox"]:checked {
  accent-color: var(--white--);
}

.userSetting .MuiList-root {
  display: flex;
  flex-direction: column;
}

.userSetting .MuiList-root li {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.user-table-top input {
  border-radius: 40px;
  border: 1px solid #c9c9c9;
  background: #fff;
  width: 100%;
  padding: 10px;
  height: 43px;
}

.user-table-top h6 {
  font-size: 15px;
  font-weight: 400;
}

.user-table-top {
  justify-content: flex-end;
}

.user-table-top .MuiInputBase-root {
  height: 43px;
  border-radius: 40px;
}

.user-table-top .MuiSelect-outlined {
  display: flex;
  justify-content: center;
}

.user-table-top .MuiFormLabel-root {
  padding-left: 5px;
  margin-top: -6px;
}

.user-table {
  margin-top: 15px;
  border-radius: 22px;
  border: 1px solid #c9c9c9;
  background: #fcfcfc;
}

.user-table-top {
  padding: 12px;
  margin-left: 5px;
}

.pagination-select {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.pagination-select .pagination-submit {
  max-width: 163px;
  width: 100%;
}

.pagination-submit .MuiFormLabel-root {
  color: rgba(0, 0, 0, 0.6) !important;
}

.pagination-select .pagination-submit .Mui-focused .MuiOutlinedInput-notchedOutline {
  color: rgba(0, 0, 0, 0.54) !important;
}

.pagination-select .Mui-focused .MuiOutlinedInput-notchedOutline {
  border-color: unset !important;
}

.pagination-select .MuiFormControl-root {
  width: 100%;
  max-width: 163px;
}

.pagination-select .action-submit {
  display: flex;
  flex-direction: column;
}

.pagination-select .MuiInputBase-root {
  height: 43px;
  border-radius: 40px;
}

.pagination-select .MuiFormLabel-root {
  padding-left: 0px;
  margin-top: -1px;
}

.new-fake-btn button {
  width: 100px;
  height: 38px;
  display: flex;
  align-items: unset;
  justify-content: center;
  background: radial-gradient(circle,
      rgba(139, 130, 252, 1),
      rgba(125, 130, 251, 1),
      rgba(210, 111, 244, 1));
  color: white;
  padding-top: 7px;
  border-radius: 10px;
}

.css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track {
  color: #cd70f5;
}

.css-jsexje-MuiSwitch-thumb {
  background: var(--lightOrangeColor);
}

.css-1yjjitx-MuiSwitch-track {
  background: #fcf3f4 !important
}

.fake-create-img img {
  width: 100px;
  height: 80px;
  border-radius: 15px;
  border: 1px solid white;
  object-fit: cover;
  margin-top: 15px;
}

.fake-user .fake-create-img img {
  width: 150px;
  height: 80px;
  border-radius: 15px;
  border: 1px solid white;
  object-fit: cover;
  margin-top: 15px;
}

.fake-user .pagination-box {
  padding-right: 10px;
}

.real-user .pagination-box {
  padding-right: 10px;
}

.fake-user .passHideShow i {
  margin-right: 17px;
}

.fake-user .userSettingBox {
  height: unset !important;
}

.fake-user .form-input[type="file"] {
  margin-top: 6px;
}

.css-ozc333 .MuiSwitch-switchBase+.MuiSwitch-track {
  opacity: 1;
  background-color: #fcf3f4 !important;
}

.css-ozc333 .MuiSwitch-switchBase+.MuiSwitch-track {
  opacity: 1;
  background-color: #fcf3f4 !important;
}

/* userPage */
/* userSetting */
.userSetting .multiButton .MuiToggleButtonGroup-root:nth-child(3) {
  border-left: 0px;
  border-radius: 0px;
  border-right: 1px solid var(--lightOrangeColor) !important;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

/* .userSettingBox {
  border-radius: 22px;
  border: 1px solid #c9c9c9;
  background: #fcfcfc;
  /* padding: 25px; */
/* margin-bottom: 17px; */
/* } */
*/ .userSetting {
  padding: 20px 20px 0;
}

.userSetting .label-form {
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 10px;
}

.userSetting .MuiRadio-colorSecondary.Mui-checked {
  color: var(--lightOrangeColor) !important;
}

.general-setting .text-about {
  flex-direction: column;
  display: flex;
}

.general-setting textarea {
  border: 1px solid var(--inputBorder--) !important;
  border-radius: 20px;
  padding: 10px;
  color: #495057 !important;
}

.general-setting textarea:focus {
  border: 1px solid #ababab !important;
  outline: none;
}

.avatar-setting .image-avatar-box {
  position: relative;
}

.avatar-setting .image-avatar-box .cover-img-user img {
  height: 284px;
  width: 100%;
  margin-top: 30px;
  object-fit: cover;
  border-radius: 20px;
}

/* .avatar-setting .image-avatar-box .avatar-img-user {
  position: absolute;
  top: 225px;
  left: 52px;
} */
.avatar-setting .image-avatar-box .avatar-img-user img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #fcfcfc;
}

.avatar-setting .avatar-img-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  /* color: white; */
  border-radius: 50%;
  border: 1px solid;
  width: 40;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.avatar-setting .avatar-img-icon svg {
  padding: 5px;
  font-size: 29px;
  color: #524ae3;
}

.avatar-setting .userSettingBox {
  height: calc(100vh - 260px);
}

textarea.custom-textarea {
  border-radius: 10px;
  border: 1px solid #997cfa;
  background: #fcfcfc;
}

textarea.custom-textarea:focus {
  border: 1px solid #ababab !important;
}

/* .inputData textarea {
  padding-left: 20px;

} */

.inputData textarea {
  width: 100%;
  background-color: #fbfbfb;
  border: 1px solid #997cfa !important;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
  font-size: 16px;
}

textarea:focus {
  outline: none;
  border: 1px solid gray !important;
}

.password-setting .userSettingBox {
  height: calc(100vh - 281px);
}

.userSettingBox h5 {
  font-size: 25px;
  font-weight: 500;
}

/* userSetting */

/* Payment Setting */
.payment-setting {
  padding: 30px;
}

.app-setting {}

.payment-setting-box {
  border-radius: 22px;
  border: 1px solid #c9c9c9;
  background: #fcfcfc;
  margin-top: 20px;
}

.se .payment-setting-box h5 {
  font-weight: 600;
  font-size: 18px;
}

.withdrawal-box {
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #f9f9f9;
  padding: 15px;
}

.withdrawal-box h6 {
  font-size: 18px;
  margin-bottom: 0px;
  /* color: radial-gradient(circle, rgba(139, 130, 252, 1), rgba(125, 130, 251, 1), rgba(210, 111, 244, 1)); */
}

.withdrawal-box .withdrawal-requests {
  border-radius: 12px;
  padding: 8px;
  background: #0fb515;
}

.withdrawal-box .withdrawal-requests p {
  color: white;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
}

.payment-setting .payment-content-button {
  border-radius: 8px;
  min-width: 89px;
  border: none;
  min-width: 60px;
  padding: 6px;
  height: 37px;
  cursor: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  background: #ffedf0;
}

.payment-setting .payment-content-button span {
  color: var(--lightOrangeColor);
  font-weight: 500;
  margin-left: 3px;
  font-size: 14px;
}

.payment-setting .Mui-checked+.MuiSwitch-track {
  border-radius: 52px;
  border: 0.5px solid rgba(0, 0, 0, 0.14);
  background: #ffedf0 !important;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08) inset;
}

.payment-setting .Mui-checked .MuiSwitch-thumb {
  background-color: #0fb515 !important;
}

.border {
  border: 1px solid #dbdbdb;
}

.payment-setting .withdrawal-input {
  border-top: 1px solid #dbdbdb;
  margin-top: 15px;
  padding-top: 9px;
}

.payment-setting .withdrawal-input label {
  font-size: 15px;
}

.payment-setting .MuiSwitch-root {
  padding-right: 0px;
}

.payment-setting .MuiFormControlLabel-root {
  margin-right: 0px;
}

.payment-setting span {
  margin-right: 0px;
}

.payment-setting .withdrawal-input input {
  border-radius: 10px;
  border: 1px solid #997cfa !important;
  background: #fcfcfc;
}

.payment-setting .withdrawal-input .Mui-disabled .MuiSwitch-thumb {
  opacity: 0.6;
}

.payment-setting .withdrawal-input .Mui-disabled .MuiSwitch-track {
  opacity: 0.6 !important;
}

/* .payment-setting .withdrawal-input input:focus {
  border-color: #e1818f !important;
} */
.payment-setting .withdrawal-input h6 {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 0px;
  color: #666666;
  font-weight: normal;
}

.payment-box p {
  font-size: 13px;
  margin-top: 6px;
  color: #666;
  margin-bottom: 0px;
}

.video-upload-loader {
  position: relative;
  width: 200px;
  height: 138px;
}

.video-upload-loader .loader-box-video {
  position: absolute;
  top: 30%;
  left: 40%;
}

.video-upload-loader .MuiCircularProgress-root {
  color: #ff4d67 !important;
  width: 45px !important;
  height: 45px !important;
}

.video-short-setting {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-bottom: 9px;
}

.video-short-setting .paid-channel {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-bottom: 2px;
}

.video-short-setting .withdrawal-input {
  border-top: none;
  margin-top: unset;
  padding-top: unset;
}

.payment-setting .selector-payment-setting {
  border-top: 1px solid #dbdbdb;
  margin-top: 9px;
  padding-top: 9px;
}

.payment-setting .selector-payment-setting label {
  color: var(--lightOrangeColor);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
}

.payment-setting .selector-payment-setting p {
  margin-top: 0px;
}

.payment-setting .selector-payment-setting select {
  border-radius: 10px !important;
  border: 1px solid #ff4d67 !important;
}

.payment-setting .selector-payment-setting svg {
  z-index: 111;
}

.payment-setting .selector-payment-setting .selector-custom {
  margin-top: -15px;
  margin-bottom: 5px;
}

.add-details {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.add-details .custom-input {
  width: 100%;
}

.add-details button {
  white-space: nowrap;
  color: white;
  background-color: #8491ff;
  border-radius: 0.5rem;
  height: 38px;
  font-size: 15px;
  margin-bottom: 3px;
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.add-details button svg {
  font-size: 20px;
  margin-right: 5px;
}

.withdrawal-page .primeMain ul li {
  position: relative;
  margin-bottom: 3px;
}

.withdrawal-page .primeMain ul li {
  text-align: justify;
  white-space: nowrap;
  margin-bottom: 5px;
  margin-left: 20px;
}

.withdrawal-page .primeMain ul li::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: -19px;
  height: 7px;
  width: 7px;
  border: 1px solid #b6b6b6;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

/* Payment Setting */

/* Login Page */
.login-page-content {}

.login-page-content .bg-login {
  background: url(webpack:///mini-css-extract-plugin//_next/static/media/loginPageBg.270401fe.png), lightgray 50% cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page-content .login-page-box {
  border-radius: 32px;
  background: #fffafa;
  padding: 30px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  z-index: 9;
}

.login-page-box .text-login {
  border-left: 1px solid #cacaca;
  padding: 0px 31px;
}

.login-page-box .text-login .heading-login {
  display: flex;
  align-items: center;
}

.login-page-box .text-login .heading-login img {
  width: 45px;
  height: 45px;
}

.login-page-box .text-login .heading-login h6 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  margin: 0px;
  margin-left: 15px;
  font-weight: 900;
}

.login-page-content .login-page-box .right-login-img img {
  width: 369px;
}

.login-page-box .login-left-form {
  margin-top: 30px;
}

.login-page-box .login-left-form span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.66px;
}

.login-page-box .login-left-form h5 {
  color: #000;
  margin-top: 3px;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: normal;
}

.login-page-box .login-left-form label {
  color: #7e7e7e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login-page-box .login-left-form .custom-input {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}

.login-page-box .login-left-form input {
  border-radius: 10px;
  margin-top: 5px;
  border: none !important;
  font-weight: 500 !important;
  color: #9b7ff8 !important;
  background: #f4f4f4;
}

.login-page-box .login-left-form input:focus {
  border: none !important;
  background: #f4f4f4 !important;
}

.login-page-box .login-left-form h4 {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: right;
}

.demologin {
  border-radius: 28px;
  width: 150px;
  color: white;
  margin-top: 20px;
  background: radial-gradient(circle,
      rgba(139, 130, 252, 1),
      rgba(125, 130, 251, 1),
      rgba(210, 111, 244, 1));
}

.login {
  border-radius: 28px;
  width: 150px;
  color: white;
  margin-top: 20px;
  background-color: #fe0952;
}

/*  */
.login-page {
  padding: 35px;
  height: calc(100vh - 35px);
}

.login-page .row {
  height: calc(100vh - 78px);
}

.login-page .login-box-img {
  display: flex;
  align-items: flex-end;
}

.login-page .login-box-img img {
  width: 50px;
  height: 50px;
}

.login-page .login-box-img h5 {
  font-weight: 500;
  margin-left: 15px;
  font-size: 30px;
}

.login-page .login-form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.login-form span {
  font-weight: 400;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.login-form h6 {
  font-weight: 500;
  font-size: 33px;
}

.login-form label {
  color: #7e7e7e !important;
  font-size: 16px;
  font-weight: 400 !important;
}

.login-form .custom-input {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.login-form .custom-input input {
  border-radius: 10px !important;
  background: #f4f4f4 !important;
}

.login-form .password {
  position: relative;
}

.login-page .login-form h4 {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  cursor: pointer;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: right;
}

.login-form .login-btn {
  border-radius: 28px;
  width: 224px;
  color: white;
  margin-top: 20px;
  background: var(--lightOrangeColor);
}

.swal-button--danger {
  background: var(--lightOrangeColor);
}

.swal-button {
  padding: 8px 24px;
}

.swal-button--cancel {
  color: #555;
  background-color: #efefef;
  padding: 8px 24px;
}

/* Login Page */

/* Video Page */
.importVideo-page .new-fake-btn button {
  width: 100px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--lightOrangeColor);
  color: white;
  border-radius: 10px;
}

.type-radio-box label {
  margin-top: 6px;
  margin-right: 5px;
  margin-left: 5px;
}

.type-radio-box input {
  cursor: pointer;
  width: 17px;
  height: 17px;
  accent-color: var(--lightOrangeColor);
}

.video-upload input {
  margin-top: 0px !important;
}

.video-show-upload video {
  width: 200px;
  height: 138px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  object-fit: cover;
  margin-left: 10px;
}

.video-show-upload img {
  width: 100%;
  height: 138px;
  max-width: 200px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  object-fit: cover;
  margin-left: 10px;
  min-width: 100px;
}

.video-upload-page .video-upload-img {
  display: flex;
  justify-content: center;
}

.video-upload-page .video-show img {
  width: 200px;
  height: 138px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  border: 1px solid white;
  object-fit: cover;
  margin-left: 10px;
}

.video-upload-page .video-show {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.video-upload-page .video-show video {
  width: 200px;
  height: 138px;
  border: 1px solid white;
  object-fit: cover;
  border-radius: 15px;
}

/* .videoPage .multi-video-btn{ */

/* Video Page */
/* channelPage */
.sound-add-box {
  max-height: 500px;
  overflow: scroll;
}

.sound-add-box::-webkit-scrollbar {
  height: 2px;
  display: block;
  width: 3px;
  background-color: transparent;
}

.sound-add-box::-webkit-scrollbar-thumb:hover {
  -webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  background: var(--scrollColor--);
}

.sound-add-box::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: transparent;
}

.sound-add-box::-webkit-scrollbar-thumb {
  background: var(--scrollColor--);
  border-radius: 5px;
}

.channelPage .multiButton .MuiToggleButtonGroup-root:nth-last-child(1) {
  border-right: 1px solid var(--lightOrangeColor);
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.create-channel-model .MuiTypography-root {
  padding-bottom: 13px;
}

.create-channel-model .text-about {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.create-channel-model textarea {
  border: 1px solid var(--inputBorder--) !important;
  border-radius: 20px;
  padding: 10px;
}

.create-channel-model textarea:focus {
  border: 1px solid #ababab !important;
  outline: none;
}

.create-channel-model form {
  border-radius: 22px 22px 0px 0px;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  background: #fcfcfc;
  padding: 25px;
}

.create-channel-model .custom-input label {
  font-size: 15px;
  margin-bottom: 10px !important;
}

.create-channel-model .text-about label {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px !important;
}

.close-model-btn {
  background-image: linear-gradient(195deg, #747b8a, #495361);
  color: white;
  border-radius: 0.5rem;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  width: 88px;
  height: 37px;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

/* channelPage */
/* Faq Page */
.faq-page .action-button {
  display: flex;
  justify-content: flex-end;
}

.faq-page .MuiPaper-root {
  border: none;
  min-width: 481px;
}

.faq-page .payment-setting-box {
  padding: 24px;
  background-color: #ffffff;
}

.faq-page .MuiAccordionSummary-content p {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

.faq-page .MuiAccordionSummary-root {
  padding: 0px 10px 8px 10px !important;
  background-color: transparent !important;
  border-bottom: 0.8px solid rgba(0, 0, 0, 0.1);
}

.faq-page .MuiTypography-root p {
  font-size: 20px;
  line-height: 26px;
}

.faq-page .not-data-found {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--TableFont--);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 426px;
}

.faq-page .MuiAccordionSummary-expandIconWrapper {
  display: flex;
  width: 43px;
  height: 43px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  box-shadow: none;
  background: #ff4d67;
  border-color: transparent;
  color: white !important;
}

.faq-page .MuiAccordionSummary-expandIconWrapper:hover {
  background: #ff8396;
}

.faq-page .MuiAccordionSummary-content {
  align-items: center;
  justify-content: space-between;
}

.faq-page .MuiAccordionDetails-root {
  margin-bottom: 0px;
  color: rgb(0 0 0 / 70%);
  background: #f5f5f5;
  font-size: 16px;
  border-top: 0px;
  line-height: 27px;
  padding: 26px 9px;
}

/* Faq Page */

/* Profile Page */
.profile-img img {
  border: 3px solid var(--lightOrangeColor);
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 17%;
  /* display: flex; */
  padding: 0.5rem !important;
  transition: 0.5s ease;
}

.profile-img label {
  position: relative;
}

.profile-img label:hover img {
  cursor: -webkit-grab !important;
  cursor: grab !important;
  opacity: 0.4 !important;
}

.profile-img label:hover i {
  opacity: 1 !important;
  z-index: 111;
}

.profile-img label i {
  left: 50%;
  opacity: 0 !important;
  position: absolute;
  font-size: 15px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  background: rgb(31, 28, 48);
  border-radius: 50px;
  height: 29px;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transition: 0.5s ease !important;
}

.profile-img h5 {
  color: #212529;
  font-size: 20px;
  padding-bottom: 7px;
  padding-top: 5px;
  text-transform: capitalize;
}

.profile-img h6 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 9px;
  padding-bottom: 15px;
}

.profile .withdrawal-input p {
  color: red !important;
}

.profile-page .custom-input {
  position: relative;
}

/* Profile Page */

/* Reset Password */
.customMethod-input label {
  margin-top: 10px;
}

.customMethod-input .custom-input input {
  border: 1px solid #ffced5 !important;
}

.reset-password .login-page {
  height: unset !important;
}

.reset-password label {
  color: #7e7e7e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reset-password .custom-input {
  position: relative;
  margin-bottom: 10px;
  margin-top: 20px;
}

.reset-password input {
  border-radius: 10px;
  margin-top: 5px;
  border: none !important;
  font-weight: 500 !important;
  color: var(--lightOrangeColor) !important;
  background: #f4f4f4;
}

.reset-password .custom-input .form-input:focus:focus {
  border: none !important;
  background: #f4f4f4 !important;
}

.reset-password .primeHeader {
  margin-bottom: 0px !important;
}

.reset-password {
  background: url(webpack:///mini-css-extract-plugin//_next/static/media/loginPageBg.270401fe.png), lightgray 50% cover no-repeat;
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
}

.reset-password .login-page .login-page-box {
  height: min-content;
  width: 100%;
  max-width: 494px;
  border-radius: 32px;
  background: #fffafa;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 26px;
}

.reset-password h6 {
  font-weight: 500;
  margin-bottom: 8px;
  color: #495057;
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 20px;
}

/* Reset Password */

/* Premium Plan Page */
.premium-plan .primeMain ul li {
  text-align: justify;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-left: 20px;
}

.premium-plan .primeMain ul li::before {
  left: -19px;
}

/* Premium Plan Page */

/* Notification Dialogue */
.notification-box {
  background-color: white;
  width: 330px;
  height: auto;
}

.notification-head {
  padding: 16px;
}

.notification-head h6 {
  color: grey;
  margin-bottom: 0;
}

.notification-head {
  border-bottom: 1px solid rgb(222, 226, 230) !important;
}

/* Notification Dialogue */
.css-i4bv87-MuiSvgIcon-root {
  width: 0.9em;
  margin-right: 10px;
}

.image-show-multi {
  position: relative;
}

.image-show-multi img {
  margin: 0px !important;
  width: 85px;
  height: 85px;
  border-radius: 14px;
}

.image-show-multi {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 100px);
  grid-gap: 15px;
  grid-gap: 15px;
  gap: 15px;
  margin-top: 30px;
  justify-items: center;
}

.image-show-multi-box {
  position: relative;
}

.videoCreateModel .videoShow video,
.videoCreateModel .videoShow img {
  object-fit: fill;
  width: 150px;
  height: auto;
  border-radius: 13px;
  border: 1px solid #cbd5e1;
}

.image-show-multi .image-show-multi-box .MuiButtonBase-root {
  left: 63px !important;
  top: -15px !important;
  color: white;
}

.image-show-multi .image-show-multi-box .MuiButtonBase-root svg {
  color: white;
  background-color: #ff4d67;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.giftCategoryShow {}

.giftCategoryShow .searching-box label {
  margin: 10px 0px !important;
}

.giftCategoryBox {
  margin-top: 15px;
}

.giftCategoryBox .giftCategory {
  margin-bottom: 21px;
  border-radius: 5px;
  background-color: #c9c9c930;
  border-radius: 12px;
  border: none;
}

.giftCategory .giftCategory-img {
  padding: 25px;
  text-align: center;
}

.giftCategoryBox .gift-head h4 {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}

.giftCategoryBox .all-giftShow {
  margin-bottom: 16px;
}

.giftCategoryBox .gift-head h6 {
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  margin-top: 3px;
  text-transform: capitalize;
  margin-bottom: 12px !important;
}

.giftCategory-img .img-gift {
  margin-right: auto !important;
  margin-left: auto !important;
  border: 2px solid #997cfa;
  padding: 10px;
  object-fit: cover;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100px;
  display: block;
}

.newMuiButton {
  background-color: #ff4d67 !important;
}

.giftCategory-img h5 {
  color: rgb(0 0 0 / 68%);
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 30px;
}

.giftCategory-img h6 {
  color: rgba(0, 0, 0, 0.54);
  margin-top: 5px;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.giftCategory .action-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  background: #f4f4f4;
}

.searchWrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}

.badge-primary,
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #bfddfc;
  color: #007bff;
}

.badge-success,
a.badge-success:focus,
a.badge-success:hover {
  background-color: #bffcc7;
  color: #009b0d;
}

.action-button .closeIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  background: #f4f4f4;
}

.action-button .closeIcon svg {
  border-radius: 6px;
  object-fit: cover;
  width: 30px;
  height: 30px;
  fill: red;
}

/* For Back Button */

.back-btn {
  border-radius: 10px;
  max-width: 120px;
  color: white;
  width: 88px;
  background: var(--lightOrangeColor);
  height: 38px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.radio-label {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

/* Styling for the active radio button */
.active-radio input[type="radio"] {
  accent-color: #8A82FB;
  margin-right: 10px;
  /* Change the color of the selected radio to pink */
}

/* Adjust spacing between the radio button and the label text */
.radio-label span {
  margin-left: 30px;
  /* Adds space between radio and the text */
}

/* Custom style for the radio button itself */
.custom-radio {
  width: 18px;
  height: 18px;
  margin-right: 10px;

}

/* Ensure vertical alignment of the radio buttons */
.radio-label {
  display: flex;
  align-items: center;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ======================== Start DatePicker CSS ======================== */

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: " ";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ff4d67;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker .btn:disabled {
  background-color: #ff4d67 !important;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 4px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 14px;
  padding: 12px 16px !important;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  /* --lightOrangeColor:  */
  background: #8A82FB;
  color: #fff;
  width: inherit;
  height: inherit;
  border-radius: 1px;
  margin: 0 !important;
}
.daterangepicker .ranges li.active:nth-child(1) {
  background-color: transparent;
  color: black;
}
.daterangepicker .ranges li.active:nth-child(1):hover {
  background-color: #eee !important;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    /* width: 140px; */
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* ======================== End DatePicker CSS ======================== */

@media screen and (min-device-width: 320px) and (max-device-width: 650px) {
}

@media screen and (min-device-width: 947px) and (max-device-width: 1558px) {
  .dashboard-count-box {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dashboard-count-box .adminProfileBox {
    width: 100%;
  }
}

@media screen and (min-device-width: 947px) and (max-device-width: 1324px) {
  /* .dashboard-chart{
        display: flex;
       flex-direction: column;
    }
    .dashboard-chart .dashboard-user-count ,.user-activity{
        width: 100%;
    } */
  .dashboard-chart-box {
    width: 60%;
  }
  .dashboard-total-user {
    width: 40%;
  }
}
@media only screen and (max-device-width: 540px) {
  .create-channel-model {
    width: 411px !important;
  }
}
@media only screen and (max-device-width: 420px) {
  .fake-user .fake-create-img img{
    width: 150px;
  }
}

@media only screen and (max-device-width: 500px) {
  .dashboard .dashboard-user-count text{
    text-anchor: end !important;
  }
}
@media only screen and (max-device-width: 412px) {
  .custom-pagination{

  }

  .custom-pagination .page-item a{
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .custom-pagination .page-item:nth-child(1), .custom-pagination .page-item:nth-child(2), .custom-pagination .page-item:nth-last-child(1), .custom-pagination .page-item:nth-last-child(2){
    width: 40px;
    height: 40px;
  }
  .custom-pagination .pagination .active, .custom-pagination .pagination .active a{
    width: 45px;
    height: 45px;
  }
  .custom-pagination .page-item{
    margin-left: -3px;
    margin-right: 10px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 434px) {
  .create-channel-model {
    width: 291px !important;
  }
  .create-channel-model form{
    padding: 15px
  }
}


@media screen and (min-device-width: 540px) and (max-device-width: 768px) {
  .create-channel-model {
    width: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .create-channel-model {
    width: 600px !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 573px) {
  .video-show {
    flex-direction: column;
  }
  .video-show video {
    margin-bottom: 10px;
  }
  .video-upload-page .video-show img{
   margin: 0px;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 650px) {
  .multiButton .MuiButtonBase-root {
    border: 1px solid var(--lightOrangeColor) !important;
  }
  .multiButton .MuiToggleButtonGroup-root {
    border: none !important;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 714px) {
  .custom-pagination {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
  }
  .custom-pagination .pagination-select {
    margin-bottom: 16px;
    width: 100%;
    align-items: center;
    min-width: 160px;
    margin-left: 0px;
    max-width: 268px;
    justify-content: center;
  }
  .custom-pagination .pagination {
    width: 100%;
    margin-top: 10px;
    align-items: center;
  }
  .custom-pagination .pagination p {
    text-align: center;
  }
  .custom-pagination .pagination .active {
    margin-top: 0px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .webSidebar {
    display: none;
  }
  .mobSidebar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
  }
  .mobNav .navBox {
    padding-bottom: 0px !important;
  }
  .mainNavbar .logo-show-nav {
    display: block;
  }
  .mainNavbar .sideBarLogo {
    padding: 0px;
    justify-content: flex-start;
    border-bottom: 0px;
  }
  .mainNavbar .sideBarLogo img {
    margin-right: 11px !important;
  }
  .responsive-bg {
    display: block !important;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: 9;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .pagination-select {
    margin-top: 20px;
  }
  .pagination-box {
    justify-content: flex-start !important;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 992px) {
  .dayAnalytics {
    justify-content: center;
    margin-top: 10px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 992px) {
  .login-img {
    display: flex;
    justify-content: center;
  }
  .login-img img {
    width: 250px;
    height: auto;
  }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .right-login-img{
    display: none;
  }
 .text-login{
  border-left: none !important;
 }
 .login-page-content .login-page-box{
  width: 100%;
    max-width: 377px;
 }
}
@media screen and (min-device-width: 320px) and (max-device-width: 400px) {
  .login-page-content .login-page-box{
      max-width: 308px !important;
      padding: 20px
   }
}
