@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter:400,800,900&display=swap');

*{margin:0px;padding:0px;font-size: 16px; list-style:none; text-decoration: none;outline:none;}

html{
font-family: 'Inter';
scroll-behavior: smooth;
letter-spacing: 0.2px;

}
body{
    padding:0;
background-color: #f8f8f8;
}
.header{
    padding:8px;
    font-size:15px;
    text-align:center;
    background-color:#fe127b;
    color:#fff;
    font-family:arial
}
.mntit {
    font-size: 26px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-family: 'INTER';
}
.navbar{
    font-family:Inter;
    margin:0
}
.leftcolumn{
    min-height:400px;
    margin-top:15px;
    margin-left:15%;
    margin-right:15%;

}
.content{
    padding:0;
    margin-top:15px;
    margin-left:15%;
    margin-right:15%;
    border-radius:15px;
    background-color:#fff;
    box-shadow:2px 2px 12px 1px #d8d8d8
}
.content h2{
    background-color:#fe127b;
    background-image:linear-gradient(315deg,#fc5296 0%,#f67062 74%);
    color:#fff;
    padding:10px;
    border-radius:15px 15px 0 0;
    text-align:center
}

.contp {
    padding: 5px;
    color: #131313;
    margin-bottom: 10px;
}

.aesbtmpara {
    background-color:#ffffff;
box-shadow: 2px 2px 20px #f2f2f2;
}

.aesbtmpara h2{
    background-color:#fe127b;
    background-image:linear-gradient(315deg,#fc5296 0%,#f67062 74%);
    color:#fff;
    padding:10px;
    border-radius:15px 15px 0 0;
    text-align:center

}

.aesbtmpara p {
    padding: 8px;

}

.aesbtmpara h3, h4 {
    padding: 10px 5px;
    color: #181818;
    font-size: 18px;
}

.aesbtmpara ol {

    margin: 10px 5px;
}

.aesbtmpara ol li {
    padding: 3px 0px 3px 8px;
}


.contentmcont{
    padding:15px
}
.contentmcont p{
    margin-bottom:5px;
    text-align:justify
}
.rightcolumn{
    width:25%;
    padding-left:20px
}
.footer {
    padding: 30px 5px;
    text-align: center;
    background: #171616;
    margin-top: 20px;
    bottom: 0;
}
.footer div{
    color:#cbcbcb
}
.footlinks{
    text-decoration:none;
    color:#cbcbcb
}
.topp{
    text-align:center;
    display:none
}
.adsbygoogle{
    margin-bottom:10px
}
.inlinedata{
  text-align: center;
justify-content: center;
}
.thish1 {
  text-align: center;
    font-size: 20px;
    margin: 20px;
    padding: 11px;
    border-radius: 22px;
    min-width: 33%;
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #f2f2f2;
    background: -moz-linear-gradient(-45deg,#fe127b 0%,#d913cb 52%,#6875dd 100%);
    background: -webkit-linear-gradient(
-45deg ,#fe127b 0%,#d913cb 52%,#6875dd 100%);
    background: linear-gradient(
135deg ,#fe127b 0%,#d913cb 52%,#6875dd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe127b',endColorstr='#6875dd',GradientType=1);
    background-size: 350% 350%;
    animation: waveColors 8s ease infinite;
    box-shadow: 2px 2px 6px #ffa8ea;
}
@-webkit-keyframes waveColors{
    0%{
        background-position:0% 7%
    }
    50%{
        background-position:100% 94%
    }
    100%{
        background-position:0% 7%
    }
}
@keyframes waveColors{
    0%{
        background-position:0% 7%
    }
    50%{
        background-position:100% 94%
    }
    100%{
        background-position:0% 7%
    }
}
#myInput{
    background-image:url(searchicon.png);
    background-position:12px 14px;
    background-repeat:no-repeat;
    width:70%;
    height:50px;
    font-size:16px;
    padding:12px 20px 12px 40px;
    border:1px solid #ddd;
    margin-bottom:12px;
    border-radius:5px;
    box-shadow:-2px 2px #ececec;
    font-family:Inter
}
#myInput:focus{
    box-shadow:-5px 5px 12px #dedbdb inset
}
#myUL{
    list-style-type:none;
    margin:0 0 10px;
    display:inline;
    box-sizing:border-box;
    font-family:arial
}
#myUL li{
    display:inline
}
.emz{
    margin-left:4px;
    margin-bottom:5px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    border-style:outset;
    border:1px solid #d3d3d3;
    border-color:#d3d3d3;
    background-color:#fff;
    display:inline-block;
    width:51px;
    height:51px;
    font-size:30px;
    line-height:51px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    box-shadow:2px 2px 4px 2px #bfbfbf33;
    transition:.2s
}
.emz:hover{
    background-color:#ececec;
    font-size:33px;
    cusror:pointer;
    margin-top:-5px;
    box-shadow:4px 4px 4px 1px #9d9a9a33
}
.emolenfac{
    margin-left:4px;
    margin-bottom:5px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    border-style:outset;
    border:1px solid #d3d3d3;
    border-color:#d3d3d3;
    background-color:#fff;
    display:inline-block;
    min-width:32%;
    width:auto;
    padding:0 5px;
    font-size:20px;
    line-height:51px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    box-shadow:2px 2px 4px 2px #bfbfbf33;
    transition:.5s
}
.emolenfac:hover{
    background-color:#f2f2f2;
    cursor:pointer
}
.allemocl{
    margin-left:4px;
    margin-bottom:5px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    border-style:outset;
    border:1px solid #d3d3d3;
    border-color:#d3d3d3;
    background-color:#fff;
    display:inline-block;
    min-width:41px;
    width:auto;
    height:41px;
    font-size:26px;
    line-height:41px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    box-shadow:2px 0 3px 1px #bfbfbf33;
    transition:.5s
}
.allemocl:hover{
    background-color:#f2f2f2;
    cusror:pointer;
    margin-top:-5px;
    box-shadow:4px 4px 4px 1px #9d9a9a33
}
.threedot{
    text-align:center;
    margin:15px auto auto
}
#allemoid{
    transform:none!important;
    -webkit-transform:none!important
}
#emojizexp{
    margin-left:4px;
    margin-bottom:5px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -khtml-border-radius:8px;
    border-radius:8px;
    border-style:outset;
    border:1px solid #d3d3d3;
    border-color:#d3d3d3;
    background-color:#fff;
    display:inline-block;
    min-width:70px;
    width:auto;
    padding-left:3px;
    padding-right:3px;
    height:51px;
    font-size:20px;
    line-height:51px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    box-shadow:2px 2px 4px 2px #bfbfbf33;
    transition:.5s
}
#emojizexp:hover{
    background-color:#ececec;
    cusror:pointer
}
@keyframes move{
    0%{
        transform:scale(1) rotate(0deg)
    }
    100%{
        transform:scale(2) rotate(180deg)
    }
}
.dropbtn{
    color:#fff;
    padding:15px;
    font-size:16px;
    border:none;
    text-align:center;
    width:100%;
    background-size:300% 100%;
    border-radius:5px;
    moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    background-image:linear-gradient(to right,#667eea,#764ba2,#6B8DD6,#8E37D7);
    box-shadow:0 4px 15px 0 rgba(116,79,168,.75);
    font-family:Inter
}
.dropbtn:hover{
    background-position:100% 0;
    moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.dropbtn:focus{
    outline:none
}
.dropbtn.color-3{
    background-image:linear-gradient(to right,#667eea,#764ba2,#6B8DD6,#8E37D7);
    box-shadow:0 4px 15px 0 rgba(116,79,168,.75)
}
.dropdown{
    position:relative;
    display:inline-block;
    width:100%
}
.dropdown-content{
    display:none;
    position:absolute;
    background-color:#f1f1f1;
    width:100%;
    box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
    z-index:1;
    border-radius:10px;
    height:500px;
    overflow:hidden;
    overflow-y:scroll
}
.dropdown-content a{
    color:#000;
    padding:12px 16px;
    text-decoration:none;
    display:block;
    font-weight:600;
    font-size:15px
}
.dropdown-content a:hover{
    background-color:#ddd;
    color:#fff;
    background-image:linear-gradient(to right,#fc6076,#ff9a44,#ef9d43,#e75516);
    box-shadow:0 4px 15px 0 rgba(252,104,110,.75);
    border-radius:10px
}
.dropdown:hover .dropdown-content{
    display:block
}
.dropdown:hover .dropbtn{
    background-color:#3e8e41
}
.select{
    float:right;
    width:29.45%;
    height:50px
}
.symbolspalace{
    position:relative;
    display:inline-block;
    float:left;
    text-align:center
}
.emz::selection{
    color:#000;
    background-color:transparent
}
.allemocl::selection{
    color:#000;
    background-color:transparent
}
.emolenfac::selection{
    color:#000;
    background-color:transparent
}
::selection{
    color:#fff;
    background:#000
}
::-moz-selection{
    color:#fff;
    background:#000
}
.thish2{
    margin-top:10px;
    margin-bottom:10px;
    color:#383838;
    font-size:18px
}
.thish2content {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: #fe127b;
    background-image: linear-gradient(315deg,#fc5296 0%,#f67062 74%);
    color: #fff;
    padding: 8px 4px;
    border-radius: 5px;
    text-align: center;
}


.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 0.5em;
    background: #b1b1b1;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em); }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

/* stylelint-disable-next-line no-duplicate-selectors */
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

/* loader-wheel
------------------------- */

.loader-wheel {
  font-size: 64px; /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #333; /* change color here */
  opacity: 0.8;
  transform: rotate(-30deg);
  transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* scroller
------------------------- */

.scroller {
  height: 400px;
  padding: 10px 10px 100px;
  overflow-y: scroll;
  border: 1px solid #DDD;
  border-radius: 5px;
}

/* ---- scroller-item ---- */

.scroller-item {
  height: 200px;
  margin-bottom: 10px;
  padding: 20px;
  background: #19F;
  border-radius: 5px;
  color: white;
  font-size: 3rem;
  line-height: 1;
}

.scroller-item--height2 { height: 250px; }
.scroller-item--height3 { height: 300px; }

.scroller-item--magenta { background: #C25; }
.scroller-item--red { background: #E21; }
.scroller-item--gold { background: #EA0; }
.scroller-item--green { background: #6C6; }

/* ---- prefill ---- */

.scroller--prefill { height: 500px; }

.scroller--prefill .scroller-item,
.scroller--prefill .scroller-item--height2,
.scroller--prefill .scroller-item--height3 { height: 80px; }

/* scroller-status
------------------------- */

.scroller-status {
  display: none;
}

.scroller-status__message {
  text-align: center;
  color: #777;
  margin: 20px 0px;
}
.pagination{
  display: none;
}
#sunadiv{
    padding:5px 50px 5px 5px;
    height:35px;
    font-size:18px;
    border-radius:5px;
    border:1px solid #ddd;
    width:100%
}
#sunadiv:focus{
    outline:none
}
.mknginlmagic{
    display:inline;
    position:fixed;
    bottom:5px;
    text-align:center
}
.copyidbtn{
    padding:5px;
    outline:none;
    border:none;
    background-color:#fe127b;
    background-image:linear-gradient(315deg,#fc5296 0%,#f67062 74%);
    color:#fff;
    border-radius:5px;
    width:100%;
    height:35px;
    postion:fixed
}
.cutidbtn{
    border:none;
    color:#f95e81;
    border-radius:5px;
    font-size:18px;
    margin-left:-5%;
    outline:none;
    cursor:pointer;
    background-color:transparent
}
@keyframes fadeInUp{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
#target{
    z-index:99999;
    background:#2f2e2e;
    margin-left:15%;
    margin-right:15%;
    width:70%;
    height:auto;
    position:fixed;
    bottom:0;
    display:none;
    border-radius:10px 10px 0 0;
    padding:5px;
    animation:fadeInUp .5s ease-in-out 0s forwards
}
#Show{
    font-family:Inter;
    z-index:99999;
    position:fixed;
    font-weight:500;
    bottom:0;
    right:5px;
    padding:15px 4px 4px;
    border-radius:15px 15px 4px 4px;
    outline:none;
    border:none;
    background-color:#2f2e2e;
    color:#fbfbfb;
    box-shadow:-1px -1px 6px #797979;
    animation:fadeInUp .5s ease-in-out 0s forwards
}
#Hide{
    display:none;
    border-radius:5px;
    padding:3px;
    outline:none;
    border:none;
    background-color:transparent;
    color:#fff;
    font-size:18px
}



.facedata {
    background-color: #ffffff;
    text-align: center;
    margin: 12px 8px;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 10px;
    color: #2b2b2b;
    width: auto;
    display: inline-block;
    transition: 0.5s;
}

.facedata:hover {
    
    box-shadow: 0px 0px 6px #d3d3d3;
    transform:translate(0,-5px);
    background-color: #ffffff;
}

.icon {
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
    font-weight: 600;
}
.txtname {
    font-size: 12px;
    padding: 2px 4px;
    background-color: #e4e1ff;
    color: #3a335c;
    border: 1px solid #d7d3fd;
    display: block;
    border-radius: 5px 5px 0px 0px;
    margin-top: -6px;
    transition: 0.5s;
}
.icon {
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}

.facedata:hover .txtname {
    background-color: #fa1281;
    color:#ffffff;
    background-image: linear-gradient(
  326deg
  ,#e813ac 0%,#fa1281 74%);
}


.chft{
      font-size: 22px;
}
.iphy {
    width: calc(100% - 50px);
    padding: 8px;
    font-size: 24px;
    border-radius: 6px;
    outline: none;
    border: none;
    transition: 0.3s;
    border-radius: 24px;
}

hr {
    border: none;
    border-bottom: 2px dashed #d6d6d6;
    margin: 10px 0px;
}

.morecont {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
}

.morex{
  width: 20%;
    text-align: center;
    padding: 5px;
    margin: 20px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
  color: #fff;
    background-color: #fa1281;
    background-image: linear-gradient(
326deg
,#e813ac 0%,#fa1281 74%);
}
.ahy {
    width: 80px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    color: #000000;
    border: 1px solid #dfdfdf;
    text-align: center;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #dbdbdb;
    margin: 8px;
    transition: 0.2s;
    background-color: white;
}
.ahy:hover{
  transform: scale(1.08);
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 5px #dbdbdb;
}
.ahy:hover .icontit{
  background-color: #fa1281;
  color:#ffffff;
  background-image: linear-gradient(
326deg
,#e813ac 0%,#fa1281 74%);
}
.morea{}
  .mnicon {
      font-size: 15px;
      height: 45px;
      margin-top: auto;
      margin-bottom: auto;
      line-height: 45px;
  }
.icontit {
  background-color: #f2f5f7;
      border-top: 1px solid #dfdfdf;
      margin: 0px -5px -5px -5px;
      border-radius: 0px 0px 10px 10px;
      padding: 5px;
      color: #464646;
      font-size: 14px;

}
.contcopy {
    display: none;
    margin: 0 8%;
    background-color: #e2e0e0;
    padding: 5px;
    border: 1px solid #bab9b9;
    width: 84%;
    border-radius: 4px;
    position: fixed;
    bottom: 0;
    transition: 0.5s;
    animation: fadeInUp .5s ease-in-out 0s forwards;
    z-index: 99;
}

@keyframes fadeInUp{
from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0)
}
to{
    opacity:1;
    -webkit-transform:none;
    transform:none
}
}

.arrow {
padding: 15px 10px 10px 10px;
border-radius: 5px 5px 0px 0px;
background-color: #282828;
right: 20px;
margin-top: -40px;
position: absolute;
cursor: pointer;
transition: 0.3s;
z-index: -99;
}

.arrow div {
width: 0px;
height: 0px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #fff;

}
.arrow:hover{
margin-top: -30px;
}





.copiin{
display: flex;
border: 1px solid #d7d7d7;
border-radius: 24px;
background-color: #ffffff;
}
.eighty{
width: 79.5%
}
.twenty{
width:20.5%;
background-color: #e2e0e0;
}

#copyipsb {
color:#fff;
font-size: 18px;
background-size: 200% 200%;
background-color: #7867da;
background-image: linear-gradient(
326deg ,#ff41c8 0%,#7867da 74%);
cursor: pointer;
border: none;
/*  padding: 10px 0px;
  width: 98%;
border-radius: 20px;
margin: 3px 0px 4px 0px;*/
padding: 12px 0px;
width: 99%;
border-radius: 0px 20px 20px 0px;
margin: 0px;
}
#clearipsb{
cursor: pointer;
  margin: 2px;
background-color: #fff;
padding: 5px;
color: #696767;
font-size: 20px;
border: none;
}


#samosa{
    display:none;
    max-width:150px;
    font-size:18px;
    font-weight:600;
    padding:15px;
    position:fixed;
    bottom:20%;
    text-align:center;
    background:#ff8a00;
    background:linear-gradient(to top left,hsl(190,100%,30%),hsl(280,100%,45%));
    color:#fff;
    border-radius:5px;
    animation:fadeOut ease .8s;
    -webkit-animation:fadeOut ease .8s;
    box-shadow:-2px 8px 10px 3px #dab7ec
}
.button{
    border:1px solid #e6e4e4;
    border-radius:5px;
    padding:0 5px;
    background-color:#f7f7f7;
    box-shadow:2px 2px 2px #aeacac;
    transition:.5s
}
.button:hover{
    box-shadow:1px 2px 1px #aeacac inset
}
#catmaj{
    text-align:left
}
#cti{
    padding:5px 10px;
    border:1px solid #e7e7e7;
    width:70px;
    height:65px;
    margin-bottom:5px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;
    border-style:outset;
    border:1px solid #d3d3d3;
    background-color:#fff;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    cursor:pointer;
    box-shadow:2px 2px 4px 2px #bfbfbf33;
    transition:.2s;
    overflow:hidden
}
#cti:hover{
    box-shadow:3px 8px 16px 0 #b6b3b3;
    border:1px solid #e7e7e7
}
#cti a{
    text-decoration:none
}
a{
    color:#000
}
#stmd{
    font-size:25px;
    margin-bottom:3px;
    height:33px
}
#mn{
    display:block;
    font-size:15px;
    background-color:#fff;
    margin-left:-10px;
    margin-right:-10px;
    margin-bottom:-5px;
    border-top:1px solid #f2f2f2;
    border-radius:0 0 5px 5px;
    letter-spacing:-.5px
}
#snz{
    margin:0 auto 15px;
    border:1px solid #dedede;
    padding:5px;
    border-radius:0 5px 5px 5px
}
#snznm{
    margin-top:15px
}
#snznm span{
    width:auto;
    padding:5px 5px 0;
    color:#fff;
    background-color:#fa1281;
    background-image:linear-gradient(326deg,#e813ac 0%,#fa1281 74%);
    border-radius:10px 10px 0 0;
    font-weight:600
}
#toastposttbl{
    display:none;
    background:#ff8a00;
    background:linear-gradient(to top left,hsl(190,100%,30%),hsl(280,100%,45%));
    color:#fff;
    border-radius:5px;
    animation:fadeOut ease .8s;
    -webkit-animation:fadeOut ease .8s;
    box-shadow:-2px 8px 10px 3px #dab7ec;
    max-width:150px;
    font-size:20px;
    font-weight:600;
    padding:15px;
    position:fixed;
    bottom:120px;
    left:46%;
    text-align:center;
    color:#eee;
    border-radius:5px
}
.alctr{
    text-align:center;
    margin-left:40%;
    margin-right:40%
}
#boldmin{
    font-weight:400
}
.contentpara{
    text-align:justify
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-moz-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-o-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@-ms-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
div.scrollmenu{
    background-color:#000;
    overflow:auto;
    white-space:nowrap;
    text-align: center;
}
div.scrollmenu a{
    display:inline-block;
    color:#fff;
    text-align:center;
    padding:12px;
    text-decoration:none
}
div.scrollmenu a:hover{
    background-color:#045de9;
    background-image:linear-gradient(315deg,#045de9 0%,#09c6f9 74%)
}

#msg {
    background-color: #4843a0;
    background-image: linear-gradient(331deg, #4843a0 0%, #726cdb 74%);
    color: #fff;
    margin: 0px auto;
    text-align: center;
    width: 100px;
    bottom: 45%;
    display: none;
    position: fixed;
    border-radius: 10px;
    padding: 10px;
    transition: 0.2s;
    animation: cpyhy .2s ease-in-out 0s forwards;
    transform: translate3d(0,100%,0);
    box-shadow: 0px 0px 11px #5d58be;
}

@keyframes cpyhy{
from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:scale(0.5)
}
to{
    opacity:1;
    -webkit-transform:none;
    transform:scale(1)
}
}

.algmsg{
  /* this is what centers your element in the fixed wrapper*/
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; /* aligns on vertical for column */
  align-items: center; /* aligns on horizontal for column */
}
.svgcp {
    fill: #fff;
    width: 25px;
    height: 25px;
}


::-webkit-scrollbar{
    height:5px;
    color:#555;
    width:2px
}
::-webkit-scrollbar-track{
    background:linear-gradient(90deg,#201c29,#201c29 1px,#100e17 0,#100e17)
}
::-webkit-scrollbar-thumb{
    background:linear-gradient(90deg,#00C9FF 10%,#92FE9D 90%);
    border-radius:5px
}
.tablepost{
    margin:10px 0 15px;
    border-collapse:collapse;
    width:100%;
    background-color:#fff;
    color:#000;
    box-shadow:2px 2px 7px 3px #f2f2f2
}
.tablepost td,.tablepost th{
    text-align:left;
    padding:8px;
    border:none;
    border:1px solid #ececec
}
.tablepost tr:nth-child(even){
    background-color:#fefefe
}
.tablepost tr:hover{
    background-color:#f2f2f2
}
.trpost{
    background-color:#f2f2f2
}
.tablepost td:nth-child(1){
    text-align:center;
    font-size:18px;
    cursor:pointer
}
.tablepost td:nth-child(3),.tablepost td:nth-child(4),.tablepost td:nth-child(5){
    cursor:pointer
}
#mmsgahh{
    display:none;
    margin:100px auto
}
.table{
    margin:10px 0 15px;
    border-collapse:collapse;
    width:100%;
    background-color:#fff;
    color:#000;
    box-shadow:2px 2px 7px 3px #f2f2f2
}
.table td,.table th{
    text-align:left;
    padding:8px;
    border:none;
    border:1px solid #ececec
}
.table tr:nth-child(even){
    background-color:#fefefe
}
.table td:hover{
    background-color:#f2f2f2
}
.table tr>th{
    text-align:center
}
td a{
    text-decoration:none;
    color:#000
}
#target table{
    width:100%;
    margin-bottom:10px
}
.flrit{
    float:right
}
#TxtAre{
    width:100%;
    min-height:80px;
    font-size:18px;
    outline:none;
    padding:5px;
    border:2px solid #dbdbdb;
    border-radius:5px;
    transition:background-color .2s ease 0s
}
#MyDvgS{
    width:100%;
    min-height:80px;
    font-size:18px;
    outline:none;
    padding:5px;
    border:2px solid #dbdbdb;
    border-radius:5px;
    transition:background-color .2s ease 0s;
    cursor:default
}
#sdcx{
    margin-top:15px;
    width:48%;
    display:inline-block
}
#sdcxs{
    margin-top:15px;
    width:48%;
    display:inline-block
}
#strong{
    padding:2px;
    border-radius:5px 5px 0 0;
    border-top:2px solid #dbdbdb;
    border-right:2px solid #dbdbdb;
    border-left:2px solid #dbdbdb;
    margin-bottom:6px;
    font-weight:600
}
@media screen and (max-width:718px){
    .tablepost{
        display:block;
        overflow-x:scroll
    }
}
@media screen and (min-width:800px){
    ::-webkit-scrollbar{
        width:5px
    }
}
@media screen and (max-width:1000px){
.thish1{
  max-width: 90%;
}

.icon {
    min-width: 43px;
}
}

@media screen and (max-width:800px){
    .leftcolumn{
        margin-left:5px;
        margin-right:5px
    }
    .emolenfac{
        min-width:48%
    }

    .contcopy {
      margin: 0%;
        width: 99%;
    }
    #sdcx{
        width:100%
    }
    #sdcxs{
        width:100%
    }
    .content{
        margin-left:5px;
        margin-right:5px
    }
    .cutidbtn{
        margin-left:-8%
    }
    .copyidbtn{
        padding:5px 15px
    }
    #sunadiv{
        padding:5px 30px 5px 5px
    }
    .emz{
        width:45px;
        height:45px;
        font-size:30px;
        line-height:41px
    }
    #target{
        width:100%;
        margin-left:0%;
        margin-right:0%
    }
    .dropdown-content{
        width:150%;
        margin-left:-50%
    }

    #catmaj{
        text-align:center
    }
    #cti{
        width:70px
    }
}
@media screen and (max-width:500px){
.container{
      margin-top: 15px;
  }
  .thish1 {
    max-width: 90%;
    margin: 25px 4px 20px 4px;
}
.chft{
  font-size: 15px;
  width: 96%;
}

}
@media screen and (max-width:450px){
.icon {
    min-width: 43px;
        overflow: hidden;
        height: auto;
}}
@media screen and (max-width:390px){
    .header{
        padding:10px;
        font-size:12px
    }
    .mntit{
        font-size:20px
    }

    .dropbtn{
        font-size:14px
    }
    .leftcolumn{
        padding:15px 8px
    }


    .ahy {
        width: 100px;
        padding: 5px;
    }
    .mnicon {
    height: 55px;
    line-height: 55px;
}
.icontit {
  padding: 8px 4px;
}

}

@media screen and (max-width:299px){
.ahy {
    width: 96%;
    padding: 5px;
    font-size: 20px !important;
    margin-left: auto;
    margin-right: auto;
}

.mnicon {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
}
.icontit {
    padding: 6px 4px;
    font-size: 16px;
}

}



@media screen and (max-width:285px){
    .cutidbtn{
        margin-left:-12%
    }
}
