* {
    margin: 0px;
}
img {
    -webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body {
    margin: 0px;
    color: #fff;
    background: #000;
    font-family: 'Inter', sans-serif;
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
main {
    max-width: 411px;
    position: relative
}
header {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    position: relative;
}
.icmyacc {
    padding: 10px;
         position: relative;
             display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}
.icmygmb {
        text-align: center;
            position: absolute;
    z-index: 1;
    margin-top: 3px;
    left: 0;
}
.icmygmb img {
        width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 2px solid #ffc107;
    background: #cb7645;
}
.knmynam {
    max-width: 70%;
    min-width: 220px;
}
.nmmykn {
        background: #6e163c;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1.2px 30px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    border-radius: 0px 5px 25px 0px;
        padding-left: 30px;
    margin-left: 30px;
}
my {
        padding: 2px 20px;
    background: #3f0828;
    border-radius: 5px;
    margin: 1px 0px;
    box-shadow: 0px 0px 0px 0px #fff;
    min-width: 84px;
    font-size: 16px;
    text-align: center;
    color: #ffe5b5;
    position: relative;
    max-width: 60%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

my:after {
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background: #cb7645;
    width: 11px;
    height: 17px;
    position: absolute;
    right: -1px;
    top: 18%;
    z-index: 1;
    display: block;
    content: '';
}
my:before {
        clip-path: polygon(0 50%, 100% 100%, 100% 0);
    background: #994932;
    width: 9px;
    height: 10px;
    position: absolute;
    right: -4px;
    top: 37%;
    z-index: 2;
    display: block;
    content: '';
}
.duaxmygmb {
        text-align: center;
    margin-right: 10px;
}
.duaxmygmb img {
        width: 40px;
    height: auto;
}
banner {
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px;
    position: relative;
}
.bnmyanim {
        border-radius: 5px;
    border: 20px solid #ac1e68;
    position: relative;
    border-top: 10px solid #ac1e68;
    border-bottom: 10px solid #ac1e68;
}
#myblb1 {
        position: absolute;
    left: -18px;
    top: 0px;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
}
#myblb2 {
        position: absolute;
    left: -18px;
    top: 30%;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
    animation-delay: 1s;
}
#myblb3 {
        position: absolute;
    left: -18px;
    bottom: 30%;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
    animation-delay: 2s;
}
#myblb4 {
        position: absolute;
    left: -18px;
    bottom: 0px;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
    animation-delay: 3s;
}
#myblb5 {
        position: absolute;
    right: -18px;
    top: 0px;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
    animation-delay: 2s;
}
#myblb6 {
        position: absolute;
    right: -18px;
    top: 30%;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
    animation-delay: 3s;
}
#myblb7 {
        position: absolute;
    right: -18px;
    bottom: 30%;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
}
#myblb8 {
        position: absolute;
    right: -18px;
    bottom: 0px;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff40;
    z-index: 1;
    border-radius: 100%;
    animation: blinker 2s linear infinite;
    animation-delay: 1s;
}
.myslidebn img {
        width: 100%;
}
.mygmblist img {
        width: 55px;
    position: absolute;
    left: 0;
    top: 12%;
    z-index: 2;
}
menus {
        padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.btnmnmy {
        background-color: #a8602e;
    background-image: linear-gradient( 0deg, #a8602e 0%, #d1984e 100%);
    font-weight: bolder;
    font-size: 20px;
    box-shadow: inset 0px 1px 1px 1px #0000006e;
    border: none;
    padding: 5px 10px;
    min-width: 25%;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    min-height: 24px;
    cursor: pointer;
}
.btnmnmy p {
    color: #793211;
    position: absolute;
    z-index: 3;
    width: 85%;
}
.activemymn p {
    color: #87eed3 !important;
}
.activemymn:before {
        width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    content: '';
    background-color: #329b7b;
    background-image: linear-gradient(
0deg, #329b7b 0%, #298168 100%);
    color: #87eed3;
    padding: 6px 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 1px 2px #0000006e;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    min-height: 35px;
    position: absolute;
    top: -3px;
    left: 0%;
}
.activemymn:after {
        content: '';
    position: absolute;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    display: block;
    z-index: 3;
    background: #87eed3;
    width: 15px;
    height: 4px;
    left: 45%;
    bottom: -3px;
}
section {
        padding: 10px;
            background: #590a2a;
    box-shadow: inset 0px 1px 1px 1px #0000006e;
    margin: -13px 5px 10px 5px;
    border-radius: 10px;
    padding-top: 25px;
}
#mykn,
#mydr,
#mydm {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.hdmyitm {
        display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 10px;
    max-width: 40%;
}
.gmbmyitm {
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.gmbmyitm img {
        width: 100%;
    height: auto;
}
.hdmyitm button {
    margin-top: 10px;
        background: url(../img/btn.png) no-repeat center;
    background-size: 100%;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    outline: none;
    font-family: 'Inter', sans-serif;
    width: 70%;
    height: 30px;
    cursor: pointer;
}
footer {
        background: #7A4621;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.topmyft {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.krmyft {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px;
}
.krmyft img {
        width: 35px;
    height: auto;
}
.knmyft img {
    width: 37px;
    height: auto;
}
footer span {
    font-size: 10px;
    text-align: center;
}
mydt {
        width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #0000008a;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    align-content: center;
    justify-content: center;
}
.bxmydt {
        max-width: 360px;
    width: 90%;
    background: #682f1e;
    color: #ffe5b5;
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #c56347;
    border-radius: 5px;
}
mydaily {
        position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    background: #000000bf;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.bxmydly {
        position: relative;
}
.bgbxmydly {
    
}
.bgbxmydly img {
        max-width: 250px;
    width: 100%;
}
.spmydlybr {
        z-index: 2;
    position: absolute;
    left: 17.5px;
    top: 35px;
}
.spmydlybr img {
        width: 215px;
}
.btnmydly {
        position: absolute;
    z-index: 3;
    left: 90px;
    top: 96px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.btnmydly img {
        width: 70px;
}
.myspnih {
    animation-name: spin;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.gprmydly {
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.gprmydly img {
        width: 160px;
}
.spnbgmydly {
        margin-top: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.spnbgmydly img {
        width: 165px;
    height: 165px;
    opacity: 0.23;
    animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.hdlaxdly {
    position: absolute;
    left: 35px;
    top: 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.hdlaxdly img {
        width: 95px;
    height: auto;
    opacity: unset;
    animation-name: uset;
  animation-duration: uset;
  animation-iteration-count: uset;
  animation-timing-function: uset;
}
.hdlaxdly p {
        background: -webkit-linear-gradient(#fbf083, #fbf083, #9d343a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 800;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #9d343a;
}
.btmyhddly {
        margin-top: 20px;
    text-align: center;
}
.btmyhddly button {
        background: url(../img/btnt.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    outline: none;
    width: 105px;
    height: 35px;
}
#myhddly {
    position: absolute !important;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: #000000d1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.clmydly {
        position: absolute;
    right: 15px;
    top: 15px;
    z-index: 4;
}
.clmydly img {
        width: 25px;
    height: 25px;
}
myid {
        position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bxmytid {
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    position: relative;
}
.imgmybgida {
        max-width: 300px;
    width: 97%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.bxmyida {
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.imyida {
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.imyida label {
        color: #5c5159;
    font-size: 15px;
    font-weight: 500;
}
.imyida input {
        width: 60%;
    padding: 7px 5px;
    background: #a97e88;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    color: #fef3b1;
    font-size: 13px;
    font-weight: 500;
}
.imyida input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffecc6;
}
.imyida input::-moz-placeholder { /* Firefox 19+ */
  color: #ffecc6;
}
.imyida input:-ms-input-placeholder { /* IE 10+ */
  color: #ffecc6;
}
.imyida input:-moz-placeholder { /* Firefox 18- */
  color: #ffecc6;
}
.btntmyida {
        margin-top: 15px;
}
.btntmyida button {
        background: url(../img/btntk.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
    outline: none;
    width: 100px;
    height: 35px;
    margin-top: 10px;
    cursor: pointer;
    outline: none;
}
.slhmyida {
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #0000009e;
}
.dscmyslh {
    min-height: 145px;
    background: #60261f;
    min-width: 240px;
    border: 3px solid #d97124;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.dscmyslh p {
        color: #ffe1a5;
}
.dscmyslh button {
        margin-top: 20px;
    background: url(../img/btnt.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    outline: none;
    width: 105px;
    height: 35px;
}
myhadiah,
myclm {
        position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    background: #000000bf;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
mypilih {
        position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    background: #000000bf;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.bxmyplh {
        min-height: 145px;
    background: #60261f;
    min-width: 270px;
    border: 3px solid #d97124;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0px;
}
.txmyplh {
        color: #ffe1a5;
    margin-bottom: 20px;
}
.fmyl {
        background: #196bff;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px;
    padding: 7px 10px;
    border-radius: 5px;
    padding-right: 25px;
    cursor: pointer;
    margin-bottom: 15px;
}
.fmyl i {
        font-size: 25px;
}
.ribmyfl {
        position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.ribmyfl p {
        position: absolute;
    display: block;
    background: #b326cb;
    background-color: #b326cb;
    background-image: linear-gradient(180deg, #b326cb 0%, #b326cb 33%, #b326cb 66%, #673ab7 100%);
    font-family: arial;
    font-size: 10px;
    color: #ffe1a5;
    text-align: center;
    font-weight: 700;
    line-height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 38%;
    height: 47%;
    top: 3px;
    right: -28px;
}
.imyl {
        min-width: 185px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    background: #994932;
    padding: 5px 0px;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #d5613f;
    text-align: left;
}
.icmyli {
        margin-left: 10px;
        padding: 3px;
    background-color: #9d512c;
    background-image: linear-gradient( 0deg, #9d512c 0%, #b97c55 100%);
    box-shadow: inset 0px 0px 2px 0px #60261f;
    color: #ffcc7c;
    border: 2px solid #cb684c;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    font-size: 18px;
    border-radius: 100%;
}
.icmyli span {
        -webkit-text-stroke-color: #005e04;
    -webkit-text-stroke-width: 0.2px;
    color: #fff;
}
.myidl {
        position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    z-index: 99999999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bxmyidl {
        position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.clmyidl {
        position: absolute;
    z-index: 3;
    right: 8px;
    top: 50px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100%;
}
.gmbmyidl {
        position: relative;
}
.mybgidl {
        max-width: 335px;
}
.ismyidl {
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
}
.inmyidl {
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.inbxmyidl {
        display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}
.inbxmyidl label {
        color: #5c5159;
    font-weight: 500;
    font-size: 14px;
}
.inbxmyidl input {
        background: #a77c85;
    border: none;
    padding: 7px 5px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px 0px #bf6984;
    color: #fff4b4;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    width: 52%;
}
.inbxmyidl input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
}
.inbxmyidl input::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
}
.inbxmyidl input:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
}
.inbxmyidl input:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
}
.btnmyidl {
        text-align: center;
}
.btnmyidl button {
        background: url(../img/btntk.png) no-repeat center;
    background-size: 100%;
    color: #126d03;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 20px;
    outline: none;
    cursor: pointer;
}
.isp {
        position: fixed;
    left: 0;
    top: 0;
    background: #00000070;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
}
myvrf {
        position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: #f4d9aa;
    color: #b86d49;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.bxmyvrf {
        position: relative;
    max-width: 411px;
}
.hmyvrf {
        color: #996028;
    background: #cb9758;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
    padding: 10px 0px;
}
.dscmyvrf {
        background: #eacb9c;
    color: #b86d49;
    font-size: 14px;
    margin: 10px;
    padding: 7px;
    border-radius: 10px;
}
.dscmyvrf p span {
        color: #dd5729;
}
.fmyvrf {
        margin: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.nmyvrfs {
        text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.imyvrfs {
        width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 7.5px;
}
.imyvrfs label {
        color: #996028;
    padding: 1px 4px;
    border-radius: 3px 3px 3px 0px;
    font-weight: 700;
    background: #ffb34370;
    position: relative;
}
.imyvrfs label::before {
        content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 11px;
    height: 8px;
    background: #ffb34370;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.imyvrfs select {
        background: #d5b184;
    border: none;
    color: #996034;
    padding: 8px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    width: 100%;
}
.imyvrfi {
        width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 7.5px;
}
.imyvrfi label {
        color: #85501c;
    padding: 1px 4px;
    border-radius: 3px 3px 0px 3px;
    font-weight: 700;
    background: #ff5722a6;
    position: relative;
}
.imyvrfi label::before {
        content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 11px;
    height: 8px;
    background: #ff5722a6;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.imyvrfi input {
        background: #d5b184;
    border: none;
    color: #996034;
    padding: 8px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    width: 100%;
}
.imyvrfi input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f4d9aa;
}
.imyvrfi input::-moz-placeholder { /* Firefox 19+ */
  color: #f4d9aa;
}
.imyvrfi input:-ms-input-placeholder { /* IE 10+ */
  color: #f4d9aa;
}
.imyvrfi input:-moz-placeholder { /* Firefox 18- */
  color: #f4d9aa;
}
.imyoptvrf {
        display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.imyopt {
        width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 5px;
}
.imyopt label {
        font-size: 17px;
}
.imyopt input {
        width: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background: #d5b184;
    color: #996034;
    padding: 8px;
    font-size: 16px;
    border-radius: 7.5px;
}
.imyopt input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f4d9aa;
}
.imyopt input::-moz-placeholder { /* Firefox 19+ */
  color: #f4d9aa;
}
.imyopt input:-ms-input-placeholder { /* IE 10+ */
  color: #f4d9aa;
}
.imyopt input:-moz-placeholder { /* Firefox 18- */
  color: #f4d9aa;
}
.timyopt {
        width: 65%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 5px;
}
.timyopt select {
        background: #d5b184;
    border: none;
    color: #996034;
    padding: 8px;
    font-size: 13px;
    border-radius: 8px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    width: 100%;
}
.bnmyvrf {
        width: 100%;
    text-align: center;
    margin-top: 10px;
}
.bnmyvrf button {
        background: url(/) no-repeat center;
    background-size: 100% 100%;
    color: #126d03;
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    outline: none;
    padding: 6px 40px;
}
.bmyg {
        position: fixed;
    z-index: -1;
    max-width: 411px;
    height: 100%;
}
.bmyg img {
        max-width: 411px;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: brightness(0.5);
}
.krmyanm {
        position: absolute;
    z-index: 2;
    right: 0;
    top: -10px;
}
.krmyanm img {
        height: 37px;
    animation: krmyanm 1s infinite;
}
.mysld {
	-webkit-animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
scmys {
        background: #68163c;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 15px;
    border-radius: 10px;
    margin-top: 5px;
}
.gmmyscs {
        text-align: center;
    margin-top: 5px;
}
.gmmyscs img {
        max-width: 300px;
    text-align: center;
}
.mydscs {
        text-align: center;
    max-width: 80%;
}
.mydscs p {
        color: #fef3b3;
    font-weight: 800;
    font-size: 20px;
}
.mydscs span {
        color: #fef3b3;
    margin-top: 10px;
    display: block;
}
scmys button {
        background: url(../img/btnt.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
    width: 130px;
    height: 45px;
    cursor: pointer;
    outline: none;
    margin: 10px 0px 20px;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes blinker {
  50% {
    background: #f7db4c;
  }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@keyframes krmyanm {
  0% {
    box-shadow: 20px 0px 2px 0px #f7db4c;
  }
  50% {
    box-shadow: 20px 0px 9px 0px #f7db4c;
  }
  100% {
    box-shadow: 20px 0px 2px 0px #f7db4c;
  }
}
@media only screen and (max-width: 361px) {
  .dscmyvrf {
      display: none;
  }
  .imyopt label {
    font-size: 14px;
}
}