html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  z-index: 1;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #f7f7f7;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

* {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes mymove {
  from {
    left: 217px;
  }

  to {
    left: 670px;
  }
}

/* ......................Montserrat font family ............................ */

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

/* ......................Montserrat font family end ............................ */
body {
  background-color: #f7f7f7;
}

.main-container {
  display: none;
  /* position: absolute; */
  top: 0;
  left: 0;
}

.splash-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  text-align: center;
}

.logo-center {
  display: block;
  width: 50%;
  margin: 0 auto;
  top: 22%;
  position: relative;
}

.loader {
  top: 40%;
  left: 46%;
  position: fixed !important;
  display: none;
  z-index: 9;
}

.circle_loader {
  width: 145px;
  height: 145px;
  background: url("../images/spinner.png") no-repeat;
  background-size: cover;
  -moz-animation: spin 5s infinite linear;
  -webkit-animation: spin 5s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinner-border {
  border: none;
}

.cursor_disabled {
  pointer-events: none;
}

.discription {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat-Regular";
}

.default-btn {
  background-color: #6f359e;
  color: #fff;
  border: 2px solid #6f359e;
  font-family: "Montserrat-Bold";
  line-height: 28px;
  height: 48px;
  padding: 5px 15px 5px 15px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

.whiteBtn {
  background-color: #fff;
  color: #000;
  border: 4px solid #fff;
}

.whiteBtn:hover {
  background-color: #ca29f2 !important;
  color: #fff !important;
  border: 4px solid #ca29f2 !important;
}

.default-btn:hover {
  border-color: #6f359ed1;
  color: #fff;
  background-color: #6f359ed1;
}

.btn:active {
  border-color: #6f359ed1 !important;
  color: #fff !important;
  background-color: #6f359ed1 !important;
}

.top-pad {
  padding-top: 200px;
}

/* checkbox css start */

.checkBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  height: 18px;
  width: 18px;
  margin-left: -25px;
  background-color: transparent;
  border: 4px solid #c2c2c2;
  border-radius: 5px;
}

.checkBox input:checked ~ .checkmark {
  background-color: #6f359e;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkBox input:checked ~ .checkmark:after {
  display: block;
}

/* ............................................................. checkBox css enff  .............................................................*/

/* ..............................................................login page css start......................................................... */
.login_container {
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.credential_form .cred_page {
  max-width: 800px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
}

.credential_form .cred_form {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding-top: 0px;
  position: relative;
  z-index: 9;
}

.login-desc {
  width: 100%;
  height: 38px;
  gap: 10px;
  padding: 5px 10px 5px 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  justify-content: center;
}

.login-desc h6 {
  width: 100%;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat-Regular";
  color: #000;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 20px;
}

.login-fields-box {
  width: 100%;
  height: 175px;
  gap: 15px;
  margin: 0 auto;
}

.cred_form label {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #707070;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  width: 47px;
  height: 24px;
  left: 9px;
}

.checkBox label {
  font-family: "Montserrat-Regular";
  width: unset !important;
  cursor: pointer;
}

.credential_row {
  /* width: 550px; */
  margin: 0px auto;
}

.credential_form .inner-cred {
  max-width: 400px;
  padding: 5px;
  margin: 15px;
  height: 560px;
  top: 45px;
  left: 304px;
  border-radius: 12px;
  gap: 20px;
  background: #ffffff;
}

.credential_form .inner-cred label {
  width: 100%;
}

.credential_row .btn {
  width: 100%;
  padding: 0;
}

.credential_row .input_groupbox {
  margin-bottom: 15px !important;
  position: relative;
  margin: 0px auto;
  height: 75px;
  border-radius: 12px;
}

.credential_row .login-input {
  background: transparent;
  color: #a4a4a4;
  border: 4px solid transparent;
  font-size: 16px;
  font-family: "Montserrat-Regular";
  font-weight: 400;
  height: 50px;
  padding: 5px 0px 5px 15px;
  border-radius: 12px;
  border: 1px solid #e3e3e3;
  width: 100%;
}

.contact-label:focus-within .field_icon {
  color: #ca29f2;
}

.credential_row input::placeholder {
  color: #a4a4a4;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
  width: 113px;
  height: 24px;
}

.credential_row .login-input:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 12px;
  border: 4px solid transparent;
}

.submit-btn {
  border-radius: 12px;
  border: 4px solid transparent;
  width: 551px;
  height: 56px;
  padding: 5px 15px 5px 15px;
  border-radius: 12px;
  margin-top: 52px;
}

.credential_row .submit-btn:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 4px solid transparent;
}

.error_box span {
  font-size: 12px;
  color: red;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -20px;
}

.welcome-box {
  width: 100%;
  height: 50px;
  padding: 5px 10px 5px 10px;
  gap: 10px;
  margin: 0 auto;
  position: relative;
}

.welcome-box .form-heading {
  width: 100%;
  height: 40px;
  font-family: "Montserrat-Regular";
  font-size: 40px;
  text-align: center;
  position: relative;
  color: #000;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}

.login-error {
  display: block;
  text-align: center;
  color: red;
  padding: 12px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  line-height: 24px;
  height: 20px;
}

.checkBox {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding: 2px 5px 2px 5px;
  border-radius: 12px;
  gap: 6.37px;
  margin: 0 auto;
}

.checkbox_image {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 4px;
  left: 0;
  top: -1px;
}

.remember-me {
  /* width: 100%; */
  height: 24px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0rem;
  text-align: left;
  padding: 10px 10px 3px 10px;
  font-family: "Montserrat-Regular";
}

.credential_row .remember-btn:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 10px;
  border: 4px solid transparent;
}

.remember-btn {
  width: 40px;
  height: 40px;
  padding: 1px 0px 1px 0px;
  border-radius: 10px;
  border-radius: 4px;
  border: 4px solid transparent;
}

/* ..............................................................login page css end......................................................... */

/* ..............................................................sidebar css start......................................................... */

.navbar-brand img {
  width: 187px;
  height: 92px;
}

.logo-box {
  width: 134px;
  height: 16%;
  padding: 30px 0px 0px 0px;
  text-align: center;
  position: relative;
}

.logo-box img {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 1rem;
}

.menu-list-container {
  list-style: none;
  height: 84%;
  /* padding-left: 0;
    float: left;
    margin-top: 50px; */
}

.menu-list-container li {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 12px;
  height: 20%;
  border: 4px solid transparent;
  cursor: pointer;
  border-radius: 15px;
  background: #ffffff;
}

.menu-list-container li .menu-title-box {
  width: 280px;
  height: 82px;
  /* padding: 6px; */
  /* padding-top: 2px; */
  border-radius: 12px;
  border: 3px solid transparent;
  /* background: #F7F7F7; */
}

.menu-list-container li:focus .menu-title-box {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 3px solid transparent;
}

.sidebar {
  width: 160px;
  top: 0;
  left: 0;
  background-color: #fff;
  /* padding: 30px 20px 30px 20px; */
  float: left;
  height: 100vh;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.sidebar li p {
  display: none;
}

.menu-list-container li p {
  display: none;
  /* padding-left: 15px; */
  float: left;
  margin-bottom: 0;
  color: #333333;
  font-family: "Montserrat-SemiBold";
  font-size: 2rem;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  padding: 24px 0px 0px 6px;
}

.menu-list-container li img {
  float: left;
  width: 80px;
  height: 80px;
}

.minimize-sidebar .menu-list-container li img {
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.maximize-sidebar {
  width: 320px !important;
}

.maximize-sidebar li p {
  display: block !important;
}

.minimize-sidebar li .menu-title-box {
  background: #fff;
}

.minimize-sidebar li.selected_menu .menu-title-box {
  width: 95px !important;
  height: 95px !important;
  background: #e3e3e3c2;
  border-radius: 50%;
  /* padding: 10px !important; */
  margin-left: 12px;
}

/* ..............................................................sidebar css end......................................................... */
/* ..............................................................Error css start......................................................... */
.not-found {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.not-found p {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  font-family: "Montserrat-Regular";
  transform: translate(-50%, -50%);
}

/* ..............................................................Error css end......................................................... */
/* ====================================Start of home screen=========================== */
.search_container.container-fluid {
  gutter-x: 0;
}

.main-section.home-section .container-fluid:nth-child(1) {
  height: 95vh;
  margin-top: 42px;
}

.main-section {
  margin-left: 210px;
  height: 100vh;
}

.inner-category {
  width: 95%;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
  border: 4px solid transparent;
}

.inner-category:focus,
.inner-category:hover {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 12px;
  border: 4px solid transparent;
  cursor: pointer;
}

.inner-category h4 {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 28px;
  color: #fff;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}

.thumbnail-section {
  margin-top: 30px;
}

.activities {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.videos {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 20px;
  justify-items: center;
}

.search-result-videos {
  display: grid;
  gap: 20px;
  justify-items: center;
}

.video-card {
  width: 100%;
  max-width: 438px;
  height: 416px;
  border-radius: 15px;
  margin-bottom: 36px;
  padding: 0px;
  border: 4px solid transparent;
  box-shadow: 0 0.5rem 1rem #00000040;
}

.video-card:hover {
  cursor: pointer;
}

.video-card:focus {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 4px solid transparent;
}

.video-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 12px 12px 0px 0px;
}
.video-card-details {
  padding: 15px 15px;
  border-radius: 0px 0px 12px 12px;
}

.video-card-details h6 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Montserrat-Bold";
  font-weight: 400;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.video-card-details .badge {
  padding: 15px 24px 15px 24px;
  border-radius: 50px;
  color: #333333;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.duration {
  padding-top: 10px;
  display: flex;
}

.duration img {
  width: unset;
}

.duration span {
  line-height: 16px;
  font-size: 14px;
  font-family: "Montserrat-Regular";
  color: #707070;
  padding-left: 5px;
  padding-top: 5px;
}

.badge1 {
  background-color: #8dd8d8;
}

.badge2 {
  background-color: #f7be8b;
}

.badge3 {
  background-color: #cab1e5;
}

.category-item {
  height: 140px;
  width: 100%;
  /* padding: 45px; */
  border-radius: 8px;
  text-align: center;
  background-color: #6f359e;
  display: grid;
  place-items: center;
}

/* ====================================End of home screen=========================== */

/* ====================================Start of Dashboard Screen=========================== */
.main-section.dashboard_container .container-fluid:nth-child(1) {
  padding-top: 30px;
}

.headings h2 {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 600;
  color: #562a79;
  text-transform: capitalize;
  font-family: "Montserrat-SemiBold";
}

.verticalGaps {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-box {
  height: 80px;
  padding: 25px 15px;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.title-box h6 {
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: 600;
  color: #333333;
  text-transform: capitalize;
  font-family: "Montserrat-SemiBold";
}

.event-card .bx1 {
  background-color: #c7eeee;
  border-radius: 12px 12px 0px 0px;
  border: 4px solid transparent;
  box-shadow: unset;
}

.event-card .bx2 {
  background-color: #fceae2;
}

.event-card .bx3 {
  background-color: #f3baba;
}

.event-card .bx4 {
  background-color: #d8bef4;
}

.event-card .bx5 {
  background-color: #fcd9ba;
}

.event-card .bx6 {
  background-color: #b3efe1;
}

.event-card {
  max-width: 520px;
  width: 100%;
  height: 380px;
  border-radius: 12px;
  margin-top: 30px;
  border: 4px solid transparent;
}

.event-card:focus,
.event-card:hover {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 4px solid transparent;
  cursor: pointer;
}

.inner-dashboard-details {
  background-color: #fff;
  padding: 28px;
  height: 290px;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.inner-dashboard-details span {
  font-size: 1.4rem;
  line-height: 40px;
  font-family: "Montserrat-Regular";
  color: #707070;
}

.inner-dashboard-details span:last-child img {
  width: 25px;
}

.inner-dashboard-details span:last-child {
  padding-left: 2px;
  text-transform: capitalize;
}

.inner-dashboard-details h6 {
  color: #707070;
  font-size: 1.4rem;
  margin: 16px 0px;
  font-family: "Montserrat-SemiBold";
}
.inner-dashboard-details ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 5px;
}

.inner-dashboard-details ul i {
  font-size: 6rem;
  color: #6f359e;
}

.inner-dashboard-details ul li {
  display: grid;
  margin: 10px 0px;
}

.inner-dashboard-details ul li div {
  display: inline-flex;
  text-align: start;
  margin: 12px 0;
}

.inner-dashboard-details ul li div img {
  height: 40px;
  width: 40px;
  margin-right: 3px;
}

span.iconSpan {
  line-height: 42px;
}

img.item-thumbnail {
  height: 260px;
  width: 100%;
}

/* ====================================End of Dashboard Screen=========================== */

/* ====================================  Start of subcategory section css start ===========================*/
.main-section.subcategory_container .container-fluid:nth-child(1) {
  padding-top: 30px;
}

.main-div .verticalGaps .headings {
  position: relative;
  margin-bottom: 15px;
  height: 40px;
  height: 100vw;
}

.sub-cat-box {
  top: 15px;
  height: 90vh;
  position: relative;
}

.subcatgeory-item-box {
  border-radius: 12px;
  border: 4px solid transparent;
  width: 408px;
  height: 315px;
  margin: 15px 0;
}

.subcatgeory-item-box:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 4px solid transparent;
}

.sub-category-image-box {
  width: 400px;
  height: 228px;
}

.sub-category-image-box img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.subcatgeory-item-box .title-box h6 {
  color: #6f359e;
}

.breadcrum-arrow {
  padding: 10px;
  font-size: 2rem;
}

/* ====================================  End of subcategory css section end ===========================*/

/* ==================================== STart of video list container section end ===========================*/
.main-section.video_list_container .container-fluid:nth-child(1) {
  padding-top: 30px;
}

.video-list-box {
  margin-top: 20px;
}

/* ==================================== End of video list container section end ===========================*/

/* ==================================== STart of setting container section end ===========================*/

.main-section.setting_container .container-fluid:nth-child(1) {
  padding-top: 35px;
}

.setting_container .headings h2 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #562a79;
  line-height: 32px;
  font-family: "Montserrat-Regular";
}

.setting-box {
  padding: 36px 0px;
  margin-top: 60px;
  background: #fbfbfb;
}

.language-heading {
  font-size: 1.6rem;
  color: #707070;
  font-family: "Montserrat-Regular";
  line-height: 24px;
  margin-left: 20px;
}

.language-box {
  display: flex;
  justify-content: space-between;
}

.app-language {
  width: 200px;
  height: 80px;
  font-size: 1.3rem;
  border-radius: 12px;
  border: 3px;
  color: #707070;
  text-align: center;
  font-family: "Montserrat-Regular";
  box-shadow: 0px 8px 8px 0px #0000001a;
  box-shadow: 0px 8px 8px -1px #0000001a;
  background: #fff;
}

.app-language h3 {
  width: 195px;
  height: 80px;
  border-radius: 12px;
  text-align: center;
  display: grid;
  place-items: center;
}

.app-language:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 4px solid transparent;
}
.app-language:hover {
  cursor: pointer;
}

.app-language:focus h3 {
  width: 192px;
  height: 72px;
  border-radius: 10px;
  text-align: center;
  color: #707070;
}

.app-language.selected-lang h3 {
  background: #6f359e;
  color: #ffffff !important;
}

.hint-box {
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
}

#remoteIns {
  display: none;
}

/* ==================================== End of setting container section end ===========================*/

/* ==================================== STart of Search container section end ===========================*/

/* .search-row { */
/* height: 100vh; */
/* padding: 15px; */
/* } */

.search_container .col-md-5 {
  float: left;
  height: 100%;
}

.search_container .col-md-5 {
  background-color: #ffffff;
  padding-right: 0;
  padding-left: 0;
}

.search_container .container-fluid {
  padding-right: 0;
  background-color: #ffffff;
}

.input-container {
  width: 100%;
  height: 130px;
  padding: 20px 30px;
}

.input-text {
  width: 100%;
  height: 70px;
  color: #000;
  font-size: 1.8rem;
  border-radius: 100px;
  border: 4px solid #e3e3e3;
  padding: 0px 20px;
  position: relative;
  text-align: left;
}

.keyboard-container {
  background: #e3e3e3;
  padding: 5px;
  margin: 15px 0px;
}

.v-keys-box {
  float: left;
}

.v-keyboard {
  display: block;
  padding-left: 5px;
  position: relative;
}

.v-keys {
  width: 60px;
  height: 60px;
  float: left;
  color: #000;
  font-size: 2rem;
  background: #ffffff;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
  border: 4px solid transparent;
  margin: 10px 5px 12px 5px;
  box-shadow: 0px 0px 10px 0px #c7c7c7;
}

.key-letters {
  width: 60px;
  height: 60px;
  float: left;
  color: #000;
  font-size: 2rem;
  background: #ffffff;
  padding: 5px 0px;
  text-align: center;
  border-radius: 5px;
  border: 4px solid transparent;
  margin: 10px 5px 12px 5px;
  box-shadow: 0px 0px 10px 0px #c7c7c7;
}

.a-key-letters {
  margin-left: 25px;
}

.special-function {
  margin: 10px 8px;
  width: 90px;
  padding: 10px;
}

.number-key-btn,
.search-key-btn {
  float: left;
  position: inherit;
  width: 145px;
  padding: 10px;
  margin: 10px;
}

.search-key-btn {
  background: #6f359e;
  padding: 0px 12px !important;
  border-radius: 15px;
  border: 4px solid transparent;
}

.search-key-btn div {
  background-color: #6f359e;
  width: 138px;
  height: 52px;
  border-radius: 12px;
  float: left;
  padding: 10px;
}

.number-key-btn {
  background: #c8c8c8;
}

.space-btn {
  width: 364px;
}

.filter-heading h2 {
  font-size: 2rem;
  padding: 5px 0px;
  color: #562a79;
}

.filter-options {
  font-size: 1.8rem;
  height: 46px;
  border-radius: 15px;
  padding: 8px 8px;
  border-radius: 15px;
  /* background: #F7F7F7; */
  margin: 15px 0px;
}

.main-filter-heading {
  color: #333333;
  text-transform: capitalize;
}

.list-disabled .main-filter-heading {
  color: #a4a4a4 !important;
}

.right-arrow-box {
  float: right;
  padding: 0px 5px;
}

.right-arrow-box img {
  width: 20px;
  height: 30px;
}

.enabled-right {
  display: block;
}

.disabled-right {
  display: none;
}

.list-disabled .enabled-right {
  display: none;
}

.list-disabled .disabled-right {
  display: block;
}

.filter-buttons {
  margin: 15px 0px;
  padding: 10px 0px;
}

.clear-btn,
.apply-btn {
  width: 130px;
  height: 50px;
  color: #a86ae2;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 10px;
  border: 4px solid #a86ae2;
  float: right;
  font-size: 1.4rem;
  margin: 0px 10px;
  text-align: center;
}

.keyboard-img {
  width: 26px;
  height: 26px;
}

.search-key-btn img {
  width: 30px;
  height: 30px;
}

ul.filter-conatiner li {
  display: grid;
}

ul.filter-options-list li {
  width: 49%;
  float: left;
  text-align: start;
  height: 58px;
  position: relative;
  box-shadow: none !important;
  background: #ffffff;
  border-radius: 30px;
  border: 4px solid transparent;
  margin: 2px;
}

ul.filter-options-list li div {
  display: flex;
  padding: 10px 10px;
  background: #fff;
  color: #707070;
  border-radius: 30px;
}

ul.filter-options-list li img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

ul.filter-options-list li span.color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
}

ul.filter-options-list li span.blue-color {
  background-color: #c3ecec;
}

ul.filter-options-list li span.purple-color {
  background-color: #f3ebfc;
}

ul.filter-options-list li span.orange-color {
  background-color: #fcd9ba;
}

.intensity-color-low {
  background-color: #c3ecec !important;
}

.intensity-color-mid {
  background-color: #f3ebfc !important;
}

.intensity-color-high {
  background-color: #fcd9ba !important;
}

ul.filter-options-list li h4 {
  font-family: "Montserrat-Regular";
  padding-top: 2px;
  font-size: 1.6rem;
}

.v-keys-box .v-keys:focus {
  box-shadow: none !important;
  background: #ffffff;
  border-radius: 15px;
  border: 4px solid transparent;
}

.v-keys-box .v-keys:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 5px;
  border: 4px solid transparent;
}

.action-keys .v-keys:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px !important;
  border: 4px solid transparent;
}

.action-keys .search-key-btn {
  padding: 0 !important;
}

ul.filter-conatiner-list li {
  margin: 10px 0px;
}

.filter-cat-text {
  box-shadow: none !important;
  background: #f7f7f7;
  border-radius: 15px;
  border: 4px solid transparent;
}

.filter-cat-text:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 15px;
  border: 4px solid transparent;
}

.options-list {
  display: none;
  height: 122px;
  overflow-y: hidden;
}

.apply-btn,
.clear-btn {
  padding: 0;
  color: #fff;
  text-align: center;
  background: #a86ae2;
}

.apply-btn h3,
.clear-btn h3 {
  width: 100%;
  height: 42px;
  padding: 10px 0px;
  border-radius: 8px;
  background: #a86ae2;
}

.search-action-btn:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 12px;
  border: 4px solid transparent;
}

ul.filter-options-list li:focus {
  box-shadow: none !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #e90606, #fb8500, #9d4edd, #35bcc7) border-box;
  border-radius: 30px;
  border: 4px solid transparent;
}

.search-result-heading {
  font-size: 1.8rem;
  margin: 40px 0 12px 0px;
  font-family: "Montserrat-SemiBold";
  line-height: 20px;
}

.search_list {
  height: 90vh;
  overflow-y: auto;
}

.search_item {
  width: 100%;
  float: left;
  background-color: #ffffff;
}

.search-items {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px #c7c7c7;
  margin-bottom: 40px;
  border: 4px solid transparent;
}

.search-input-container {
  height: max-content;
  overflow-y: auto;
}
.search-items img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}

.search-not-found {
  position: fixed;
  color: #000;
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Montserrat-Regular";
}

/* ==================================== End of Search container section end ===========================*/

/* ==================================== Start of langauage responsive CSS ===========================*/
/* CSS for French  */
html:lang(fr) .maximize-sidebar {
  width: 428px !important;
}

html:lang(fr) .menu-list-container li .menu-title-box {
  width: 400px;
}

html:lang(fr) .menu-list-container li p {
  font-size: 1.8rem;
}

html:lang(fr) .clear-btn,
html:lang(fr) .apply-btn {
  text-align: center;
  width: 200px;
}

/* CSS for Portuguege  */
html:lang(pt) .maximize-sidebar {
  width: 428px !important;
}

html:lang(pt) .menu-list-container li .menu-title-box {
  width: 400px;
}

html:lang(pt) .menu-list-container li p {
  font-size: 1.8rem;
}

html:lang(pt) .clear-btn,
html:lang(pt) .apply-btn {
  text-align: center;
  width: 150px;
}

/* ==================================== End of langauage responsive CSS ===========================*/
