* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Barlow", sans-serif;
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  line-height: 1.3;
  background: var(--white-background-color);
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
object,
ol,
option,
p,
pre,
q,
s,
samp,
select,
menuitem small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a,
button,
input,
textarea {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  outline: 0 !important;
}

.button-field:hover:after,
.button-field:focus:after {
  opacity: 1;
}

.button-field input {
  width: 100%;
}

.inner-screen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 25px 25px 99px rgba(10, 10, 10, 0.16);
  width: 100%;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

ol {
  margin: 20px 0 20px 16px;
}

ul {
  margin: 20px 0 20px 20px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: 400;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "";
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

.none {
  display: none;
}

.field_main {
  position: relative;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
}

#page {
  overflow-x: hidden;
}

#simple-popover .MuiPaper-root.MuiPopover-paper {
  top: 92px !important;
  display: flow-root;
  text-align: -webkit-right;
  min-width: calc(10% - 1px);
  max-width: 555px;
  box-shadow: none;
  border-radius: 5px;
  background: transparent;
  margin-left: 0;
  padding: 5px 10px 100px;
}

#subscription-popover .MuiPaper-root.MuiPopover-paper {
  top: 56px !important;
  min-width: 270px;
  box-shadow: none;
  border-radius: 5px;
  padding: 40px;
  background: transparent;
  margin-left: 0;
  right: 0;
  left: 1145px !important;
}

#theme-popover .MuiPaper-root.MuiPopover-paper {
  top: 72px !important;
  min-width: 275px;
  /* box-shadow: none; */
  border-radius: 5px;
  /* padding: 40px; */
  background: transparent;
  margin-left: 0;
  right: 0;
  left: auto !important;
}

#location-popover .MuiPaper-root.MuiPopover-paper {
  top: 72px !important;
  min-width: 275px;
  /* box-shadow: none; */
  border-radius: 5px;
  /* padding: 40px; */
  background: transparent;
  margin-left: 0;
  right: 95px;
  left: auto !important;
}

.arrow-popup {
  padding: 0;
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.arrow-popup ul {

  margin: 0;
}

.arrow-popup li {
  list-style: none;
  font-size: 16px;
  color: #646464;
  font-weight: 400;
}

.arrow-popup li:last-child a {
  border: none;
}

.arrow-popup li a {
  display: block;
  line-height: 1;
  border-bottom: 1px solid #f5f7fa;
  padding: 21px 15px 20px;
}

.arrow-popup li a:hover,
.arrow-popup li a:focus {
  background: #f5f7fa;
  color: #646464;
}

.arrow-popup li a img,
.arrow-popup li a svg {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.arrow-popup.notification {
  padding: 0;
  min-width: 366px;
  text-align: left;
}

.arrow-popup.notification:after {
  left: auto;
  right: 10px;
}

.arrow-popup.notification li {
  padding: 0 0px;
  margin-bottom: 0;
}

.arrow-popup.notification li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 16px;
  border-bottom: 1px solid #f5f7fa;
}

.arrow-popup.notification li:last-child a {
  border-bottom: none;
}

.arrow-popup.analyticsDashboard {
  padding: 0;
  min-width: 200px;
  max-width: 205px;
  text-align: left;
  /* margin-right: 620px; */
}

.arrow-popup.profile-menu {
  padding: 0;
  text-align: left;
  min-width: 200px;
  max-width: 205px;
  right: 0px;
  /* margin-right: 620px; */
}

.arrow-popup.subscription {
  padding: 0;
  min-width: 220px;
  /* margin-right: 300px; */
  text-align: left;
  width: 450px;
}

.arrow-popup.subscription:after {
  left: auto;
  right: 10px;
}

.arrow-popup.subscription li {
  padding: 0 0px;
  margin-bottom: 0;
}

.arrow-popup.subscription li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 16px;
  border-bottom: 1px solid #f5f7fa;
}

.arrow-popup.subscription li:last-child a {
  border-bottom: none;
}

.arrow-popup.submenu {
  padding: 0;
  min-width: 320px;
  margin-right: 300px;
}

.arrow-popup.submenu:after {
  left: auto;
  right: 10px;
}

.arrow-popup.submenu li {
  padding: 0 0px;
  margin-bottom: 0;
}

.arrow-popup.submenu li:last-child a {
  border-bottom: none;
}

.arrow-popup.profile-ul li a .a,
.arrow-popup.notification li a .b,
.arrow-popup.subscription li a .c,
.arrow-popup.submenu li a .d {
  transition: all 0.5s ease-in-out;
}

.arrow-popup li .left-img img {
  margin: 0;
  display: block;
}

.modal-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.popup-wrap {
  padding: 37px;
  background: #fff;
  margin: 100px 0;
  position: relative;
  max-width: 1120px;
  min-width: 960px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

.popup-wrap-library {
  min-width: 1250px;
  max-width: 1250px;
}

.box-body-library-left {
  width: unset;
}

.box-body-library-right {
  width: 475px;
  padding: 15px 5px;
  border-left: 2px solid #CCCCCC;
}

.gray-close-ic {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 30px;
  cursor: pointer;
}

.center-div {
  width: 100%;
  text-align: center;
}

.eITDRR {
  padding: 35px 30px 10px !important;
}

.libuev {
  padding: 35px 30px 10px !important;
}

.kBEJNg {
  padding: 35px 30px 10px !important;
}

.kFIbbO {
  padding: 35px 30px 10px !important;
}

.gm-control-active>img {
  left: 14%;
}
















.site-footer {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 12px 25px;
  background: rgba(255, 255, 255, 0.5);
}

.footer-left {
  width: 50%;
  font-size: 14px;
}

.footer-right {
  /* width: 50%;
  text-align: right; */
  padding-left: 56px;
}

.footer-right ul {
  margin: 0;
}

.footer-right ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-right: 35px;
  position: relative;
}

.footer-right ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 15px;
  width: 2px;
  background: #dddddd;
  right: 17px;
  margin: auto;
}

.footer-left p {
  margin: 0;
}

.footer-left p a {
  color: #177bc9;
}

.footer-right ul li:last-child {
  padding-right: 0;
}

@media (max-width: 1199px) {
  .footer-right ul li {
    padding-right: 20px;
    font-size: 14px;
  }

  .footer-right ul li:after {
    right: 10px;
    height: 13px;
  }

  .site-footer {
    padding: 12px 25px 12px 60px;
  }

  .footer-left p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer-right {
    text-align: left;
  }

  .site-footer {
    padding: 14px 75px;
  }

  .footer-left p {
    font-size: 12px;
  }

  .footer-right ul li {
    font-size: 12px;
  }
}


















/* .arrow-popup .profile-ul li a:hover .a,
.arrow-popup li .profile-ul a:focus .a,
.arrow-popup.notification li a:hover .b,
.arrow-popup.notification li a:focus .b {
	fill: #1073c6;
} */
@media (max-width: 1500px) {
  .popup-wrap {
    margin: 10px 0;
    max-width: 800px;
    min-width: 700px;
    min-height: 300px;
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .popup-wrap-library {
    min-width: 1180px;
    max-width: 1180px;
  }

  .box-body-library-left {
    width: 100%;
  }

  .box-body-library-right {
    width: 475px;
  }

  #subscription-popover .MuiPaper-root.MuiPopover-paper {
    left: 1049px !important;
  }
}

@media (max-width: 1366px) {
  #simple-popover .MuiPaper-root.MuiPopover-paper {
    top: 91px !important;
    margin-left: 0px;
  }

  #theme-popover .MuiPaper-root.MuiPopover-paper {
    top: 135px !important;
    margin-left: 15px;
  }

  #location-popover .MuiPaper-root.MuiPopover-paper {
    top: 135px !important;
    margin-left: 15px;
  }

  #subscription-popover .MuiPaper-root.MuiPopover-paper {
    left: 883px !important;
  }
}

@media (max-width: 1199px) {

  #subscription-popover .MuiPaper-root.MuiPopover-paper {
    left: 695px !important;
  }

  .arrow-popup li a img,
  .arrow-popup li a svg {
    margin-right: 11px;
  }

  .arrow-popup li {
    font-size: 16px;
  }

  .arrow-popup li a img,
  .arrow-popup li a svg {
    margin-right: 11px;
  }

  .arrow-popup.notification {
    margin-left: 20px;
  }

  .arrow-popup.notification h6 {
    padding: 17px 16px 15px;
    font-size: 14px;
  }

  .arrow-popup.notification li a {
    padding: 15px;
  }

  .arrow-popup.subscription {
    margin-left: 20px;
    margin-right: 255px;
  }

  .arrow-popup.subscription li a {
    padding: 15px;
  }

  .arrow-popup.submenu {
    margin-left: 20px;
    margin-right: 255px;
  }

  .arrow-popup.submenu li a {
    padding: 15px;
  }

  /* 1199 */
  .popup-wrap {
    margin: 10px 0;
    max-width: 1000px;
    min-width: 850px;
    padding: 30px;
  }

  .popup-wrap-library {
    min-width: 960px;
    max-width: 960px;
  }

  .box-body-library-left {
    width: 670px;
  }

  .box-body-library-right {
    width: 300px;
  }

  .gray-close-ic {
    max-width: 20px;
  }
}

@media (max-width: 991px) {
  #simple-popover .MuiPaper-root.MuiPopover-paper {
    top: 90px !important;
    right: -20px;
  }

  #theme-popover .MuiPaper-root.MuiPopover-paper {
    top: 188px !important;
    right: -20px;
  }

  #location-popover .MuiPaper-root.MuiPopover-paper {
    top: 188px !important;
    right: -20px;
  }

  .arrow-popup.subscription {
    margin-left: 20px;
    margin-right: 120px;
  }

  .arrow-popup.submenu {
    margin-left: 20px;
    margin-right: 120px;
  }

  /* 991 */
  .popup-wrap {
    max-width: 745px;
    min-width: 800px;
    display: grid;
  }

  .box-body-library-left {
    width: 100%;
  }

  .box-body-library-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .arrow-popup li a {
    padding: 16px 15px 14px;
  }

  #simple-popover .MuiPaper-root.MuiPopover-paper {
    min-width: 250px;
    top: 60px !important;
    right: -30px;
  }

  #theme-popover .MuiPaper-root.MuiPopover-paper {
    min-width: 250px;
    top: 202px !important;
    right: -30px;
  }

  #location-popover .MuiPaper-root.MuiPopover-paper {
    min-width: 250px;
    top: 202px !important;
    right: -30px;
  }

  .arrow-popup li {
    font-size: 14px;
  }

  .arrow-popup.notification svg {
    max-width: 25px;
    margin-right: 5px;
  }

  .arrow-popup.notification {
    min-width: 280px;
    margin-left: 80px;
  }

  .arrow-popup.subscription svg {
    max-width: 25px;
    margin-right: 5px;
  }

  .arrow-popup.subscription {
    min-width: 200px;
    margin-left: 80px;
    margin-right: 55px;
  }

  .arrow-popup.submenu svg {
    max-width: 25px;
    margin-right: 5px;
  }

  .arrow-popup.submenu {
    min-width: 200px;
    margin-left: 80px;
    margin-right: 55px;
  }

  /* 767 */
  .popup-wrap {
    margin: 10px 0;
    max-width: 500px;
    min-width: 500px;
    padding: 10px;
  }

  .gray-close-ic {
    top: 5px;
    right: 5px;
    max-width: 17px;
  }

  .box-body-library-left {
    width: 50%;
  }

  .box-body-library-right {
    width: 500px;
  }
}

@media (max-width: 479px) {
  .app-main .arrow-popup.notification {
    min-width: 240px;
    margin-left: -30px;
  }

  .app-main .arrow-popup.notification li a {
    padding: 13px 15px;
  }

  .app-main .arrow-popup.subscription {
    min-width: 240px;
    margin-left: -30px;
  }

  .app-main .arrow-popup.subscription li a {
    padding: 13px 15px;
  }

  .app-main .arrow-popup.submenu {
    min-width: 240px;
    margin-left: -30px;
  }

  .app-main .arrow-popup.submenu li a {
    padding: 13px 15px;
  }
}