/* English */
@font-face {
    font-family: 'southernaire';
    src: url("../webfonts/SouthernAire.ttf");
}

@font-face {
    font-family: 'momsdiner';
    src: url("../webfonts/MomsDiner.ttf");
}

@font-face {
    font-family: 'sketchfineserif';
    src: url("../webfonts/Sketch Fine Serif.woff");
}

@font-face {
    font-family: 'harabara';
    src: url("../webfonts/Harabara.ttf");
}

@font-face {
    font-family: 'juliussansone';
    src: url("../webfonts/JuliusSansOne-Regular.ttf");
}

@font-face {
    font-family: 'expedition';
    src: url("../webfonts/CFExpedition-Regular.ttf");
}

/* Farsi */
@font-face {
    font-family: 'bnazanin';
    src: url("../webfonts/BNazanin.ttf");
}

@font-face {
    font-family: 'btitr';
    src: url("../webfonts/BTitrBd.ttf");
}

@font-face {
    font-family: 'irannastaliq';
    src: url("../webfonts/IranNastaliq.ttf");
}

@font-face {
    font-family: 'mjfarsi';
    src: url("../webfonts/Mj_Farsi.ttf");
}

@font-face {
    font-family: 'lalezar';
    src: url("../webfonts/Lalezar-Regular.ttf");
}

@font-face {
    font-family: 'dirooz';
    src: url("../webfonts/Dirooz.woff");
}

@font-face {
    font-family: 'ghasem';
    src: url("../webfonts/AGhasem.ttf");
}

@font-face {
    font-family: 'persianbadk';
    src: url("../webfonts/persian-badk2.ttf");
}

@font-face {
    font-family: 'farzar';
    src: url("../webfonts/Far_Zar.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1rem;
    direction: rtl;
    font-family: bnazanin, sans-serif;
    text-decoration: none;
}

body {
    position: absolute;
    width: 100%;
}

header{
    position: absolute;
    width:100%;
    z-index: 100;
}
header > ul{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #fff;
    margin: .5rem;
    overflow: hidden;
    transition: .3s;
}
header > ul:hover{
    filter: hue-rotate(145deg);
    transition: .3s;
}
header > ul > li > a > img{
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    margin: .5rem;
}
header > ul > li > a{
    color: #4d84f5;
}
header > ul > li > a > svg{
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    font-size: 2.5rem;
    margin: .5rem;
}


.home-rotate-animation{
    animation-name: animation-home-rotate;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.home-rotate-animation-2{
    animation-name: animation-home-rotate-2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.main {
    width: 100%;
    min-height: 98vh;
}

#maingiftbg {
    background: url("../images/bg/1.jpg") repeat;
    background-size: 20vw 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#maingiftbg .contents {
    margin-bottom: 8rem;
}

#giftbg {
    background: url("../images/bg/1.jpg") repeat;
    background-size: 20vw 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#giftbg .contents {
    margin-bottom: 13rem;
    margin-top: 8rem;
    top: 5rem;
}

.theme1 {
    background: url("../images/bg/1.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme2 {
    background: url("../images/bg/2.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme3 {
    background: url("../images/bg/3.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme4 {
    background: url("../images/bg/4.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme5 {
    background: url("../images/bg/5.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme6 {
    background: url("../images/bg/6.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme7 {
    background: url("../images/bg/7.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme8 {
    background: url("../images/bg/8.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme9 {
    background: url("../images/bg/9.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme10 {
    background: url("../images/bg/10.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme11 {
    background: url("../images/bg/11.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme12 {
    background: url("../images/bg/12.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme13 {
    background: url("../images/bg/13.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme14 {
    background: url("../images/bg/14.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme15 {
    background: url("../images/bg/15.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme16 {
    background: url("../images/bg/16.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme17 {
    background: url("../images/bg/17.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme18 {
    background: url("../images/bg/18.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme19 {
    background: url("../images/bg/19.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme20 {
    background: url("../images/bg/20.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme21 {
    background: url("../images/bg/21.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme22 {
    background: url("../images/bg/22.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme23 {
    background: url("../images/bg/23.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme24 {
    background: url("../images/bg/24.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme25 {
    background: url("../images/bg/25.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme26 {
    background: url("../images/bg/26.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme27 {
    background: url("../images/bg/27.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme28 {
    background: url("../images/bg/28.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme29 {
    background: url("../images/bg/29.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme30 {
    background: url("../images/bg/30.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme31 {
    background: url("../images/bg/31.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme32 {
    background: url("../images/bg/32.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme33 {
    background: url("../images/bg/33.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme34 {
    background: url("../images/bg/34.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme35 {
    background: url("../images/bg/35.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme36 {
    background: url("../images/bg/36.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme37 {
    background: url("../images/bg/37.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme38 {
    background: url("../images/bg/38.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}

.theme39 {
    background: url("../images/bg/39.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme40 {
    background: url("../images/bg/40.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme41 {
    background: url("../images/bg/41.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme42 {
    background: url("../images/bg/42.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme43 {
    background: url("../images/bg/43.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme44 {
    background: url("../images/bg/44.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme45 {
    background: url("../images/bg/45.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme46 {
    background: url("../images/bg/46.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme47 {
    background: url("../images/bg/47.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}
.theme48 {
    background: url("../images/bg/48.jpg") repeat !important;
    background-size: 20vw 20vw !important;
}







.contents {
    max-width: 80%;
    border-radius: 1rem;
    backdrop-filter: blur(3px);
    box-shadow: 0 0 6px 0 #5d5d5d;
    background-color: rgba(255, 255, 255, 50%);
    position: sticky;
    top: 10rem;
    margin: 2rem 5rem 2rem 5rem;
}

.gift {
    width: 100%;
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 5%);
    border-radius: 1rem 1rem 0 0;
    text-align: center;
}
.edittitle{
    background-color: #fff;
}

.text {
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    border: 2px solid #ffffff;
}

.text.deactive {
    display: none;
}

.text{
    width: 100%;
    font-size: 1.5rem;
    font-family: bnazanin;
    background-color: rgba(255, 255, 255, 100%);
    text-align: center;
}

.text.center{
    text-align: center !important;
}

.text.left{
    text-align: left !important;
}

.text.right{
    text-align: right !important;
}

.text.en {
    direction: ltr;
    text-align: left;
}

.text.en{
    direction: ltr;
}

.text:focus {
    outline: none;
    border: 2px solid #38e038;
    border-radius: 1rem;
    background-color: #fafafa;
}
.textedit {
    max-width: 100%;
    min-width: 45vw;
    height: 9rem;
}
.textedit::-webkit-scrollbar{
    width: 7px;
}
.textedit{
    scrollbar-width: thin;
}

.bold {
    font-weight: bold;
}

.bnazanin, .bnazanin * {
    font-family: "bnazanin" !important;
}

.btitr, .btitr * {
    font-family: "btitr" !important;
}

.irannastaliq, .irannastaliq * {
    font-family: "irannastaliq" !important;
    font-size: 2rem !important;
}

.mjfarsi, .mjfarsi * {
    font-family: 'mjfarsi' !important;
}

.lalezar, .lalezar * {
    font-family: 'lalezar' !important;
}

.dirooz, .dirooz * {
    font-family: 'dirooz' !important;
}

.ghasem, .ghasem * {
    font-family: 'ghasem' !important;
}

.persianbadk, .persianbadk * {
    font-family: 'persianbadk' !important;
}

.farzar, .farzar * {
    font-family: 'farzar' !important;
}

.sansserif, .sansserif * {
    font-family: "sans-serif" !important;
}

.southernaire, .southernaire * {
    font-family: "southernaire" !important;
    font-size: 2rem !important;
}

.font-s-1rem {
    font-size: 1rem !important;
}

.momsdiner, .momsdiner * {
    font-family: "momsdiner" !important;
}

.harabara, .harabara * {
    font-family: "harabara" !important;
}

.juliussansone, .juliussansone * {
    font-family: "juliussansone" !important;
}

.expedition, .expedition * {
    font-family: "expedition" !important;
}

.sketchfineserif, .sketchfineserif * {
    font-family: "sketchfineserif" !important;
}

.post-info {
    width: 100%;
    background-color: #ffffff;
    float: right;
}

.post-info ul {
    width: 100%;
    list-style: none;
    padding: 0 1.4rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.post-info li {
    float: left;
    padding: .2rem .15rem .2rem 0;
    font-family: sans-serif;
    font-size: .8rem;
    color: #5d5d5d;
}

.post-info li:nth-child(2n) {
    padding-right: 1.5rem;
}

.post-info li:last-child {
    padding-right: 0;
}

.post-info li > svg {
    font-size: .8rem;
}

.option {
    width: 100%;
    padding: .25rem 1rem;
    background-color: rgba(0, 0, 0, 15%);
    border-radius: 0 0 1rem 1rem;
    position: relative;
    float: right;
}

.option button {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding: 3px 5px;
    color: #ffffff;
}

.option button > svg {
    font-size: 1.2rem;
}

.option button:nth-child(1) {
    float: right;
}

.option button:nth-child(n + 2) {
    float: left;
}

.option button:nth-child(1).active {
    color: black;
}

.option button:nth-child(2).active {
    color: red;
}

.line {
    width: 80%;
    margin: 0 10%;
    height: 1px;
    background-color: #c5c5c5;
}

.line.deactive {
    display: none;
}

footer {
    width: 100%;
    background-color: #f5ac4d;
    padding: 2rem 5rem;
    box-shadow: 0 -1px 15px 0 #000000;
    float: right;
}

.col {
    width: 25%;
    float: right;
    padding: 1rem;
    margin-bottom: 2rem;
}

.col.col-2 {
    width: 50%;
}
.col-2 {
    width: 50%;
}
.account1 {
    display: none;
    width: 100%;
    list-style: none;
}

.account1 li {
    width: 100%;
}

.account1 li > a {
    width: 100%;
}

.menu {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 5rem;
}

.menu:hover .account {
    display: block;
    position: absolute;
}

.menu-button {
    width: 100%;
    border-radius: 1rem;
    padding: .75rem 1rem .75rem 20%;
    text-align: center;
    background-color: white;
    position: relative;
    box-shadow: 0 1px 5px 0 #5d5d5d;
}

.menu-button p {
    width: 100%;
    font-size: 1.2rem;
}

.menu-button span {
    position: absolute;
    width: 20%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 1rem 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd6a2;
}

.menu-button span > svg {
    font-size: 1.3rem;
}

.account {
    width: 100%;
    list-style: none;
    display: none;
    z-index: 10;
    box-shadow: 0 1px 5px 0 #5d5d5d;
    border-radius: 1rem;
}

.account li {
    width: 100%;
    background: #ffffff;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
}

.account li:first-child {
    border-radius: 1rem 1rem 0 0;
}

.account li:last-child {
    border-radius: 0 0 1rem 1rem;
}

.account li span {
    width: 85%;
    text-align: right;
    font-size: 1.1rem;
    font-weight: bold;
    padding-right: 1rem;
}

.account li a {
    width: 100%;
    color: black;
    text-decoration: none;
}

.account li a:active {
    color: #14b900;
}

.account li svg {
    width: 15%;
    text-align: center;
}

.account li:hover {
    background: #eeeeee;
}

.col > h4 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.donate {
    width: 100%;
    list-style: none;
    float: right;
}

.donate > li {
    width: 100%;
    margin: 1rem 0 12rem 0;
    position: relative;
    float: right;
}

.donate > li:first-child {
    margin-top: 0;
}

.donate > li > div {
    width: 100%;
    float: right;
}

.progress {
    width: 100%;
    height: 3rem;
    border-radius: 50rem;
    background-color: #ffffff;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
    box-shadow: 0 1px 2px 0;
    display: flex;
    align-items: center;
}

.progress::-webkit-scrollbar {
    width: 0;
}

.progress::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.progress::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 90%);
    border-radius: 5px;
}

.progress h5 {
    width: 100%;
    padding: .25rem;
    position: absolute;
    text-align: center;
}

.progress h5 > span {
    border-radius: 50rem;
    padding: 0 .5rem;
}

.progress-background {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/progress.png") 0 0 repeat;
    background-size: 25% 100%;
    border-radius: 50rem;
    top: 0;
    right: -50%;
    filter: hue-rotate(300deg);
    opacity: 50%;
}

.progress-animation {
    animation-name: animation-progress-bg;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.donate-info {
    width: 100%;
    padding-top: 1.75rem;
    position: absolute;
    top: 1.5rem;
    z-index: 0;
    background-color: #ffffff;
    border-radius: 0 0 1rem 1rem;
}

.donate-info ul {
    width: 100%;
    list-style: none;
    float: right;
    display: flex;
    flex-wrap: wrap;
}

.donate-info li {
    width: calc(100% / 2);
    float: right;
    text-align: center;
    cursor: help;
    padding: .25rem;
    flex: 0 0 calc(100% / 2);
}

.donate-info li:nth-child(1), .donate-info li:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
}

.donate-info li > div {
    width: 100%;
}

.donate-info li:first-child > div:last-child > svg {
    color: #4d9bf5;
}

.donate-info li > div:last-child svg {
    color: green;
}

.donate-info li:last-child > div:last-child > svg {
    color: #ff6800;
}

.donate-info span {
    font-size: 1.1rem;
    font-family: sans-serif;
    word-break: break-all;
}

.pey {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
    padding: .5rem 1rem;
    text-align: center;
    float: right;
    background-color: #76ff76;
    margin-top: .5rem;
    position: relative;
    transition: .1s;
    cursor: pointer;
}

.pey:hover {
    background-color: #64e364;
    transition: .1s;
}

.pey span {
    font-family: bnazanin;
}

.donate-options {
    position: sticky;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 60%);
    top: 0;
    right: 0;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.donate-body {
    width: 50%;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 100%);
    backdrop-filter: blur(10px);
    border-radius: 1rem;
    margin: 1rem 0;
}

.close svg {
    font-size: 2rem;
    cursor: pointer;
}

.close svg:hover {
    color: #43e843;
}

.close svg:active {
    color: #3acc3a;
}

.row {
    float: right;
    width: 100%;
}

.donate-body h4 {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.donate-body a {
    width: 90%;
    margin: 0 5%;
    padding: .5rem 1rem;
    text-decoration: none;
    font-size: 1.2rem;
    background-color: #43e843;
    float: right;
    text-align: center;
    border-radius: 1rem;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 2px 5px 0 #333333;
    transition: .2s;
}

.donate-body a:hover {
    background-color: #3fd53f;
    box-shadow: 0 0 0 0 #333333;
    transition: .2s;
}

.donate-body .col {
    padding: 1rem 0;
}

.content-animation {
    animation-name: animation-content-bg;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

.target {
    background-color: rgba(255, 255, 255, 70%);
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px 0 #656565;
}

#userbg {
    background: url("../images/userbg.jpg");
    background-size: 100vw 100vh;
}

.user-area {
    width: 100%;
    height: 100vh;
    border: 2rem solid #26104d;
    float: right;
    position: absolute;
    backdrop-filter: blur(5px);
}

.user-area-rounded-border {
    width: 100%;
    height: 100%;
    border: 1rem solid #26104d;
    border-radius: 2rem;
    position: absolute;
    z-index: 5;
    padding: 1rem;
}

.user-area-rounded-border:after {
    content: "";
    width: 100%;
    height: 100%;
    top: -1rem;
    right: -1rem;
    border: 1rem solid #26104d;
    position: absolute;
    z-index: 0;
}

.user-animation {
    animation-name: animation-content-bg;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 30s;
}

.content-area {
    position: absolute;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
    right: 1rem;
    z-index: 10;
    padding: 5rem;
}

.user-options {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
}

.user-options::-webkit-scrollbar {
    width: 5px;
}
.user-options::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.user-options::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 90%);
    border-radius: 5px;
}

.user-option {
    width: 15%;
    background-color: white;
    float: right;
    border-radius: 1rem;
    text-decoration: none;
    transition: .1s;
    box-shadow: 0 2px 5px 0 #5d5d5d;
    overflow: hidden;
    margin: 1rem 2.5%;
    flex: 0 0 15%;
}

.user-option:hover {
    background-color: #f1f1f1;
    transition: .1s;
}

.option-icon {
    width: calc(100% - 2rem);
    margin: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option-icon svg {
    font-size: 2.5rem;
    color: #46f27e;
}

.user-option span {
    width: 100%;
    padding: 0 .5rem 1rem .5rem;
    font-size: 1.2rem;
    float: right;
    text-align: center;
    color: #31ab59;
}

.user-option-icon-wave-animation {
    transition: .2s;
}

.user-option-icon-wave-animation:hover svg {
    animation-name: animation-user-option-icon-wave;
    animation-iteration-count: infinite;
    animation-duration: 1.1s;
    animation-timing-function: ease-in;
}

.user-option-icon-wave-animation:hover {
    background-color: #26104d;
    transition: .2s;
}

.user-option-icon-wave-animation:hover span {
    color: white;
    transition: .2s;
}

.filed-options {
    position: absolute;
    width: 3.5rem;
    border-radius: 10px;
    right: -4rem;
    backdrop-filter: blur(2px) !important;
    float: right;
    background-color: rgba(0, 0, 0, 30%);
}

.edit-button {
    width: calc(100% - 1rem);
    height: 2.5rem;
    margin: .5rem;
    backdrop-filter: blur(10px);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    color: #000;
    cursor: pointer;
}

.edit-button.active {
    border: 2px solid #71ff7e;
    color: #35b03f;;
}

.save-gift {
    width: 100%;
    padding: .25rem 1rem;
    background-color: rgba(0, 0, 0, 15%);
    border-radius: 0 0 1rem 1rem;
    position: relative;
    float: left;
}

.save-gift button {
    padding: .25rem 1.25rem;
    border-radius: 7px;
    outline: none;
    margin: .25rem .5rem;
    background-color: rgba(255, 255, 255, 70%);
    border: 3px solid #00d500;
    color: #027002;
    font-weight: bold;
    float: left;
    transition: .2s;
}

.save-gift button:hover {
    background-color: rgba(255, 255, 255, 100%);
    transition: .2s;
    cursor: pointer;
}

.save-gift button:disabled {
    filter: grayscale(100%);
    cursor: not-allowed;
}

.save-gift button:disabled:hover {
    background-color: rgba(255, 255, 255, 70%);
}

.theme-label {
    position: absolute;
    bottom: calc(-3rem);
    width: 100%;
    display: flex;
    justify-content: center;
}

.theme-label h3 {
    height: 100%;
    font-size: 1.3rem;
    padding: .5rem 2rem 0 2rem;
    border-radius: 1rem 1rem 0 0;
    background-color: rgba(0, 0, 0, 70%);
    color: #fff;
    font-weight: unset;
}

.theme {
    position: absolute;
    width: 100%;
    height: calc(5rem + 10px);
    bottom: calc(-8rem - 10px);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 35%);
    padding: .5rem;
}

.theme-list {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.theme-list:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: calc(100% - 1rem);
    top: .5rem;
    right: .49rem;
    background: linear-gradient(to left, rgba(0, 0, 0, 70%), rgba(0, 0, 0, 0));
    border-radius: 0 7px 7px 0;
}

.theme-list::-webkit-scrollbar {
    height: 5px;
}
.theme-list{
    scrollbar-width: thin;
}

.theme-list::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.theme-list::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 90%);
    border-radius: 5px;
}

.theme-list img {
    width: 4rem;
    height: 4rem;
    border-radius: 7px;
    border: 2px solid #ffffff;
    margin: 0 .25rem;
    float: right;
    display: inline-block;
    vertical-align: top;
    user-select: none;
    transition: .2s
}

.theme-list img.active {
    border: 3px solid #62ff44;
    transition: .2s
}

.edit-options {
    position: sticky;
    height: calc(2rem + 5px);
    backdrop-filter: blur(2px) !important;
    background-color: rgba(0, 0, 0, 30%);
    padding: 0 1rem;
    display: none;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
}

.edit-options.active {
    display: flex;
}

.edit-options > div {
    float: right;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    user-select: none;
}

.edit-options::-webkit-scrollbar {
    height: 5px;
}
.edit-options{
    scrollbar-width: thin;
}
.edit-options::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.edit-options::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 90%);
    border-radius: 5px;
}

.text-button {
    width: 1.5rem;
    height: 1.5rem;
    margin: .25rem;
    backdrop-filter: blur(10px);
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    color: #000;
    cursor: pointer;
    float: right;
    display: flex;
    vertical-align: top;
    user-select: none;
    transition: .2s;
    white-space: nowrap;
}

.text-button svg, .text-button span {
    font-size: .8rem;
}

.text-button.active {
    border: 2px solid #71ff7e;
    color: #35b03f;;
}

.username {
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1rem;
}

.login {
    display: none;
    width: 100%;
    min-height: 100vh;
    position: sticky;
    flex-direction: column;
    top: 0;
    right: 0;
    padding: 2rem 0 5rem 0;
    z-index: 100;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    background: linear-gradient(139deg, #ffffff88, #57C84D88, #029a0061);
}

.loginimage {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    margin-bottom: -3rem;
}

.limage {
    width: 6rem;
    margin: 0 calc(calc(100% - 6rem) / 2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #6b6b6b;
    border-radius: 100%;
    overflow: hidden;
}

.limage:before {
    content: "";
    width: 100%;
    margin-bottom: 100%;
    position: relative;
}

.limage svg {
    width: 100%;
    font-size: 2rem;
    position: absolute;
    animation-name: animation-user-option-icon-wave;
    animation-iteration-count: infinite;
    animation-duration: 1.1s;
    animation-timing-function: ease-in;
}

.login-form {
    width: 35%;
    float: right;
    padding: 1rem;
    border-radius: 2rem;
    background-color: #fff;
}

.loginForm > h4 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.loginForm > div {
    width: 90%;
    margin: 1rem 5% 1rem 5%;
    float: right;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #989898;
    position: relative;
}

.loginForm > div:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #00000000;
    bottom: -2px;
}

.loginForm > div:first-child {
    flex-direction: row !important;
    border-bottom: none !important;
}

.loginForm > div > label {
    width: 10%;
    padding: 1rem .5rem .7rem 0;
    text-align: right;
    float: right;
    font-size: 1.1rem;
    margin-left: -.5rem;
}

.loginForm > div > input {
    width: 90%;
    padding: .5rem 1rem .1rem 0;
    font-size: 1.1rem;
    float: right;
    direction: ltr;
    text-align: left;
    outline: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    transition: .2s;
}

.loginForm > div > input::placeholder {
    color: #606060;
    font-family: "bnazanin" !important;
}

.scale input:focus {
    transform: scale(1.1) translate(1.1rem, 0);
    transition: .2s;
}

.remember-me {
    flex-direction: row !important;
    border-bottom: none !important;
    margin-top: 0 !important;
}

.remember-me:before {
    content: "";
    display: none !important;
}

.remember-me > label {
    width: 90% !important;
    padding: 1rem 0 .7rem .5rem !important;
    text-align: right;
    margin-left: 0 !important;
}

.remember-me > input {
    width: 10% !important;
    padding: 1rem 1rem .5rem 0 !important;
    transform: scale(1.3);
}

.submit {
    border-bottom: none !important;
    margin-top: 0 !important;
    justify-content: center !important;
}

.submit > button {
    padding: .4rem 2rem .5rem 2rem;
    border-radius: 50rem;
    color: #fff;
    background-color: #2dec00;
    outline: 0;
    border: 0;
    font-family: "btitr";
    transition: .2s;
}

.submit > button:hover {
    background-color: #2be500;
    transform: scale(1.06);
    box-shadow: 0 1px 5px 0 #5d5d5d;
    transition: .2s;
}

.submit.reg button {
    padding: .4rem 2rem .5rem 2rem;
    color: #2dec00 !important;
    background-color: #fff !important;
    font-size: .8rem;
    border-radius: 50rem;
    border: 2px solid #2dec00;
}

.submit.link button {
    padding: .4rem 2rem .5rem 2rem;
    color: #2dec00 !important;
    background-color: #fff !important;
    font-size: .8rem;
    border-radius: 50rem;
    border: none;
}

.submit.reg button:hover {
    color: #fff;
}

.submit > a {
    color: #14b900;
}

.giftcard-link-area {
    width: 100%;
    position: absolute;
    bottom: -5.5rem;
    display: flex;
    justify-content: center;
}

.giftcard-link {
    backdrop-filter: blur(10px);
    border-radius: 50rem;
    padding: .5rem;
    flex-direction: row-reverse;
    background-color: rgba(0, 0, 0, 30%);
}

.giftcard-link textarea {
    height: 2.6rem;
    padding: .5rem 1rem;
    border-radius: 50rem 0 0 50rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 50%);
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 1.1rem;
    text-align: center;
    overflow: hidden;
    resize: none;
    border: 1px solid #fff;
    float: left;
    width: 80%;
}

.giftcard-link textarea:focus {
    outline: none;
}

.giftcard-link button {
    padding: .5rem 1rem;
    border-radius: 0 50rem 50rem 0;
    background-color: #fff;
    color: #000;
    font-size: 1.1rem;
    border: none;
    outline: none;
    width: 20%;
    height: 100%;
}

.giftcard-link button:hover {
    background-color: #f3f3f3;
}

.giftcard-link button:active {
    background-color: #2be500;
    color: #fff;
}

.list-gifts-area {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.list-gifts-area::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.list-gifts-area{
    scrollbar-width: thin;
}

.list-gifts-area::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.list-gifts-area::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 90%);
    border-radius: 5px;
}

.list-gifts {
    width: 100%;
    border-collapse: collapse;
}

.list-gifts tr {
    width: 100%;
    background-color: rgba(0, 0, 0, 60%);
}

.list-gifts tr > td {
    padding: .75rem 1rem;
    color: #fff;
    text-align: center;
    font-family: sans-serif;
    float: right;
}

.list-gifts tr > td:nth-child(2) > a {
    font-family: sans-serif;
    color: #fff;
}

.list-gifts tr > td:nth-child(1), .list-gifts tr > td:nth-child(3), .list-gifts tr > td:nth-child(4) {
    width: 10%;
}

.list-gifts tr > td:nth-child(2) {
    width: 70%;
    overflow-wrap: break-word;
}

.list-gifts tr:first-child {
    background-color: rgba(255, 255, 255, 70%) !important;
}

.list-gifts tr:first-child td {
    font-family: bnazanin !important;
    font-weight: bold;
}

.list-gifts tr:first-child td {
    color: #000;
}

.list-gifts tr:first-child td:first-child {
    border-radius: 0 1rem 0 0;
}

.list-gifts tr:first-child td:last-child {
    border-radius: 1rem 0 0 0;
}

.list-gifts tr:last-child td:first-child {
    border-radius: 0 0 1rem 0;
}

.list-gifts tr:last-child td:last-child {
    border-radius: 0 0 0 1rem;
}

.list-gifts tr:last-child {
    border-radius: 0 0 1rem 1rem;
}

.list-gifts tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, 70%);
}

.list-gifts tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 75%);
}

.list-gifts tr:nth-child(n + 2):hover {
    background-color: #0000ff8f;
}

.list-gifts tr:nth-child(n+2) > td:nth-child(3) a {
    width: 100%;
    color: #2be500;
}

.list-gifts tr:nth-child(n+2) > td:nth-child(3) a:hover {
    width: 100%;
    color: #25b900;
}

.list-gifts tr:nth-child(n+2) > td:nth-child(4) a {
    width: 100%;
    color: red;
}

.list-gifts tr:nth-child(n+2) > td:nth-child(4) a:hover {
    width: 100%;
    color: #e50000;
}

.notif {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.notif div {
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
}

.notif div > span {
    width: 100%;
    padding: 2rem 3rem;
    font-family: btitr;
    float: right;
    line-height: 1.9;
}

.notif div > a {
    width: 50%;
    margin: 0 25% 2rem 25%;
    padding: .5rem 2rem;
    font-family: btitr;
    border-radius: 1rem;
    background-color: #14b900;
    color: #fff;
    float: right;
}

.notif div > a:hover {
    background-color: #2be500;
}

.gift-status {
    padding: .5rem;
    border-radius: 50rem;
    position: absolute;
    display: flex;
    align-items: center;
    top: -5rem;
    border: 2px solid #ffffffe3;
    background-color: #ffffffe3;
}

.gift-status.green {
    border: 2px solid #2be500;
}

.gift-status.green svg {
    color: #2be500;
}

.gift-status.orange {
    border: 2px solid #ffae00;
}

.gift-status.orange svg {
    color: #ffae00;
}

.gift-status.purple {
    border: 2px solid #e400ff;
}

.gift-status.purple svg {
    color: #e400ff;
}

.gift-status.red {
    border: 2px solid #ff0000;
}

.gift-status.red svg {
    color: #ff0000;
}

.gift-status > span {
    padding: 0 .5rem;
}

.profile {
    max-height: 100%;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
}
.profile{
    scrollbar-width: thin;
}
.profile > div {
    width: calc(calc(100% / 3) - 3rem);
    margin: 1rem 1.5rem;
    float: right;
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 1rem;
    flex: 0 0 calc(calc(100% / 3) - 3rem);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.profile > div > input {
    width: calc(100% - 3rem);
    margin: 1rem 1.5rem 1.5rem 1.5rem;
    padding: .75rem 1rem;
    float: right;
    border-radius: .8rem;
    outline: none;
    border: 2px solid #2dec00;
    transition: .1s;
}

.profile > div > input:focus {
    outline: none;
    transform: scale(1.01);
    transition: .1s;
}

.profile > div > input:disabled {
    color: #fff;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 50%);
}

.profile > div > label {
    width: calc(100% - 3rem);
    margin: 1.5rem 1.5rem 1rem 1.5rem;
    float: right;
    font-family: btitr;
    color: #fff;
}

.profile > div:nth-child(n + 2) > input {
    direction: ltr;
}

.profile > div > button {
    padding: .75rem 1.5rem;
    border-radius: 1rem;
    background-color: #2be500;
    border: none;
    outline: none;
    float: left;
    margin: 0 1.5rem 1.5rem 1.5rem;
    color: #fff;
}

.profile > div > button:hover {
    background-color: #14b900;
}

.profile::-webkit-scrollbar {
    width: 5px;
}

.profile::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.profile::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 90%);
    border-radius: 5px;
}

.profile.form > form{
    width: 50%;
    margin: 0 25%;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
}
.profile.form > form > label{
    width: 100%;
    float: right;
}
.profile.form > form > input{
    width: 80%;
    margin: 1rem 10%;
    padding: .75rem 1rem;
    float: right;
    border-radius: .8rem;
    outline: none;
    border: 2px solid #2dec00;
    transition: .1s;
    direction: ltr;
    text-align: left;
}
.profile.form > form > button{
    padding: .5rem 1.5rem;
    border-radius: 1rem;
    background-color: #2be500;
    border: none;
    outline: none;
    float: left;
    margin: 0 1.5rem 1.5rem 1.5rem;
    color: #fff;
}
.profile.form > form > button:hover{
    background-color: #14b900;
}



.certificate {
    width: 100%;
}

.certificate-image {
    width: calc(100% - 2rem);
    margin: 1rem;
}

.certificate-image > img {
    width: 100%;
    border-radius: 8px;
}

.certificate-download {
    width: 100%;
    display: flex;
    justify-content: center;
}

.certificate-download > a {
    padding: .75rem 1.5rem;
    color: #fff;
    background-color: #2be500;
    border-radius: 1rem;
    border: 2px solid #00000000;
    margin: 1.5rem 0;
    font-weight: bold;
}

.certificate-download > a:hover {
    background-color: #14b900;
}

.certificate-download > a:active {
    background-color: #fff;
    color: #14b900;
    border: 2px solid #14b900;
}

#zarinpal {
    margin: auto
}

#zarinpal img {
    width: 80px;
}

.social-media{
    width:100%;
}
.social-media ul{
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
}
.social-media ul > li{
    flex: 0 0 7rem;
}
.social-media ul > li > a{
    padding: .75rem;
    margin: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    perspective: 300px;
    transition: .2s;
}
.social-media ul > li > a > svg{
    font-size: 2rem;
    color: #fff;
}
.social-media ul > li > a > span{
    width:100%;
    text-align: center;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    color: #fff;
    opacity: 0;
    transition: 1s;
    direction: ltr;
}
.social-media ul > li > a:hover{
    transform: scale(1.1);
    transition: .2s;
}
.social-media ul > li > a:hover span{
    margin-top: .5rem;
    color: #fff;
    opacity: 1;
    margin-bottom: 0rem;
    transform: rotateX(720deg);
    transition: 0.5s;
}
.social-media ul > li > a:hover svg{
    animation-name: animation-social-icon;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: .5s;
    animation-duration: 1s;
}
.refresh-page{
    width:100%;
    display:flex;
    justify-content: center;
    position:absolute;
    bottom: -1.5rem;
}
.refresh-page button{
    padding: .5rem 1rem;
    border-radius: 50rem;
    width: 3rem;
    height: 3rem;
    border: none;
    outline: none;
    background-color: #54afff;
    position: absolute;
    bottom: 0;
    transition: .3s;
}
.refresh-page button > svg{
    color: #fff;
}
.refresh-page button:hover{
    transform: scale(1.1) rotate(360deg);
    background-color: #41a6ff;
    transition: .5s;
}

#canvas {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    height: 0;
}

.physical-card{
    width: 100%;
    background-color: #ffe0b8;
    box-shadow: 0 -1px 15px 0 #000000;
    float: right;
    display: flex;
    flex: 1;
    align-items: center;
}
.physical-card > .col-1-2{
    width: 50%;
    float: right;
}
.physical-card > .col-1-2 h3{
    width: 100%;
    font-size: 1.5rem;
    float: right;
}
.physical-card > .col-1-2 > .giftcard-info{
    width: calc(60%);
    padding: 1rem;
    margin: 3rem 20%;
    border-radius: 1rem;
    background-color: #fff;
}
.physical-card > .col-1-2 > .giftcard-info > h3{
    padding-bottom: 1rem;
    text-align: center;
}
.physical-card > .col-1-2 > .giftcard-info > h4{
    font-size: 1.1rem;
    line-height: 1.7rem;
}
.physical-card > .col-1-2 > ul{
    width: 100%;
    padding: 1rem;
    margin: 2rem 0;
    float: right;
    list-style: none;
}
.physical-card > .col-1-2 > ul > li{
    width: 100%;
    float: right;
}
.physical-card > .col-1-2 > ul > li > img{
    width : 60%;
    margin: 0 20%;
    border-radius: 1rem;
}
.heading{
    position: absolute;
    right: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.search-area{
    width: 80%;
    margin: 5rem 10% 2rem 10%;
    display:flex;
}
.search-area input{
    width: calc(100% - 6rem);
    padding: .75rem 1rem;
    background-color: #7000a6;
    border: none;
    outline: none;
    border-radius: 0 1rem 1rem 0;
    font-size: 1rem;
    color: #fff;
    font-family: btitr;
}
.search-area button{
    width: 4rem;
    padding: .75rem 1rem;
    background-color: #7000a6;
    border: none;
    outline: none;
    font-size: 1rem;
    border-radius: 1rem 0 0 1rem;
    color: #fff;
}
.search-area button:hover{
    background-color: #8304c2;
}
.div3{
    width: 80%;
    margin: 0 10%;
    display:flex;
    flex-wrap: wrap;
    border-radius: 1rem;
    padding: 1rem;
}
.div3 > *{
    flex-basis: calc(calc(100% / 3) - .5rem);
}
.div3 > article{
    border-radius: 1rem;
    border: 2px solid #000;
    margin: .5rem .25rem;
}























@keyframes animation-progress-bg {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

@keyframes animation-content-bg {
    0% {
        backdrop-filter: hue-rotate(0deg);
    }
    100% {
        backdrop-filter: hue-rotate(360deg);
    }
}
@keyframes animation-content-bg-filter {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

@keyframes animation-user-option-icon-wave {
    0% {
        color: #46f27e;
        filter: drop-shadow(0 0 0 #31b01e) drop-shadow(0 0 0 #ff0000);
        transform: rotate(0deg) scale(1);
    }
    25% {
        color: #ffffff;
        filter: drop-shadow(2rem -2rem 7px #8cff80) drop-shadow(-2rem 2rem 7px #ff8080);
        transform: rotate(20deg) scale(1.3);
    }
    75% {
        color: #ffffff;
        filter: drop-shadow(2rem 0rem 7px #8cff80) drop-shadow(-2rem 0rem 7px #ff8080);
        transform: rotate(-20deg) scale(1.3);
    }
    100% {
        color: #46f27e;
        filter: drop-shadow(0 0 0 #31b01e) drop-shadow(0 0 0 #ff0000);
        transform: rotate(0deg) scale(1);
    }
}


@keyframes animation-social-icon {
    0% , 50%,100%{
        transform: rotateZ(0deg);
    }
    25%{
        transform: rotateZ(10deg);
    }
    75%{
        transform: rotateZ(-10deg);
    }
}

@keyframes animation-home-rotate {
    0%,40%,100%{
        transform: rotateY(0) translateX(0);
        opacity: 1;
    }
    50%{
        transform: rotateY(-90deg) translateX(-3rem);
        opacity: 0;
    }
    90%{
        transform: rotateY(90deg) translateX(3rem);
        opacity: 0;
    }
}
@keyframes animation-home-rotate-2 {
    0%,40%{
        transform: rotateY(90deg) translateX(3rem);
        opacity: 0;
    }
    50%,90%{
        transform: rotateY(0) translateX(0);
        opacity: 1;
    }
    100%{
        transform: rotateY(-90deg) translateX(-3rem);
        opacity: 0;
    }
}















@media screen AND (max-width: 640px) {
    .main {
        min-height: 90vh;
        background-size: 50vw 50vw;
    }

    .col,.col-2 {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    footer {
        padding: 2rem 1rem;
    }

    .donate-body {
        width: 90%;
    }

    .donate-body .col {
        width: 50%;
        padding: 0;
    }

    .user-area {
        border: none;
    }

    .content-area {
        padding: 1rem;
    }

    .user-option {
        width: 45% !important;
        flex: 0 0 45% !important;
    }

    #maingiftbg .contents {
        max-width: 90%;
        margin: 1rem 5% 8rem 5% !important;
    }

    .filed-options {
        width: 2rem;
        border-radius: 7px;
        right: -2.25rem;
    }

    .edit-button {
        width: calc(2rem - 4px);
        height: calc(2rem - 4px);
        margin: 2px;
        border-radius: 5px;
    }

    .login-form {
        width: 90%;
    }

    .limage {
        width: 5rem;
    }

    .loginimage {
        margin-bottom: -2.5rem;
    }

    .loginForm > div:first-child {
        margin-bottom: 0;
    }

    .loginForm h4 {
        font-size: 1.5rem;
    }

    .user-area-rounded-border {
        height: 90vh !important;
    }

    .user-area {
        height: 90vh !important;
    }

    .list-gifts tr > td:nth-child(1), .list-gifts tr > td:nth-child(3), .list-gifts tr > td:nth-child(4) {
        width: 20%;
    }

    .list-gifts tr > td:nth-child(2) {
        width: 40%;
        overflow-wrap: break-word;
    }

    .notif div > a {
        width: 80%;
        margin: 0 10% 2rem 10%;
    }

    .profile > div {
        margin: 1rem .5rem;
        flex: 0 0 calc(100% - 1rem);
    }


    .theme1, .theme2, .theme3, .theme4, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10, .theme11, .theme12, .theme13, .theme14, .theme15, .theme16, .theme17, .theme18, .theme19, .theme20, .theme21, .theme22, .theme23, .theme24, .theme25, .theme26, .theme27, .theme28, .theme29, .theme30, .theme31, .theme32, .theme33, .theme34, .theme35, .theme36, .theme37, .theme38, .theme39, .theme40, .theme41, .theme42, .theme43, .theme44, .theme45, .theme46, .theme47, .theme48 {
        background-size: 50vw 50vw !important;
    }


    .physical-card{
        flex-wrap:wrap;
    }
    .physical-card > .col-1-2{
        width:100%;
    }
    .physical-card > .col-1-2 > .giftcard-info{
        width: 70% !important;
        margin: 2rem 15% 4rem 15% !important;
    }
    .physical-card > .col-1-2 > ul{
        margin-bottom: 0rem;
    }
    .physical-card > .col-1-2 > ul > li > img{
        width : 70% !important;
        margin: 0 15% !important;
        border-radius: 1rem;
    }


}

@media screen AND (min-width: 960px) AND (max-width: 1200px) {
    .user-option {
        width: 20%;
        flex: 0 0 20%;
    }

    .col,.col-2 {
        width: calc(100% / 3) !important;
    }

    .login-form {
        width: 60%;
    }

    .user-area-rounded-border {
        height: 90vh;
    }

    .user-area {
        height: 98vh;
    }

    .profile > div {
        margin: 1rem .5rem;
        flex: 0 0 calc(calc(100% / 3) - 1rem) !important;
    }

    .theme1, .theme2, .theme3, .theme4, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10, .theme11, .theme12, .theme13, .theme14, .theme15, .theme16, .theme17, .theme18, .theme19, .theme20, .theme21, .theme22, .theme23, .theme24, .theme25, .theme26, .theme27, .theme28, .theme29, .theme30, .theme31, .theme32, .theme33, .theme34, .theme35, .theme36, .theme37, .theme38 , .theme39, .theme40, .theme41, .theme42, .theme43, .theme44, .theme45, .theme46, .theme47, .theme48{
        background-size: 30vw 30vw !important;
    }

    .physical-card > .col-1-2 > .giftcard-info{
        width: 80% !important;
        margin: 3rem 10% !important;
    }
    .physical-card > .col-1-2 > ul > li > img{
        width : 80% !important;
        margin: 0 10% !important;
        border-radius: 1rem;
    }

}

@media screen AND (min-width: 760px) AND (max-width: 960px) {
    .user-option {
        width: calc(100% / 3 - 5%);
        flex: 0 0 calc(100% / 3 - 5%);
    }

    footer {
        padding: 2rem 1rem;
    }

    .login-form {
        width: 70%;
    }

    .col, .col-2 {
        width: calc(100% / 3) !important;
    }

    .profile > div {
        margin: 1rem .5rem;
        flex: 0 0 calc(calc(100% / 2) - 1rem) !important;
    }

    .theme1, .theme2, .theme3, .theme4, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10, .theme11, .theme12, .theme13, .theme14, .theme15, .theme16, .theme17, .theme18, .theme19, .theme20, .theme21, .theme22, .theme23, .theme24, .theme25, .theme26, .theme27, .theme28, .theme29, .theme30, .theme31, .theme32, .theme33, .theme34, .theme35, .theme36, .theme37, .theme38, .theme39, .theme40, .theme41, .theme42, .theme43, .theme44, .theme45, .theme46, .theme47, .theme48 {
        background-size: 40vw 40vw !important;
    }

    .physical-card > .col-1-2 > .giftcard-info{
        width: 80% !important;
        margin: 3rem 10% !important;
    }
    .physical-card > .col-1-2 > ul > li > img{
        width : 80% !important;
        margin: 0 10% !important;
        border-radius: 1rem;
    }
}

@media screen AND (min-width: 640px) AND (max-width: 760px) {
    .col {
        width: calc(100% / 2);
        margin-bottom: 0;
    }
    .col-2{
        width: 100% !important;
        margin-bottom: 0;
    }

    footer {
        padding: 2rem 1rem;
    }

    .login-form {
        width: 90%;
    }

    .profile > div {
        margin: 1rem .5rem;
        flex: 0 0 calc(100% - 1rem) !important;
    }

    .user-option {
        flex: 0 0 calc(100% / 2 - 5%);
    }

    .theme1, .theme2, .theme3, .theme4, .theme4, .theme5, .theme6, .theme7, .theme8, .theme9, .theme10, .theme11, .theme12, .theme13, .theme14, .theme15, .theme16, .theme17, .theme18, .theme19, .theme20, .theme21, .theme22, .theme23, .theme24, .theme25, .theme26, .theme27, .theme28, .theme29, .theme30, .theme31, .theme32, .theme33, .theme34, .theme35, .theme36, .theme37, .theme38, .theme39, .theme40, .theme41, .theme42, .theme43, .theme44, .theme45, .theme46, .theme47, .theme48 {
        background-size: 50vw 50vw !important;
    }

    .physical-card{
        flex-wrap:wrap;
    }
    .physical-card > .col-1-2{
        width:100%;
    }
    .physical-card > .col-1-2 > .giftcard-info{
        width: 70% !important;
        margin: 2rem 15% 4rem 15% !important;
    }
    .physical-card > .col-1-2 > ul{
        margin-bottom: 0rem;
    }
    .physical-card > .col-1-2 > ul > li > img{
        width : 70% !important;
        margin: 0 15% !important;
        border-radius: 1rem;
    }
}