body {
  transition: background-color .5s;
margin: inherit;
}

.flex {
    display: flex;
}

.wn .droptxt:before {
    margin-top: 5px;
    left: 20px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #00C2FF;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #FFF;
  overflow-x: hidden;
  transition: 0.5s;
/*  padding-top: 60px;*/
  box-shadow: -2px 0px 10px 1px rgb(32 33 36 / 20%);

    background: #F2F4F7;
}

.sidenav .closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}


.sidenav .closebtn {
  position: absolute;
  top: 11px;
  right: 28px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.ripple-grow .ripple-waves {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #495057;
  outline: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.ripple-grow .ripple-waves::before {
  content: "";
  border-radius: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.ripple-waves {
  width: 2.75rem;
  height: 2.75rem;
}
.ripple-waves .ripple-icon {
  fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.4464285714285714rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.ripple-grow:hover:active .ripple-waves::before {
  background-color: rgba(33, 37, 41, 0.8);
  opacity: 0.1;
  -webkit-animation: ripple-grow 0.3s linear;
          animation: ripple-grow 0.3s linear;
  transform: scale(1);
}

/*.ripple-grow:focus .ripple-waves::before, .ripple-grow:active .ripple-waves::before, .ripple-grow.active .ripple-waves::before {
  background-color: rgba(33, 37, 41, 0.6);
  opacity: 0.2;
  -webkit-animation: ripple-grow 0.3s linear;
          animation: ripple-grow 0.3s linear;
  transform: scale(1);
}*/


@-webkit-keyframes ripple-grow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

@keyframes ripple-grow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}

.ripple-grow:focus {
    transform: rotate(180deg);
}

.boxes {
visibility: visible !important;
height: 1px;
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    max-width: 310px;
}


.box-con {
fill: rgba(0, 0, 0, 0.54);
    width: .7em;
    height: .7em;
    display: inline-block;
    font-size: 1.4464285714285714rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

#btn-drop {
transform: rotate(0deg);
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#btnControl {
    display: none;
}

#btnControl:checked + label > #btnLeft {
    width: 70px;
    height: 74px;
}

#btnControl:checked + label > #btn-drop {
    transform: rotate(180deg);
}

#drop1 {
    display: none;
}

#box1 {
visibility: hidden;
height: 0;
overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#drop2:checked + label > #box1 {
    height: 274px;
    visibility: visible;
    transition-duration: 340ms;
}

#drop1:checked + label > #btn-drop {
    transform: rotate(180deg);
}

#drop2 {
    display: none;
}

#box2 {
visibility: hidden;
height: 0;
overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#drop2:checked + label > #box2 {
    height: 274px;
    visibility: visible;
    transition-duration: 340ms;
}

#drop2:checked + label > #btn-drop {
    transform: rotate(180deg);
}

#drop3 {
    display: none;
}

#box3 {
visibility: hidden;
height: 0;
overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#drop3:checked + label > #box3 {
    height: 274px;
    visibility: visible;
    transition-duration: 340ms;
}

#drop3:checked + label > #btn-drop {
    transform: rotate(180deg);
}

#drop4 {
    display: none;
}

#box4 {
visibility: hidden;
height: 0;
overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#drop2:checked + label > #box4 {
    height: 274px;
    visibility: visible;
    transition-duration: 340ms;
}

#drop4:checked + label > #btn-drop {
    transform: rotate(180deg);
}

#safe-search {
color: gray;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-radius: 0;
    background-color: #f3f3f3;
    max-width: 291px;
    border: 0;
    height: 33px;
    outline: 0;
}

.droptxt {
color: #757575;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.2;
}

.set {
padding-left: 35px;
max-width: 310px;
}

.each {
padding-bottom: 22px;
    border: none;
    box-shadow: none;
/*    border-bottom: solid 1px rgba(0, 0, 0, 0.08);*/
    max-width: 310px;
cursor: pointer;
}


.wninfo {
padding: 0px 14px 0.5px 13px;
    align-self: flex-start;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #eeeeee;
}

.wninfo > h4 {
color: #212121;
    white-space: pre-line;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.17;
    text-decoration: none;
}

.ln {
padding: 10px 14px;
    align-self: flex-start;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.17;
    text-decoration: none;
    color: #00C2FF;
}


.fbbtn {
display: block;
    margin-top: 22px;
    padding-left: 34px;
    margin-bottom: 22px;
    text-decoration: none;
    color: #00C2FF;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.2;
}










/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');*/


@font-face {
    font-family: "Roboto";
    src: url("/fonts/roboto/Roboto-Regular.ttf");
}

.setbox {
position: absolute;
width: 348px;
height: 390px;
background: #FFFFFF;
box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.08);
border-radius: 10px;



    position: fixed;
    width: 348px;
    height: 390px;
    background: #FFFFFF;
    box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    z-index: 5;
    top: 67px;
    right: 23px;
}

.setbox h2.ap {
position: absolute;
width: 129px;
height: 20px;
left: 42px;
top: 24px;
    top: 28px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
display: flex;
align-items: center;

color: #5B626D;
}

.setlight {
box-sizing: border-box;
cursor: pointer;
position: absolute;
width: 135px;
height: 61px;
left: 33px;
top: 72px;

background: #F2F3F4;
border: 3px solid #F9BA36;
border-radius: 4px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1256_113)'%3e%3cpath d='M10.875 3V1.5C10.875 1.20163 10.9935 0.915483 11.2045 0.704505C11.4155 0.493526 11.7016 0.375 12 0.375C12.2984 0.375 12.5845 0.493526 12.7955 0.704505C13.0065 0.915483 13.125 1.20163 13.125 1.5V3C13.125 3.29837 13.0065 3.58452 12.7955 3.7955C12.5845 4.00647 12.2984 4.125 12 4.125C11.7016 4.125 11.4155 4.00647 11.2045 3.7955C10.9935 3.58452 10.875 3.29837 10.875 3ZM18.375 12C18.375 13.2609 18.0011 14.4934 17.3006 15.5418C16.6001 16.5901 15.6045 17.4072 14.4396 17.8897C13.2747 18.3722 11.9929 18.4985 10.7563 18.2525C9.51967 18.0065 8.38375 17.3994 7.49219 16.5078C6.60063 15.6162 5.99347 14.4803 5.74749 13.2437C5.50151 12.0071 5.62776 10.7253 6.11027 9.56039C6.59278 8.39551 7.40988 7.39988 8.45824 6.69938C9.5066 5.99889 10.7391 5.625 12 5.625C13.6902 5.62674 15.3107 6.29894 16.5059 7.49411C17.7011 8.68928 18.3733 10.3098 18.375 12ZM16.125 12C16.125 11.1842 15.8831 10.3866 15.4298 9.70827C14.9766 9.02992 14.3323 8.50121 13.5786 8.189C12.8248 7.87679 11.9954 7.7951 11.1953 7.95426C10.3951 8.11343 9.66008 8.50629 9.08318 9.08318C8.50629 9.66008 8.11343 10.3951 7.95426 11.1953C7.7951 11.9954 7.87679 12.8248 8.189 13.5786C8.50121 14.3323 9.02992 14.9766 9.70827 15.4298C10.3866 15.8831 11.1842 16.125 12 16.125C13.0936 16.1238 14.1421 15.6888 14.9154 14.9154C15.6888 14.1421 16.1238 13.0936 16.125 12ZM4.82906 6.42094C4.93371 6.52558 5.05794 6.6086 5.19467 6.66523C5.3314 6.72186 5.47794 6.75101 5.62594 6.75101C5.77393 6.75101 5.92048 6.72186 6.0572 6.66523C6.19393 6.6086 6.31817 6.52558 6.42281 6.42094C6.52746 6.31629 6.61047 6.19206 6.6671 6.05533C6.72374 5.9186 6.75289 5.77206 6.75289 5.62406C6.75289 5.47607 6.72374 5.32952 6.6671 5.1928C6.61047 5.05607 6.52746 4.93183 6.42281 4.82719L5.29781 3.70219C5.08647 3.49084 4.79982 3.37211 4.50094 3.37211C4.20205 3.37211 3.91541 3.49084 3.70406 3.70219C3.49272 3.91353 3.37399 4.20018 3.37399 4.49906C3.37399 4.79795 3.49272 5.08459 3.70406 5.29594L4.82906 6.42094ZM4.82906 17.5772L3.70406 18.7022C3.59942 18.8068 3.5164 18.9311 3.45977 19.0678C3.40314 19.2045 3.37399 19.3511 3.37399 19.4991C3.37399 19.6471 3.40314 19.7936 3.45977 19.9303C3.5164 20.0671 3.59942 20.1913 3.70406 20.2959C3.91541 20.5073 4.20205 20.626 4.50094 20.626C4.64893 20.626 4.79548 20.5969 4.9322 20.5402C5.06893 20.4836 5.19317 20.4006 5.29781 20.2959L6.42281 19.1709C6.63416 18.9596 6.75289 18.6729 6.75289 18.3741C6.75289 18.0752 6.63416 17.7885 6.42281 17.5772C6.21147 17.3658 5.92482 17.2471 5.62594 17.2471C5.32705 17.2471 5.04041 17.3658 4.82906 17.5772ZM18.375 6.75C18.5228 6.75012 18.6691 6.72112 18.8057 6.66465C18.9423 6.60819 19.0664 6.52538 19.1709 6.42094L20.2959 5.29594C20.4006 5.19129 20.4836 5.06706 20.5402 4.93033C20.5969 4.7936 20.626 4.64706 20.626 4.49906C20.626 4.35107 20.5969 4.20452 20.5402 4.0678C20.4836 3.93107 20.4006 3.80683 20.2959 3.70219C20.1913 3.59754 20.0671 3.51453 19.9303 3.4579C19.7936 3.40126 19.6471 3.37211 19.4991 3.37211C19.3511 3.37211 19.2045 3.40126 19.0678 3.4579C18.9311 3.51453 18.8068 3.59754 18.7022 3.70219L17.5772 4.82719C17.4189 4.98454 17.311 5.18541 17.2672 5.40425C17.2234 5.62309 17.2457 5.85001 17.3312 6.05615C17.4168 6.2623 17.5617 6.43834 17.7475 6.56189C17.9334 6.68544 18.1518 6.75092 18.375 6.75ZM19.1709 17.5791C18.9596 17.3677 18.6729 17.249 18.3741 17.249C18.0752 17.249 17.7885 17.3677 17.5772 17.5791C17.3658 17.7904 17.2471 18.0771 17.2471 18.3759C17.2471 18.6748 17.3658 18.9615 17.5772 19.1728L18.7022 20.2978C18.9135 20.5092 19.2002 20.6279 19.4991 20.6279C19.7979 20.6279 20.0846 20.5092 20.2959 20.2978C20.5073 20.0865 20.626 19.7998 20.626 19.5009C20.626 19.2021 20.5073 18.9154 20.2959 18.7041L19.1709 17.5791ZM4.125 12C4.125 11.7016 4.00647 11.4155 3.7955 11.2045C3.58452 10.9935 3.29837 10.875 3 10.875H1.5C1.20163 10.875 0.915483 10.9935 0.704505 11.2045C0.493526 11.4155 0.375 11.7016 0.375 12C0.375 12.2984 0.493526 12.5845 0.704505 12.7955C0.915483 13.0065 1.20163 13.125 1.5 13.125H3C3.29837 13.125 3.58452 13.0065 3.7955 12.7955C4.00647 12.5845 4.125 12.2984 4.125 12ZM12 19.875C11.7016 19.875 11.4155 19.9935 11.2045 20.2045C10.9935 20.4155 10.875 20.7016 10.875 21V22.5C10.875 22.7984 10.9935 23.0845 11.2045 23.2955C11.4155 23.5065 11.7016 23.625 12 23.625C12.2984 23.625 12.5845 23.5065 12.7955 23.2955C13.0065 23.0845 13.125 22.7984 13.125 22.5V21C13.125 20.7016 13.0065 20.4155 12.7955 20.2045C12.5845 19.9935 12.2984 19.875 12 19.875ZM22.5 10.875H21C20.7016 10.875 20.4155 10.9935 20.2045 11.2045C19.9935 11.4155 19.875 11.7016 19.875 12C19.875 12.2984 19.9935 12.5845 20.2045 12.7955C20.4155 13.0065 20.7016 13.125 21 13.125H22.5C22.7984 13.125 23.0845 13.0065 23.2955 12.7955C23.5065 12.5845 23.625 12.2984 23.625 12C23.625 11.7016 23.5065 11.4155 23.2955 11.2045C23.0845 10.9935 22.7984 10.875 22.5 10.875Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1256_113'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
background-repeat: no-repeat;
    background-position: center;
}

.setdark {
box-sizing: border-box;
cursor: pointer;
position: absolute;
width: 135px;
height: 61px;
right: 33px;
top: 72px;

background: #141414;
/*border: 3px solid #F9BA36;*/
border-radius: 4px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.017 2.802C8.74681 3.04463 6.64655 4.11827 5.12037 5.81633C3.59418 7.51438 2.74991 9.71688 2.75 12C2.75 12.968 2.898 13.9 3.173 14.775C3.20646 14.8699 3.22047 14.9706 3.2142 15.071C3.20793 15.1715 3.18151 15.2696 3.13652 15.3596C3.09152 15.4497 3.02887 15.5297 2.95229 15.595C2.87572 15.6603 2.78678 15.7095 2.69079 15.7397C2.59479 15.7699 2.4937 15.7805 2.39352 15.7708C2.29335 15.7612 2.19615 15.7314 2.10772 15.6834C2.01928 15.6354 1.94141 15.57 1.87876 15.4913C1.8161 15.4125 1.76993 15.322 1.743 15.225C1.41548 14.1814 1.24923 13.0938 1.25 12C1.25 6.063 6.063 1.25 12 1.25C12.717 1.25 13.075 1.821 13.137 2.276C13.196 2.714 13.034 3.271 12.531 3.575C11.6822 4.08647 10.98 4.80875 10.4927 5.67171C10.0054 6.53467 9.74957 7.50897 9.75 8.5C9.75 8.69891 9.67099 8.88968 9.53033 9.03033C9.38968 9.17098 9.19892 9.25 9 9.25C8.80109 9.25 8.61033 9.17098 8.46967 9.03033C8.32902 8.88968 8.25 8.69891 8.25 8.5C8.24909 7.40261 8.49772 6.31939 8.97709 5.33224C9.45646 4.34509 10.154 3.47987 11.017 2.802ZM21.198 12.982C21.0435 14.4313 20.5487 15.8236 19.754 17.0455C18.9593 18.2673 17.8872 19.2841 16.625 20.013C16.5361 20.0603 16.4577 20.125 16.3944 20.2033C16.3311 20.2816 16.2842 20.3718 16.2565 20.4686C16.2288 20.5654 16.2208 20.6668 16.2332 20.7667C16.2455 20.8666 16.2778 20.963 16.3281 21.0502C16.3785 21.1374 16.4459 21.2135 16.5263 21.2741C16.6067 21.3347 16.6985 21.3784 16.7962 21.4027C16.8939 21.4271 16.9955 21.4315 17.0949 21.4157C17.1944 21.4 17.2896 21.3644 17.375 21.311C19.0097 20.3677 20.3671 19.0105 21.3106 17.376C22.2542 15.7415 22.7506 13.8873 22.75 12C22.75 11.283 22.179 10.925 21.724 10.863C21.286 10.804 20.729 10.966 20.425 11.469C19.9136 12.3179 19.1913 13.0201 18.3284 13.5074C17.4654 13.9947 16.4911 14.2505 15.5 14.25C15.3011 14.25 15.1103 14.329 14.9697 14.4697C14.829 14.6103 14.75 14.8011 14.75 15C14.75 15.1989 14.829 15.3897 14.9697 15.5303C15.1103 15.671 15.3011 15.75 15.5 15.75C16.5974 15.7509 17.6806 15.5023 18.6678 15.0229C19.6549 14.5435 20.5201 13.845 21.198 12.982ZM8.81 12.75C7.136 12.75 5.845 14.03 5.845 15.53C5.845 15.737 5.869 15.939 5.915 16.133C6.207 16.228 6.483 16.358 6.735 16.519C6.89876 16.6275 7.01344 16.7958 7.05438 16.9879C7.09533 17.18 7.05928 17.3806 6.95397 17.5464C6.84867 17.7122 6.68253 17.8301 6.49124 17.8747C6.29996 17.9193 6.0988 17.8871 5.931 17.785C5.58921 17.5668 5.19153 17.4521 4.786 17.455C3.625 17.455 2.75 18.341 2.75 19.353C2.75 20.365 3.625 21.25 4.786 21.25H11.286C12.959 21.25 14.25 19.97 14.25 18.47C14.25 17.28 13.443 16.234 12.267 15.847C11.9504 15.7432 11.6192 15.6906 11.286 15.691C10.934 15.691 10.597 15.749 10.286 15.853C10.1923 15.8858 10.0929 15.8997 9.99379 15.8938C9.89465 15.8879 9.79766 15.8624 9.70845 15.8188C9.61925 15.7751 9.5396 15.7141 9.47414 15.6395C9.40868 15.5648 9.3587 15.4778 9.32712 15.3836C9.29553 15.2895 9.28296 15.19 9.29014 15.0909C9.29732 14.9919 9.3241 14.8952 9.36893 14.8066C9.41376 14.718 9.47574 14.6391 9.55129 14.5747C9.62683 14.5102 9.71443 14.4613 9.809 14.431C10.3239 14.2586 10.8652 14.178 11.408 14.193C10.909 13.343 9.946 12.75 8.81 12.75ZM13.166 14.588C12.714 12.654 10.912 11.25 8.81 11.25C6.38 11.25 4.345 13.13 4.345 15.53C4.345 15.681 4.354 15.831 4.37 15.98C2.64 16.176 1.25 17.581 1.25 19.353C1.25 21.265 2.87 22.75 4.786 22.75H11.286C13.715 22.75 15.75 20.87 15.75 18.47C15.75 16.733 14.676 15.262 13.166 14.588Z' fill='%23F9BA36'/%3e%3c/svg%3e ");

background-repeat: no-repeat;
    background-position: center;
}

.setbox hr {
position: absolute;
width: 297px;
height: 0px;
left: 25px;
border-radius: 50px;
border: .4px solid #E5E9EE;

}

.setbox h2.um {
position: absolute;
width: 229px;
height: 20px;
left: 42px;
top: 160px;

font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 21px;
display: flex;
align-items: center;

color: #5B626D;
}

.setbox div.drop {
position: absolute;
width: 298px;
height: 45px;
left: 26px;
top: 195px;

background: #F0F2F3;
border-radius: 5px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 20C5.45 20 4.979 19.804 4.587 19.412C4.195 19.02 3.99934 18.5493 4 18V11C4 10.45 4.196 9.979 4.588 9.587C4.98 9.195 5.45067 8.99934 6 9C6.55 9 7.021 9.196 7.413 9.588C7.805 9.98 8.00067 10.4507 8 11V18C8 18.55 7.804 19.021 7.412 19.413C7.02 19.805 6.54934 20.0007 6 20ZM12 20C11.45 20 10.979 19.804 10.587 19.412C10.195 19.02 9.99934 18.5493 10 18V6C10 5.45 10.196 4.979 10.588 4.587C10.98 4.195 11.4507 3.99934 12 4C12.55 4 13.021 4.196 13.413 4.588C13.805 4.98 14.0007 5.45067 14 6V18C14 18.55 13.804 19.021 13.412 19.413C13.02 19.805 12.5493 20.0007 12 20ZM18 20C17.45 20 16.979 19.804 16.587 19.412C16.195 19.02 15.9993 18.5493 16 18V15C16 14.45 16.196 13.979 16.588 13.587C16.98 13.195 17.4507 12.9993 18 13C18.55 13 19.021 13.196 19.413 13.588C19.805 13.98 20.0007 14.4507 20 15V18C20 18.55 19.804 19.021 19.412 19.413C19.02 19.805 18.5493 20.0007 18 20Z' fill='%235B626D'/%3e%3c/svg%3e ");
background-repeat: no-repeat;
background-position: 12px;
cursor: pointer;
}

.setbox div.drop h2 {
position: absolute;
width: 163px;
height: 24px;
left: 43px;
    top: 13px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 21px;

color: #5B626D;

}

.arrow {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 15L7 10H17L12 15Z' fill='%235B626D'/%3e%3c/svg%3e");
    background-size: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    }


.setbox div.sad {
    position: absolute;
    width: 298px;
    height: 45px;
    left: 26px;
    top: 256px;
    border-radius: 5px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1256_121)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 4.00001C8.77609 4.00001 7.12279 4.68483 5.90381 5.90382C4.68482 7.1228 4 8.7761 4 10.5C4 12.2239 4.68482 13.8772 5.90381 15.0962C7.12279 16.3152 8.77609 17 10.5 17C12.2239 17 13.8772 16.3152 15.0962 15.0962C16.3152 13.8772 17 12.2239 17 10.5C17 8.7761 16.3152 7.1228 15.0962 5.90382C13.8772 4.68483 12.2239 4.00001 10.5 4.00001ZM2 10.5C2.00012 9.1446 2.32436 7.80887 2.94569 6.60427C3.56702 5.39966 4.46742 4.3611 5.57175 3.57525C6.67609 2.78939 7.95235 2.27902 9.29404 2.08672C10.6357 1.89442 12.004 2.02576 13.2846 2.46979C14.5652 2.91382 15.7211 3.65766 16.6557 4.63925C17.5904 5.62084 18.2768 6.81171 18.6576 8.11252C19.0384 9.41333 19.1026 10.7864 18.8449 12.117C18.5872 13.4477 18.015 14.6975 17.176 15.762L20.828 19.414C21.0102 19.6026 21.111 19.8552 21.1087 20.1174C21.1064 20.3796 21.0012 20.6304 20.8158 20.8158C20.6304 21.0012 20.3796 21.1064 20.1174 21.1087C19.8552 21.111 19.6026 21.0102 19.414 20.828L15.762 17.176C14.5086 18.164 13.0024 18.7792 11.4157 18.9511C9.82905 19.123 8.22602 18.8448 6.79009 18.1482C5.35417 17.4517 4.14336 16.3649 3.29623 15.0123C2.44911 13.6597 1.99989 12.096 2 10.5ZM9.5 7.00001C9.5 6.73479 9.60536 6.48044 9.79289 6.2929C9.98043 6.10537 10.2348 6.00001 10.5 6.00001C11.6935 6.00001 12.8381 6.47412 13.682 7.31803C14.5259 8.16194 15 9.30654 15 10.5C15 10.7652 14.8946 11.0196 14.7071 11.2071C14.5196 11.3947 14.2652 11.5 14 11.5C13.7348 11.5 13.4804 11.3947 13.2929 11.2071C13.1054 11.0196 13 10.7652 13 10.5C13 9.83697 12.7366 9.20108 12.2678 8.73224C11.7989 8.2634 11.163 8.00001 10.5 8.00001C10.2348 8.00001 9.98043 7.89465 9.79289 7.70712C9.60536 7.51958 9.5 7.26523 9.5 7.00001Z' fill='%235B626D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1256_121'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 12px 13px;
    cursor: pointer;
    background-size: 24px;
}

.setbox div.sad h2 {
position: absolute;
width: 163px;
height: 24px;
left: 43px;
    top: 14px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 21px;

color: #5B626D;

}

.setbox div.sad:hover {
background-color: #F0F2F3;
}

.setbox div.alls {
    position: absolute;
    width: 298px;
    height: 45px;
    left: 26px;
    top: 327px;
    border-radius: 5px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.9677 5.65147C16.5317 5.39984 16.0137 5.33163 15.5275 5.46185C15.0413 5.59206 14.6267 5.91005 14.3749 6.34587L13.8709 7.21947C13.8205 7.30683 13.695 7.39419 13.5069 7.39419C13.3176 7.39419 13.1933 7.30683 13.1429 7.21947L12.6389 6.34587C12.3871 5.91005 11.9725 5.59206 11.4862 5.46185C11 5.33163 10.482 5.39984 10.0461 5.65147L8.00768 6.82859C7.57185 7.08041 7.25387 7.49501 7.12365 7.98122C6.99343 8.46743 7.06164 8.98546 7.31328 9.42139L7.81728 10.2939C7.86656 10.3824 7.88 10.5324 7.78592 10.6948C7.6896 10.8606 7.55071 10.9256 7.45104 10.9256H6.44416C5.39584 10.9256 4.54688 11.7745 4.54688 12.8228V15.1771C4.54688 16.2254 5.39584 17.0744 6.44416 17.0744H7.45215C7.55071 17.0744 7.6896 17.1393 7.78592 17.3051C7.88 17.4675 7.86656 17.6187 7.81616 17.706L7.31215 18.5785C6.78799 19.4857 7.09936 20.6472 8.00656 21.1713L10.045 22.3473C10.9533 22.8726 12.1147 22.5601 12.6389 21.6529L13.1429 20.7804C13.1933 20.6931 13.3176 20.6057 13.5069 20.6057C13.695 20.6057 13.8205 20.6931 13.8709 20.7804L14.3749 21.654C14.6267 22.0899 15.0413 22.4078 15.5275 22.5381C16.0137 22.6683 16.5317 22.6001 16.9677 22.3484L19.0061 21.1713C19.4419 20.9195 19.7599 20.5049 19.8901 20.0187C20.0203 19.5325 19.9521 19.0144 19.7005 18.5785L19.1965 17.706C19.1461 17.6176 19.1338 17.4675 19.2278 17.3051C19.323 17.1393 19.463 17.0744 19.5616 17.0744H20.5696C21.6168 17.0744 22.4669 16.2254 22.4669 15.1771V12.8228C22.4669 11.7745 21.6168 10.9256 20.5685 10.9256H19.5616C19.463 10.9256 19.323 10.8606 19.2278 10.6948C19.1338 10.5324 19.1461 10.3812 19.1965 10.2939L19.7005 9.42139C20.2246 8.51419 19.9133 7.35275 19.0061 6.82859L16.9677 5.65147ZM15.6237 7.06715C15.6536 7.01531 15.6935 6.96986 15.7409 6.93341C15.7884 6.89697 15.8426 6.87023 15.9005 6.85473C15.9583 6.83924 16.0186 6.83528 16.078 6.8431C16.1373 6.85091 16.1945 6.87034 16.2464 6.90027L18.2848 8.07739C18.3367 8.10723 18.3823 8.14701 18.4188 8.19446C18.4554 8.24191 18.4823 8.2961 18.4979 8.35394C18.5135 8.41177 18.5175 8.47211 18.5098 8.53151C18.502 8.59091 18.4827 8.6482 18.4528 8.70011L17.9488 9.57371C17.5982 10.1796 17.6722 10.8852 17.979 11.4172C18.2848 11.9448 18.8594 12.367 19.5616 12.367H20.5696C20.8205 12.367 21.0243 12.5708 21.0243 12.8228V15.1771C21.0243 15.298 20.9763 15.4139 20.8908 15.4994C20.8053 15.5849 20.6894 15.6329 20.5685 15.6329H19.5616C18.8594 15.6329 18.2848 16.0552 17.979 16.5827C17.6722 17.1147 17.5982 17.8203 17.9488 18.4273L18.4528 19.2998C18.4827 19.3517 18.502 19.409 18.5098 19.4684C18.5175 19.5278 18.5135 19.5881 18.4979 19.646C18.4823 19.7038 18.4554 19.758 18.4188 19.8054C18.3823 19.8529 18.3367 19.8927 18.2848 19.9225L16.2464 21.0985C16.1418 21.1591 16.0175 21.1756 15.9007 21.1445C15.784 21.1134 15.6843 21.0373 15.6237 20.9328L15.1197 20.0592C14.7691 19.4521 14.1195 19.1632 13.5069 19.1632C12.8942 19.1632 12.2446 19.4521 11.8941 20.0592L11.3901 20.9328C11.3601 20.9846 11.3203 21.03 11.2728 21.0665C11.2253 21.1029 11.1711 21.1297 11.1133 21.1452C11.0555 21.1607 10.9951 21.1646 10.9358 21.1568C10.8764 21.149 10.8192 21.1296 10.7674 21.0996L8.72896 19.9225C8.67701 19.8927 8.63146 19.8529 8.5949 19.8054C8.55834 19.758 8.53149 19.7038 8.51589 19.646C8.50029 19.5881 8.49624 19.5278 8.50397 19.4684C8.5117 19.409 8.53107 19.3517 8.56096 19.2998L9.06495 18.4262C9.41551 17.8203 9.3416 17.1147 9.0336 16.5827C8.72784 16.0552 8.15439 15.6329 7.45104 15.6329H6.44416C6.32326 15.6329 6.20731 15.5849 6.12183 15.4994C6.03634 15.4139 5.98832 15.298 5.98832 15.1771V12.8228C5.98832 12.5708 6.19216 12.367 6.44416 12.367H7.45215C8.15439 12.367 8.72896 11.9448 9.0336 11.4172C9.3416 10.8852 9.41439 10.1796 9.06495 9.57259L8.56096 8.70011C8.53107 8.6482 8.5117 8.59091 8.50397 8.53151C8.49624 8.47211 8.50029 8.41177 8.51589 8.35394C8.53149 8.2961 8.55834 8.24191 8.5949 8.19446C8.63146 8.14701 8.67701 8.10723 8.72896 8.07739L10.7674 6.90139C10.8719 6.84085 10.9963 6.82429 11.113 6.85538C11.2298 6.88646 11.3294 6.96263 11.3901 7.06715L11.8941 7.94075C12.2446 8.54779 12.8942 8.83675 13.5069 8.83675C14.1195 8.83675 14.7691 8.54779 15.1197 7.94075L15.6237 7.06715ZM11.6533 13.9876C11.6533 13.496 11.8486 13.0246 12.1962 12.6769C12.5438 12.3293 13.0153 12.134 13.5069 12.134C13.9985 12.134 14.47 12.3293 14.8176 12.6769C15.1652 13.0246 15.3605 13.496 15.3605 13.9876C15.3605 14.4792 15.1652 14.9507 14.8176 15.2983C14.47 15.6459 13.9985 15.8412 13.5069 15.8412C13.0153 15.8412 12.5438 15.6459 12.1962 15.2983C11.8486 14.9507 11.6533 14.4792 11.6533 13.9876ZM13.5069 10.6915C13.069 10.6834 12.6339 10.7627 12.227 10.9247C11.82 11.0867 11.4495 11.3281 11.137 11.635C10.8244 11.9418 10.5762 12.3078 10.4067 12.7117C10.2372 13.1155 10.15 13.5491 10.15 13.9871C10.15 14.425 10.2372 14.8586 10.4067 15.2625C10.5762 15.6663 10.8244 16.0324 11.137 16.3392C11.4495 16.646 11.82 16.8875 12.227 17.0495C12.6339 17.2115 13.069 17.2907 13.5069 17.2827C14.3704 17.2668 15.1932 16.9125 15.7982 16.2962C16.4033 15.6799 16.7423 14.8507 16.7423 13.9871C16.7423 13.1234 16.4033 12.2942 15.7982 11.6779C15.1932 11.0616 14.3704 10.7074 13.5069 10.6915Z' fill='%235B626D'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: 12px 13px;
    cursor: pointer;
    background-size: 24px;
}

.setbox div.alls h2 {
position: absolute;
width: 163px;
height: 24px;
left: 43px;
    top: 14px;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 21px;

color: #5B626D;

}

.setbox div.alls:hover {
background-color: #F0F2F3;
}



* {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.FICUlFv0mmiUJzF4JUhb.jKQTmG5VF0ldGnDSshKI {
    background: #f7f7f5;
    color: #4078fb;
    cursor: pointer;
    width: 95%;
}

.f_GxNQ8KrQIusLmBv44V {
    justify-content: center;
}

.FICUlFv0mmiUJzF4JUhb {
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 8px 16px;
    display: flex;
    font-weight: 500;
    font-size: 15px;
    position: absolute;
    bottom: 21px;
}

.f_GxNQ8KrQIusLmBv44V button {
    font-family: "SF Pro Text","SF Pro Icons",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",Arial,"Ubuntu","Cantarell","Oxygen-Sans","Fira Sans","Droid Sans","Helvetica Neue","Helvetica",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.modal {
    margin: auto;
    padding: 20px;
    width: 704px;
    box-sizing: border-box;
    position: relative;
    height: 500px;
    background: #FFFFFF;
    border: 1px solid #EEF0EC;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

.modal h2 {
position: absolute;
width: 197px;
height: 24px;
left: 20px;
top: 18px;

font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 28px;
/* or 147% */

display: flex;
align-items: center;

color: #2C2E33;
}

.card {
text-decoration: none;
box-sizing: border-box;

width: 200.66px;
height: 170px;

background: #FFFFFF;
border: 1px solid #E3E7E2;
border-radius: 12px;

/* Inside auto layout */

flex: none;
order: 0;
flex-grow: 0;
z-index: 0;
cursor: pointer;
background-repeat: no-repeat;
background-size: 70px;
background-position: 50% 27px;
    margin-right: 20px;
margin-bottom: 20px;
}

.card.brave {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='56' height='64' viewBox='0 0 56 64' fill='none'%3e%3cscript xmlns=''/%3e%3cscript xmlns=''/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.292 15.321l1.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751 0H18.12l-5.589 6.334s-4.908-1.362-7.225.953C2.988 9.602 1.08 11.645 1.08 11.645l1.5 3.676-1.91 5.447s5.614 21.236 6.272 23.83c1.295 5.106 2.181 7.08 5.862 9.668 3.68 2.587 10.36 7.08 11.45 7.762 1.091.68 2.455 1.84 3.682 1.84 1.227 0 2.59-1.16 3.68-1.84 1.091-.681 7.77-5.175 11.452-7.762 3.68-2.587 4.567-4.562 5.862-9.668.657-2.594 6.27-23.83 6.27-23.83l-1.908-5.447z' fill='url(%23paint0_linear)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.888 11.508c.818 0 6.885-1.157 6.885-1.157s7.189 8.68 7.189 10.536c0 1.534-.619 2.134-1.347 2.842-.152.148-.31.3-.467.468l-5.39 5.717a9.42 9.42 0 01-.176.18c-.538.54-1.33 1.336-.772 2.658l.115.269c.613 1.432 1.37 3.2.407 4.99-1.025 1.906-2.78 3.178-3.905 2.967-1.124-.21-3.766-1.589-4.737-2.218-.971-.63-4.05-3.166-4.05-4.137 0-.809 2.214-2.155 3.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61 2.754-1.71 2.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173 2.05-1.845 3.608-2.415.194-.07.385-.14.567-.209l1.623-.609c1.556-.582 3.284-1.229 3.57-1.36.394-.181.292-.355-.903-.468a54.655 54.655 0 01-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493 1.182-.03.05-.06.093-.089.133-.168.238-.277.394-.091 1.406.055.302.169.895.31 1.629.41 2.148 1.053 5.498 1.134 6.25.011.106.024.207.036.305.103.84.171 1.399-.805 1.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584 0-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622.012-.098.024-.2.035-.305.081-.753.725-4.112 1.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406a3.743 3.743 0 01-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077-.226.024-.422.045-.58.06-1.196.113-1.297.287-.903.468.285.131 2.013.778 3.568 1.36.597.223 1.17.437 1.624.609.183.069.373.138.568.21 1.558.57 3.398 1.241 3.608 2.414.187 1.039-.657 2.489-1.41 3.784-.204.35-.4.688-.569 1.004-.791 1.486-.812 1.662-.757 2.264.044.488 1.816 1.587 2.798 2.197.229.142.415.257.526.332.098.066.266.168.48.298 1.076.654 3.29 2 3.29 2.81 0 .97-3.078 3.507-4.05 4.137-.97.63-3.612 2.008-4.737 2.218-1.124.21-2.88-1.061-3.904-2.966-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658a9.377 9.377 0 01-.175-.18l-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842 0-1.855 7.189-10.536 7.189-10.536s6.066 1.157 6.884 1.157c.653 0 1.913-.433 3.227-.885.333-.114.669-.23 1-.34 1.635-.545 2.726-.549 2.726-.549s1.09.004 2.726.549c.33.11.667.226 1 .34 1.313.452 2.574.885 3.226.885zm-1.041 30.706c1.282.66 2.192 1.128 2.536 1.343.445.278.174.803-.232 1.09-.405.285-5.853 4.499-6.381 4.965l-.215.191c-.509.459-1.159 1.044-1.62 1.044-.46 0-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966-.405-.286-.677-.81-.232-1.09.344-.214 1.255-.683 2.539-1.344l1.22-.629c1.92-.992 4.315-1.837 4.689-1.837.373 0 2.767.844 4.689 1.837.436.226.845.437 1.222.63z' fill='%23fff'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.34 6.334L37.751 0H18.12l-5.589 6.334s-4.908-1.362-7.225.953c0 0 6.544-.59 8.793 3.064 0 0 6.066 1.157 6.884 1.157.818 0 2.59-.68 4.226-1.225 1.636-.545 2.727-.549 2.727-.549s1.09.004 2.726.549 3.408 1.225 4.226 1.225c.818 0 6.885-1.157 6.885-1.157 2.249-3.654 8.792-3.064 8.792-3.064-2.317-2.315-7.225-.953-7.225-.953z' fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='.671' y1='64.319' x2='55.2' y2='64.319' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F50'/%3e%3cstop offset='.41' stop-color='%23F50'/%3e%3cstop offset='.582' stop-color='%23FF2000'/%3e%3cstop offset='1' stop-color='%23FF2000'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='6.278' y1='11.466' x2='50.565' y2='11.466' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF452A'/%3e%3cstop offset='1' stop-color='%23FF2000'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

            .card.firefox {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='101' viewBox='0 0 96 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2514_11376)'%3e%3cpath d='M93.0122 33.8107C90.9238 28.7039 86.6882 23.1901 83.3709 21.4472C85.7367 26.1041 87.3786 31.1054 88.2381 36.2732L88.2467 36.3552C82.8129 22.5864 73.5984 17.0348 66.0729 4.94607C65.6842 4.32984 65.3067 3.70633 64.9408 3.07585C64.7522 2.74656 64.5755 2.4103 64.4113 2.06776C64.099 1.45344 63.8584 0.804168 63.6943 0.133132C63.6945 0.102155 63.6835 0.072177 63.6634 0.0489116C63.6433 0.0256463 63.6154 0.0107199 63.5852 0.00697721C63.5556 -0.00102365 63.5244 -0.00102365 63.4948 0.00697721C63.4888 0.00697721 63.4787 0.0184112 63.4712 0.0210791C63.4637 0.0233659 63.4476 0.0347999 63.4367 0.0397546L63.4551 0.00697721C51.3838 7.19094 47.2877 20.4894 46.9108 27.1413C42.0901 27.478 37.4811 29.2834 33.6849 32.322C33.2888 31.9811 32.8748 31.6623 32.4448 31.3669C31.3499 27.4713 31.3032 23.3485 32.3098 19.4283C27.8767 21.611 23.9376 24.7051 20.7418 28.5149H20.7193C18.8147 26.0612 18.9486 17.9701 19.0577 16.2798C18.4943 16.5101 17.9564 16.8004 17.4531 17.1457C15.7718 18.3655 14.1999 19.734 12.7558 21.2353C11.1105 22.9309 9.60775 24.7636 8.2633 26.714V26.7213V26.7125C5.17364 31.1647 2.98211 36.1947 1.81518 41.5123L1.75105 41.8347C1.57369 42.8482 1.41616 43.8651 1.27855 44.8849C1.27855 44.9215 1.27105 44.9554 1.2673 44.992C0.846591 47.2142 0.5859 49.4647 0.487305 51.7255V51.9778C0.519555 89.5806 40.5913 113.047 72.6163 94.2167C78.7111 90.6331 83.9568 85.7321 87.9822 79.8605C92.0076 73.9888 94.7145 67.2899 95.9113 60.2377C95.9919 59.6077 96.0576 58.9837 96.1296 58.3472C97.1193 50.0322 96.0477 41.5975 93.0122 33.8107ZM37.6206 72.0451C37.8452 72.1549 38.0559 72.2734 38.2866 72.3779L38.3199 72.3996C38.0851 72.285 37.8519 72.1669 37.6206 72.0451ZM88.2504 36.3666V36.3197L88.2591 36.3716L88.2504 36.3666Z' fill='url(%23paint0_linear_2514_11376)'/%3e%3cpath d='M93.0122 33.8118C90.9238 28.705 86.6882 23.1912 83.3709 21.4482C85.7367 26.1052 87.3786 31.1065 88.2381 36.2743V36.3208L88.2467 36.3726C91.9509 47.1462 91.4151 58.9579 86.7512 69.3394C81.2432 81.3511 67.9104 93.6628 47.0409 93.0641C24.4914 92.415 4.63255 75.4089 0.920055 53.1344C0.244305 49.6219 0.920055 47.8413 1.2598 44.9866C0.79625 47.2038 0.537625 49.4603 0.487305 51.7265V51.9788C0.519555 89.5817 40.5913 113.048 72.6163 94.2178C78.7111 90.6341 83.9568 85.7331 87.9822 79.8615C92.0076 73.9899 94.7145 67.291 95.9113 60.2387C95.9919 59.6087 96.0576 58.9848 96.1296 58.3483C97.1193 50.0332 96.0477 41.5986 93.0122 33.8118Z' fill='url(%23paint1_radial_2514_11376)'/%3e%3cpath d='M93.0122 33.8118C90.9238 28.705 86.6882 23.1912 83.3709 21.4482C85.7367 26.1052 87.3786 31.1065 88.2381 36.2743V36.3208L88.2467 36.3726C91.9509 47.1462 91.4151 58.9579 86.7512 69.3394C81.2432 81.3511 67.9104 93.6628 47.0409 93.0641C24.4914 92.415 4.63255 75.4089 0.920055 53.1344C0.244305 49.6219 0.920055 47.8413 1.2598 44.9866C0.79625 47.2038 0.537625 49.4603 0.487305 51.7265V51.9788C0.519555 89.5817 40.5913 113.048 72.6163 94.2178C78.7111 90.6341 83.9568 85.7331 87.9822 79.8615C92.0076 73.9899 94.7145 67.291 95.9113 60.2387C95.9919 59.6087 96.0576 58.9848 96.1296 58.3483C97.1193 50.0332 96.0477 41.5986 93.0122 33.8118Z' fill='url(%23paint2_radial_2514_11376)'/%3e%3cpath d='M69.6579 39.5523C69.7621 39.6266 69.8589 39.701 69.9568 39.7753C68.7495 37.5997 67.2468 35.6077 65.4928 33.8582C50.5558 18.6743 61.5781 0.935655 63.437 0.0346586L63.4554 0.00683594C51.3841 7.19079 47.288 20.4893 46.9111 27.1411C47.4718 27.1019 48.0271 27.0539 48.6001 27.0539C52.8834 27.0619 57.0881 28.2226 60.7868 30.4179C64.4855 32.6132 67.5463 35.7649 69.6579 39.5523Z' fill='url(%23paint3_radial_2514_11376)'/%3e%3cpath d='M48.6313 42.5854C48.5518 43.8005 44.3282 47.9907 42.8514 47.9907C29.1853 47.9907 26.9668 56.3931 26.9668 56.3931C27.572 63.4684 32.423 69.2959 38.2869 72.3785C38.5547 72.5199 38.8265 72.6472 39.098 72.7719C39.5628 72.9814 40.0333 73.1772 40.5092 73.3592C42.5216 74.0831 44.6294 74.4964 46.7623 74.5853C70.7158 75.7272 75.356 45.4729 58.07 36.6935C62.1479 36.1542 66.2775 37.1733 69.6579 39.5532C67.5463 35.7657 64.4855 32.614 60.7868 30.4187C57.0881 28.2234 52.8834 27.0627 48.6002 27.0547C48.0298 27.0547 47.4718 27.1027 46.9112 27.142C42.0905 27.4787 37.4815 29.2841 33.6853 32.3227C34.418 32.9531 35.2453 33.795 36.9875 35.5402C40.2485 38.8058 48.6125 42.1883 48.6313 42.5854Z' fill='url(%23paint4_radial_2514_11376)'/%3e%3cpath d='M48.6313 42.5854C48.5518 43.8005 44.3282 47.9907 42.8514 47.9907C29.1853 47.9907 26.9668 56.3931 26.9668 56.3931C27.572 63.4684 32.423 69.2959 38.2869 72.3785C38.5547 72.5199 38.8265 72.6472 39.098 72.7719C39.5628 72.9814 40.0333 73.1772 40.5092 73.3592C42.5216 74.0831 44.6294 74.4964 46.7623 74.5853C70.7158 75.7272 75.356 45.4729 58.07 36.6935C62.1479 36.1542 66.2775 37.1733 69.6579 39.5532C67.5463 35.7657 64.4855 32.614 60.7868 30.4187C57.0881 28.2234 52.8834 27.0627 48.6002 27.0547C48.0298 27.0547 47.4718 27.1027 46.9112 27.142C42.0905 27.4787 37.4815 29.2841 33.6853 32.3227C34.418 32.9531 35.2453 33.795 36.9875 35.5402C40.2485 38.8058 48.6125 42.1883 48.6313 42.5854Z' fill='url(%23paint5_radial_2514_11376)'/%3e%3cpath d='M31.4449 30.698C31.7798 30.9145 32.1105 31.1377 32.4368 31.3673C31.3416 27.4717 31.295 23.3488 32.3018 19.4287C27.8686 21.6114 23.9294 24.7055 20.7334 28.5153C20.9678 28.5088 27.9394 28.3815 31.4449 30.698Z' fill='url(%23paint6_radial_2514_11376)'/%3e%3cpath d='M0.926616 53.1336C4.63537 75.4081 24.498 92.4142 47.0475 93.0632C67.917 93.6631 81.2494 81.3503 86.7578 69.3385C91.4216 58.9571 91.9575 47.1453 88.2532 36.3718V36.3253C88.2532 36.2887 88.2457 36.267 88.2532 36.2784L88.2619 36.3603C89.967 47.6739 84.3049 58.6348 75.4538 66.0463L75.4264 66.1096C58.1805 80.3849 41.6756 74.7224 38.3351 72.4108C38.1001 72.2966 37.867 72.1786 37.6357 72.0568C27.5805 67.1718 23.4266 57.8607 24.3169 49.8757C21.93 49.9115 19.5841 49.243 17.5634 47.9512C15.5428 46.6594 13.9341 44.7997 12.9322 42.5976C15.5717 40.9541 18.5814 40.025 21.6743 39.8988C24.7673 39.7726 27.8405 40.4536 30.6011 41.8768C36.2926 44.5027 42.769 44.7614 48.6457 42.5976C48.6274 42.2004 40.2634 38.8167 37.002 35.5527C35.2597 33.8071 34.4329 32.9664 33.7001 32.3352C33.3041 31.9941 32.8901 31.6751 32.46 31.3797C32.1746 31.1819 31.8536 30.9677 31.4681 30.7104C27.9626 28.3939 20.991 28.5212 20.7604 28.5277H20.7382C18.8336 26.074 18.9675 17.9829 19.0766 16.293C18.5131 16.5229 17.9752 16.8131 17.472 17.1585C15.7906 18.3782 14.2187 19.7467 12.7747 21.2481C11.1236 22.9391 9.61461 24.7675 8.26349 26.7143V26.7215V26.7127C5.17383 31.1649 2.9823 36.1949 1.81537 41.5125C1.79212 41.6119 0.0843661 49.1988 0.926616 53.1336Z' fill='url(%23paint7_radial_2514_11376)'/%3e%3cpath d='M65.4949 33.8584C67.2492 35.61 68.752 37.6041 69.9589 39.7819C70.2081 39.9704 70.4485 40.1706 70.6793 40.3818C81.5753 50.5901 75.8663 65.0205 75.441 66.0476C84.2921 58.6358 89.949 47.6752 88.2491 36.3613C82.8128 22.5864 73.5983 17.0348 66.0728 4.94607C65.684 4.32984 65.3066 3.70633 64.9406 3.07585C64.752 2.74656 64.5754 2.4103 64.4111 2.06776C64.0989 1.45344 63.8583 0.804168 63.6941 0.133132C63.6944 0.102155 63.6834 0.072177 63.6632 0.0489116C63.6431 0.0256463 63.6153 0.0107199 63.585 0.00697721C63.5554 -0.00102365 63.5243 -0.00102365 63.4946 0.00697721C63.4886 0.00697721 63.4785 0.0184112 63.471 0.0210791C63.4635 0.0233659 63.4474 0.0347999 63.4365 0.0397546C61.5776 0.935796 50.5553 18.6744 65.4949 33.8584Z' fill='url(%23paint8_radial_2514_11376)'/%3e%3cpath d='M70.6725 40.3762C70.4416 40.1651 70.2012 39.9649 69.9521 39.7763C69.8542 39.702 69.7575 39.6277 69.6532 39.5534C66.2728 37.1736 62.1432 36.1545 58.0654 36.6937C75.351 45.4781 70.7134 75.7274 46.7576 74.5855C44.6247 74.4966 42.5169 74.0833 40.5045 73.3594C40.0284 73.1781 39.5578 72.9822 39.0934 72.7721C38.8215 72.6459 38.55 72.5202 38.2822 72.3788L38.3156 72.4005C41.6561 74.7181 58.1557 80.3806 75.4069 66.0988L75.4342 66.036C75.8644 65.0149 81.5734 50.581 70.6725 40.3762Z' fill='url(%23paint9_radial_2514_11376)'/%3e%3cpath d='M26.9664 56.3934C26.9664 56.3934 29.1849 47.9909 42.851 47.9909C44.3277 47.9909 48.5551 43.8007 48.6309 42.5857C42.7541 44.7496 36.2777 44.4908 30.5862 41.8646C27.8255 40.4415 24.7522 39.7607 21.6592 39.8869C18.5662 40.0131 15.5566 40.9422 12.917 42.5857C13.9188 44.7879 15.5275 46.6475 17.5482 47.9393C19.5688 49.2311 21.9147 49.8996 24.3016 49.8638C23.4114 57.8504 27.5652 67.1615 37.6205 72.0449C37.8451 72.1547 38.0559 72.2732 38.2865 72.3776C32.4177 69.2962 27.5716 63.4687 26.9664 56.3934Z' fill='url(%23paint10_radial_2514_11376)'/%3e%3cpath d='M93.0122 33.8107C90.9238 28.7039 86.6882 23.1901 83.3709 21.4472C85.7367 26.1041 87.3786 31.1054 88.2381 36.2732L88.2467 36.3552C82.8129 22.5864 73.5984 17.0348 66.0729 4.94607C65.6842 4.32984 65.3068 3.70633 64.9408 3.07585C64.7522 2.74656 64.5755 2.4103 64.4113 2.06776C64.099 1.45344 63.8584 0.804168 63.6943 0.133132C63.6945 0.102155 63.6835 0.072177 63.6634 0.0489116C63.6433 0.0256463 63.6154 0.0107199 63.5852 0.00697721C63.5556 -0.00102365 63.5244 -0.00102365 63.4948 0.00697721C63.4888 0.00697721 63.4787 0.0184112 63.4712 0.0210791C63.4637 0.0233659 63.4476 0.0347999 63.4367 0.0397546L63.4551 0.00697721C51.3838 7.19094 47.2877 20.4894 46.9108 27.1413C47.4714 27.102 48.0268 27.054 48.5998 27.054C52.883 27.0621 57.0878 28.2228 60.7865 30.4181C64.4852 32.6134 67.546 35.765 69.6576 39.5525C66.2771 37.1726 62.1475 36.1535 58.0697 36.6928C75.3557 45.4772 70.7181 75.7265 46.7619 74.5846C44.629 74.4957 42.5212 74.0824 40.5088 73.3585C40.0327 73.1772 39.5621 72.9813 39.0977 72.7712C38.8262 72.645 38.5543 72.5193 38.2866 72.3779L38.3199 72.3996C38.0851 72.285 37.8519 72.1669 37.6206 72.0451C37.8452 72.1549 38.0559 72.2734 38.2866 72.3779C32.4178 69.2953 27.5717 63.4678 26.9664 56.3924C26.9664 56.3924 29.1849 47.99 42.8511 47.99C44.3278 47.99 48.5552 43.7998 48.6309 42.5848C48.6122 42.1876 40.2482 38.8039 36.9872 35.5395C35.2449 33.7943 34.4177 32.9536 33.6849 32.322C33.2888 31.9811 32.8748 31.6623 32.4448 31.3669C31.3499 27.4713 31.3032 23.3485 32.3098 19.4283C27.8767 21.611 23.9376 24.7051 20.7418 28.5149H20.7193C18.8147 26.0612 18.9486 17.9701 19.0577 16.2798C18.4943 16.5101 17.9564 16.8004 17.4531 17.1457C15.7718 18.3655 14.1999 19.734 12.7558 21.2353C11.1105 22.9309 9.60775 24.7636 8.2633 26.714V26.7213V26.7125C5.17364 31.1647 2.98211 36.1947 1.81518 41.5123L1.75105 41.8347C1.6603 42.2646 1.25493 44.4474 1.19643 44.9161C1.19643 44.8796 1.19643 44.9516 1.19643 44.9161C0.825645 47.1694 0.58884 49.4433 0.487305 51.7255V51.9778C0.519555 89.5806 40.5913 113.047 72.6163 94.2167C78.7111 90.6331 83.9568 85.7321 87.9822 79.8605C92.0076 73.9888 94.7145 67.2899 95.9113 60.2377C95.9919 59.6076 96.0576 58.9837 96.1296 58.3472C97.1193 50.0322 96.0477 41.5975 93.0122 33.8107Z' fill='url(%23paint11_linear_2514_11376)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2514_11376' x1='86.6507' y1='15.6143' x2='5.62267' y2='92.5333' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.048' stop-color='%23FFF44F'/%3e%3cstop offset='0.111' stop-color='%23FFE847'/%3e%3cstop offset='0.225' stop-color='%23FFC830'/%3e%3cstop offset='0.368' stop-color='%23FF980E'/%3e%3cstop offset='0.401' stop-color='%23FF8B16'/%3e%3cstop offset='0.462' stop-color='%23FF672A'/%3e%3cstop offset='0.534' stop-color='%23FF3647'/%3e%3cstop offset='0.705' stop-color='%23E31587'/%3e%3c/linearGradient%3e%3cradialGradient id='paint1_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(82.9658 11.1883) scale(100.189 101.828)'%3e%3cstop offset='0.129' stop-color='%23FFBD4F'/%3e%3cstop offset='0.186' stop-color='%23FFAC31'/%3e%3cstop offset='0.247' stop-color='%23FF9D17'/%3e%3cstop offset='0.283' stop-color='%23FF980E'/%3e%3cstop offset='0.403' stop-color='%23FF563B'/%3e%3cstop offset='0.467' stop-color='%23FF3750'/%3e%3cstop offset='0.71' stop-color='%23F5156C'/%3e%3cstop offset='0.782' stop-color='%23EB0878'/%3e%3cstop offset='0.86' stop-color='%23E50080'/%3e%3c/radialGradient%3e%3cradialGradient id='paint2_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(46.3557 52.8182) scale(100.189 101.828)'%3e%3cstop offset='0.3' stop-color='%23960E18'/%3e%3cstop offset='0.351' stop-color='%23B11927' stop-opacity='0.74'/%3e%3cstop offset='0.435' stop-color='%23DB293D' stop-opacity='0.343'/%3e%3cstop offset='0.497' stop-color='%23F5334B' stop-opacity='0.094'/%3e%3cstop offset='0.53' stop-color='%23FF3750' stop-opacity='0'/%3e%3c/radialGradient%3e%3cradialGradient id='paint3_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(58.435 -11.9216) scale(72.5829 73.7698)'%3e%3cstop offset='0.132' stop-color='%23FFF44F'/%3e%3cstop offset='0.252' stop-color='%23FFDC3E'/%3e%3cstop offset='0.506' stop-color='%23FF9D12'/%3e%3cstop offset='0.526' stop-color='%23FF980E'/%3e%3c/radialGradient%3e%3cradialGradient id='paint4_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(35.2741 79.4162) scale(47.7045 48.4846)'%3e%3cstop offset='0.353' stop-color='%233A8EE6'/%3e%3cstop offset='0.472' stop-color='%235C79F0'/%3e%3cstop offset='0.669' stop-color='%239059FF'/%3e%3cstop offset='1' stop-color='%23C139E6'/%3e%3c/radialGradient%3e%3cradialGradient id='paint5_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(51.8462 44.4739) rotate(-13.8053) scale(25.3156 30.0682)'%3e%3cstop offset='0.206' stop-color='%239059FF' stop-opacity='0'/%3e%3cstop offset='0.278' stop-color='%238C4FF3' stop-opacity='0.064'/%3e%3cstop offset='0.747' stop-color='%237716A8' stop-opacity='0.45'/%3e%3cstop offset='0.975' stop-color='%236E008B' stop-opacity='0.6'/%3e%3c/radialGradient%3e%3cradialGradient id='paint6_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(45.0915 7.02112) scale(34.3186 34.8798)'%3e%3cstop stop-color='%23FFE226'/%3e%3cstop offset='0.121' stop-color='%23FFDB27'/%3e%3cstop offset='0.295' stop-color='%23FFC82A'/%3e%3cstop offset='0.502' stop-color='%23FFA930'/%3e%3cstop offset='0.732' stop-color='%23FF7E37'/%3e%3cstop offset='0.792' stop-color='%23FF7139'/%3e%3c/radialGradient%3e%3cradialGradient id='paint7_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(72.0663 -15.1022) scale(146.422 148.816)'%3e%3cstop offset='0.113' stop-color='%23FFF44F'/%3e%3cstop offset='0.456' stop-color='%23FF980E'/%3e%3cstop offset='0.622' stop-color='%23FF5634'/%3e%3cstop offset='0.716' stop-color='%23FF3647'/%3e%3cstop offset='0.904' stop-color='%23E31587'/%3e%3c/radialGradient%3e%3cradialGradient id='paint8_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(59.7485 -6.83052) rotate(84.0723) scale(109.052 70.4431)'%3e%3cstop stop-color='%23FFF44F'/%3e%3cstop offset='0.06' stop-color='%23FFE847'/%3e%3cstop offset='0.168' stop-color='%23FFC830'/%3e%3cstop offset='0.304' stop-color='%23FF980E'/%3e%3cstop offset='0.356' stop-color='%23FF8B16'/%3e%3cstop offset='0.455' stop-color='%23FF672A'/%3e%3cstop offset='0.57' stop-color='%23FF3647'/%3e%3cstop offset='0.737' stop-color='%23E31587'/%3e%3c/radialGradient%3e%3cradialGradient id='paint9_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(44.283 19.9409) scale(91.4137 92.9085)'%3e%3cstop offset='0.137' stop-color='%23FFF44F'/%3e%3cstop offset='0.48' stop-color='%23FF980E'/%3e%3cstop offset='0.592' stop-color='%23FF5634'/%3e%3cstop offset='0.655' stop-color='%23FF3647'/%3e%3cstop offset='0.904' stop-color='%23E31587'/%3e%3c/radialGradient%3e%3cradialGradient id='paint10_radial_2514_11376' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(68.413 25.379) scale(100.052 101.688)'%3e%3cstop offset='0.094' stop-color='%23FFF44F'/%3e%3cstop offset='0.231' stop-color='%23FFE141'/%3e%3cstop offset='0.509' stop-color='%23FFAF1E'/%3e%3cstop offset='0.626' stop-color='%23FF980E'/%3e%3c/radialGradient%3e%3clinearGradient id='paint11_linear_2514_11376' x1='85.6922' y1='15.1959' x2='16.7055' y2='83.0714' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0.167' stop-color='%23FFF44F' stop-opacity='0.8'/%3e%3cstop offset='0.266' stop-color='%23FFF44F' stop-opacity='0.634'/%3e%3cstop offset='0.489' stop-color='%23FFF44F' stop-opacity='0.217'/%3e%3cstop offset='0.6' stop-color='%23FFF44F' stop-opacity='0'/%3e%3c/linearGradient%3e%3cclipPath id='clip0_2514_11376'%3e%3crect width='96' height='101' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
            }

.card.chrome {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2514_12269)'%3e%3cpath d='M48.0012 74.7063C62.7518 74.7063 74.7091 62.7483 74.7091 47.9977C74.7091 33.2471 62.7518 21.2891 48.0012 21.2891C33.2506 21.2891 21.293 33.2471 21.293 47.9977C21.293 62.7483 33.2506 74.7063 48.0012 74.7063Z' fill='white'/%3e%3cpath d='M13.4591 34.8742C11.4668 31.4231 9.12488 27.8009 6.43314 24.0078C2.21952 31.3043 0.00111969 39.5816 0.000976569 48.0074C0.000833448 56.4332 2.21895 64.7105 6.43232 72.0072C10.6457 79.3038 16.7058 85.3626 24.0034 89.5745C31.3009 93.7863 39.5787 96.0026 48.0045 96.0007C52.422 89.8046 55.422 85.3368 57.003 82.5982C60.0401 77.3377 63.9679 69.8062 68.7866 60.0041V59.9984C66.6814 63.6484 63.6523 66.6797 60.0039 68.7876C56.3555 70.8954 52.2163 72.0055 48.0028 72.0061C43.7892 72.0068 39.6498 70.898 36.0007 68.7912C32.3516 66.6845 29.3216 63.6541 27.2153 60.0048C20.6704 47.7993 16.0853 39.4222 13.4591 34.8742Z' fill='%23229342'/%3e%3cpath d='M48.0028 95.9981C54.3063 95.9991 60.5483 94.7582 66.3722 92.3463C72.1961 89.9345 77.4877 86.3988 81.9449 81.9414C86.4021 77.484 89.9374 72.1922 92.349 66.3682C94.7605 60.5441 96.0011 54.3021 95.9998 47.9985C95.9982 39.5726 93.7785 31.2956 89.5636 23.9996C80.4706 23.1034 73.76 22.6553 69.4314 22.6553C64.5234 22.6553 57.3793 23.1034 47.9994 23.9996L47.9941 24.0034C52.2078 24.0014 56.3476 25.109 59.9974 27.2146C63.6472 29.3202 66.6782 32.3498 68.7856 35.9985C70.893 39.6474 72.0024 43.7868 72.0023 48.0005C72.0023 52.2141 70.8927 56.3535 68.7853 60.0023L48.0028 95.9981Z' fill='%23FBC116'/%3e%3cpath d='M48.0013 67.0035C58.4953 67.0035 67.0021 58.4966 67.0021 48.0022C67.0021 37.5075 58.4953 29.001 48.0009 29.001C37.5072 29.001 29 37.5082 29 48.0022C29 58.4962 37.5073 67.0035 48.0013 67.0035Z' fill='%231A73E8'/%3e%3cpath d='M48.0016 24.0016H89.5655C85.3537 16.704 79.2948 10.6438 71.998 6.43054C64.7012 2.21728 56.4238 -0.000570013 47.9979 1.09889e-07C39.5721 0.000570233 31.2949 2.21954 23.9987 6.43379C16.7024 10.648 10.6444 16.709 6.43359 24.0073L27.2157 60.0035L27.2213 60.0065C25.1129 56.3583 24.0022 52.2193 24.001 48.0057C23.9998 43.7921 25.108 39.6524 27.2143 36.003C29.3206 32.3536 32.3506 29.3231 35.9997 27.2163C39.6488 25.1095 43.7883 24.0006 48.002 24.0013L48.0012 24.0016H48.0016Z' fill='%23E33B2E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2514_12269'%3e%3crect width='96' height='96' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.card.edge {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2514_13595)'%3e%3cpath d='M86.6252 71.4371C85.3502 72.1121 84.0377 72.7121 82.6877 73.1996C78.3752 74.8121 73.8377 75.6371 69.2252 75.6371C51.4877 75.6371 36.0377 63.4496 36.0377 47.7746C36.0752 43.4996 38.4377 39.5621 42.1877 37.5371C26.1377 38.2121 22.0127 54.9371 22.0127 64.7246C22.0127 92.4371 47.5502 95.2496 53.0627 95.2496C56.0252 95.2496 60.4877 94.3871 63.1877 93.5246L63.6752 93.3746C74.0252 89.8121 82.8002 82.8371 88.6502 73.5746C89.1002 72.8621 88.8752 71.9621 88.2002 71.5121C87.7127 71.2121 87.1127 71.1746 86.6252 71.4371Z' fill='url(%23paint0_linear_2514_13595)'/%3e%3cpath opacity='0.35' d='M86.6252 71.4371C85.3502 72.1121 84.0377 72.7121 82.6877 73.1996C78.3752 74.8121 73.8377 75.6371 69.2252 75.6371C51.4877 75.6371 36.0377 63.4496 36.0377 47.7746C36.0752 43.4996 38.4377 39.5621 42.1877 37.5371C26.1377 38.2121 22.0127 54.9371 22.0127 64.7246C22.0127 92.4371 47.5502 95.2496 53.0627 95.2496C56.0252 95.2496 60.4877 94.3871 63.1877 93.5246L63.6752 93.3746C74.0252 89.8121 82.8002 82.8371 88.6502 73.5746C89.1002 72.8621 88.8752 71.9621 88.2002 71.5121C87.7127 71.2121 87.1127 71.1746 86.6252 71.4371Z' fill='url(%23paint1_radial_2514_13595)'/%3e%3cpath d='M39.6377 90.5252C36.3002 88.4627 33.4127 85.7252 31.1252 82.5377C21.2627 69.0377 24.2252 50.1002 37.7252 40.2377C39.1502 39.2252 40.6127 38.2877 42.1877 37.5377C43.3502 36.9752 45.3377 36.0002 48.0002 36.0377C51.7877 36.0752 55.3502 37.8752 57.6377 40.9127C59.1377 42.9377 60.0002 45.3752 60.0377 47.9252C60.0377 47.8502 69.2252 18.0752 30.0377 18.0752C13.5752 18.0752 0.0377153 33.7127 0.0377153 47.4002C-0.0372847 54.6377 1.53772 61.8377 4.57522 68.4002C14.9252 90.4502 40.1252 101.25 63.2252 93.5627C55.3127 96.0377 46.6877 94.9502 39.6377 90.5252Z' fill='url(%23paint2_linear_2514_13595)'/%3e%3cpath opacity='0.41' d='M39.6377 90.5252C36.3002 88.4627 33.4127 85.7252 31.1252 82.5377C21.2627 69.0377 24.2252 50.1002 37.7252 40.2377C39.1502 39.2252 40.6127 38.2877 42.1877 37.5377C43.3502 36.9752 45.3377 36.0002 48.0002 36.0377C51.7877 36.0752 55.3502 37.8752 57.6377 40.9127C59.1377 42.9377 60.0002 45.3752 60.0377 47.9252C60.0377 47.8502 69.2252 18.0752 30.0377 18.0752C13.5752 18.0752 0.0377153 33.7127 0.0377153 47.4002C-0.0372847 54.6377 1.53772 61.8377 4.57522 68.4002C14.9252 90.4502 40.1252 101.25 63.2252 93.5627C55.3127 96.0377 46.6877 94.9502 39.6377 90.5252Z' fill='url(%23paint3_radial_2514_13595)'/%3e%3cpath d='M57.1125 55.8375C56.8125 56.2125 55.875 56.775 55.875 57.975C55.875 58.95 56.5125 59.8875 57.6375 60.675C63.0375 64.425 73.2 63.9375 73.2375 63.9375C77.25 63.9375 81.15 62.85 84.6 60.825C91.65 56.7 96 49.1625 96 40.9875C96.1125 32.5875 93 27 91.7625 24.525C83.8125 8.9625 66.6375 0 48 0C21.75 0 0.375 21.075 0 47.325C0.1875 33.6375 13.8 22.575 30 22.575C31.3125 22.575 38.8125 22.6875 45.75 26.3625C51.8625 29.5875 55.0875 33.45 57.3 37.3125C59.625 41.325 60.0375 46.35 60.0375 48.375C60.0375 50.3625 59.025 53.3625 57.1125 55.8375Z' fill='url(%23paint4_radial_2514_13595)'/%3e%3cpath d='M57.1125 55.8375C56.8125 56.2125 55.875 56.775 55.875 57.975C55.875 58.95 56.5125 59.8875 57.6375 60.675C63.0375 64.425 73.2 63.9375 73.2375 63.9375C77.25 63.9375 81.15 62.85 84.6 60.825C91.65 56.7 96 49.1625 96 40.9875C96.1125 32.5875 93 27 91.7625 24.525C83.8125 8.9625 66.6375 0 48 0C21.75 0 0.375 21.075 0 47.325C0.1875 33.6375 13.8 22.575 30 22.575C31.3125 22.575 38.8125 22.6875 45.75 26.3625C51.8625 29.5875 55.0875 33.45 57.3 37.3125C59.625 41.325 60.0375 46.35 60.0375 48.375C60.0375 50.3625 59.025 53.3625 57.1125 55.8375Z' fill='url(%23paint5_radial_2514_13595)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2514_13595' x1='22.0142' y1='66.3821' x2='88.8703' y2='66.3821' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%230C59A4'/%3e%3cstop offset='1' stop-color='%23114A8B'/%3e%3c/linearGradient%3e%3cradialGradient id='paint1_radial_2514_13595' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(58.9471 66.9132) scale(35.7639 33.972)'%3e%3cstop offset='0.72' stop-opacity='0'/%3e%3cstop offset='0.95' stop-opacity='0.53'/%3e%3cstop offset='1'/%3e%3c/radialGradient%3e%3clinearGradient id='paint2_linear_2514_13595' x1='57.2893' y1='37.4049' x2='15.5245' y2='82.8969' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%231B9DE2'/%3e%3cstop offset='0.16' stop-color='%231595DF'/%3e%3cstop offset='0.67' stop-color='%230680D7'/%3e%3cstop offset='1' stop-color='%230078D4'/%3e%3c/linearGradient%3e%3cradialGradient id='paint3_radial_2514_13595' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(26.4784 74.6288) rotate(-81.3826) scale(53.7742 43.4527)'%3e%3cstop offset='0.76' stop-opacity='0'/%3e%3cstop offset='0.95' stop-opacity='0.5'/%3e%3cstop offset='1'/%3e%3c/radialGradient%3e%3cradialGradient id='paint4_radial_2514_13595' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.69435 17.7723) rotate(92.2911) scale(75.9568 161.797)'%3e%3cstop stop-color='%2335C1F1'/%3e%3cstop offset='0.11' stop-color='%2334C1ED'/%3e%3cstop offset='0.23' stop-color='%232FC2DF'/%3e%3cstop offset='0.31' stop-color='%232BC3D2'/%3e%3cstop offset='0.67' stop-color='%2336C752'/%3e%3c/radialGradient%3e%3cradialGradient id='paint5_radial_2514_13595' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(90.0226 29.0272) rotate(73.7366) scale(36.4955 29.6838)'%3e%3cstop stop-color='%2366EB6E'/%3e%3cstop offset='1' stop-color='%2366EB6E' stop-opacity='0'/%3e%3c/radialGradient%3e%3cclipPath id='clip0_2514_13595'%3e%3crect width='96' height='96' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.card.opera {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2514_17144)'%3e%3cpath d='M47.997 0.00585938C21.489 0.00585938 0 21.4949 0 48.0059C0 73.7459 20.265 94.7549 45.7118 95.9474C46.4708 95.9826 47.232 96.0029 47.997 96.0029C59.8019 96.0189 71.1957 91.6687 79.986 83.7891C74.361 87.5189 67.7812 89.6661 60.7523 89.6661C49.3207 89.6661 39.084 83.9946 32.1997 75.0531C26.8912 68.7891 23.4548 59.5289 23.22 49.1339V46.8749C23.4548 36.4806 26.8912 27.2196 32.1997 20.9556C39.0847 12.0119 49.3215 6.34261 60.75 6.34261C67.7812 6.34261 74.361 8.48986 79.989 12.2226C71.5372 4.66411 60.3982 0.0523594 48.1785 0.00585938H47.997Z' fill='url(%23paint0_linear_2514_17144)'/%3e%3cpath d='M32.2002 20.9587C36.6034 15.7582 42.2929 12.621 48.5067 12.621C62.4814 12.621 73.8072 28.4647 73.8072 48.006C73.8072 67.5472 62.4807 83.391 48.5067 83.391C42.2929 83.391 36.6034 80.256 32.2002 75.0562C39.0852 84.0007 49.3212 89.6692 60.7527 89.6692C67.7839 89.6692 74.3615 87.522 79.9865 83.7922C89.813 75.003 95.9974 62.2267 95.9974 48.006C95.9974 33.7852 89.8129 21.015 79.9894 12.2257C74.3644 8.49295 67.7847 6.3457 60.7534 6.3457C49.3219 6.3457 39.0852 12.0172 32.2009 20.9587' fill='url(%23paint1_linear_2514_17144)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2514_17144' x1='39.9952' y1='1.57111' x2='39.9952' y2='94.6071' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23FF1B2D'/%3e%3cstop offset='0.614' stop-color='%23FF1B2D'/%3e%3cstop offset='1' stop-color='%23A70014'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear_2514_17144' x1='64.0969' y1='7.05595' x2='64.0969' y2='89.3407' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%239C0000'/%3e%3cstop offset='0.7' stop-color='%23FF4B4B'/%3e%3c/linearGradient%3e%3cclipPath id='clip0_2514_17144'%3e%3crect width='96' height='96' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.card.vivaldi {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2521_10364)'%3e%3cpath d='M47.9996 95.9996C69.0341 95.9996 80.7229 95.9996 88.3609 88.3609C96 80.7233 96 69.0345 96 48C96 26.9662 96 15.2771 88.3613 7.63875C80.7233 0 69.0345 0 48 0C26.9662 0 15.2625 0 7.63875 7.63837C0.0150003 15.2767 0 26.9659 0 47.9996C0 69.0341 0 80.7229 7.63837 88.3609C15.2767 96 26.9659 96 47.9996 96V95.9996Z' fill='%23EF3939'/%3e%3cpath d='M79.2079 30.2369C76.8908 26.0591 72.9049 22.6379 69.1523 19.6799C65.3997 16.722 61.716 14.9399 57.1118 13.6619C52.5072 12.3839 47.8017 12.4076 43.0613 13.0083C38.3205 13.6091 34.2413 14.6913 30.1013 17.0775C25.9617 19.4636 22.7464 22.3852 19.8507 26.1858C16.9557 29.9865 15.0315 33.7605 13.8304 38.3846C12.6297 43.0083 12.1943 48.1316 12.8745 52.8599C13.5548 57.5887 14.3809 62.0887 16.8368 66.1875L17.0393 66.534L33.948 95.8462C36.7545 95.9235 39.792 95.9572 43.0613 95.9474H47.8632C55.5312 96.1124 63.2029 95.8856 70.8477 95.2679C78.4992 94.4291 83.9955 92.5492 88.2049 88.3125C94.3958 82.1227 95.5677 73.2727 95.7844 58.9563L79.2079 30.2369Z' fill='url(%23paint0_linear_2521_10364)'/%3e%3cpath d='M73.4284 22.5323C68.3944 17.501 61.9815 14.0756 55.0006 12.6892C48.0198 11.3029 40.7846 12.0179 34.2101 14.744C27.6352 17.47 22.0162 22.0841 18.0634 28.0032C14.11 33.9229 12 40.8816 12 48.0001C12 55.1185 14.11 62.0772 18.0634 67.9969C22.0161 73.9161 27.6352 78.5305 34.2101 81.2566C40.7846 83.9825 48.0198 84.6974 55.0007 83.3111C61.9815 81.9247 68.3945 78.4992 73.4284 73.4678C78.475 68.4359 81.9129 62.0181 83.3058 55.0289C84.6987 48.0397 83.9839 40.7943 81.252 34.2121C79.438 29.842 76.7793 25.8729 73.4284 22.5323ZM71.2702 39.1054C65.3353 49.4336 59.402 59.7627 53.4705 70.0928C53.0029 71.0081 52.3063 71.7868 51.4484 72.3528C50.5905 72.9189 49.6007 73.2532 48.5752 73.3231C47.4433 73.4495 46.2996 73.2308 45.2942 72.6957C44.2888 72.1606 43.4686 71.3341 42.9412 70.3246C39.1901 63.8633 35.4675 57.3589 31.7456 50.8684C29.4652 46.925 27.1962 42.975 24.9386 39.0184C24.4025 38.1294 24.1068 37.1161 24.0808 36.0782C24.0548 35.0403 24.2992 34.0135 24.7901 33.0986C25.281 32.1838 26.0015 31.4124 26.8807 30.8603C27.76 30.3081 28.7677 29.9942 29.805 29.9495C30.9216 29.881 32.0341 30.1373 33.0082 30.6875C33.9823 31.2377 34.7761 32.0583 35.2939 33.05C36.9739 35.9472 38.625 38.8444 40.2765 41.7421C41.4784 43.8282 42.6367 45.9139 43.8679 47.9712C44.6507 49.3927 45.7874 50.588 47.1679 51.4411C48.5482 52.2936 50.1254 52.7751 51.7466 52.8387C54.2092 52.9915 56.6361 52.1904 58.5238 50.6017C60.4115 49.0129 61.6152 46.7585 61.8851 44.306C61.8851 43.9148 61.8851 43.5237 61.9721 43.3208C61.9807 41.7709 61.6339 40.2395 60.9585 38.8444C60.4397 37.8819 60.1947 36.7956 60.2499 35.7036C60.3051 34.6116 60.6585 33.5556 61.2716 32.6503C61.8848 31.745 62.7343 31.025 63.7279 30.5685C64.7215 30.1121 65.8212 29.9366 66.9075 30.0612C67.7745 30.161 68.6092 30.4494 69.3529 30.9062C70.0966 31.3629 70.7313 31.9768 71.2125 32.705C71.6939 33.4332 72.0102 34.258 72.1391 35.1215C72.3022 36.509 71.9966 37.9114 71.2702 39.1054Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear_2521_10364' x1='1759.17' y1='440.564' x2='6338.32' y2='8374.56' gradientUnits='userSpaceOnUse'%3e%3cstop stop-opacity='0.2'/%3e%3cstop offset='0.79' stop-opacity='0.05'/%3e%3c/linearGradient%3e%3cclipPath id='clip0_2521_10364'%3e%3crect width='96' height='96' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
            .card h3 {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 500;
                font-size: 19px;
                line-height: 28px;
                display: flex;
                align-items: center;
                color: #000000;
                margin: 120px 0px 5px 40px;
            }

@media (max-width: 800px) {
.modal {
width: auto;
height: 100%;
height: auto;
padding-bottom: 75px;
}
.FICUlFv0mmiUJzF4JUhb.jKQTmG5VF0ldGnDSshKI {
width: 87%;
}
.setbox {
    top: auto;
    right: auto;
    width: 100%;
    bottom: 0;
}
.card h3 {
    margin: 120px 0px 5px 9px;
}
.card {
width: 145px;
}
}


.sele {
    position: absolute;
    width: 298px;
    height: 72px;
    left: 26px;
    top: 236px;
    z-index: 1;
    background: #F0F2F3;
    /* background: #FFF; */
    border-radius: 0 0 11px 11px;
    /* background-repeat: no-repeat; */
    /* background-position: 12px; */
    /* cursor: pointer; */
    display: flex;
display: none;
}

.sele h2 {
    /* position: absolute; */
    width: 163px;
    height: 36px;
    /* left: 43px; */
    /* top: 13px; */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #5B626D;
    /* margin-top: 11px; */
}


/* new style sidebar*/



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");


body {
  --main-bg: #f5f4fd;
  --item-hover: #f9f8fb;
    --main-bg: #f4f7fd;
    --item-hover: #f8f8fb;
  --secondary-bg: #251d33;
  --main-container-bg: #fff;
  --container-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  --text-color: #00071d;
}

body.dark {
  --main-bg: #00071d;
  --item-hover: #1c2339;
  --secondary-bg: #36415e;
  --main-container-bg: #131c31;
  --text-color: #fff;
  --tooltip-bg: #251d33;
  --container-shadow: rgba( #131c31, 0.2) 0px 7px 29px 0px;
}







.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-height: 520px) {
  .sidebar-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.sidebar-container {
  background-color: var(--main-container-bg);
  box-shadow: var(--container-shadow);
  border-radius: 10px;
  padding: 16px;
  transition: width 0.3s ease-in-out;
  position: relative;
  width: 240px;
  height: 100vh;
  max-height: 600px;
    width: 250px;
    height: 47vh;
    height: 39vh;
    height: 23vh;
    height: 31vh;
    height: 290px;
}
.sidebar-container.shrink {
  width: 92px;
}
.sidebar-themeInput {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.sidebar-themeInputText {
  font-size: 14px;
  opacity: 1;
  transform: translatex(0);
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shrink .sidebar-themeInputText {
  width: 0;
  opacity: 0;
  transform: translatex(-8px);
}
.sidebar-themeType {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  text-align: center;
  z-index: 1;
  flex-shrink: 0;
  line-height: 20px;


    width: 43%;
    line-height: 30px;
}
.shrink .sidebar-themeType {
  width: 100%;
}
.sidebar-themeContainer {
  padding: 4px;
  border-radius: 4px;
  color: var(--text-color);
  overflow: hidden;
  background-color: var(--main-bg);
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar-themeLabel {
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.sidebar-themeLabel svg {
  width: 18px;
  height: 18px;
}
.shrink .sidebar-themeLabel.switched .light {
  display: none;
}
.sidebar-themeLabel.switched:before {
  left: 50%;
}
.shrink .sidebar-themeLabel.switched:before {
  left: 2px;
}
.sidebar-themeLabel:not(.switched) .shrink .sidebar-themeLabel .dark {
  display: none;
}
.sidebar-themeLabel:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  border-radius: 4px;
  background-color: var(--main-container-bg);
  left: 2px;
  top: 50%;
  transform: translatey(-50%);
  transition: left 0.3s ease;
}
.shrink .sidebar-themeLabel:before {
  width: calc(100% - 4px);
}
.sidebar-viewButton {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  right: -10px;
  top: 32px;
  display: flex;
  align-items: center;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  color: #fff;
  box-shadow: var(--container-shadow);
  background-color: var(--secondary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-viewButton:hover {
  opacity: 0.8;
}
.sidebar-viewButton svg {
  width: 16px;
}
.shrink .sidebar-viewButton {
  transform: rotatey(-180deg);
}
.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}
.sidebar-listItem {
  color: var(--text-color);
  display: flex;
  align-items: center;
  -webkit-animation: fadeInItem 0.6s forwards;
          animation: fadeInItem 0.6s forwards;
  transition: background 0.2s ease-in;
  transform: translatex(-16px);
  opacity: 0;
  padding: 8px 0;
  position: relative;
}
.shrink .sidebar-listItem span {
  visibility: hidden;
}
.sidebar-listItem.active a {
  background-color: var(--main-bg);
}
.sidebar-listItem:not(.active) a:hover {
  background-color: var(--item-hover);
}
.sidebar-listItem:hover .sidebar-listItemText {
  display: inline-block;
  opacity: 1;
  left: calc(100% + 8px);
  visibility: visible;
}
.sidebar-listItem + li {
  border-top: 1px solid var(--item-hover);
}
.sidebar-listItem a {
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
    font-size: 14px;
color: currentColor;text-decoration: none;
}
.sidebar-listIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  flex-shrink: 0;
}
.shrink .sidebar-listIcon {
  margin-right: 0;
}
.sidebar-profileSection {
  display: flex;
  align-items: center;
  margin-top: auto;
  border: 1px solid var(--item-hover);
  padding: 8px 10px;
  border-radius: 28px;
  overflow: hidden;
  height: 60px;
  flex-shrink: 0;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
.sidebar-profileSection:hover {
  background-color: var(--item-hover);
}
.sidebar-profileSection img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
  flex-shrink: 0;
}
.sidebar-profileSection span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color);
}
.shrink .sidebar-profileSection span {
  display: none;
}
.shrink .sidebar-profileSection {
  border-radius: 50%;
}
.sidebar-listItemText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}

.shrink .sidebar-listItemText {
  position: absolute;
  padding: 8px;
  left: 100%;
  opacity: 0;
  background-color: var(--secondary-bg);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sidebar-listItem:nth-child(n+0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sidebar-listItem:nth-child(n+1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.sidebar-listItem:nth-child(n+2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.sidebar-listItem:nth-child(n+3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.sidebar-listItem:nth-child(n+4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.sidebar-listItem:nth-child(n+5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInItem {
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}

@keyframes fadeInItem {
  100% {
    transform: translatex(0px);
    opacity: 1;
  }
}

.setbox {
width: auto;
height: auto;
}

#root * {
    -webkit-box-sizing: content-box;
}

@media (max-width: 800px) {
.setbox {
width: 100%;
}
.sidebar-container {
width: 100%;
}


}

body.dark .form1{    background: #202225 !important;}body.dark .input1 {background: #202225;color: #fff;}body.dark .searchbox .btn-search { color: #FFF;}body.dark .suggest {background-color: #202225;}body.dark #navbar {background: #373A41;}body.dark .tabs {background: #373A41;}body.dark {background: #2F3136 !important}body.dark .result {background: #36393F !important}body.dark .lib-doc-title__link-1b9rC {color: #76CDEA} body.dark .lib-doc-snippet__component-3ewW6 { color: #EFF3FF}body.dark .jss248 {background: #36393F}body.dark .rich-entity-expanded__component-3BZ06z {background: #36393F !important;border: 1px solid #414141 !important;}body.dark .rich-entity-expanded__header-2X3a8 {background: #36393F !important;} body.dark .rich-entity-facts__factValue-3wQ8- {color: #FFFFFF !important  }body.dark .rich-entity-section-header__sectionHeader-RYrZU {border-top: 1px solid #414141 !important; }body.dark .rich-entity-section-body__sectionBody-242au {     color: #EFF3FF; }body.dark .rich-entity-social-profiles__profile-3e5Nt {     background-color: #484848 !important;    color: #fff !important; } body.dark #background{display:none;}body.dark .result-video__container-3x88k .result-video__right-2Ta_b {border: 0 !important; background: #36393F !important;} body.dark .result-video__topBar-3YHH4 {     color: #fff;}body.dark a.result-video__videoTitle-3elSY {color:#EFF3FF !important; } body.dark .result-video__bottomBar-ejFbX {color: #FFF !important; }body.dark .Videos-module__VideoCard___3PjG6 {background: #36393F !important;}body.dark .Text-module__serpLink___Ks7KS {color: #76CDEA;}body.dark .Text-module__secondary___1UMq0 {color: #EFF3FF;}body.dark .spotsec {background: #36393F !important;color: #EFF3FF !important;}body.dark .spotsec cite a{color: #EFF3FF !important;} body.dark .sentence:hover,body.dark .sentence.hover {     background-color: #6b6b6b !important;border: 4px solid #6b6b6b !important;}


.btn-search svg {
width: 22px !important;
height: 22px !important;
color: #0066FF;
}

.btn-search {
background: 0 !important;
width: 80px;
}

.form1 .btn {
margin: auto;
}

.form1 {
border: solid 1px rgba(0, 0, 0, 0.11);
height: 50px;
box-shadow: none;

width: 708px;
}
.form1:hover {
    box-shadow: 0 2px 5px 0 rgb(19 41 104 / 10%);
}

.input1 {
border-radius: 1000px;
}


.suggest {
    margin-top: 52px !important;
    box-shadow: 0 2px 5px 0 rgb(19 41 104 / 15%) !important;

width: 708px !important;
}
.result-container__wrapper-38pV8.result-container__noEdge-BQOWw {
    width: 87vw;
    max-width: 680px;
    padding-top: 1.2rem;
    padding-right: 22px;
    padding-bottom: 1.7rem;
    padding-left: 6px;
    margin-bottom: -1.2rem;
}

.searchbox {
    width: auto;
}

.highlights {
    background: #ebeef3 !important;
    border-radius: 2px !important;

}

.suggestion.svelte-1yt5sio.svelte-1yt5sio {
display: none;
}

.suggestion.svelte-1yt5sio.svelte-1yt5sio:nth-child(-n+7) {
    display: block;
}